/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/Ocode/Technologies/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Ocode/Technologies/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Ocode/Technologies/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Ocode/Technologies/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Ocode/Technologies/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Ocode/Technologies/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Ocode/Technologies/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Ocode/Technologies/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Ocode/Technologies/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Ocode/Technologies/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Ocode/Technologies/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Ocode/Technologies/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Ocode/Technologies/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Ocode/Technologies/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Ocode/Technologies/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Ocode/Technologies/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Ocode/Technologies/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.megamenu-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}
.megamenu-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.ocode-megamenu {
  position: relative;
  z-index: 999;
}
.megamenu-root {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-bottom: 1px solid #eee;
  justify-content: flex-start;
  flex-grow: 1;
}
.megamenu-banner {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  align-self: center;
  flex-shrink: 0;
  min-width: 150px;
  text-align: right;
}
.megamenu-banner-image {
  max-height: 60px;
  max-width: 200px;
  width: auto;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.megamenu-item {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu-item.level-0 {
  flex: 0 0 auto;
  margin: 0;
}
.megamenu-link,
.megamenu-label {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.megamenu-link:hover,
.megamenu-item.hover > .megamenu-link {
  background-color: #f5f5f5;
  color: #006bb4;
}
.megamenu-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  z-index: 1000;
  background-color: #fafafa;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.megamenu-item.has-children:hover .megamenu-submenu {
  display: block;
}
.megamenu-submenu .megamenu-item {
  width: 100%;
}
.megamenu-submenu .megamenu-link,
.megamenu-submenu .megamenu-label {
  padding: 10px 20px;
  color: #666;
  font-weight: normal;
}
.megamenu-submenu .megamenu-link:hover {
  background-color: #e9e9e9;
  color: #006bb4;
}
.megamenu-submenu .megamenu-submenu {
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .megamenu-wrapper {
    display: block;
  }
  .megamenu-root {
    flex-direction: column;
  }
  .megamenu-banner {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    min-width: auto;
  }
  .megamenu-submenu {
    position: static;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .megamenu-root .megamenu-submenu {
    display: none;
  }
  .megamenu-toggle {
    display: block;
    padding: 15px;
    background: #333;
    color: white;
    text-align: center;
    cursor: pointer;
  }
}
.checkout-payment-method .payment-methods #sezzle-method .payment-method-title img {
  max-width: 220px;
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Ocode/Technologies/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Ocode/Technologies/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Ocode/Technologies/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/**
 * @codingStandardsIgnoreStart
 */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
/**
 * @codingStandardsIgnoreStart
 */
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Ocode/Technologies/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@font-face {
  font-family: 'PresicavLt';
  src: url('../../frontend/Ocode/Technologies/en_US/fonts/PresicavLt-Regular.eot');
  src: local('PresicavLt'), local('PresicavLt'), url('../../frontend/Ocode/Technologies/en_US/fonts/PresicavLt-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Ocode/Technologies/en_US/fonts/PresicavLt-Regular.woff2') format('woff2'), url('../../frontend/Ocode/Technologies/en_US/fonts/PresicavLt-Regular.woff') format('woff'), url('../../frontend/Ocode/Technologies/en_US/fonts/PresicavLt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.columns .column.main {
    max-width: 100%;
}

.affirm-promo iframe {
    max-width: 100%;
}

#learn-more img {
    height: 1em !important;
    margin: 0 .3em !important;
    vertical-align: baseline !important;
}/**
 * Ocode MegaMenu Extension - Luma Theme Compatible Styles
 * Full-width mega menu with banner image on right side
 *
 * @category    Ocode
 * @package     Ocode_MegaMenu
 */

/* Override Luma navigation styles for MegaMenu */
.navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
}

.navigation > ul {
    margin: 0;
    padding: 0;
    position: static;
    display: flex;
    flex-wrap: wrap;
}

.navigation li.level0 {
    border-top: none;
}

.navigation li.level-top {
    display: inline-block;
    margin: 0;
    position: static;
}

.navigation a.level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 20px;
    text-decoration: none;
    display: block;
}

.navigation a.level-top:hover,
.navigation a.level-top.ui-state-focus {
    background: #e5e5e5;
    color: #333;
    text-decoration: none;
}

/* ==========================================
   Full-Width Mega Menu Dropdown
   ========================================== */

/* Mega menu dropdown container */
.navigation .megamenu-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-top: 3px solid #ff5501;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 100;
    box-sizing: border-box;
}

.navigation li.level-top:hover > .megamenu-dropdown,
.navigation li.level-top.ui-state-active > .megamenu-dropdown {
    display: block;
}

/* Mega menu content wrapper - flexbox layout */
.navigation .megamenu-content {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 30px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    max-height: 400px;
    overflow: hidden;
}

/* Left side: menu links - scrollable with hidden scrollbar */
.navigation .megamenu-links {
    flex: 1;
    min-width: 0;
    padding-right: 30px;
    max-height: 360px;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.navigation .megamenu-links::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.navigation .megamenu-links .submenu {
    display: flex !important;
    flex-wrap: wrap;
    position: static !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0;
    list-style: none;
}

.navigation .megamenu-links .submenu > li {
    flex: 0 0 auto;
    width: 200px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.navigation .megamenu-links .submenu > li > a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.navigation .megamenu-links .submenu > li > a:hover {
    background: #f5f5f5;
    color: #ff5501;
}

/* Remove arrows from parent items in mega menu */
.navigation .megamenu-links .submenu > li.parent > a:after,
.navigation .megamenu-links .submenu > li > a:after {
    display: none !important;
    content: none !important;
}

/* Third level submenu in mega menu */
.navigation .megamenu-links .submenu .submenu {
    display: block !important;
    position: static !important;
    padding: 5px 0 15px 0 !important;
}

.navigation .megamenu-links .submenu .submenu li {
    width: 100%;
}

.navigation .megamenu-links .submenu .submenu a {
    padding: 6px 15px;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    border-bottom: none;
}

.navigation .megamenu-links .submenu .submenu a:hover {
    color: #ff5501;
    background: transparent;
}

/* ==========================================
   Right Side Banner Image - Fixed position
   ========================================== */

.navigation .megamenu-banner {
    flex: 0 0 350px;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-left: 1px solid #eee;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: fit-content;
}

.navigation .megamenu-banner-link {
    display: block;
}

.navigation .megamenu-banner-image {
    max-width: 100%;
    height: auto;
    max-height: 280px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.navigation .megamenu-banner-image:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ==========================================
   Regular Submenu (non-mega menu items)
   ========================================== */

/* For items without megamenu-dropdown (regular submenus) */
.navigation li.level-top > .submenu:not(.megamenu-links .submenu) {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    display: none;
    position: absolute;
    z-index: 1;
}

.navigation li.level-top:hover > .submenu,
.navigation li.level-top.ui-state-active > .submenu {
    display: block;
}

.navigation li.level-top > .submenu li {
    margin: 0;
    display: block;
}

.navigation li.level-top > .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
}

.navigation li.level-top > .submenu a:hover,
.navigation li.level-top > .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
}

/* Third level submenu */
.navigation li.level-top > .submenu .submenu {
    left: 100%;
    top: 0;
    position: absolute;
}

/* ==========================================
   Mobile Responsive
   ========================================== */

@media (max-width: 767px) {
    .navigation {
        background: #fff;
    }
    
    .navigation > ul {
        display: block;
    }
    
    .navigation li.level-top {
        display: block;
        border-bottom: 1px solid #d1d1d1;
        position: relative;
    }
    
    .navigation .megamenu-dropdown {
        position: static;
        border: none;
        border-top: 1px solid #d1d1d1;
        box-shadow: none;
    }
    
    .navigation .megamenu-content {
        flex-direction: column;
        padding: 15px;
    }
    
    .navigation .megamenu-links {
        padding-right: 0;
        margin-bottom: 15px;
    }
    
    .navigation .megamenu-links .submenu {
        flex-direction: column;
    }
    
    .navigation .megamenu-links .submenu > li {
        width: 100%;
    }
    
    .navigation .megamenu-banner {
        flex: 0 0 auto;
        max-width: 100%;
        border-left: none;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }
    
    .navigation .megamenu-banner-image {
        max-height: 150px;
    }
    
    .navigation li.level-top .submenu {
        position: static;
        box-shadow: none;
        border: none;
        border-top: 1px solid #d1d1d1;
    }
    
    .navigation li.parent > a:after {
        position: absolute;
        right: 15px;
    }
    
    .navigation .submenu .submenu {
        left: 0;
        padding-left: 15px;
    }
}
/**
 * We are using two style files for each page
 * 1. for inline styles, that have styles for only above the fold. file name is {page}-{market}.init.scss
 * 2. second file, just have styles for after above-the-fold, file names is {page}-{market}.scss
 *
 * page is one of home, category, product,
 * market is one of marketplace and boutique.
 * All other pages uses truefacet.init.scss and truefacet.scss
 *
 * every inline styles should start with including this file
 */
.tfcommon-sprite, .tfcommon-affirm-icon1-grey, .tfcommon-affirm-icon2-grey, .tfcommon-affirm-logo-black-124x36, .tfcommon-affirm-logo-black, .tfcommon-affirm-logo-gray, .tfcommon-arrow_right_icon, .tfcommon-arrow_right_icon_2, .tfcommon-cart-polygon, .tfcommon-close_button_03-13x13, .tfcommon-close_icon, .tfcommon-close_icon_gold, .tfcommon-free_shipping_icon, .tfcommon-icon-heart-filled, .tfcommon-icon-heart-unfilled, .tfcommon-search-icon-boutique-12x12, .tfcommon-size_guide_icon, .tfcommon-slider_arrow_down_gold, .tfcommon-slider_arrow_left_2, .tfcommon-slider_arrow_right_2, .tfcommon-slider_arrow_up_gold, .tfcommon-speak_to_expert_icon, .tfcommon-tf-logo-center-19x22, .tfcommon-tf_logo_center, .tfcommon-trade_in_icon, .tfcommon-truefacet_logo, .tfcommon-truefacet_logo_new-214x40, .tfcommon-truefacet_logo_new_182x34, .tfcommon-trustpilot_logo, .tfcommon-trustpilot_stars_gold, .tfcommon-trustpilot_stars_grey, .tfcommon-video_button_change-60x64, .tfcommon-video_button_change-79x85, .tfcommon-video_open-60x64, .tfcommon-video_open-79x85, .search .button, .learn_more_btn .right_arrow, .learn_more_btn:hover .right_arrow, .popup_wrap .pop_content .close_arrow, .popup_wrap_concierge .pop_content .close_arrow, .cart_icon_wrapper .icon_cart, .header_wishlist_icon_wrapper .icon_cart, #in-the-press .videos-container .bx-wrapper .bx-prev, #in-the-press .videos-container .bx-wrapper .bx-next, .ProImageThumb-wrapper .bx-prev, .ProImageThumb-wrapper .bx-next, .crosssell-wrapper .bx-wrapper .bx-prev, .crosssell-wrapper .bx-wrapper .bx-next, .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score .store-star span.noStarsCanvas,
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper .store-star span.noStarsCanvas, .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score .store-star span.allStarsCanvas,
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper .store-star span.allStarsCanvas, .filter-list > li div.ulcontainer .close-dropdown {
  background-image: url('/../images/tfcommon-s70d1cf2d2d.png');
  background-repeat: no-repeat;
}

.tfcommon-affirm-icon1-grey {
  background-position: 0 0;
}

.tfcommon-affirm-icon2-grey {
  background-position: 0 -65px;
}

.tfcommon-affirm-logo-black-124x36 {
  background-position: 0 -130px;
}

.tfcommon-affirm-logo-black {
  background-position: 0 -166px;
}

.tfcommon-affirm-logo-gray {
  background-position: 0 -430px;
}

.tfcommon-arrow_right_icon {
  background-position: 0 -444px;
}

.tfcommon-arrow_right_icon_2 {
  background-position: 0 -456px;
}

.tfcommon-cart-polygon {
  background-position: 0 -468px;
}

.tfcommon-close_button_03-13x13 {
  background-position: 0 -493px;
}

.tfcommon-close_icon {
  background-position: 0 -506px;
}

.tfcommon-close_icon_gold {
  background-position: 0 -525px;
}

.tfcommon-free_shipping_icon {
  background-position: 0 -537px;
}

.tfcommon-icon-heart-filled {
  background-position: 0 -548px;
}

.tfcommon-icon-heart-unfilled {
  background-position: 0 -563px;
}

.tfcommon-search-icon-boutique-12x12 {
  background-position: 0 -578px;
}

.tfcommon-size_guide_icon {
  background-position: 0 -590px;
}

.tfcommon-slider_arrow_down_gold {
  background-position: 0 -605px;
}

.tfcommon-slider_arrow_left_2 {
  background-position: 0 -617px;
}

.tfcommon-slider_arrow_right_2 {
  background-position: 0 -668px;
}

.tfcommon-slider_arrow_up_gold {
  background-position: 0 -719px;
}

.tfcommon-speak_to_expert_icon {
  background-position: 0 -731px;
}

.tfcommon-tf-logo-center-19x22 {
  background-position: 0 -743px;
}

.tfcommon-tf_logo_center {
  background-position: 0 -765px;
}

.tfcommon-trade_in_icon {
  background-position: 0 -823px;
}

.tfcommon-truefacet_logo {
  background-position: 0 -836px;
}

.tfcommon-truefacet_logo_new-214x40 {
  background-position: 0 -894px;
}

.tfcommon-truefacet_logo_new_182x34 {
  background-position: 0 -934px;
}

.tfcommon-trustpilot_logo {
  background-position: 0 -968px;
}

.tfcommon-trustpilot_stars_gold {
  background-position: 0 -989px;
}

.tfcommon-trustpilot_stars_grey {
  background-position: 0 -1003px;
}

.tfcommon-video_button_change-60x64 {
  background-position: 0 -1017px;
}

.tfcommon-video_button_change-79x85 {
  background-position: 0 -1081px;
}

.tfcommon-video_open-60x64 {
  background-position: 0 -1166px;
}

.tfcommon-video_open-79x85 {
  background-position: 0 -1230px;
}

/* Header
 ---------------*/
/* Badges
 --------- */
.main-container:after, .footer-container:after, section.cat-jumbotron div.dual-image:after, .listProContainer > .category-products .item.category-page-item:after, .listProContainer > .category-products .item.category-page-item .listProTxt .price-details:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Adds giant, oversized quotes around a block of text
 * ----
 * Above 1024px, the quotes are rendered outside the margins of the text. Below that, they're within the margins
 *
 * @param {font-family} $textFont       Font family of the actual text to be quoted
 * @param {font-size} $textFontSize     Font size of the actual text to be quoted
 * @param {font-family} $quotesFont     Font family of the giant quotes
 * @param {font-size} $quotesFontSize   Font size of the giant quotes
 */
/**

 * Adds a line to the right and left of text
 *
 * @param {hexCode} $lineColor      color of line
 * @param {int} $lineWidth          Width of line (optional, default: 1px)
 * @param {int} $heightAdjustment   How far down from the top the line should be (optional, default: 0.5em)
 */
/**
 * Boutique font sizing
 */
.fa {
  visibility: hidden;
}

#auth-badge-btn {
  display: none;
}

.modal-overlay {
  visibility: hidden;
  position: fixed;
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
}

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

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

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

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

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

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: Helvetica, Arial, sans-serif;
  color: #4c4d4f;
  font-size: 14px;
  line-height: normal;
}

a {
  color: #a29253;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

a, img {
  outline: none !important;
}

a:hover {
  color: #91834a;
  text-decoration: none;
}

button:focus, input:focus, select:focus, table:focus, textarea:focus {
  outline: none;
  border: none;
}

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: " ";
  display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
  clear: both;
}

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

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

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

.availability .label {
  display: none;
}

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

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

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

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

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

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

@media screen and (max-width: 800px) {
  .web {
    display: none !important;
  }
}

@media screen and (min-width: 801px) {
  .mob {
    display: none !important;
  }
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
.block-title h2,
.block-title h3,
.block-title strong {
  color: #4c4d4f;
  font-size: 14px;
  font-weight: bold;
  color: #f37e8b;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #4c4d4f;
}

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

.col_left {
  float: left;
}

.col_right {
  float: right;
}

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating {
  background-image: url(/media/additem/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .ratings .rating-box, .ratings .rating-box .rating {
    background-image: url(/media/additem/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: 0;
}

.breadcrumbs li {
  font-family: "presicav_regular";
  font-size: 11px;
  letter-spacing: 1px;
  float: left;
  text-transform: uppercase;
  border-right: 1px solid #4c4d4f;
  padding: 5px 10px;
}

.breadcrumbs li:first-child {
  padding-left: 0px;
}

.breadcrumbs li:last-child {
  border: none;
}

.breadcrumbs a {
  color: #4c4d4f;
  display: block;
}

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

.breadcrumbs strong {
  color: #4c4d4f;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Container
 */
.main-container, .footer-container {
  position: relative;
  max-width: 1281px;
  margin: 48px auto;
}

.top-bar .main-container .content-container {
  max-width: none;
  width: 100%;
}
@media (min-width: 801px) {
  .top-bar .main-container {
    margin-right: 7rem;
    margin-left: 3rem;
    max-width: none;
  }
}

.footer-container {
  width: 93.75%;
}

.content-container {
  width: 93.75%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 801px) {
  .top-bar.sitewide .content-container {
    max-width: none;
    width: 100%;
  }
}

.footer-container {
  padding-top: 0px;
}

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

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

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

#ajaxloader {
  text-align: center;
  width: 80px;
  height: 80px;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  display: none !important;
  margin-bottom: 10px;
}

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

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

.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

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

.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

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

.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #11B400;
  background-color: #EFF5EA;
}

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

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

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

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

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

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

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

.width-full {
  width: 100%;
}

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

@media (max-width: 800px) {
  .checkout-onepage-index .contentWrapper .content-container {
    width: 93.75%;
    margin: 0 auto;
  }
}
body.cms-additem #olark-wrapper, body.cms-additem #___ratingbadge_0, body.customer-products-editmyboxproduct #olark-wrapper, body.customer-products-editmyboxproduct #___ratingbadge_0 {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .on-desktop {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 801px) {
  .on-mobile {
    display: none;
    visibility: hidden;
  }
}
.golden {
  color: #a29253;
}

h3.golden {
  font-size: 14px;
  font-weight: bold;
  margin: .75em 0;
}

.clickable {
  cursor: pointer;
}

.not-selectable {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

ul.golden-bullet li {
  margin-left: .5em;
  padding-bottom: 0;
  line-height: 2em;
}
ul.golden-bullet li::before {
  content: 'â€¢';
  color: #a29253;
}

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

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

form .legend {
  margin-bottom: 10px;
  color: #4c4d4f;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #4a7fe7;
}

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

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

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

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

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

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

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

input:-moz-placeholder {
  color: #4c4d4f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-tf {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTM5LjQgMTU4LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzOS40IDE1OC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2Rpc3BsYXk6bm9uZTt9LnN0MXtkaXNwbGF5OmlubGluZTtmaWxsOiM0MzQzNDU7fS5zdDJ7ZmlsbDojNDM0MzQ1O308L3N0eWxlPjxnIGlkPSJYTUxJRF8yNDk2XyIgY2xhc3M9InN0MCI+PHBhdGggaWQ9IlhNTElEXzYyNDRfIiBjbGFzcz0ic3QxIiBkPSJNLTI5Nyw2NC45VjEwMWgtMTAuOVY2NC45aC0yMS4zdi04LjZoNTMuNHY4LjZILTI5N3oiLz48cGF0aCBpZD0iWE1MSURfNjIzNl8iIGNsYXNzPSJzdDEiIGQ9Ik0tMjExLjYsMTAxbC0xMS0xNS44aC0yMC41VjEwMUgtMjU0VjU2LjNoMzYuNmMxMC4yLDAsMTYuOCw1LjksMTYuOCwxNC42YzAsNy0zLjUsMTEuNi0xMC4yLDEzLjRsMTEuNCwxNi42SC0yMTEuNnogTS0yMTEuMyw3MC42YzAtMy40LTIuNy01LjctNy4zLTUuN2gtMjQuNXYxMS43aDI0LjZDLTIxNCw3Ni42LTIxMS4zLDc0LjMtMjExLjMsNzAuNnoiLz48cGF0aCBpZD0iWE1MSURfNjE4M18iIGNsYXNzPSJzdDEiIGQ9Ik0tMTQ5LjIsMTAyLjNjLTE2LjcsMC0yNy02LjktMjctMTYuM1Y1Ni4zaDEwLjl2MjguMWMwLDUuNSw1LjksOS4yLDE2LjIsOS4yYzEwLjMsMCwxNi4yLTMuOCwxNi4yLTkuMlY1Ni4zaDEwLjl2MjkuNkMtMTIyLjIsOTUuNC0xMzIuNSwxMDIuMy0xNDkuMiwxMDIuM3oiLz48cGF0aCBpZD0iWE1MSURfMjU1M18iIGNsYXNzPSJzdDEiIGQ9Ik0tOTQuMSwxMDFWNTYuM2g0OC40djguNmgtMzcuNlY3NGgyNi4xdjguNmgtMjYuMXY5LjhILTQ0djguNkgtOTQuMXoiLz48L2c+PGcgaWQ9IlhNTElEXzIxNTlfIiBjbGFzcz0ic3QwIj48cGF0aCBpZD0iWE1MSURfMjQ2OV8iIGNsYXNzPSJzdDEiIGQ9Ik0xOTIuMSw2NC45Vjc0aDI2LjF2OC42aC0yNi4xVjEwMWgtMTAuOVY1Ni4zaDQ4LjR2OC42SDE5Mi4xeiIvPjxwYXRoIGlkPSJYTUxJRF8yNDM3XyIgY2xhc3M9InN0MSIgZD0iTTI4OC42LDEwMWwtNS4xLTkuNmgtMjguNmwtNS4xLDkuNmgtMTFsMjMuOC00NC43aDEzLjRsMjMuNyw0NC43SDI4OC42eiBNMjY5LjEsNjQuNWwtOS44LDE4LjNoMTkuNkwyNjkuMSw2NC41eiIvPjxwYXRoIGlkPSJYTUxJRF8yMjc5XyIgY2xhc3M9InN0MSIgZD0iTTM2NC42LDcxLjdjLTUtNC45LTExLjUtOC4xLTE5LjUtOC4xYy0xMS4xLDAtMTguNiw2LjMtMTguNiwxNC45YzAsOC44LDcuNiwxNS4xLDE5LjUsMTUuMWM3LjUsMCwxMy41LTIuNywxOC44LTguM2w5LjIsNC45Yy03LjQsOC41LTE1LjgsMTItMjcuNSwxMmMtNy45LDAtMTQuNi0xLjgtMjEtNS43Yy02LTMuNy05LjgtMTAuNC05LjgtMThjMC02LjQsMi43LTEyLDcuNy0xNi4yQzMyOSw1Ny43LDMzNyw1NSwzNDUuOSw1NWMxMiwwLDIxLjMsNC4zLDI4LjUsMTMuMkwzNjQuNiw3MS43eiIvPjxwYXRoIGlkPSJYTUxJRF8yMjY0XyIgY2xhc3M9InN0MSIgZD0iTTM5OS4xLDEwMVY1Ni4zaDQ4LjR2OC42SDQxMFY3NGgyNi4xdjguNkg0MTB2OS44aDM5LjN2OC42SDM5OS4xeiIvPjxwYXRoIGlkPSJYTUxJRF8yMjIxXyIgY2xhc3M9InN0MSIgZD0iTTUwMC4zLDY0LjlWMTAxaC0xMC45VjY0LjloLTIxLjN2LTguNmg1My40djguNkg1MDAuM3oiLz48L2c+PGcgaWQ9IlhNTElEXzJfIj48ZyBpZD0iWE1MSURfNzQ1XyI+PGcgaWQ9IlhNTElEXzc0Nl8iPjxwYXRoIGlkPSJYTUxJRF83NDhfIiBjbGFzcz0ic3QyIiBkPSJNODYuNyw1MS44SDExM3YtNS43SDg2LjdINTYuOUgyNy4zdjUuN2gyNi42djYxLjhINDF2NS43aDE1LjloMTUuNGgxNS45di01LjdINzUuNFY4NS41aDE5djguMmg1LjdWNzIuMWgtNS43djcuN2gtMTlWNTEuOEg4Ni43eiBNNjkuOCwxMTMuNkg1OS41VjUxLjhoMTAuMlYxMTMuNnoiLz48L2c+PC9nPjxnIGlkPSJYTUxJRF8xXyI+PHBhdGggaWQ9IlhNTElEXzNfIiBjbGFzcz0ic3QyIiBkPSJNNjkuOCwxNTcuOWMtMS43LDAtMy4zLTAuNC00LjgtMS4zTDUuMiwxMjIuMWMtMi45LTEuNy00LjgtNC45LTQuOC04LjN2LTY5YzAtMy40LDEuOC02LjYsNC44LTguM0w2NSwyYzIuOS0xLjcsNi42LTEuNyw5LjUsMGw1OS44LDM0LjVjMi45LDEuNyw0LjgsNC45LDQuOCw4LjN2NjljMCwzLjQtMS44LDYuNi00LjgsOC4zbC01OS44LDM0LjVDNzMuMSwxNTcuNCw3MS40LDE1Ny45LDY5LjgsMTU3Ljl6IE02OS44LDYuNWMtMC42LDAtMS4zLDAuMi0xLjksMC41TDguMSw0MS42Yy0xLjEsMC43LTEuOSwxLjktMS45LDMuMnY2OWMwLDEuMywwLjcsMi42LDEuOSwzLjJsNTkuOCwzNC41YzEuMSwwLjcsMi42LDAuNywzLjcsMGw1OS44LTM0LjVjMS4xLTAuNywxLjktMS45LDEuOS0zLjJ2LTY5YzAtMS4zLTAuNy0yLjYtMS45LTMuMkw3MS42LDdDNzEuMSw2LjcsNzAuNCw2LjUsNjkuOCw2LjV6Ii8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 113.64%;
}

.logo-true {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjg1LjQgNDcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg1LjQgNDcuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiM0MzQzNDU7fS5zdDF7ZGlzcGxheTpub25lO30uc3Qye2Rpc3BsYXk6aW5saW5lO2ZpbGw6IzQzNDM0NTt9LnN0M3tkaXNwbGF5OmlubGluZTt9PC9zdHlsZT48ZyBpZD0iWE1MSURfMjQ5Nl8iPjxwYXRoIGlkPSJYTUxJRF82MjQ0XyIgY2xhc3M9InN0MCIgZD0iTTMyLjIsMTAuMnYzNi4xSDIxLjRWMTAuMkgwLjFWMS42aDUzLjR2OC42SDMyLjJ6Ii8+PHBhdGggaWQ9IlhNTElEXzYyMzZfIiBjbGFzcz0ic3QwIiBkPSJNMTE3LjYsNDYuM2wtMTEtMTUuOEg4Ni4xdjE1LjhINzUuMlYxLjZoMzYuNmMxMC4yLDAsMTYuOCw1LjksMTYuOCwxNC42YzAsNy0zLjUsMTEuNi0xMC4yLDEzLjRsMTEuNCwxNi42SDExNy42eiBNMTE3LjksMTUuOWMwLTMuNC0yLjctNS43LTcuMy01LjdIODYuMXYxMS43aDI0LjZDMTE1LjIsMjEuOSwxMTcuOSwxOS42LDExNy45LDE1Ljl6Ii8+PHBhdGggaWQ9IlhNTElEXzYxODNfIiBjbGFzcz0ic3QwIiBkPSJNMTgwLDQ3LjZjLTE2LjcsMC0yNy02LjktMjctMTYuM1YxLjZoMTAuOXYyOC4xYzAsNS41LDUuOSw5LjIsMTYuMiw5LjJjMTAuMywwLDE2LjItMy44LDE2LjItOS4yVjEuNkgyMDd2MjkuNkMyMDcsNDAuNywxOTYuNyw0Ny42LDE4MCw0Ny42eiIvPjxwYXRoIGlkPSJYTUxJRF8yNTUzXyIgY2xhc3M9InN0MCIgZD0iTTIzNS4xLDQ2LjNWMS42aDQ4LjR2OC42aC0zNy42djkuMUgyNzJ2OC42aC0yNi4xdjkuOGgzOS4zdjguNkgyMzUuMXoiLz48L2c+PGcgaWQ9IlhNTElEXzIxNTlfIiBjbGFzcz0ic3QxIj48cGF0aCBpZD0iWE1MSURfMjQ2OV8iIGNsYXNzPSJzdDIiIGQ9Ik01MjEuMywxMC4ydjkuMWgyNi4xdjguNmgtMjYuMXYxOC40aC0xMC45VjEuNmg0OC40djguNkg1MjEuM3oiLz48cGF0aCBpZD0iWE1MSURfMjQzN18iIGNsYXNzPSJzdDIiIGQ9Ik02MTcuOCw0Ni4zbC01LjEtOS42aC0yOC42bC01LjEsOS42aC0xMWwyMy44LTQ0LjdoMTMuNGwyMy43LDQ0LjdINjE3Ljh6IE01OTguMyw5LjhsLTkuOCwxOC4zaDE5LjZMNTk4LjMsOS44eiIvPjxwYXRoIGlkPSJYTUxJRF8yMjc5XyIgY2xhc3M9InN0MiIgZD0iTTY5My44LDE3Yy01LTQuOS0xMS41LTguMS0xOS41LTguMWMtMTEuMSwwLTE4LjYsNi4zLTE4LjYsMTQuOWMwLDguOCw3LjYsMTUuMSwxOS41LDE1LjFjNy41LDAsMTMuNS0yLjcsMTguOC04LjNsOS4yLDQuOWMtNy40LDguNS0xNS44LDEyLTI3LjUsMTJjLTcuOSwwLTE0LjYtMS44LTIxLTUuN2MtNi0zLjctOS44LTEwLjQtOS44LTE4YzAtNi40LDIuNy0xMiw3LjctMTYuMmM1LjYtNC42LDEzLjYtNy4zLDIyLjYtNy4zYzEyLDAsMjEuMyw0LjMsMjguNSwxMy4yTDY5My44LDE3eiIvPjxwYXRoIGlkPSJYTUxJRF8yMjY0XyIgY2xhc3M9InN0MiIgZD0iTTcyOC4zLDQ2LjNWMS42aDQ4LjR2OC42aC0zNy42djkuMWgyNi4xdjguNmgtMjYuMXY5LjhoMzkuM3Y4LjZINzI4LjN6Ii8+PHBhdGggaWQ9IlhNTElEXzIyMjFfIiBjbGFzcz0ic3QyIiBkPSJNODI5LjUsMTAuMnYzNi4xaC0xMC45VjEwLjJoLTIxLjNWMS42aDUzLjR2OC42SDgyOS41eiIvPjwvZz48ZyBpZD0iWE1MSURfMl8iIGNsYXNzPSJzdDEiPjxnIGlkPSJYTUxJRF83NDVfIiBjbGFzcz0ic3QzIj48ZyBpZD0iWE1MSURfNzQ2XyI+PHBhdGggaWQ9IlhNTElEXzc0OF8iIGNsYXNzPSJzdDAiIGQ9Ik00MTUuOS0yLjloMjYuM3YtNS43aC0yNi4zaC0yOS44aC0yOS42djUuN2gyNi42djYxLjhoLTEyLjl2NS43aDE1LjloMTUuNGgxNS45di01LjdoLTEyLjhWMzAuOGgxOVYzOWg1LjdWMTcuNGgtNS43djcuN2gtMTlWLTIuOUg0MTUuOXogTTM5OSw1OC45aC0xMC4yVi0yLjlIMzk5VjU4Ljl6Ii8+PC9nPjwvZz48ZyBpZD0iWE1MSURfMV8iIGNsYXNzPSJzdDMiPjxwYXRoIGlkPSJYTUxJRF8zXyIgY2xhc3M9InN0MCIgZD0iTTM5OSwxMDMuMmMtMS43LDAtMy4zLTAuNC00LjgtMS4zbC01OS44LTM0LjVjLTIuOS0xLjctNC44LTQuOS00LjgtOC4zdi02OWMwLTMuNCwxLjgtNi42LDQuOC04LjNsNTkuOC0zNC41YzIuOS0xLjcsNi42LTEuNyw5LjUsMGw1OS44LDM0LjVjMi45LDEuNyw0LjgsNC45LDQuOCw4LjN2NjljMCwzLjQtMS44LDYuNi00LjgsOC4zbC01OS44LDM0LjVDNDAyLjMsMTAyLjcsNDAwLjYsMTAzLjIsMzk5LDEwMy4yeiBNMzk5LTQ4LjJjLTAuNiwwLTEuMywwLjItMS45LDAuNWwtNTkuOCwzNC41Yy0xLjEsMC43LTEuOSwxLjktMS45LDMuMnY2OWMwLDEuMywwLjcsMi42LDEuOSwzLjJsNTkuOCwzNC41YzEuMSwwLjcsMi42LDAuNywzLjcsMGw1OS44LTM0LjVjMS4xLTAuNywxLjktMS45LDEuOS0zLjJ2LTY5YzAtMS4zLTAuNy0yLjYtMS45LTMuMmwtNTkuOC0zNC41QzQwMC4zLTQ4LDM5OS42LTQ4LjIsMzk5LTQ4LjJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 16.67%;
}

.logo-facet {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzQxLjYgNDcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQxLjYgNDcuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtkaXNwbGF5Om5vbmU7fS5zdDF7ZGlzcGxheTppbmxpbmU7ZmlsbDojNDM0MzQ1O30uc3Qye2ZpbGw6IzQzNDM0NTt9LnN0M3tkaXNwbGF5OmlubGluZTt9PC9zdHlsZT48ZyBpZD0iWE1MSURfMjQ5Nl8iIGNsYXNzPSJzdDAiPjxwYXRoIGlkPSJYTUxJRF82MjQ0XyIgY2xhc3M9InN0MSIgZD0iTS00NzcuNiwxMC4ydjM2LjFoLTEwLjlWMTAuMmgtMjEuM1YxLjZoNTMuNHY4LjZILTQ3Ny42eiIvPjxwYXRoIGlkPSJYTUxJRF82MjM2XyIgY2xhc3M9InN0MSIgZD0iTS0zOTIuMiw0Ni4zbC0xMS0xNS44aC0yMC41djE1LjhoLTEwLjlWMS42aDM2LjZjMTAuMiwwLDE2LjgsNS45LDE2LjgsMTQuNmMwLDctMy41LDExLjYtMTAuMiwxMy40bDExLjQsMTYuNkgtMzkyLjJ6IE0tMzkxLjksMTUuOWMwLTMuNC0yLjctNS43LTcuMy01LjdoLTI0LjV2MTEuN2gyNC42Qy0zOTQuNiwyMS45LTM5MS45LDE5LjYtMzkxLjksMTUuOXoiLz48cGF0aCBpZD0iWE1MSURfNjE4M18iIGNsYXNzPSJzdDEiIGQ9Ik0tMzI5LjgsNDcuNmMtMTYuNywwLTI3LTYuOS0yNy0xNi4zVjEuNmgxMC45djI4LjFjMCw1LjUsNS45LDkuMiwxNi4yLDkuMnMxNi4yLTMuOCwxNi4yLTkuMlYxLjZoMTAuOXYyOS42Qy0zMDIuOCw0MC43LTMxMy4xLDQ3LjYtMzI5LjgsNDcuNnoiLz48cGF0aCBpZD0iWE1MSURfMjU1M18iIGNsYXNzPSJzdDEiIGQ9Ik0tMjc0LjcsNDYuM1YxLjZoNDguNHY4LjZoLTM3LjZ2OS4xaDI2LjF2OC42aC0yNi4xdjkuOGgzOS4zdjguNkgtMjc0Ljd6Ii8+PC9nPjxnIGlkPSJYTUxJRF8yMTU5XyI+PHBhdGggaWQ9IlhNTElEXzI0NjlfIiBjbGFzcz0ic3QyIiBkPSJNMTEuNSwxMC4ydjkuMWgyNi4xdjguNkgxMS41djE4LjRIMC42VjEuNkg0OXY4LjZIMTEuNXoiLz48cGF0aCBpZD0iWE1MSURfMjQzN18iIGNsYXNzPSJzdDIiIGQ9Ik0xMDgsNDYuM2wtNS4xLTkuNkg3NC4zbC01LjEsOS42aC0xMUw4MS45LDEuNmgxMy40TDExOSw0Ni4zSDEwOHogTTg4LjUsOS44bC05LjgsMTguM2gxOS42TDg4LjUsOS44eiIvPjxwYXRoIGlkPSJYTUxJRF8yMjc5XyIgY2xhc3M9InN0MiIgZD0iTTE4NCwxN2MtNS00LjktMTEuNS04LjEtMTkuNS04LjFjLTExLjEsMC0xOC42LDYuMy0xOC42LDE0LjljMCw4LjgsNy42LDE1LjEsMTkuNSwxNS4xYzcuNSwwLDEzLjUtMi43LDE4LjgtOC4zbDkuMiw0LjljLTcuNCw4LjUtMTUuOCwxMi0yNy41LDEyYy03LjksMC0xNC42LTEuOC0yMS01LjdjLTYtMy43LTkuOC0xMC40LTkuOC0xOGMwLTYuNCwyLjctMTIsNy43LTE2LjJjNS42LTQuNiwxMy42LTcuMywyMi42LTcuM2MxMiwwLDIxLjMsNC4zLDI4LjUsMTMuMkwxODQsMTd6Ii8+PHBhdGggaWQ9IlhNTElEXzIyNjRfIiBjbGFzcz0ic3QyIiBkPSJNMjE4LjUsNDYuM1YxLjZIMjY3djguNmgtMzcuNnY5LjFoMjYuMXY4LjZoLTI2LjF2OS44aDM5LjN2OC42SDIxOC41eiIvPjxwYXRoIGlkPSJYTUxJRF8yMjIxXyIgY2xhc3M9InN0MiIgZD0iTTMxOS43LDEwLjJ2MzYuMWgtMTAuOVYxMC4yaC0yMS4zVjEuNmg1My40djguNkgzMTkuN3oiLz48L2c+PGcgaWQ9IlhNTElEXzJfIiBjbGFzcz0ic3QwIj48ZyBpZD0iWE1MSURfNzQ1XyIgY2xhc3M9InN0MyI+PGcgaWQ9IlhNTElEXzc0Nl8iPjxwYXRoIGlkPSJYTUxJRF83NDhfIiBjbGFzcz0ic3QyIiBkPSJNLTkzLjktMi45aDI2LjN2LTUuN2gtMjYuM2gtMjkuOGgtMjkuNnY1LjdoMjYuNnY2MS44aC0xMi45djUuN2gxNS45aDE1LjRoMTUuOXYtNS43aC0xMi44VjMwLjhoMTlWMzloNS43VjE3LjRoLTUuN3Y3LjdoLTE5Vi0yLjlILTkzLjl6IE0tMTEwLjgsNTguOWgtMTAuMlYtMi45aDEwLjJWNTguOXoiLz48L2c+PC9nPjxnIGlkPSJYTUxJRF8xXyIgY2xhc3M9InN0MyI+PHBhdGggaWQ9IlhNTElEXzNfIiBjbGFzcz0ic3QyIiBkPSJNLTExMC44LDEwMy4yYy0xLjcsMC0zLjMtMC40LTQuOC0xLjNsLTU5LjgtMzQuNWMtMi45LTEuNy00LjgtNC45LTQuOC04LjN2LTY5YzAtMy40LDEuOC02LjYsNC44LTguM2w1OS44LTM0LjVjMi45LTEuNyw2LjYtMS43LDkuNSwwbDU5LjgsMzQuNWMyLjksMS43LDQuOCw0LjksNC44LDguM3Y2OWMwLDMuNC0xLjgsNi42LTQuOCw4LjNsLTU5LjgsMzQuNUMtMTA3LjUsMTAyLjctMTA5LjIsMTAzLjItMTEwLjgsMTAzLjJ6IE0tMTEwLjgtNDguMmMtMC42LDAtMS4zLDAuMi0xLjksMC41bC01OS44LDM0LjVjLTEuMSwwLjctMS45LDEuOS0xLjksMy4ydjY5YzAsMS4zLDAuNywyLjYsMS45LDMuMmw1OS44LDM0LjVjMS4xLDAuNywyLjYsMC43LDMuNywwbDU5LjgtMzQuNWMxLjEtMC43LDEuOS0xLjksMS45LTMuMnYtNjljMC0xLjMtMC43LTIuNi0xLjktMy4yTC0xMDktNDcuN0MtMTA5LjUtNDgtMTEwLjItNDguMi0xMTAuOC00OC4yeiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 14%;
}

.logo-tf-boutique {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA2NTAuOCAxMDYuNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUwLjggMTA2Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojNDM0MzQ1O308L3N0eWxlPjxnIGlkPSJMYXllcl8zIj48Zz48ZyBpZD0iWE1MSURfMzVfIj48cGF0aCBpZD0iWE1MSURfNDNfIiBjbGFzcz0ic3QwIiBkPSJNMzIuMSwxMFY0NkgyMS4zVjEwSDBWMS40aDUzLjRWMTBIMzIuMXoiLz48cGF0aCBpZD0iWE1MSURfNDBfIiBjbGFzcz0ic3QwIiBkPSJNMTE3LjUsNDZsLTExLTE1LjhIODZWNDZINzUuMVYxLjRoMzYuNmMxMC4yLDAsMTYuOCw1LjksMTYuOCwxNC42YzAsNy0zLjUsMTEuNi0xMC4yLDEzLjRMMTI5LjcsNDZIMTE3LjV6IE0xMTcuOCwxNS43YzAtMy40LTIuNy01LjctNy4zLTUuN0g4NnYxMS43aDI0LjZDMTE1LjEsMjEuNywxMTcuOCwxOS40LDExNy44LDE1Ljd6Ii8+PHBhdGggaWQ9IlhNTElEXzM4XyIgY2xhc3M9InN0MCIgZD0iTTE3OS45LDQ3LjNjLTE2LjcsMC0yNy02LjktMjctMTYuM1YxLjRoMTAuOXYyOC4xYzAsNS41LDUuOSw5LjIsMTYuMiw5LjJjMTAuMywwLDE2LjItMy44LDE2LjItOS4yVjEuNGgxMC45VjMxQzIwNi45LDQwLjQsMTk2LjYsNDcuMywxNzkuOSw0Ny4zeiIvPjxwYXRoIGlkPSJYTUxJRF8zNl8iIGNsYXNzPSJzdDAiIGQ9Ik0yMzUsNDZWMS40aDQ4LjRWMTBoLTM3LjZ2OS4xaDI2LjF2OC42aC0yNi4xdjkuOGgzOS4zVjQ2SDIzNXoiLz48L2c+PGcgaWQ9IlhNTElEXzIzXyI+PHBhdGggaWQ9IlhNTElEXzMzXyIgY2xhc3M9InN0MCIgZD0iTTMyMS4zLDkuOXY5LjFoMjYuMXY4LjZoLTI2LjFWNDZoLTEwLjlWMS40aDQ4LjR2OC42SDMyMS4zeiIvPjxwYXRoIGlkPSJYTUxJRF8zMF8iIGNsYXNzPSJzdDAiIGQ9Ik00MTcuOSw0NmwtNS4xLTkuNmgtMjguNkwzNzksNDZoLTExbDIzLjgtNDQuN2gxMy40TDQyOC45LDQ2SDQxNy45eiBNMzk4LjQsOS41bC05LjgsMTguM2gxOS42TDM5OC40LDkuNXoiLz48cGF0aCBpZD0iWE1MSURfMjhfIiBjbGFzcz0ic3QwIiBkPSJNNDkzLjgsMTYuN2MtNS00LjktMTEuNS04LjEtMTkuNS04LjFjLTExLjEsMC0xOC42LDYuMy0xOC42LDE0LjljMCw4LjgsNy42LDE1LjEsMTkuNSwxNS4xYzcuNSwwLDEzLjUtMi43LDE4LjgtOC4zbDkuMiw0LjljLTcuNCw4LjUtMTUuOCwxMi0yNy41LDEyYy03LjksMC0xNC42LTEuOC0yMS01LjdjLTYtMy43LTkuOC0xMC40LTkuOC0xOGMwLTYuNCwyLjctMTIsNy43LTE2LjJjNS42LTQuNiwxMy42LTcuMywyMi42LTcuM2MxMiwwLDIxLjMsNC4zLDI4LjUsMTMuMkw0OTMuOCwxNi43eiIvPjxwYXRoIGlkPSJYTUxJRF8yNl8iIGNsYXNzPSJzdDAiIGQ9Ik01MjguNCw0NlYxLjRoNDguNHY4LjZoLTM3LjZ2OS4xaDI2LjF2OC42aC0yNi4xdjkuOGgzOS4zVjQ2SDUyOC40eiIvPjxwYXRoIGlkPSJYTUxJRF8yNF8iIGNsYXNzPSJzdDAiIGQ9Ik02MjkuNSw5LjlWNDZoLTEwLjlWOS45aC0yMS4zVjEuNGg1My40djguNkg2MjkuNXoiLz48L2c+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOTUuNiwxMDAuMWgtMTEuMmMtMC41LDAtMC44LDAtMC44LTAuNGMwLTAuNiwwLjQtMC42LDAuOS0wLjZjMi4zLDAsMi41LTAuMywyLjgtMS40bDQuNi0xOC41YzAuMS0wLjUsMC4xLTAuNSwwLjEtMC42YzAtMC42LTAuOS0wLjYtMi0wLjZjLTAuNiwwLTAuOSwwLTAuOS0wLjRjMC0wLjYsMC40LTAuNiwwLjktMC42aDEwLjZjMy43LDAsNS43LDIuMiw1LjcsNC42YzAsMi42LTIuNSw1LjUtNi43LDYuNWMyLjQsMC4zLDQuNywxLjksNC43LDQuN0MyMDQuNCw5Ni4yLDIwMC41LDEwMC4xLDE5NS42LDEwMC4xeiBNMTk4LDg4LjRoLTUuOGwtMi40LDkuNmMwLDAuMi0wLjEsMC41LTAuMSwwLjdjMCwwLjIsMCwwLjMsMS4xLDAuM2g0LjJjMy43LDAsNi41LTMuNSw2LjUtNi44QzIwMS4zLDkxLjQsMjAxLjEsODguNCwxOTgsODguNHogTTIwMC4xLDc4aC00Yy0xLjEsMC0xLjQsMC0xLjcsMS4ybC0yLjEsOC41aDQuNWMzLjksMCw2LjUtMy41LDYuNS02LjRDMjAzLjMsODAuMywyMDMsNzgsMjAwLjEsNzh6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIzMS43LDEwMC45Yy00LjYsMC03LjgtMy42LTcuOC04LjhjMC03LjksNy0xNS45LDE0LTE1LjljNC4zLDAsNy44LDMuMyw3LjgsOC45QzI0NS43LDkzLjIsMjM4LjUsMTAwLjksMjMxLjcsMTAwLjl6IE0yMzcuNyw3N2MtMywwLTYuMSwyLjUtNy45LDUuN2MtMi40LDQuMS0yLjksOC45LTIuOSwxMC41YzAsNCwxLjksNi44LDUsNi44YzIuNSwwLDUuNi0yLDcuOC01LjhjMS44LTMuMSwzLTcuNiwzLTEwLjZDMjQyLjgsNzkuMSwyNDAuMyw3NywyMzcuNyw3N3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjg3LDc4Yy0xLDAtMi45LDAuMS0zLjQsMi4zbC0zLjEsMTIuNGMtMC45LDMuNy00LjcsOC4yLTksOC4yYy0zLjIsMC02LjEtMi4zLTYuMS02LjRjMC0wLjMsMC0xLjEsMC4zLTIuMmwzLjMtMTMuMWMwLjEtMC41LDAuMS0wLjUsMC4xLTAuNmMwLTAuNi0wLjktMC42LTItMC42Yy0wLjYsMC0wLjksMC0wLjktMC40YzAtMC42LDAuNC0wLjYsMC42LTAuNmMxLjMsMCwyLjcsMC4xLDQuMSwwLjFjMS4zLDAsMi43LTAuMSw0LTAuMWMwLjIsMCwwLjUsMC4xLDAuNSwwLjRjMCwwLjYtMC4zLDAuNi0xLDAuNmMtMi4xLDAtMi40LDAuMy0yLjcsMS40TDI2OC4zLDkzYy0wLjIsMC43LTAuMywxLjgtMC4zLDIuNmMwLDMuMSwxLjksNC4yLDMuNiw0LjJjMy4yLDAsNi44LTMuMSw3LjktNy41bDMtMTIuMWMwLjEtMC4zLDAuMS0wLjUsMC4xLTAuOGMwLTAuNy0wLjMtMS40LTItMS41Yy0wLjMsMC0wLjYsMC0wLjYtMC40YzAtMC42LDAuNC0wLjYsMC42LTAuNmMxLjEsMCwyLjIsMC4xLDMuMywwLjFjMS4xLDAsMi4yLTAuMSwzLjItMC4xYzAuMywwLDAuNCwwLjIsMC40LDAuNEMyODcuNSw3Ny45LDI4Ny4xLDc4LDI4Nyw3OHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzIzLjIsODQuOGMtMC4yLDAtMC41LDAtMC41LTAuNGMwLDAsMC0wLjEsMC4xLTAuNWMwLjMtMiwwLjMtMi43LDAuMy0zLjFjMC0yLjEtMC44LTIuNi00LjMtMi42Yy0wLjYsMC0xLjUsMC0xLjgsMC4xYy0wLjMsMC0wLjUsMC4xLTAuOCwxLjFsLTQuNiwxOC4zYy0wLjEsMC41LTAuMSwwLjUtMC4xLDAuNmMwLDAuNSwwLjIsMC42LDEuMSwwLjdjMC4xLDAsMS4yLDAuMSwxLjcsMC4xaDAuNWMwLjUsMCwwLjgsMCwwLjgsMC40YzAsMC43LTAuNCwwLjctMC43LDAuN2MtMS43LDAtMy42LTAuMS01LjMtMC4xYy0xLjcsMC0zLjUsMC4xLTUuMywwLjFjLTAuMiwwLTAuNiwwLTAuNi0wLjRjMC0wLjYsMC40LTAuNiwxLTAuNmgwLjVjMywwLDMuMy0wLjMsMy42LTEuNWw0LjYtMTguM2MwLjEtMC4yLDAuMS0wLjUsMC4xLTAuN2MwLTAuMiwwLTAuNC0wLjgtMC40aC0xLjJjLTQuNCwwLTUuMywwLjctNi45LDUuNWMtMC4zLDAuOS0wLjQsMC45LTAuNCwxYy0wLjEsMC4xLTAuMiwwLjEtMC40LDAuMWMtMC4xLDAtMC41LDAtMC41LTAuNGMwLDAsMC0wLjEsMC4yLTAuNmwyLTYuMWMwLjItMC42LDAuMy0wLjYsMS0wLjZIMzI0YzAuNSwwLDAuOCwwLDAuOCwwLjRjMCwwLjEsMCwwLjMsMCwwLjRsLTEsNi4xQzMyMy43LDg0LjcsMzIzLjYsODQuOCwzMjMuMiw4NC44eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNDYuMiwxMDAuMWMtMS40LDAtMi44LTAuMS00LjItMC4xYy0xLjQsMC0yLjgsMC4xLTQuMiwwLjFjLTAuMiwwLTAuNS0wLjEtMC41LTAuNGMwLTAuNiwwLjMtMC42LDEtMC42YzIuMywwLDIuNi0wLjMsMi45LTEuNGw0LjYtMTguNWMwLTAuMSwwLjEtMC41LDAuMS0wLjZjMC0wLjYtMS0wLjYtMi4xLTAuNmMtMC43LDAtMC45LDAtMC45LTAuNGMwLTAuNiwwLjQtMC42LDAuNi0wLjZjMS40LDAsMi45LDAuMSw0LjIsMC4xYzEuNCwwLDIuOC0wLjEsNC4yLTAuMWMwLjEsMCwwLjUsMCwwLjUsMC40YzAsMC42LTAuMywwLjYtMS4xLDAuNmMtMi4zLDAtMi41LDAuMy0yLjgsMS40bC00LjYsMTguNGMtMC4xLDAuNS0wLjEsMC43LTAuMSwwLjdjMCwwLjQsMCwwLjYsMi4xLDAuNmMwLjcsMCwxLDAsMSwwLjRDMzQ2LjksMTAwLjEsMzQ2LjQsMTAwLjEsMzQ2LjIsMTAwLjF6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM4MC40LDEwNi43Yy0yLDAtMi43LTEuMy0yLjctMy4xYzAtMC41LDAuMS0xLjUsMC4zLTMuMmMtMC43LDAuMi0xLjksMC41LTMuMSwwLjVjLTQuNiwwLTcuOC0zLjYtNy44LTguOGMwLTcuOSw3LTE1LjksMTQtMTUuOWM0LjMsMCw3LjgsMy4zLDcuOCw4LjljMCw2LjEtNC4xLDEyLjQtOS43LDE0LjljMC4xLDMuMSwwLjksMy42LDIsMy42YzEuMywwLDMtMSwzLjctMy4zYzAuMS0wLjIsMC4xLTAuNCwwLjQtMC40YzAuMiwwLDAuNCwwLjIsMC40LDAuNEMzODUuNywxMDAuMiwzODQuMywxMDYuNywzODAuNCwxMDYuN3ogTTM4MC45LDc3Yy0yLjUsMC01LjQsMS45LTcuNSw1Yy0yLjUsMy45LTMuNCw5LTMuNCwxMS4yYzAsMi40LDAuOCw1LjIsMy4yLDYuNGMtMC4xLTAuMi0wLjItMC40LTAuMi0xYzAtMS42LDEuNC0zLjYsMy4zLTMuNmMyLjQsMCwyLjcsMi41LDIuNywzLjZjNS41LTMuNSw3LTExLjksNy0xNC45QzM4Niw3OS44LDM4NCw3NywzODAuOSw3N3ogTTM3OC4yLDk4LjNjMC0wLjksMC0yLjQtMS44LTIuNGMtMS41LDAtMi42LDEuNi0yLjYsMi44YzAsMS40LDEsMS40LDEuNCwxLjRjMS4xLDAsMi4yLTAuNCwzLTAuOEMzNzguMiw5OSwzNzguMiw5OC42LDM3OC4yLDk4LjN6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQzMC4yLDc4Yy0xLDAtMi45LDAuMS0zLjQsMi4zbC0zLjEsMTIuNGMtMC45LDMuNy00LjcsOC4yLTksOC4yYy0zLjIsMC02LjEtMi4zLTYuMS02LjRjMC0wLjMsMC0xLjEsMC4zLTIuMmwzLjMtMTMuMWMwLjEtMC41LDAuMS0wLjUsMC4xLTAuNmMwLTAuNi0wLjktMC42LTItMC42Yy0wLjYsMC0wLjksMC0wLjktMC40YzAtMC42LDAuNC0wLjYsMC42LTAuNmMxLjMsMCwyLjcsMC4xLDQuMSwwLjFjMS4zLDAsMi43LTAuMSw0LTAuMWMwLjIsMCwwLjUsMC4xLDAuNSwwLjRjMCwwLjYtMC4zLDAuNi0xLDAuNmMtMi4xLDAtMi40LDAuMy0yLjcsMS40TDQxMS41LDkzYy0wLjIsMC43LTAuMywxLjgtMC4zLDIuNmMwLDMuMSwxLjksNC4yLDMuNiw0LjJjMy4yLDAsNi44LTMuMSw3LjktNy41bDMtMTIuMWMwLjEtMC4zLDAuMS0wLjUsMC4xLTAuOGMwLTAuNy0wLjMtMS40LTItMS41Yy0wLjMsMC0wLjYsMC0wLjYtMC40YzAtMC42LDAuNC0wLjYsMC42LTAuNmMxLjEsMCwyLjIsMC4xLDMuMywwLjFjMS4xLDAsMi4yLTAuMSwzLjItMC4xYzAuMywwLDAuNCwwLjIsMC40LDAuNEM0MzAuNyw3Ny45LDQzMC4zLDc4LDQzMC4yLDc4eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NjMuOCw5Mi4xbC0zLDcuNGMtMC4yLDAuNS0wLjMsMC41LTEsMC41aC0xNi4zYy0wLjUsMC0wLjksMC0wLjktMC40YzAtMC42LDAuNC0wLjYsMC45LTAuNmMyLjMsMCwyLjUtMC4zLDIuOC0xLjRsNC42LTE4LjJjMC4xLTAuNSwwLjEtMC44LDAuMS0wLjhjMC0wLjMsMC0wLjYtMi0wLjZjLTAuNywwLTAuOSwwLTAuOS0wLjRjMC0wLjYsMC4zLTAuNiwwLjktMC42SDQ2NWMwLjcsMCwwLjksMCwwLjgsMC45bC0wLjgsNmMtMC4xLDAuNi0wLjEsMC43LTAuNiwwLjdjLTAuMSwwLTAuNSwwLTAuNS0wLjRjMC0wLjEsMC0wLjQsMC4xLTAuNmMwLjEtMC44LDAuMi0xLjMsMC4yLTIuMmMwLTIuNC0wLjgtMy40LTQuNS0zLjRoLTQuMmMtMS4xLDAtMS40LDAtMS42LDEuMmwtMi4xLDguNGgyLjhjMi44LDAsMy40LTAuNyw0LTMuMmMwLjItMC43LDAuMi0wLjgsMC42LTAuOGMwLjEsMCwwLjUsMCwwLjUsMC40YzAsMC0wLjEsMC4zLTAuMSwwLjRsLTEuOSw3LjVjLTAuMSwwLjYtMC4yLDAuNy0wLjYsMC43Yy0wLjIsMC0wLjUsMC0wLjUtMC40YzAtMC4xLDAuMS0wLjQsMC4xLTAuNGMwLjMtMSwwLjMtMS41LDAuMy0xLjdjMC0wLjktMC4yLTEuNS0yLjUtMS41aC0zbC0yLjMsOS4zYzAsMC4yLTAuMSwwLjUtMC4xLDAuN2MwLDAuMiwwLDAuMywxLjEsMC4zaDQuMWM1LjQsMCw2LjYtMi4yLDguNi02LjljMC4zLTAuOCwwLjMtMC44LDAuNy0wLjhjMC4xLDAsMC41LDAsMC41LDAuNEM0NjQsOTEuNyw0NjMuOSw5Mi4xLDQ2My44LDkyLjF6Ii8+PC9nPjwvZz48ZyBpZD0iTGF5ZXJfMiI+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 16.33%;
}

.logo-true-tf-facet {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NTAuNjUgMTU3LjE1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzQzNDM0NTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDI8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8zIiBkYXRhLW5hbWU9IkxheWVyIDMiPjxnIGlkPSJfR3JvdXBfIiBkYXRhLW5hbWU9IiZsdDtHcm91cCZndDsiPjxwYXRoIGlkPSJfQ29tcG91bmRfUGF0aF8iIGRhdGEtbmFtZT0iJmx0O0NvbXBvdW5kIFBhdGgmZ3Q7IiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMi4xNCw2NC4xN3YzNi4wOUgyMS4yOFY2NC4xN0gwVjU1LjU5SDUzLjQzdjguNTdaIi8+PHBhdGggaWQ9Il9Db21wb3VuZF9QYXRoXzIiIGRhdGEtbmFtZT0iJmx0O0NvbXBvdW5kIFBhdGgmZ3Q7IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTcuNDgsMTAwLjI2bC0xMS0xNS43OUg4NnYxNS43OUg3NS4xVjU1LjU5aDM2LjU4YzEwLjE4LDAsMTYuODQsNS45MiwxNi44NCwxNC42MiwwLDctMy40NiwxMS42LTEwLjE4LDEzLjQ1bDExLjM1LDE2LjZabS4zMS0zMC4zNWMwLTMuMzktMi43MS01Ljc0LTcuMzQtNS43NEg4NlY3NS44OWgyNC41NUMxMTUuMTQsNzUuODksMTE3Ljc5LDczLjYxLDExNy43OSw2OS45MVoiLz48cGF0aCBpZD0iX0NvbXBvdW5kX1BhdGhfMyIgZGF0YS1uYW1lPSImbHQ7Q29tcG91bmQgUGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTE3OS44NywxMDEuNTVjLTE2LjcyLDAtMjctNi45MS0yNy0xNi4zNVY1NS41OUgxNjMuN1Y4My43MmMwLDUuNDksNS44Niw5LjE5LDE2LjE2LDkuMTlTMTk2LDg5LjE1LDE5Niw4My43MlY1NS41OWgxMC44NlY4NS4yMUMyMDYuODksOTQuNjUsMTk2LjU5LDEwMS41NSwxNzkuODcsMTAxLjU1WiIvPjxwYXRoIGlkPSJfQ29tcG91bmRfUGF0aF80IiBkYXRhLW5hbWU9IiZsdDtDb21wb3VuZCBQYXRoJmd0OyIgY2xhc3M9ImNscy0xIiBkPSJNMjM1LDEwMC4yNlY1NS41OUgyODMuNHY4LjU3SDI0NS44M1Y3My4zaDI2LjF2OC41OGgtMjYuMXY5LjgxaDM5LjN2OC41N1oiLz48L2c+PGcgaWQ9Il9Hcm91cF8yIiBkYXRhLW5hbWU9IiZsdDtHcm91cCZndDsiPjxwYXRoIGlkPSJfQ29tcG91bmRfUGF0aF81IiBkYXRhLW5hbWU9IiZsdDtDb21wb3VuZCBQYXRoJmd0OyIgY2xhc3M9ImNscy0xIiBkPSJNNTIxLjE3LDY0LjI1djkuMTNoMjYuMVY4MmgtMjYuMXYxOC4zOEg1MTAuMzJWNTUuNjdoNDguNDN2OC41N1oiLz48cGF0aCBpZD0iX0NvbXBvdW5kX1BhdGhfNiIgZGF0YS1uYW1lPSImbHQ7Q29tcG91bmQgUGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTYxNy43MywxMDAuMzRsLTUuMTItOS42Mkg1ODRsLTUuMTIsOS42MmgtMTFsMjMuNzUtNDQuNjdINjA1bDIzLjY5LDQ0LjY3Wm0tMTkuNS0zNi41Mi05LjgxLDE4LjMySDYwOFoiLz48cGF0aCBpZD0iX0NvbXBvdW5kX1BhdGhfNyIgZGF0YS1uYW1lPSImbHQ7Q29tcG91bmQgUGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTY5My42OCw3MUEyNywyNywwLDAsMCw2NzQuMTksNjNjLTExLjEsMC0xOC42Myw2LjI5LTE4LjYzLDE0LjkzLDAsOC44Miw3LjY1LDE1LjA1LDE5LjQ5LDE1LjA1QTI0LjEsMjQuMSwwLDAsMCw2OTMuOCw4NC42TDcwMyw4OS41NGMtNy40LDguNDUtMTUuNzksMTItMjcuNDUsMTJhMzguMzIsMzguMzIsMCwwLDEtMjEtNS43NCwyMSwyMSwwLDAsMS05LjgxLTE4LDIwLjUxLDIwLjUxLDAsMCwxLDcuNzEtMTYuMjNjNS42MS00LjYzLDEzLjYzLTcuMzQsMjIuNTgtNy4zNCwxMiwwLDIxLjI4LDQuMjYsMjguNSwxMy4yWiIvPjxwYXRoIGlkPSJfQ29tcG91bmRfUGF0aF84IiBkYXRhLW5hbWU9IiZsdDtDb21wb3VuZCBQYXRoJmd0OyIgY2xhc3M9ImNscy0xIiBkPSJNNzI4LjI0LDEwMC4zNFY1NS42N2g0OC40M3Y4LjU3SDczOS4xdjkuMTNoMjYuMVY4Mkg3MzkuMXY5LjgxaDM5LjN2OC41N1oiLz48cGF0aCBpZD0iX0NvbXBvdW5kX1BhdGhfOSIgZGF0YS1uYW1lPSImbHQ7Q29tcG91bmQgUGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTgyOS4zNyw2NC4yNXYzNi4wOUg4MTguNTFWNjQuMjVINzk3LjIzVjU1LjY3aDUzLjQzdjguNTdaIi8+PC9nPjxnIGlkPSJfR3JvdXBfMyIgZGF0YS1uYW1lPSImbHQ7R3JvdXAmZ3Q7Ij48ZyBpZD0iX0dyb3VwXzQiIGRhdGEtbmFtZT0iJmx0O0dyb3VwJmd0OyI+PGcgaWQ9Il9Hcm91cF81IiBkYXRhLW5hbWU9IiZsdDtHcm91cCZndDsiPjxwYXRoIGlkPSJfQ29tcG91bmRfUGF0aF8xMCIgZGF0YS1uYW1lPSImbHQ7Q29tcG91bmQgUGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTQxNS43OCw1MS4wNWgyNi4yOFY0NS4zOUgzNTYuNDN2NS42NkgzODN2NjEuODNIMzcwLjExdjUuNjZoNDcuMjJ2LTUuNjZINDA0LjU1Vjg0LjhoMTlWOTNoNS42NlY3MS40aC01LjY2djcuNzRoLTE5VjUxLjA1Wm0tMTYuODksNjEuODNIMzg4LjY1VjUxLjA1aDEwLjI0WiIvPjwvZz48L2c+PGcgaWQ9Il9Hcm91cF82IiBkYXRhLW5hbWU9IiZsdDtHcm91cCZndDsiPjxwYXRoIGlkPSJfQ29tcG91bmRfUGF0aF8xMSIgZGF0YS1uYW1lPSImbHQ7Q29tcG91bmQgUGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTM5OC44OSwxNTcuMTVhOS41NSw5LjU1LDAsMCwxLTQuNzctMS4yOGwtNTkuNzgtMzQuNTJhOS41Nyw5LjU3LDAsMCwxLTQuNzctOC4yNnYtNjlhOS41Niw5LjU2LDAsMCwxLDQuNzctOC4yNkwzOTQuMTIsMS4yN2E5LjU3LDkuNTcsMCwwLDEsOS41NCwwbDU5Ljc5LDM0LjUyYTkuNTYsOS41NiwwLDAsMSw0Ljc3LDguMjZ2NjlhOS41Niw5LjU2LDAsMCwxLTQuNzcsOC4yNmwtNTkuNzgsMzQuNTJBOS41NCw5LjU0LDAsMCwxLDM5OC44OSwxNTcuMTVabTAtMTUxLjMyYTMuNzIsMy43MiwwLDAsMC0xLjg2LjVMMzM3LjI1LDQwLjg0YTMuNzMsMy43MywwLDAsMC0xLjg2LDMuMjJ2NjlhMy43MywzLjczLDAsMCwwLDEuODYsMy4yMkwzOTcsMTUwLjgyYTMuNzIsMy43MiwwLDAsMCwzLjcxLDBsNTkuNzktMzQuNTJhMy43MywzLjczLDAsMCwwLDEuODYtMy4yMnYtNjlhMy43MywzLjczLDAsMCwwLTEuODYtMy4yMkw0MDAuNzUsNi4zMkEzLjcyLDMuNzIsMCwwLDAsMzk4Ljg5LDUuODNaIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 18.33%;
}

.logo-truefacet-nc {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDY0MCA2NDAiIHdpZHRoPSI2NDAiIGhlaWdodD0iNjQwIj48ZGVmcz48cGF0aCBkPSJNMzEuNTcgMzEyLjc3TDIwLjk1IDMxMi43N0wyMC45NSAyNzcuMzdMMCAyNzcuMzdMMCAyNjguOTFMNTIuNTEgMjY4LjkxTDUyLjUxIDI3Ny4zN0wzMS41NyAyNzcuMzdMMzEuNTcgMzEyLjc3WiIgaWQ9ImRjZ3pvY3B5TSI+PC9wYXRoPjxwYXRoIGQ9Ik0xMTEuMzIgMjY4Ljk2TDExMi4wNCAyNjkuMDFMMTEyLjc1IDI2OS4wOEwxMTMuNDQgMjY5LjE4TDExNC4xMSAyNjkuMjlMMTE0Ljc3IDI2OS40M0wxMTUuNDIgMjY5LjU4TDExNi4wNSAyNjkuNzZMMTE2LjY2IDI2OS45NUwxMTcuMjYgMjcwLjE3TDExNy44NCAyNzAuNEwxMTguNCAyNzAuNjVMMTE4Ljk1IDI3MC45MUwxMTkuNDggMjcxLjJMMTIwIDI3MS41TDEyMC40OSAyNzEuODJMMTIwLjk3IDI3Mi4xNkwxMjEuNDMgMjcyLjUxTDEyMS44NyAyNzIuODhMMTIyLjI5IDI3My4yN0wxMjIuNjkgMjczLjY3TDEyMy4wOCAyNzQuMDlMMTIzLjQ0IDI3NC41MkwxMjMuNzggMjc0Ljk3TDEyNC4xMSAyNzUuNDNMMTI0LjQxIDI3NS45MUwxMjQuNjkgMjc2LjRMMTI0Ljk2IDI3Ni45TDEyNS4yIDI3Ny40MkwxMjUuNDIgMjc3Ljk1TDEyNS42MSAyNzguNDlMMTI1Ljc5IDI3OS4wNUwxMjUuOTQgMjc5LjYyTDEyNi4wNyAyODAuMkwxMjYuMTggMjgwLjc5TDEyNi4yNiAyODEuMzlMMTI2LjMyIDI4Mi4wMUwxMjYuMzYgMjgyLjYzTDEyNi4zNyAyODMuMjdMMTI2LjM2IDI4My43OEwxMjYuMzQgMjg0LjI4TDEyNi4zMSAyODQuNzhMMTI2LjI2IDI4NS4yNkwxMjYuMjEgMjg1Ljc0TDEyNi4xNCAyODYuMjFMMTI2LjA1IDI4Ni42NkwxMjUuOTYgMjg3LjExTDEyNS44NSAyODcuNTVMMTI1LjczIDI4Ny45OEwxMjUuNTkgMjg4LjQxTDEyNS40NSAyODguODJMMTI1LjI5IDI4OS4yMkwxMjUuMTIgMjg5LjYxTDEyNC45MyAyOTBMMTI0LjczIDI5MC4zN0wxMjQuNTMgMjkwLjc0TDEyNC4zIDI5MS4wOUwxMjQuMDcgMjkxLjQ0TDEyMy44MiAyOTEuNzhMMTIzLjU2IDI5Mi4xTDEyMy4yOSAyOTIuNDJMMTIzLjAxIDI5Mi43M0wxMjIuNzEgMjkzLjAzTDEyMi40MSAyOTMuMzJMMTIyLjA5IDI5My41OUwxMjEuNzUgMjkzLjg2TDEyMS40MSAyOTQuMTJMMTIxLjA1IDI5NC4zN0wxMjAuNjggMjk0LjYxTDEyMC4zIDI5NC44NEwxMTkuOTEgMjk1LjA2TDExOS41MSAyOTUuMjdMMTE5LjA5IDI5NS40N0wxMTguNjYgMjk1LjY2TDExOC4yMiAyOTUuODNMMTE3Ljc3IDI5NkwxMTcuMyAyOTYuMTZMMTE2LjgzIDI5Ni4zMUwxMTYuMzQgMjk2LjQ1TDEyNy41NSAzMTIuNzdMMTE1LjU1IDMxMi43N0wxMDQuNzMgMjk3LjIzTDg0LjU3IDI5Ny4yM0w4NC41NyAzMTIuNzdMNzMuODUgMzEyLjc3TDczLjg1IDI2OC45MUwxMDkuODUgMjY4LjkxTDExMC41OSAyNjguOTJMMTExLjMyIDI2OC45NlpNODQuNTcgMjg4Ljg4TDEwOC43NiAyODguODhMMTA5LjU3IDI4OC44NUwxMTAuMzQgMjg4Ljc3TDExMS4wNiAyODguNjRMMTExLjc0IDI4OC40NkwxMTIuMzcgMjg4LjI0TDExMi45NSAyODcuOTdMMTEzLjQ4IDI4Ny42NUwxMTMuOTYgMjg3LjI5TDExNC4zOSAyODYuODlMMTE0Ljc3IDI4Ni40NEwxMTUuMDkgMjg1Ljk2TDExNS4zNiAyODUuNDNMMTE1LjU3IDI4NC44N0wxMTUuNzIgMjg0LjI3TDExNS44MSAyODMuNjRMMTE1Ljg1IDI4Mi45N0wxMTUuODEgMjgyLjM2TDExNS43MiAyODEuNzdMMTE1LjU3IDI4MS4yMkwxMTUuMzYgMjgwLjY5TDExNS4wOSAyODAuMTlMMTE0Ljc3IDI3OS43M0wxMTQuMzkgMjc5LjMxTDExMy45NSAyNzguOTJMMTEzLjQ2IDI3OC41N0wxMTIuOTMgMjc4LjI2TDExMi4zNCAyNzhMMTExLjcgMjc3Ljc4TDExMS4wMSAyNzcuNkwxMTAuMjcgMjc3LjQ3TDEwOS40OSAyNzcuNEwxMDguNjcgMjc3LjM3TDg0LjU3IDI3Ny4zN0w4NC41NyAyODguODhaIiBpZD0iYmQ2dTlOcjFlIj48L3BhdGg+PHBhdGggZD0iTTE1MC4zNiAyOTguMDJDMTUwLjM2IDI5Ni4wOCAxNTAuMzYgMjg2LjM4IDE1MC4zNiAyNjguOTFMMTYxLjA4IDI2OC45MUMxNjEuMDggMjg1LjQ5IDE2MS4wOCAyOTQuNyAxNjEuMDggMjk2LjU1QzE2MS4wOCAzMDEuOTUgMTY2Ljg4IDMwNS41OSAxNzcuMDEgMzA1LjU5QzE4Ny4xNCAzMDUuNTkgMTkyLjk0IDMwMS44NiAxOTIuOTQgMjk2LjU1QzE5Mi45NCAyOTQuNyAxOTIuOTQgMjg1LjQ5IDE5Mi45NCAyNjguOTFMMjAzLjY2IDI2OC45MUMyMDMuNjYgMjg2LjM4IDIwMy42NiAyOTYuMDggMjAzLjY2IDI5OC4wMkMyMDMuNDcgMzA3LjI2IDE5My4zNCAzMTQuMDUgMTc2LjkxIDMxNC4wNUMxNjAuNDkgMzE0LjA1IDE1MC4zNiAzMDcuMjYgMTUwLjM2IDI5OC4wMloiIGlkPSJiMWNLTnRuYWQ2Ij48L3BhdGg+PHBhdGggZD0iTTIzMS4xIDI2OC45MUwyNzguNyAyNjguOTFMMjc4LjcgMjc3LjM3TDI0MS43MiAyNzcuMzdMMjQxLjcyIDI4Ni4zMkwyNjcuMzkgMjg2LjMyTDI2Ny4zOSAyOTQuNzhMMjQxLjcyIDI5NC43OEwyNDEuNzIgMzA0LjQxTDI4MC4zNyAzMDQuNDFMMjgwLjM3IDMxMi43N0wyMzEuMSAzMTIuNzdMMjMxLjEgMjY4LjkxWiIgaWQ9ImRKNHRLQjYiPjwvcGF0aD48cGF0aCBkPSJNMzE1Ljk3IDI4Ni4yMkwzNDEuNjMgMjg2LjIyTDM0MS42MyAyOTQuNjhMMzE1Ljk3IDI5NC42OEwzMTUuOTcgMzEyLjc3TDMwNS4yNSAzMTIuNzdMMzA1LjI1IDI2OC45MUwzNTIuODUgMjY4LjkxTDM1Mi44NSAyNzcuMzdMMzE1Ljk3IDI3Ny4zN0wzMTUuOTcgMjg2LjIyWiIgaWQ9ImYxaW1BcDNmN2giPjwvcGF0aD48cGF0aCBkPSJNNDEwLjk2IDMxMi43N0w0MDUuOTUgMzAzLjMzTDM3Ny44MiAzMDMuMzNMMzcyLjcxIDMxMi43N0wzNjEuODkgMzEyLjc3TDM4NS4zIDI2OC44MUwzOTguNDggMjY4LjgxTDQyMS43OCAzMTIuNzdMNDEwLjk2IDMxMi43N1pNNDAxLjQzIDI5NC44N0wzOTEuNzkgMjc2Ljg4TDM4Mi4xNSAyOTQuODdMNDAxLjQzIDI5NC44N1oiIGlkPSJhZlhWajJES1kiPjwvcGF0aD48cGF0aCBkPSJNNDY2LjQzIDI3NS45OUM0NTUuNTEgMjc1Ljk5IDQ0OC4xNCAyODIuMTkgNDQ4LjE0IDI5MC42NUM0NDguMTQgMjk5LjMgNDU1LjYxIDMwNS40OSA0NjcuMzEgMzA1LjQ5QzQ3NC42OSAzMDUuNDkgNDgwLjU5IDMwMi44NCA0ODUuOCAyOTcuMzNDNDg2LjcxIDI5Ny44MSA0OTMuOTQgMzAxLjY3IDQ5NC44NSAzMDIuMTVDNDg3LjU3IDMxMC41MSA0NzkuMzEgMzEzLjk1IDQ2Ny44MSAzMTMuOTVDNDYwLjA0IDMxMy45NSA0NTMuNDUgMzEyLjE4IDQ0Ny4xNSAzMDguMzVDNDQxLjI1IDMwNC43MSA0MzcuNTIgMjk4LjEyIDQzNy41MiAyOTAuNjVDNDM3LjUyIDI4NC4zNSA0NDAuMTcgMjc4Ljg0IDQ0NS4wOSAyNzQuNzFDNDUwLjYgMjcwLjE5IDQ1OC40NiAyNjcuNTQgNDY3LjMxIDI2Ny41NEM0NzkuMTEgMjY3LjU0IDQ4OC4yNiAyNzEuNzYgNDk1LjM0IDI4MC41MkM0OTQuNjkgMjgwLjc1IDQ5MS40NSAyODEuODkgNDg1LjYxIDI4My45NkM0NzguMDcgMjc4LjY1IDQ3MS42NyAyNzUuOTkgNDY2LjQzIDI3NS45OVoiIGlkPSJhM3l5REVOVUEiPjwvcGF0aD48cGF0aCBkPSJNNTE5LjYzIDI2OC45MUw1NjcuMjMgMjY4LjkxTDU2Ny4yMyAyNzcuMzdMNTMwLjI1IDI3Ny4zN0w1MzAuMjUgMjg2LjMyTDU1NS45MiAyODYuMzJMNTU1LjkyIDI5NC43OEw1MzAuMjUgMjk0Ljc4TDUzMC4yNSAzMDQuNDFMNTY4LjkgMzA0LjQxTDU2OC45IDMxMi43N0w1MTkuNjMgMzEyLjc3TDUxOS42MyAyNjguOTFaIiBpZD0iYWNJM1ViQVZNIj48L3BhdGg+PHBhdGggZD0iTTYxOS4wNSAzMTIuNzdMNjA4LjMzIDMxMi43N0w2MDguMzMgMjc3LjI3TDU4Ny4zOSAyNzcuMjdMNTg3LjM5IDI2OC45MUw2MzkuOSAyNjguOTFMNjM5LjkgMjc3LjM3TDYxOS4wNSAyNzcuMzdMNjE5LjA1IDMxMi43N1oiIGlkPSJhZWU2cmxOc2IiPjwvcGF0aD48L2RlZnM+PGc+PGc+PGc+PHVzZSB4bGluazpocmVmPSIjZGNnem9jcHlNIiBvcGFjaXR5PSIxIiBmaWxsPSIjNDM0MzQ1IiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjxnPjx1c2UgeGxpbms6aHJlZj0iI2RjZ3pvY3B5TSIgb3BhY2l0eT0iMSIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLW9wYWNpdHk9IjAiPjwvdXNlPjwvZz48L2c+PGc+PHVzZSB4bGluazpocmVmPSIjYmQ2dTlOcjFlIiBvcGFjaXR5PSIxIiBmaWxsPSIjNDM0MzQ1IiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjxnPjx1c2UgeGxpbms6aHJlZj0iI2JkNnU5TnIxZSIgb3BhY2l0eT0iMSIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLW9wYWNpdHk9IjAiPjwvdXNlPjwvZz48L2c+PGc+PHVzZSB4bGluazpocmVmPSIjYjFjS050bmFkNiIgb3BhY2l0eT0iMSIgZmlsbD0iIzQzNDM0NSIgZmlsbC1vcGFjaXR5PSIxIj48L3VzZT48Zz48dXNlIHhsaW5rOmhyZWY9IiNiMWNLTnRuYWQ2IiBvcGFjaXR5PSIxIiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2Utb3BhY2l0eT0iMCI+PC91c2U+PC9nPjwvZz48Zz48dXNlIHhsaW5rOmhyZWY9IiNkSjR0S0I2IiBvcGFjaXR5PSIxIiBmaWxsPSIjNDM0MzQ1IiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjxnPjx1c2UgeGxpbms6aHJlZj0iI2RKNHRLQjYiIG9wYWNpdHk9IjEiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1vcGFjaXR5PSIwIj48L3VzZT48L2c+PC9nPjxnPjx1c2UgeGxpbms6aHJlZj0iI2YxaW1BcDNmN2giIG9wYWNpdHk9IjEiIGZpbGw9IiM0MzQzNDUiIGZpbGwtb3BhY2l0eT0iMSI+PC91c2U+PGc+PHVzZSB4bGluazpocmVmPSIjZjFpbUFwM2Y3aCIgb3BhY2l0eT0iMSIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLW9wYWNpdHk9IjAiPjwvdXNlPjwvZz48L2c+PGc+PHVzZSB4bGluazpocmVmPSIjYWZYVmoyREtZIiBvcGFjaXR5PSIxIiBmaWxsPSIjNDM0MzQ1IiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjxnPjx1c2UgeGxpbms6aHJlZj0iI2FmWFZqMkRLWSIgb3BhY2l0eT0iMSIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLW9wYWNpdHk9IjAiPjwvdXNlPjwvZz48L2c+PGc+PHVzZSB4bGluazpocmVmPSIjYTN5eURFTlVBIiBvcGFjaXR5PSIxIiBmaWxsPSIjNDM0MzQ1IiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjxnPjx1c2UgeGxpbms6aHJlZj0iI2EzeXlERU5VQSIgb3BhY2l0eT0iMSIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLW9wYWNpdHk9IjAiPjwvdXNlPjwvZz48L2c+PGc+PHVzZSB4bGluazpocmVmPSIjYWNJM1ViQVZNIiBvcGFjaXR5PSIxIiBmaWxsPSIjNDM0MzQ1IiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjxnPjx1c2UgeGxpbms6aHJlZj0iI2FjSTNVYkFWTSIgb3BhY2l0eT0iMSIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLW9wYWNpdHk9IjAiPjwvdXNlPjwvZz48L2c+PGc+PHVzZSB4bGluazpocmVmPSIjYWVlNnJsTnNiIiBvcGFjaXR5PSIxIiBmaWxsPSIjNDM0MzQ1IiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjxnPjx1c2UgeGxpbms6aHJlZj0iI2FlZTZybE5zYiIgb3BhY2l0eT0iMSIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLW9wYWNpdHk9IjAiPjwvdXNlPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center;
  margin-top: 22px;
  height: 46px;
}

@font-face {
  font-family: 'presicav_light';
  src: url("/skin/frontend/truefacet/truefacet/font/presicav_light/presicav_light.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/presicav_light/presicav_light.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/presicav_light/presicav_light.woff2") format("woff2"), url("/skin/frontend/truefacet/truefacet/font/presicav_light/presicav_light.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/presicav_light/presicav_light.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/presicav_light/presicav_light.svg#presicav_light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'presicav_extra_light';
  src: url("/skin/frontend/truefacet/truefacet/font/presicav_extra_light/presicav_extra_light.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/presicav_extra_light/presicav_extra_light.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/presicav_extra_light/presicav_extra_light.woff2") format("woff2"), url("/skin/frontend/truefacet/truefacet/font/presicav_extra_light/presicav_extra_light.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/presicav_extra_light/presicav_extra_light.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/presicav_extra_light/presicav_extra_light.svg#presicav_extra_light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'presicav_regular';
  src: url("/skin/frontend/truefacet/truefacet/font/presicav_regular/presicav_regular.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/presicav_regular/presicav_regular.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/presicav_regular/presicav_regular.woff2") format("woff2"), url("/skin/frontend/truefacet/truefacet/font/presicav_regular/presicav_regular.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/presicav_regular/presicav_regular.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/presicav_regular/presicav_regular.svg#presicav_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'presicav_bold';
  src: url("/skin/frontend/truefacet/truefacet/font/presicav_bold/presicav_bold.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/presicav_bold/presicav_bold.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/presicav_bold/presicav_bold.woff2") format("woff2"), url("/skin/frontend/truefacet/truefacet/font/presicav_bold/presicav_bold.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/presicav_bold/presicav_bold.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/presicav_bold/presicav_bold.svg#presicav_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_bold';
  src: url("/skin/frontend/truefacet/truefacet/font/helvetica_bold/helvetica_bold.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/helvetica_bold/helvetica_bold.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/helvetica_bold/helvetica_bold.woff2") format("woff2"), url("/skin/frontend/truefacet/truefacet/font/helvetica_bold/helvetica_bold.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/helvetica_bold/helvetica_bold.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/helvetica_bold/helvetica_bold.svg#helvetica_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-light';
  src: url("/skin/frontend/truefacet/truefacet/font/helvetica_light/helvetica_light-webfont.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/helvetica_light/helvetica_light-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/helvetica_light/helvetica_light-webfont.woff2") format("woff2"), url("/skin/frontend/truefacet/truefacet/font/helvetica_light/helvetica_light-webfont.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/helvetica_light/helvetica_light-webfont.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/helvetica_light/helvetica_light-webfont.svg#helvetica-lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_oblique';
  src: url("/skin/frontend/truefacet/truefacet/font/helvetica_oblique/helvetica_oblique.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/helvetica_oblique/helvetica_oblique.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/helvetica_oblique/helvetica_oblique.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/helvetica_oblique/helvetica_oblique.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/helvetica_oblique/helvetica_oblique.svg#helvetica_oblique") format("svg");
}
@font-face {
  font-family: 'lmroman12-italic';
  src: url("/skin/frontend/truefacet/truefacet/font/lmroman12-italic/lmroman12-italic.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/lmroman12-italic/lmroman12-italic.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/lmroman12-italic/lmroman12-italic.woff2") format("woff2"), url("/skin/frontend/truefacet/truefacet/font/lmroman12-italic/lmroman12-italic.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/lmroman12-italic/lmroman12-italic.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/lmroman12-italic/lmroman12-italic.svg#lmroman12-italic") format("svg");
}
@font-face {
  font-family: 'lmroman12-regular';
  src: url("/skin/frontend/truefacet/truefacet/font/lmroman12-regular/lmroman12-regular.eot");
  src: url("/skin/frontend/truefacet/truefacet/font/lmroman12-regular/lmroman12-regular.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/truefacet/truefacet/font/lmroman12-regular/lmroman12-regular.woff2") format("woff2"), url("/skin/frontend/truefacet/truefacet/font/lmroman12-regular/lmroman12-regular.woff") format("woff"), url("/skin/frontend/truefacet/truefacet/font/lmroman12-regular/lmroman12-regular.ttf") format("truetype"), url("/skin/frontend/truefacet/truefacet/font/lmroman12-regular/lmroman12-regular.svg#lmroman12-regular") format("svg");
}
/* =============================================== *
 *  Tabbed Panels/Containers
 * =============================================== */
.tabs-container .tab-pane {
  display: none;
}
.tabs-container .tab-pane.active {
  display: block;
}

html,
body {
  height: 100%;
}

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

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

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

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

.price-notice {
  color: #4c4d4f;
}

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

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

.price-box .price-label {
  color: #4c4d4f;
  white-space: nowrap;
  font-family: "Helvetica Light", Arial, sans-serif;
}

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

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

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

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

/*  Responsive Video

.videoWrapper {
width: 100%;
height: auto;
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
}
.videoWrapper object, .videoWrapper embed,  .videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

*/
div.alert {
  background: #fff;
  color: #a29253;
  border: 1px solid #a29253;
  font-size: 12px;
  left: 50%;
  margin-left: -200px;
  padding: 20px 30px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 400px;
  z-index: 99999999;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, sans-serif;
  display: none;
}
div.alert button {
  background: none;
  border: medium none;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  z-index: 9999;
  margin-top: -7px;
}
div.alert button:before {
  width: 14px;
  height: 13px;
  color: #a29253;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "x";
  font-size: 18px;
  line-height: 9px;
}

.form-button-alt.button {
  background: none !important;
  border: none !important;
}

/*************  Back-toTop  ************/
.back-toTop {
  display: none;
  /*
  width:85px;height:50px;position:fixed;bottom:-50px;right:50px;z-index:500;text-align:center;
  -webkit-transition:bottom 0.3s ease-in-out;
  -moz-transition:bottom 0.3s ease-in-out;
  -o-transition:bottom 0.3s ease-in-out;
  transition:bottom 0.3s ease-in-out;
  */
}

body.bodyScrolled .back-toTop {
  bottom: 50px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

.btn {
  font-family: "presicav_light";
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #a29253;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-transform: uppercase;
  color: #f37e8b;
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
}

.back-toTop a, .back-toTop .back-upArrow, .back-toTop .text {
  display: block;
}

.back-toTop .back-upArrow {
  background: url(/media/additem/images/backtotop.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  text-align: center;
  text-indent: -9999px;
  margin: 0 auto;
}

.back-toTop .text {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "presicav_regular";
  color: #4c4d4f;
  text-align: center;
}

/*************  Back-toTop End  *************/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.search .search_box {
  border: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.036em;
  width: auto;
  box-shadow: none;
  padding: 0 6px;
}
.search .search_box::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
  font-style: inherit;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.search .search_box:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-style: inherit;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.search .search_box::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-style: inherit;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.search .search_box:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-style: inherit;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.search .search_box::placeholder {
  color: #999999;
  font-style: inherit;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.search .search_box:focus {
  width: 90%;
  border: 1px solid #999999;
  border-bottom: 2px solid #a29253;
  border-radius: 0;
}
.search .search_box:focus::-webkit-input-placeholder {
  color: transparent;
}
.search .search_box:focus:focus:-moz-placeholder {
  color: transparent;
}
.search .button {
  float: left;
  position: relative;
  padding: 0;
  border: none;
  background-position: 0 -578px;
  background-color: white;
  width: 12px;
  height: 12px;
  top: 9.3px;
  left: auto;
  right: 3px;
}
.searchWhiteBg-boutique .search .button {
  background: url(/media/additem/images/search-icon-white.svg) no-repeat 0 0;
}
@media screen and (max-width: 800px) {
  .search .button {
    float: left;
    left: 1em;
    background: url(/media/additem/images/search-icon-darkgrey.svg) no-repeat 0 0;
    width: 23px;
    height: 23px;
    background-size: 100%;
    top: 3px;
  }
}

.home_top_search, .bottom_search {
  display: none;
}
@media screen and (max-width: 800px) {
  .home_top_search, .bottom_search {
    display: block;
    position: relative;
    margin-left: 0;
    width: 94%;
    left: 5%;
  }
  .home_top_search .searchInputBox, .bottom_search .searchInputBox {
    margin-left: 0;
    padding: 6px 0;
  }
  .home_top_search .searchInputBox .search_box, .bottom_search .searchInputBox .search_box {
    float: left;
    width: 88%;
    height: 30px;
    padding: 0 0 0 10px;
    border: 1px solid #999999;
    border-radius: 0;
  }
  .home_top_search .searchInputBox .search_box::-webkit-input-placeholder, .bottom_search .searchInputBox .search_box::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 8px;
  }
  .home_top_search .searchInputBox .search_box:-moz-placeholder, .bottom_search .searchInputBox .search_box:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 8px;
  }
  .home_top_search .searchInputBox .search_box::-moz-placeholder, .bottom_search .searchInputBox .search_box::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 8px;
  }
  .home_top_search .searchInputBox .search_box:-ms-input-placeholder, .bottom_search .searchInputBox .search_box:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 8px;
  }
  .home_top_search .searchInputBox .search_box::placeholder, .bottom_search .searchInputBox .search_box::placeholder {
    font-size: 8px;
  }
  .home_top_search .searchInputBox .search_box:focus, .bottom_search .searchInputBox .search_box:focus {
    border-bottom: 2px solid #a29253;
  }
}

.filter-options.mob {
  display: none;
}

.headerTitle {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 2px;
}
.headerTitle p {
  padding: 15px 0;
  display: block;
}
.headerTitle .line {
  display: inline-block;
  height: 1px;
  background: #f37e8b;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.headerTitle .line.down {
  bottom: 0;
  top: auto;
}

.tf-sprite {
  background: url("/media/additem/images/tf-sprite.png") 0 0 no-repeat;
}

.moreButton {
  text-align: center;
  position: relative;
}
.moreButton .loadMore {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  display: inline-block;
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 130px;
}
.moreButton .loadMore:hover {
  text-decoration: none;
  background: #f37e8b;
  border-color: #f37e8b;
  color: #ffffff;
}
.moreButton #ajaxloader {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -40px;
}

.home-pro-list {
  padding: 35px 0;
  margin-bottom: 15px;
  width: 100%;
}
.home-pro-list .listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 3px;
  letter-spacing: 0.3em;
}
.home-pro-list .listHeader p {
  padding: 6px 0;
  display: block;
}
.home-pro-list .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.home-pro-list .listHeader .line.down {
  bottom: 0;
  top: auto;
}
.home-pro-list .listHeader .line {
  background: #a29253;
}

.mayAlsoLike .listHeader, .howItWork .listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 3px;
  letter-spacing: 0.3em;
}
.mayAlsoLike .listHeader p, .howItWork .listHeader p {
  padding: 6px 0;
  display: block;
}
.mayAlsoLike .listHeader .line, .howItWork .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.mayAlsoLike .listHeader .line.down, .howItWork .listHeader .line.down {
  bottom: 0;
  top: auto;
}

.learn_more_btn {
  font-family: "presicav_regular";
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.learn_more_btn:hover {
  color: #f37e8b;
}
.learn_more_btn span {
  display: inline-block;
}
.learn_more_btn .right_arrow {
  width: 12px;
  height: 12px;
  background-position: 0 -444px;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.learn_more_btn:hover .right_arrow {
  background-position: 0 -456px;
}

.mobMenuTrigger {
  width: auto;
  position: absolute;
  left: 15px;
  z-index: 1;
  display: none;
}
.mobMenuTrigger .lineBox, .mobMenuTrigger .menuText {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}
.mobMenuTrigger .lineBox {
  width: 23px;
}
.mobMenuTrigger .lineBox span {
  background: #4c4d4f;
  height: 3px;
  width: 100%;
  display: block;
  margin-bottom: 4px;
  border-radius: 2px;
}
.mobMenuTrigger .lineBox span:last-child {
  margin-bottom: 0px;
}
.mobMenuTrigger .lineBox span.menuCloseIcon {
  display: none;
  margin: 0;
}
.mobMenuTrigger .menuText {
  font-family: "presicav_light";
  font-size: 14px;
  text-transform: uppercase;
  color: #a29253;
  position: relative;
  top: -1px;
}

.mobMenu {
  position: fixed;
  width: 296px;
  height: 100%;
  left: -296px;
  background: #fff;
  z-index: 100;
  display: none !important;
}
.mobMenu .menuClose {
  height: 51px;
  padding: 16px 18px;
}
.mobMenu .menuClose span.menuCloseIcon {
  display: block;
  width: 19px;
  height: 19px;
  background: url(/media/additem/images/close-icon.svg) no-repeat 0 0;
}
.mobMenu ul {
  margin-left: 18px;
}
.mobMenu ul li a {
  padding: 8px 0;
  display: block;
  font-family: "presicav_light";
  font-size: 10px;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.2em;
}
.mobMenu ul li a:hover {
  color: #333333;
  text-decoration: underline;
}
.mobMenu ul li span {
  padding: 8px;
  font-family: "presicav_light";
  font-size: 10px;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.2em;
}
.mobMenu ul.cat-l1 {
  margin-bottom: 45px;
}
.mobMenu ul.non-Cat-l1 li a {
  color: #a29253;
}
.mobMenu ul.non-Cat-l1 li a:hover {
  color: #a29253;
  text-decoration: underline;
}

.mobMenu.slideInLeft.animated {
  left: 0;
}

.nav-Logo-Box, .contentWrapper, .bottom-sticky-nav {
  left: 0;
}
.nav-Logo-Box.mobileMenuOpen, .contentWrapper.mobileMenuOpen, .bottom-sticky-nav.mobileMenuOpen {
  left: 296px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-Logo-Box {
  max-width: 100%;
  max-height: 80px;
}

.searchIcon {
  display: none;
  background: url(/media/additem/images/search-icon-darkgrey.svg) no-repeat 0 0;
  background-size: 100%;
  height: 23px;
  width: 23px;
}
@media screen and (max-width: 800px) {
  .searchIcon {
    display: block;
    position: absolute;
    right: 50px;
    top: 15px;
  }
}
@media screen and (max-width: 320px) {
  .searchIcon {
    right: 46px;
    top: 15px;
  }
  .searchIcon img {
    width: 21px !important;
  }
}

.homeNonSticky {
  display: none !important;
}

.hideSearchIcon {
  display: none !important;
}

/***********************************
Product Listing
TODO this is partially overwritten by _products.scss. But only for category page
*************************************/
.price-box-style, .listProContainer .item:not(.category-page-item) .price-box {
  position: absolute;
  bottom: -50px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 120%;
  padding: 15px 10px 10px 20px;
  min-height: 100px;
  margin-left: -10px;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.price-box-style .price-details, .listProContainer .item:not(.category-page-item) .price-box .price-details {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.listProContainer {
  min-height: 500px;
}

.listProContainer .item:not(.category-page-item) {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  float: left;
  width: 24.1%;
  position: relative;
  margin-right: 1.20%;
  margin-bottom: 22px;
  padding: 0 10px 10px 10px;
  overflow: hidden;
}
.listProContainer .item:not(.category-page-item).last {
  margin-right: 0;
}
.listProContainer .item:not(.category-page-item) .soldOutText {
  color: #4c4d4f;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.listProContainer .item:not(.category-page-item) .listProImg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
}
.listProContainer .item:not(.category-page-item) .listProImg .soldOutText {
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  font-weight: bold;
}
.listProContainer .item:not(.category-page-item) .price-box {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.listProContainer .item:not(.category-page-item) .n-worn {
  float: right;
  display: inline-block;
  color: #bbbfc6;
  text-transform: uppercase;
  font-family: "presicav_regular";
  font-size: 12px;
  letter-spacing: 0.2em;
}
.listProContainer .item:not(.category-page-item) .price {
  font-family: Helvetica, Arial, sans-serif;
}
.listProContainer .item:not(.category-page-item) .regular-price, .listProContainer .item:not(.category-page-item) .special-price {
  padding: 0;
  float: left;
}
.listProContainer .item:not(.category-page-item) .regular-price .price, .listProContainer .item:not(.category-page-item) .special-price .price {
  color: #f37e8b;
}
.listProContainer .item:not(.category-page-item) .old-price .price {
  color: #4c4d4f;
  margin-left: 10px;
}
.listProContainer .item:not(.category-page-item) .listProTxt .price-details {
  display: none;
}
.listProContainer .item:not(.category-page-item) .cart-wish {
  clear: both;
  border-top: 1px solid #f37e8b;
  padding-top: 10px;
  display: none;
}
.listProContainer .item:not(.category-page-item) .cart-wish .addCart, .listProContainer .item:not(.category-page-item) .cart-wish .wishlist {
  text-transform: uppercase;
  font-family: "presicav_regular";
  font-size: 11px;
  color: #f37e8b;
  letter-spacing: 0.2em;
}
.listProContainer .item:not(.category-page-item) .cart-wish .wishlist {
  display: inline-block;
}
.listProContainer .item:not(.category-page-item) .cart-wish .addCart {
  float: left;
  display: block;
  padding: 10px 0;
}
.listProContainer .item:not(.category-page-item) .wishlist {
  float: right;
}
.listProContainer .item:not(.category-page-item) .wishlist .heart-icon {
  background: url("/media/additem/images/tf-sprite.png") -144px -8px no-repeat;
  position: relative;
  top: 2px;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  display: inline-block;
  text-indent: -9999px;
}
.listProContainer .item:not(.category-page-item) img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listProContainer .item:not(.category-page-item):hover {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.listProContainer .item:not(.category-page-item):hover .price-box {
  background: rgba(255, 128, 139, 0.9);
}
.listProContainer .item:not(.category-page-item):hover .regular-price .price, .listProContainer .item:not(.category-page-item):hover .special-price .price {
  color: #fff !important;
}
.listProContainer .item:not(.category-page-item):hover .old-price .price {
  color: #4c4d4f;
}
.listProContainer .item:not(.category-page-item):hover .cart-wish {
  display: block;
}
.listProContainer .item:not(.category-page-item) a:hover {
  text-decoration: none;
}
.listProContainer .item:not(.category-page-item) .listProTxt {
  margin-top: 25px;
  min-height: 110px;
}
.listProContainer .item:not(.category-page-item) .brand-name, .listProContainer .item:not(.category-page-item) .productTitle {
  letter-spacing: 2px;
}
.listProContainer .item:not(.category-page-item) .brand-name {
  color: #a29253;
  text-transform: uppercase;
  font-family: "presicav_regular";
  font-size: 12px;
}
.listProContainer .item:not(.category-page-item) .productTitle {
  height: 34px;
  overflow: hidden;
  margin: 10px 0 5px;
  width: 100%;
}
.listProContainer .item:not(.category-page-item) .productTitle a {
  color: #4c4d4f;
  font-size: 14px;
  text-transform: capitalize;
  font-family: Helvetica, Arial, sans-serif;
}
.listProContainer .item:not(.category-page-item).soldOut .special-price, .listProContainer .item:not(.category-page-item).soldOut .old-price, .listProContainer .item:not(.category-page-item).soldOut .regular-price {
  display: none;
}

.home-pro-list .listHeader {
  margin-bottom: 35px;
  letter-spacing: 0.3em;
}
.home-pro-list .listProContainer {
  max-width: 1920px;
  margin: 0 auto;
}
.home-pro-list .listProContainer .item {
  width: 23.4166%;
  position: relative;
  margin-right: 2.1111%;
  padding: 0 0 10px;
  margin-bottom: 0px;
}
.home-pro-list .listProContainer .item:hover {
  background: transparent;
}
.home-pro-list .listProContainer .item.last {
  margin-right: 0;
}

.item.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/***********************************
Brand L1 Listing

*************************************/
.brandListing {
  width: 77.734375%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .brandListing {
    width: 100%;
  }
}
.brandListing .listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 3px;
  margin: 33px 0;
  width: 100%;
  letter-spacing: 0.3em;
}
.brandListing .listHeader p {
  padding: 6px 0;
  display: block;
}
.brandListing .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.brandListing .listHeader .line.down {
  bottom: 0;
  top: auto;
}
@media (max-width: 800px) {
  .brandListing .listHeader {
    margin: 15px 0;
  }
  .brandListing .listHeader p {
    font-family: "presicav_regular";
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.2em;
  }
}
.brandListing .menuImagesBox {
  padding: 0 2.3469%;
  width: 100%;
  float: none;
}
.brandListing .menuImagesBox ul {
  font-size: 0;
  width: 100%;
}
.brandListing .menuImagesBox ul li {
  width: 29%;
  margin: 0 2%;
  float: left;
}
@media (max-width: 800px) {
  .brandListing .menuImagesBox ul li .navImgDetails {
    font-size: 9px;
    position: static;
    padding: 10px 0;
    text-align: center;
    color: #a29253;
    letter-spacing: 0.2em;
  }
  .brandListing .menuImagesBox ul li:hover .navImgDetails {
    background: rgba(255, 255, 255, 0.9);
    color: #a29253;
    padding: 10px 0;
  }
}

.brand-Tab-Box {
  border: 1px solid #a29253;
  border-left: none;
  border-right: none;
  margin: 10px 0;
}
.brand-Tab-Box .alphabetTab {
  width: 77.734375%;
  margin: 0 auto;
  padding: 0 2.3469%;
  font-size: 0;
}
.brand-Tab-Box .alphabetTab li {
  display: inline-block;
  font-size: 0;
  margin-right: 7.9591%;
}
.brand-Tab-Box .alphabetTab li a {
  color: #4c4d4f;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "presicav_regular";
  padding: 11px 0;
  display: inline-block;
}
.brand-Tab-Box .alphabetTab li:last-child {
  margin-right: 0;
}

.allTab-Content {
  width: 77.734375%;
  margin: 0 auto;
  padding: 0 2.3469%;
}
.allTab-Content .row {
  margin-bottom: 65px;
}
.allTab-Content .apbCol {
  float: left;
  width: 22.9591%;
  margin-right: 13.6734%;
}
.allTab-Content .apbCol.last {
  margin-right: 0;
}
.allTab-Content .apbCol p {
  color: #a29253;
  font-size: 44px;
  text-transform: uppercase;
  font-family: "presicav_extra_light";
  padding-bottom: 2px;
  border-bottom: 2px solid #a29253;
  font-weight: bold;
  margin-bottom: 15px;
}
.allTab-Content .apbCol ul {
  border-bottom: 1px solid #4c4d4f;
}
.allTab-Content .apbCol ul li {
  margin-bottom: 10px;
}
.allTab-Content .apbCol ul li a {
  color: #4c4d4f;
  font-size: 16px;
  text-transform: capitalize;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
}

.tnakyou_checkout {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 100px 0;
}
.tnakyou_checkout h3 {
  width: 100%;
  display: inline-block;
  color: #4c4d4f;
  font-family: "presicav_light";
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.tnakyou_checkout p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.03em;
}
.tnakyou_checkout .txt_pink {
  color: #f37e8b;
  margin-bottom: 40px;
}
.tnakyou_checkout .txt_pink a {
  color: #f37e8b;
  text-decoration: underline;
}

.cart-empty {
  padding: 200px 0;
  text-align: center;
}
.cart-empty .page-title h1 {
  color: #333333;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  font-style: normal;
  font-family: "presicav_extra_light";
  letter-spacing: 10px;
  border: none;
  margin-bottom: 50px;
}
.cart-empty p {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #4c4d4f;
  margin-bottom: 22px;
  text-transform: none;
}

body.cms-authenticity-promise .main-container.bodyContent, body.cms-page-view .main-container.bodyContent {
  width: 100%;
  max-width: 100%;
}

.forgotPassword {
  min-height: 500px;
}
.forgotPassword .page-title {
  padding: 52px 0 40px 0;
  text-align: center;
}
.forgotPassword .page-title h1 {
  color: #333333;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  font-style: normal;
  font-family: "presicav_extra_light";
  letter-spacing: 10px;
  word-wrap: break-word;
  border-bottom: none !important;
}
.forgotPassword label.input-title {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
  color: #a29253;
  letter-spacing: 1px;
}
.forgotPassword label.input-title em {
  display: none;
}
.forgotPassword p.content-text {
  color: #4c4d4f;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
.forgotPassword .input-text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px;
  height: auto;
  color: #4c4d4f;
}
.forgotPassword .input-text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.forgotPassword .input-text::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.forgotPassword .input-text::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.forgotPassword .input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.forgotPassword .input-text:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.forgotPassword .input-text:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.forgotPassword .input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.forgotPassword .input-text::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.forgotPassword .input-text::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.forgotPassword .input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.forgotPassword .input-text:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.forgotPassword .input-text:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.forgotPassword .input-text::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.forgotPassword .input-text::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.forgotPassword .input-text::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.forgotPassword .buttons-set .button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  padding: 10px 20px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  border: 0;
}

.dollor_icon {
  background-image: url("/media/additem/images/dollor_img.png") !important;
  background-position: 10px 50% !important;
  background-repeat: no-repeat !important;
  padding-left: 25px !important;
}

.loader_group {
  position: relative;
  display: inline-block;
  width: 100%;
}

.loader_icon {
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  z-index: 10;
}
.loader_icon img {
  width: 100%;
  height: 100%;
}

.loader_icon.relative {
  position: relative;
  right: inherit;
  top: inherit;
  margin-top: inherit;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.loader_icon.relative img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
}

.company, .country, .tel, .fax, .vat {
  display: none;
}

body.narvar-index-index .contentWrapper {
  position: static !important;
}
body.narvar-index-index .shipment_block {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  width: 305px;
  height: 500px;
  background: url(/media/additem/images/ship_blk_bg.png) repeat-x bottom left;
  margin: 30px auto 0 auto;
  padding: 9px 15px;
  border: 1px solid #cccccc;
}
body.narvar-index-index .shipment_block h2 {
  font-weight: bold;
}
body.narvar-index-index .shipment_block .shipment-loader-details {
  margin-top: 40px;
  color: #000;
}
body.narvar-index-index .shipment_block .shipment-loader-details span {
  font-weight: bold;
  font-size: 12px;
}
body.narvar-index-index .shipment_block .loader {
  position: absolute;
  top: 50%;
  margin: -24px 0 0 -24px;
  left: 50%;
}

.requestItem {
  cursor: pointer;
  background: #fff;
  border: 1px solid #a29253;
  border-bottom: none;
  padding: 9px 7px 8px;
  position: fixed;
  bottom: 0;
  right: 245px;
  font-size: 14px;
  color: #a29253;
  letter-spacing: 1px;
  z-index: 1000000;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
}

.ConsignFormCon .loader_group {
  width: auto;
}
.ConsignFormCon .loader_group .loader_icon {
  right: 20px;
  margin-top: -18px;
}

/* ============================================ *
* Header
* ============================================ */
#regis-form label {
  font-family: "helvetica-light";
}

#popup_wrap1 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.body_sitewide {
  padding-top: 28px;
}

#closeTopInfo {
  position: absolute;
  right: 14px;
  top: 9px;
  display: none;
}

.topInfoClosed .header {
  margin-top: 0px !important;
}
.topInfoClosed .filter-options.mob .filterBox {
  top: 51px !important;
}
.topInfoClosed .bottom_search {
  top: 51px !important;
}

.topInfoOpen .sitewide_wrapper {
  display: block;
}
.topInfoOpen .header.sitewide {
  margin-top: 28px;
}

.sitewide_wrapper {
  display: none;
  width: 100%;
  z-index: 1100;
  position: fixed;
  left: 0;
  top: 0;
  font-family: "presicav_light";
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  background-color: #a29253;
  height: 28px;
}
.sitewide_wrapper .responsive {
  display: none;
}
.sitewide_wrapper .full {
  display: inline-block;
  line-height: normal;
}
.sitewide_wrapper .end_sitewide {
  font-weight: 200;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  height: 28px;
  line-height: 28px;
}
.sitewide_wrapper .end_sitewide .responsive br {
  display: none;
}
.sitewide_wrapper .end_sitewide p {
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
}
.sitewide_wrapper a {
  color: #eceadd;
  text-decoration: underline;
}

#login_modal .link-wrapper .link-button .loader_group button {
  background-color: #4c4d4f;
  color: #ffffff;
}

.header {
  /* border-bottom: 1px solid rgba(162, 146, 83, 0.5); */
  /* width: 100%; */
  /* background: #fff; */
  /* position: fixed; */
  /* left: 0; */
  /* top: 0; */
  /* z-index: 1000; */
  /* height: 143px; */
}

.top-bar {
  height: 30px;
  background: #d1e8fd;
  font-family: "presicav_regular";
  font-weight: 200;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.top-bar .top_left a:hover, .top-bar .top_right a:hover {
  color: #4c4d4f;
  text-decoration: underline;
}
.top-bar .top_left {
  float: left;
}
.top-bar .top_left .tf-location {
  display: inline-block;
  padding: 9px 14px;
  position: relative;
}
.top-bar .top_left .tf-location.active {
  background: #fff;
  font-family: "presicav_bold";
}
.top-bar .top_left .tf-location a {
  color: #4c4d4f;
  letter-spacing: 0.2em;
  line-height: 12px;
}
.top-bar .top_left .tf-location a:hover {
  color: #4c4d4f;
  text-decoration: underline;
}
.top-bar .top_left .tf-location .tf-location-detail {
  display: none;
  position: absolute;
  top: 30px;
  width: 300px;
  border: 1px solid #EEEEEE;
  z-index: 9999;
  background: #fff;
  padding: 20px;
}
.top-bar .top_left .tf-location .tf-location-detail::before {
  position: absolute;
  top: -5px;
  left: 115px;
  content: '';
  border: solid #CCCCCC;
  background-color: #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.top-bar .top_left .tf-location .tf-location-detail.tf-location-detail-boutique {
  right: 0;
}
.top-bar .top_left .tf-location .tf-location-detail.tf-location-detail-boutique::before {
  left: auto;
  right: 115px;
}
.top-bar .top_left .tf-location .tf-location-detail .detail-text {
  font-family: "helvetica-light";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.036em;
  color: #333333;
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
}
.top-bar .top_left .tf-location .tf-location-detail .detail-img {
  margin-bottom: 10px;
}
.top-bar .top_left .tf-location .tf-location-detail .detail-img img {
  max-width: 255px;
  margin: 0 auto;
}
.top-bar .top_left .tf-location .tf-location-detail .detail-link {
  text-align: center;
}
.top-bar .top_left .tf-location .tf-location-detail .detail-link a {
  font-family: "presicav_bold";
  text-decoration: underline;
  font-size: 11px;
  line-height: 18px;
  color: #4c4d4f;
}
.top-bar .top_left .tf-location:hover .tf-location-detail {
  display: block;
}
@media screen and (max-width: 800px) {
  .top-bar .top_left .tf-location:hover .tf-location-detail {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .top-bar .top_left .tf-location a span.tf-location-web {
    display: none;
  }
}
@media screen and (min-width: 1301px) {
  .top-bar .top_left .tf-location a span.tf-location-mob {
    display: none;
  }
}
.top-bar .top_right {
  list-style: none;
  font-family: "presicav_regular";
  font-weight: 200;
  float: right;
  height: 30px;
}
.top-bar .top_right .top_nav li {
  list-style: none;
  float: left;
  padding: 9px 15px;
}
.top-bar .top_right .top_nav li a {
  float: left;
  text-decoration: none;
  color: #4c4d4f;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 12px;
}
.top-bar .top_right .top_nav li a.sign_up_txt {
  margin-left: 1em;
  border-left: 1px solid #4c4d4f;
  padding-left: 1em;
}
@media (max-width: 1366px) {
  .top-bar .top_right .top_nav li.authorized-partners {
    display: none;
  }
}
.top-bar .top_right .my_acc {
  position: relative;
}
.top-bar .top_right .my_acc:hover {
  background: #fff;
}
.top-bar .top_right .my_acc:hover a {
  color: #4c4d4f;
}
.top-bar .top_right .my_acc a.drop_arrow {
  cursor: pointer;
}
.top-bar .top_right .my_acc a.drop_arrow .drop_arrow_icon:after {
  content: 'V';
  color: inherit;
  display: inline-block;
  font-family: "presicav_light";
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
}
.top-bar .top_right .my_acc:hover .my_dropdown {
  display: block;
}
.top-bar .top_right .my_dropdown {
  display: none;
  font-size: 12px;
  list-style: outside none none;
  box-shadow: 0 1px 1px 0 #CCCCCC;
  min-width: 170px;
  width: 100%;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 500;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
.top-bar .top_right .my_dropdown li {
  width: 100%;
  display: list-item;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.top-bar .top_right .my_dropdown li a {
  padding: 8px 18px;
  background: #fff;
  font-size: 10px;
  color: #4c4d4f;
  font-family: "presicav_light";
  float: none;
  display: block;
  margin: 0;
}
.top-bar .top_right .my_dropdown li a:hover {
  text-decoration: underline;
  color: #4c4d4f !important;
}

.tf_logo {
  margin: 0 auto;
  text-align: center;
  padding: 17px 0 7px;
}
.tf_logo a {
  display: inline-block;
}
.tf_logo a img {
  text-align: center;
  margin: 0 auto;
}
.tf_logo .tfcommon-truefacet_logo_new_182x34_svg {
  width: 182px;
  height: 26px;
  margin-top: 10px;
}

.bottom-sticky-nav {
  display: none;
}

.popup_overlay, .popup_overlay_concierge {
  background: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.popup_wrap, .popup_wrap_concierge {
  width: 100%;
  display: none;
  position: relative;
  z-index: 99999999;
  text-align: center;
}
.popup_wrap .pop_content, .popup_wrap_concierge .pop_content {
  display: block;
  padding: 15px 25px 25px 25px;
  position: fixed;
  width: 550px;
  height: 415px;
  background-color: #fff;
  text-align: center;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.popup_wrap .pop_content .close_arrow, .popup_wrap_concierge .pop_content .close_arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  background-position: 0 -506px;
  width: 19px;
  height: 19px;
  text-indent: -999em;
}

.concierge_wrap {
  display: none;
}
.concierge_wrap .popup_overlay_concierge, .concierge_wrap .popup_wrap_concierge {
  display: block;
}

#forgotpaswd_fields {
  margin-top: -35px;
}

#forgot-form {
  height: 100%;
}

.reclaim_success {
  margin-top: 12%;
  margin-bottom: 28%;
}
.reclaim_success .Title {
  font-size: 14px;
}
.reclaim_success .Content {
  margin-top: 5%;
  font-size: 12px;
  font-family: "helvetica-light";
}

.active_color {
  background: #fff !important;
  color: #000000 !important;
}

.active_color_gold {
  background: #a29253;
}

#login_modal .login_form .join_the_authentic {
  padding-top: 1%;
  padding-bottom: 2%;
  line-height: 18px;
}

.signup_txt_more {
  padding-bottom: 24px;
  line-height: 24px;
}

.purewow_signup_title {
  font-size: 20px;
  color: #4c4d4f;
  font-family: "presicav_extra_light";
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
}

.purewow_signup_txt {
  width: 39%;
  display: inline-block;
  margin-right: 10%;
  font-size: 15px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: lighter;
}

.purewow_signup_img {
  width: 44%;
  vertical-align: top;
  display: inline-block;
}

.purewow_signup_txt_mb {
  display: none;
}

#login_modal .login_form .to_reclaim {
  height: 54px;
  line-height: 45px;
  font-family: "helvetica-light";
}

.login_form {
  color: #4c4d4f;
  font-family: "presicav_regular";
}
.login_form img {
  display: inline-block;
}
.login_form .pop_txt {
  font-size: 12px;
  color: #4c4d4f;
  font-family: "helvetica-light";
  text-transform: none;
  letter-spacing: 0.03em;
}
.login_form .pop_txt .bold {
  font-family: "helvetica_bold";
  font-weight: 400;
}
.login_form .popup-logo-img {
  width: 100%;
  margin-top: 45px;
}
.login_form .popup-logo-img img {
  display: inline;
  width: 30%;
}
.login_form h3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #4c4d4f;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: none;
  margin-top: 35px;
}
.login_form .login_frm form {
  margin-bottom: 1.5em;
}
.login_form .login_frm .login_left {
  width: 72%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.login_form .login_frm .login_left .input-text {
  height: 40px;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 0 8px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  font-family: "helvetica-light";
  font-size: 12px;
  letter-spacing: 2px;
  color: #000000;
  letter-spacing: 0.036em;
  padding-top: 12px;
  padding-bottom: 0px;
}
.login_form .login_frm .login_left input :-webkit-input-placeholder {
  text-align: center;
}
.login_form .login_frm .login_left input :-moz-placeholder {
  text-align: center;
}
.login_form .login_frm .login_left input :-moz-placeholder {
  text-align: center;
}
.login_form .login_frm .login_left input :-ms-input-placeholder {
  text-align: center;
}
.login_form .login_frm .login_left .first_inpt {
  color: #000000;
  background: #fff;
  font-family: "helvetica-light";
  font-size: 12px;
}
.login_form .login_frm .login_left .log_button {
  background: #a29253;
  height: 40px;
  border: none;
  width: 70%;
  color: #ffffff;
  font-family: "presicav_regular";
  font-size: 11px;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
.login_form .login_frm .login_middle {
  width: 7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
  font-family: "helvetica-light";
  text-transform: lowercase;
}
.login_form .login_frm .login_right {
  width: 50%;
  height: 40px;
  background-color: #3c5d96;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  position: relative;
}
.login_form .login_frm .login_right img {
  width: 100%;
}
.login_form .login_frm .login_right .fb_btn {
  color: #ffffff;
  background-size: cover;
  font-size: 11px;
  height: 100%;
  font-size: 11px;
  font-family: "presicav_regular";
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 40px;
}
.login_form .login_frm .login_right .fb_btn:hover {
  text-decoration: none;
}
.login_form .saveDraft_txt, .login_form .tradeIn_txt {
  font-size: 24px;
  font-family: "presicav_light";
  color: #4c4d4f;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 30px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
}
.login_form .tradeIn_txt {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px !important;
}
.login_form .tradeIn_txt .tradeIn_description {
  font-size: 16px;
  font-family: "helvetica-light";
  font-style: italic;
  letter-spacing: 0.036em;
  text-transform: none;
  margin-top: 8px;
}
.login_form .link-wrapper {
  width: 100%;
  height: 40px;
  position: absolute;
  margin-left: -25px;
  bottom: 0;
  background-color: #a29253 0.3;
}
.login_form .link-wrapper a {
  text-decoration: underline;
}
.login_form .link-wrapper .LogIn {
  float: left;
  width: 50%;
  height: 100%;
  background: #C0C0C0;
}
.login_form .link-wrapper .LogIn .loader_group {
  height: 100%;
}
.login_form .link-wrapper .LogIn .button-relative {
  height: 100%;
}
.login_form .link-wrapper .LogIn #tabLogIn {
  height: 100%;
  border: none;
  width: 100%;
  font-family: "presicav_regular";
  font-size: 12px;
  letter-spacing: 0.2em;
  background-color: #4c4d4f;
  color: #ffffff;
}
.login_form .link-wrapper #tabJoinNow {
  float: left;
  display: inline-block;
  width: 50%;
  height: 100%;
}
.login_form .link-wrapper #tabJoinNow .button-relative {
  height: 100%;
}
.login_form .link-wrapper #tabJoinNow .loader_group {
  height: 100%;
}
.login_form .link-wrapper #tabJoinNow .log_button {
  height: 100%;
  border: none;
  width: 100%;
  font-family: "presicav_regular";
  font-size: 12px;
  letter-spacing: 0.2em;
  background-color: #4c4d4f;
  color: #ffffff;
}
.login_form .alrd_membr {
  text-decoration: underline;
  font-size: 1em;
  cursor: pointer;
  color: #4c4d4f;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.login_form .alrd_membr p {
  padding: 20px 0;
}
.login_form #email_opt {
  width: 100%;
  margin-top: 2%;
  margin-bottom: -5%;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.login_form #email_opt p {
  display: inline-block;
  text-align: left;
  font-family: "helvetica-light";
  font-size: 11px;
}
.login_form #email_opt .error {
  display: block;
}
.login_form .login_frm {
  margin-bottom: 5%;
}

.thank_you .discount_txt,
.thank_you .discount_code {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #4c4d4f;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.thank_you .discount_txt .highlight {
  font-family: "helvetica_bold";
}
.thank_you .text_code {
  margin-top: 35px;
}
.thank_you .discount_code {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #4c4d4f;
  width: 320px;
  height: 60px;
  display: block;
  margin: 0 auto;
  border: 1px solid #a29253;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  float: none;
  padding-top: 16px;
  margin-top: 28px;
  letter-spacing: 0.03em;
}
.thank_you a.continue_btn {
  font-family: "presicav_regular";
  font-size: 12px;
  color: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 45px;
  display: inline-block;
}

@media only screen and (min-width: 771px) {
  
  .page-header-container {
    position: relative;
  }
}
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

.tf_logo_2 {
  margin: 0 auto;
  font-size: 0px;
  position: relative;
  width: 316px;
  display: block;
  padding: 13px 0px 7px;
  left: 50%;
  margin-left: -149px;
  -webkit-transition: padding 0.3s ease-out;
  -moz-transition: padding 0.3s ease-out;
  -ms-transition: padding 0.3s ease-out;
  -o-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}

.tf_logo_left, .tf_logo_right, tf_logo_nc {
  float: left;
  display: inline-block;
  text-indent: -9999px;
}

.tf_logo_left, .tf_logo_right, .tf_logo_nc {
  height: 18px;
  margin-top: 20px;
  opacity: 1;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.tf_logo_center.boutique, .sticky tf_logo_center.boutique {
  display: inline-block;
  opacity: 1;
  margin-right: -19px !important;
}

.tf_logo_left {
  width: 104px;
  margin-right: 17px;
}

.sticky .tf_logo_center {
  display: inline-block;
  width: 48px;
  opacity: 1;
  float: right;
  margin-right: 150px;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.tf_logo_center {
  width: 52px;
  height: 58px;
  opacity: 0;
  display: none;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  float: right;
  text-indent: -9999px;
}

.tf_logo_right {
  width: 125px;
  margin-left: 17px;
}

.tf_logo_nc {
  width: 254px;
  margin-left: 17px;
}

.complimentary-shipping {
  left: 3rem;
}

.extended-holiday-returns {
  right: 3rem;
  text-align: right;
}

.homepage-bottom-nav .bottom-nav-tab a:hover {
  color: #a29253 !important;
}
.homepage-bottom-nav > .bottom-nav-tab:last-child a {
  color: #a29253 !important;
}
.homepage-bottom-nav > .bottom-nav-tab:last-child a:hover {
  color: #938245 !important;
}

.complimentary-shipping, .extended-holiday-returns {
  position: absolute;
  top: 40%;
  width: 300px;
  font-family: "presicav_light";
  font-size: 9px;
  letter-spacing: 0.2em;
  line-height: 14px;
}
.complimentary-shipping .phone-number, .extended-holiday-returns .phone-number {
  color: #4c4d4f;
}
.complimentary-shipping .start-date, .extended-holiday-returns .start-date {
  text-align: right;
  color: #4c4d4f;
}
.header.sticky .complimentary-shipping, .header.sticky .extended-holiday-returns {
  display: none;
}
@media (max-width: 1024px) {
  .complimentary-shipping, .extended-holiday-returns {
    top: 33%;
    width: 165px;
  }
}
@media (max-width: 800px) {
  .complimentary-shipping, .extended-holiday-returns {
    display: none;
  }
}

.contentWrapper {
  position: relative;
  top: 39px;
}

.quicklink_wrap .quicklink {
  display: none;
}

.small-TF-Logo {
  display: block;
  width: 48px;
  position: absolute;
  top: -500%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -30px;
}
.small-TF-Logo img {
  width: 100%;
}

.top-bar {
  background-color: #fbf1d6;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header {
  /* height: 143px; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  /* transition: all 0.3s ease-out; */
}

.nav-box {
  position: relative;
  z-index: 1000;
  width: 93.75%;
  margin: 0 auto;
  top: 0;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -ms-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.nav_left, .nav_right {
  margin-top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav_left {
  width: 52%;
  text-align: right;
  float: left;
}
.nav_left ul.nav > li {
  text-align: right;
  margin-left: 4%;
  padding: 8px 0 16px;
}
.nav_left .nav > li > a {
  padding: 0px;
}

.nav_right {
  width: 45%;
  text-align: left;
  float: right;
  overflow: hidden;
  white-space: nowrap;
}
.nav_right ul.nav > li {
  text-align: left;
  margin-right: 4%;
  padding: 0 0 16px;
}
.nav_right .nav > li > a {
  padding: 0px;
}
.nav_right .nav > li:nth-last-child(2) > a, .nav_right .nav li:nth-last-child(3) a {
  color: #4c4d4f;
}

.header.sticky .nav_left ul.nav > li, .header.sticky .nav_right ul.nav > li {
  padding-bottom: 31px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nav_left ul.nav > li, .nav_right ul.nav > li {
    padding-bottom: 18px;
  }

  .header.sticky .nav_left ul.nav > li, .header.sticky .nav_right ul.nav > li {
    padding-bottom: 27px;
  }
}
.header.sticky {
  height: 70px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header.sticky .top-bar {
  margin-top: -50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header.sticky .top-bar.sitewide {
  visibility: hidden;
  margin-top: -50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header.sticky .tf_logo_2 {
  padding: 28px 0 0;
  -webkit-transition: padding 0.3s ease-out;
  -moz-transition: padding 0.3s ease-out;
  -ms-transition: padding 0.3s ease-out;
  -o-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}
.header.sticky .tf_logo_left, .header.sticky .tf_logo_right, .header.sticky .tf_logo_nc {
  opacity: 0;
  display: none;
  transition: opacity 0.5s linear, display 0.5s linear;
}
.header.sticky .tf_logo {
  display: none;
}
.header.sticky .search {
  top: -35px;
  padding-bottom: 0 !important;
}
.header.sticky .nav-box {
  top: -37px;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -ms-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.header.sticky .nav_left, .header.sticky .nav_right {
  width: 45%;
  margin-top: -47px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header.sticky ul.nav {
  width: 100%;
}
.header.sticky ul.nav .wrapper-column {
  /* top: 94px; */
  top: 4px;
}
.header.sticky .nav > li:hover > a.mainCat::after {
  bottom: -22px;
}
.header.sticky .small-TF-Logo {
  display: block !important;
  top: 50%;
}

.cartItems {
  display: none;
  position: relative;
  top: 25px;
}
.cartItems a {
  color: #ffffff;
  background: url("/media/additem/images/cart_icon_new.png") 0 0 no-repeat;
  background-size: 100%;
  height: 25px;
  width: 21px;
  display: inline-block;
  text-align: center;
}
.cartItems a span {
  line-height: 21px;
}

.header.sticky .cartItems {
  display: inline-block;
  width: 15%;
}

.tf_logo.mobile {
  display: none;
}

#concierge_popup .popup_wrap .pop_content {
  width: 780px;
  margin-left: -390px;
  height: 430px;
  margin-top: -215px;
}
#concierge_popup .concierge_block > p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 0.03em;
  color: #666666;
  line-height: 24px;
  margin-bottom: 35px;
}
#concierge_popup .concierge_block > p .bold {
  font-family: "helvetica_bold";
  font-weight: 400;
}
#concierge_popup .concierge_block > p.popupTitle {
  font-family: "presicav_light";
  font-size: 28px;
  color: #4c4d4f;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 30px;
}
#concierge_popup .concierge_block .form_group {
  width: 400px;
  display: block;
  margin: 0 auto;
}
#concierge_popup .concierge_block .form_group h4 {
  width: 100%;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #a29253;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 5px;
}
#concierge_popup .concierge_block .form_group h4 .bold {
  font-family: "helvetica_bold";
  font-weight: 400;
}
#concierge_popup .concierge_block .form_group .form_control {
  width: 67%;
  float: left;
}
#concierge_popup .concierge_block .form_group .form_control .input_text {
  width: 100%;
  border: 3px solid #a29253;
  height: 40px;
  font-size: 16px;
  color: #a29253;
  letter-spacing: 0.03em;
  background: #eceadd;
  border-right: 0px;
  padding: 0 15px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
#concierge_popup .concierge_block .form_group .sub_btn {
  width: 33%;
  float: left;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  font-family: "presicav_regular";
  font-size: 12px;
  color: #edece0;
  letter-spacing: 2px;
  background: #4c4d4f;
  height: 40px;
  text-align: center;
  border: 0px;
}
#concierge_popup .concierge_block .form_two {
  margin-bottom: 38px;
}
#concierge_popup .concierge_block .form_two .form_control .input_text {
  border: 1px solid #a29253;
  border-right: 0px;
  color: #a29253;
}
#concierge_popup .concierge_block .form_two .sub_btn {
  background: #a29253;
  border: 1px solid #a29253;
  border-left: 0px;
}
#concierge_popup .concierge_block .bottom_text {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
}
#concierge_popup .concierge_block #or_txt {
  width: 100%;
  display: block;
  text-align: center;
  color: #a29253;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  margin: 10px 0;
  text-transform: lowercase;
}

@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .nav_left ul.nav > li {
    margin-left: 4%;
  }

  .nav_right ul.nav > li {
    text-align: left;
    margin-right: 4%;
    padding: 0 0 16px;
  }
}
/*
* Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
*
* [1] IE9
* [2] IE10+
*/
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/* ============================================ *
* Nav - Skip Link
* ============================================ */
.topMainMenu {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.navBox {
  width: 100%;
  margin: 0 auto;
  min-width: 800px;
  position: relative;
}

.nav > li.l1-active > a {
  font-weight: bold;
}

.nav > li:last-child {
  border-right: none;
}

.nav {
  color: #a29253;
  font-size: 12px;
  text-decoration: none;
  background: transparent;
}

.nav > li:first-child,
.nav > li:nth-child(2),
.nav > li:nth-child(3),
.nav > li:nth-child(4),
.nav > li:nth-child(5),
.nav > li:nth-child(6),
.nav > li:nth-child(7),
.nav > li:nth-child(8),
.nav > li:nth-child(9),
.nav > li:nth-child(10),
.nav > li:nth-child(11) {
  background: transparent;
}

.nav > li > a {
  padding: 0px 0px 0 55px;
  text-transform: uppercase;
  color: #a29253;
  position: relative;
  display: block;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 0.2em;
}

.nav > li:hover > a {
  color: #f37e8b;
}

.nav > li:hover > a.mainCat:after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  display: block;
  content: '';
  border: solid #CCCCCC;
  background-color: #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nav > li:hover > a.mainCat:after {
    bottom: -16px;
  }

  .header.sticky .nav > li:hover > a.mainCat::after {
    bottom: -32px;
  }

  .header.sticky.boutique .nav > li:hover > a.mainCat::after {
    bottom: -30px;
  }
}
.nav ul > li:hover > a {
  color: #f37e8b;
}

/*----------- sub menu ---------------*/
.nav ul li > a {
  text-decoration: none;
  font-size: 13px;
  color: #a29253;
}

.nav ul li:last-child {
  border-bottom: none;
}

.nav ol > li a {
  color: #707070;
  font-size: 14px;
  margin: 0px 20px;
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid rgba(60, 188, 141, 0.15);
}

.nav ol li:hover > a {
  color: #3CBC8D;
}

.nav ol > li:last-child a {
  border-bottom: none;
  padding-bottom: 15px;
}

/*
.nav ul,
.nav li > div.wrapper-column {height: 600px; background: #fff;}*/
/*  #Base
================================================== */
ul.nav, ul.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.nav {
  font-size: 0;
  /* text-align: center; */
}

ul.nav > li {
  /* float: left; */
  display: inline-block;
  font-size: 0;
}

ul.nav li > a {
  text-decoration: none;
  display: block;
}

/*  #Sub Drop Down Menu
================================================== */
/*
ul.nav ul { display: none; position: absolute; width: 180px; }
ul.nav li:hover > ul { display: block; }
ul.nav ul ul { top: 0px; left: 180px; }
*/
/*  #Sub Mega Menu
================================================== */
ul.nav .wrapper-column {
  position: absolute;
  display: none;
  width: 100%;
  padding: 0;
  left: 0px;
  /* top: 117px; top: 34px; */
  top: 35px;
  border-bottom: 1px solid rgba(162, 146, 83, 0.7);
  height: auto;
  background: #fff;
  min-height: 310px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.nav .wrapper-column {
    /* top: 117px; */
  }
}
ul.nav ol {
  list-style: none;
  padding: 0;
}

ul.nav > li:hover > div {
  display: block;
}

/*ul.nav .wrapper-column.first{display: block !important; visibility: visible !important; opacity: 1 !important;}*/
.wrapper-column.brands .subMenuBox {
  margin-top: 17%;
}

/*   #slide effect
==================================================*/
/*.slide ul,*/
.slide li > div {
  visibility: hidden;
  display: block !important;
  -webkit-transition: opacity 0.2s ease-in, visibility 0s linear 0.2s, -webkit-transform 0.2s linear;
  -moz-transition: opacity 0.2s ease-in, visibility 0s linear 0.2s, -moz-transform 0.2s linear;
  -o-transition: opacity 0.2s ease-in, visibility 0s linear 0.2s, -o-transform 0.2s linear;
  -ms-transition: opacity 0.2s ease-in, visibility 0s linear 0.2s, -ms-transform 0.2s linear;
  transition: opacity 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.slide li:hover > ul, .slide li:hover > div {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/*  #fade effect
==================================================*/
.fade ul, .fade li > div {
  visibility: hidden;
  display: block !important;
  -webkit-transition: opacity .2s ease-in, visibility 0s linear .2s;
  -moz-transition: opacity .2s ease-in, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-in, visibility 0s linear .2s;
  -ms-transition: opacity .2s ease-in, visibility 0s linear .2s;
  transition: opacity .2s ease-in, visibility 0s linear .2s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fade li:hover > ul, .fade li:hover > div {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.featured_heading {
  color: #4c4d4f;
  font-family: "presicav_regular";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-left: 35px;
}

.cartItems {
  width: 25%;
  float: right;
  padding-left: 28px;
  display: none;
}

.menu-content {
  margin: 25px auto;
  max-width: 1200px;
  text-align: left;
  position: relative;
}

.menuList {
  float: left;
  margin-left: 125px;
}
.menuList .subTitle {
  color: #4c4d4f;
  font-family: "presicav_regular";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: normal;
}
.menuList .subMenu {
  background: transparent;
  float: left;
  /* width: 200px; */
  width: 225px;
}
.menuList .subMenu li {
  margin-bottom: 20px;
}
.menuList .subMenu li a {
  font-size: 12px;
  color: #a29253 !important;
  font-family: "presicav_light";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  letter-spacing: 2px;
}
.menuList .subMenu li:hover a {
  color: #f37e8b !important;
}
.menuList .subMenu li.viewAll {
  padding-top: 0;
  margin-bottom: 0;
}
.menuList .subMenu li.viewAll a {
  font-weight: 700;
  letter-spacing: 2px;
}

ul.nav li.Brands .menuList {
  width: 59%;
}
ul.nav li.Brands .menuList .subMenu {
  width: 33.3%;
}
ul.nav li.Brands .menu-contentImage {
  width: 30%;
}
ul.nav li.Jewelry .menuList {
  width: 39%;
}
ul.nav li.Jewelry .menuList .subMenu {
  width: 225px;
}
ul.nav li.Jewelry .menu-contentImage {
  width: 50%;
}

.header.sticky .subMenuBox {
  margin-left: 0px;
}

.submenu-divider {
  background: #e0e0d8;
  display: block;
  float: right;
  height: 260px;
  width: 1px;
  display: none;
}

.menu-contentImage {
  float: right;
  max-width: 635px;
  border-left: 1px solid #e0e0d8;
  padding-bottom: 25px;
}

.nav_right .Watches .submenu-divider {
  display: none;
}
.nav_right .Watches .menu-contentImage {
  float: left;
  margin-left: 5%;
}

.menuImagesBox {
  float: right;
  width: 100%;
}
.menuImagesBox ul {
  content: '';
  display: table;
  clear: both;
}
.menuImagesBox ul li {
  display: inline-block;
  font-size: 0;
  margin-bottom: 5px;
  margin-left: 35px;
  width: 282px;
  position: relative;
  float: left;
  height: 190px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.menuImagesBox ul li img {
  width: 100%;
  height: auto;
}
.menuImagesBox ul li .navImgDetails {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4c4d4f;
  font-family: "presicav_regular";
  text-transform: capitalize;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 0 10px 20px;
}
.menuImagesBox ul li:hover .navImgDetails {
  background: #ff808b;
  color: #fff;
  padding: 15px 0 15px 20px;
}

.nav_left .Jewelry .menu-contentImage, .nav_right .Watches .menu-contentImage {
  max-width: 52.9167%;
}
.nav_left .Jewelry .menu-contentImage .menuImagesBox ul li, .nav_right .Watches .menu-contentImage .menuImagesBox ul li {
  width: 43%;
}

#mobile-menu-list li a:hover {
  text-decoration: none;
  color: #a29253;
}
#mobile-menu-list > li:first-child a {
  color: #a29253;
}
#mobile-menu-list > li:first-child a:hover {
  color: #938245;
}

.nav_left .Holiday-marketPage .Holiday, .nav_left .Jewelry-marketPage .Holiday, .nav_left .Watches-marketPage .Holiday,
.nav_left .Brands-marketPage .Holiday, .nav_left .Valentine-marketPage .Holiday, .nav_left .Handbags-marketPage .Holiday,
.nav_left .Sell-marketplace .Holiday, .nav_left .Sale-marketplace .Holiday, .nav_left .Blog-marketplace .Holiday, .nav_right .Holiday-marketPage .Holiday, .nav_right .Jewelry-marketPage .Holiday, .nav_right .Watches-marketPage .Holiday,
.nav_right .Brands-marketPage .Holiday, .nav_right .Valentine-marketPage .Holiday, .nav_right .Handbags-marketPage .Holiday,
.nav_right .Sell-marketplace .Holiday, .nav_right .Sale-marketplace .Holiday, .nav_right .Blog-marketplace .Holiday {
  color: #a29253;
}
.nav_left .Holiday-marketPage .Holiday:hover, .nav_left .Jewelry-marketPage .Holiday:hover, .nav_left .Watches-marketPage .Holiday:hover,
.nav_left .Brands-marketPage .Holiday:hover, .nav_left .Valentine-marketPage .Holiday:hover, .nav_left .Handbags-marketPage .Holiday:hover,
.nav_left .Sell-marketplace .Holiday:hover, .nav_left .Sale-marketplace .Holiday:hover, .nav_left .Blog-marketplace .Holiday:hover, .nav_right .Holiday-marketPage .Holiday:hover, .nav_right .Jewelry-marketPage .Holiday:hover, .nav_right .Watches-marketPage .Holiday:hover,
.nav_right .Brands-marketPage .Holiday:hover, .nav_right .Valentine-marketPage .Holiday:hover, .nav_right .Handbags-marketPage .Holiday:hover,
.nav_right .Sell-marketplace .Holiday:hover, .nav_right .Sale-marketplace .Holiday:hover, .nav_right .Blog-marketplace .Holiday:hover {
  color: #938245;
}
.nav_left .Holiday-marketPage .Watches, .nav_left .Holiday-marketPage .brands, .nav_left .Holiday-marketPage .Jewelry, .nav_left .Holiday-marketPage .Valentine, .nav_left .Holiday-marketPage .Handbags, .nav_left .Holiday-marketPage .Sell-Tab, .nav_left .Holiday-marketPage .The-Blog, .nav_left .Jewelry-marketPage .Watches, .nav_left .Jewelry-marketPage .brands, .nav_left .Jewelry-marketPage .Jewelry, .nav_left .Jewelry-marketPage .Valentine, .nav_left .Jewelry-marketPage .Handbags, .nav_left .Jewelry-marketPage .Sell-Tab, .nav_left .Jewelry-marketPage .The-Blog, .nav_left .Watches-marketPage .Watches, .nav_left .Watches-marketPage .brands, .nav_left .Watches-marketPage .Jewelry, .nav_left .Watches-marketPage .Valentine, .nav_left .Watches-marketPage .Handbags, .nav_left .Watches-marketPage .Sell-Tab, .nav_left .Watches-marketPage .The-Blog,
.nav_left .Brands-marketPage .Watches,
.nav_left .Brands-marketPage .brands,
.nav_left .Brands-marketPage .Jewelry,
.nav_left .Brands-marketPage .Valentine,
.nav_left .Brands-marketPage .Handbags,
.nav_left .Brands-marketPage .Sell-Tab,
.nav_left .Brands-marketPage .The-Blog, .nav_left .Valentine-marketPage .Watches, .nav_left .Valentine-marketPage .brands, .nav_left .Valentine-marketPage .Jewelry, .nav_left .Valentine-marketPage .Valentine, .nav_left .Valentine-marketPage .Handbags, .nav_left .Valentine-marketPage .Sell-Tab, .nav_left .Valentine-marketPage .The-Blog, .nav_left .Handbags-marketPage .Watches, .nav_left .Handbags-marketPage .brands, .nav_left .Handbags-marketPage .Jewelry, .nav_left .Handbags-marketPage .Valentine, .nav_left .Handbags-marketPage .Handbags, .nav_left .Handbags-marketPage .Sell-Tab, .nav_left .Handbags-marketPage .The-Blog,
.nav_left .Sell-marketplace .Watches,
.nav_left .Sell-marketplace .brands,
.nav_left .Sell-marketplace .Jewelry,
.nav_left .Sell-marketplace .Valentine,
.nav_left .Sell-marketplace .Handbags,
.nav_left .Sell-marketplace .Sell-Tab,
.nav_left .Sell-marketplace .The-Blog, .nav_left .Sale-marketplace .Watches, .nav_left .Sale-marketplace .brands, .nav_left .Sale-marketplace .Jewelry, .nav_left .Sale-marketplace .Valentine, .nav_left .Sale-marketplace .Handbags, .nav_left .Sale-marketplace .Sell-Tab, .nav_left .Sale-marketplace .The-Blog, .nav_left .Blog-marketplace .Watches, .nav_left .Blog-marketplace .brands, .nav_left .Blog-marketplace .Jewelry, .nav_left .Blog-marketplace .Valentine, .nav_left .Blog-marketplace .Handbags, .nav_left .Blog-marketplace .Sell-Tab, .nav_left .Blog-marketplace .The-Blog, .nav_right .Holiday-marketPage .Watches, .nav_right .Holiday-marketPage .brands, .nav_right .Holiday-marketPage .Jewelry, .nav_right .Holiday-marketPage .Valentine, .nav_right .Holiday-marketPage .Handbags, .nav_right .Holiday-marketPage .Sell-Tab, .nav_right .Holiday-marketPage .The-Blog, .nav_right .Jewelry-marketPage .Watches, .nav_right .Jewelry-marketPage .brands, .nav_right .Jewelry-marketPage .Jewelry, .nav_right .Jewelry-marketPage .Valentine, .nav_right .Jewelry-marketPage .Handbags, .nav_right .Jewelry-marketPage .Sell-Tab, .nav_right .Jewelry-marketPage .The-Blog, .nav_right .Watches-marketPage .Watches, .nav_right .Watches-marketPage .brands, .nav_right .Watches-marketPage .Jewelry, .nav_right .Watches-marketPage .Valentine, .nav_right .Watches-marketPage .Handbags, .nav_right .Watches-marketPage .Sell-Tab, .nav_right .Watches-marketPage .The-Blog,
.nav_right .Brands-marketPage .Watches,
.nav_right .Brands-marketPage .brands,
.nav_right .Brands-marketPage .Jewelry,
.nav_right .Brands-marketPage .Valentine,
.nav_right .Brands-marketPage .Handbags,
.nav_right .Brands-marketPage .Sell-Tab,
.nav_right .Brands-marketPage .The-Blog, .nav_right .Valentine-marketPage .Watches, .nav_right .Valentine-marketPage .brands, .nav_right .Valentine-marketPage .Jewelry, .nav_right .Valentine-marketPage .Valentine, .nav_right .Valentine-marketPage .Handbags, .nav_right .Valentine-marketPage .Sell-Tab, .nav_right .Valentine-marketPage .The-Blog, .nav_right .Handbags-marketPage .Watches, .nav_right .Handbags-marketPage .brands, .nav_right .Handbags-marketPage .Jewelry, .nav_right .Handbags-marketPage .Valentine, .nav_right .Handbags-marketPage .Handbags, .nav_right .Handbags-marketPage .Sell-Tab, .nav_right .Handbags-marketPage .The-Blog,
.nav_right .Sell-marketplace .Watches,
.nav_right .Sell-marketplace .brands,
.nav_right .Sell-marketplace .Jewelry,
.nav_right .Sell-marketplace .Valentine,
.nav_right .Sell-marketplace .Handbags,
.nav_right .Sell-marketplace .Sell-Tab,
.nav_right .Sell-marketplace .The-Blog, .nav_right .Sale-marketplace .Watches, .nav_right .Sale-marketplace .brands, .nav_right .Sale-marketplace .Jewelry, .nav_right .Sale-marketplace .Valentine, .nav_right .Sale-marketplace .Handbags, .nav_right .Sale-marketplace .Sell-Tab, .nav_right .Sale-marketplace .The-Blog, .nav_right .Blog-marketplace .Watches, .nav_right .Blog-marketplace .brands, .nav_right .Blog-marketplace .Jewelry, .nav_right .Blog-marketplace .Valentine, .nav_right .Blog-marketplace .Handbags, .nav_right .Blog-marketplace .Sell-Tab, .nav_right .Blog-marketplace .The-Blog {
  color: #000000;
}
.nav_left .Holiday-marketPage .Watches:hover, .nav_left .Holiday-marketPage .brands:hover, .nav_left .Holiday-marketPage .Jewelry:hover, .nav_left .Holiday-marketPage .Valentine:hover, .nav_left .Holiday-marketPage .Handbags:hover, .nav_left .Holiday-marketPage .Sell-Tab:hover, .nav_left .Holiday-marketPage .The-Blog:hover, .nav_left .Jewelry-marketPage .Watches:hover, .nav_left .Jewelry-marketPage .brands:hover, .nav_left .Jewelry-marketPage .Jewelry:hover, .nav_left .Jewelry-marketPage .Valentine:hover, .nav_left .Jewelry-marketPage .Handbags:hover, .nav_left .Jewelry-marketPage .Sell-Tab:hover, .nav_left .Jewelry-marketPage .The-Blog:hover, .nav_left .Watches-marketPage .Watches:hover, .nav_left .Watches-marketPage .brands:hover, .nav_left .Watches-marketPage .Jewelry:hover, .nav_left .Watches-marketPage .Valentine:hover, .nav_left .Watches-marketPage .Handbags:hover, .nav_left .Watches-marketPage .Sell-Tab:hover, .nav_left .Watches-marketPage .The-Blog:hover,
.nav_left .Brands-marketPage .Watches:hover,
.nav_left .Brands-marketPage .brands:hover,
.nav_left .Brands-marketPage .Jewelry:hover,
.nav_left .Brands-marketPage .Valentine:hover,
.nav_left .Brands-marketPage .Handbags:hover,
.nav_left .Brands-marketPage .Sell-Tab:hover,
.nav_left .Brands-marketPage .The-Blog:hover, .nav_left .Valentine-marketPage .Watches:hover, .nav_left .Valentine-marketPage .brands:hover, .nav_left .Valentine-marketPage .Jewelry:hover, .nav_left .Valentine-marketPage .Valentine:hover, .nav_left .Valentine-marketPage .Handbags:hover, .nav_left .Valentine-marketPage .Sell-Tab:hover, .nav_left .Valentine-marketPage .The-Blog:hover, .nav_left .Handbags-marketPage .Watches:hover, .nav_left .Handbags-marketPage .brands:hover, .nav_left .Handbags-marketPage .Jewelry:hover, .nav_left .Handbags-marketPage .Valentine:hover, .nav_left .Handbags-marketPage .Handbags:hover, .nav_left .Handbags-marketPage .Sell-Tab:hover, .nav_left .Handbags-marketPage .The-Blog:hover,
.nav_left .Sell-marketplace .Watches:hover,
.nav_left .Sell-marketplace .brands:hover,
.nav_left .Sell-marketplace .Jewelry:hover,
.nav_left .Sell-marketplace .Valentine:hover,
.nav_left .Sell-marketplace .Handbags:hover,
.nav_left .Sell-marketplace .Sell-Tab:hover,
.nav_left .Sell-marketplace .The-Blog:hover, .nav_left .Sale-marketplace .Watches:hover, .nav_left .Sale-marketplace .brands:hover, .nav_left .Sale-marketplace .Jewelry:hover, .nav_left .Sale-marketplace .Valentine:hover, .nav_left .Sale-marketplace .Handbags:hover, .nav_left .Sale-marketplace .Sell-Tab:hover, .nav_left .Sale-marketplace .The-Blog:hover, .nav_left .Blog-marketplace .Watches:hover, .nav_left .Blog-marketplace .brands:hover, .nav_left .Blog-marketplace .Jewelry:hover, .nav_left .Blog-marketplace .Valentine:hover, .nav_left .Blog-marketplace .Handbags:hover, .nav_left .Blog-marketplace .Sell-Tab:hover, .nav_left .Blog-marketplace .The-Blog:hover, .nav_right .Holiday-marketPage .Watches:hover, .nav_right .Holiday-marketPage .brands:hover, .nav_right .Holiday-marketPage .Jewelry:hover, .nav_right .Holiday-marketPage .Valentine:hover, .nav_right .Holiday-marketPage .Handbags:hover, .nav_right .Holiday-marketPage .Sell-Tab:hover, .nav_right .Holiday-marketPage .The-Blog:hover, .nav_right .Jewelry-marketPage .Watches:hover, .nav_right .Jewelry-marketPage .brands:hover, .nav_right .Jewelry-marketPage .Jewelry:hover, .nav_right .Jewelry-marketPage .Valentine:hover, .nav_right .Jewelry-marketPage .Handbags:hover, .nav_right .Jewelry-marketPage .Sell-Tab:hover, .nav_right .Jewelry-marketPage .The-Blog:hover, .nav_right .Watches-marketPage .Watches:hover, .nav_right .Watches-marketPage .brands:hover, .nav_right .Watches-marketPage .Jewelry:hover, .nav_right .Watches-marketPage .Valentine:hover, .nav_right .Watches-marketPage .Handbags:hover, .nav_right .Watches-marketPage .Sell-Tab:hover, .nav_right .Watches-marketPage .The-Blog:hover,
.nav_right .Brands-marketPage .Watches:hover,
.nav_right .Brands-marketPage .brands:hover,
.nav_right .Brands-marketPage .Jewelry:hover,
.nav_right .Brands-marketPage .Valentine:hover,
.nav_right .Brands-marketPage .Handbags:hover,
.nav_right .Brands-marketPage .Sell-Tab:hover,
.nav_right .Brands-marketPage .The-Blog:hover, .nav_right .Valentine-marketPage .Watches:hover, .nav_right .Valentine-marketPage .brands:hover, .nav_right .Valentine-marketPage .Jewelry:hover, .nav_right .Valentine-marketPage .Valentine:hover, .nav_right .Valentine-marketPage .Handbags:hover, .nav_right .Valentine-marketPage .Sell-Tab:hover, .nav_right .Valentine-marketPage .The-Blog:hover, .nav_right .Handbags-marketPage .Watches:hover, .nav_right .Handbags-marketPage .brands:hover, .nav_right .Handbags-marketPage .Jewelry:hover, .nav_right .Handbags-marketPage .Valentine:hover, .nav_right .Handbags-marketPage .Handbags:hover, .nav_right .Handbags-marketPage .Sell-Tab:hover, .nav_right .Handbags-marketPage .The-Blog:hover,
.nav_right .Sell-marketplace .Watches:hover,
.nav_right .Sell-marketplace .brands:hover,
.nav_right .Sell-marketplace .Jewelry:hover,
.nav_right .Sell-marketplace .Valentine:hover,
.nav_right .Sell-marketplace .Handbags:hover,
.nav_right .Sell-marketplace .Sell-Tab:hover,
.nav_right .Sell-marketplace .The-Blog:hover, .nav_right .Sale-marketplace .Watches:hover, .nav_right .Sale-marketplace .brands:hover, .nav_right .Sale-marketplace .Jewelry:hover, .nav_right .Sale-marketplace .Valentine:hover, .nav_right .Sale-marketplace .Handbags:hover, .nav_right .Sale-marketplace .Sell-Tab:hover, .nav_right .Sale-marketplace .The-Blog:hover, .nav_right .Blog-marketplace .Watches:hover, .nav_right .Blog-marketplace .brands:hover, .nav_right .Blog-marketplace .Jewelry:hover, .nav_right .Blog-marketplace .Valentine:hover, .nav_right .Blog-marketplace .Handbags:hover, .nav_right .Blog-marketplace .Sell-Tab:hover, .nav_right .Blog-marketplace .The-Blog:hover {
  color: #a29253;
}
.nav_left .Holiday-marketPage .menu-content, .nav_left .Jewelry-marketPage .menu-content, .nav_left .Watches-marketPage .menu-content,
.nav_left .Brands-marketPage .menu-content, .nav_left .Valentine-marketPage .menu-content, .nav_left .Handbags-marketPage .menu-content,
.nav_left .Sell-marketplace .menu-content, .nav_left .Sale-marketplace .menu-content, .nav_left .Blog-marketplace .menu-content, .nav_right .Holiday-marketPage .menu-content, .nav_right .Jewelry-marketPage .menu-content, .nav_right .Watches-marketPage .menu-content,
.nav_right .Brands-marketPage .menu-content, .nav_right .Valentine-marketPage .menu-content, .nav_right .Handbags-marketPage .menu-content,
.nav_right .Sell-marketplace .menu-content, .nav_right .Sale-marketplace .menu-content, .nav_right .Blog-marketplace .menu-content {
  max-width: 1024px;
}
.nav_left .Holiday-marketPage .menuList a, .nav_left .Jewelry-marketPage .menuList a, .nav_left .Watches-marketPage .menuList a,
.nav_left .Brands-marketPage .menuList a, .nav_left .Valentine-marketPage .menuList a, .nav_left .Handbags-marketPage .menuList a,
.nav_left .Sell-marketplace .menuList a, .nav_left .Sale-marketplace .menuList a, .nav_left .Blog-marketplace .menuList a, .nav_right .Holiday-marketPage .menuList a, .nav_right .Jewelry-marketPage .menuList a, .nav_right .Watches-marketPage .menuList a,
.nav_right .Brands-marketPage .menuList a, .nav_right .Valentine-marketPage .menuList a, .nav_right .Handbags-marketPage .menuList a,
.nav_right .Sell-marketplace .menuList a, .nav_right .Sale-marketplace .menuList a, .nav_right .Blog-marketplace .menuList a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.036em;
  font-family: "helvetica-light";
  padding: 4px;
  color: #000000;
  cursor: pointer;
}
.nav_left .Holiday-marketPage .menuList a:hover, .nav_left .Jewelry-marketPage .menuList a:hover, .nav_left .Watches-marketPage .menuList a:hover,
.nav_left .Brands-marketPage .menuList a:hover, .nav_left .Valentine-marketPage .menuList a:hover, .nav_left .Handbags-marketPage .menuList a:hover,
.nav_left .Sell-marketplace .menuList a:hover, .nav_left .Sale-marketplace .menuList a:hover, .nav_left .Blog-marketplace .menuList a:hover, .nav_right .Holiday-marketPage .menuList a:hover, .nav_right .Jewelry-marketPage .menuList a:hover, .nav_right .Watches-marketPage .menuList a:hover,
.nav_right .Brands-marketPage .menuList a:hover, .nav_right .Valentine-marketPage .menuList a:hover, .nav_right .Handbags-marketPage .menuList a:hover,
.nav_right .Sell-marketplace .menuList a:hover, .nav_right .Sale-marketplace .menuList a:hover, .nav_right .Blog-marketplace .menuList a:hover {
  text-decoration: underline;
}
.nav_left .Holiday-marketPage .menuImage, .nav_left .Jewelry-marketPage .menuImage, .nav_left .Watches-marketPage .menuImage,
.nav_left .Brands-marketPage .menuImage, .nav_left .Valentine-marketPage .menuImage, .nav_left .Handbags-marketPage .menuImage,
.nav_left .Sell-marketplace .menuImage, .nav_left .Sale-marketplace .menuImage, .nav_left .Blog-marketplace .menuImage, .nav_right .Holiday-marketPage .menuImage, .nav_right .Jewelry-marketPage .menuImage, .nav_right .Watches-marketPage .menuImage,
.nav_right .Brands-marketPage .menuImage, .nav_right .Valentine-marketPage .menuImage, .nav_right .Handbags-marketPage .menuImage,
.nav_right .Sell-marketplace .menuImage, .nav_right .Sale-marketplace .menuImage, .nav_right .Blog-marketplace .menuImage {
  width: auto;
  float: right;
  margin-right: 5%;
  margin-top: 3%;
}
.nav_left .Holiday-marketPage .menuImage ul li a .navImgDetails, .nav_left .Jewelry-marketPage .menuImage ul li a .navImgDetails, .nav_left .Watches-marketPage .menuImage ul li a .navImgDetails,
.nav_left .Brands-marketPage .menuImage ul li a .navImgDetails, .nav_left .Valentine-marketPage .menuImage ul li a .navImgDetails, .nav_left .Handbags-marketPage .menuImage ul li a .navImgDetails,
.nav_left .Sell-marketplace .menuImage ul li a .navImgDetails, .nav_left .Sale-marketplace .menuImage ul li a .navImgDetails, .nav_left .Blog-marketplace .menuImage ul li a .navImgDetails, .nav_right .Holiday-marketPage .menuImage ul li a .navImgDetails, .nav_right .Jewelry-marketPage .menuImage ul li a .navImgDetails, .nav_right .Watches-marketPage .menuImage ul li a .navImgDetails,
.nav_right .Brands-marketPage .menuImage ul li a .navImgDetails, .nav_right .Valentine-marketPage .menuImage ul li a .navImgDetails, .nav_right .Handbags-marketPage .menuImage ul li a .navImgDetails,
.nav_right .Sell-marketplace .menuImage ul li a .navImgDetails, .nav_right .Sale-marketplace .menuImage ul li a .navImgDetails, .nav_right .Blog-marketplace .menuImage ul li a .navImgDetails {
  display: block;
  position: relative;
  top: 100px;
}
.nav_left .Holiday-marketPage .menuImage ul li img, .nav_left .Jewelry-marketPage .menuImage ul li img, .nav_left .Watches-marketPage .menuImage ul li img,
.nav_left .Brands-marketPage .menuImage ul li img, .nav_left .Valentine-marketPage .menuImage ul li img, .nav_left .Handbags-marketPage .menuImage ul li img,
.nav_left .Sell-marketplace .menuImage ul li img, .nav_left .Sale-marketplace .menuImage ul li img, .nav_left .Blog-marketplace .menuImage ul li img, .nav_right .Holiday-marketPage .menuImage ul li img, .nav_right .Jewelry-marketPage .menuImage ul li img, .nav_right .Watches-marketPage .menuImage ul li img,
.nav_right .Brands-marketPage .menuImage ul li img, .nav_right .Valentine-marketPage .menuImage ul li img, .nav_right .Handbags-marketPage .menuImage ul li img,
.nav_right .Sell-marketplace .menuImage ul li img, .nav_right .Sale-marketplace .menuImage ul li img, .nav_right .Blog-marketplace .menuImage ul li img {
  height: 127px;
  width: 127px;
}
.nav_left .Holiday-marketPage .menuImage .features1, .nav_left .Holiday-marketPage .menuImage .features2, .nav_left .Jewelry-marketPage .menuImage .features1, .nav_left .Jewelry-marketPage .menuImage .features2, .nav_left .Watches-marketPage .menuImage .features1, .nav_left .Watches-marketPage .menuImage .features2,
.nav_left .Brands-marketPage .menuImage .features1,
.nav_left .Brands-marketPage .menuImage .features2, .nav_left .Valentine-marketPage .menuImage .features1, .nav_left .Valentine-marketPage .menuImage .features2, .nav_left .Handbags-marketPage .menuImage .features1, .nav_left .Handbags-marketPage .menuImage .features2,
.nav_left .Sell-marketplace .menuImage .features1,
.nav_left .Sell-marketplace .menuImage .features2, .nav_left .Sale-marketplace .menuImage .features1, .nav_left .Sale-marketplace .menuImage .features2, .nav_left .Blog-marketplace .menuImage .features1, .nav_left .Blog-marketplace .menuImage .features2, .nav_right .Holiday-marketPage .menuImage .features1, .nav_right .Holiday-marketPage .menuImage .features2, .nav_right .Jewelry-marketPage .menuImage .features1, .nav_right .Jewelry-marketPage .menuImage .features2, .nav_right .Watches-marketPage .menuImage .features1, .nav_right .Watches-marketPage .menuImage .features2,
.nav_right .Brands-marketPage .menuImage .features1,
.nav_right .Brands-marketPage .menuImage .features2, .nav_right .Valentine-marketPage .menuImage .features1, .nav_right .Valentine-marketPage .menuImage .features2, .nav_right .Handbags-marketPage .menuImage .features1, .nav_right .Handbags-marketPage .menuImage .features2,
.nav_right .Sell-marketplace .menuImage .features1,
.nav_right .Sell-marketplace .menuImage .features2, .nav_right .Sale-marketplace .menuImage .features1, .nav_right .Sale-marketplace .menuImage .features2, .nav_right .Blog-marketplace .menuImage .features1, .nav_right .Blog-marketplace .menuImage .features2 {
  width: 100%;
  margin: auto;
  text-align: left;
}
.nav_left .Holiday-marketPage .menuImage .features1 div, .nav_left .Holiday-marketPage .menuImage .features1 a, .nav_left .Holiday-marketPage .menuImage .features2 div, .nav_left .Holiday-marketPage .menuImage .features2 a, .nav_left .Jewelry-marketPage .menuImage .features1 div, .nav_left .Jewelry-marketPage .menuImage .features1 a, .nav_left .Jewelry-marketPage .menuImage .features2 div, .nav_left .Jewelry-marketPage .menuImage .features2 a, .nav_left .Watches-marketPage .menuImage .features1 div, .nav_left .Watches-marketPage .menuImage .features1 a, .nav_left .Watches-marketPage .menuImage .features2 div, .nav_left .Watches-marketPage .menuImage .features2 a,
.nav_left .Brands-marketPage .menuImage .features1 div,
.nav_left .Brands-marketPage .menuImage .features1 a,
.nav_left .Brands-marketPage .menuImage .features2 div,
.nav_left .Brands-marketPage .menuImage .features2 a, .nav_left .Valentine-marketPage .menuImage .features1 div, .nav_left .Valentine-marketPage .menuImage .features1 a, .nav_left .Valentine-marketPage .menuImage .features2 div, .nav_left .Valentine-marketPage .menuImage .features2 a, .nav_left .Handbags-marketPage .menuImage .features1 div, .nav_left .Handbags-marketPage .menuImage .features1 a, .nav_left .Handbags-marketPage .menuImage .features2 div, .nav_left .Handbags-marketPage .menuImage .features2 a,
.nav_left .Sell-marketplace .menuImage .features1 div,
.nav_left .Sell-marketplace .menuImage .features1 a,
.nav_left .Sell-marketplace .menuImage .features2 div,
.nav_left .Sell-marketplace .menuImage .features2 a, .nav_left .Sale-marketplace .menuImage .features1 div, .nav_left .Sale-marketplace .menuImage .features1 a, .nav_left .Sale-marketplace .menuImage .features2 div, .nav_left .Sale-marketplace .menuImage .features2 a, .nav_left .Blog-marketplace .menuImage .features1 div, .nav_left .Blog-marketplace .menuImage .features1 a, .nav_left .Blog-marketplace .menuImage .features2 div, .nav_left .Blog-marketplace .menuImage .features2 a, .nav_right .Holiday-marketPage .menuImage .features1 div, .nav_right .Holiday-marketPage .menuImage .features1 a, .nav_right .Holiday-marketPage .menuImage .features2 div, .nav_right .Holiday-marketPage .menuImage .features2 a, .nav_right .Jewelry-marketPage .menuImage .features1 div, .nav_right .Jewelry-marketPage .menuImage .features1 a, .nav_right .Jewelry-marketPage .menuImage .features2 div, .nav_right .Jewelry-marketPage .menuImage .features2 a, .nav_right .Watches-marketPage .menuImage .features1 div, .nav_right .Watches-marketPage .menuImage .features1 a, .nav_right .Watches-marketPage .menuImage .features2 div, .nav_right .Watches-marketPage .menuImage .features2 a,
.nav_right .Brands-marketPage .menuImage .features1 div,
.nav_right .Brands-marketPage .menuImage .features1 a,
.nav_right .Brands-marketPage .menuImage .features2 div,
.nav_right .Brands-marketPage .menuImage .features2 a, .nav_right .Valentine-marketPage .menuImage .features1 div, .nav_right .Valentine-marketPage .menuImage .features1 a, .nav_right .Valentine-marketPage .menuImage .features2 div, .nav_right .Valentine-marketPage .menuImage .features2 a, .nav_right .Handbags-marketPage .menuImage .features1 div, .nav_right .Handbags-marketPage .menuImage .features1 a, .nav_right .Handbags-marketPage .menuImage .features2 div, .nav_right .Handbags-marketPage .menuImage .features2 a,
.nav_right .Sell-marketplace .menuImage .features1 div,
.nav_right .Sell-marketplace .menuImage .features1 a,
.nav_right .Sell-marketplace .menuImage .features2 div,
.nav_right .Sell-marketplace .menuImage .features2 a, .nav_right .Sale-marketplace .menuImage .features1 div, .nav_right .Sale-marketplace .menuImage .features1 a, .nav_right .Sale-marketplace .menuImage .features2 div, .nav_right .Sale-marketplace .menuImage .features2 a, .nav_right .Blog-marketplace .menuImage .features1 div, .nav_right .Blog-marketplace .menuImage .features1 a, .nav_right .Blog-marketplace .menuImage .features2 div, .nav_right .Blog-marketplace .menuImage .features2 a {
  font-size: 10px;
  display: inline-block;
  text-align: left;
  width: auto;
  padding-bottom: 35px;
  text-transform: uppercase;
  font-family: "presicav_light";
  color: #000000;
  position: relative;
  left: 20px;
  bottom: 20px;
  letter-spacing: 0.2em;
}
.nav_left .Holiday-marketPage .menuImage .features1 div:hover, .nav_left .Holiday-marketPage .menuImage .features1 a:hover, .nav_left .Holiday-marketPage .menuImage .features2 div:hover, .nav_left .Holiday-marketPage .menuImage .features2 a:hover, .nav_left .Jewelry-marketPage .menuImage .features1 div:hover, .nav_left .Jewelry-marketPage .menuImage .features1 a:hover, .nav_left .Jewelry-marketPage .menuImage .features2 div:hover, .nav_left .Jewelry-marketPage .menuImage .features2 a:hover, .nav_left .Watches-marketPage .menuImage .features1 div:hover, .nav_left .Watches-marketPage .menuImage .features1 a:hover, .nav_left .Watches-marketPage .menuImage .features2 div:hover, .nav_left .Watches-marketPage .menuImage .features2 a:hover,
.nav_left .Brands-marketPage .menuImage .features1 div:hover,
.nav_left .Brands-marketPage .menuImage .features1 a:hover,
.nav_left .Brands-marketPage .menuImage .features2 div:hover,
.nav_left .Brands-marketPage .menuImage .features2 a:hover, .nav_left .Valentine-marketPage .menuImage .features1 div:hover, .nav_left .Valentine-marketPage .menuImage .features1 a:hover, .nav_left .Valentine-marketPage .menuImage .features2 div:hover, .nav_left .Valentine-marketPage .menuImage .features2 a:hover, .nav_left .Handbags-marketPage .menuImage .features1 div:hover, .nav_left .Handbags-marketPage .menuImage .features1 a:hover, .nav_left .Handbags-marketPage .menuImage .features2 div:hover, .nav_left .Handbags-marketPage .menuImage .features2 a:hover,
.nav_left .Sell-marketplace .menuImage .features1 div:hover,
.nav_left .Sell-marketplace .menuImage .features1 a:hover,
.nav_left .Sell-marketplace .menuImage .features2 div:hover,
.nav_left .Sell-marketplace .menuImage .features2 a:hover, .nav_left .Sale-marketplace .menuImage .features1 div:hover, .nav_left .Sale-marketplace .menuImage .features1 a:hover, .nav_left .Sale-marketplace .menuImage .features2 div:hover, .nav_left .Sale-marketplace .menuImage .features2 a:hover, .nav_left .Blog-marketplace .menuImage .features1 div:hover, .nav_left .Blog-marketplace .menuImage .features1 a:hover, .nav_left .Blog-marketplace .menuImage .features2 div:hover, .nav_left .Blog-marketplace .menuImage .features2 a:hover, .nav_right .Holiday-marketPage .menuImage .features1 div:hover, .nav_right .Holiday-marketPage .menuImage .features1 a:hover, .nav_right .Holiday-marketPage .menuImage .features2 div:hover, .nav_right .Holiday-marketPage .menuImage .features2 a:hover, .nav_right .Jewelry-marketPage .menuImage .features1 div:hover, .nav_right .Jewelry-marketPage .menuImage .features1 a:hover, .nav_right .Jewelry-marketPage .menuImage .features2 div:hover, .nav_right .Jewelry-marketPage .menuImage .features2 a:hover, .nav_right .Watches-marketPage .menuImage .features1 div:hover, .nav_right .Watches-marketPage .menuImage .features1 a:hover, .nav_right .Watches-marketPage .menuImage .features2 div:hover, .nav_right .Watches-marketPage .menuImage .features2 a:hover,
.nav_right .Brands-marketPage .menuImage .features1 div:hover,
.nav_right .Brands-marketPage .menuImage .features1 a:hover,
.nav_right .Brands-marketPage .menuImage .features2 div:hover,
.nav_right .Brands-marketPage .menuImage .features2 a:hover, .nav_right .Valentine-marketPage .menuImage .features1 div:hover, .nav_right .Valentine-marketPage .menuImage .features1 a:hover, .nav_right .Valentine-marketPage .menuImage .features2 div:hover, .nav_right .Valentine-marketPage .menuImage .features2 a:hover, .nav_right .Handbags-marketPage .menuImage .features1 div:hover, .nav_right .Handbags-marketPage .menuImage .features1 a:hover, .nav_right .Handbags-marketPage .menuImage .features2 div:hover, .nav_right .Handbags-marketPage .menuImage .features2 a:hover,
.nav_right .Sell-marketplace .menuImage .features1 div:hover,
.nav_right .Sell-marketplace .menuImage .features1 a:hover,
.nav_right .Sell-marketplace .menuImage .features2 div:hover,
.nav_right .Sell-marketplace .menuImage .features2 a:hover, .nav_right .Sale-marketplace .menuImage .features1 div:hover, .nav_right .Sale-marketplace .menuImage .features1 a:hover, .nav_right .Sale-marketplace .menuImage .features2 div:hover, .nav_right .Sale-marketplace .menuImage .features2 a:hover, .nav_right .Blog-marketplace .menuImage .features1 div:hover, .nav_right .Blog-marketplace .menuImage .features1 a:hover, .nav_right .Blog-marketplace .menuImage .features2 div:hover, .nav_right .Blog-marketplace .menuImage .features2 a:hover {
  text-decoration: underline;
}
.nav_left .Holiday-marketPage .menuImage .features1, .nav_left .Jewelry-marketPage .menuImage .features1, .nav_left .Watches-marketPage .menuImage .features1,
.nav_left .Brands-marketPage .menuImage .features1, .nav_left .Valentine-marketPage .menuImage .features1, .nav_left .Handbags-marketPage .menuImage .features1,
.nav_left .Sell-marketplace .menuImage .features1, .nav_left .Sale-marketplace .menuImage .features1, .nav_left .Blog-marketplace .menuImage .features1, .nav_right .Holiday-marketPage .menuImage .features1, .nav_right .Jewelry-marketPage .menuImage .features1, .nav_right .Watches-marketPage .menuImage .features1,
.nav_right .Brands-marketPage .menuImage .features1, .nav_right .Valentine-marketPage .menuImage .features1, .nav_right .Handbags-marketPage .menuImage .features1,
.nav_right .Sell-marketplace .menuImage .features1, .nav_right .Sale-marketplace .menuImage .features1, .nav_right .Blog-marketplace .menuImage .features1 {
  height: 134px;
}
.nav_left .Holiday-marketPage .menuImage .features2, .nav_left .Jewelry-marketPage .menuImage .features2, .nav_left .Watches-marketPage .menuImage .features2,
.nav_left .Brands-marketPage .menuImage .features2, .nav_left .Valentine-marketPage .menuImage .features2, .nav_left .Handbags-marketPage .menuImage .features2,
.nav_left .Sell-marketplace .menuImage .features2, .nav_left .Sale-marketplace .menuImage .features2, .nav_left .Blog-marketplace .menuImage .features2, .nav_right .Holiday-marketPage .menuImage .features2, .nav_right .Jewelry-marketPage .menuImage .features2, .nav_right .Watches-marketPage .menuImage .features2,
.nav_right .Brands-marketPage .menuImage .features2, .nav_right .Valentine-marketPage .menuImage .features2, .nav_right .Handbags-marketPage .menuImage .features2,
.nav_right .Sell-marketplace .menuImage .features2, .nav_right .Sale-marketplace .menuImage .features2, .nav_right .Blog-marketplace .menuImage .features2 {
  height: 110px;
}
.nav_left .Holiday-marketPage .menuImage img, .nav_left .Jewelry-marketPage .menuImage img, .nav_left .Watches-marketPage .menuImage img,
.nav_left .Brands-marketPage .menuImage img, .nav_left .Valentine-marketPage .menuImage img, .nav_left .Handbags-marketPage .menuImage img,
.nav_left .Sell-marketplace .menuImage img, .nav_left .Sale-marketplace .menuImage img, .nav_left .Blog-marketplace .menuImage img, .nav_right .Holiday-marketPage .menuImage img, .nav_right .Jewelry-marketPage .menuImage img, .nav_right .Watches-marketPage .menuImage img,
.nav_right .Brands-marketPage .menuImage img, .nav_right .Valentine-marketPage .menuImage img, .nav_right .Handbags-marketPage .menuImage img,
.nav_right .Sell-marketplace .menuImage img, .nav_right .Sale-marketplace .menuImage img, .nav_right .Blog-marketplace .menuImage img {
  width: 120px;
  height: 120px;
  display: inline-block;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList, .nav_right .Jewelry-marketPage .wrapper-column .menuList {
  width: 66%;
  margin-left: 0;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul {
  width: 25%;
  display: block;
  float: left;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul > :first-child a, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul > :first-child a {
  font-family: "presicav_light";
  font-size: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul > :last-child a, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul > :last-child a {
  text-decoration: underline;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul li .hide-style-bottom, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul li .hide-style-bottom {
  font-family: "helvetica-light";
  font-size: 12px;
  margin-bottom: 0;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 0.036em;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul li .hide-style-bottom:hover, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul li .hide-style-bottom:hover {
  text-decoration: underline;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul li .hide-style-top, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul li .hide-style-top {
  text-transform: capitalize;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 0;
  letter-spacing: 0.036em;
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul li .hide-style-top:hover, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul li .hide-style-top:hover {
  text-decoration: underline;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul .price-title, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox ul .price-title {
  text-decoration: none;
  cursor: default;
}
.nav_left .Jewelry-marketPage .wrapper-column .menuList .subMenuBox .hide-border, .nav_right .Jewelry-marketPage .wrapper-column .menuList .subMenuBox .hide-border {
  margin-top: 4%;
}
.nav_left .Watches-marketPage .wrapper-column .menuList, .nav_right .Watches-marketPage .wrapper-column .menuList {
  width: 68%;
  margin-left: 0;
  margin-top: 0;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-top, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top {
  width: 100%;
  padding-bottom: 2%;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .left, .nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .right, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .left, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .right {
  width: 50%;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .left .title a, .nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .right .title a, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .left .title a, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .right .title a {
  font-family: "presicav_light";
  font-size: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .left .bottom a, .nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .right .bottom a, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .left .bottom a, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .right .bottom a {
  text-decoration: underline;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .left, .nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .right, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .left, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .right {
  float: left;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .left .title, .nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .left .bottom, .nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .right .title, .nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .right .bottom, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .left .title, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .left .bottom, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .right .title, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .right .bottom {
  width: 100%;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .left ul, .nav_left .Watches-marketPage .wrapper-column .menuList .menu-top .right ul, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .left ul, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-top .right ul {
  width: 50%;
  float: left;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-bottom ul, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-bottom ul {
  float: left;
  width: 50%;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-bottom ul > :first-child a, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-bottom ul > :first-child a {
  text-transform: uppercase;
  font-family: "presicav_light";
  font-size: 10px;
  margin-top: 8px;
  letter-spacing: 0.2em;
}
.nav_left .Watches-marketPage .wrapper-column .menuList .menu-bottom ul .price-title, .nav_right .Watches-marketPage .wrapper-column .menuList .menu-bottom ul .price-title {
  text-decoration: none;
  cursor: default;
}
.nav_left .Brands-marketPage .wrapper-column .menuList, .nav_right .Brands-marketPage .wrapper-column .menuList {
  float: left;
  margin-left: 0;
  width: auto;
}
.nav_left .Brands-marketPage .wrapper-column .menuList ul, .nav_right .Brands-marketPage .wrapper-column .menuList ul {
  float: left;
  width: auto;
  padding: 0 3rem 0 0;
}
.nav_left .Brands-marketPage .wrapper-column .menuList ul li:last-child a, .nav_right .Brands-marketPage .wrapper-column .menuList ul li:last-child a {
  text-decoration: underline;
  margin-top: 20px;
  text-transform: capitalize;
}
.nav_left .Brands-marketPage .wrapper-column .menuList .subMenuBox .subTitle, .nav_right .Brands-marketPage .wrapper-column .menuList .subMenuBox .subTitle {
  font-family: "presicav_light";
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.2em;
}
@media (max-width: 1200px) {
  .nav_left .Jewelry-marketPage .wrapper-column .menuList, .nav_right .Jewelry-marketPage .wrapper-column .menuList {
    margin-left: 0;
    width: 60%;
  }
  .nav_left .Jewelry-marketPage .wrapper-column .menu-contentImage, .nav_right .Jewelry-marketPage .wrapper-column .menu-contentImage {
    width: 36%;
  }
  .nav_left .Watches-marketPage .wrapper-column .menuList, .nav_right .Watches-marketPage .wrapper-column .menuList {
    width: 60%;
    margin-left: 7%;
  }
  .nav_left .Watches-marketPage .menu-contentImage, .nav_right .Watches-marketPage .menu-contentImage {
    width: 50%;
  }
  .nav_left .Brands-marketPage .wrapper-column .menuList, .nav_right .Brands-marketPage .wrapper-column .menuList {
    width: 56%;
    margin-left: 10%;
  }
  .nav_left .Brands-marketPage .menu-contentImage, .nav_right .Brands-marketPage .menu-contentImage {
    width: 50%;
  }
  .nav_left .Jewelry-marketPage .wrapper-column .menuImage .features1 div a, .nav_left .Jewelry-marketPage .wrapper-column .menuImage .features2 div a, .nav_left .Watches-marketPage .wrapper-column .menuImage .features1 div a, .nav_left .Watches-marketPage .wrapper-column .menuImage .features2 div a, .nav_left .Brands-marketPage .wrapper-column .menuImage .features1 div a, .nav_left .Brands-marketPage .wrapper-column .menuImage .features2 div a, .nav_right .Jewelry-marketPage .wrapper-column .menuImage .features1 div a, .nav_right .Jewelry-marketPage .wrapper-column .menuImage .features2 div a, .nav_right .Watches-marketPage .wrapper-column .menuImage .features1 div a, .nav_right .Watches-marketPage .wrapper-column .menuImage .features2 div a, .nav_right .Brands-marketPage .wrapper-column .menuImage .features1 div a, .nav_right .Brands-marketPage .wrapper-column .menuImage .features2 div a {
    font-size: 8px;
  }
}

.nav_right .Watches-marketPage, .nav_right .Brands-marketPage {
  display: none;
}

@media (max-width: 1200px) {
  .nav_left .Brands-marketPage {
    display: none;
  }

  .nav_right .Brands-marketPage {
    display: inline-block;
  }
}
@media (max-width: 980px) {
  .nav_left .Watches-marketPage {
    display: none;
  }

  .nav_right .Watches-marketPage {
    display: inline-block;
  }
  .nav_right .Brands-marketPage, .nav_right .sell-tab {
    display: none;
  }
}
.boutique .tf_logo_2 {
  padding: 30px 0 6px;
  width: 254px;
  margin-left: -127px;
}
.boutique .tf_logo_2 .tf_logo_center {
  width: auto;
  height: auto;
}
.boutique .tf_logo_2 .tf_logo_center img {
  width: 100%;
}
.boutique.header {
  border-bottom: 1px solid #CCCCCC;
}
.boutique.header.sticky .tf_logo_2 {
  width: 220px;
  margin-left: -110px;
  padding: 39px 0 0;
}
.boutique.header.sticky .nav_left, .boutique.header.sticky .nav_right {
  width: 40%;
  margin-top: -34px;
}
.boutique.header.sticky .nav_left ul.nav .wrapper-column, .boutique.header.sticky .nav_right ul.nav .wrapper-column {
  top: 15px;
}
.boutique.header.sticky .nav_left ul.nav > li.search, .boutique.header.sticky .nav_right ul.nav > li.search {
  display: none;
}
.boutique .nav_left, .boutique .nav_right {
  width: 48.5%;
}
.boutique .nav_left ul.nav > li, .boutique .nav_right ul.nav > li {
  padding: 8px 0 16px;
}
.boutique .nav_left ul.nav > li > a, .boutique .nav_right ul.nav > li > a {
  color: #333333;
  font-family: "presicav_regular";
  letter-spacing: 0.2em;
}
.boutique .nav_left ul.nav .wrapper-column, .boutique .nav_right ul.nav .wrapper-column {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: auto;
}
@media (min-width: 800px) {
  .boutique .search {
    padding: 0 !important;
    margin-right: 20px !important;
    right: 0;
    position: absolute;
    text-align: right !important;
    width: 250px;
  }
  .boutique .search .search_box {
    float: right;
    width: auto;
  }
  .boutique .search .search_box:focus {
    width: 90%;
  }
  .boutique .search .button {
    float: right;
  }
}
.boutique .Designers .menuList .subMenu {
  width: 50%;
  max-width: 225px;
}
.boutique .menuList .subMenu li {
  margin-bottom: 13px;
}
.boutique .menuList .subMenu li a {
  font-size: 10px;
  color: #333333 !important;
  letter-spacing: 0.2em;
  max-width: 17em;
}
.boutique .menuList .subMenu li a:hover {
  font-family: "presicav_regular";
  text-decoration: underline;
}
.boutique .menu-content {
  margin: 15px auto;
}
.boutique .menu-content .menuList {
  width: 50% !important;
  margin: 0;
  padding: 0;
}
.boutique .menu-content .menuList .subMenuBox {
  width: 100%;
  max-width: 450px;
  float: right;
}
.boutique .menu-content .menuList .subMenuBox .subTitle {
  font-family: "lmroman12-italic";
  font-size: 14px;
  letter-spacing: 0.036em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.boutique .menu-content .menu-contentImage {
  border-left: 1px solid #333333;
  width: 50% !important;
  margin: 0;
  padding: 0 75px;
}
.boutique .menu-content .menu-contentImage .menuImagesBox .featured_heading {
  font-family: "lmroman12-italic";
  font-size: 14px;
  letter-spacing: 0.036em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.boutique .menu-content .menu-contentImage .menuImagesBox ul {
  width: 100%;
}
.boutique .menu-content .menu-contentImage .menuImagesBox ul li {
  height: auto;
  overflow: auto;
  width: 50%;
  margin: 0;
}
.boutique .menu-content .menu-contentImage .menuImagesBox ul li img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.boutique .menu-content .menu-contentImage .menuImagesBox ul li .navImgDetails {
  background: none;
  position: static;
  padding: 0;
  font-size: 11px;
  font-family: "helvetica-light";
  text-transform: none;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 5px;
}
.boutique .menu-content .menu-contentImage .menuImagesBox ul li:hover .navImgDetails {
  background: none;
  padding: 0;
  color: #333333;
  text-decoration: underline;
}
.boutique .menu-content .menu-contentImage .menuImagesBox .featured-view-all {
  display: inline-block;
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 11px;
  color: #333333;
  letter-spacing: 0.2em;
  margin-left: 35px;
  margin-top: 15px;
}
.boutique .menu-content .menu-contentImage .menuImagesBox .featured-view-all:hover {
  text-decoration: underline;
}
.boutique .menu-content .menu-contentImage.full-width {
  border-left: none;
  width: 100% !important;
  max-width: none;
}
.boutique .menu-content .menu-contentImage.full-width .menuImagesBox ul li {
  width: 25%;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/* ============================================ *
 * Header - Account
 * ============================================ */
.cart_icon_wrapper, .header_wishlist_icon_wrapper {
  padding: 0;
  margin-left: 12px;
  position: absolute;
  top: -25px;
  right: 3rem;
  z-index: 1100;
  width: auto;
}
.cart_icon_wrapper a, .header_wishlist_icon_wrapper a {
  margin: 0px;
  padding: 0px;
  color: #4c4d4f;
  text-transform: uppercase;
}
.cart_icon_wrapper .icon_cart, .header_wishlist_icon_wrapper .icon_cart {
  background-position: 0 -468px;
  font-family: "presicav_light";
  color: #fff;
  display: block;
  float: right;
  width: 21px;
  height: 25px;
  line-height: 25px;
  margin-top: -2px;
  margin-left: 12px;
  text-align: center;
  font-size: 10px;
}
.cart_icon_wrapper .close_icon, .header_wishlist_icon_wrapper .close_icon {
  font-size: 0px !important;
  position: relative;
}
.cart_icon_wrapper .close_icon:before, .header_wishlist_icon_wrapper .close_icon:before {
  position: absolute;
  z-index: 100;
  content: 'x';
  color: #ffffff;
  width: 21px;
  height: 25px;
  line-height: 25px;
  display: block;
  font-size: 10px;
}
.cart_icon_wrapper a span.cartText, .header_wishlist_icon_wrapper a span.cartText {
  font-family: "presicav_regular";
  font-size: 10px;
  float: left;
  margin-top: 4px;
  letter-spacing: 0.2em;
}
.cart_icon_wrapper a:hover span.cartText, .header_wishlist_icon_wrapper a:hover span.cartText {
  color: #4c4d4f;
}

.cartListBox {
  max-height: 295px;
}
.cartListBox .mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.cart_dropdown {
  background: #fff;
  box-shadow: 0 1px 1px 0 #CCCCCC;
  color: #4c4d4f;
  padding: 10px 20px;
  width: 355px;
  position: absolute;
  right: 0px;
  top: 0px;
  min-height: 1px;
  display: none;
  z-index: 500;
}
.cart_dropdown:before {
  position: absolute;
  width: 42px;
  height: 15px;
  content: "";
  right: 28px;
  top: 0;
}
.cart_dropdown .cart_list {
  width: 100%;
  margin: 10px 0 15px;
  content: '';
  display: table;
  clear: both;
  position: relative;
}
.cart_dropdown .cart_list .pro_img {
  width: 100px;
  height: 85px;
  float: left;
}
.cart_dropdown .cart_list .pro_details {
  width: 190px;
  float: right;
  margin-bottom: 5px;
}
.cart_dropdown .cart_list .pro_details h4, .cart_dropdown .cart_list .pro_details p {
  width: 90%;
  margin-bottom: 5px;
}
.cart_dropdown .cart_list .pro_details h4 a, .cart_dropdown .cart_list .pro_details p a {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.cart_dropdown .cart_list .pro_details h4 a {
  font-family: "presicav_regular";
  font-size: 11px;
  color: #a29253;
  font-weight: 400;
}
.cart_dropdown .cart_list .pro_details p a, .cart_dropdown .cart_list .pro_details p span {
  font-family: "helvetica-light";
  font-size: 12px;
  color: #4c4d4f;
  text-transform: none;
  float: none;
  display: inline-block;
  letter-spacing: 0.036em;
}
.cart_dropdown .cart_list .pro_details .sp_price, .cart_dropdown .cart_list .pro_details .old_price, .cart_dropdown .cart_list .pro_details .reg_price {
  font-family: "helvetica-light";
  font-size: 12px;
}
.cart_dropdown .cart_list .pro_details .sp_price {
  margin-right: 7px;
}
.cart_dropdown .cart_list .pro_details .sp_price, .cart_dropdown .cart_list .pro_details .reg_price {
  color: #333333;
}
.cart_dropdown .cart_list .pro_details .reg_price {
  margin-bottom: 5px;
}
.cart_dropdown .cart_list .pro_details .old_price {
  color: #c4c4c4;
  text-decoration: line-through;
}
.cart_dropdown .cart_list a.btn-remove {
  font-family: "helvetica-light";
  font-size: 12px;
  letter-spacing: 0.036em;
  color: #999999;
  z-index: 5;
  text-decoration: underline;
  text-transform: uppercase;
  width: 190px;
  float: right;
  margin-bottom: 5px;
}
.cart_dropdown .total_amt {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0;
}
.cart_dropdown .total_amt h3, .cart_dropdown .total_amt h4 {
  display: inline-block;
  font-size: 16px;
}
.cart_dropdown .total_amt h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  width: 50%;
  letter-spacing: 0.036em;
  text-align: right;
  text-transform: none;
}
.cart_dropdown .total_amt h4 {
  font-family: "helvetica-light";
  color: #4c4d4f;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 5px;
  width: 45%;
}
.cart_dropdown .cart_btns {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.cart_dropdown .cart_btns > a:not(:last-of-type) {
  margin-right: 1em;
}
.cart_dropdown .cart_btns a.view_cart, .cart_dropdown .cart_btns a.checkout {
  font-family: "presicav_light";
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: #a29253;
  padding: 15px 0;
  display: inline-block;
  float: none;
  width: 40%;
}
.cart_dropdown .cart_btns a.view_cart:hover, .cart_dropdown .cart_btns a.checkout:hover {
  background: #938245;
}
.cart_dropdown .cart_btns a.view_cart {
  border: 1px solid #a29253;
  background: none;
  color: #4c4d4f;
}
.cart_dropdown .cart_btns a.view_cart:hover {
  background: none;
  border: 1px solid #938245;
  color: #333333;
}

.header.sticky .cart_icon_wrapper {
  top: 44px;
  width: auto;
  z-index: 1100;
  margin-left: 0;
}
.header.sticky .cart_icon_wrapper a.view_cart, .header.sticky .cart_icon_wrapper a.checkout {
  font-family: "presicav_regular";
  font-size: 11px;
  color: #4c4d4f;
  float: none;
  width: 40%;
  display: inline-block;
  background: #fff;
  border: 1px solid #a29253;
  border-radius: 4px;
  margin: 0 8px;
  padding: 23px 0;
}
.header.sticky .cart_icon_wrapper a.checkout {
  color: #ffffff;
  border: none;
  background: #f37e8b;
  border-radius: 4px;
  margin-left: 5% !important;
}

.header.sticky .cart_icon_wrapper, .header.sticky .header_wishlist_icon_wrapper {
  top: 44px;
  width: auto;
  z-index: 1100;
  margin-left: 0;
}
.header.sticky .cart_icon_wrapper a, .header.sticky .header_wishlist_icon_wrapper a {
  text-align: left;
  display: inline-block;
}
.header.sticky .cart_icon_wrapper .cartText, .header.sticky .header_wishlist_icon_wrapper .cartText {
  display: none;
}
.header.sticky .cart_icon_wrapper .icon_cart, .header.sticky .header_wishlist_icon_wrapper .icon_cart {
  margin-left: 0px !important;
  margin-top: 0;
  color: #ffffff;
  line-height: 24px;
}
.header.sticky .header_wishlist_icon_wrapper {
  top: 46px;
}
.header.sticky .cart_dropdown {
  top: 90px;
}
.header.sticky .cart_dropdown:before {
  right: 26px;
  top: -14px;
  background: none;
}
.header.sticky a.view_cart, .header.sticky a.checkout {
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Chrome- and Safari-specific CSS here*/
  .header.sticky .cart_dropdown {
    top: 90px;
  }
  .header.sticky .cart_dropdown:before {
    top: -13px;
  }
}
/* ============================================ *
 * Flyer Heart-icon
 * ============================================ */
.fly-heart-icon:before, .fly-heart-icon-filled:before {
  background: none;
  color: #a29253;
  font-family: "FontAwesome";
  font-size: 21px;
  height: 28px;
  width: 28px;
}
.fly-heart-icon.animation, .fly-heart-icon-filled.animation {
  z-index: 50000;
}

.fly-heart-icon:before {
  content: "ï‚Š";
}

.fly-heart-icon-filled:before {
  content: "ï€„";
}

/* ============================================ *
 * Wishlist image
 * ============================================ */
.alert.wishlist-message {
  color: #a29253;
  background: white;
  right: 40px;
  top: 30px;
  left: auto;
  width: 200px;
  border: 1px solid #a29253;
  padding: 5px;
}
.alert.wishlist-message:before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  background: white;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -5px;
}
.alert.wishlist-message.sticky {
  top: 69px;
}

.alert.wishlist-message, .alert.wishlist-message button:before {
  display: none;
}

.body_sitewide.topInfoOpen .alert.wishlist-message {
  top: 59px;
}
.body_sitewide.topInfoOpen .alert.wishlist-message.sticky {
  top: 97px;
}

.header_wishlist_icon_wrapper {
  right: 5rem;
}
.header_wishlist_icon_wrapper .heart-icon:before, .header_wishlist_icon_wrapper .heart-icon-filled:before {
  background: none;
  color: #a29253;
  font-family: "FontAwesome";
  font-size: 21px;
  height: 28px;
  width: 28px;
}
.header_wishlist_icon_wrapper .heart-icon.animation, .header_wishlist_icon_wrapper .heart-icon-filled.animation {
  z-index: 50000;
}
.header_wishlist_icon_wrapper .heart-icon:before {
  content: "ï‚Š";
}
.header_wishlist_icon_wrapper .heart-icon-filled:before {
  content: "ï€„";
}

@media (max-width: 800px) {
  .header_wishlist_icon_wrapper, .header.sticky .header_wishlist_icon_wrapper {
    top: 15px;
  }

  .header_wishlist_icon_wrapper {
    left: 36px;
  }

  .header.sticky .header_wishlist_icon_wrapper {
    left: 47px;
  }

  .alert.wishlist-message {
    margin-left: 0;
    left: 14px;
    top: 70px;
  }
  .alert.wishlist-message.sticky {
    top: 70px;
  }

  .body_sitewide.topInfoOpen .alert.wishlist-message {
    top: 112px;
  }
  .body_sitewide.topInfoOpen .alert.wishlist-message.sticky {
    top: 112px;
  }

  .alert.wishlist-message:before {
    left: 42px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
		*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #a29253;
  /*
  background-color: #fff; background-color: rgba(255,255,255,0.75);
  filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
  */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #a29253;
  /*
  background-color: #fff; background-color: rgba(255,255,255,0.85);
  filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
  */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #a29253;
  /*
  background-color: #fff; background-color: rgba(255,255,255,0.9);
  filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
  */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/skin/frontend/truefacet/truefacet/css/custom-scrollbar/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
.slick-loading .slick-list {
  background: url(/media/additem/images/ajax-loader.gif) center center no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'â†';
}

[dir='rtl'] .slick-prev:before {
  content: 'â†’';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: 'â†’';
}

[dir='rtl'] .slick-next:before {
  content: 'â†';
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-prev, .slick-next {
  z-index: 80;
}

.slick-slide {
  position: relative;
}

.thumbBox {
  position: absolute;
  bottom: -100px;
  height: 200px;
  width: 80%;
  left: 50%;
  margin-left: -40%;
}

.slick-slider .slick-prev {
  position: absolute;
  display: block;
  height: 17px;
  width: 11px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -20px;
  padding: 0;
}

.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 17px;
  width: 11px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -20px;
  padding: 0;
}

.slick-slider .slick-prev:focus {
  outline: none;
}

.slick-slider .slick-next:focus {
  outline: none;
}

.slick-slider .slick-next.disabled {
  background-position: -90px -90px;
}

.slick-slider .slick-prev.disabled {
  background-position: -50px -90px;
}

body.cms-faq .bodyContent.main-container {
  width: 100% !important;
  max-width: 100% !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
  outline: 0;
}

.listHeader {
  color: #edece0;
  font-family: "presicav_light";
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}
.listHeader p {
  display: block;
  padding: 10px 0;
}

.faq_banner {
  width: 100%;
  display: block;
  background: #4c4d4f;
  margin-bottom: 50px;
}
.faq_banner .faq_section {
  width: 68%;
  display: block;
  margin: 0 auto;
  padding: 45px 0;
  text-align: center;
}
.faq_banner .faq_section h4 {
  color: #e27474;
  font-family: "presicav_regular";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.faq_banner .faq_section > p {
  color: #eceadd;
  font-family: "helvetica-light";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.036em;
}
.faq_banner .faq_section > p a {
  font-family: "helvetica_bold";
  color: #eceadd;
}

.cont_form {
  width: 77%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}
.cont_form .col_left {
  width: 30.30%;
  float: left;
  display: inline-block;
  letter-spacing: 0.036em;
}
.cont_form .col_left .group {
  margin-bottom: 45px;
}
.cont_form .col_left .group h4 {
  font-family: "helvetica_oblique";
  font-style: normal;
  font-size: 16px;
  color: #f37e8b;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.036em;
  margin-bottom: 0;
  font-weight: 400;
}
.cont_form .col_left .group p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4c4d4f;
  line-height: 30px;
}
.cont_form .col_left .group p a {
  color: #4c4d4f;
  text-decoration: underline;
}
.cont_form .col_right {
  width: 61.30%;
  float: right;
  display: inline-block;
}
.cont_form .col_right h4 {
  font-family: "helvetica_bold";
  font-size: 13px;
  color: #a29253;
  text-transform: none;
  margin: 8px 0;
}
.cont_form .col_right .name, .cont_form .col_right .email {
  height: 85px;
}
.cont_form .col_right .msg {
  height: 225px;
}
.cont_form .col_right .name, .cont_form .col_right .email, .cont_form .col_right .msg {
  position: relative;
}
.cont_form .col_right .name label.error, .cont_form .col_right .email label.error, .cont_form .col_right .msg label.error {
  position: absolute;
  bottom: -5px;
  left: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.cont_form .col_right .name {
  width: 40%;
  display: inline-block;
}
.cont_form .col_right .name .input-box {
  padding-right: 2%;
}
.cont_form .col_right .email {
  width: 58%;
  display: inline-block;
}
.cont_form .col_right .msg {
  width: 100%;
  display: inline-block;
}
.cont_form .col_right .buttons-set {
  width: 100%;
  display: inline-block;
  border: 0px;
  margin: 10px 0 0 0;
  padding: 0;
}
.cont_form .col_right .buttons-set .button {
  float: left;
  width: 160px;
  height: 40px;
  display: block;
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #4c4d4f;
  color: #f5f4ee;
  font-family: "presicav_regular";
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0px;
}
.cont_form .col_right .input-box {
  margin-bottom: 10px;
}
.cont_form .col_right .input-box .input-text {
  border: 1px solid #a29253;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #4c4d4f;
}
.cont_form .col_right .input-box textarea.input-text {
  width: 100%;
  height: 160px;
  max-width: 100%;
}

.faq_wrap {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 115px;
  display: block;
}
.faq_wrap .listHeader {
  color: #4c4d4f;
  margin-bottom: 20px;
}
.faq_wrap .faq_nav {
  width: 100%;
  display: inline-block;
}
.faq_wrap .faq_nav li {
  display: inline-block;
  float: left;
  width: 18%;
  margin: 0 1%;
  height: 120px;
  background: #f5f4ee;
  color: #4c4d4f;
  text-align: center;
  font-size: 18px;
  font-family: "helvetica_bold";
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.faq_wrap .faq_nav li a {
  color: #4c4d4f;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 120px;
  float: none;
}

.faq_group {
  margin: 0 auto;
  width: 84%;
  padding-top: 70px;
}
.faq_group h3 {
  font-family: "helvetica_bold";
  font-size: 22px;
  color: #a29253;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 15px 0;
}
.faq_group h4 {
  font-family: "helvetica_bold";
  font-size: 16px;
  color: #4c4d4f;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.03em;
  margin: 15px 0;
}
.faq_group p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #4c4d4f;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin: 15px 0;
}

.mob_heading {
  display: none;
}

.web_heading {
  display: block;
}

@media (max-width: 1024px) {
  .faq_banner .faq_section > p br {
    display: none;
  }
}
@media (max-width: 667px) {
  .faq_banner .faq_section {
    width: 90%;
  }

  .cont_form {
    width: 90%;
    margin-bottom: 40px;
  }
  .cont_form .col_left, .cont_form .col_right {
    width: 100%;
  }
  .cont_form .col_left {
    background: #f5f4ee;
    padding: 40px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 35px;
    display: block;
    float: none;
    overflow: hidden;
  }
  .cont_form .col_left .group {
    float: left;
    display: inline-block;
    width: 50%;
    margin: 0px;
  }
  .cont_form .col_right {
    width: 90%;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .cont_form .col_right .name, .cont_form .col_right .email, .cont_form .col_right .msg {
    width: 100%;
  }
  .cont_form .col_right .name .input-box, .cont_form .col_right .email .input-box {
    width: 85%;
  }

  .mob_heading {
    display: block;
  }

  .web_heading {
    display: none;
  }

  .faq_wrap .faq_nav {
    position: relative;
    text-align: center;
    padding-bottom: 74px;
  }
  .faq_wrap .faq_nav li {
    width: 45%;
    height: 65px;
    margin: 0 auto;
    float: none;
    display: inline-block;
    background: #eceadd;
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .faq_wrap .faq_nav li center {
    width: 100%;
    height: 65px;
  }
  .faq_wrap .faq_nav li center a {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 20px;
  }
  .faq_wrap .faq_nav li center a br {
    display: none;
  }
  .faq_wrap .faq_nav li:nth-child(4) {
    bottom: 0;
    left: 50%;
    margin-left: -46.5%;
    position: absolute;
    width: 93%;
  }

  .cont_form .col_right .name .input-box, .cont_form .col_right .email .input-box {
    width: 100%;
  }

  .faq_group {
    margin: 0 auto;
    padding-top: 20px;
  }

  .name, .email, .msg {
    position: relative;
  }
  .name label.error, .email label.error, .msg label.error {
    position: static !important;
  }
}
@media (max-width: 570px) {
  .cont_form .col_left {
    padding: 30px;
  }
  .cont_form .col_left .group {
    width: 100%;
    margin: 5px 0;
  }
}
#our-story {
  width: 100%;
  margin: auto;
}
#our-story .view-all-link {
  font-family: "presicav_light";
  font-size: 13px;
  letter-spacing: 0.2em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
#our-story .view-all-link a {
  color: #ffffff;
}
#our-story .view-all-link a:link {
  color: #ffffff;
}
#our-story .view-all-link a:visited {
  color: #ffffff;
}
#our-story .view-all-link a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#our-story .our-story-banner {
  width: 100%;
  height: 312px;
  overflow: hidden;
  background-image: url("/media/wysiwyg/our-story/banner-our-story.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 35px 10px;
  box-sizing: border-box;
}
#our-story .our-story-banner .listHeader {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 0px;
}
#our-story .our-story-banner .text {
  color: #edece0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.036em;
  line-height: 24px;
  text-align: center;
}
#our-story .our-story-txt {
  padding-top: 25px;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
#our-story .our-story-txt .listHeader {
  color: #4c4d4f;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#our-story .our-story-txt .col-left {
  padding: 10px;
}
#our-story .our-story-txt .col-left > p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.036em;
  margin-bottom: 24px;
  color: #4c4d4f;
}
#our-story .our-story-txt .col-right {
  width: 100%;
  height: 400px;
  display: block;
  box-sizing: border-box;
}
#our-story .our-story-txt .col-right .video-img {
  background-image: url("/media/wysiwyg/our-story/Banner_about_video.jpg");
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#our-story .our-story-txt .col-right .video-img > div {
  color: #edece0;
  text-align: center;
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  padding-top: 170px;
}
#our-story .our-story-txt .col-right .video-img > div * {
  display: inline-block;
  margin: 0 7px;
}
#our-story .our-story-txt .col-right .video-img .play-icon {
  background: url("/media/additem/images/brand_video_play.png") no-repeat 0 0;
  width: 53px;
  height: 61px;
  padding: 20px 10px 0 0;
}
#our-story .meet-the-founders .listHeader {
  color: #4c4d4f;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
#our-story .meet-the-founders .profile-list {
  width: 100%;
  text-align: center;
}
#our-story .meet-the-founders .profile-list li {
  margin: 0 1% 30px 1%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#our-story .meet-the-founders .profile-list li img {
  margin: 0 auto 18px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#our-story .meet-the-founders .profile-list li h3 {
  text-transform: capitalize;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.036em;
  line-height: 22px;
  color: #4c4d4f;
}
#our-story .meet-the-founders .profile-list li h4 {
  text-transform: none;
  font-family: "presicav_regular";
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #4c4d4f;
  line-height: 16px;
  margin-top: 7px;
}
#our-story .meet-the-founders .profile-list li h4.link {
  font-size: 11px;
  color: #a29253;
  cursor: pointer;
}
#our-story .meet-the-founders .profile-list li .tooltip {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.036em;
  line-height: 24px;
  background: #f5f4ee;
  color: #4c4d4f;
  position: absolute;
  top: 230px;
  width: 310px;
  left: -20%;
  padding: 5px 20px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  z-index: 50;
  text-align: left;
  box-shadow: 0 6px 8px 4px rgba(51, 51, 51, 0.4);
  display: none;
}
#our-story .meet-the-founders .profile-list li .tooltip:before {
  width: 29px;
  height: 6px;
  display: block;
  content: " ";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -15px;
}
#our-story .meet-the-founders .profile-list li .tooltip .close {
  text-align: right;
  font-size: 30px;
  margin-bottom: 3px;
  cursor: pointer;
}
#our-story .meet-the-founders .profile-list li .tooltip .highlight {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #a29253;
}
#our-story .meet-the-founders .profile-list li .tooltip .highlight .hdr {
  font-family: "presicav_light";
  color: #a29253;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
}
#our-story .meet-the-founders .profile-list li .tooltip .highlight p {
  font-style: oblique;
}
#our-story .meet-the-advisors .listHeader {
  color: #4c4d4f;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
#our-story .meet-the-advisors.sub-hdr .listHeader {
  position: relative;
  font-size: 16px;
  width: 90%;
  float: none;
  margin: 30px auto;
}
#our-story .meet-the-advisors.sub-hdr .listHeader .hdr {
  width: 200px;
  color: #4c4d4f;
  display: block;
  padding: 10px;
  background-color: #fff;
  margin: auto;
  z-index: 10;
  opacity: .99;
}
#our-story .meet-the-advisors.sub-hdr .listHeader .line {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 0;
}
#our-story .meet-the-advisors .profile-list {
  width: 100%;
  text-align: center;
}
#our-story .meet-the-advisors .profile-list li {
  margin: 0 1% 30px 1%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#our-story .meet-the-advisors .profile-list li img {
  margin: 0 auto 18px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#our-story .meet-the-advisors .profile-list li h3 {
  text-transform: capitalize;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.036em;
  line-height: 22px;
  color: #4c4d4f;
}
#our-story .meet-the-advisors .profile-list li h4 {
  text-transform: none;
  font-family: "presicav_regular";
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #4c4d4f;
  line-height: 16px;
  margin-top: 2px;
}
#our-story .meet-the-advisors .profile-list li h4.link {
  font-size: 11px;
  color: #a29253;
  cursor: pointer;
}
#our-story .meet-the-advisors .profile-list li .tooltip {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.036em;
  line-height: 24px;
  background: #f5f4ee;
  color: #4c4d4f;
  position: absolute;
  top: 203px;
  width: 310px;
  left: -20%;
  padding: 5px 20px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  z-index: 50;
  text-align: left;
  box-shadow: 0 6px 8px 4px rgba(51, 51, 51, 0.4);
  display: none;
}
#our-story .meet-the-advisors .profile-list li .tooltip:before {
  width: 29px;
  height: 6px;
  display: block;
  content: " ";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -15px;
}
#our-story .meet-the-advisors .profile-list li .tooltip .close {
  text-align: right;
  font-size: 30px;
  margin-bottom: 3px;
  cursor: pointer;
}
#our-story .meet-the-advisors .profile-list li .tooltip .highlight {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #a29253;
}
#our-story .meet-the-advisors .profile-list li .tooltip .highlight .hdr {
  font-family: "presicav_light";
  color: #a29253;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
}
#our-story .meet-the-advisors .profile-list li .tooltip .highlight p {
  font-style: oblique;
}
#our-story .meet-the-investors .listHeader {
  color: #4c4d4f;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
#our-story .meet-the-investors.sub-hdr .listHeader {
  position: relative;
  font-size: 16px;
  width: 90%;
  float: none;
  margin: 30px auto;
}
#our-story .meet-the-investors.sub-hdr .listHeader .hdr {
  width: 200px;
  color: #4c4d4f;
  display: block;
  padding: 10px;
  background-color: #fff;
  margin: auto;
  z-index: 10;
  opacity: .99;
}
#our-story .meet-the-investors.sub-hdr .listHeader .line {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 0;
}
#our-story .meet-the-investors .image-list {
  width: 100%;
  text-align: center;
}
#our-story .meet-the-investors .image-list li {
  margin: 0 1% 30px 1%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#our-story .meet-the-investors .image-list li img {
  margin: 0 auto 18px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#our-story .testimonial-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #4c4d4f;
  padding: 20px 10px;
}
#our-story .testimonial-container .listHeader {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#our-story .testimonial-container #testimonials-btn-prev {
  position: absolute;
  top: 135px;
  left: 3px;
  background: url("/media/additem/images/gray-arrow-prev.png") no-repeat;
  width: 15px;
  height: 33px;
}
#our-story .testimonial-container #testimonials-btn-next {
  position: absolute;
  top: 135px;
  right: 3px;
  background: url("/media/additem/images/gray-arrow-next.png") no-repeat;
  width: 15px;
  height: 33px;
}
#our-story .testimonial-container .testimonials-list {
  text-align: center;
  width: 300px;
  margin: auto;
}
#our-story .testimonial-container .testimonials-list .item {
  width: 100%;
  margin: 0 10px 0;
  display: block;
  color: #b1b1ae;
}
#our-story .testimonial-container .testimonials-list .item .cust-name {
  float: left;
  margin-left: 5px;
  text-align: left;
  display: block;
}
#our-story .testimonial-container .testimonials-list .item .cust-name .avatar {
  display: block;
  width: 45px;
  height: 58px;
  background: url("/media/additem/images/avtar-mobile.png") no-repeat;
  margin: -50px 0 10px;
  opacity: 1;
}
#our-story .testimonial-container .testimonials-list .item .cust-name .name {
  padding-top: 10px;
  color: #b1b1ae;
  font-size: 16px;
}
#our-story .testimonial-container .testimonials-list .item .blurb {
  width: 200px;
  height: auto;
  border: 1px solid #f37e8b;
  border-radius: 5px;
  box-sizing: border-box;
  color: #b1b1ae;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 0.036em;
  padding: 10px;
  float: right;
  margin-right: 4px;
  box-shadow: 0 6px 8px 4px rgba(51, 51, 51, 0.4);
}
#our-story .testimonial-container .testimonials-list .item .hover-arrow {
  width: 18px;
  height: 23px;
  margin: 38px 0 0 59px;
  z-index: 10;
  opacity: 0.99;
  background: url("/media/additem/images/tooltip-arrow-bottom.png") no-repeat;
}
#our-story .testimonial-container .testimonials-list .item.hover .blurb {
  border-color: #a29253;
  box-shadow: 0 6px 8px 4px rgba(0, 0, 0, 0.4);
}
#our-story .testimonial-container .testimonials-list .item.hover .cust-name .name {
  color: #a29253;
}
#our-story .press-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px 10px;
  background-color: #eceadd;
}
#our-story .press-container .listHeader {
  color: #4c4d4f;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#our-story .press-container #press-btn-prev {
  position: absolute;
  top: 135px;
  left: 3px;
  background: url("/media/additem/images/beige-arrow-prev.png") no-repeat;
  width: 15px;
  height: 33px;
}
#our-story .press-container #press-btn-next {
  position: absolute;
  top: 135px;
  right: 3px;
  background: url("/media/additem/images/beige-arrow-next.png") no-repeat;
  width: 15px;
  height: 33px;
}
#our-story .press-container .press-list {
  text-align: center;
}
#our-story .press-container .press-list li {
  width: 100%;
  margin: 0 10px 0;
  display: block;
  text-align: center;
}
#our-story .press-container .press-list li img {
  margin: auto;
}
#our-story .press-container .press-list li div {
  width: 250px;
  height: auto;
  margin: auto;
  text-align: center;
  color: #404040;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.036em;
}
#our-story .wotf-container {
  width: 100%;
  background-color: #fff;
  padding: 45px 3px 0;
}
#our-story .wotf-container .listHeader {
  color: #4c4d4f;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#our-story .wotf-container .img-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 5px;
}
#our-story .wotf-container .img-container img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  height: auto;
}
#our-story .wotf-container .img-container img.sm {
  display: inline-block;
  margin: 0 2px 10px;
  width: 47%;
  height: auto;
}
#our-story .wotf-container .img-container img:last-child {
  display: none;
}
#our-story .social-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px 10px;
  background-color: #fff;
}
#our-story .social-container .listHeader {
  color: #4c4d4f;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#our-story .social-container #social-btn-prev {
  position: absolute;
  top: 200px;
  left: 3px;
  background: url("/media/additem/images/beige-arrow-prev.png") no-repeat;
  width: 15px;
  height: 33px;
}
#our-story .social-container #social-btn-next {
  position: absolute;
  top: 200px;
  right: 3px;
  background: url("/media/additem/images/beige-arrow-next.png") no-repeat;
  width: 15px;
  height: 33px;
}
#our-story .social-container .social-list {
  width: 250px;
  margin: auto;
  text-align: center;
}
#our-story .social-container .social-list .image {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 250px;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}
#our-story .social-container .social-list .image p {
  color: #fff;
  margin-top: 8px;
  display: inline-block;
}
#our-story .social-container .social-list .image img {
  width: 100%;
  height: auto;
}
#our-story .social-container .social-list .image .insta-block {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  z-index: 20;
  text-align: left;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.036em;
}
#our-story .social-container .social-list .image .insta-block .insta-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  float: left;
  background: url(/media/additem/images/insta_icon.png) no-repeat 0 0;
  margin-left: 15px;
  margin-right: 10px;
}
#our-story .social-container .social-list .image .pink-bg {
  width: 120%;
  background: #a29253;
  height: 70px;
  display: block;
  position: absolute;
  bottom: -20px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  margin-left: -10px;
  z-index: 10;
}
#our-story .interested-container {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
#our-story .interested-container h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;
  letter-spacing: 0.036em;
  font-weight: 100;
  color: #4c4d4f;
  text-align: center;
  text-transform: none;
}
#our-story .interested-container .btn {
  width: 310px;
  height: 60px;
  display: block;
  margin: 25px auto;
  border: 1px solid #a29253;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  letter-spacing: 0.2em;
  font-family: "presicav_light";
  font-size: 12px;
  font-weight: 400;
  color: #4c4d4f;
  padding-top: 20px;
  background: #fff;
}

@media (min-width: 768px) {
  #our-story {
    max-width: 1440px;
  }
  #our-story .view-all-link {
    display: block;
  }
  #our-story .our-story-banner {
    margin-bottom: 0;
    padding: 60px 10px;
  }
  #our-story .our-story-banner .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #our-story .our-story-banner .text {
    max-width: 420px;
    margin: auto;
  }
  #our-story .our-story-txt {
    padding-top: 0;
  }
  #our-story .our-story-txt .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-top: 35px;
  }
  #our-story .our-story-txt .col-left {
    width: 80%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  #our-story .our-story-txt .col-right {
    width: 50%;
    float: left;
    height: 560px;
  }
  #our-story .our-story-txt .col-right .video-img {
    height: 560px;
  }
  #our-story .our-story-txt .col-right .video-img > div {
    padding-top: 250px;
  }
  #our-story .our-story-txt .col-right .video-img .play-icon {
    padding: 20px 10px 0 0;
  }
  #our-story .our-story-txt .col-right .video-img .play-icon:hover {
    background-image: url("/media/additem/images/brand_video_play_2.png");
    width: 53px;
    height: 61px;
    cursor: pointer;
  }
  #our-story .meet-the-founders .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #our-story .meet-the-founders .profile-list {
    max-width: 1200px;
    margin: auto;
  }
  #our-story .meet-the-founders .profile-list li {
    width: 300px;
  }
  #our-story .meet-the-founders .profile-list li .tooltip {
    width: 410px;
  }
  #our-story .meet-the-advisors .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #our-story .meet-the-advisors .profile-list {
    max-width: 1200px;
    margin: auto;
  }
  #our-story .meet-the-advisors .profile-list li {
    width: 300px;
  }
  #our-story .meet-the-advisors .profile-list li .tooltip {
    width: 410px;
    max-height: 300px;
    overflow-y: auto;
  }
  #our-story .meet-the-investors .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #our-story .meet-the-investors .image-list {
    max-width: 1200px;
    margin: auto;
  }
  #our-story .meet-the-investors .image-list li {
    width: 300px;
  }
  #our-story .testimonial-container {
    padding: 45px 20px;
  }
  #our-story .testimonial-container .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #our-story .testimonial-container #testimonials-btn-prev {
    visibility: hidden;
  }
  #our-story .testimonial-container #testimonials-btn-next {
    visibility: hidden;
  }
  #our-story .testimonial-container .testimonials-list {
    width: 100%;
    max-width: 1280px;
  }
  #our-story .testimonial-container .testimonials-list .item {
    width: 294px;
    margin: 10px 10px 25px;
    display: inline-block;
  }
  #our-story .testimonial-container .testimonials-list .item .blurb {
    width: 100%;
    height: 158px;
    border-color: #b1b1ae;
    font-size: 18px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  #our-story .testimonial-container .testimonials-list .item .hover-arrow {
    width: 35px;
    height: 22px;
    margin: -1px 0 0 85px;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    opacity: 0;
    background: url(/media/additem/images/tooltip-arrow.png) no-repeat;
  }
  #our-story .testimonial-container .testimonials-list .item .cust-name {
    float: none;
    position: relative;
    margin: 2px 0 0;
    display: table-cell;
    height: 77px;
  }
  #our-story .testimonial-container .testimonials-list .item .cust-name .avatar {
    display: inline-block;
    width: 65px;
    height: 77px;
    background: url("/media/additem/images/avtar.png") no-repeat;
    margin: 0 10px 0 25px;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    opacity: 0;
  }
  #our-story .testimonial-container .testimonials-list.hover .blurb {
    border-color: #a29253;
    box-shadow: 0 6px 8px 4px rgba(0, 0, 0, 0.4);
  }
  #our-story .testimonial-container .testimonials-list.hover .cust-name .name {
    color: #a29253;
  }
  #our-story .press-container {
    padding: 45px 20px;
  }
  #our-story .press-container .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #our-story .press-container #press-btn-prev {
    visibility: hidden;
  }
  #our-story .press-container #press-btn-next {
    visibility: hidden;
  }
  #our-story .press-container .press-list {
    max-width: 1280px;
    margin: auto;
  }
  #our-story .press-container .press-list li {
    width: auto;
    height: 62px;
    margin: 15px 20px;
    display: inline-block;
    cursor: pointer;
  }
  #our-story .press-container .press-list li img {
    cursor: pointer;
  }
  #our-story .press-container .press-list li div {
    display: none;
  }
  #our-story .press-container .view-all-link a:link {
    color: #4c4d4f;
  }
  #our-story .press-container .view-all-link a:visited {
    color: #4c4d4f;
  }
  #our-story .press-container .view-all-link a:hover {
    color: #4c4d4f;
  }
  #our-story .wotf-container {
    padding: 45px 20px 0;
  }
  #our-story .wotf-container .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #our-story .wotf-container .img-container {
    max-width: 1280px;
  }
  #our-story .wotf-container .img-container img {
    display: inline-block;
    margin: 15px;
    width: auto;
  }
  #our-story .wotf-container .img-container img.sm {
    display: inline-block;
    margin: 15px;
    width: auto;
  }
  #our-story .wotf-container .img-container img:last-child {
    display: inline-block;
    margin: 15px;
    width: auto;
  }
  #our-story .social-container {
    width: 100%;
    background-color: #fff;
    padding: 45px 20px;
  }
  #our-story .social-container .listHeader {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #our-story .social-container #social-btn-prev {
    visibility: hidden;
  }
  #our-story .social-container #social-btn-next {
    visibility: hidden;
  }
  #our-story .social-container .social-list {
    width: 100%;
    max-width: 1280px;
  }
  #our-story .social-container .social-list .image {
    position: relative;
    display: inline-block;
    margin: 8px;
    width: 283px;
    height: 283px;
  }
  #our-story .social-container .social-list .image .insta-block p {
    display: none;
  }
  #our-story .social-container .social-list .image .pink-bg {
    display: none;
  }
  #our-story .social-container .social-list .image.hover p {
    display: block;
  }
  #our-story .social-container .social-list .image.hover .pink-bg {
    display: block;
  }
  #our-story .social-container .view-all-link a:link {
    color: #4c4d4f;
  }
  #our-story .social-container .view-all-link a:visited {
    color: #4c4d4f;
  }
  #our-story .social-container .view-all-link a:hover {
    color: #4c4d4f;
  }
  #our-story .interested-container .btn:hover {
    background: #a29253;
    color: #ffffff;
    border-color: #a29253;
  }
}
/* -------------------------------------------- *
* 		My Account General
*/
.pageloader {
  margin: 0 auto;
}

.buttonAcc, .myAccount-Container .buttons-set button.button, .invitations .invitedList a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_regular";
  padding: 10px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.txtPage-Container {
  width: 77.734375%;
  margin: 0 auto;
}
.txtPage-Container .textualPageContent {
  width: 100%;
  padding: 56px 0 0 0;
  color: #333333;
}
.txtPage-Container .textualPageContent h1 {
  font-weight: normal;
  line-height: 45px;
  font-size: 40px;
  margin-bottom: 54px;
  text-align: center;
  font-family: "presicav_extra_light";
  color: #333333;
  font-weight: normal;
  letter-spacing: 10px;
  word-wrap: break-word;
}
.txtPage-Container .textualPageContent p {
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 22px;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
}
.txtPage-Container .textualPageContent p a, .txtPage-Container .textualPageContent p span {
  font-family: "helvetica_oblique";
  color: #4c4d4f;
  font-style: italic;
  font-size: 14px;
}
.txtPage-Container .textualPageContent p.addressPara {
  font-size: 20px;
  padding: 52px 0 57px 0;
  line-height: 27px;
}
.txtPage-Container .textualPageContent p.addressParaConsign {
  font-size: 16px;
  font-family: "helvetica_oblique";
  padding: 30px 0 5px 0;
  line-height: 22px;
}
.txtPage-Container .textualPageContent p.obliuqeTxt {
  font-family: "helvetica_oblique";
  font-style: italic;
}
.txtPage-Container .textualPageContent p.watchTxt {
  font-size: 20px;
  padding: 10px 0 20px 0;
  line-height: 27px;
}
.txtPage-Container .textualPageContent h2, .txtPage-Container .textualPageContent h3 {
  font-family: "helvetica_bold";
  padding: 48px 0 16px 0;
  font-weight: normal;
  line-height: 16px;
  font-size: 16px;
  color: #000000;
}
.txtPage-Container .textualPageContent h3 {
  text-transform: capitalize;
}
.txtPage-Container .textualPageContent h3 > .lesspadding {
  padding-top: 10px;
}
.txtPage-Container .textualPageContent ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.txtPage-Container .textualPageContent ul li {
  background: url("/media/additem/images/list-style-circle.gif") left 10px no-repeat;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 0 22px 13px;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
}
.txtPage-Container .textualPageContent ul li ul {
  padding: 22px 0 0 39px;
}
.txtPage-Container .textualPageContent ul li ul li {
  background: none;
}
.txtPage-Container .textualPageContent ul.roman_style li {
  padding-left: 0px;
  background: none;
}
.txtPage-Container .textualPageContent.affirmCon {
  text-align: center;
}
.txtPage-Container .textualPageContent.affirmCon .affirmIcon {
  padding: 0 0 37px 0;
}
.txtPage-Container .textualPageContent.affirmCon .affirmIcon img {
  text-align: center;
  display: inline;
  vertical-align: middle;
}
.txtPage-Container .textualPageContent.affirmCon h1 {
  margin-bottom: 35px;
}
.txtPage-Container .textualPageContent.affirmCon h1 span {
  font-weight: bold;
}
.txtPage-Container .textualPageContent.affirmCon p {
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 45px;
  font-weight: normal;
  line-height: 25px;
  font-size: 20px;
}
.txtPage-Container .textualPageContent.affirmCon p img {
  display: inline;
}
.txtPage-Container .textualPageContent.affirmCon .btn {
  background: #4c4d4f;
  color: #f5f4ee;
  border: none;
  width: 242px;
  height: 40px;
  font-family: "presicav_light";
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  letter-spacing: 3px;
  padding-top: 13px;
  display: inline-block;
}
.txtPage-Container .textualPageContent.affirmCon .more-details {
  margin: 30px 0 0 0;
}
.txtPage-Container .textualPageContent.affirmCon .more-details p {
  padding: 0;
}
.txtPage-Container .textualPageContent.affirmCon .more-details p a {
  text-decoration: underline;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
}
.txtPage-Container .textualPageContent.affirmCon .affirmBtmTxt {
  border-top: 2px solid #ededed;
  margin: 30px 0 0 0;
  padding: 28px 0 65px 0;
}
.txtPage-Container .textualPageContent.affirmCon .affirmBtmTxt p {
  color: #999999;
  font-size: 15px;
  line-height: 22px;
  font-family: "helvetica-light";
}

.textualPageContent > .shippingCon > h1 {
  margin-bottom: 16px;
}
.textualPageContent p span {
  font-style: none !important;
}

.shipping_tabl {
  border: 1px solid #eceadd;
  margin: 25px 0 16px 0;
}
.shipping_tabl th {
  background-color: #eceadd;
  border: 1px solid #dddddd;
  color: #333333;
  padding: 20px 8px 20px 26px;
  text-transform: capitalize;
  font-family: "helvetica_bold";
  font-size: 16px;
  line-height: 16px;
}
.shipping_tabl td {
  border: 1px solid #dddddd;
  padding: 13px 8px 13px 26px;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 667px) {
  .txtPage-Container .textualPageContent h1 {
    font-size: 30px;
  }
  .txtPage-Container .textualPageContent h1 br {
    display: none;
  }

  .txtPage-Container .textualPageContent.affirmCon br {
    display: none;
  }

  .txtPage-Container .textualPageContent.affirmCon p br {
    display: none;
  }
}
@media (max-width: 480px) {
.main-container, .footer-container {
  margin: 18px auto;
}
  .txtPage-Container .textualPageContent h1 {
    font-size: 20px;
    line-height: 32px;
  }
}
/* -------------------------------------------- *
*       My Account General
*/
.pageloader {
  margin: 0 auto;
}

.buttonAcc, .myAccount-Container .buttons-set button.button, .invitations .invitedList a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_regular";
  padding: 10px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.return-pages .btn {
  width: 26%;
  border-radius: 0;
  text-align: center;
  padding: 1%;
  margin: auto;
  margin-top: 4%;
  color: #000000;
  font-size: 10px;
  transition: 0.5s;
}
.return-pages .btn:hover {
  background: #a29253;
  color: #ffffff;
  transition: 0.5s;
}
.return-pages .btn:hover a {
  color: #ffffff;
}
.return-pages p, .return-pages ol li {
  font-family: "helvetica-light";
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.036em;
  color: #4c4d4f;
}
.return-pages p strong, .return-pages ol li strong {
  font-family: "helvetica_bold";
}
.return-pages .returnHeader {
  display: table !important;
  overflow: hidden;
  white-space: nowrap;
}
.return-pages .returnHeader:before, .return-pages .returnHeader:after {
  border-top: 1px solid #333333;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 45%;
}
.return-pages .returnHeader:before {
  right: 1.5%;
}
.return-pages .returnHeader:after {
  left: 1.5%;
}
.return-pages .returnHeader .mobile-title {
  display: none;
}
.return-pages .returnHeader .title {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
.return-pages .desktop {
  display: block;
}
.return-pages .mobile {
  display: none;
}
.return-pages .txtPage-Container {
  max-width: 1162px;
  margin: auto;
  color: #333333;
  margin-top: 3%;
  height: 100%;
}
.return-pages .txtPage-Container .header-content {
  width: 70%;
  margin: auto;
  margin-top: 2%;
}
.return-pages .txtPage-Container .header-content p {
  text-align: center;
  font-family: "presicav_light";
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.return-pages .txtPage-Container .return-policy, .return-pages .txtPage-Container .return-steps {
  max-width: 70%;
  margin: auto;
}
.return-pages .txtPage-Container .shipping-process {
  width: 100%;
  text-align: center;
  margin-top: 58px;
  margin-bottom: 58px;
}
.return-pages .txtPage-Container .shipping-process .top-two, .return-pages .txtPage-Container .shipping-process .bottom-two {
  display: none;
}
.return-pages .txtPage-Container .shipping-process .process-detail {
  display: inline-block;
  width: 170px;
}
.return-pages .txtPage-Container .shipping-process .process-detail img {
  margin-left: auto;
  margin-right: auto;
}
.return-pages .txtPage-Container .shipping-process .process-detail p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.2em;
  font-family: "presicav_regular";
  text-transform: uppercase;
  width: 100%;
  margin: auto;
  margin-top: 22px;
}
.return-pages .txtPage-Container .shipping-process .arrow-position {
  padding-bottom: 5%;
  width: 25px;
}
.return-pages .txtPage-Container .return-eligibility {
  padding-top: 100px;
}
.return-pages .txtPage-Container .return-item {
  width: 86%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
.return-pages .txtPage-Container .return-item .Do-item {
  float: left;
}
.return-pages .txtPage-Container .return-item .Dont-item {
  float: right;
}
.return-pages .txtPage-Container .return-item .Do-item, .return-pages .txtPage-Container .return-item .Dont-item {
  width: 48%;
  height: 600px;
  background-color: #f5f5f5;
}
.return-pages .txtPage-Container .return-item .Do-item .item-frame, .return-pages .txtPage-Container .return-item .Dont-item .item-frame {
  overflow: hidden;
}
.return-pages .txtPage-Container .return-item .Do-item p, .return-pages .txtPage-Container .return-item .Dont-item p {
  font-family: "presicav_regular";
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 6%;
}
.return-pages .txtPage-Container .return-item .Do-item img, .return-pages .txtPage-Container .return-item .Dont-item img {
  margin: auto;
}
.return-pages .txtPage-Container .return-item .Do-item ul, .return-pages .txtPage-Container .return-item .Dont-item ul {
  list-style-type: none;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
}
.return-pages .txtPage-Container .return-item .Do-item ul li, .return-pages .txtPage-Container .return-item .Dont-item ul li {
  max-width: 375px;
  margin-top: 4%;
  display: inline-block;
}
.return-pages .txtPage-Container .return-item .Do-item ul li p, .return-pages .txtPage-Container .return-item .Dont-item ul li p {
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  display: block;
  text-align: left;
  float: left;
  padding: 0;
  text-transform: none;
  width: 90%;
}
.return-pages .txtPage-Container .return-item .Do-item ul li img, .return-pages .txtPage-Container .return-item .Dont-item ul li img {
  float: left;
  margin-top: 2%;
  margin-right: 2%;
}
.return-pages .txtPage-Container .request-return {
  padding-top: 66px;
}
.return-pages .txtPage-Container .international-return {
  margin-top: 4%;
}
.return-pages .txtPage-Container .request-process {
  width: 100%;
}
.return-pages .txtPage-Container .request-process .content {
  max-width: 710px;
  margin: auto;
  padding-top: 85px;
}
.return-pages .txtPage-Container .request-process .content .mobile-title {
  display: none;
}
.return-pages .txtPage-Container .request-process .content .list-icon {
  background: url(/media/additem/images/facet-gray.png) no-repeat;
  background-size: 42px;
  height: 50px;
  width: 42px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  float: left;
  margin-right: 30px;
}
.return-pages .txtPage-Container .request-process .content img {
  float: left;
  margin-right: 3%;
}
.return-pages .txtPage-Container .request-process .content .email-request-return {
  float: right;
  width: 86%;
}
.return-pages .txtPage-Container .request-process .content .email-request-return .title {
  font-family: "presicav_bold";
  font-size: 13px;
  letter-spacing: 0.2em;
  margin-top: 1%;
}
.return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label {
  width: 100%;
  text-align: center;
  margin-top: 6%;
}
.return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label .left, .return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label .right {
  width: 49.5%;
}
.return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label .left .label-head, .return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label .right .label-head {
  background-color: #4b4d4f;
  color: #ffffff;
  font-size: 13px;
  font-family: "presicav_regular";
  letter-spacing: 0.2em;
  padding: 6%;
  text-transform: uppercase;
}
.return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label .left .return-value, .return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label .right .return-value {
  background-color: #f5f5f5;
  color: #4c4d4f;
  margin-bottom: 5px;
  padding: 5%;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  font-size: 16px;
}
.return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label .left {
  float: left;
}
.return-pages .txtPage-Container .request-process .content .email-request-return .return-price-label .right {
  float: right;
}
.return-pages .txtPage-Container .request-process .content .email-request-return ol {
  margin-left: 16px;
}
.return-pages .txtPage-Container .request-process .content .email-request-return ol li {
  margin-top: 4%;
}
.return-pages .txtPage-Container .internation-return {
  width: 68%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.return-pages .txtPage-Container .internation-return p {
  width: 624px;
  margin: auto;
}
.return-pages .txtPage-Container .holidayReturnsContent, .return-pages .txtPage-Container .holidayReturnCredit {
  max-width: 624px;
  padding-top: 50px;
  width: 68%;
  margin: auto;
}
.return-pages .txtPage-Container .holidayReturnsContent h1, .return-pages .txtPage-Container .holidayReturnCredit h1 {
  font-family: "presicav_regular";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a29253;
}
.return-pages .frequent-ask-questions {
  background-color: #f5f5f5;
  padding-top: 5%;
  height: 100%;
}
.return-pages .frequent-ask-questions .set-maxwidth {
  max-width: 1162px;
  margin: auto;
  padding-bottom: 80px;
}
.return-pages .frequent-ask-questions .set-maxwidth .returnHeader {
  margin-bottom: 3%;
}
.return-pages .frequent-ask-questions .set-maxwidth .content {
  max-width: 930px;
  margin: auto;
}
.return-pages .frequent-ask-questions .set-maxwidth .content .left h1, .return-pages .frequent-ask-questions .set-maxwidth .content .right h1 {
  font-family: "presicav_bold";
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.2em;
}
.return-pages .frequent-ask-questions .set-maxwidth .content .left .faq_group, .return-pages .frequent-ask-questions .set-maxwidth .content .right .faq_group {
  padding-top: 0;
}
.return-pages .frequent-ask-questions .set-maxwidth .content .left .faq_group h3, .return-pages .frequent-ask-questions .set-maxwidth .content .left .faq_group h4, .return-pages .frequent-ask-questions .set-maxwidth .content .left .faq_group p, .return-pages .frequent-ask-questions .set-maxwidth .content .right .faq_group h3, .return-pages .frequent-ask-questions .set-maxwidth .content .right .faq_group h4, .return-pages .frequent-ask-questions .set-maxwidth .content .right .faq_group p {
  display: none;
}
.return-pages .frequent-ask-questions .set-maxwidth .content .left h4, .return-pages .frequent-ask-questions .set-maxwidth .content .right h4 {
  font-family: "presicav_bold";
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.return-pages .frequent-ask-questions .set-maxwidth .content .left {
  float: left;
  width: 50%;
}
.return-pages .frequent-ask-questions .set-maxwidth .content .left .faq_group .return-select-left {
  display: block;
}
.return-pages .frequent-ask-questions .set-maxwidth .content .right {
  float: right;
  width: 48%;
}
.return-pages .frequent-ask-questions .set-maxwidth .content .right .faq_group .return-select-right {
  display: block;
}
.return-pages .frequent-ask-questions .set-maxwidth .btn {
  background-color: #4c4d4f;
  color: #ffffff;
  border: none;
}
.return-pages .frequent-ask-questions .set-maxwidth .btn:hover {
  background-color: #a29253;
  color: #ffffff;
}

.shipping_tabl {
  border: 1px solid #eceadd;
  margin: 25px 0 16px 0;
}
.shipping_tabl th {
  background-color: #eceadd;
  border: 1px solid #dddddd;
  color: #333333;
  padding: 20px 8px 20px 26px;
  text-transform: capitalize;
  font-family: "helvetica_bold";
  font-size: 16px;
  line-height: 16px;
}
.shipping_tabl td {
  border: 1px solid #dddddd;
  padding: 13px 8px 13px 26px;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  .return-pages .txtPage-Container .request-process .content {
    width: 87%;
  }
  .return-pages .txtPage-Container .internation-return {
    width: 100%;
  }
  .return-pages .txtPage-Container .shipping-process .desktop-top .jump1, .return-pages .txtPage-Container .shipping-process .desktop-top .jump2, .return-pages .txtPage-Container .shipping-process .desktop-top .jump3, .return-pages .txtPage-Container .shipping-process .desktop-top .jump4 {
    width: 20%;
  }
  .return-pages .txtPage-Container .shipping-process .desktop-top .jump1 img, .return-pages .txtPage-Container .shipping-process .desktop-top .jump2 img, .return-pages .txtPage-Container .shipping-process .desktop-top .jump3 img, .return-pages .txtPage-Container .shipping-process .desktop-top .jump4 img {
    width: 30%;
  }
  .return-pages .txtPage-Container .shipping-process .desktop-top .jump1 p, .return-pages .txtPage-Container .shipping-process .desktop-top .jump2 p, .return-pages .txtPage-Container .shipping-process .desktop-top .jump3 p, .return-pages .txtPage-Container .shipping-process .desktop-top .jump4 p {
    font-size: 1vw;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .content .left {
    width: 50%;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .content .right {
    width: 48%;
  }
  .return-pages .returnHeader:after {
    left: 0;
  }
}
@media (max-width: 800px) {
  .return-pages p {
    font-size: 14px;
  }
  .return-pages .returnHeader .title {
    font-size: 14px;
  }
  .return-pages .txtPage-Container .shipping-process .top-two, .return-pages .txtPage-Container .shipping-process .bottom-two {
    display: block;
    width: 100%;
  }
  .return-pages .txtPage-Container .shipping-process .top-two .process-detail, .return-pages .txtPage-Container .shipping-process .bottom-two .process-detail {
    padding-top: 9%;
    position: relative;
    margin-left: 3%;
    margin-right: 3%;
  }
  .return-pages .txtPage-Container .shipping-process .top-two .process-detail .ship-numb, .return-pages .txtPage-Container .shipping-process .bottom-two .process-detail .ship-numb {
    position: absolute;
    top: -14px;
    width: 50px;
    background: #fff;
    height: 50px;
    text-align: center;
    font-family: "helvetica-light";
    color: #4c4d4f;
    font-size: 24px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .return-pages .txtPage-Container .shipping-process .top-two .process-detail img, .return-pages .txtPage-Container .shipping-process .bottom-two .process-detail img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .return-pages .txtPage-Container .shipping-process .top-two .process-detail p, .return-pages .txtPage-Container .shipping-process .bottom-two .process-detail p {
    margin-top: 60px;
    text-decoration: underline;
    text-transform: none;
    font-family: "helvetica-light";
    letter-spacing: 0.036em;
  }
  .return-pages .txtPage-Container .shipping-process .bottom-two {
    margin-top: 5%;
  }
  .return-pages .txtPage-Container .shipping-process .desktop-top {
    display: none;
  }
  .return-pages .txtPage-Container .shipping-process .arrow-position {
    display: none;
  }
  .return-pages .txtPage-Container .shipping-process .process-detail {
    border: 1px solid #e6e2d1;
    width: 244px;
    height: 254px;
  }
  .return-pages .txtPage-Container .return-eligibility {
    padding-top: 0;
  }
  .return-pages .txtPage-Container .header-content p {
    font-size: 10px;
  }
  .return-pages .txtPage-Container .internation-return {
    width: 70%;
  }
  .return-pages .txtPage-Container .internation-return p {
    width: 100%;
    margin-left: 0;
  }
  .return-pages .txtPage-Container .return-item .Do-item .item-frame {
    overflow: hidden;
  }
  .return-pages .txtPage-Container .return-item .Do-item .item-frame img {
    float: right;
  }
  .return-pages .txtPage-Container .return-item .Dont-item .item-frame {
    overflow: hidden;
  }
  .return-pages .txtPage-Container .return-item .Do-item ul, .return-pages .txtPage-Container .return-item .Dont-item ul {
    padding-left: 12px;
    padding-right: 12px;
  }
  .return-pages .txtPage-Container .return-item .Do-item ul li, .return-pages .txtPage-Container .return-item .Dont-item ul li {
    width: 100%;
  }
  .return-pages .txtPage-Container .return-item .Do-item ul li p, .return-pages .txtPage-Container .return-item .Dont-item ul li p {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .return-pages .txtPage-Container .return-item .Do-item ul li img, .return-pages .txtPage-Container .return-item .Dont-item ul li img {
    float: none;
    margin: auto;
  }
  .return-pages .txtPage-Container .request-process ul li {
    margin-bottom: 4%;
  }
  .return-pages .txtPage-Container .request-process ul li .content {
    margin-top: 6%;
    padding-top: 0;
  }
  .return-pages .txtPage-Container .request-process ul li .content .mobile-title {
    height: 50px;
    line-height: 26px;
    font-family: "presicav_light";
    letter-spacing: 0.2em;
    display: table-cell;
    vertical-align: middle;
  }
  .return-pages .txtPage-Container .request-process ul li .content .email-request-return {
    width: 100%;
  }
  .return-pages .txtPage-Container .request-process ul li .content .email-request-return .title {
    display: none;
  }
  .return-pages .txtPage-Container .request-process ul li .content .list-icon {
    background: url(/media/additem/images/circle.png) no-repeat;
    background-size: 42px;
    color: #4c4d4f;
    background-position: center;
  }
  .return-pages .txtPage-Container .request-process ul li .btn {
    width: 43%;
    padding: 2%;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .content .left, .return-pages .frequent-ask-questions .set-maxwidth .content .right {
    float: none;
    width: 90%;
    margin: auto;
    margin-top: 5%;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .content .left h4, .return-pages .frequent-ask-questions .set-maxwidth .content .right h4 {
    font-size: 10px;
    line-height: 12px;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .content .left p, .return-pages .frequent-ask-questions .set-maxwidth .content .right p {
    font-size: 12px;
    line-height: 18px;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .btn {
    background: none;
    color: #000000;
    text-decoration: underline;
    border: none;
    width: 40%;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .btn:hover {
    background: none;
    color: #000000;
  }
}
@media (max-width: 640px) {
  .return-pages .desktop {
    display: none;
  }
  .return-pages .mobile {
    display: block;
  }
  .return-pages p, .return-pages ol li {
    font-size: 12px;
    line-height: 18px;
  }
  .return-pages .returnHeader {
    padding-left: 5%;
    padding-right: 5%;
  }
  .return-pages .returnHeader .title {
    display: none;
  }
  .return-pages .returnHeader .mobile-title {
    display: block;
    text-align: center;
    font-family: "presicav_light";
    letter-spacing: 0.2em;
    font-size: 13px;
  }
  .return-pages .returnHeader:before, .return-pages .returnHeader:after {
    top: 1em;
  }
  .return-pages .txtPage-Container {
    margin-bottom: 8%;
  }
  .return-pages .txtPage-Container .internation-return p {
    margin-top: 4%;
  }
  .return-pages .txtPage-Container .header-content {
    width: 80%;
    margin-top: 6%;
  }
  .return-pages .txtPage-Container .header-content p {
    font-size: 8px;
    line-height: 14px;
  }
  .return-pages .txtPage-Container .shipping-process {
    margin-bottom: 44px;
  }
  .return-pages .txtPage-Container .shipping-process .top-two .process-detail, .return-pages .txtPage-Container .shipping-process .bottom-two .process-detail {
    width: 122px;
    height: 127px;
    padding-top: 30px;
  }
  .return-pages .txtPage-Container .shipping-process .top-two .process-detail .ship-numb, .return-pages .txtPage-Container .shipping-process .bottom-two .process-detail .ship-numb {
    width: 28px;
    font-size: 14px;
    top: -11px;
    height: 22px;
    color: #8d8d8d;
  }
  .return-pages .txtPage-Container .shipping-process .top-two .process-detail img, .return-pages .txtPage-Container .shipping-process .bottom-two .process-detail img {
    width: 30%;
  }
  .return-pages .txtPage-Container .shipping-process .top-two .process-detail p, .return-pages .txtPage-Container .shipping-process .bottom-two .process-detail p {
    font-size: 14px;
    width: 100%;
    margin-top: 46px;
    line-height: 15px;
  }
  .return-pages .txtPage-Container .return-item {
    width: 92%;
  }
  .return-pages .txtPage-Container .return-item .Do-item, .return-pages .txtPage-Container .return-item .Dont-item {
    height: 396px;
    width: 49%;
  }
  .return-pages .txtPage-Container .return-item .Do-item p, .return-pages .txtPage-Container .return-item .Dont-item p {
    font-size: 12px;
  }
  .return-pages .txtPage-Container .return-item .Do-item .item-frame, .return-pages .txtPage-Container .return-item .Dont-item .item-frame {
    margin-left: 6%;
    margin-right: 6%;
  }
  .return-pages .txtPage-Container .return-item .Do-item .item-frame img, .return-pages .txtPage-Container .return-item .Dont-item .item-frame img {
    width: 120%;
  }
  .return-pages .txtPage-Container .return-item .Do-item ul li, .return-pages .txtPage-Container .return-item .Dont-item ul li {
    width: 90%;
  }
  .return-pages .txtPage-Container .return-item .Do-item ul li p, .return-pages .txtPage-Container .return-item .Dont-item ul li p {
    font-size: 2.1vw;
    line-height: 12px;
  }
  .return-pages .txtPage-Container .request-process {
    margin-bottom: 10%;
  }
  .return-pages .txtPage-Container .request-process .call-concierge {
    text-align: center;
    font-family: "presicav_light";
    text-decoration: underline;
    font-size: 11px;
    letter-spacing: 0.2em;
    margin-bottom: 10%;
    color: #000000;
  }
  .return-pages .txtPage-Container .request-process ul li {
    margin-bottom: 4%;
  }
  .return-pages .txtPage-Container .request-process ul li .content .list-icon {
    margin-right: 14px;
    background-size: 30px;
  }
  .return-pages .txtPage-Container .request-process ul li .content .mobile-title {
    font-size: 2.2vw;
    line-height: 12px;
  }
  .return-pages .txtPage-Container .request-process ul li .content .email-request-return {
    padding-left: 2%;
  }
  .return-pages .txtPage-Container .request-process ul li .content .email-request-return .mobile {
    margin-top: 2%;
  }
  .return-pages .txtPage-Container .request-process ul li .content .email-request-return .mobile p span {
    text-decoration: underline;
  }
  .return-pages .txtPage-Container .request-process ul li .content .email-request-return ul li {
    width: 90%;
  }
  .return-pages .txtPage-Container .request-process ul li .content .email-request-return .return-price-label .left .label-head, .return-pages .txtPage-Container .request-process ul li .content .email-request-return .return-price-label .right .label-head {
    font-size: 6px;
  }
  .return-pages .txtPage-Container .request-process ul li .content .email-request-return .return-price-label .left .return-value, .return-pages .txtPage-Container .request-process ul li .content .email-request-return .return-price-label .right .return-value {
    font-size: 10px;
  }
  .return-pages .txtPage-Container .request-process ul li .btn {
    font-size: 9px;
    width: 58%;
  }
  .return-pages .frequent-ask-questions .set-maxwidth {
    margin-bottom: 10%;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .btn {
    font-size: 11px;
    background-color: #f5f5f5;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .return-pages .frequent-ask-questions .set-maxwidth .content .left h1, .return-pages .frequent-ask-questions .set-maxwidth .content .right h1 {
    font-size: 8px;
    line-height: 14px;
  }

  .txtPage-Container .textualPageContent h1 {
    font-size: 30px;
  }
  .txtPage-Container .textualPageContent h1 br {
    display: none;
  }

  .txtPage-Container .textualPageContent.affirmCon br {
    display: none;
  }

  .txtPage-Container .textualPageContent.affirmCon p br {
    display: none;
  }
}
@media (max-width: 320px) {
  .return-pages .frequent-ask-questions .set-maxwidth .content .left h1, .return-pages .frequent-ask-questions .set-maxwidth .content .right h1 {
    font-size: 6px;
  }
}
/* -------------------------------------------- *
* 		Apprisal Style starts 
*/
body.cms-appraisal .main-container.bodyContent {
  width: 100%;
  max-width: 100% !important;
}

.apprisalBg {
  padding: 43px 0 60px;
  background: #4c4d4f;
  text-align: center;
}
.apprisalBg .listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 3px;
  padding: 0;
  margin: 0px 0 25px 0;
}
.apprisalBg .listHeader p {
  padding: 6px 0;
  display: block;
}
.apprisalBg .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.apprisalBg .listHeader .line.down {
  bottom: 0;
  top: auto;
}
.apprisalBg .listHeader p {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.3em;
}
.apprisalBg h3 {
  color: #f37e8b;
  font-size: 16px;
  font-family: "presicav_regular";
  padding: 20px 0 25px 0;
  margin: 0px;
  letter-spacing: 2px;
}
.apprisalBg .titlePara {
  font-size: 18px;
  line-height: 23px;
  color: #f5f4ee;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
}

.apprisalContent {
  text-align: center;
  padding: 35px 0;
}
.apprisalContent .contentPara {
  color: #333333;
  font-family: "helvetica-light";
  padding: 0 0 35px 0;
  margin: 0px;
  font-size: 16px;
  line-height: 27px;
}
.apprisalContent .contentPara strong {
  font-family: "presicav_regular";
  font-weight: normal;
}
.apprisalContent .listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 3px;
  padding: 0;
  margin: 15px 0 0 0;
}
.apprisalContent .listHeader p {
  padding: 6px 0;
  display: block;
}
.apprisalContent .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.apprisalContent .listHeader .line.down {
  bottom: 0;
  top: auto;
}
.apprisalContent .listHeader p {
  font-size: 24px;
  font-family: "presicav_regular";
  font-weight: normal;
  letter-spacing: 0.3em;
}
.apprisalContent .appCont {
  width: 48%;
  padding: 67px 0  0 0;
  display: inline-block;
}
.apprisalContent .appCont h4 {
  color: #a29253;
  font-family: "presicav_regular";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  padding: 0 0 32px 0;
  letter-spacing: 3px;
}
.apprisalContent .appCont h5 {
  color: #666666;
  font-size: 80px;
  line-height: 82px;
  font-style: normal;
  font-weight: normal;
  font-family: "helvetica_oblique";
  padding: 0 0 25px 0;
}
.apprisalContent .appCont .paratxt {
  color: #4c4d4f;
  font-size: 17px;
  line-height: 24px;
  font-family: Helvetica, Arial, sans-serif;
  height: 165px;
  padding: 0px;
  margin: 0px;
}
.apprisalContent .appCont .moreButton .loadMore {
  color: #fff;
  font-family: "presicav_regular";
  font-size: 13px;
  line-height: 12px;
  width: 300px;
  padding: 15px 0;
  background-color: #f37e8b;
  border: none;
}

@media (max-width: 667px) {
  .apprisalBg br {
    display: none;
  }

  .apprisalContent .contentPara br {
    display: none;
  }
}
@media (max-width: 600px) {
  .apprisalContent .appCont {
    width: 100%;
  }
}
.select-an-item .Approximate_error_list {
  color: #a29253;
  text-align: left;
  margin-top: 4%;
  font-size: 10px;
}

.step1-content .select-an-item {
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
}
.step1-content .select-an-item label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  font-weight: normal;
  color: grey;
  width: 100%;
}
.step1-content .select-an-item .mobile-side {
  visibility: hidden;
}
.step1-content .select-an-item .select-one {
  padding: 3px 0;
  background: white;
  font-size: 14px;
  font-family: "helvetica-light";
  line-height: 36px;
  letter-spacing: 0.036em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  height: 44px;
  width: 100%;
  border-color: grey;
  border-radius: 4px;
  height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding-left: 10px;
  text-transform: capitalize;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 12%;
  margin-top: 3px;
}
.step1-content .select-an-item .select-one option {
  width: 90%;
  font-size: 10px;
}

.step1-content .form-table .value .Approximate_error {
  color: #a29253;
  text-align: left;
  margin-top: 4%;
  font-size: 10px;
}

.step1-content .form-table .jewelry .Approximate_error {
  color: #a29253;
  text-align: left;
  margin-top: 4%;
  font-size: 10px;
}

.step1-content .form-table .watch .Approximate_error {
  color: #a29253;
  text-align: left;
  margin-top: 4%;
  font-size: 10px;
}

.step1-content .form-table .brand #Consign-Brand {
  padding-left: 10px !important;
  text-align: left !important;
}

.step1-content .form-table .value #step1_value {
  text-align: left !important;
}

.step1-content .form-table .value .dollor_icon {
  background-size: 6%;
}

.Consign-Form-step3 .title-pic {
  margin-top: 6%;
}

.filter-optList {
  max-height: 80px;
  overflow: auto;
  border: 1px solid #c2bdbd;
}
.filter-optList li a {
  padding-left: 5%;
  font-family: "helvetica" !important;
}
.filter-optList li a:hover {
  background-color: white;
  color: black !important;
}

.success-bottom {
  text-align: center;
  color: black;
  font-size: 10pt;
  font-family: "presicav_regular";
  margin-top: 7%;
  margin-bottom: 12%;
  text-decoration: underline;
}
.success-bottom a {
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.exist-user-no-login .bottom {
  display: block;
}

.loader-group-Login .bottom {
  display: none;
}

.step1_title {
  width: 100%;
  height: auto;
}
.step1_title p {
  text-align: center;
}
.step1_title .t1 {
  font-family: "presicav_regular";
  font-size: 11pt;
  color: #a29253;
  letter-spacing: 0.2em;
  line-height: 30pt;
}
.step1_title .t2 {
  font-family: "Helvetica";
  font-size: 12pt;
  font-weight: lighter;
  letter-spacing: 0.036em;
  line-height: 30pt;
}
.step1_title .t3-mobile {
  display: none;
}

.step2-title {
  width: 100%;
  height: auto;
}
.step2-title p {
  text-align: center;
}
.step2-title .t1 {
  font-family: "presicav_regular";
  font-size: 11pt;
  color: #a29253;
  letter-spacing: 0.2em;
  line-height: 30pt;
}
.step2-title .t2 {
  font-family: "Helvetica";
  font-size: 12pt;
  font-weight: lighter;
  letter-spacing: 0.036em;
  line-height: 30pt;
}

.Consign_Form_step1 {
  margin-top: 5%;
}

.Consign-Form-step2 {
  margin-top: 6%;
}
.Consign-Form-step2 .main-container {
  max-width: 800px;
  margin-top: 2%;
}

.ConsignFormCon form .FormLine.chkBtnBox p label a {
  text-decoration: underline;
  color: black;
}

.Consign-Form-step3 .bottom a {
  letter-spacing: 0.2em;
}

.Consign-Form-step3 .title-pic {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.Consign-Form-step3 .title-pic .golden-back {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: opacity .25s ease-in-out;
}
.Consign-Form-step3 .title-pic .golden-back #center-imge {
  width: 76px;
  height: 76px;
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
}
.Consign-Form-step3 .title-pic .golden-back #center-imge img {
  width: 100%;
}
.Consign-Form-step3 .title-pic .golden-back .center {
  width: 100px;
  height: 100px;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: change 0.5s;
  -moz-animation: change 0.5;
  -webkit-animation: change 0.5s;
  -o-animation: change 0.5s;
}
.Consign-Form-step3 .title-pic .golden-back .center img {
  width: 100%;
}
@keyframes change {
  from {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  to {
    width: 76px;
    height: 76px;
    opacity: 1;
  }
}
.Consign-Form-step3 .Thank_you_consign {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2%;
}
.Consign-Form-step3 .Thank_you_consign .p1 {
  text-transform: uppercase;
  font-family: "presicav_regular";
  font-size: 11pt;
  color: #a29253;
  letter-spacing: 0.2em;
  line-height: 30pt;
}
.Consign-Form-step3 .Thank_you_consign .p2 {
  font-size: 12pt;
  font-weight: lighter;
  letter-spacing: 0.036em;
  line-height: 1.8;
}
.Consign-Form-step3 .no-user-no-login {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 3%;
}
.Consign-Form-step3 .no-user-no-login button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: #a29253;
  color: white;
  width: 38%;
  height: 40px;
  margin-top: 6%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9pt;
  font-family: "presicav_regular";
}
.Consign-Form-step3 .no-user-no-login .create-account-email {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.Consign-Form-step3 .no-user-no-login .create-account-email label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.Consign-Form-step3 .no-user-no-login .create-account-email #email {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.Consign-Form-step3 .no-user-no-login .create_account_password {
  padding-left: 5px;
}
.Consign-Form-step3 .no-user-no-login .create_account_password label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.Consign-Form-step3 .no-user-no-login .create_account_password input {
  border-radius: 5px;
  width: 50%;
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.Consign-Form-step3 .no-user-no-login .loader-group-creat {
  margin-left: auto;
}
.Consign-Form-step3 .no-user-no-login .loader-group-creat .bottom {
  display: none;
}
.Consign-Form-step3 .no-user-no-login .bottom {
  text-align: center;
  text-decoration: underline;
  font-family: "presicav_regular";
  text-transform: uppercase;
  font-size: 9pt;
  letter-spacing: 0.2em;
}
.Consign-Form-step3 .no-user-no-login .bottom a {
  color: #4c4d4f;
  letter-spacing: 0.2em;
}
.Consign-Form-step3 .no-user-no-login .bottom {
  text-align: center;
  text-decoration: underline;
  margin-top: 2%;
  font-family: "presicav_regular";
}
.Consign-Form-step3 .no-user-no-login .bottom a {
  color: #4c4d4f;
  letter-spacing: 0.2em;
}
.Consign-Form-step3 .exist-user-no-login {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
.Consign-Form-step3 .exist-user-no-login button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: #a29253;
  color: white;
  width: 38%;
  height: 40px;
  margin-top: 6%;
  letter-spacing: 0.2em;
  font-size: 9pt;
  font-family: "presicav_regular";
}
.Consign-Form-step3 .exist-user-no-login .login-account-email {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.Consign-Form-step3 .exist-user-no-login .login-account-email label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.Consign-Form-step3 .exist-user-no-login .login-account-email #login_email {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.Consign-Form-step3 .exist-user-no-login .login_account_password {
  padding-left: 5px;
}
.Consign-Form-step3 .exist-user-no-login .login_account_password label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.Consign-Form-step3 .exist-user-no-login .login_account_password input {
  border-radius: 5px;
  width: 50%;
  border-radius: 5px;
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.Consign-Form-step3 .bottom {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 8%;
  text-transform: uppercase;
  margin-top: 2%;
  font-family: "presicav_regular";
  font-size: 9pt;
  letter-spacing: 0.2em;
}
.Consign-Form-step3 .bottom a {
  color: #4c4d4f;
}

.seller_active {
  color: white !important;
  background: #a29253 !important;
}

.step1-content {
  margin-top: 2%;
}
.step1-content .mobile {
  display: none;
}
.step1-content .desktop {
  display: block;
}
.step1-content .form-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.step1-content .form-table .watch {
  width: 0;
  visibility: hidden;
  float: left;
}
.step1-content .form-table .watch .Approximate_error {
  color: #a29253;
  text-align: left;
}
.step1-content .form-table .watch .input-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.step1-content .form-table .watch .seller_watch {
  background: white;
  color: #a29253;
  font-size: 10px;
  font-family: "presicav_regular";
  line-height: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 7%;
  width: 90%;
  height: 40px;
}
.step1-content .form-table .jewelry {
  float: left;
  width: 0;
  visibility: hidden;
}
.step1-content .form-table .jewelry .Approximate_error {
  color: #a29253;
  text-align: left;
}
.step1-content .form-table .jewelry .input-label {
  font-family: "Helvetica";
  font-size: 8pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  visibility: hidden;
}
.step1-content .form-table .jewelry .seller_jewelry {
  background: white;
  color: #a29253;
  font-size: 10px;
  font-family: "presicav_regular";
  line-height: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 7%;
  width: 90%;
  height: 40px;
}
.step1-content .form-table .brand {
  width: 34%;
  float: left;
}
.step1-content .form-table .brand .input-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  font-weight: normal;
  color: grey;
  width: 100%;
}
.step1-content .form-table .brand .mobile-side {
  visibility: hidden;
}
.step1-content .form-table .brand .dropdownShow {
  margin-top: 3px;
  width: 95%;
}
.step1-content .form-table .brand #Consign-Brand {
  padding: 3px 0;
  background: white;
  font-size: 14px;
  font-family: "helvetica-light";
  line-height: 36px;
  letter-spacing: 0.036em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  height: 44px;
  width: 100%;
  border-color: grey;
  border-radius: 4px;
  height: 40px;
}
.step1-content .form-table .value {
  width: 20%;
  float: left;
}
.step1-content .form-table .value .input-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  font-weight: normal;
  color: grey;
  width: 100%;
  white-space: nowrap;
}
.step1-content .form-table .value .second {
  display: none;
}
.step1-content .form-table .value .Approximate_error {
  color: #a29253;
  text-align: left;
}
.step1-content .form-table .value #step1_value {
  padding: 3px 0;
  background: white;
  font-size: 14px;
  font-family: "Helvetica-light";
  line-height: 36px;
  letter-spacing: 0.036em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  margin-right: 7%;
  height: 40px;
  width: 95%;
  border-color: grey;
  border-radius: 4px;
  margin-top: 3px;
}
.step1-content .form-table .add .input-label {
  font-family: "Helvetica";
  font-size: 8pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  visibility: hidden;
}
.step1-content .form-table .add .add_item {
  padding: 3px 0;
  background: white;
  color: #a29253;
  font-size: 12.1px;
  font-family: "presicav_regular";
  line-height: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 7%;
  height: 44px;
  width: 110%;
}
.step1-content .form-table .add .add_item .add_icon {
  font-size: 20px;
  width: 2%;
  float: left;
  text-align: right;
}
.step1-content .form-table .add .add_item .addCF {
  width: 16%;
  float: left;
  font-size: 10px;
  white-space: nowrap;
}
.step1-content .form-table #Step1_next {
  width: 18.2%;
}
.step1-content #Step1_next {
  float: left;
}

.step1-next-button {
  width: 100%;
  margin-bottom: 18%;
}
.step1-next-button #Step1_next {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 3px 0;
  background: #b0aeae;
  color: white;
  font-size: 12.1px;
  font-family: "presicav_regular";
  line-height: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  width: 24%;
  background-color: #b0aeae;
}
.step1-next-button .add {
  display: none;
}

.remCF {
  text-decoration: underline;
  font-size: 12px;
  color: grey;
}

#products_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#products_list .Consign-Brand {
  width: auto;
  white-space: nowrap;
}
#products_list .delete {
  width: 12%;
}
#products_list .space {
  width: 80%;
}
#products_list .customFields {
  width: 100%;
}
#products_list .customFields tr {
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #c4c3c3;
}
#products_list .customFields tr td {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 1%;
}
#products_list .title {
  max-width: 800px;
  text-align: center;
  font-size: 11pt;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  font-family: "helvetica-light";
}
#products_list .line {
  display: inline-block;
  height: 1px;
  background: #aea8a8;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}
#products_list .customFields {
  margin-top: 4%;
  font-family: "helvetica-light";
  color: #4c4d4f;
}
#products_list .customFields .bottom_line {
  width: 100px;
  display: inline-block;
  height: 1px;
  background: #aea8a8;
  /* width: 72%; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}

body.consignment-index-index .main-container.bodyContent {
  width: 100%;
  max-width: 100%;
}

.listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 3px;
  color: #ffffff;
  letter-spacing: 0.3em;
}
.listHeader p {
  padding: 6px 0;
  display: block;
}
.listHeader .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.listHeader .line.down {
  bottom: 0;
  top: auto;
}

.clearfix {
  clear: both;
}

#consignment .consignment-banner {
  width: 100%;
  display: block;
  background: #4c4d4f;
  margin-bottom: 15px;
  padding: 0 5px;
}
#consignment .consignment-banner .consignment_section {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 45px 5px 20px;
  text-align: center;
}
#consignment .consignment-banner .consignment_section .listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  color: #4c4d4f;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: normal;
  position: relative;
  color: #ffffff;
  letter-spacing: 0.3em;
}
#consignment .consignment-banner .consignment_section .listHeader p {
  padding: 6px 0;
  display: block;
}
#consignment .consignment-banner .consignment_section .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #f37e8b;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
#consignment .consignment-banner .consignment_section .listHeader .line.down {
  bottom: 0;
  top: auto;
}
#consignment .consignment-banner .consignment_section h4 {
  color: #f37e8b;
  font-family: "presicav_regular";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#consignment .consignment-banner .consignment_section > p {
  color: #eceadd;
  font-family: "helvetica-light";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#consignment .consignment_steps {
  width: 100%;
  margin: -10px auto 50px;
  display: block;
  text-align: center;
}
#consignment .consignment_steps .steps_group {
  width: 100%;
  margin: 20px auto 0;
  display: block;
  text-align: center;
}
#consignment .consignment_steps .steps_group .hdr-container {
  width: 100%;
  height: auto;
  text-align: center;
}
#consignment .consignment_steps .steps_group .hdr-container span {
  width: 97%;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  font-family: "presicav_regular";
  color: #a29253;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#consignment .consignment_steps .steps_group .txt-container {
  width: auto;
  height: auto;
  text-align: center;
}
#consignment .consignment_steps .steps_group .txt-container div {
  width: 95%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  color: #4c4d4f;
  font-size: 14px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif;
  white-space: pre-wrap;
}
#consignment .consignment_steps .steps_group .respHead {
  text-align: center;
  height: 60px;
}
#consignment .consignment_steps .steps_group .respHead img {
  display: inline-block;
  width: 62px;
}
#consignment .consignment_steps .arrow-container {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  box-sizing: border-box;
}
#consignment .consignment_steps .arrow {
  width: 20px;
  height: 20px;
  margin: 10px auto;
  border: 1px solid #a29253;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.ConsignFormCon {
  width: 95%;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
}
.ConsignFormCon form {
  text-align: center;
  margin: 0 auto;
}
.ConsignFormCon form .FormLine_email {
  width: 39%;
  float: left;
  margin-right: 1%;
}
.ConsignFormCon form .FormLine_button {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}
.ConsignFormCon form .FormLine_button p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ConsignFormCon form .FormLine_phone {
  float: left;
}
.ConsignFormCon form .input-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.ConsignFormCon form .input-label br {
  display: none;
}
.ConsignFormCon form .FormLine_detail {
  width: 1px;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}
.ConsignFormCon form .FormLine_Amount {
  width: 1px;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}
.ConsignFormCon form .secondary-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
  float: left;
}
.ConsignFormCon form .third-label {
  font-size: 15px;
  margin: 0px 15px 15px;
}
.ConsignFormCon form .validation-advice {
  font-weight: lighter;
  color: #a29253;
  text-align: left;
  margin: 10px auto;
  font-size: 10px;
}
.ConsignFormCon form .txtDrag .validation-advice {
  width: 420px;
}
.ConsignFormCon form .FormLine_name {
  float: left;
  margin-right: 1%;
  width: 29%;
}
.ConsignFormCon form .FormLine {
  margin-bottom: 30px;
}
.ConsignFormCon form .FormLine #address_firstname {
  font-size: 14px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.ConsignFormCon form .FormLine #email_confirm {
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px !important;
  border-color: grey;
}
.ConsignFormCon form .FormLine #phone {
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px !important;
  border-color: grey;
}
.ConsignFormCon form .FormLine .input-text {
  width: 100%;
}
.ConsignFormCon form .FormLine .ConsignFormLt, .ConsignFormCon form .FormLine .ConsignFormRt {
  width: 50%;
  display: inline-block;
  float: left;
}
.ConsignFormCon form .FormLine .ConsignFormLt.streetInput {
  width: 60%;
}
.ConsignFormCon form .FormLine input[type="text"], .ConsignFormCon form .FormLine select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px;
  height: auto;
  height: 42px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid;
  border-color: rgba(162, 146, 83, 0.5);
  padding: 0 13px;
  color: #4c4d4f;
  font-size: 16px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif;
  background: none;
  margin: 0px auto;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine select {
  padding: 10px 13px;
  height: 41px;
}
.ConsignFormCon form .FormLine .txtDrag textarea {
  max-width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  background-clip: padding-box;
  border: 1px solid;
  border-color: rgba(162, 146, 83, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px;
  background: none;
  resize: none;
}
.ConsignFormCon form .FormLine.chkBtnBox {
  text-align: center;
}
.ConsignFormCon form .FormLine.chkBtnBox p input[type="checkbox"] {
  margin-right: 5px;
}
.ConsignFormCon form .FormLine.chkBtnBox p label {
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  letter-spacing: 0.036em;
}
.ConsignFormCon form .FormLine.chkBtnBox p label a {
  text-decoration: underline;
}
.ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
  width: 304px;
  padding: 3px 0;
  color: #ffffff;
  font-size: 9pt;
  font-family: "presicav_regular";
  line-height: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
}
.ConsignFormCon form .FormLine.chkBtnBox .submitBtn_1 {
  background: #4c4d4f;
  margin-top: 9%;
}
.ConsignFormCon form .FormLine.chkBtnBox .submitBtn_2 {
  background: white;
  color: #4c4d4f;
  text-decoration: underline;
  margin-top: 3%;
  font-size: 9pt;
  font-family: "presicav_regular";
}

@media (max-width: 800px) {
  .step1-content .select-an-item {
    width: 95%;
  }
  .step1-content .select-an-item .select-one {
    background-size: 9%;
    margin-top: 0;
  }
  .step1-content .select-an-item label {
    font-family: "Helvetica";
    font-size: 10pt;
    letter-spacing: 0.036em;
    line-height: 23.99pt;
    font-weight: normal;
    color: grey;
  }
  .step1-content .select-an-item .mobile-side {
    display: none;
  }

  .step1-content .form-table .value {
    margin-top: 10pt;
  }
  .step1-content .form-table .value .add-space {
    display: none;
  }
  .step1-content .form-table .value #step1_value {
    margin-top: 10pt;
  }
  .step1-content .form-table .brand .input-label {
    line-height: 23.99pt;
  }
  .step1-content .form-table .brand .mobile-side {
    display: none;
  }
  .step1-content .form-table .brand .dropdownShow {
    margin-top: 3px;
  }

  body.consignment-index-index .main-container.bodyContent {
    max-width: 375px !important;
    margin-bottom: 18%;
  }

  .step1_title .t1 {
    font-size: 10pt;
  }

  .step1_title .t2 {
    font-size: 9pt;
  }

  .step1_title .t3-mobile {
    display: block;
    text-align: left;
    font-weight: lighter;
    margin-top: 5%;
    font-size: 10pt;
    text-align: center;
  }

  .step1-content .form-table .watch {
    width: 50%;
    height: 0px;
  }
  .step1-content .form-table .watch .secondary-label {
    display: none;
  }
  .step1-content .form-table .jewelry {
    width: 50%;
    height: 0px;
  }
  .step1-content .form-table .jewelry .secondary-label {
    display: none;
  }
  .step1-content .form-table .brand {
    clear: both;
    width: 100%;
  }
  .step1-content .form-table .brand .mCustomScrollbar {
    display: none !important;
  }
  .step1-content .form-table .value {
    clear: both;
    width: 100%;
  }
  .step1-content .form-table .value .second {
    display: inline-block;
  }
  .step1-content .form-table .add {
    display: none;
  }

  .step1-next-button {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: 46px;
    margin-top: 12%;
  }
  .step1-next-button .line {
    display: inline-block;
    height: 1px;
    background: #f37e8b;
    width: 125px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -62px;
  }
  .step1-next-button .add {
    display: block;
  }

  .step2-margin-top {
    margin-top: 0 !important;
  }

  #products_list .title {
    width: 60%;
  }

  .step1-next-button {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: 42px;
  }
  .step1-next-button #Step1_next {
    width: 160px;
    float: right;
    height: 44px;
    margin-top: 2%;
    line-height: 73%;
    margin-right: 4%;
  }
  .step1-next-button .add {
    width: 48%;
    float: left;
    height: 100%;
    margin-top: 2%;
  }
  .step1-next-button .add .mobile-add {
    position: relative;
    margin: auto;
    top: 30%;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  .step1-next-button .add .mobile-add .addCF {
    text-transform: uppercase;
    font-family: "presicav_light";
    font-size: 12.1px;
    letter-spacing: 0.036em;
    letter-spacing: 0.2em;
  }
  .step1-next-button .add div {
    float: left;
    transform: uppercase;
    color: #a29253;
  }

  .step2-title .t1 {
    font-size: 11pt;
  }

  .step2-title .t2 {
    font-size: 12pt;
  }

  .FormLine {
    width: 100%;
  }

  .ConsignFormCon form .FormLine {
    width: 100%;
  }

  #products_list .customFields tr td {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .ConsignFormCon .loader-group {
    width: 100%;
    bottom: 0px;
    position: relative;
    height: 66px;
    left: 0;
    right: 0;
    margin: auto 0;
    background-color: #fff;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn_1 {
    background: #a29253;
    margin-top: 9%;
    width: 50%;
    float: right;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn_2 {
    width: 50%;
    margin-top: 9%;
  }

  .Consign-Form-step3 .title-pic .golden-back {
    width: 90px;
    height: 90px;
  }

  .Consign-Form-step3 .title-pic .golden-back #center-imge {
    width: 55px;
    height: 53px;
  }

  .Consign-Form-step3 .Thank_you_consign {
    margin-top: 8%;
  }

  .Consign-Form-step3 .Thank_you_consign .p1 {
    font-size: 10pt;
    text-transform: uppercase;
  }

  .Consign-Form-step3 .Thank_you_consign .p2 {
    font-size: 11pt;
    margin-top: 7%;
    font-weight: lighter;
  }

  .Consign-Form-step3 .no-user-no-login .create-account-email {
    width: 100%;
  }

  .Consign-Form-step3 .no-user-no-login .create_account_password input {
    width: 100%;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat button {
    width: 50%;
    float: left;
    font-family: "presicav_regular";
    font-weight: normal;
    letter-spacing: 0.2em;
    font-size: 7pt;
    text-transform: uppercase;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat .bottom {
    display: block;
    width: 46%;
    float: left;
    margin-top: 9%;
    font-size: 9pt;
  }

  .Consign-Form-step3 .no-user-no-login .bottom {
    display: none;
  }

  .Consign-Form-step3 .exist-user-no-login .login_account_password label {
    float: left;
  }

  .Consign-Form-step3 .exist-user-no-login .login_account_password input {
    width: 100%;
  }

  .Consign-Form-step3 .exist-user-no-login .login-account-email {
    width: 100%;
  }

  .Consign-Form-step3 .exist-user-no-login .loader-group-Login button {
    width: 50%;
    float: left;
    font-family: "presicav_regular";
    font-weight: normal;
    letter-spacing: 0.2em;
    font-size: 7pt;
    text-transform: uppercase;
  }

  .exist-user-no-login .bottom {
    display: none;
  }

  .loader-group-Login .bottom {
    display: block;
    width: 46%;
    float: left;
    margin-top: 9%;
    font-size: 9pt;
  }
}
@media (min-width: 768px) {
  #consignment .consignment-banner {
    margin-bottom: -38px;
  }
  #consignment .consignment-banner .consignment_section {
    max-width: 830px;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  #consignment .consignment-banner .consignment_section .rwd-break {
    display: none;
  }
  #consignment .consignment-banner .consignment_section h4 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  #consignment .consignment-banner .consignment_section > p {
    line-height: 22px;
    margin-bottom: 30px;
  }
  #consignment .consignment_steps {
    max-width: 1055px;
    margin: 0 auto 20px;
  }
  #consignment .consignment_steps .steps_group {
    width: 20%;
    margin: 0 auto 0;
    display: inline-block;
  }
  #consignment .consignment_steps .steps_group .hdr-container {
    height: 60px;
  }
  #consignment .consignment_steps .steps_group .hdr-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #consignment .consignment_steps .steps_group .txt-container {
    height: 70px;
  }
  #consignment .consignment_steps .steps_group .txt-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #consignment .consignment_steps .arrow-container {
    display: inline-block;
    width: 5.5%;
    height: 50px;
    position: relative;
    top: -40px;
  }
  #consignment .consignment_steps .arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
}
@media (max-width: 600px) {
  .ConsignFormCon form .FormLine_phone {
    margin-bottom: 8%;
  }

  .select-an-item label {
    font-family: "Helvetica";
    font-size: 10pt;
    letter-spacing: 0.036em;
    line-height: 23.99pt;
    font-weight: normal;
    color: grey;
  }

  .ConsignFormCon .loader-group {
    box-shadow: 0 -2px 11px -2px #333;
    position: fixed;
  }

  .step1-next-button .add {
    width: 43%;
  }

  .Consign-Form-step2 {
    margin-top: 5%;
  }

  .step1-content {
    margin-top: 5%;
    width: 100%;
    height: 228px;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat .bottom {
    margin-top: 8%;
  }

  .FormLine_phone input {
    margin-bottom: 10%;
  }

  #products_list .title {
    font-size: 12pt;
  }

  .step1-next-button .add .mobile-add {
    position: relative;
    margin: auto;
    top: 22%;
    /* right: 0; */
    bottom: 0;
    left: 14%;
    overflow: auto;
    font-size: 12.1px;
    /* text-shadow: 0 0 black; */
  }

  .contentWrapper .step1-next-button {
    margin-left: auto;
    margin-right: auto;
    height: 66px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    background: white;
    z-index: 4;
    box-shadow: 0 -2px 11px -2px #333;
    max-width: 100%;
  }

  .Consign-Form-step3 .no-user-no-login .create-account-email #email {
    margin-left: 1%;
  }

  .Consign-Form-step3 .exist-user-no-login .login-account-email #login_email {
    margin-left: 1%;
  }

  .ConsignFormCon form .input-label {
    font-size: 21px;
  }
  .ConsignFormCon form .input-label br {
    display: block;
  }
  .ConsignFormCon form .secondary-label {
    font-size: 12px;
  }
  .ConsignFormCon form .third-label {
    font-size: 12px;
    margin: 0px 15px 11px;
  }
  .ConsignFormCon form .txtDrag .validation-advice {
    width: 286px;
  }
  .ConsignFormCon form .FormLine_name, .ConsignFormCon form .FormLine_email {
    margin-bottom: 0;
  }
  .ConsignFormCon form .FormLine input[type="text"], .ConsignFormCon form .FormLine select {
    width: 100%;
    height: 39px;
  }
  .ConsignFormCon form .FormLine .txtDrag textarea {
    width: 286px;
    height: 70px;
  }
  .ConsignFormCon form .FormLine.chkBtnBox {
    margin-top: 20px;
  }
  .ConsignFormCon form .FormLine.chkBtnBox p label {
    font-size: 12px;
  }
  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    width: 46%;
    margin: 13px auto;
    margin-right: 12px;
  }
}
@media (max-width: 400px) {
  .select-an-item .Approximate_error_list {
    margin-top: 4%;
  }

  .step1-content .select-an-item label {
    font-size: 8pt;
  }

  .select-an-item label {
    font-size: 8pt;
  }

  .step1-content .form-table .value .Approximate_error {
    margin-top: 3%;
  }

  .step1-next-button .add .mobile-add .addCF {
    font-family: "presicav_light";
    font-size: 10.1px;
    letter-spacing: 0.2em;
  }

  .Consign-Form-step3 .title-pic {
    margin-top: 7%;
  }

  .step1-next-button #Step1_next {
    font-size: 10.1px;
  }

  .loader-group-Login .bottom {
    display: block;
    width: 46%;
    float: left;
    margin-top: 9%;
    font-family: "presicav_regular";
    font-weight: normal;
    letter-spacing: 0.2em;
    font-size: 7pt;
  }

  .Consign-Form-step3 .title-pic .golden-back #center-imge {
    width: 55px;
    height: 53px;
  }

  .Consign-Form-step3 .exist-user-no-login button {
    margin-top: 3%;
  }

  .loader-group-Login .bottom {
    margin-top: 7%;
  }

  .Consign-Form-step3 .loader-group-Login {
    width: 100%;
    height: 62px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 11px -2px #333;
    background: white;
  }

  .Consign-Form-step2 {
    margin-top: 6%;
  }

  .success-bottom {
    text-align: center;
    color: black;
    font-size: 10pt;
    font-family: "presicav_regular";
    margin-top: 12%;
    text-decoration: underline;
  }
  .success-bottom a {
    color: black;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat .bottom {
    font-weight: normal;
    font-size: 6.5pt;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat button {
    font-weight: normal;
    font-size: 6.5pt;
  }

  .Consign-Form-step3 .no-user-no-login .create_account_password label {
    font-size: 8pt;
    font-weight: lighter;
  }

  .Consign-Form-step3 .no-user-no-login .create-account-email label {
    font-size: 8pt;
    font-weight: lighter;
  }

  .Consign-Form-step3 .Thank_you_consign .p2 {
    font-size: 10pt;
    margin-top: 7%;
    letter-spacing: 0.036em;
    font-weight: lighter;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
  }

  .Consign-Form-step3 .Thank_you_consign .p1 {
    font-size: 8pt;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 2em;
  }

  .step2-title .t2 {
    line-height: 15pt;
  }

  .customFields .tbody {
    font-size: 12px;
    margin-left: 0px;
    font-weight: lighter;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    font-size: 10px;
  }

  .ConsignFormCon .FormLine_phone input {
    margin-bottom: 8%;
  }

  .Consign-Form-step2 .main-container {
    margin-top: 0%;
  }

  .step2-title .t2 {
    font-size: 9pt;
  }

  .step1-content .form-table .jewelry .seller_jewelry {
    font-size: 10.1px;
  }

  .step1-content .form-table .watch .seller_watch {
    font-size: 10.1px;
  }

  .step1_title .t2 {
    font-size: 9.5pt;
    white-space: nowrap;
  }

  .step1_title .t3-mobile {
    font-size: 8pt;
  }

  .step1-content .form-table .value .input-label {
    font-size: 8pt;
  }

  .step1-content .form-table .brand .input-label {
    font-size: 8pt;
  }

  .customFields .index {
    padding-left: 8%;
    text-align: right;
  }
  .customFields .choice {
    padding-left: 1%;
  }
  .customFields .Consign-Brand {
    padding-left: 1%;
  }
  .customFields .value-price {
    padding-left: 1%;
  }
  .customFields .delete {
    width: 100% !important;
  }

  .step1-next-button .add div {
    font-size: 10.1px;
    letter-spacing: 0.2pt;
    font-family: "presicav_regular";
  }

  .step1-next-button .add .mobile-add {
    position: relative;
    left: 12%;
    top: 25%;
  }

  .Consign-Form-step3 .exist-user-no-login {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 11%;
  }

  .Consign-Form-step3 .no-user-no-login button {
    margin-top: 3%;
  }

  .Consign-Form-step3 .no-user-no-login {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 11%;
  }

  .Consign-Form-step3 .title-pic {
    padding-left: 10%;
    padding-right: 10%;
  }

  .Consign-Form-step3 .Thank_you_consign {
    padding-left: 10%;
    padding-right: 10%;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat {
    margin-left: auto;
    width: 100%;
    height: 62px;
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 4;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 11px -2px #333;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-Login {
    margin-left: auto;
    width: 100%;
    height: 62px;
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 4;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 11px -2px #333;
  }

  .contentWrapper .step1-next-button {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: 66px;
    position: fixed !important;
    bottom: 0px !important;
    margin-bottom: 0px !important;
    left: 0;
    right: 0;
  }

  .Consign_Form_step1 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .step1_title .t1 {
    font-size: 8.4pt;
  }

  #products_list .title {
    max-width: 1000px;
    text-align: center;
    font-size: 11pt;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-weight: lighter;
  }

  .ConsignFormCon {
    width: 100%;
  }

  .step2-title {
    padding-left: 10%;
    padding-right: 10%;
  }

  .step2-title .t1 {
    font-size: 9pt;
  }

  .ConsignFormCon form .secondary-label {
    font-size: 12px;
    margin-left: 0px;
    font-weight: lighter;
  }

  #products_list .title {
    width: 60%;
  }

  .ConsignFormCon form .FormLine {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ConsignFormCon form .FormLine.chkBtnBox {
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    width: 160px;
    height: 44px;
    margin: 20px auto;
    padding-right: -1%;
    margin: 10px;
  }

  .ConsignFormCon .loader-group {
    width: 100%;
    margin-top: 17%;
    box-shadow: 0 -2px 11px -2px #333;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 4;
    background: white;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    border-radius: 0px;
  }

  .step1-next-button {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: 66px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    z-index: 4;
  }
}
@media (max-width: 320px) {
  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    width: 42%;
  }

  .step1-next-button #Step1_next {
    width: 136px;
  }
}
.authenticity_page a:active,
.authenticity_page a:hover {
  outline: 0px;
}
.authenticity_page img {
  border: 0px;
}
.authenticity_page * {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
.authenticity_page h2,
.authenticity_page h3 {
  font-size: 100%;
  font-weight: normal;
}
.authenticity_page img {
  display: block;
}
.authenticity_page ul {
  list-style: none;
}
.authenticity_page a {
  touch-action: manipulation;
}
.authenticity_page a {
  color: #a29253;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background-color 0.3s ease-out;
}
.authenticity_page a,
.authenticity_page img {
  outline: none !important;
}
.authenticity_page a:hover {
  color: #91834a;
  text-decoration: none;
}
.authenticity_page ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.authenticity_page h2,
.authenticity_page h3 {
  text-transform: uppercase;
}
.authenticity_page .clearfix::after,
.authenticity_page .clearfix::before,
.authenticity_page .row::after,
.authenticity_page .row::before {
  content: " ";
  display: table;
}
.authenticity_page .clearfix::after,
.authenticity_page .row::after {
  clear: both;
}
.authenticity_page .main-container {
  position: relative;
  max-width: 752px;
  min-width: 680px;
  margin: 0px auto;
  width: 40%;
}
.authenticity_page .main-container::after {
  content: "";
  display: table;
  clear: both;
}
.authenticity_page body.cms-authenticity-promise .main-container.bodyContent,
.authenticity_page body.cms-page-view .main-container.bodyContent {
  width: 100%;
  max-width: 100%;
}
.authenticity_page .listHeader {
  color: #edece0;
  font-family: "presicav_light";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}
.authenticity_page .listHeader p {
  display: block;
  padding: 10px 0px;
}
.authenticity_page .listHeader .line {
  background: #e27474;
  display: inline-block;
  height: 1px;
  left: 50%;
  margin-left: -62px;
  position: absolute;
  top: 0px;
  width: 125px;
}
.authenticity_page .listHeader .line.down {
  bottom: 0px;
  top: auto;
}
.authenticity_page .our_story_txt {
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.authenticity_page .our_story_txt .col_left,
.authenticity_page .our_story_txt .col_right {
  width: 100%;
  display: inline-block;
}
.authenticity_page .our_story_txt .col_left .listHeader,
.authenticity_page .our_story_txt .col_right .listHeader {
  display: table !important;
  overflow: hidden;
  white-space: nowrap;
  font-family: "presicav_light";
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.authenticity_page .our_story_txt .col_left .listHeader:before, .authenticity_page .our_story_txt .col_left .listHeader:after,
.authenticity_page .our_story_txt .col_right .listHeader:before,
.authenticity_page .our_story_txt .col_right .listHeader:after {
  border-top: 1px solid #4c4d4f;
  content: '';
  display: table-cell;
  position: relative;
  top: 1.1em;
  width: 45%;
}
.authenticity_page .our_story_txt .col_left .listHeader:before,
.authenticity_page .our_story_txt .col_right .listHeader:before {
  right: 1.5%;
}
.authenticity_page .our_story_txt .col_left .listHeader:after,
.authenticity_page .our_story_txt .col_right .listHeader:after {
  left: 1.5%;
}
.authenticity_page .our_story_txt .col_left .listHeader p,
.authenticity_page .our_story_txt .col_right .listHeader p {
  color: #000000;
  font-size: 18px;
}
.authenticity_page .our_story_txt .col_left .listHeader br,
.authenticity_page .our_story_txt .col_right .listHeader br {
  display: none;
}
.authenticity_page .our_story_txt .col_left {
  position: relative;
  padding: 0 12%;
}
.authenticity_page .our_story_txt .col_right .listHeader {
  display: table !important;
  overflow: hidden;
  white-space: nowrap;
  font-family: "presicav_light";
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.authenticity_page .our_story_txt .col_right .listHeader:before, .authenticity_page .our_story_txt .col_right .listHeader:after {
  border-top: 1px solid #4c4d4f;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 45%;
}
.authenticity_page .our_story_txt .col_right .listHeader:before {
  right: 1.5%;
}
.authenticity_page .our_story_txt .col_right .listHeader:after {
  left: 1.5%;
}
.authenticity_page .our_story_txt .col_right .listHeader br {
  display: none;
}
.authenticity_page .our_story_txt .col_left .listHeader > p {
  color: #4c4d4f;
}
.authenticity_page .our_story_txt .col_right > p {
  font-family: "helvetica-light";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px;
  color: #000000;
  line-height: 24px;
}
.authenticity_page .our_story_txt .col_right > p {
  font-size: 14px;
  letter-spacing: 0.036em;
  font-family: "helvetica-light";
}
.authenticity_page .our_story_txt .col_right {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 22px;
  line-height: 32px;
}
.authenticity_page .our_story_txt .col_left .video_img img {
  width: 100%;
}
.authenticity_page .our_story_txt .col_left .play_icon {
  position: absolute;
  top: 0;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 12%;
}
.authenticity_page .our_story_txt .col_left .play_icon a.brand_video_play {
  display: block;
  width: 100%;
  height: 100%;
}
.authenticity_page .our_story_txt .col_left .play_icon a.brand_video_play {
  background: url("/media/additem/images/video_open.png") no-repeat;
  background-size: 100%;
}
.authenticity_page .our_story_txt .col_left .play_icon a.brand_video_play:hover {
  background-image: url("/media/additem/images/video_button_change.png");
}
.authenticity_page .our_story_txt .col_right .play_icon span {
  display: table-cell;
  height: 61px;
  padding-right: 54px;
  vertical-align: middle;
}
.authenticity_page .our_story_txt .col_right .play_icon span:nth-child(3) {
  padding-left: 45px;
  padding-right: 0px;
}
.authenticity_page .listHeader {
  font-family: presicav_light;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  color: #fff;
  letter-spacing: 0.3em;
}
.authenticity_page .listHeader p {
  padding: 6px 0px;
  display: block;
}
.authenticity_page .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #f37e8b;
  width: 125px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -62px;
}
.authenticity_page .consignment_banner {
  width: 100%;
  display: block;
  background: #4c4d4f;
  margin-bottom: 35px;
}
.authenticity_page .consignment_banner .consignment_section {
  width: 100%;
  display: block;
  margin: 0px auto;
  padding: 45px 0px;
  text-align: center;
}
.authenticity_page .cms-authenticity-promise .our_story_txt .col_right .play_icon {
  width: 302px;
  margin-left: -151px;
}
.authenticity_page .listHeader {
  color: #edece0;
  float: left;
  font-family: presicav_extra_light;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.3em;
  line-height: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}
.authenticity_page .AuthenTitle {
  padding: 12px 0px 30px;
  text-align: center;
}
.authenticity_page .AuthenTitle br {
  display: none;
}
.authenticity_page .AuthenTitle h2 {
  color: #333;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  word-wrap: break-word;
  margin: 30px 0px;
}
.authenticity_page .AuthenTitle p {
  color: #a29253;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.036em;
  font-family: "helvetica-light";
  width: 80%;
  min-width: 320px;
  margin: auto;
}
.authenticity_page .truthSection {
  text-align: center;
}
.authenticity_page .truthSection .truthSecLt,
.authenticity_page .truthSection .truthSecRt {
  width: 40%;
  text-align: left;
  padding-left: 9%;
  float: left;
}
.authenticity_page .truthSection .truthSecRt {
  padding-left: 14%;
  width: 50%;
}
.authenticity_page .truthSection p {
  color: #edece0;
  font-size: 22px;
  line-height: 31px;
  font-weight: normal;
  font-style: normal;
  font-family: helvetica-light;
  background: url("https://d1hz1jz80fytvc.cloudfront.net/media/additem/images/rightsign.png") left 9px no-repeat;
  padding: 0px 0px 18px 28px;
}
.authenticity_page .truthSection h3 {
  color: #f37e8b;
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  font-style: normal;
  font-family: presicav_regular;
  padding: 0px 0px 25px;
  text-align: center;
  letter-spacing: 0.2em;
}
.authenticity_page .authent-steps {
  padding: 40px 0px 0px;
}
.authenticity_page .authent-steps .steps_group {
  text-align: center;
  width: 30.37%;
  display: inline-block;
  float: left;
  padding: 0px 0px 40px;
}
.authenticity_page .authent-steps .steps_group .respLt {
  display: inline-block;
  height: auto;
}
.authenticity_page .authent-steps .steps_group .respLt img {
  width: 70px;
}
.authenticity_page .authent-steps .steps_group h3 {
  color: #000000;
  font-size: 10px;
  line-height: 15px;
  font-family: "presicav_light";
  padding: 12px 0px 13px;
  letter-spacing: 0.2em;
}
.authenticity_page .authent-steps .steps_group p {
  padding: 0px 0px 12px;
}
.authenticity_page .authent-steps .steps_group p a {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: helvetica-light;
  color: #4c4d4f;
  position: relative;
}
.authenticity_page .authent-steps .steps_group p a::after {
  position: absolute;
  content: url("https://d1hz1jz80fytvc.cloudfront.net/media/additem/images/listArrow.gif");
  height: 14px;
  right: -10px;
  top: 0px;
  width: 8px;
}
.authenticity_page .authent-steps .steps_group:first-child {
  padding: 0px 0px 0px 23px;
}
.authenticity_page .authent-steps .right_arrow {
  display: inline-block;
  float: left;
  height: 59px;
  width: 30px;
  margin: 5px 0px 0px;
  position: relative;
}
.authenticity_page .authent-steps .right_arrow::before {
  content: "";
  height: 30px;
  width: 30px;
  display: block;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #c2b88e;
  border-image: initial;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 7px;
}
.authenticity_page .bottom_link {
  width: 40%;
  margin: auto;
  margin-bottom: 8%;
  text-transform: uppercase;
}
.authenticity_page .bottom_link .start_consigning {
  width: 50%;
  margin: auto;
  text-align: center;
  border: solid 1px #a29253;
  padding: 2%;
  font-family: "presicav_regular";
  font-size: 11px;
  margin-bottom: 1%;
  min-width: 216px;
}
.authenticity_page .bottom_link .start_consigning a {
  color: #000000;
  letter-spacing: 0.2em;
}
.authenticity_page .bottom_link .start_consigning:hover {
  border: solid 1px #a29253;
  background-color: #a29253;
}
.authenticity_page .bottom_link .start_consigning:hover a {
  color: #fff;
}
.authenticity_page .bottom_link .start_listing {
  widows: 50%;
  font-size: 11px;
  font-family: "presicav_regular";
  text-align: center;
  margin: auto;
  padding: 2%;
  min-width: 216px;
}
.authenticity_page .bottom_link .start_listing a {
  color: #000000;
  letter-spacing: 0.2em;
}
@media (max-width: 800px) {
  .authenticity_page .our_story_txt, .authenticity_page .main-container {
    min-width: 480px;
  }
  .authenticity_page .our_story_txt .col_right, .authenticity_page .main-container .col_right {
    padding-left: 8%;
    padding-right: 8%;
  }
  .authenticity_page .our_story_txt .col_left {
    width: 100%;
    padding: 0;
  }
  .authenticity_page .main-container .AuthenTitle h2 {
    font-size: 18px;
  }
  .authenticity_page .main-container .authent-steps .steps_group {
    width: 28.37%;
  }
  .authenticity_page .main-container .authent-steps .steps_group h3 {
    font-size: 7px;
    line-height: 13.73px;
  }
  .authenticity_page .bottom_link .start_consigning {
    padding: 4%;
  }
  .authenticity_page .bottom_link .start_listing {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}
@media (max-width: 480px) {
  .authenticity_page .bottom_link {
    margin-bottom: 16%;
  }
  .authenticity_page .authent-steps {
    padding: 0;
  }
  .authenticity_page .our_story_txt, .authenticity_page .main-container {
    min-width: 412px;
  }
  .authenticity_page .AuthenTitle {
    padding: 0;
  }
  .authenticity_page .AuthenTitle h2 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .authenticity_page .AuthenTitle h2 br {
    display: block;
  }
  .authenticity_page .AuthenTitle p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .authenticity_page .our_story_txt .col_right .listHeader {
    display: table !important;
    overflow: hidden;
    white-space: nowrap;
  }
  .authenticity_page .our_story_txt .col_right .listHeader:before, .authenticity_page .our_story_txt .col_right .listHeader:after {
    border-top: 1px solid #4c4d4f;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.9em;
    width: 45%;
  }
  .authenticity_page .our_story_txt .col_right .listHeader:before {
    right: 1.5%;
  }
  .authenticity_page .our_story_txt .col_right .listHeader:after {
    left: 1.5%;
  }
  .authenticity_page .our_story_txt .col_right .listHeader p {
    font-size: 16px;
  }
  .authenticity_page .main-container .authent-steps .steps_group {
    width: 27.37%;
  }
  .authenticity_page .bottom_link {
    width: auto;
  }
}
@media (max-width: 400px) {
  .authenticity_page .main-container .authent-steps {
    padding: 8px 0px 0px;
  }
  .authenticity_page .main-container .authent-steps .steps_group {
    width: 26.37%;
  }
  .authenticity_page .main-container .authent-steps .steps_group .respLt img {
    width: 64px;
  }
  .authenticity_page .main-container .AuthenTitle p {
    margin-bottom: 26px;
  }
  .authenticity_page .main-container .AuthenTitle h2 {
    font-size: 15px;
  }
  .authenticity_page .bottom_link {
    margin-bottom: 24%;
  }
  .authenticity_page .bottom_link .start_consigning {
    padding: 3%;
  }
  .authenticity_page .our_story_txt, .authenticity_page .main-container {
    min-width: 375px;
  }
  .authenticity_page .our_story_txt .col_right > p, .authenticity_page .main-container .col_right > p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 360px) {
  .authenticity_page .our_story_txt, .authenticity_page .main-container {
    min-width: 360px;
  }
}
@media (max-width: 320px) {
  .authenticity_page .our_story_txt, .authenticity_page .main-container {
    min-width: 320px;
  }
}

.partner_banner {
  width: 100%;
  height: 312px;
  overflow: hidden;
}
.partner_banner .banner_img {
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
}
.partner_banner .banner_img img {
  width: 100%;
  height: 100%;
}
.partner_banner .partner_sec {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  display: block;
  text-align: center;
}
.partner_banner .partner_sec > .listHeader {
  margin-top: 45px;
  color: #edece0;
  float: left;
  font-family: "presicav_extra_light";
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
  letter-spacing: 0.3em;
}
.partner_banner .partner_sec > .listHeader > p {
  display: block;
  padding: 10px 0;
  color: #edece0;
}
.partner_banner .partner_sec > .listHeader .line {
  background: #e27474;
  display: inline-block;
  height: 1px;
  left: 50%;
  margin-left: -62px;
  position: absolute;
  top: 0;
  width: 125px;
}
.partner_banner .partner_sec > .listHeader .line.down {
  bottom: 0;
  top: auto;
}
.partner_banner .partner_sec > p {
  color: #edece0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.partner_banner .partner_sec h4 {
  font-family: "presicav_regular";
  font-size: 16px;
  color: #f37e8b;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.partner_block_1 {
  width: 77.35%;
  margin: 0 auto;
  display: block;
  margin-top: 70px;
  margin-bottom: 70px;
}
.partner_block_1 .partner_divider {
  width: 10px;
  height: 20px;
  display: block;
  float: left;
  background: url(/media/additem/images/partner_divider.jpg) no-repeat 0 0;
  margin: 30px 47px 0;
}
.partner_block_1 p {
  width: 26.25%;
  display: block;
  float: left;
  text-align: center;
  font-size: 22px;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
}

.we_make_it_easy {
  width: 78.10%;
  margin: 0 auto;
  display: block;
  margin-bottom: 80px;
}
.we_make_it_easy .listHeader {
  margin-bottom: 55px;
  letter-spacing: 0.3em;
}
.we_make_it_easy .listHeader > p {
  color: #4c4d4f;
}
.we_make_it_easy .group_block {
  width: 100%;
  display: inline-block;
}
.we_make_it_easy .group_block .block {
  width: 50%;
  display: block;
  float: left;
  height: 170px;
  margin-bottom: 20px;
}
.we_make_it_easy .group_block .block h3 {
  color: #333;
  font-size: 21px;
  font-family: "presicav_light";
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 70px;
  width: 100%;
  display: inline-block;
  background: url(/media/additem/images/hexagon_icon.jpg) no-repeat 0 0;
  padding-left: 22px;
  padding-top: 20px;
}
.we_make_it_easy .group_block .block p {
  font-size: 17px;
  color: #4c4d4f;
  line-height: 24px;
  padding-left: 22px;
}
.we_make_it_easy .group_block .block:nth-child(1), .we_make_it_easy .group_block .block:nth-child(3) {
  padding-right: 3%;
}
.we_make_it_easy .group_block .block:nth-child(2), .we_make_it_easy .group_block .block:nth-child(4) {
  padding-left: 3%;
}

.partner_inthepress {
  /*
  background:$c-gray;
  width: 100%;
  display: inline-block;
  padding: 40px 0;
  */
  background: #4c4d4f;
  width: 100%;
  display: inline-block;
  padding: 40px 0;
}
.partner_inthepress h3 {
  /*
  width: 100%;
  font-size: $f-size-xxxl;
  color: #eceadd;
  font-family: $f-presicav_extra_light;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 2px;
  */
  width: 100%;
  font-size: 18px;
  color: #eceadd;
  font-family: "presicav_extra_light";
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
.partner_inthepress .inthepress_slider .press_text {
  text-align: center;
  font-size: 20px;
  color: #747474;
  font-family: "helvetica-light";
  line-height: 25px;
  letter-spacing: 0.03em;
}
.partner_inthepress .inthepress_slider .press_text > a {
  color: #747474;
}
.partner_inthepress .inthepress_slider .press_text .quoma_top, .partner_inthepress .inthepress_slider .press_text .quoma_bottom {
  display: none;
}
.partner_inthepress .inthepress_slider .press_text .name {
  display: none;
}
.partner_inthepress .inthepress_slider .slick-center .press_text {
  margin: 0 62px;
  width: 42%;
  color: #eceadd;
  font-size: 36px;
  line-height: 44px;
  color: #eceadd;
  letter-spacing: 0.03em;
}
.partner_inthepress .inthepress_slider .slick-center .press_text > a {
  color: #eceadd;
}
.partner_inthepress .inthepress_slider .slick-center .press_text .quoma_top, .partner_inthepress .inthepress_slider .slick-center .press_text .quoma_bottom {
  width: 32px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.partner_inthepress .inthepress_slider .slick-center .press_text .quoma_top {
  background: url(/media/additem/images/quoma_top.jpg) no-repeat 0 0;
  margin-bottom: 20px;
}
.partner_inthepress .inthepress_slider .slick-center .press_text .quoma_bottom {
  background: url(/media/additem/images/quoma_bottom.jpg) no-repeat 0 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.partner_inthepress .inthepress_slider .slick-center .press_text .name {
  font-size: 24px;
  line-height: 20px;
  display: block;
}
.partner_inthepress .inthepress_slider .slick-center .press_text .name > a {
  color: #eceadd;
}

.getstarted {
  width: 87.10%;
  margin: 0 auto;
  display: block;
  margin-top: 60px;
  margin-bottom: 110px;
}
.getstarted .listHeader {
  margin-bottom: 55px;
}
.getstarted .listHeader > p {
  color: #333333;
}
.getstarted .col_1, .getstarted .col_2, .getstarted .col_3 {
  width: 33.33%;
  float: left;
  display: block;
}
.getstarted .col_1 h3, .getstarted .col_2 h3, .getstarted .col_3 h3 {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #a29253;
  font-family: "presicav_regular";
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.getstarted .col_1 {
  position: relative;
}
.getstarted .col_1 .border {
  border-right: 1px solid #d8d8d8;
  height: 500px;
}
.getstarted .col_1 .border .contact_form {
  width: 100%;
  display: inline-block;
  padding: 35px 50px 15px;
}
.getstarted .col_1 .border .contact_form .form_group {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.getstarted .col_1 .border .contact_form .form_group h4 {
  font-size: 13px;
  color: #a29253;
  font-family: "helvetica_bold";
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.getstarted .col_1 .border .contact_form .form_group .form_control {
  width: 100%;
  display: inline-block;
  border: 1px solid #a29253;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #333333;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.getstarted .col_1 .border .contact_form .btn {
  display: inline-block;
  background: #f37e8b;
  color: #ffffff;
  border: 0px;
  padding: 22px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 12px;
  font-family: "presicav_light";
  letter-spacing: 3px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 271px;
  margin-left: -135px;
}
.getstarted .col_2 {
  position: relative;
}
.getstarted .col_2 .border {
  border-right: 1px solid #d8d8d8;
  height: 500px;
}
.getstarted .col_2 .border .start_add {
  width: 100%;
  padding: 0 50px;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #4c4d4f;
  text-align: center;
}
.getstarted .col_2 .border .start_add p {
  margin-top: 120px;
}
.getstarted .col_2 .border .start_add .btn {
  width: 100%;
  display: inline-block;
  background: #f37e8b;
  color: #ffffff;
  border: 0px;
  padding: 22px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 12px;
  font-family: "presicav_light";
  letter-spacing: 3px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 271px;
  margin-left: -135px;
}
.getstarted .col_3 {
  position: relative;
}
.getstarted .col_3 .border {
  height: 500px;
  width: 100%;
  display: inline-block;
}
.getstarted .col_3 .border .import_item {
  width: 100%;
  padding: 0 50px;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #4c4d4f;
  text-align: center;
  /*
  .btn.first {
  	bottom: 15px;
  }
  */
}
.getstarted .col_3 .border .import_item p {
  margin-top: 90px;
}
.getstarted .col_3 .border .import_item .btn {
  display: inline-block;
  background: #f37e8b;
  color: #ffffff;
  border: 0px;
  padding: 22px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 12px;
  font-family: "presicav_light";
  letter-spacing: 3px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 271px;
  margin-left: -135px;
}
.getstarted .col_3 .border .import_item .btn.second {
  bottom: 91px;
}

@media (max-width: 1024px) {
  .partner_banner .banner_img img {
    height: 100%;
    width: auto;
  }

  .partner_block_1 p {
    width: 28.25%;
  }
  .partner_block_1 p br {
    display: none !important;
  }
  .partner_block_1 .partner_divider {
    margin: 30px 25px 0;
  }

  .we_make_it_easy {
    width: 95%;
  }
  .we_make_it_easy .group_block .block p br {
    display: none;
  }

  .getstarted .col_1 .border .contact_form {
    padding: 35px 20px 15px;
  }
  .getstarted .col_2 .border .start_add {
    padding: 0 20px;
  }
  .getstarted .col_2 .border .start_add p br {
    display: none !important;
  }
  .getstarted .col_3 .border .import_item {
    padding: 0 20px;
  }
  .getstarted .col_3 .border .import_item p br {
    display: none !important;
  }

  .getstarted .col_1 .btn,
  .getstarted .col_2 .btn,
  .getstarted .col_3 .btn {
    width: 256px !important;
    margin-left: -128px !important;
  }
}
@media (max-width: 800px) {
  .getstarted .col_1 h3, .getstarted .col_2 h3, .getstarted .col_3 h3 {
    font-size: 12px;
  }

  .getstarted .col_1 .btn, .getstarted .col_2 .btn, .getstarted .col_3 .btn {
    width: 191px !important;
    margin-left: -95px !important;
    font-size: 8px !important;
  }

  .partner_block_1 p {
    width: 26.25%;
  }

  .we_make_it_easy .group_block .block h3 {
    font-size: 15px;
  }
}
@media (max-width: 667px) {
  .partner_banner {
    height: auto;
  }

  .partner_block_1 p {
    width: 100%;
  }

  .partner_block_1 .partner_divider {
    background-position: center center;
    margin: 30px 0;
    width: 100%;
  }

  .we_make_it_easy .group_block .block,
  .we_make_it_easy .group_block .block:nth-child(1),
  .we_make_it_easy .group_block .block:nth-child(3) {
    height: auto;
    width: 100%;
    padding-left: 0 !important;
    margin-bottom: 40px;
  }

  .getstarted .col_1, .getstarted .col_2, .getstarted .col_3 {
    width: 100%;
  }

  .getstarted .col_1, .getstarted .col_2, .getstarted .col_3 {
    margin-bottom: 50px;
  }
  .getstarted .col_1 .border, .getstarted .col_2 .border, .getstarted .col_3 .border {
    border: 0px;
    height: auto;
  }
  .getstarted .col_1 h3, .getstarted .col_2 h3, .getstarted .col_3 h3 {
    font-size: 20px;
  }
  .getstarted .col_1 h3 br, .getstarted .col_2 h3 br, .getstarted .col_3 h3 br {
    display: none;
  }

  .getstarted .col_1 .btn, .getstarted .col_2 .btn, .getstarted .col_3 .btn {
    position: relative !important;
    width: 90% !important;
    margin-left: 0 !important;
    left: 0 !important;
    bottom: inherit !important;
    font-size: 12px !important;
    display: block !important;
    margin: 30px auto 0 !important;
  }

  .getstarted .col_2 .border .start_add p,
  .getstarted .col_3 .border .import_item p {
    margin-top: 0;
  }

  .getstarted .col_1, .getstarted .col_2 {
    border-bottom: 1px solid #c9c9ca;
    padding-bottom: 50px;
  }

  .getstarted {
    margin: 60px auto 50px;
  }
}
@media (max-width: 320px) {
  .partner_banner .partner_sec > .listHeader {
    font-size: 18px;
  }

  .getstarted .col_1 .btn, .getstarted .col_2 .btn, .getstarted .col_3 .btn {
    font-size: 10px !important;
  }
}
body.cms-how-to-check-ring-size .bodyContent.main-container {
  width: 100% !important;
  max-width: 100% !important;
}

.sizing_banner {
  width: 100%;
  background: #4c4d4f;
}
.sizing_banner .banner_img {
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
}
.sizing_banner .banner_img img {
  width: 100%;
  height: 100%;
}
.sizing_banner .sizing_sec {
  display: block;
  text-align: center;
  padding: 50px 0;
}
.sizing_banner .sizing_sec .listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 3px;
}
.sizing_banner .sizing_sec .listHeader p {
  padding: 6px 0;
  display: block;
}
.sizing_banner .sizing_sec .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.sizing_banner .sizing_sec .listHeader .line.down {
  bottom: 0;
  top: auto;
}
.sizing_banner .sizing_sec .listHeader p {
  color: #edece0;
}
.sizing_banner .sizing_sec > p {
  color: #edece0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.sizing_banner .sizing_sec h4 {
  font-family: "presicav_regular";
  font-size: 16px;
  color: #e27474;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.sizing_group {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.sizing_group .listHeader > p {
  color: #4c4d4f;
  letter-spacing: 0.3em;
}
.sizing_group .float_left {
  float: left;
}
.sizing_group .float_right {
  float: right;
}
.sizing_group .sizing_img {
  width: 44.53%;
  display: inline-block;
  padding: 42px 38px 0 0;
}
.sizing_group .sizing_img img {
  width: 100%;
  height: auto;
}
.sizing_group .sizing_img.float_right {
  padding: 42px 0 0 0;
}
.sizing_group .sizing_text {
  width: 55.07%;
  display: inline-block;
  padding: 42px 38px 0 0;
}
.sizing_group .sizing_text > p {
  font-size: 16px;
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
}
.sizing_group .sizing_text .btn {
  font-size: 12px;
  font-family: "presicav_light";
  color: #f5f4ee;
  background: #4c4d4f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: inherit;
  text-align: center;
  border: 0 none;
  display: inline-block;
  padding: 11px 30px;
  width: auto;
}
.sizing_group .sizing_text.float_left {
  padding: 0 38px 0 42px;
}

@media (max-width: 767px) {
  .sizing_banner .sizing_sec {
    display: block;
    left: inherit;
    padding: 50px 0;
    position: relative;
    top: auto;
    z-index: 0;
  }
  .sizing_banner .sizing_sec > .listHeader {
    margin-top: 0;
  }
  .sizing_banner .sizing_sec > p {
    padding: 0 10%;
  }
  .sizing_banner .sizing_sec > p br {
    display: none !important;
  }

  .sizing_group .sizing_img {
    display: none !important;
  }
  .sizing_group .sizing_text.float_left {
    padding: 0 5%;
  }

  .sizing_group {
    margin-bottom: 20px;
  }
  .sizing_group .listHeader {
    margin-top: 20px;
    letter-spacing: 0.3em;
  }
  .sizing_group .sizing_text {
    width: 100%;
    padding: 0 5%;
  }
}
.sell_banner {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
}
.sell_banner .banner_img {
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
}
.sell_banner .banner_img img {
  width: 100%;
}
.sell_banner .sell_sec {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  display: block;
  text-align: center;
}
.sell_banner .sell_sec > .listHeader {
  margin-top: 28px;
  color: #edece0;
  font-family: "presicav_light";
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 14px;
}
.sell_banner .sell_sec > .listHeader > p, .sell_banner .sell_sec > .listHeader > h1 {
  display: block;
  padding: 10px 0 !important;
  color: #edece0;
}
.sell_banner .sell_sec > .listHeader .line {
  background: #e27474;
  display: inline-block;
  height: 1px;
  left: 50%;
  margin-left: -62px;
  position: absolute;
  top: 0;
  width: 125px;
}
.sell_banner .sell_sec > .listHeader .line.down {
  bottom: 0;
  top: auto;
}
.sell_banner .sell_sec > p {
  color: #edece0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.036em;
}

.sell_media_band {
  background-color: #F6F6F6;
  padding: 60px 0 10px 0;
  margin: 0 auto;
  max-width: 1440px;
}
.sell_media_band img {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
.sell_media_band div {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
.sell_media_band ul {
  max-width: 1440px;
}
.sell_media_band .slick-slider .slick-prev, .sell_media_band .slick-slider .slick-next {
  background: url(/media/additem/images/sell_sliderarrow.png) no-repeat;
  width: 30px;
  height: 50px;
  z-index: 100;
}
.sell_media_band .slick-slider .slick-prev {
  background-position: 6px 0;
}
.sell_media_band .slick-slider .slick-next {
  background-position: -73px 0;
}

.feature-slider {
  margin: 0 25px 30px 25px;
}
.feature-slider div {
  letter-spacing: 0;
}

.sell_landing .sell-block-title {
  text-align: center;
}

.Consign_Form_step2 {
  color: red;
}

.sell_title {
  text-align: center;
  font-size: 26px;
  font-style: italic;
  margin-bottom: 50px;
  letter-spacing: 0.036em;
}

.consign_list .col_left p.sell_subtitle, .consign_list .col_right p.sell_subtitle {
  color: #f37e8b;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 30px;
  padding-bottom: 16px;
  width: 50%;
  border-bottom: 1px solid #a29253;
  font-size: 16px;
  letter-spacing: 0.025em;
}

.consign_list {
  width: 85%;
  display: block;
  margin: 0 auto;
  margin-bottom: 90px;
}
.consign_list .col_left, .consign_list .col_right {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
}
.consign_list .col_left h3, .consign_list .col_right h3 {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  font-family: "presicav_light";
  font-weight: 400;
  color: #f37e8b;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.consign_list .col_left h4, .consign_list .col_left h5, .consign_list .col_left p, .consign_list .col_right h4, .consign_list .col_right h5, .consign_list .col_right p {
  width: 65%;
  display: block;
  margin: 0 auto;
}
.consign_list .col_left .btn, .consign_list .col_right .btn {
  width: 56%;
  display: block;
  margin: 0 auto;
}
.consign_list .col_left .one, .consign_list .col_right .one {
  height: 120px;
}
.consign_list .col_left .two, .consign_list .col_right .two {
  height: 110px;
}
.consign_list .col_left .three, .consign_list .col_right .three {
  height: 150px;
}
.consign_list .col_left h4, .consign_list .col_right h4 {
  font-size: 80px;
  font-family: "helvetica_oblique";
  font-weight: 400;
  line-height: 58px;
  padding-bottom: 20px;
}
.consign_list .col_left h5, .consign_list .col_right h5 {
  font-size: 20px;
  font-family: "helvetica_bold";
  font-weight: 400;
  color: #a29253;
  text-transform: none;
  padding-bottom: 15px;
  letter-spacing: 0.03em;
}
.consign_list .col_left p, .consign_list .col_right p {
  font-size: 17px;
  font-family: "helvetica-light";
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.consign_list .col_left p > .bold, .consign_list .col_right p > .bold {
  font-weight: 700;
}
.consign_list .col_left .btn, .consign_list .col_right .btn {
  background: #f37e8b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0px;
  height: 60px;
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  letter-spacing: 3px;
  padding-top: 21px;
}

.consign_list {
  position: relative;
}
.consign_list .group_icon {
  width: 168px;
  left: 50%;
  margin-left: -84px;
  margin-top: 65px;
  display: block;
  position: absolute;
  text-align: center;
}
.consign_list .group_icon .ver_line {
  width: 1px;
  height: 710px;
  border-left: 1px solid #d8d8d8;
  display: block;
  position: relative;
  left: 50%;
  top: 0;
}
.consign_list .group_icon .icons {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.consign_list .group_icon .icons .icon_1, .consign_list .group_icon .icons .icon_2, .consign_list .group_icon .icons .icon_3 {
  width: 100%;
  display: block;
  text-align: center;
}
.consign_list .group_icon .icons .icon_1 img, .consign_list .group_icon .icons .icon_2 img, .consign_list .group_icon .icons .icon_3 img {
  display: block;
  margin: 0 auto;
}
.consign_list .group_icon .icons .icon_1 {
  margin-top: 65px;
}
.consign_list .group_icon .icons .icon_2 {
  margin-top: 132px;
}
.consign_list .group_icon .icons .icon_3 {
  margin-top: 136px;
}

.sell_inthepress, .brand_desription {
  background: #4c4d4f;
  width: 100%;
  display: inline-block;
  padding: 40px 0;
}
.sell_inthepress h3, .brand_desription h3 {
  width: 100%;
  font-size: 18px;
  color: #eceadd;
  font-family: "presicav_extra_light";
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
.sell_inthepress .inthepress_slider .press_text, .brand_desription .inthepress_slider .press_text {
  text-align: center;
  font-size: 20px;
  color: #747474;
  font-family: "helvetica-light";
  line-height: 25px;
  letter-spacing: 0.03em;
}
.sell_inthepress .inthepress_slider .press_text > a, .brand_desription .inthepress_slider .press_text > a {
  color: #747474;
}
.sell_inthepress .inthepress_slider .press_text .quoma_top, .sell_inthepress .inthepress_slider .press_text .quoma_bottom, .brand_desription .inthepress_slider .press_text .quoma_top, .brand_desription .inthepress_slider .press_text .quoma_bottom {
  display: none;
}
.sell_inthepress .inthepress_slider .press_text .name, .brand_desription .inthepress_slider .press_text .name {
  display: none;
}
.sell_inthepress .inthepress_slider .slick-center .press_text, .brand_desription .inthepress_slider .slick-center .press_text {
  margin: 0 62px;
  width: 42%;
  color: #eceadd;
  font-size: 36px;
  line-height: 44px;
  color: #eceadd;
  letter-spacing: 0.03em;
}
.sell_inthepress .inthepress_slider .slick-center .press_text > a, .brand_desription .inthepress_slider .slick-center .press_text > a {
  color: #eceadd;
}
.sell_inthepress .inthepress_slider .slick-center .press_text .quoma_top, .sell_inthepress .inthepress_slider .slick-center .press_text .quoma_bottom, .brand_desription .inthepress_slider .slick-center .press_text .quoma_top, .brand_desription .inthepress_slider .slick-center .press_text .quoma_bottom {
  width: 32px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.sell_inthepress .inthepress_slider .slick-center .press_text .quoma_top, .brand_desription .inthepress_slider .slick-center .press_text .quoma_top {
  background: url(/media/additem/images/quoma_top.jpg) no-repeat 0 0;
  margin-bottom: 20px;
}
.sell_inthepress .inthepress_slider .slick-center .press_text .quoma_bottom, .brand_desription .inthepress_slider .slick-center .press_text .quoma_bottom {
  background: url(/media/additem/images/quoma_bottom.jpg) no-repeat 0 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sell_inthepress .inthepress_slider .slick-center .press_text .name, .brand_desription .inthepress_slider .slick-center .press_text .name {
  font-size: 24px;
  line-height: 20px;
  display: block;
}
.sell_inthepress .inthepress_slider .slick-center .press_text .name > a, .brand_desription .inthepress_slider .slick-center .press_text .name > a {
  color: #eceadd;
}

.we_take_care {
  width: 92%;
  display: block;
  margin: 0 auto;
  margin-bottom: 120px;
}
.we_take_care .listHeader > p {
  color: #4c4d4f;
  letter-spacing: 0.3em;
}
.we_take_care .we_take_group {
  width: 100%;
  display: inline-block;
}
.we_take_care .we_take_group .one {
  width: 24%;
}
.we_take_care .we_take_group .two {
  width: 24%;
}
.we_take_care .we_take_group .three {
  width: 28%;
}
.we_take_care .we_take_group .four {
  width: 24%;
}
.we_take_care .we_take_group .col {
  display: inline-block;
  float: left;
}
.we_take_care .we_take_group .col h3 {
  width: 100%;
  display: inline-block;
  height: 70px;
  background: url(/media/additem/images/hexagon_icon.jpg) no-repeat 0 0;
  color: #333333;
  font-family: "presicav_light";
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-left: 23px;
  padding-top: 20px;
}
.we_take_care .we_take_group .col p {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  height: 130px;
  padding-left: 23px;
}
.we_take_care .we_take_group .col a {
  color: #a29253;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  padding-left: 23px;
}
.we_take_care .we_take_group .col a > .arrow_icon {
  background: url(/media/additem/images/arrow_icon.jpg) no-repeat 0 7px;
  display: inline-block;
  height: 24px;
  width: 6px;
}

/*--sell-page-open--*/
body.cms-sell-bvlgari-with-truefacet .consign_list .col_left .one, body.cms-sell-bvlgari-with-truefacet .consign_list .col_left .two, body.cms-sell-bvlgari-with-truefacet .consign_list .col_left .three, body.cms-sell-bvlgari-with-truefacet .consign_list .col_right .one, body.cms-sell-bvlgari-with-truefacet .consign_list .col_right .two, body.cms-sell-bvlgari-with-truefacet .consign_list .col_right .three {
  margin-bottom: 25px;
}

.brand_desription .listHeader {
  margin-top: 5px;
  float: none;
  font-family: "presicav_light";
}

.three_step {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}
.three_step > h1 {
  color: #f37e8b;
  font-size: 24px;
  font-family: "presicav_light";
  letter-spacing: 6px;
  margin: 85px 0 0;
}
.three_step > p {
  color: #333;
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 28px 0 55px 0;
  line-height: 24px;
}

.brand_text {
  display: block;
  height: auto;
  margin: 0 auto 100px;
  width: 73%;
}
.brand_text > p {
  color: #f5f4ee;
  display: inline-block;
  font-family: "helvetica-light";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 15px 0;
  text-align: justify;
}

/*--sell-page-end--*/
@media (max-width: 1024px) {
  .sell_banner .banner_img img {
    height: 100%;
    width: auto;
  }

  /*
  .sell_inthepress {
  	.inthepress_slider {
  		li {
  			br {
  				display: none !important;
  			}
  		}
  		.center {
  			margin: 0 50px;
  		}
  	}
  }
  */
  .consign_list .col_left p br,
  .consign_list .col_right p br {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .consign_list .col_left .two, .consign_list .col_right .two, .consign_list .col_left .one, .consign_list .col_right .one {
    height: 150px;
  }
}
@media (max-width: 800px) {
  .consign_list .group_icon {
    display: none !important;
  }

  .consign_list .col_left .btn,
  .consign_list .col_right .btn,
  .consign_list .col_left h4,
  .consign_list .col_left h5,
  .consign_list .col_left p,
  .consign_list .col_right h4,
  .consign_list .col_right h5,
  .consign_list .col_right p {
    width: 95%;
  }

  .sell_banner .sell_sec > .listHeader {
    font-size: 20px;
  }

  .sell_banner .sell_sec > p {
    font-size: 13px;
  }

  /*
  .sell_inthepress {
  	.inthepress_slider {
  		.center {
  			margin: 0 38px;
  		}
  	}
  }	
  */
  .we_take_care {
    margin-bottom: 30px;
  }
  .we_take_care .we_take_group .col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 667px) {
  /*
  .sell_inthepress .inthepress_slider {
  	li {
  		display: none;
  	}
  	.center {
  		display: block;
  		width: 100%;
  		margin: 0;
  	}
  }	
  */
  .consign_list .col_left h5,
  .consign_list .col_right h5 {
    font-size: 18px;
  }

  .consign_list {
    margin-bottom: 60px;
  }
}
@media (max-width: 667px) {
  .consign_list .col_left .one, .consign_list .col_right .one {
    height: 175px;
  }
  .consign_list .col_left .two, .consign_list .col_right .two {
    height: 150px;
  }
  .consign_list .col_left .three, .consign_list .col_right .three {
    height: 230px;
  }

  .consign_list .col_left .btn,
  .consign_list .col_right .btn {
    width: 95%;
    font-size: 9px;
    height: 50px;
    padding-top: 19px;
  }

  .we_take_care .we_take_group .col {
    width: 100%;
  }
  .we_take_care .we_take_group .col p {
    height: auto;
    margin-bottom: 20px;
  }
  .we_take_care .we_take_group .col p br {
    display: none !important;
  }
}
@media (max-width: 570px) {
  .consign_list .col_left h3, .consign_list .col_right h3 {
    font-size: 15px;
  }

  .three_step > h1 {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .consign_list .col_left h5, .consign_list .col_right h5 {
    font-size: 14px;
  }
  .consign_list .col_left p, .consign_list .col_right p {
    font-size: 14px;
  }
  .consign_list .col_left .one, .consign_list .col_right .one {
    height: 200px;
  }
  .consign_list .col_left .two, .consign_list .col_right .two {
    height: 220px;
  }
  .consign_list .col_left .three, .consign_list .col_right .three {
    height: 300px;
  }

  .consign_list .col_left .btn,
  .consign_list .col_right .btn {
    font-size: 7px;
    height: 35px;
    padding-top: 12px;
    width: 98%;
  }
}
@media (max-width: 320px) {
  .consign_list .col_left p, .consign_list .col_right p {
    font-size: 13px;
  }

  .sell_banner .sell_sec p {
    padding: 0 6%;
  }
  .sell_banner .sell_sec p br {
    display: none;
  }

  .sell_banner {
    min-height: 312px;
    height: auto;
  }

  .sell_banner .banner_img {
    height: 413px;
  }
}
@media (max-width: 480px) {
  .three_step br {
    display: none;
  }

  .three_step > p {
    padding: 0 6%;
  }

  .sell_banner .sell_sec p {
    padding: 0 6%;
  }
  .sell_banner .sell_sec p br {
    display: none;
  }

  .sell_banner .banner_img {
    height: 400px;
  }

  .sell_banner {
    min-height: 350px;
    height: auto;
  }

  .consign_list .col_left .one, .consign_list .col_right .one {
    height: 220px;
  }

  .consign_list .col_left .two, .consign_list .col_right .two {
    height: 196px;
  }
}
.concierge_page {
  text-align: center;
  padding: 55px 0 150px 0;
  color: #333333;
}
.concierge_page .concierge_icon {
  background: url(/media/additem/images/concierge_icon.png) 0 0 no-repeat;
  width: 77px;
  height: 104px;
  display: inline-block;
  margin-bottom: 35px;
}
.concierge_page .concierge_title {
  margin-bottom: 45px;
  font-family: "presicav_extra_light";
  font-size: 42px;
}
.concierge_page .concierge_txt {
  font-family: "helvetica_bold";
  color: #a29253;
  font-size: 20px;
  letter-spacing: 0.03em;
}
.concierge_page p {
  margin: 45px 0 60px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.03em;
}
.concierge_page .concierge_bottom {
  border-top: 1px solid #ededed;
  width: 77.35%;
  margin: 0 auto;
}
.concierge_page .concierge_bottom:after {
  clear: both;
}
.concierge_page .concierge_bottom:before, .concierge_page .concierge_bottom:after {
  content: '';
  display: table;
}
.concierge_page .concierge_div {
  width: 33.33%;
  float: left;
  padding: 60px 0 125px 0;
}
.concierge_page .concierge_num {
  font-size: 80px;
  font-family: "helvetica_oblique";
  line-height: 53px;
  margin-bottom: 25px;
}
.concierge_page .concierge_head {
  color: #f37e8b;
  font-size: 20px;
  font-family: "helvetica_bold";
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.concierge_page .concrg_p {
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  line-height: 24px;
}
.concierge_page .concrg_btn {
  width: 320px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: #f37e8b;
  font-size: 12px;
  font-family: "presicav_regular";
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 800px) {
  .concierge_page {
    padding: 10% 2%;
  }
  .concierge_page .concierge_txt br, .concierge_page .concierge_div br, .concierge_page p br {
    display: none;
  }
  .concierge_page .concierge_bottom {
    width: 100%;
  }
  .concierge_page .concierge_div {
    padding: 10% 2%;
  }
}
@media (max-width: 640px) {
  .concierge_page .concrg_p {
    font-size: 14px;
  }
  .concierge_page .concrg_p br {
    display: block;
  }

  .concierge_page p {
    font-size: 18px;
  }
  .concierge_page .concierge_div {
    width: 100%;
    padding: 5% 2%;
  }
  .concierge_page .concierge_title {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .concierge_page .concrg_btn {
    width: auto;
    padding: 0 40px;
  }
}
#holiday {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 65px;
}
#holiday .web {
  display: block;
}
#holiday .mob {
  display: none;
}
#holiday .top_wrapper {
  position: relative;
  margin-bottom: 0;
}
#holiday .middle_wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
#holiday .bottom_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#holiday .top_wrapper img, #holiday .middle_wrapper img, #holiday .bottom_wrapper img {
  width: 100%;
}
#holiday .col-left, #holiday .col-right {
  width: 50%;
  display: inline-block;
  float: left;
}
#holiday .col-left > div, #holiday .col-right > div {
  position: relative;
}
#holiday .col-left > div:last-child, #holiday .col-right > div:last-child {
  margin-bottom: 0;
}
#holiday .col-margin {
  width: 15px;
  float: left;
}

@media screen and (max-width: 800px) {
  #holiday {
    margin-bottom: 0;
  }
  #holiday .col-left, #holiday .col-right {
    width: 100%;
  }
  #holiday .middle_wrapper {
    display: block;
  }
  #holiday .web {
    display: none;
  }
  #holiday .mob {
    display: block;
  }
}
.web {
  display: block;
}

.mob {
  display: none;
}

.container-1440 {
  max-width: 1440px;
  margin: 20px auto 0 auto;
}

.container-1195 {
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-1060 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
}

.sell_landing.container-1440 {
  margin: 20px auto 0 auto;
}
.sell_landing .sell_btn.fixed {
  top: 70px;
}

.topInfoOpen.body_sitewide .sell_landing .sell_btn.fixed {
  top: 98px;
}

.sell_landing_banner {
  height: 410px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.sell_landing_banner .banner_img {
  height: auto;
}
.sell_landing_banner .banner_img video {
  width: 1440px;
  height: 410px;
}
.sell_landing_banner .banner_img img {
  height: auto;
}
.sell_landing_banner .banner_img .sellbanner_img_web {
  display: inline-block;
}
.sell_landing_banner .banner_img .sellbanner_img_mob {
  display: none;
}
.sell_landing_banner .sell_sec {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  left: 0;
  max-width: 1440px;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin-top: inherit;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper .listHeader {
  color: #edece0;
  font-family: "presicav_light";
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper .listHeader > p, .sell_landing_banner .sell_sec .sell-banner-text-wrapper .listHeader > h1 {
  display: block;
  padding: 10px 0 !important;
  color: #edece0;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper .listHeader .line {
  background: #a29253;
  display: inline-block;
  height: 1px;
  left: 50%;
  margin-left: -62px;
  position: absolute;
  top: 0;
  width: 125px;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper .listHeader .line.down {
  bottom: 0;
  top: auto;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper .listHeader p {
  font-family: "presicav_extra_light";
  letter-spacing: 0.2em;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper > p {
  color: #edece0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.036em;
  font-family: "helvetica-light";
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper .btn {
  width: 360px;
  margin: 40px auto 0;
  height: 42px;
  border: 0;
  padding: 13px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
  text-align: center;
  background-color: #a29253;
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper .btn:hover {
  background-color: #938245;
}
.sell_landing_banner .sell_sec .sell-banner-text-wrapper .btn a {
  color: #fff;
  font-family: "presicav_light";
  font-size: 13px;
  letter-spacing: 0.2em;
}

.sell_landing .sell-block-title {
  display: table !important;
  overflow: hidden;
  white-space: nowrap;
  font-family: "presicav_light";
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.sell_landing .sell-block-title:before, .sell_landing .sell-block-title:after {
  border-top: 1px solid #4c4d4f;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 45%;
}
.sell_landing .sell-block-title:before {
  right: 1.5%;
}
.sell_landing .sell-block-title:after {
  left: 1.5%;
}
.sell_landing .sell-block-title br {
  display: none;
}
.sell_landing .btn-text {
  font-family: "presicav_light";
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.sell_landing .listHeader {
  float: none;
  color: #333333;
  letter-spacing: 0.2em;
}
.sell_landing .listHeader .line {
  background: #a29253;
}
.sell_landing .listHeader > p {
  padding: 10px 0;
}
.sell_landing .subtitle {
  color: #a29253;
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  font-size: 13px;
  text-transform: uppercase;
}
.sell_landing .table-control-wrapper {
  margin-bottom: 20px;
}
.sell_landing .table-control-wrapper .table-control {
  width: 50%;
  float: left;
  text-align: center;
  font-family: "presicav_light";
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 14px 0;
  background-color: #EDEDED;
  color: #333333;
}
.sell_landing .table-control-wrapper .table-control.active {
  background-color: #a29253;
  color: #fff;
}
.sell_landing table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
.sell_landing table .fa.fa-circle {
  color: #4c4d4f;
}
.sell_landing table tr:nth-child(odd) {
  background-color: #F9F9F9;
}
.sell_landing table tr:first-child {
  background-color: transparent;
}
.sell_landing table tr:first-child th {
  border-bottom: 1px solid #C0C0C0;
}
.sell_landing table tr:first-child th:last-child {
  border-bottom: 1px solid #a29253;
  font-size: 11px;
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 13px 30px;
  text-align: center;
  color: #a29253;
}
.sell_landing table tr:last-child {
  background-color: transparent;
}
.sell_landing table tr:last-child td {
  border-left: none;
  border-right: none;
  border-top: 1px solid #C0C0C0;
}
.sell_landing table tr:last-child td:last-child {
  border-top: 1px solid #a29253;
}
.sell_landing table td {
  font-size: 14px;
  font-family: "helvetica-light";
  letter-spacing: 0.05em;
  color: #8d8d8d;
  padding: 13px;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  width: 25%;
  text-align: center;
}
.sell_landing table td.btn-cell {
  padding: 0;
}
.sell_landing table td.btn-cell .btn {
  margin: 0;
  width: 100%;
}
.sell_landing table td:first-child {
  width: 50%;
  text-align: left;
  font-size: 11px;
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 13px 30px;
}
.sell_landing table td:nth-last-child(2) {
  border-left: 1px solid #a29253;
  border-right: 1px solid #a29253;
}
.sell_landing table td:last-child {
  border-left: 1px solid #a29253;
  border-right: 1px solid #a29253;
}
.sell_landing .btn {
  width: 360px;
  margin: 0 auto 15px;
  height: 42px;
  border: 0;
  padding: 13px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
  text-align: center;
  background-color: #a29253;
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.sell_landing .btn:hover {
  background-color: #938245;
}
.sell_landing .btn a {
  color: #fff;
  font-family: "presicav_light";
  font-size: 13px;
  letter-spacing: 0.2em;
}
.sell_landing .btn.btn-white {
  background-color: #fff;
}
.sell_landing .btn.btn-white a {
  color: #a29253;
}
.sell_landing .btn.btn-white a:hover {
  text-decoration: underline;
}
.sell_landing .btn.btn-gray {
  background-color: #4c4d4f;
}
.sell_landing .btn.btn-gray:hover {
  background-color: #37383a;
}
.sell_landing .slick-dots li button:before {
  color: #4c4d4f;
  font-size: 30px;
  opacity: 0.3;
}
.sell_landing .slick-dots li.slick-active button::before {
  color: #4c4d4f;
  opacity: 0.75;
}
.sell_landing .sell-on-tf {
  width: 100%;
  margin-bottom: 105px;
}
.sell_landing .sell-on-tf .sell-steps-content {
  margin-top: 65px;
  margin-bottom: 120px;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option {
  display: inline-block;
  border: 1px solid #a29253;
  text-transform: lowercase;
  border-radius: 10px;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  position: relative;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option span {
  color: #a29253;
  display: block;
  width: 4px;
  margin: 0 auto;
  font-family: serif;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option .tooltip-icon {
  color: #a29253;
  font-size: 12px;
  line-height: 12px;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option .tooltip-container {
  text-align: left;
  padding-left: 25px;
  position: absolute;
  top: -24px;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option .tooltip-container .tooltip-wrapper {
  display: none;
  width: 230px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  border: 1px solid;
  border-radius: 5px;
  border-color: #a29253;
  padding: 20px;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option .tooltip-container .tooltip-wrapper::after {
  content: '';
  border: solid #CCCCCC;
  background-color: #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  padding: 5px;
  border-color: #a29253;
  position: absolute;
  left: -6px;
  top: 25px;
}
@media (max-width: 800px) {
  .sell_landing .sell-on-tf .sell-steps-content .learn-option .tooltip-container .tooltip-wrapper {
    display: none !important;
  }
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option .tooltip-container .tooltip-wrapper .tooltip-title {
  color: #a29253;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option .tooltip-container .tooltip-wrapper .tooltip-text {
  font-family: "helvetica-light";
  letter-spacing: .036em;
  text-transform: initial;
  font-size: 12px;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option .tooltip-container:hover .tooltip-wrapper {
  display: block;
}
.sell_landing .sell-on-tf .sell-steps-content .learn-option:hover .tooltip-wrapper {
  display: block;
}
@media screen and (max-width: 800px) {
  .sell_landing .sell-on-tf .sell-steps-content .learn-option {
    display: none !important;
  }
}
.sell_landing .title_row {
  font-family: "helvetica-light";
  font-size: 26px;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: .036em;
  font-style: italic;
}
.sell_landing .title_row span {
  display: inline-block;
  font-family: "helvetica_bold";
  font-style: italic;
}
.sell_landing .sell_btn {
  float: left;
  width: 100%;
  background-color: #fff;
}
.sell_landing .sell_btn a {
  width: 340px;
  height: 42px;
  border: 0px;
  font-family: "presicav_light";
  font-size: 13px;
  color: #ffffff;
  padding: 13px 0px;
  border-radius: 0;
  letter-spacing: 0.2em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.sell_landing .sell_btn a.btn-left {
  background-color: #4c4d4f;
}
.sell_landing .sell_btn a.btn-right {
  background-color: #a29253;
}
.sell_landing .sell_btn .col_left, .sell_landing .sell_btn .col_right {
  margin: 9px 0px;
}
.sell_landing .sell_btn.fixed {
  position: fixed;
  width: 100%;
  z-index: 50;
  left: 0;
  height: 60px;
  -webkit-box-shadow: 0 0 27px 3px #CCCCCC;
  -moz-box-shadow: 0 0 27px 3px #CCCCCC;
  box-shadow: 0 0 27px 3px #CCCCCC;
}
.sell_landing .sell_btn.fixed .col_left {
  text-align: right;
  padding-right: 115px;
}
.sell_landing .sell_btn.fixed .col_right {
  text-align: left;
  padding-left: 115px;
}
.sell_landing .col_left h4, .sell_landing .col_right h4 {
  font-family: "helvetica_bold";
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.036em;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.sell_landing .col_left ul, .sell_landing .col_right ul {
  width: 55%;
  margin: 0 auto;
  border-top: 1px solid #a29253;
  padding: 10px 0 40px 15px;
}
.sell_landing .col_left ul li, .sell_landing .col_right ul li {
  line-height: 40px;
  padding-left: 47px;
  text-align: left;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  background: url(/media/additem/images/checkbox-icon.png) no-repeat 15px center;
}
.sell_landing .col_left ul li.highlight, .sell_landing .col_right ul li.highlight {
  font-family: "helvetica_bold";
}
.sell_landing .col_left h4 {
  color: #f37e8b;
}
.sell_landing .col_right h4 {
  color: #4c4d4f;
}
.sell_landing .group_icon {
  margin-top: 20px;
}
.sell_landing .group_icon .icons img {
  width: auto;
}
.sell_landing .need-help {
  text-align: center;
  float: left;
  width: 100%;
}
.sell_landing .need-help a {
  font-family: "helvetica-light";
  font-size: 16px;
  letter-spacing: .036em;
  font-style: italic;
}
.sell_landing .need-help a span.right_arrow {
  background: url(/media/additem/images/arrow_right_icon.png) no-repeat scroll 0 0;
  height: 12px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  width: 12px;
  display: inline-block;
  line-height: 13px;
}
.sell_landing .need-help a:hover {
  text-decoration: underline;
}
.sell_landing .how-it-works .how-it-works-list, .sell_landing .how-it-works .how-it-works-consign {
  max-width: 360px;
  margin: 0 auto;
}
.sell_landing .how-it-works .how-it-works-list .sell-block-title, .sell_landing .how-it-works .how-it-works-consign .sell-block-title {
  font-size: 13px;
  color: #8d8d8d;
}
.sell_landing .how-it-works .how-it-works-list ul, .sell_landing .how-it-works .how-it-works-consign ul {
  min-height: 286px;
  margin-bottom: 40px;
}
.sell_landing .how-it-works .how-it-works-list ul li, .sell_landing .how-it-works .how-it-works-consign ul li {
  margin-bottom: 20px;
  padding-left: 40px;
}
.sell_landing .how-it-works .how-it-works-list ul li span, .sell_landing .how-it-works .how-it-works-consign ul li span {
  font-family: "helvetica-light";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #8d8d8d;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.sell_landing .how-it-works .how-it-works-list ul li .bullet, .sell_landing .how-it-works .how-it-works-consign ul li .bullet {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid;
  padding: 6px 10px;
  margin-right: 20px;
  width: 30px;
}
.sell_landing .how-it-works .how-it-works-consign ul li .bullet {
  border: 1px solid #a29253;
}
.sell_landing .how-it-works .slick-prev, .sell_landing .how-it-works .slick-next {
  background: url(/media/additem/images/sell_sliderarrow.png) no-repeat;
  width: 30px;
  height: 50px;
  z-index: 1;
}
.sell_landing .how-it-works .slick-prev.slick-disabled, .sell_landing .how-it-works .slick-next.slick-disabled {
  display: none !important;
}
.sell_landing .how-it-works .slick-prev {
  background-position: 6px 0;
  left: 0;
}
.sell_landing .how-it-works .slick-next {
  background-position: -73px 0;
  right: 0;
}
.sell_landing .why-tf {
  margin-bottom: 115px;
}
.sell_landing .why-tf .why-tf-content .subtitle {
  width: 80%;
  margin: auto;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 22.03px;
  letter-spacing: 0.036em;
  font-family: "helvetica-light";
}
.sell_landing .why-tf .why-tf-element-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.sell_landing .why-tf .why-tf-element-wrapper .why-tf-element {
  width: 33%;
  float: left;
  text-align: center;
  padding: 0 30px;
}
.sell_landing .why-tf .why-tf-element-wrapper .why-tf-element .why-tf-img img {
  margin: 0 auto 35px;
  height: 72px;
}
.sell_landing .why-tf .why-tf-element-wrapper .why-tf-element .why-tf-text-title {
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}
.sell_landing .why-tf .why-tf-element-wrapper .why-tf-element .why-tf-text-p {
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  font-size: 13px;
  line-height: 16px;
}
.sell_landing .recent-true-sales {
  margin-top: 55px;
  margin-bottom: 55px;
}
.sell_landing .recent-true-sales .recent-true-Container {
  margin-top: 55px;
}
.sell_landing .recent-true-sales .recent-true-Container .item {
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 25%;
  padding: 0 50px;
  overflow: hidden;
}
.sell_landing .recent-true-sales .recent-true-Container .item .listProImg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  overflow: hidden;
}
.sell_landing .recent-true-sales .recent-true-Container .item .listProImg img {
  width: 100%;
  height: auto;
}
.sell_landing .recent-true-sales .recent-true-Container .item .listProImg a {
  cursor: default;
}
.sell_landing .recent-true-sales .recent-true-Container .listProTxt {
  margin-top: 30px;
}
.sell_landing .recent-true-sales .recent-true-Container .brand-name {
  font-family: "presicav_bold";
  font-size: 11px;
  color: #a29253;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.sell_landing .recent-true-sales .recent-true-Container .productTitle {
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sell_landing .recent-true-sales .recent-true-Container .productTitle a {
  font-family: "helvetica-light";
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  letter-spacing: 0.025em;
}
.sell_landing .recent-true-sales .recent-true-Container .regular-price {
  color: #333333;
  font-family: "presicav_light";
  font-size: 10px;
  letter-spacing: 0.2em;
}
.sell_landing .recent-true-sales .recent-true-Container .consign-link a {
  color: #a29253;
  font-family: "presicav_light";
  font-size: 10px;
  letter-spacing: 0.2em;
}
.sell_landing .recent-true-sales .recent-true-Container .consign-link a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.sell_landing .feature-in {
  margin: 0 auto 80px;
}
.sell_landing .feature-in #slider_feature {
  margin-top: 65px;
}
.sell_landing .feature-in #slider_feature ul li {
  text-align: center;
}
.sell_landing .feature-in #slider_feature ul li.slick-active {
  border: 0 !important;
  outline: 0 !important;
}
.sell_landing .feature-in #slider_feature img {
  width: 85%;
  max-width: 300px;
  display: inline-block;
}
.sell_landing .feature-in #slider_feature .slick-prev, .sell_landing .feature-in #slider_feature .slick-next {
  background: url(/media/additem/images/sell_sliderarrow.png) no-repeat;
  width: 30px;
  height: 50px;
  z-index: 1;
}
.sell_landing .feature-in #slider_feature .slick-prev {
  background-position: 6px 0;
}
.sell_landing .feature-in #slider_feature .slick-next {
  background-position: -73px 0;
}
.sell_landing .consign_list {
  margin-bottom: 0;
}
.sell_landing .sell-faq-container {
  background-color: #F9F9F9;
  padding-top: 40px;
  padding-bottom: 65px;
}
.sell_landing .sell-faq-container .sell-faq .faq-content {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 40px;
}
.sell_landing .sell-faq-container .sell-faq .faq-content .faq-left, .sell_landing .sell-faq-container .sell-faq .faq-content .faq-right {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.sell_landing .sell-faq-container .sell-faq .faq-content .faq-left .faq-text, .sell_landing .sell-faq-container .sell-faq .faq-content .faq-right .faq-text {
  vertical-align: top;
  margin: 0 auto;
  margin-bottom: 30px;
}
.sell_landing .sell-faq-container .sell-faq .faq-content .faq-left .faq-text .faq-text-title, .sell_landing .sell-faq-container .sell-faq .faq-content .faq-right .faq-text .faq-text-title {
  font-size: 18px;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.sell_landing .sell-faq-container .sell-faq .faq-content .faq-left .faq-text .faq-text-p, .sell_landing .sell-faq-container .sell-faq .faq-content .faq-right .faq-text .faq-text-p {
  font-size: 16px;
  line-height: 24px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  padding-right: 15px;
}

.black-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: none;
}

.popup-holder {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  z-index: 1002;
  display: none;
}
.popup-holder .help-popup {
  width: 1024px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 10px 10px 40px #333333;
  -moz-box-shadow: 10px 10px 40px #333333;
  box-shadow: 10px 10px 40px #333333;
}
.popup-holder .help-popup h3 {
  font-family: "presicav_regular";
  font-size: 24px;
  letter-spacing: 0.2em;
  padding: 55px 0px;
  background-color: #eceadd;
}
.popup-holder .help-popup h3 span {
  font-family: "presicav_bold";
  display: inline-block;
}
.popup-holder .help-popup .cross {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 18px;
  height: 18px;
  background: url(/media/additem/images/cross-icon.png) no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.popup-holder .help-popup .row-one {
  width: 90%;
  margin: 48px auto 0px;
}
.popup-holder .help-popup .row-one .col_left, .popup-holder .help-popup .row-one .col_right {
  width: 50%;
}
.popup-holder .help-popup .row-one .col_left span, .popup-holder .help-popup .row-one .col_right span {
  font-size: 16px;
  font-family: "presicav_bold";
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.popup-holder .help-popup .row-one .col_left p, .popup-holder .help-popup .row-one .col_right p {
  font-size: 22px;
  font-family: "presicav_extra_light";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 10px 0px 20px;
}
.popup-holder .help-popup .row-one .col_left a, .popup-holder .help-popup .row-one .col_right a {
  display: inline-block;
  border: 0 none;
  border-radius: 5px;
  color: #ffffff;
  font-family: "presicav_regular";
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 15px 0;
  width: 340px;
  height: 42px;
  text-transform: uppercase;
}
.popup-holder .help-popup .row-one .col_left span, .popup-holder .help-popup .row-one .col_left p {
  color: #f37e8b;
}
.popup-holder .help-popup .row-one .col_left .holder {
  border-right: 1px solid #ddd;
}
.popup-holder .help-popup .row-one .col_left a {
  background-color: #f37e8b;
}
.popup-holder .help-popup .row-one .col_left a:hover {
  background-color: #ef6472;
}
.popup-holder .help-popup .row-one .col_right span, .popup-holder .help-popup .row-one .col_right p {
  color: #4c4d4f;
}
.popup-holder .help-popup .row-one .col_right a {
  background-color: #4c4d4f;
}
.popup-holder .help-popup .row-one .col_right a:hover {
  background-color: #37383a;
}
.popup-holder .help-popup .content {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #4c4d4f;
  line-height: 20px;
  letter-spacing: 0.036em;
  padding-bottom: 50px;
}
.popup-holder .help-popup .col_left .left-list span, .popup-holder .help-popup .col_right .right-list span {
  font-family: "helvetica-light";
  font-size: 18px;
  color: #a29253;
  background-color: #fff;
  border: 1px solid #a29253;
  border-radius: 100px;
  margin-bottom: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  letter-spacing: 0px;
}
.popup-holder .help-popup .col_left .left-list .text, .popup-holder .help-popup .col_right .right-list .text {
  font-family: "helvetica_bold";
  font-size: 16px;
  margin-bottom: 35px;
  letter-spacing: .036em;
}
.popup-holder .help-popup .last-row {
  text-align: center;
  font-family: "presicav_light";
  font-size: 14px;
  color: #a29253;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 70px 0px;
  clear: both;
  letter-spacing: 0.2em;
}
.popup-holder .help-popup .last-row span {
  display: block;
  font-family: "presicav_regular";
  line-height: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.sell_customer {
  padding-bottom: 70px;
  margin-bottom: 0px;
  height: 440px;
}
.sell_customer .listHeader {
  float: none;
  clear: both;
}
.sell_customer ul.inthepress_slider {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.sell_customer ul.inthepress_slider li {
  width: 294px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  display: table;
  float: left;
}
.sell_customer ul.inthepress_slider li p.about-com {
  border: 1px solid #ddd;
  color: #b1b1ae;
  border-radius: 5px;
  width: 100%;
  height: 158px;
  transition: border 0.2s ease;
  -webkit-transition: border 0.2s ease;
  padding: 0px 10px 0px 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-family: "helvetica-light";
  font-size: 18px;
  letter-spacing: .036em;
  -moz-box-shadow: 0 6px 8px 4px rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 0 6px 8px 4px rgba(51, 51, 51, 0.4);
  box-shadow: 0 6px 8px 4px rgba(51, 51, 51, 0.4);
}
.sell_customer ul.inthepress_slider li div.name {
  display: table-row-group;
  font-family: "helvetica-light";
  font-size: 22px;
  color: #b1b1ae;
  position: relative;
  height: 130px;
  border-radius: 0px;
  font-style: italic;
  letter-spacing: .036em;
  text-align: left;
}
.sell_customer ul.inthepress_slider li div.name span {
  padding-top: 60px;
  padding-left: 15px;
  display: inline-block;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
}
.sell_customer ul.inthepress_slider li div.name span.avtar {
  padding-top: 0px;
  padding-left: 0px;
  display: inline-block;
  height: 77px;
  width: 65px;
  background: url(/media/additem/images/avtar.png) no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.9s ease;
  opacity: 0;
  margin-left: 30px;
}
.sell_customer ul.inthepress_slider li p:hover {
  border-color: #e27474;
  color: #fff;
  -moz-box-shadow: 0 6px 8px 4px #333333;
  -webkit-box-shadow: 0 6px 8px 4px #333333;
  box-shadow: 0 6px 8px 4px #333333;
}
.sell_customer ul.inthepress_slider li p:hover + div > span.avtar {
  opacity: 1;
}
.sell_customer ul.inthepress_slider li p:hover + div span {
  color: #e27474;
}
.sell_customer ul.inthepress_slider li p:hover:before {
  background: transparent url("/media/additem/images/tooltip-arrow.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 22px;
  left: 33%;
  position: absolute;
  bottom: -22px;
  width: 40px;
  box-shadow: 0px;
}
.sell_customer ul.inthepress_slider .slick-prev, .sell_customer ul.inthepress_slider .slick-next {
  background: url(/media/additem/images/sell_sliderarrow-1.png) no-repeat;
  width: 30px;
  height: 50px;
  z-index: 1;
}
.sell_customer ul.inthepress_slider .slick-prev {
  background-position: 6px 0px;
  left: -50px;
}
.sell_customer ul.inthepress_slider .slick-next {
  background-position: -73px 0px;
  right: -50px;
}

/**************************************media queri************************************/
@media (max-width: 1366px) {
  .sell_customer ul.inthepress_slider {
    width: 1250px;
  }
  .sell_customer ul.inthepress_slider li {
    font-size: 19px;
    margin-right: 8px;
    margin-left: 8px;
  }
  .sell_customer ul.inthepress_slider li div.name span.avtar {
    left: 10px;
  }

  .sell_landing .sell_btn.fixed .col_left {
    padding-right: 83px;
  }
}
@media (max-width: 1200px) {
  .sell_customer ul.inthepress_slider li {
    width: 280px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .sell_landing .sell_btn.fixed .col_left {
    padding-right: 59px;
  }
}
@media (max-width: 1024px) {
  .sell_landing .col_left ul, .sell_landing .col_right ul {
    width: 60%;
    padding-left: 0px;
  }
  .sell_landing .col_left ul li, .sell_landing .col_right ul li {
    padding-left: 43px;
  }

  .sell_customer {
    height: auto;
  }
  .sell_customer ul.inthepress_slider {
    width: 1000px;
  }
  .sell_customer ul.inthepress_slider li {
    width: 240px;
  }
  .sell_customer ul.inthepress_slider li p.about-com {
    border-color: #e27474;
    color: #fff;
  }
  .sell_customer ul.inthepress_slider li div.name span.avtar {
    opacity: 1;
    left: 25px;
  }
  .sell_customer ul.inthepress_slider li div.name span {
    color: #e27474;
  }
  .sell_customer ul.inthepress_slider li p.about-com:before {
    background: transparent url("/media/additem/images/tooltip-arrow.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 40px;
    left: 40%;
    position: absolute;
    bottom: -40px;
    width: 40px;
    box-shadow: 0px;
  }

  .sell_landing .sell_btn.fixed .col_left {
    padding-right: 15px;
  }
  .sell_landing .sell_btn.fixed .col_right {
    padding-left: 15px;
  }

  .popup-holder .help-popup {
    width: 960px;
  }
  .popup-holder .help-popup .row-one {
    width: 96%;
  }
}
@media (max-width: 960px) {
  .popup-holder .help-popup {
    width: 800px;
  }
  .popup-holder .help-popup .row-one {
    width: 96%;
  }
}
@media (max-width: 800px) {
  .web {
    display: none;
  }

  .mob {
    display: block;
  }

  .container-1195 {
    padding: 0 20px;
  }

  .container-1060 {
    padding: 0;
  }

  body.bodyScrolled .back-toTop {
    bottom: 60px;
  }

  .sell_landing .sell_btn.fixed {
    top: 71px;
  }

  .topInfoOpen.body_sitewide .sell_landing .sell_btn.fixed {
    top: 99px;
  }

  .sell_landing_banner {
    height: 340px;
  }

  .sell_banner .sell_sec .sell-banner-text-wrapper {
    margin-top: 35px;
  }
  .sell_banner .sell_sec .sell-banner-text-wrapper .listHeader {
    font-size: 16px;
  }
  .sell_banner .sell_sec .sell-banner-text-wrapper .listHeader p {
    font-size: 16px;
    padding: 7px 0 !important;
  }
  .sell_banner .sell_sec .sell-banner-text-wrapper > p {
    font-size: 14px;
    line-height: 24px;
  }
  .sell_banner .sell_sec .sell-banner-text-wrapper .btn {
    width: 286px;
    padding: 10px 0;
    height: 36px;
  }
  .sell_banner .sell_sec .sell-banner-text-wrapper .btn a {
    font-size: 10px;
  }
  .sell_banner .sell_sec .btn {
    width: 286px;
    padding: 10px 0;
    height: 36px;
  }
  .sell_banner .sell_sec .btn a {
    font-size: 10px;
  }

  .sell_customer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sell_customer ul.inthepress_slider {
    width: 82%;
  }
  .sell_customer ul.inthepress_slider li {
    width: 46%;
    margin-left: 11px;
    margin-right: 11px;
  }
  .sell_customer ul.inthepress_slider li div.name span.avtar {
    left: 20%;
  }

  .sell_landing .sell-block-title {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .sell_landing .sell-block-title br {
    display: block;
  }
  .sell_landing .sell-block-title.double-line {
    display: table !important;
    overflow: hidden;
    white-space: nowrap;
  }
  .sell_landing .sell-block-title.double-line:before, .sell_landing .sell-block-title.double-line:after {
    border-top: 1px solid #4c4d4f;
    content: '';
    display: table-cell;
    position: relative;
    top: 1.3em;
    width: 45%;
  }
  .sell_landing .sell-block-title.double-line:before {
    right: 1.5%;
  }
  .sell_landing .sell-block-title.double-line:after {
    left: 1.5%;
  }
  .sell_landing .subtitle {
    font-size: 9px;
    line-height: 16px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .sell_landing .subtitle br {
    display: block;
  }
  .sell_landing .listHeader {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sell_landing .btn {
    width: 286px;
    padding: 10px 0;
    height: 36px;
  }
  .sell_landing .btn a {
    font-size: 10px;
  }
  .sell_landing table .row-web {
    display: none;
  }
  .sell_landing table tr.row-mob-first td {
    border-top: 1px solid #C0C0C0;
  }
  .sell_landing table tr.row-mob-first td:last-child {
    border-top: 1px solid #a29253;
  }
  .sell_landing table tr.row-mob-last td {
    border-bottom: 1px solid #C0C0C0;
  }
  .sell_landing table tr.row-mob-last td:last-child {
    border-bottom: 1px solid #a29253;
  }
  .sell_landing table td {
    font-size: 12px;
    padding: 10px;
    width: 50%;
  }
  .sell_landing table td:first-child {
    font-size: 8px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
  }
  .sell_landing table .column {
    display: none;
  }
  .sell_landing .sell-on-tf {
    margin-bottom: 25px;
  }
  .sell_landing .sell-on-tf .sell-steps-content {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .sell_landing .how-it-works .how-it-works-list .subtitle, .sell_landing .how-it-works .how-it-works-consign .subtitle {
    font-family: "presicav_regular";
    font-size: 10px;
    margin-bottom: 25px;
  }
  .sell_landing .how-it-works .how-it-works-list .subtitle.subtitle-link, .sell_landing .how-it-works .how-it-works-consign .subtitle.subtitle-link {
    color: #4c4d4f;
    text-decoration: underline;
    margin-bottom: 15px;
  }
  .sell_landing .how-it-works .how-it-works-list .subtitle.subtitle-link span, .sell_landing .how-it-works .how-it-works-consign .subtitle.subtitle-link span {
    font-family: "presicav_bold";
  }
  .sell_landing .how-it-works .how-it-works-list ul, .sell_landing .how-it-works .how-it-works-consign ul {
    min-height: 240px;
    margin-bottom: 20px;
  }
  .sell_landing .how-it-works .how-it-works-list ul li, .sell_landing .how-it-works .how-it-works-consign ul li {
    margin-bottom: 15px;
  }
  .sell_landing .how-it-works .how-it-works-list ul li span, .sell_landing .how-it-works .how-it-works-consign ul li span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    width: 68%;
  }
  .sell_landing .how-it-works .how-it-works-list ul li .bullet, .sell_landing .how-it-works .how-it-works-consign ul li .bullet {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 5px 8px;
    width: 26px;
    margin-right: 18px;
  }
  .sell_landing .why-tf {
    margin-bottom: 60px;
  }
  .sell_landing .why-tf .why-tf-element-wrapper {
    width: 80%;
    margin: 35px auto 10px auto;
  }
  .sell_landing .why-tf .why-tf-element-wrapper .why-tf-element {
    width: 100%;
    padding: 0 10px;
    min-height: 240px;
  }
  .sell_landing .why-tf .why-tf-element-wrapper .why-tf-element .why-tf-img img {
    width: 65px;
  }
  .sell_landing .why-tf .why-tf-element-wrapper .why-tf-element .why-tf-text-title {
    text-align: left;
    font-size: 10px;
    margin-bottom: 20px;
  }
  .sell_landing .why-tf .why-tf-element-wrapper .why-tf-element .why-tf-text-p {
    text-align: left;
    line-height: 15px;
  }
  .sell_landing .feature-in {
    margin-bottom: 0;
  }
  .sell_landing .feature-in #slider_feature {
    margin-top: 20px;
  }
  .sell_landing .recent-true-sales {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sell_landing .recent-true-sales .recent-true-Container {
    margin-top: 45px;
  }
  .sell_landing .sell_btn .col_left, .sell_landing .sell_btn .col_right {
    text-align: left;
  }
  .sell_landing .sell_btn a {
    width: 90%;
  }
  .sell_landing .sell_btn a.btn-right {
    margin-left: 0px;
  }
  .sell_landing .sell_btn.fixed {
    height: 50px;
  }
  .sell_landing .sell_btn.fixed .col_left, .sell_landing .sell_btn.fixed .col_right {
    width: 50%;
  }
  .sell_landing .sell_btn.fixed .col_right button.btn-right {
    margin-left: 0;
  }
  .sell_landing .sell_btn.fixed a {
    width: 90%;
    padding: 11px 0;
    height: auto;
    line-height: 10px;
  }
  .sell_landing .col_left h4, .sell_landing .col_right h4 {
    width: 100%;
    text-align: left;
  }
  .sell_landing .col_left ul, .sell_landing .col_right ul {
    width: 80%;
    margin: 0px;
  }
  .sell_landing .need-help {
    margin-top: 30px;
  }
  .sell_landing .need-help a {
    color: #000;
    font-family: "helvetica_bold";
  }
  .sell_landing .need-help a span.right_arrow {
    background: url(/media/additem/images/arrow_right_blackicon.png);
  }
  .sell_landing .feature-in .listHeader, .sell_landing #slider_feature .listHeader {
    margin-top: 65px;
  }
  .sell_landing .feature-in .feature_grup, .sell_landing #slider_feature .feature_grup {
    padding-bottom: 25px;
  }
  .sell_landing .feature-in .feature_grup ul, .sell_landing #slider_feature .feature_grup ul {
    margin: 0 auto;
  }
  .sell_landing .consign_list {
    margin-bottom: 0;
  }
  .sell_landing .sell-faq-container {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .sell_landing .sell-faq-container .sell-faq .faq-content {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .sell_landing .sell-faq-container .sell-faq .faq-content .faq-left, .sell_landing .sell-faq-container .sell-faq .faq-content .faq-right {
    width: 100%;
  }
  .sell_landing .sell-faq-container .sell-faq .faq-content .faq-left .faq-text .faq-text-title, .sell_landing .sell-faq-container .sell-faq .faq-content .faq-right .faq-text .faq-text-title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 15px;
  }
  .sell_landing .sell-faq-container .sell-faq .faq-content .faq-left .faq-text .faq-text-p, .sell_landing .sell-faq-container .sell-faq .faq-content .faq-right .faq-text .faq-text-p {
    font-size: 12px;
    line-height: 16px;
  }

  .popup-holder .help-popup {
    width: 700px;
  }
  .popup-holder .help-popup .content {
    font-size: 13px;
  }
  .popup-holder .help-popup .content br {
    display: none;
  }
  .popup-holder .help-popup .col_left .left-list .text, .popup-holder .help-popup .col_left .right-list .text, .popup-holder .help-popup .col_right .left-list .text, .popup-holder .help-popup .col_right .right-list .text {
    font-size: 14px;
  }
  .popup-holder .help-popup .row-one .col_left a, .popup-holder .help-popup .row-one .col_right a {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .sell_customer ul.inthepress_slider li div.name span.avtar {
    position: relative;
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .sell_landing .title_row {
    margin-bottom: 20px;
  }
  .sell_landing .col_left ul li, .sell_landing .col_right ul li {
    background: none;
    padding-left: 0px;
  }
  .sell_landing .sell_btn a {
    height: 90px;
    line-height: 60px;
  }

  .popup-holder .help-popup {
    width: 540px;
  }
  .popup-holder .help-popup .content {
    display: none;
  }
  .popup-holder .help-popup .row-one .col_left p, .popup-holder .help-popup .row-one .col_right p {
    font-size: 16px;
  }
  .popup-holder .help-popup .row-one .col_left span, .popup-holder .help-popup .row-one .col_right span {
    font-size: 13px;
  }
  .popup-holder .help-popup .row-one .col_left .holder, .popup-holder .help-popup .row-one .col_right .holder {
    min-height: 477px;
  }
  .popup-holder .help-popup .col_left .left-list span, .popup-holder .help-popup .col_right .right-list span {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 0px;
    border: 0px;
    color: #000;
    padding-top: 0px;
    vertical-align: top;
    width: 10%;
    position: relative;
    top: 3px;
  }
  .popup-holder .help-popup .col_left .left-list span:after, .popup-holder .help-popup .col_right .right-list span:after {
    content: ".";
  }
  .popup-holder .help-popup .col_left .left-list div.text, .popup-holder .help-popup .col_right .right-list div.text {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    width: 80%;
    text-align: left;
  }
  .popup-holder .help-popup .col_left .left-list div.text br, .popup-holder .help-popup .col_right .right-list div.text br {
    display: none;
  }

  .sell_customer ul.inthepress_slider li p.about-com {
    float: right;
    width: 65%;
    margin-right: 0px;
    padding: 45px 10px 10px 10px;
    position: relative;
    word-wrap: break-word;
    height: 126px;
  }
  .sell_customer ul.inthepress_slider li div.name {
    float: left;
    width: 30%;
    text-align: center;
    padding-top: 15px;
  }
  .sell_customer ul.inthepress_slider li div.name span {
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-left: 0px;
    color: #fff !important;
    font-style: normal;
    font-size: 18px;
  }
  .sell_customer ul.inthepress_slider li div.name span.avtar {
    margin-left: 0px;
  }
  .sell_customer ul.inthepress_slider li p.about-com:before {
    background: transparent url("/media/additem/images/tooltip-bottom-newarrow.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 40px;
    left: -23px;
    position: absolute;
    bottom: 33%;
    width: 23px;
    box-shadow: 0px;
  }
  .sell_customer ul.inthepress_slider li.slick-active {
    border: 0px;
    outline: 0px !important;
  }
}
@media (max-width: 640px) {
  .sell_landing .col_left ul, .sell_landing .col_right ul {
    width: 95%;
  }
  .sell_landing .col_left ul li, .sell_landing .col_right ul li {
    line-height: 20px;
    padding-bottom: 10px;
  }
  .sell_landing .sell_btn.fixed a {
    width: 85%;
  }

  .popup-holder .help-popup {
    width: 400px;
  }
  .popup-holder .help-popup .row-one .col_left p, .popup-holder .help-popup .row-one .col_right p {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .sell_landing_banner .banner_img .sellbanner_img_web {
    display: none;
  }
  .sell_landing_banner .banner_img .sellbanner_img_mob {
    display: inline-block;
    margin-left: -300px;
    left: 50%;
    position: relative;
  }

  .sell_landing .sell_btn.fixed {
    top: auto !important;
    bottom: 0;
  }
  .sell_landing .why-tf .why-tf-element-wrapper .why-tf-element {
    min-height: 305px;
  }
}
@media (max-width: 480px) {
  .sell_landing_banner {
    min-height: 160px;
  }
  .sell_landing_banner .sell_sec p br {
    display: none;
  }
  .sell_landing_banner .sell_sec .listHeader {
    margin-top: 10px;
    margin-bottom: 3px;
  }

  .topInfoOpen.body_sitewide .sell_landing .sell_btn.fixed {
    top: 92px;
  }

  .sell_landing .col_left ul li, .sell_landing .col_right ul li {
    font-size: 14px;
  }
  .sell_landing .sell_btn a {
    font-size: 11px;
    width: 96%;
    height: 60px;
    line-height: 30px;
  }
  .sell_landing .sell_btn.fixed a {
    width: 93%;
  }
  .sell_landing .sell_btn.fixed .col_right {
    padding-left: 5px;
  }
  .sell_landing .sell_btn.fixed .col_left {
    padding-right: 5px;
  }
  .sell_landing .feature-in .listHeader
  p {
    font-size: 16px;
  }

  .popup-holder .help-popup {
    width: 400px;
  }
  .popup-holder .help-popup .row-one .col_left p, .popup-holder .help-popup .row-one .col_right p {
    font-size: 13px;
  }
  .popup-holder .help-popup .row-one .col_left .holder, .popup-holder .help-popup .row-one .col_right .holder {
    min-height: 600px;
  }

  .sell_customer .listHeader p {
    font-size: 16px;
  }
  .sell_customer ul.inthepress_slider li p.about-com {
    width: 58%;
    height: auto;
    padding-top: 20px;
  }
}
@media (max-width: 400px) {
  .sell_landing .title_row {
    font-size: 20px;
  }
  .sell_landing .col_left ul, .sell_landing .col_right ul {
    padding-bottom: 10px;
  }

  .sell_landing_banner .sell_sec p {
    font-size: 14px;
    padding-top: 10px;
  }
  .sell_landing_banner .sell_sec .listHeader {
    margin-bottom: 10px;
  }

  .sell_landing .sell_btn a {
    font-size: 8px;
  }
  .sell_landing .feature-in .listHeader {
    margin-top: 35px;
  }

  .popup-holder .help-popup {
    width: 300px;
  }
  .popup-holder .help-popup .row-one .col_left .holder, .popup-holder .help-popup .row-one .col_right .holder {
    min-height: 700px;
  }
  .popup-holder .help-popup h3 {
    font-size: 13px;
  }

  .sell_customer ul.inthepress_slider li p.about-com {
    margin-right: 0px;
  }
}
@media (max-width: 320px) {
  .sell_landing_banner .sell_sec .listHeader {
    margin-top: 5px;
  }

  .sell_customer ul.inthepress_slider li p.about-com:before {
    left: -22px;
  }
}
.vimeo-video {
  display: flex;
  flex-wrap: wrap;
}
.vimeo-video iframe {
  flex: 1 0 21%;
  /* explanation below */
  margin: 5px;
  height: 180px;
  border: 0;
  outline: none;
}

.service_center_ups {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #4c4d4f;
}
.service_center_ups div.items {
  flex: 0 0 20%;
  text-align: center;
  padding: 20px 0;
}
.service_center_ups div.items a {
  position: relative;
  display: block;
}
.service_center_ups div.items a span {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.service-center-form .form-wrapper {
  width: 70%;
  float: right;
}

@media screen and (max-width: 800px) {
  body.cms-page-view .main-container.bodyContent .column {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .vimeo-video iframe {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  body.cms-page-view .main-container.bodyContent .column {
    width: 100%;
  }

  .vimeo-video iframe {
    height: 200px;
  }

  .service_center_ups div.items {
    flex: 0 0 44%;
  }
}
.web {
  display: block;
}

.mob {
  display: none;
}

.container-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.container-1195 {
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-1060 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
}

.promo-landing .promo-block-title {
  display: table !important;
  overflow: hidden;
  white-space: nowrap;
  font-family: "presicav_light";
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.promo-landing .promo-block-title:before, .promo-landing .promo-block-title:after {
  border-top: 1px solid #4c4d4f;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 45%;
}
.promo-landing .promo-block-title:before {
  right: 1.5%;
}
.promo-landing .promo-block-title:after {
  left: 1.5%;
}
.promo-landing .promo-block-title br {
  display: none;
}
.promo-landing .btn {
  min-width: 260px;
  display: inline-block;
  border: 0;
  padding: 13px 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
  text-align: center;
  background-color: #a29253;
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.promo-landing .btn:hover {
  background-color: #938245;
}
.promo-landing .btn a {
  color: #fff;
  font-family: "presicav_light";
  font-size: 10px;
  letter-spacing: 0.2em;
}
.promo-landing .btn.btn-trans {
  background: none;
  border: 1px solid #a29253;
}
.promo-landing .btn.btn-trans:hover {
  background-color: #938245;
}
.promo-landing .btn.btn-white {
  background-color: #fff;
}
.promo-landing .btn.btn-white a {
  color: #a29253;
}
.promo-landing .btn.btn-white a:hover {
  text-decoration: underline;
}
.promo-landing .btn.btn-gray {
  background-color: #4c4d4f;
}
.promo-landing .btn.btn-gray:hover {
  background-color: #37383a;
}
.promo-landing .promo-banner {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.promo-landing .promo-banner img {
  width: 100%;
}
.promo-landing .promo-banner .section-col {
  width: 50%;
}
.promo-landing .promo-banner .section-col.left {
  float: left;
}
.promo-landing .promo-banner .section-col.right {
  float: right;
}
.promo-landing .promo-banner .col-text {
  float: none;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-landing .promo-banner .col-text.right {
  float: none;
  right: 0;
}
.promo-landing .promo-banner .listHeader {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.promo-landing .promo-banner .listHeader p {
  padding: 10px 0;
}
.promo-landing .promo-banner .promo-banner-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.036em;
  line-height: 23px;
  color: #ffffff;
  max-width: 450px;
  margin: auto auto 40px;
}
.promo-landing .promo-details .promo-details-text-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 20px;
}
.promo-landing .promo-details .promo-details-text-wrapper .promo-details-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.036em;
  line-height: 20px;
  color: #4c4d4f;
  margin-bottom: 15px;
}
.promo-landing .promo-explain {
  margin-bottom: 25px;
  text-align: center;
}
.promo-landing .promo-explain .explain-element-wrapper {
  max-width: 960px;
  margin: 40px auto 60px;
}
.promo-landing .promo-explain .explain-element-wrapper .explain-element {
  width: 33%;
  float: left;
  text-align: center;
  padding: 0 25px;
}
.promo-landing .promo-explain .explain-element-wrapper .explain-element .explain-img img {
  margin: 0 auto 40px;
  width: 83px;
}
.promo-landing .promo-explain .explain-element-wrapper .explain-element .explain-text-title {
  font-family: "presicav_regular";
  letter-spacing: 0.2em;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.promo-landing .promo-explain .explain-element-wrapper .explain-element .explain-text-p {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.036em;
  font-size: 14px;
  line-height: 20px;
}
.promo-landing .promo-links-block {
  text-align: center;
  margin-bottom: 65px;
}
.promo-landing .promo-links-block .link-title {
  font-family: "helvetica_bold";
  letter-spacing: 0.036em;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.promo-landing .promo-links-block .promo-link {
  margin-bottom: 15px;
}
.promo-landing .promo-links-block .promo-link a {
  color: #4c4d4f;
  font-family: "presicav_regular";
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: underline;
}
.promo-landing .bottom-sticky {
  display: none;
}

/**************************************media queri************************************/
@media (max-width: 980px) {
  .promo-landing .promo-banner img {
    width: auto;
    height: 320px;
  }
}
@media (max-width: 800px) {
  .web {
    display: none;
  }

  .mob {
    display: block;
  }

  .container-1195 {
    padding: 0 20px;
  }

  .container-1060 {
    padding: 0;
  }

  body.bodyScrolled .back-toTop {
    bottom: 60px;
  }

  .promo-landing .promo-block-title {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .promo-landing .btn {
    padding: 10px 0;
    line-height: 10px;
  }
  .promo-landing .btn a {
    font-size: 10px;
  }
  .promo-landing .promo-banner {
    margin-bottom: 30px;
  }
  .promo-landing .promo-banner img {
    width: 100%;
    height: auto;
  }
  .promo-landing .promo-details .promo-details-text-wrapper {
    padding: 0 10px;
  }
  .promo-landing .promo-details .promo-details-text-wrapper .promo-details-text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .promo-landing .promo-explain {
    margin-bottom: 0;
  }
  .promo-landing .promo-explain .explain-element-wrapper {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .promo-landing .promo-explain .explain-element-wrapper .explain-element {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .promo-landing .promo-explain .explain-element-wrapper .explain-element .explain-img img {
    width: 65px;
    margin: 0 auto 15px;
  }
  .promo-landing .promo-explain .explain-element-wrapper .explain-element .explain-text-title {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .promo-landing .promo-explain .explain-element-wrapper .explain-element .explain-text-p {
    font-size: 12px;
    line-height: 15px;
  }
  .promo-landing .promo-links-block .link-title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 25px;
  }
  .promo-landing .promo-links-block .promo-link {
    margin-bottom: 25px;
  }
  .promo-landing .promo-links-block .promo-link a {
    font-size: 10px;
    line-height: 12px;
  }
  .promo-landing .bottom-sticky {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100vw;
    background: #fff;
    z-index: 1;
    padding: 5px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .promo-landing .promo-explain .explain-element-wrapper {
    max-width: 260px;
  }
  .promo-landing .promo-explain .explain-element-wrapper .explain-element {
    width: 100%;
  }
  .promo-landing .promo-links-block {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* -------------------------------------------- *
* 		Trade In Page
*/
#watch-upload-photo, #jewelry-upload-photo {
  padding-top: 15px;
  font-weight: lighter;
  color: #f37e8b;
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
}

.trade-in-banner {
  margin-bottom: 59px;
  position: relative;
  z-index: 1;
}
.trade-in-banner.sell_banner, .trade-in-banner .banner_img {
  height: 315px !important;
}
.trade-in-banner.sell_banner img.web_banner, .trade-in-banner .banner_img img.web_banner {
  width: auto;
  height: 315px;
  left: 50%;
  margin-left: -806px;
  position: absolute;
}
.trade-in-banner .sell_sec {
  margin-top: 55px;
}
.trade-in-banner .sell_sec .listHeader {
  margin-top: 0;
  margin-bottom: 30px;
}
.trade-in-banner .sell_sec > p {
  font-family: "helvetica-light";
  font-size: 18px;
}

.add-wishlist-wrapper {
  display: inline;
  padding-left: 15px;
}
.add-wishlist-wrapper i {
  padding-right: 10px;
}

a.start-trade {
  width: 340px;
  padding: 13px 0;
  background: #f37e8b;
  color: #fff;
  font-size: 13px;
  font-family: "presicav_light";
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 45px auto;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}
a.start-trade.bottom {
  display: block;
}
a.start-trade:hover {
  color: #fff;
}

.formBox-details ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3);
}
.formBox-details ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
}
.formBox-details :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3);
}
.formBox-details :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
}
.formBox-details .tradeHeader {
  margin: 0 7rem 3rem;
  text-align: center;
}
.formBox-details .tradeHeader .message-main {
  color: #4c4d4f;
  display: inline-block;
  font-family: "helvetica-light";
  font-style: italic;
  font-size: 26px;
  letter-spacing: 0.036em;
  margin: 1em auto;
  text-transform: none !important;
}
.formBox-details .tradeHeader .message-sub {
  color: #4c4d4f;
  font-family: "helvetica-light";
  font-size: 0.8rem;
  font-style: normal;
  margin: 0 7em 0;
  letter-spacing: 0.036em;
  text-transform: none;
}
.formBox-details .tradeHeader .title-pic {
  max-width: 800px;
  margin: 8em auto 3em;
}
.formBox-details .tradeHeader .title-pic .golden-back {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: opacity .25s ease-in-out;
}
.formBox-details .tradeHeader .title-pic .golden-back #center-imge {
  width: 76px;
  height: 76px;
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
}
.formBox-details .tradeHeader .title-pic .golden-back #center-imge img {
  width: 100%;
}
.formBox-details .tradeHeader .title-pic .golden-back .center {
  width: 100px;
  height: 100px;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: change 0.5s;
  -moz-animation: change 0.5;
  -webkit-animation: change 0.5s;
  -o-animation: change 0.5s;
}
.formBox-details .tradeHeader .title-pic .golden-back .center img {
  width: 100%;
}
@keyframes change {
  from {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  to {
    width: 76px;
    height: 76px;
    opacity: 1;
  }
}
.close-truetrade, .close-thanks-Popup {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  display: inline-block;
  text-indent: -9999px;
}

.close-truetrade {
  background: url(/media/additem/images/close-truetrade.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
}

.close-thanks-Popup {
  background: url(/media/additem/images/cross-icon.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
}

.sell_landing.trade-in-contants .trade-in-TF {
  margin-bottom: 115px;
}
.sell_landing.trade-in-contants .trade-in-TF .listHeader {
  margin-bottom: 80px;
}
.sell_landing.trade-in-contants .trade-in-TF .listHeader p {
  color: #4c4d4f;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sell_landing.trade-in-contants .trade-in-TF .trade-in-col .trd-in-col {
  float: left;
  width: 33.3333%;
  text-align: center;
  padding: 0 63px;
}
.sell_landing.trade-in-contants .trade-in-TF .trade-in-col .trd-in-col .imgBox {
  display: table;
  width: 100%;
  min-height: 103px;
}
.sell_landing.trade-in-contants .trade-in-TF .trade-in-col .trd-in-col .imgBox p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.sell_landing.trade-in-contants .trade-in-TF .trade-in-col .trd-in-col img {
  width: auto;
  margin: 0 auto;
}
.sell_landing.trade-in-contants .trade-in-TF .trade-in-col p {
  color: #4c4d4f;
  font-family: "helvetica-light";
  font-size: 16px;
  margin-top: 25px;
  line-height: 25px;
}
.sell_landing.trade-in-contants .feature-in .whyBest {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.sell_landing.trade-in-contants .feature-in .whyBest h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-style: italic;
  color: #f37e8b;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.036em;
  margin-bottom: 22px;
}
.sell_landing.trade-in-contants .feature-in .whyBest .pinkRoundArrow {
  background: url(/media/additem/images/pinkRoundArrow.png) 0 0 no-repeat;
  width: 52px;
  height: 52px;
  display: none;
}
.sell_landing.trade-in-contants .feature-in .listHeader {
  display: none;
  margin-top: 60px;
}
.sell_landing.trade-in-contants .feature-in #slider_feature, .sell_landing.trade-in-contants .feature-in .feature_grup {
  margin-top: 0;
  padding-top: 0;
}
.sell_landing.trade-in-contants .feature-in #slider_feature {
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.sell_landing.trade-in-contants .recent-true-trades .listHeader {
  margin-bottom: 50px;
}
.sell_landing.trade-in-contants .recent-true-trades .listHeader p {
  color: #4c4d4f;
  font-weight: 600;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .item {
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 25%;
  padding: 0 50px;
  overflow: hidden;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .item .listProImg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  overflow: hidden;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .item .listProImg img {
  width: 100%;
  height: auto;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .item .listProImg a {
  cursor: default;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .listProTxt {
  margin-top: 10px;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .brand-name {
  font-family: "presicav_regular";
  font-size: 10px;
  color: #a29253;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .productTitle {
  margin-bottom: 20px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .productTitle a {
  font-family: "helvetica-light";
  font-size: 16px;
  color: #4c4d4f;
  letter-spacing: 0.036em;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .regular-price {
  color: #f37e8b;
  font-family: "helvetica-light";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.036em;
}
.sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .regular-price .price {
  font-family: "helvetica_bold";
}
.sell_landing.trade-in-contants .start-trade-bottom-container {
  margin-top: 65px;
  margin-bottom: 140px;
}
.sell_landing.trade-in-contants .start-trade-bottom-container .start-trade.bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.sell_landing .feature-in .feature_grup .slick-prev, .sell_landing .feature-in .feature_grup .slick-next, .sell_landing .feature-in #slider_feature .slick-prev, .sell_landing .feature-in #slider_feature .slick-next,
.sell_landing .recent-true-slider .slick-prev,
.sell_landing .recent-true-slider .slick-next, .sell_landing .recent-true-slider #slider_feature .slick-prev, .sell_landing .recent-true-slider #slider_feature .slick-next {
  background: url(/media/additem/images/sell_sliderarrow.png) no-repeat;
  width: 30px;
  height: 50px;
  z-index: 5;
}
.sell_landing .feature-in .feature_grup .slick-prev, .sell_landing .feature-in #slider_feature .slick-prev,
.sell_landing .recent-true-slider .slick-prev, .sell_landing .recent-true-slider #slider_feature .slick-prev {
  left: 0;
  background-position: 0px 0px;
}
.sell_landing .feature-in .feature_grup .slick-next, .sell_landing .feature-in #slider_feature .slick-next,
.sell_landing .recent-true-slider .slick-next, .sell_landing .recent-true-slider #slider_feature .slick-next {
  right: 0;
  background-position: -65px 0px;
}

ul li.slick-active, ul li.slick-active {
  border: 0px !important;
  outline: 0px !important;
}

.pop-up-form .popup_overlay {
  z-index: 9000;
}
.pop-up-form .pop-up-formBox {
  position: absolute;
  top: 42px;
  width: 900px;
  margin-left: -450px;
  left: 50%;
  background: #fff;
  height: auto;
  z-index: 10000;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.pop-up-form .popHeader {
  background: #4c4d4f;
  padding: 38px 0;
  text-align: center;
  text-transform: capitalize;
  font-family: "presicav_extra_light";
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.2em;
  margin-bottom: 38px;
}
.pop-up-form .tab-inner-content .step-one, .pop-up-form .tab-inner-content .step-two {
  display: none;
}
.pop-up-form .tab-inner-content .step-one .content-row, .pop-up-form .tab-inner-content .step-two .content-row {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.pop-up-form .tab-inner-content .step-one.active, .pop-up-form .tab-inner-content .step-two.active {
  display: block;
}
.pop-up-form .item-attribute, .pop-up-form .item-attribute-submit {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 80px;
}
.pop-up-form .item-attribute li, .pop-up-form .item-attribute-submit li {
  max-width: 340px;
  width: 47%;
  float: left;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-transform: uppercase;
  padding: 12px 0;
  background: #fff;
  border: 1px solid #a29253;
  font-family: "presicav_light";
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #4c4d4f;
}
.pop-up-form .item-attribute li:last-child, .pop-up-form .item-attribute-submit li:last-child {
  float: right;
}
.pop-up-form .item-attribute li span, .pop-up-form .item-attribute-submit li span {
  display: block;
}
.pop-up-form .item-attribute li.current, .pop-up-form .item-attribute-submit li.current {
  background: #a29253;
  color: #fff;
}
.pop-up-form .trade-tab-content {
  display: none;
  position: relative;
  height: auto;
}
.pop-up-form .trade-tab-content.current {
  display: block;
}
.pop-up-form .trade-tab-content .tab-input-content {
  min-height: 20rem;
}
.pop-up-form .trade-tab-content .tab-input-content.centered {
  text-align: center;
}
.pop-up-form .trade-tab-content .tab-input-content.narrow {
  margin: 2rem;
}
.pop-up-form .trade-tab-content .js-auth-has-acct.hidden, .pop-up-form .trade-tab-content .js-auth-no-acct.hidden {
  display: none;
}
.pop-up-form .trade-tab-content .content-row {
  margin-bottom: 30px;
}
.pop-up-form .trade-tab-content .content-row label, .pop-up-form .trade-tab-content .content-row p {
  color: #4c4d4f;
  font-family: "helvetica-light";
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.036em;
}
.pop-up-form .trade-tab-content .content-row > a {
  color: #a29253;
  font-family: "presicav_regular";
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.2em;
}
.pop-up-form .trade-tab-content .content-row label {
  display: block;
}
.pop-up-form .trade-tab-content .content-row p {
  margin-bottom: 25px;
}
.pop-up-form .trade-tab-content .content-row p.minimal {
  font-size: 0.8rem;
  font-style: normal;
  margin: 0 15rem 0;
}
.pop-up-form .trade-tab-content .content-row p.small-test {
  font-size: 15px;
  color: #545454;
}
.pop-up-form .trade-tab-content .content-row p.small-test br {
  display: none;
}
.pop-up-form .trade-tab-content .content-row p.small-test span {
  text-decoration: underline;
}
.pop-up-form .trade-tab-content .content-row.image-upload {
  margin-bottom: 30px;
}
.pop-up-form .trade-tab-content .content-row.row.tell-us {
  margin-bottom: 20px;
}
.pop-up-form .trade-tab-content .content-row.row.tell-us .title-with-sub {
  margin-bottom: 10px;
}
.pop-up-form .trade-tab-content .custom-select, .pop-up-form .trade-tab-content .trade-input {
  width: 100%;
  text-align: center;
  margin-bottom: 17px;
  padding: 0 17px;
}
.pop-up-form .trade-tab-content .custom-select select, .pop-up-form .trade-tab-content .custom-select textarea, .pop-up-form .trade-tab-content .custom-select input, .pop-up-form .trade-tab-content .custom-select .input-text, .pop-up-form .trade-tab-content .trade-input select, .pop-up-form .trade-tab-content .trade-input textarea, .pop-up-form .trade-tab-content .trade-input input, .pop-up-form .trade-tab-content .trade-input .input-text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  padding: 20px;
  color: #4c4d4f;
  font-family: "helvetica-light";
  background: #fff;
  font-size: 16px;
  letter-spacing: 0.036em;
}
.pop-up-form .trade-tab-content .custom-select select, .pop-up-form .trade-tab-content .custom-select .input-text, .pop-up-form .trade-tab-content .custom-select .validation-advice, .pop-up-form .trade-tab-content .trade-input select, .pop-up-form .trade-tab-content .trade-input .input-text, .pop-up-form .trade-tab-content .trade-input .validation-advice {
  width: 340px;
  height: 42px;
  padding: 10px 15px;
}
.pop-up-form .trade-tab-content .custom-select .validation-advice, .pop-up-form .trade-tab-content .trade-input .validation-advice {
  text-align: left;
  margin: 0 auto;
  font-size: 13px;
}
.pop-up-form .trade-tab-content .custom-select textarea, .pop-up-form .trade-tab-content .trade-input textarea {
  resize: none;
  height: 120px;
}
.pop-up-form .trade-tab-content .custom-select textarea::-webkit-input-placeholder, .pop-up-form .trade-tab-content .trade-input textarea::-webkit-input-placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.026em;
}
.pop-up-form .trade-tab-content .custom-select textarea::-moz-placeholder, .pop-up-form .trade-tab-content .trade-input textarea::-moz-placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.026em;
}
.pop-up-form .trade-tab-content .custom-select textarea:-ms-input-placeholder, .pop-up-form .trade-tab-content .trade-input textarea:-ms-input-placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.026em;
}
.pop-up-form .trade-tab-content .custom-select textarea:-moz-placeholder, .pop-up-form .trade-tab-content .trade-input textarea:-moz-placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.026em;
}
.pop-up-form .trade-tab-content .custom-select textarea:focus, .pop-up-form .trade-tab-content .trade-input textarea:focus {
  /* FF 4-18 */
  /* FF 19+ */
}
.pop-up-form .trade-tab-content .custom-select textarea:focus::-webkit-input-placeholder, .pop-up-form .trade-tab-content .trade-input textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.pop-up-form .trade-tab-content .custom-select textarea:focus:focus:-moz-placeholder, .pop-up-form .trade-tab-content .trade-input textarea:focus:focus:-moz-placeholder {
  color: transparent;
}
.pop-up-form .trade-tab-content .custom-select textarea:focus:focus::-moz-placeholder, .pop-up-form .trade-tab-content .trade-input textarea:focus:focus::-moz-placeholder {
  color: transparent;
}
.pop-up-form .trade-tab-content .custom-select textarea:focus:focus:-ms-input-placeholder, .pop-up-form .trade-tab-content .trade-input textarea:focus:focus:-ms-input-placeholder {
  color: transparent;
}
.pop-up-form .trade-tab-content .custom-select .p.required, .pop-up-form .trade-tab-content .custom-select .validation-advice, .pop-up-form .trade-tab-content .trade-input .p.required, .pop-up-form .trade-tab-content .trade-input .validation-advice {
  padding-top: 15px;
  font-weight: lighter;
  color: #f37e8b;
}
.pop-up-form .trade-tab-content input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid rgba(162, 146, 83, 0.5) !important;
  margin: 17px 0;
}
.pop-up-form .trade-tab-content input::-webkit-input-placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.036em;
}
.pop-up-form .trade-tab-content input::-moz-placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.036em;
}
.pop-up-form .trade-tab-content input:-ms-input-placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.036em;
}
.pop-up-form .trade-tab-content input:-moz-placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.036em;
}
.pop-up-form .trade-tab-content input:focus {
  /* FF 4-18 */
  /* FF 19+ */
}
.pop-up-form .trade-tab-content input:focus::-webkit-input-placeholder {
  color: transparent;
}
.pop-up-form .trade-tab-content input:focus:focus:-moz-placeholder {
  color: transparent;
}
.pop-up-form .trade-tab-content input:focus:focus::-moz-placeholder {
  color: transparent;
}
.pop-up-form .trade-tab-content input:focus:focus:-ms-input-placeholder {
  color: transparent;
}
.pop-up-form .trade-tab-content .upload-photos {
  text-align: center;
  padding: 0 17px;
}
.pop-up-form .trade-tab-content .upload-photos .dz-message {
  opacity: 1;
}
.pop-up-form .trade-tab-content .upload-photos .upload-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 340px;
  padding: 13px 0;
  color: #fff;
  font-family: "presicav_light";
  background: #a29253;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.pop-up-form .trade-tab-content .image-upload .image-upload-area {
  margin-bottom: 30px;
}
.pop-up-form .trade-tab-content .image-upload .image-upload-area .photo-area {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  max-width: 450px;
  height: 120px;
  border: 1px dashed #a29253;
  margin: 0 auto;
  cursor: pointer;
}
.pop-up-form .trade-tab-content .image-upload .image-upload-area .photo-area .placeholder-text {
  font-family: "helvetica_bold";
  font-size: 14px;
  position: relative;
  top: 40%;
  text-align: center;
  opacity: 0.3;
}
.pop-up-form .trade-tab-content .image-upload .dz-preview {
  position: relative;
  margin: 20px 0 0;
  vertical-align: top;
  width: 108px;
  height: 108px;
  margin-right: 10px;
  display: inline-block;
}
.pop-up-form .trade-tab-content .image-upload .dz-preview:last-child {
  margin-right: 0;
}
.pop-up-form .trade-tab-content .image-upload .dz-preview .dz-details, .pop-up-form .trade-tab-content .image-upload .dz-preview .dz-progress, .pop-up-form .trade-tab-content .image-upload .dz-preview .dz-success-mark, .pop-up-form .trade-tab-content .image-upload .dz-preview .dz-error-mark {
  display: none;
}
.pop-up-form .trade-tab-content .image-upload .dz-preview .dz-error-message {
  color: red;
  word-break: break-all;
}
.pop-up-form .trade-tab-content .image-upload .dz-preview .dz-image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
  display: block;
  width: 100%;
}
.pop-up-form .trade-tab-content .image-upload .dz-preview .dz-image img {
  width: 100%;
}
.pop-up-form .trade-tab-content .image-upload .dz-preview .dz-remove {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/media/additem/images/delete.png) center center no-repeat rgba(255, 255, 255, 0.3);
  text-indent: -999px;
}
.pop-up-form .bottom-action {
  margin-top: 110px;
}
.pop-up-form .bottom-action.size-1 a, .pop-up-form .bottom-action.size-1 .action {
  width: 100%;
}
.pop-up-form .bottom-action.size-2 a, .pop-up-form .bottom-action.size-2 .action {
  width: 50%;
}
.pop-up-form .bottom-action a, .pop-up-form .bottom-action .action {
  float: left;
  border-right: 1px solid #fff;
  background: #dcd6c0;
  text-align: center;
  font-family: "presicav_light";
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 25px 0;
  cursor: pointer;
  display: block;
  color: #4c4d4f;
}
.pop-up-form .bottom-action a:last-child, .pop-up-form .bottom-action .action:last-child {
  border-right: none;
}
.pop-up-form .bottom-action a:hover, .pop-up-form .bottom-action .action:hover {
  background: #beb48f;
}
.pop-up-form .bottom-action a span, .pop-up-form .bottom-action .action span {
  position: relative;
}
.pop-up-form .bottom-action a span .fa-spinner, .pop-up-form .bottom-action .action span .fa-spinner {
  margin-right: 0.5em;
  position: absolute;
  bottom: 2px;
  left: -2em;
}
.pop-up-form .bottom-action a.next-button span:after, .pop-up-form .bottom-action a.submit-button span:after, .pop-up-form .bottom-action .action.next-button span:after, .pop-up-form .bottom-action .action.submit-button span:after {
  content: url(/media/additem/images/new_trade_next.png);
  display: table;
  position: absolute;
  right: -2em;
  top: 0;
  width: 1em;
  height: 1em;
}
.pop-up-form .bottom-action a.submit-button, .pop-up-form .bottom-action .action.submit-button {
  float: none;
  width: 100%;
  margin-right: 0;
}
.pop-up-form .bottom-action.submit {
  margin-top: 40px;
}

.tab-inner-content {
  position: relative;
}
.tab-inner-content .sell_loader {
  position: absolute;
  left: 50%;
  bottom: 100px;
  z-index: 100;
  width: 32px;
  height: 32px;
  margin-left: -16px;
}

.thanksPopup .popup_overlay {
  z-index: 9000;
}
.thanksPopup .thanksSubmitting {
  width: 610px;
  height: 360px;
  background: #eceadd;
  padding: 95px 0;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -305px;
  top: 42px;
  z-index: 10000;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.thanksPopup .thanksSubmitting .message-main {
  display: inline-block;
  font-family: "presicav_extra_light";
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  line-height: 28px;
}
.thanksPopup .thanksSubmitting p {
  margin-bottom: 35px;
  font-family: "helvetica-light";
  font-size: 16px;
  color: #666666;
  font-style: italic;
  letter-spacing: 0.036em;
}
.thanksPopup .thanksSubmitting .trade-in-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 340px;
  padding: 13px 0;
  color: #fff;
  font-family: "presicav_light";
  background: #f37e8b;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.2em;
}

.agree_terms input {
  display: inline-block;
}
.agree_terms label {
  line-height: normal;
  position: relative;
  top: -1px;
  font-family: "helvetica-light";
  font-size: 13px;
  letter-spacing: 0.036em;
}
.agree_terms .validation-advice {
  width: 340px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 13px;
  padding-top: 15px;
  font-weight: lighter;
  color: #f37e8b;
}

/**** Responsive  Start *****************/
@media (max-width: 1024px) {
  .slick-slide img {
    width: 100%;
  }

  .recent-true-slider .slick-dots li button:before {
    color: #a29253;
    font-size: 30px;
  }
  .recent-true-slider .slick-dots li.slick-active button::before {
    color: #a29253;
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .pop-up-form .pop-up-formBox {
    width: 90%;
    margin-left: -45%;
  }

  .sell_landing.trade-in-contants #slider_feature {
    padding-bottom: 0;
  }
  .sell_landing.trade-in-contants .feature-in .feature_grup ul {
    width: 90%;
  }
  .sell_landing.trade-in-contants .recent-true-trades .recent-true-Container ul.recent-true-slider {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sell_landing.trade-in-contants .trade-in-TF {
    margin-bottom: 0;
  }
  .sell_landing.trade-in-contants .trade-in-TF .trade-in-col .trd-in-col {
    width: 100%;
    margin-bottom: 48px;
  }
  .sell_landing.trade-in-contants .trade-in-TF .trade-in-col .trd-in-col:last-child {
    margin-bottom: 0;
  }
  .sell_landing.trade-in-contants .feature-in .whyBest {
    display: none;
  }
  .sell_landing.trade-in-contants .feature-in .listHeader {
    display: block;
  }
  .sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .recent-true-slider li .listProImg a img {
    width: inherit;
    float: left;
    width: 47%;
    margin: 0 10px 0 0;
  }
  .sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .recent-true-slider li .listProImg .listProTxt {
    float: right;
    width: 48%;
    text-align: center;
    margin-top: 0;
  }
  .sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .recent-true-slider li .listProImg .listProTxt .regular-price .price {
    display: block;
  }

  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action {
    margin-top: 0;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a {
    float: inherit;
    width: 100%;
    font-size: 13px;
    padding: 17px 0;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a.watch-add-another, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a.jewel-add-another {
    font-size: 11px;
    background-color: transparent;
    padding-bottom: 30px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a.watch-add-another span, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a.jewel-add-another span {
    border-bottom: 1px solid #b4b4b4;
  }

  .thanksPopup .popup_overlay {
    z-index: 9000;
  }
  .thanksPopup .thanksSubmitting {
    width: 310px;
    height: 250px;
    margin-left: -155px;
    padding: 50px 10px;
    top: 25px;
  }
  .thanksPopup .thanksSubmitting h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .thanksPopup .thanksSubmitting p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .thanksPopup .thanksSubmitting .trade-in-button {
    width: 250px;
    font-size: 11px;
    padding: 11px 0;
  }
}
@media (max-width: 480px) {
  .trade-in-banner {
    margin-bottom: 27px;
  }
  .trade-in-banner.sell_banner, .trade-in-banner .banner_img {
    height: 182px !important;
    min-height: auto;
  }
  .trade-in-banner.sell_banner img.web_banner, .trade-in-banner .banner_img img.web_banner {
    height: 182px;
    margin-left: -465px;
  }
  .trade-in-banner .sell_sec {
    margin-top: 30px;
  }
  .trade-in-banner .sell_sec .listHeader {
    margin-bottom: 10px;
  }
  .trade-in-banner .sell_sec .listHeader > p {
    font-size: 16px;
    padding: 5px 0 !important;
  }
  .trade-in-banner .sell_sec > p {
    font-size: 12px;
    line-height: 15px;
  }
  .trade-in-banner .sell_sec a.start-trade {
    width: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  .sell_landing.trade-in-contants .trade-in-TF .listHeader {
    margin-bottom: 0;
  }
  .sell_landing.trade-in-contants .trade-in-TF .listHeader p {
    font-size: 16px;
  }
  .sell_landing.trade-in-contants .trade-in-TF .trade-in-col .trd-in-col p {
    font-size: 12px;
    line-height: 15px;
  }
  .sell_landing.trade-in-contants .feature-in .listHeader {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .sell_landing.trade-in-contants .feature-in .listHeader p {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .sell_landing.trade-in-contants .feature-in #slider_feature {
    padding-bottom: 0;
  }
  .sell_landing.trade-in-contants .feature-in #slider_feature .feature_grup {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .sell_landing.trade-in-contants .recent-true-trades .listHeader {
    margin-bottom: 35px;
  }
  .sell_landing.trade-in-contants .recent-true-trades .listHeader p {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .recent-true-slider li.item {
    padding: 0;
  }
  .sell_landing.trade-in-contants .recent-true-trades .recent-true-Container .recent-true-slider li.item .listProImg .listProTxt .price-box .price-details .regular-price {
    font-size: 12px;
  }
  .sell_landing.trade-in-contants .start-trade-bottom-container {
    margin-top: 85px;
    margin-bottom: 65px;
  }
  .sell_landing.trade-in-contants .start-trade-bottom-container a.start-trade.bottom {
    font-size: 10px;
    width: 240px;
  }

  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .pop-up-form .pop-up-formBox .popHeader {
    font-size: 15px;
    padding: 23px 0;
    margin-bottom: 23px;
  }
  .pop-up-form .pop-up-formBox .item-attribute-wrapper {
    margin: 0 auto 23px;
    width: 100%;
    text-align: center;
    padding: 0 17px;
  }
  .pop-up-form .pop-up-formBox .item-attribute-wrapper ul.item-attribute, .pop-up-form .pop-up-formBox .item-attribute-wrapper ul.item-attribute-submit {
    padding: 0;
    margin: 0 auto;
    max-width: 290px;
  }
  .pop-up-form .pop-up-formBox .item-attribute-wrapper ul.item-attribute .item-category, .pop-up-form .pop-up-formBox .item-attribute-wrapper ul.item-attribute-submit .item-category {
    max-width: 135px;
    margin-right: 0;
  }
  .pop-up-form .pop-up-formBox .formBox-details .tradeHeader .message-main {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row {
    margin-bottom: 15px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row p {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row p.small-test {
    font-size: 11px;
    margin-bottom: 13px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row p.small-test br {
    display: inline-block;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row .custom-select select, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row .custom-select .input-text, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row .custom-select textarea, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row .custom-select .validation-advice {
    width: 100%;
    max-width: 290px;
    font-size: 13px;
    padding: 10px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .content-row .upload-photos a {
    width: 100%;
    max-width: 290px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action {
    margin-top: 0;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a {
    float: inherit;
    width: 100%;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a.watch-add-another, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a.jewel-add-another {
    background-color: transparent;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a.watch-add-another span, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-one .bottom-action a.jewel-add-another span {
    border-bottom: 1px solid #b4b4b4;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .content-row {
    padding: 0 30px !important;
    margin-bottom: 0;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .content-row .custom-select select {
    width: 100%;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .content-row .upload-photos a {
    width: 300px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .bottom-action {
    margin-top: 0;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .bottom-action a {
    float: inherit;
    width: 100%;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .bottom-action a.watch-add-another, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .bottom-action a.jewel-add-another {
    background-color: transparent;
  }
  .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .bottom-action a.watch-add-another span, .pop-up-form .pop-up-formBox .formBox-details .trade-tab-content .step-two .bottom-action a.jewel-add-another span {
    border-bottom: 1px solid #b4b4b4;
  }
  .pop-up-form .pop-up-formBox .formBox-details .submit-step-tab .bottom-action {
    margin-top: 30px;
  }
  .pop-up-form .pop-up-formBox .formBox-details .submit-step-tab .bottom-action a.submit-button {
    font-size: 13px;
    padding: 17px 0;
  }
  .pop-up-form .trade-tab-content .custom-select {
    margin-bottom: 13px;
  }
  .pop-up-form .trade-tab-content .custom-select textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .pop-up-form .trade-tab-content .custom-select textarea::-moz-placeholder {
    font-size: 13px;
  }
  .pop-up-form .trade-tab-content .custom-select textarea:-ms-input-placeholder {
    font-size: 13px;
  }
  .pop-up-form .trade-tab-content .custom-select textarea:-moz-placeholder {
    font-size: 13px;
  }
  .pop-up-form .trade-tab-content .image-upload .image-upload-area {
    display: none;
  }
  .pop-up-form .trade-tab-content .upload-photos fieldset {
    width: 100%;
    margin: 0;
    padding: 0;
    background: red;
  }
  .pop-up-form .trade-tab-content .upload-photos .upload-button {
    width: 100%;
    max-width: 290px;
  }
}
#makeanoffer-pop-up-form .pop-up-formBox {
  width: 610px;
  margin-left: -305px;
  top: 0;
}
#makeanoffer-pop-up-form .pop-up-formBox .close-makeanoffer {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/media/additem/images/close_icon.png);
  background-size: 100%;
  width: 20px;
  height: 20px;
  text-indent: -999em;
}
#makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer {
  margin-top: 75px;
}
#makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
#makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine .input-label {
  margin-bottom: 17px;
  color: #4c4d4f;
  font-family: "helvetica-light";
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.036em;
  text-align: center;
}
#makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine .input-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 17px;
  padding: 0 17px;
}
#makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine .input-wrapper input {
  width: 340px;
  height: 42px;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-family: "helvetica-light";
  background: #ffffff;
  font-size: 16px;
  letter-spacing: 0.036em;
}
#makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine .input-wrapper .validation-advice {
  font-weight: lighter;
  color: #f37e8b;
  text-align: left;
  margin: 10px auto;
  font-size: 14px;
  width: 340px;
}

#makeanoffer-thanksPopup .thanksSubmitting {
  padding: 120px 0;
}
#makeanoffer-thanksPopup .thanksSubmitting .close-makeanoffer-thanksPopup {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/media/additem/images/close_icon.png);
  background-size: 100%;
  width: 20px;
  height: 20px;
  text-indent: -999em;
}

@media (max-width: 767px) {
  #makeanoffer-thanksPopup .thanksSubmitting {
    padding: 70px 10px;
  }
  #makeanoffer-thanksPopup .thanksSubmitting .close-makeanoffer-thanksPopup {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 600px) {
  #makeanoffer-pop-up-form .pop-up-formBox {
    width: 90%;
    margin-left: -45%;
  }
  #makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer {
    margin-top: 60px;
  }
  #makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine {
    margin-bottom: 17px;
  }
  #makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine .input-label {
    font-size: 18px;
  }
  #makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine .input-wrapper input, #makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine .input-wrapper .validation-advice {
    max-width: 290px;
    font-size: 13px;
    width: 100%;
    padding: 10px;
  }
  #makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .FormLine .input-wrapper .validation-advice {
    margin: 0 auto;
  }
  #makeanoffer-pop-up-form .pop-up-formBox #form-make-an-offer .bottom-action a.submit-button {
    font-size: 13px;
    padding: 17px 0;
  }
}
#weddings .banner-container {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#weddings .banner-container .listHeader {
  color: #4c4d4f;
  font-family: "presicav_light";
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 100;
  margin-top: -90%;
}
#weddings .banner-container .listHeader .line {
  background: #bfb489;
}
#weddings .banner-container .banner img {
  width: 100%;
  height: auto;
}
#weddings .banner-container .banner .text {
  display: none;
}
#weddings .icons-container {
  display: none;
}
#weddings .engagement-container {
  width: 100%;
  margin-top: -20%;
}
#weddings .engagement-container p {
  font-family: "presicav_extra_light";
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #4c4d4f;
  text-align: center;
  margin-bottom: 5px;
}
#weddings .engagement-container div {
  font-family: "presicav_regular";
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
#weddings .bands-container {
  background-image: url("/media/wysiwyg/weddings/bg-bands-mobile.jpg");
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 23px;
}
#weddings .bands-container p {
  font-family: "presicav_extra_light";
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #4c4d4f;
  text-align: center;
  margin-bottom: 5px;
}
#weddings .bands-container div {
  font-family: "presicav_regular";
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
#weddings .bands-container .text-container {
  position: relative;
  width: 50%;
  top: 30px;
  left: 45%;
}
#weddings .groom-container {
  background-image: url("/media/wysiwyg/weddings/bg-groom-mobile.jpg");
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 12px;
}
#weddings .groom-container p {
  font-family: "presicav_extra_light";
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #4c4d4f;
  text-align: center;
  margin-bottom: 5px;
}
#weddings .groom-container div {
  font-family: "presicav_regular";
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
#weddings .groom-container .text-container {
  position: relative;
  width: 40%;
  top: 55px;
  left: 5px;
}
#weddings .preloved-container {
  width: 100%;
  height: 225px;
}
#weddings .preloved-container p {
  font-family: "presicav_extra_light";
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #4c4d4f;
  text-align: center;
  margin-bottom: 5px;
}
#weddings .preloved-container .link {
  font-family: "presicav_regular";
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
#weddings .preloved-container .col-right {
  display: none;
}
#weddings .preloved-container .col-left {
  position: relative;
  width: 99%;
  height: 100%;
  margin: 20px auto;
  padding: 4% 0;
  background-color: #f6f6f5;
}
#weddings .preloved-container .col-left .corner {
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
#weddings .preloved-container .col-left .corner img {
  z-index: 1;
  opacity: 0.99;
}
#weddings .preloved-container .col-left .corner:first-child {
  top: 0;
  left: 0;
}
#weddings .preloved-container .col-left .corner:last-child {
  bottom: 0;
  right: 0;
}
#weddings .preloved-container .col-left .card {
  position: relative;
  width: 93%;
  height: 100%;
  margin: auto;
  background: #fff url("/media/wysiwyg/weddings/engagement-mobile.jpg") no-repeat;
  background-size: 50%;
  background-position: bottom left;
  box-shadow: 0 4px 6px 2px rgba(51, 51, 51, 0.2);
  z-index: 10;
}
#weddings .preloved-container .text-container {
  position: relative;
  top: 30px;
}
#weddings .preloved-container .text-container .line {
  width: 150px;
  height: 1px;
  margin: 0 auto 10px;
  background-color: #bfb489;
}
#weddings .diamond-container {
  width: 100%;
  height: 225px;
}
#weddings .diamond-container p {
  font-family: "presicav_extra_light";
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #4c4d4f;
  text-align: center;
  margin-bottom: 5px;
}
#weddings .diamond-container .link {
  font-family: "presicav_regular";
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
#weddings .diamond-container .col-left {
  display: none;
}
#weddings .diamond-container .col-right {
  position: relative;
  width: 99%;
  height: 100%;
  margin: 20px auto;
  padding: 4% 0;
  background-color: #f6f6f5;
}
#weddings .diamond-container .col-right .corner {
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
#weddings .diamond-container .col-right .corner img {
  z-index: 1;
  opacity: 0.99;
}
#weddings .diamond-container .col-right .corner:first-child {
  top: 0;
  left: 0;
}
#weddings .diamond-container .col-right .corner:last-child {
  bottom: 0;
  right: 0;
}
#weddings .diamond-container .col-right .card {
  position: relative;
  width: 93%;
  height: 100%;
  margin: auto;
  background: #fff url("/media/wysiwyg/weddings/diamond-mobile.jpg") no-repeat;
  background-size: 50%;
  background-position: bottom right;
  box-shadow: 0 4px 6px 2px rgba(51, 51, 51, 0.2);
  z-index: 10;
}
#weddings .diamond-container .text-container {
  position: relative;
  top: 30px;
}
#weddings .diamond-container .text-container .line {
  width: 150px;
  height: 1px;
  margin: 0 auto 10px;
  background-color: #bfb489;
}
#weddings .loupe-container {
  width: 100%;
  margin: 20px 0;
  padding: 20px 0;
  background-color: #f6f6f5;
  text-align: center;
}
#weddings .loupe-container .listHeader {
  color: #4c4d4f;
  font-family: "presicav_light";
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 100;
  margin-bottom: 10px;
}
#weddings .loupe-container .listHeader .line {
  background: #bfb489;
}
#weddings .loupe-container .item-container {
  display: inline-block;
  width: 48%;
}
#weddings .loupe-container .item-container .img-container {
  width: 95%;
  margin: 20px auto;
  background-color: #fff;
  padding: 12px;
  border: 1px solid #f9f9f0;
  box-shadow: 0 4px 6px 2px rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
}
#weddings .loupe-container .item-container .img-container img {
  width: 100%;
}
#weddings .loupe-container .link {
  display: table-cell;
  width: 100%;
  height: 80px;
  padding: 0 3%;
  vertical-align: middle;
  font-family: "presicav_regular";
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #weddings {
    max-width: 1121px;
    margin: auto;
  }
  #weddings .banner-container .listHeader {
    display: none;
  }
  #weddings .banner-container .banner {
    background-image: url("/media/wysiwyg/weddings/banner.jpg");
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #weddings .banner-container .banner img {
    display: none;
  }
  #weddings .banner-container .banner .dt-line {
    width: 240px;
    padding-top: 120px;
    margin: auto;
    border-bottom: 1px solid #bfb489;
  }
  #weddings .banner-container .banner .text {
    display: block;
    font-family: Helvetica,Arial,'helvetica_reg';
    font-style: italic;
    text-align: center;
    letter-spacing: 0.036em;
    color: #bfb489;
    margin-top: 12px;
  }
  #weddings .icons-container {
    display: table;
    width: 100%;
    height: 115px;
  }
  #weddings .icons-container .icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
  #weddings .icons-container .icon img {
    margin: auto;
  }
  #weddings .icons-container .icon p {
    margin-top: 10px;
    font-family: "presicav_light";
    letter-spacing: 0.2em;
    font-size: 11px;
  }
  #weddings .icons-container .v-line {
    display: table-cell;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(112, 112, 112, 0), rgba(112, 112, 112, 0.5), rgba(112, 112, 112, 0));
  }
  #weddings .engagement-container {
    width: 100%;
    height: 350px;
    margin-top: 10px;
    background-image: url("/media/wysiwyg/weddings/bg-engagement.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #weddings .engagement-container .text-container {
    width: 363px;
    position: relative;
    top: 175px;
    left: 100px;
  }
  #weddings .engagement-container p {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  #weddings .engagement-container div {
    font-size: 12px;
  }
  #weddings .bands-container {
    background-image: url("/media/wysiwyg/weddings/bg-bands.jpg");
    height: 350px;
  }
  #weddings .bands-container .text-container {
    top: 160px;
  }
  #weddings .bands-container p {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  #weddings .bands-container div {
    font-size: 12px;
  }
  #weddings .groom-container {
    background-image: url("/media/wysiwyg/weddings/bg-groom.jpg");
    height: 352px;
    margin-top: 30px;
  }
  #weddings .groom-container .text-container {
    top: 160px;
  }
  #weddings .groom-container p {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  #weddings .groom-container div {
    font-size: 12px;
  }
  #weddings .preloved-container {
    height: 336px;
    margin-top: 30px;
  }
  #weddings .preloved-container p {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  #weddings .preloved-container .link {
    font-size: 12px;
  }
  #weddings .preloved-container .col-right {
    float: right;
    display: block;
    position: relative;
    width: 50%;
  }
  #weddings .preloved-container .col-right img {
    height: 100%;
    margin: auto;
  }
  #weddings .preloved-container .col-left {
    display: block;
    float: left;
    width: 50%;
    padding: 14px;
    margin: auto;
  }
  #weddings .preloved-container .col-left .card {
    width: 98%;
    background-image: none;
  }
  #weddings .preloved-container .text-container {
    top: 100px;
  }
  #weddings .diamond-container {
    height: 336px;
    margin-top: 30px;
  }
  #weddings .diamond-container p {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  #weddings .diamond-container .link {
    font-size: 12px;
  }
  #weddings .diamond-container .col-left {
    float: left;
    display: block;
    position: relative;
    width: 50%;
  }
  #weddings .diamond-container .col-left img {
    height: 100%;
    margin: auto;
  }
  #weddings .diamond-container .col-right {
    display: block;
    float: right;
    width: 50%;
    padding: 14px;
    margin: auto;
  }
  #weddings .diamond-container .col-right .card {
    width: 98%;
    background-image: none;
  }
  #weddings .diamond-container .text-container {
    top: 100px;
  }
  #weddings .loupe-container {
    margin: 30px 0;
    padding: 30px 0;
  }
  #weddings .loupe-container .listHeader {
    display: none;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  #weddings .loupe-container .item-container {
    width: 24%;
  }
  #weddings .loupe-container .link {
    font-size: 12px;
  }
}
#in-the-press .mob {
  display: none;
}
#in-the-press .web {
  display: block;
}
#in-the-press .banner-container .banner .listHeader {
  color: #4c4d4f;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 65px auto;
}
#in-the-press .videos-container {
  max-width: 1280px;
  margin: 0 auto;
}
#in-the-press .videos-container .bx-wrapper {
  position: relative;
}
#in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item {
  cursor: pointer;
}
#in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .video-img {
  background: #000;
  margin-bottom: 30px;
  position: relative;
}
#in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .video-img img {
  width: 100%;
  opacity: 0.6;
}
#in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .video-img img:hover {
  opacity: 1;
}
#in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .video-img .press-blurb-mob {
  display: none;
}
#in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .press-img {
  margin-bottom: 30px;
}
#in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .press-img img {
  max-width: 100%;
  margin: 0 auto;
}
#in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .press-blurb {
  font-family: "presicav_light";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 auto 15px;
  text-align: center;
}
#in-the-press .videos-container .bx-wrapper .bx-prev, #in-the-press .videos-container .bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  width: 21px;
  height: 51px;
  text-indent: -9999px;
  z-index: 10;
}
#in-the-press .videos-container .bx-wrapper .bx-prev {
  left: -31px;
  background-position: 0 -617px;
}
#in-the-press .videos-container .bx-wrapper .bx-next {
  right: -31px;
  background-position: 0 -668px;
}
#in-the-press .links-container {
  margin: 30px auto;
}
#in-the-press .links-container .listHeader {
  color: #4c4d4f;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 65px auto;
}
#in-the-press .links-container .links-list {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
#in-the-press .links-container .links-list .link {
  max-width: 358px;
  margin-bottom: 75px;
  display: inline-block;
}
#in-the-press .links-container .links-list .link img {
  width: 100%;
}
#in-the-press .links-container .links-list .link .press-link {
  cursor: pointer;
  font-family: "presicav_regular";
  color: #4c4d4f;
  letter-spacing: 0.2em;
}
#in-the-press .links-container .links-list .link .press-link img {
  width: 25px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
#in-the-press .contact-container {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
#in-the-press .contact-container h3 {
  font-family: "helvetica-light";
  font-size: 30px;
  letter-spacing: 0.036em;
  color: #4c4d4f;
  text-align: center;
  text-transform: none;
}
#in-the-press .contact-container .btn {
  width: 386px;
  margin: 25px auto;
  border: 1px solid #a29253;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  font-size: 22px;
  color: #4c4d4f;
  text-transform: none;
  padding: 15px 0;
}
#in-the-press .contact-container .btn:hover {
  background: #f37e8b;
  color: #fff;
  border-color: #f37e8b;
}

@media (max-width: 1280px) {
  .videos-container .bx-wrapper {
    max-width: 750px !important;
  }
}
@media (max-width: 800px) {
  #in-the-press .mob {
    display: block;
  }
  #in-the-press .web {
    display: none;
  }
  #in-the-press .banner-container .banner .listHeader {
    font-size: 15px;
    margin: 25px auto;
    padding: 0 25px;
  }
  #in-the-press .videos-container .bx-wrapper {
    max-width: 540px !important;
  }
  #in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .video-img {
    margin-bottom: 25px;
  }
  #in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .video-img .press-blurb-mob {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.16em;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    margin: 0 15px;
    font-family: "presicav_extra_light";
    text-transform: uppercase;
    text-align: center;
  }
  #in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .press-img {
    margin-bottom: 25px;
  }
  #in-the-press .videos-container .bx-wrapper .bx-viewport .video-list .video-item .press-blurb {
    font-family: "presicav_light";
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 auto 15px;
    text-align: center;
  }
  #in-the-press .videos-container .bx-wrapper .bx-prev, #in-the-press .videos-container .bx-wrapper .bx-next {
    height: 51px;
  }
  #in-the-press .links-container {
    margin: 0 auto;
  }
  #in-the-press .links-container .listHeader {
    font-size: 15px;
    margin: 25px auto;
    padding: 0 25px;
  }
  #in-the-press .links-container .links-list .link {
    width: 49%;
    margin-bottom: 40px;
  }
  #in-the-press .links-container .links-list .link .press-link {
    font-size: 9px;
  }
  #in-the-press .links-container .links-list .link .press-link img {
    width: 13px;
    top: 2px;
    margin-left: 5px;
  }
  #in-the-press .contact-container {
    margin-bottom: 35px;
  }
  #in-the-press .contact-container h3 {
    font-size: 15px;
  }
  #in-the-press .contact-container .btn {
    width: 250px;
    margin: 5px auto;
    border: none;
    font-size: 15px;
    padding: 0;
    text-decoration: underline;
  }
}
@media (max-width: 600px) {
  #in-the-press .videos-container .bx-wrapper {
    max-width: 250px !important;
  }
}
.coupon-discount-policy {
  width: 960px;
  margin: auto;
  color: #000000;
  margin-bottom: 200px;
}
.coupon-discount-policy .coupon-header {
  text-align: center;
  margin-top: 55px;
}
.coupon-discount-policy .coupon-header p {
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "presicav_extra_light";
}
.coupon-discount-policy .coupon-disocunts, .coupon-discount-policy .coupon-codes, .coupon-discount-policy .find-codes, .coupon-discount-policy .promocodes {
  margin-top: 80px;
}
.coupon-discount-policy .coupon-disocunts h3, .coupon-discount-policy .coupon-codes h3, .coupon-discount-policy .find-codes h3, .coupon-discount-policy .promocodes h3 {
  font-family: "helvetica_bold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.026em;
  text-transform: capitalize;
}
.coupon-discount-policy .coupon-disocunts p, .coupon-discount-policy .coupon-codes p, .coupon-discount-policy .find-codes p, .coupon-discount-policy .promocodes p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.026em;
  margin-top: 30px;
}
.coupon-discount-policy .coupon-disocunts .home-banner .top-banner, .coupon-discount-policy .coupon-codes .home-banner .top-banner, .coupon-discount-policy .find-codes .home-banner .top-banner, .coupon-discount-policy .promocodes .home-banner .top-banner {
  max-width: 760px;
  margin: auto;
  margin-top: 60px;
}
.coupon-discount-policy .coupon-disocunts .home-banner .top-banner p, .coupon-discount-policy .coupon-codes .home-banner .top-banner p, .coupon-discount-policy .find-codes .home-banner .top-banner p, .coupon-discount-policy .promocodes .home-banner .top-banner p {
  margin-bottom: 20px;
}
.coupon-discount-policy .coupon-disocunts .home-banner .top-banner img, .coupon-discount-policy .coupon-codes .home-banner .top-banner img, .coupon-discount-policy .find-codes .home-banner .top-banner img, .coupon-discount-policy .promocodes .home-banner .top-banner img {
  width: 100%;
}
.coupon-discount-policy .coupon-disocunts .home-banner .coupon-email img, .coupon-discount-policy .coupon-codes .home-banner .coupon-email img, .coupon-discount-policy .find-codes .home-banner .coupon-email img, .coupon-discount-policy .promocodes .home-banner .coupon-email img {
  margin: auto;
}

@media (max-width: 1200px) {
  .coupon-discount-policy {
    width: 80%;
  }
  .coupon-discount-policy p {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .coupon-discount-policy p {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .coupon-discount-policy p {
    font-size: 17px;
  }
  .coupon-discount-policy .coupon-disocunts {
    margin-top: 38px;
  }
}
@media (max-width: 400px) {
  .coupon-discount-policy .coupon-disocunts {
    margin-top: 38px;
  }
  .coupon-discount-policy .coupon-header p {
    font-size: 16px;
  }
  .coupon-discount-policy .coupon-disocunts, .coupon-discount-policy .coupon-codes, .coupon-discount-policy .find-codes, .coupon-discount-policy .home-banner, .coupon-discount-policy .promocodes {
    margin-top: 48px;
  }
  .coupon-discount-policy .coupon-disocunts p, .coupon-discount-policy .coupon-codes p, .coupon-discount-policy .find-codes p, .coupon-discount-policy .home-banner p, .coupon-discount-policy .promocodes p {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  .coupon-discount-policy .coupon-header p {
    font-size: 14px;
  }
}
/* -------------------------------------------- *
 * 		My Account General.
 */
.pageloader {
  margin: 0 auto;
}

.buttonAcc, .myAccount-Container .buttons-set button.button, .invitations .invitedList a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_regular";
  padding: 10px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.myAccount-Container {
  width: 100%;
  margin: 0 0;
}
.myAccount-Container .buttons-set {
  border: none;
  text-align: left;
}
.myAccount-Container .buttons-set button.button {
  font-family: "presicav_light";
  min-width: 165px;
  min-height: 40px;
  float: none;
  border: 0;
}

.accountTabPlaceholder {
  background: #4c4d4f;
  width: 100%;
  height: 52px;
  text-align: center;
  margin: 0 0 100px 0;
  z-index: 5;
}

@media screen and (max-width: 1000px) {
  .accountTabPlaceholder {
    margin: 0 0 30px 0;
  }
}
.body_sitewide.topInfoOpen.bodyScrolled .accountTabPlaceholder {
  position: fixed;
  top: 98px;
  left: 0;
  right: 0;
}

.bodyScrolled .accountTabPlaceholder {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
}

.accountTab {
  width: 776px;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: "presicav_regular";
  text-align: left;
}
.accountTab li {
  font-size: 11pt;
  letter-spacing: 0.2em;
  display: inline-block;
  width: 19%;
  margin: 0;
  text-align: center;
}
.accountTab li a {
  font-family: "presicav_light";
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-bottom: 20px;
  display: block;
  position: relative;
  z-index: 10;
}
.accountTab li a:hover {
  color: #ffffff;
}
.accountTab li:last-child {
  margin-right: 0;
}
.accountTab li.current a {
  font-family: "presicav_bold";
  font-weight: bold;
  color: #ffffff;
}
.accountTab li.current:after {
  content: '';
  background: #4c4d4f;
  transform: rotate(45deg);
  position: absolute;
  width: 34px;
  height: 34px;
  top: 35px;
  margin-left: -17px;
  z-index: 4;
  -webkit-margin-start: -17px;
}

.accountTabContentPlaceholder {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.myAcContent {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}

.myAccount-Container .filterBox {
  float: left;
  width: auto;
  margin-left: 0;
}

.filter-options {
  border-bottom: none;
}

.myAccount-Container .search {
  float: right;
  position: static;
  margin-top: 10px;
}

.myAcLeft {
  margin-left: 2%;
  width: 22%;
  float: left;
}
@media screen and (max-width: 800px) {
  .myAcLeft {
    margin-left: 5%;
    margin-right: 5%;
    width: 90% !important;
    margin-bottom: 40px;
  }
}

.partial-Tab {
  text-align: left;
  font-size: 0;
}
.partial-Tab li {
  font-size: 0;
  margin-bottom: 20px;
}
.partial-Tab li a {
  font-size: 10px;
  color: #4c4d4f;
  max-width: 208px;
  max-height: 108px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-family: "presicav_light";
}
.partial-Tab li a:hover {
  color: #666;
}
.partial-Tab li a span {
  margin-left: 5px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .partial-Tab li a {
    max-width: 100%;
  }
}
.partial-Tab li.current a {
  border-bottom: 2px solid #a29253;
  font-family: "presicav_bold";
}
@media screen and (max-width: 800px) {
  .partial-Tab {
    border-bottom: 1px #eceadd solid;
  }
  .partial-Tab li {
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 800px;
    height: 16pt;
  }
  .partial-Tab li a {
    font-size: 10px;
  }
}

.myAcRight {
  width: 74%;
  float: right;
  margin-right: 2%;
}
.myAcRight.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.myAcRight h4 {
  color: #4c4d4f;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 0.2em;
  line-spacing: 0.018em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.myAcRight p {
  font-size: 11pt;
  line-height: 1.5em;
  margin: 1em 0;
}
.myAcRight .orderTable, .myAcRight .expiringTable {
  border: 1px solid #a29253;
}
.myAcRight .orderTable th, .myAcRight .expiringTable th {
  background: #a29253;
  color: #ffffff;
  font-family: "presicav_light";
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.myAcRight .orderTable td, .myAcRight .expiringTable td {
  background: transparent;
  color: #4c4d4f;
  font-size: 14px;
  text-align: center;
}
.myAcRight table.expiringTable th, .myAcRight table.expiringTable td {
  padding: 12px 6px;
}
.myAcRight table.expiringTable th label, .myAcRight table.expiringTable td label {
  font-weight: normal;
  line-height: 16px;
  font-size: 12px;
  display: block;
  text-align: left;
  padding-left: .5em;
}
.myAcRight table.expiringTable th:last-child {
  text-align: left;
}
.myAcRight table.expiringTable td {
  min-height: 102px;
}
.myAcRight table.expiringTable td span.sku {
  display: block;
  font-size: 11px;
  margin-top: .6em;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .myAcRight table.expiringTable th label, .myAcRight table.expiringTable td label {
    display: block;
    text-align: left;
  }
  .myAcRight table.expiringTable th label:last-child, .myAcRight table.expiringTable td label:last-child {
    margin-left: 0;
  }
}
.myAcRight .invitations {
  background: white;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
  -webkit-box-shadow: 1px 0px 28px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 0px 28px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 0px 28px -5px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    margin-top: 10px;
  }
}
.myAcRight .invitations label, .myAcRight .invitations .inviteLink .icon-invite label {
  color: #4c4d4f;
  font-size: 12px;
  font-family: "helvetica-light";
  font-weight: normal;
  clear: both;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations label, .myAcRight .invitations .inviteLink .icon-invite label {
    position: relative;
    top: 95px;
    font-size: 14px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
  }
}
.myAcRight .invitations .legend {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations .legend {
    position: inherit;
  }
}
.myAcRight .invitations .title {
  font-family: "presicav_bold";
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.myAcRight .invitations .title .credit-amount {
  border: #a29253 1px solid;
  font-family: "lmroman12-italic";
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations .title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.myAcRight .invitations .inviteLink .icon-invite label {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations .inviteLink .icon-invite label {
    margin-top: 50px;
    position: inherit;
  }
}
.myAcRight .invitations .input-text {
  padding: 10px;
  height: 42px;
  width: 75%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  float: left;
}
.myAcRight .invitations .input-text:focus {
  border-color: #C0C0C0;
  /* FF 4-18 */
  /* FF 19+ */
}
.myAcRight .invitations .input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.myAcRight .invitations .input-text:focus:focus:-moz-placeholder {
  color: transparent;
}
.myAcRight .invitations .input-text:focus:focus::-moz-placeholder {
  color: transparent;
}
.myAcRight .invitations .input-text:focus:focus:-ms-input-placeholder {
  color: transparent;
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations .input-text {
    border-color: #a29253;
    font-size: 16px;
    height: 42px;
    float: none;
  }
  .myAcRight .invitations .input-text:focus {
    border-color: #a29253;
  }
}
.myAcRight .invitations .btn {
  width: 25%;
  height: 42px;
  margin-left: -5px;
  margin-right: 0;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #a29253;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations .btn {
    font-size: 10px;
    padding-top: 7px;
    margin-top: 7px;
    height: 42px;
  }
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations .inviteLink {
    min-height: 240px;
  }
}
.myAcRight .invitations .inviteLink .icon-invite .buttons-set {
  width: 100%;
  text-align: center;
}
.myAcRight .invitations .inviteLink .icon-invite .button-fb, .myAcRight .invitations .inviteLink .icon-invite .button-twt {
  width: 40%;
  font-family: "presicav_bold";
  font-weight: bold;
  font-size: 11px;
  letter-spacing: .2em;
  margin-bottom: 40px;
  height: 40pt;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media screen and (max-width: 800px) {
  .myAcRight .invitations .inviteLink .icon-invite .button-fb, .myAcRight .invitations .inviteLink .icon-invite .button-twt {
    width: 80%;
    margin-bottom: 10px;
  }
}
.myAcRight .invitations .inviteLink .icon-invite .button-fb span, .myAcRight .invitations .inviteLink .icon-invite .button-twt span {
  vertical-align: middle;
}
.myAcRight .invitations .inviteLink .icon-invite .button-fb a, .myAcRight .invitations .inviteLink .icon-invite .button-twt a {
  background-size: 100% 100%;
  position: relative;
}
.myAcRight .invitations .inviteLink .icon-invite .button-fb a.fb, .myAcRight .invitations .inviteLink .icon-invite .button-twt a.fb {
  background-image: url("/media/additem/images/credits/credits_fb.png");
  width: 25px;
  height: 28pt;
  margin-bottom: -16pt;
  margin-top: -5px;
}
.myAcRight .invitations .inviteLink .icon-invite .button-fb a.twt, .myAcRight .invitations .inviteLink .icon-invite .button-twt a.twt {
  background-image: url("/media/additem/images/credits/credits_twt.png");
  width: 33px;
  height: 28px;
  margin-bottom: -10px;
  margin-top: -5px;
}
.myAcRight .invitations .inviteLink .icon-invite .button-fb {
  background: #3c5d96;
}
.myAcRight .invitations .inviteLink .icon-invite .button-twt {
  background: #4a7fe7;
}
.myAcRight .detailsBox-mobile {
  display: none;
  visibility: hidden;
}
.myAcRight .btn-sq {
  padding: 1em 2em;
  margin: 1em;
  font-family: "presicav_light";
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #a29253;
}
.myAcRight .btn-sq-active {
  background-color: #4c4d4f;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .myAcRight {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .myAcRight .account-form h4 {
    font-family: "presicav_light";
  }
  .myAcRight .account-form form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .myAcRight .account-form form .fields .field {
    width: 100% !important;
  }
  .myAcRight .account-form form .fields .field .input-text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
  .myAcRight .account-form form .fields .col_half {
    width: 100%;
  }
  .myAcRight .account-form form .fields.telephone .input-box {
    width: 100%;
  }
  .myAcRight .account-form .note {
    color: #a29253;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .myAcRight .account-form .buttons-set button.button {
    font-size: 14px;
    font-weight: normal;
    font-family: "presicav_regular";
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 30pt;
    padding-left: 0;
    padding-right: 0;
  }
  .myAcRight .account-form.change-password form .note {
    color: #4c4d4f;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .myAcRight .summaryDetils {
    width: 100%;
    border: 1px solid #a29253;
  }
  .myAcRight .summaryDetils .row {
    margin-left: 10px;
    margin-right: 10px;
  }
  .myAcRight .summaryDetils .detailsBox {
    display: none;
    visibility: hidden;
  }
  .myAcRight .summaryDetils h4 {
    padding-left: 10px;
    background: #a29253;
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "helvetica_bold";
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .myAcRight .summaryDetils h4 {
    font-family: "presicav_light";
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .myAcRight .summaryDetils .detailsBox-mobile {
    display: block;
    visibility: visible;
    margin-top: -10px;
  }
  .myAcRight .summaryDetils .detailsBox-mobile label {
    width: 100%;
    font-size: 20px;
    color: #4c4d4f;
    text-transform: uppercase;
    letter-spacing: .02em;
  }
  .myAcRight .summaryDetils .detailsBox-mobile .amnt {
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .myAcRight .summaryDetils .detailsBox-mobile .row {
    border-bottom: 1px solid #C0C0C0;
    padding-top: 10px;
  }
  .myAcRight .summaryDetils .detailsBox-mobile .row:first-child {
    padding-top: 0;
  }
  .myAcRight .summaryDetils .detailsBox-mobile .row:last-child {
    border-bottom: none;
  }
  .myAcRight .soldItems {
    max-width: 100%;
    width: 100%;
    overflow: auto;
    margin-top: 30px;
  }
  .myAcRight .soldItems table.proTableAc img {
    width: 90%;
    padding-left: 5%;
  }
}

.account-form {
  border: 1px solid #a29253;
}
.account-form h4 {
  background: #a29253;
  padding-left: 20px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.account-form form {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.fields {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.fields .field {
  margin-right: 10px;
}
.fields .field .input-box {
  position: relative;
}
.fields label {
  color: #4c4d4f;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  text-transform: capitalize;
}
.fields .field {
  vertical-align: top;
}
.fields .field.email-ccField input.input-text, .fields .field.emailField input.input-text {
  display: block;
}
.fields .field.email-ccField label.error, .fields .field.emailField label.error {
  bottom: -25px;
  color: #CF5050;
  display: inline-block;
  font-size: 10px;
  left: 0;
  margin-bottom: 0;
  position: absolute;
}
.fields .field.emailField label.error {
  bottom: -15px;
}
.fields input.input-text, .fields select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: "helvetica-light";
  padding: 10px;
  height: auto;
  font-weight: normal;
  background: #fff;
}
.fields input.input-text::-webkit-input-placeholder, .fields select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.fields input.input-text::-webkit-input-placeholder::-webkit-input-placeholder, .fields select::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::-webkit-input-placeholder:-moz-placeholder, .fields select::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.fields input.input-text::-webkit-input-placeholder::-moz-placeholder, .fields select::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::-webkit-input-placeholder:-ms-input-placeholder, .fields select::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::-webkit-input-placeholder:focus::-webkit-input-placeholder, .fields select::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.fields input.input-text::-webkit-input-placeholder:focus:focus:-moz-placeholder, .fields select::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.fields input.input-text:-moz-placeholder, .fields select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.fields input.input-text:-moz-placeholder::-webkit-input-placeholder, .fields select:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text:-moz-placeholder:-moz-placeholder, .fields select:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.fields input.input-text:-moz-placeholder::-moz-placeholder, .fields select:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text:-moz-placeholder:-ms-input-placeholder, .fields select:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text:-moz-placeholder:focus::-webkit-input-placeholder, .fields select:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.fields input.input-text:-moz-placeholder:focus:focus:-moz-placeholder, .fields select:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.fields input.input-text::-moz-placeholder, .fields select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.fields input.input-text::-moz-placeholder::-webkit-input-placeholder, .fields select::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::-moz-placeholder:-moz-placeholder, .fields select::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.fields input.input-text::-moz-placeholder::-moz-placeholder, .fields select::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::-moz-placeholder:-ms-input-placeholder, .fields select::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::-moz-placeholder:focus::-webkit-input-placeholder, .fields select::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.fields input.input-text::-moz-placeholder:focus:focus:-moz-placeholder, .fields select::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.fields input.input-text:-ms-input-placeholder, .fields select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.fields input.input-text:-ms-input-placeholder::-webkit-input-placeholder, .fields select:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text:-ms-input-placeholder:-moz-placeholder, .fields select:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.fields input.input-text:-ms-input-placeholder::-moz-placeholder, .fields select:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text:-ms-input-placeholder:-ms-input-placeholder, .fields select:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text:-ms-input-placeholder:focus::-webkit-input-placeholder, .fields select:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.fields input.input-text:-ms-input-placeholder:focus:focus:-moz-placeholder, .fields select:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.fields input.input-text::placeholder::-webkit-input-placeholder, .fields select::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::placeholder:-moz-placeholder, .fields select::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.fields input.input-text::placeholder::-moz-placeholder, .fields select::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::placeholder:-ms-input-placeholder, .fields select::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.fields input.input-text::placeholder:focus::-webkit-input-placeholder, .fields select::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.fields input.input-text::placeholder:focus:focus:-moz-placeholder, .fields select::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.fields .name-firstname,
.fields .name-lastname,
.fields .name-birthdate,
.fields .name-anniversarydate,
.fields .nameCity,
.fields .nameCountry,
.fields .stateProvince,
.fields .zipCode,
.fields .emailField,
.fields .email-ccField {
  display: inline-block;
}
.fields .change-password,
.fields .primaryBilling,
.fields .primaryShipping {
  position: relative;
  top: -3px;
  left: 5px;
}
.fields .calendarclass {
  position: absolute;
  right: 10px;
  top: 40%;
}
.fields .wide input.input-text,
.fields .wide select {
  width: 450px;
}

.account-form .fields .field {
  margin-right: 0;
}
.account-form .fields label {
  margin-bottom: 0;
}
.account-form .fields .calendarclass {
  top: -17px;
  color: #a29253;
}
.account-form .note {
  color: #4c4d4f;
  font-weight: 200;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.8;
  max-width: 500px;
}
.account-form .fields input.input-text,
.account-form .fields select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e5e5e5;
  color: #4c4d4f;
  font-size: 14px;
  padding: 5px;
  height: 30pt;
  font-weight: normal;
  background: #fff;
}
.account-form .buttons-set {
  text-align: center;
  margin-bottom: 20px;
}
.account-form .buttons-set button.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  min-height: 0;
  font-family: "presicav_bold";
  font-size: 10px;
  letter-spacing: 0.2em;
  height: 27pt;
  color: #fff;
}

.my-account-change-box {
  margin-top: 20px;
}
.my-account-change-box label {
  text-transform: uppercase;
  margin-bottom: 0;
}

.change-password-box {
  margin-top: 20px;
}

.emptyOrder {
  font-family: "helvetica-light";
  font-size: 14px;
  color: #4c4d4f;
  letter-spacing: 0.036em;
  line-spacing: 0.018em;
}

.orderTable, .expiringTable {
  overflow: auto;
}
.orderTable table, .expiringTable table {
  width: 100%;
}
.orderTable th, .orderTable td, .expiringTable th, .expiringTable td {
  font-family: "helvetica-light";
  font-size: 14pt;
  color: #4c4d4f;
  letter-spacing: 0.036em;
  line-spacing: 0.018em;
  text-align: left;
  vertical-align: middle;
  padding: 15px 5px;
}
.orderTable th, .expiringTable th {
  color: #a29253;
  font-weight: bold;
  border-bottom: 1px solid #a29253;
}
.orderTable td, .expiringTable td {
  border-bottom: 1px solid #eceadd;
}
.orderTable td a, .expiringTable td a {
  color: #4c4d4f;
  text-decoration: underline;
  font-weight: bold;
}
.orderTable tr:last-child td, .expiringTable tr:last-child td {
  border-bottom: none;
}

.orderTracking, .addressMethod {
  margin: 25px 0;
  width: 100%;
  font-family: "helvetica-light";
  color: #4c4d4f;
  font-size: 14pt;
  letter-spacing: 1px;
  line-spacing: 0.018em;
}
.orderTracking .col, .addressMethod .col {
  width: 33.3333%;
  float: left;
}
.orderTracking .col .company, .orderTracking .col .country, .orderTracking .col .tel, .orderTracking .col .fax, .orderTracking .col .vat, .addressMethod .col .company, .addressMethod .col .country, .addressMethod .col .tel, .addressMethod .col .fax, .addressMethod .col .vat {
  display: none;
}

.orderTracking label, .orderTracking span {
  font-size: 14px;
  display: inline-block;
}
.orderTracking label {
  font-weight: bold;
  margin-right: 5px;
}
.orderTracking .viewTracking {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  color: #4c4d4f;
  font-weight: bold;
}

.addressMethod label, .allAddress h5 {
  font-size: 14pt;
  font-weight: bold;
  color: #a29253;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.addressMethod label, .allAddress label {
  font-size: 13px;
  color: #a29253;
  letter-spacing: normal;
}
.addressMethod .details, .allAddress .details {
  margin: 20px 0;
}
.addressMethod .fullName, .addressMethod .methodName, .allAddress .fullName, .allAddress .methodName {
  font-size: 13px;
  color: #666;
}
.addressMethod .adrs, .allAddress .adrs {
  font-size: 13px;
  color: #666666;
}

table.proTableAc {
  width: 100%;
}
table.proTableAc th {
  color: #a29253;
  border-bottom: 1px solid #a29253;
  vertical-align: bottom;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
table.proTableAc td {
  color: #4c4d4f;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
table.proTableAc img {
  width: 100%;
  height: auto;
}

.returnButton a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  padding: 10px 20px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
}

.amountDetails {
  margin: 20px 0;
  position: relative;
}
.amountDetails .totalValue {
  width: 100%;
  float: right;
  text-align: right;
}
.amountDetails .totalValue label, .amountDetails .totalValue span {
  display: inline-block;
}
.amountDetails .totalValue label {
  margin-right: 10px;
  color: #a29253;
  font-weight: normal;
}
.amountDetails .totalValue span {
  width: 20%;
  text-align: left;
}
.amountDetails .totalValue .total label, .amountDetails .totalValue .total span {
  font-weight: bold;
}
.amountDetails .totalValue .total span {
  font-size: 20px;
}
.amountDetails .totalValue > div {
  margin-bottom: 10px;
}
.amountDetails .returnButton {
  position: absolute;
  bottom: 10px;
  left: 0;
}

.ptext, .balanceDetails .earnCredits, .myBox p, .myListing p, .invitations p, .invitations p.text {
  font-family: Helvetica, Arial, sans-serif;
  color: #4c4d4f;
  letter-spacing: 1px;
  margin: 30px 0 0;
}

.balanceDetails .detail {
  margin-top: 20px;
}
.balanceDetails .detail label, .balanceDetails .detail span {
  font-family: "helvetica-light";
  color: #4c4d4f;
  font-size: 14pt;
  letter-spacing: 0.036em;
  line-spacing: 0.018em;
  text-transform: capitalize;
  display: inline-block;
}
.balanceDetails .detail label {
  color: #a29253;
  margin-right: 30px;
}
.balanceDetails .detail span {
  font-weight: bold;
  font-size: 20px;
}
.balanceDetails a.invite {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  padding: 10px 20px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-top: 20px;
}

.myBox p, .myListing p {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .myBox p, .myListing p {
    max-width: 348px;
  }
}
.myBox a.addNew, .myBox a.consign, .myListing a.addNew, .myListing a.consign {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  padding: 10px 20px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-align: center;
  width: 220px;
  padding: 10px 20px;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .myBox a.addNew, .myBox a.consign, .myListing a.addNew, .myListing a.consign {
    width: 44%;
    margin-right: 2%;
    font-size: 10px;
  }
}
.myBox .consign-info, .myListing .consign-info {
  position: relative;
  top: -55px;
  width: 220px;
  text-align: center;
  left: 250px;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .myBox .consign-info, .myListing .consign-info {
    left: 47%;
    display: inline-block;
    width: 50%;
  }
}
.myBox a.consign, .myListing a.consign {
  background-color: #a29253;
}
.myBox a.here, .myListing a.here {
  font-family: "helvetica-light";
  color: #4c4d4f;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.036em;
  line-spacing: 0.018em;
}

.emptyListing h3 {
  width: 100%;
  text-align: center;
  color: #4c4d4f;
  letter-spacing: .2em;
  font-size: 20px;
  font-family: "lmroman12-italic";
  text-transform: uppercase;
  margin-bottom: 50px;
}
.emptyListing h3 .highlighted {
  color: #a29253;
}
.emptyListing .col {
  width: 30%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 30px;
  min-width: 175px;
  float: left;
}
.emptyListing .col h3 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 10px;
  font-family: "presicav_regular";
}
.emptyListing .col .descr {
  height: 150px;
  line-height: 16pt;
  font-family: "helvetica-light";
}
.emptyListing .col .btn {
  background: #4c4d4f;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 0;
  letter-spacing: .2em;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  height: 38px;
  line-height: 38px;
}
@media screen and (max-width: 800px) {
  .emptyListing .col {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .emptyListing .col h3 {
    text-align: center;
  }
  .emptyListing .col .descr {
    height: auto;
    margin-bottom: 40px;
  }
}

.listing-title h3 {
  font-size: 10px;
  color: #4c4d4f;
  padding-left: 30px;
  padding-top: 30px;
  font-family: "presicav_light";
  letter-spacing: .2em;
}
@media screen and (max-width: 800px) {
  .listing-title h3 {
    display: none;
    visibility: hidden;
  }
}

.myBoxItems, .myListingItems {
  margin: 35px 0;
}
@media screen and (max-width: 800px) {
  .myBoxItems, .myListingItems {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.myBoxItems.listProContainer .item:not(.category-page-item), .myListingItems.listProContainer .item:not(.category-page-item) {
  width: 32%;
  min-height: 400px;
}
@media screen and (max-width: 800px) {
  .myBoxItems.listProContainer .item:not(.category-page-item), .myListingItems.listProContainer .item:not(.category-page-item) {
    width: 49%;
    min-height: 0;
  }
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-title, .myListingItems.listProContainer .item:not(.category-page-item) .item-title {
  min-height: 18px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "helvetica_bold";
  letter-spacing: .036em;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .delete-btn, .myListingItems.listProContainer .item:not(.category-page-item) .delete-btn {
  float: right;
  margin-top: -22px;
  color: #a29253;
  font-family: 'presicav_light';
  font-style: normal;
  font-size: 16px;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-img, .myListingItems.listProContainer .item:not(.category-page-item) .item-img {
  height: 175px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-name, .myListingItems.listProContainer .item:not(.category-page-item) .item-name {
  font-size: 12px;
  text-align: center;
  min-height: 48px;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-price, .myListingItems.listProContainer .item:not(.category-page-item) .item-price {
  width: 45%;
  float: right;
  text-align: left;
  font-size: 12px;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-price.single, .myListingItems.listProContainer .item:not(.category-page-item) .item-price.single {
  color: #a29253;
  width: 100%;
  text-align: center;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-price.striked, .myListingItems.listProContainer .item:not(.category-page-item) .item-price.striked {
  color: #000000;
  text-decoration: line-through;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-special-price, .myListingItems.listProContainer .item:not(.category-page-item) .item-special-price {
  width: 45%;
  float: left;
  text-align: right;
  color: #a29253;
  font-size: 12px;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .price-row, .myListingItems.listProContainer .item:not(.category-page-item) .price-row {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a29253;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-edit, .myListingItems.listProContainer .item:not(.category-page-item) .item-edit {
  margin-top: 10px;
  float: left;
  color: #000000;
  font-family: "presicav_light";
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .2em;
}
@media screen and (max-width: 800px) {
  .myBoxItems.listProContainer .item:not(.category-page-item) .item-edit, .myListingItems.listProContainer .item:not(.category-page-item) .item-edit {
    float: right;
    text-align: right;
    color: #a29253;
  }
}
.myBoxItems.listProContainer .item:not(.category-page-item) .item-share, .myListingItems.listProContainer .item:not(.category-page-item) .item-share {
  margin-top: 10px;
  float: right;
  color: #000000;
  font-family: "presicav_light";
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .2em;
}
@media screen and (max-width: 800px) {
  .myBoxItems.listProContainer .item:not(.category-page-item) .item-share, .myListingItems.listProContainer .item:not(.category-page-item) .item-share {
    float: left;
    text-align: left;
  }
}
.myBoxItems.listProContainer .item:not(.category-page-item) .n-worn, .myBoxItems.listProContainer .item:not(.category-page-item) .brand-name, .myListingItems.listProContainer .item:not(.category-page-item) .n-worn, .myListingItems.listProContainer .item:not(.category-page-item) .brand-name {
  height: 1.5em;
  line-height: 1.5em;
  text-align: left;
  float: none;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .productTitle, .myListingItems.listProContainer .item:not(.category-page-item) .productTitle {
  margin: 10px 0;
}
@media screen and (max-width: 800px) {
  .myBoxItems.listProContainer .item:not(.category-page-item) .productTitle, .myListingItems.listProContainer .item:not(.category-page-item) .productTitle {
    height: 75px;
  }
}
@media screen and (max-width: 480px) {
  .myBoxItems.listProContainer .item:not(.category-page-item) .price-details, .myListingItems.listProContainer .item:not(.category-page-item) .price-details {
    height: 17px;
  }
}
.myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish {
  border-top: 1px solid #a29253;
  display: block;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish a, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish a {
  font-size: 10px;
  font-family: "presicav_regular";
  color: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .edit, .myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .delete, .myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .sell, .myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .share, .myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .addCart, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .edit, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .delete, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .sell, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .share, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .addCart {
  font-size: 10px;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .addCart, .myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .wishlist, .myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .share, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .addCart, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .wishlist, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .share {
    color: #a29253;
    font-size: 9px;
    font-size: 1.5vw;
  }
}
.myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .edit:after, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .edit:after {
  content: "-";
  padding: 0 5px;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .edit, .myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .delete, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .edit, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .delete {
  color: #999999;
  float: left;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .sell, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .sell {
  float: right;
  color: #f37e8b;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .share, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .share {
  float: right;
  color: #f37e8b;
}
.myBoxItems.listProContainer .item:not(.category-page-item) .cart-wish .row, .myListingItems.listProContainer .item:not(.category-page-item) .cart-wish .row {
  height: 20px;
}
.myBoxItems.listProContainer .item:not(.category-page-item):hover .price-box, .myListingItems.listProContainer .item:not(.category-page-item):hover .price-box {
  background: rgba(162, 146, 83, 0.9);
}

.myListingItems.listProContainer .item {
  min-height: 0;
}

.orderTable.soldItems .orderID, .orderTable.soldItems .orderDate, .orderTable.soldItems .proqty, .orderTable.soldItems .proamount {
  width: 15%;
}
.orderTable.soldItems .proImg {
  width: 10%;
}
.orderTable.soldItems .prodetail {
  width: 30%;
}
.orderTable.soldItems th {
  font-family: "presicav_light";
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: .2em;
  font-weight: normal;
}
.orderTable.soldItems tr td {
  padding: 10px 0;
}
.orderTable.soldItems tr td:first-child {
  min-width: 100px;
}
.orderTable.soldItems tr:last-child td {
  border-bottom: 1px solid #eceadd;
}
.orderTable.soldItems .proTableAc .proDate {
  width: 12%;
}
.orderTable.soldItems .proTableAc .orderStatus {
  width: 10%;
}
.orderTable.soldItems .proTableAc .proImg {
  width: 12%;
}
.orderTable.soldItems .proTableAc .prodetail {
  width: 25%;
}
.orderTable.soldItems .proTableAc .proqty {
  width: 8%;
}
.orderTable.soldItems .proTableAc .listPrice {
  width: 10%;
}
.orderTable.soldItems .proTableAc .proamount {
  width: 15%;
}
.orderTable.soldItems .proTableAc .proImg, .orderTable.soldItems .proTableAc .prodetail {
  padding-left: 2%;
  padding-right: 2%;
}
.orderTable.soldItems .proTableAc .prodetail {
  font-style: italic;
}
.orderTable.soldItems .proTableAc .prodetail a {
  display: block !important;
  font-weight: normal !important;
  margin-bottom: 5px;
  font-style: normal;
}
.orderTable.soldItems .proTableAc .orderStatus {
  font-weight: bold;
  font-size: 13px;
}
.orderTable.soldItems .proTableAc .orderStatus, .orderTable.soldItems .proTableAc .proqty, .orderTable.soldItems .proTableAc .proImg {
  text-align: center;
}

.payOutDetails {
  margin: 15px 0;
  text-align: right;
}
.payOutDetails .totalOrder, .payOutDetails .totalPayout {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  color: #a29253;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: bold;
}
.payOutDetails .totalOrder span, .payOutDetails .totalPayout span {
  font-size: 20px;
  display: inline-block;
  color: #4c4d4f;
  margin-left: 20px;
}
.payOutDetails .totalPayout {
  margin-left: 80px;
}
.payOutDetails .totalPayout {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f5f4ee;
}

.invitations {
  margin: 0 0 25px;
}
.invitations .inviteText {
  font-family: "helvetica-light";
  color: #4c4d4f;
  letter-spacing: 0.036em;
  font-size: 14pt;
  text-transform: capitalize;
}
.invitations p, .invitations p.text {
  margin-top: 11px;
}
.invitations .inviteLink, .invitations .inviteEmail {
  margin-top: 30px;
}
.invitations .inviteLink label, .invitations .inviteEmail label {
  display: block;
  color: #a29253;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Helvetica Light", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.036em;
}
.invitations .inviteLink input.input-text, .invitations .inviteLink select, .invitations .inviteEmail input.input-text, .invitations .inviteEmail select {
  width: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: "helvetica-light";
  padding: 10px;
  height: auto;
}
.invitations .inviteLink input.input-text::-webkit-input-placeholder, .invitations .inviteLink select::-webkit-input-placeholder, .invitations .inviteEmail input.input-text::-webkit-input-placeholder, .invitations .inviteEmail select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.invitations .inviteLink input.input-text::-webkit-input-placeholder::-webkit-input-placeholder, .invitations .inviteLink select::-webkit-input-placeholder::-webkit-input-placeholder, .invitations .inviteEmail input.input-text::-webkit-input-placeholder::-webkit-input-placeholder, .invitations .inviteEmail select::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::-webkit-input-placeholder:-moz-placeholder, .invitations .inviteLink select::-webkit-input-placeholder:-moz-placeholder, .invitations .inviteEmail input.input-text::-webkit-input-placeholder:-moz-placeholder, .invitations .inviteEmail select::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::-webkit-input-placeholder::-moz-placeholder, .invitations .inviteLink select::-webkit-input-placeholder::-moz-placeholder, .invitations .inviteEmail input.input-text::-webkit-input-placeholder::-moz-placeholder, .invitations .inviteEmail select::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::-webkit-input-placeholder:-ms-input-placeholder, .invitations .inviteLink select::-webkit-input-placeholder:-ms-input-placeholder, .invitations .inviteEmail input.input-text::-webkit-input-placeholder:-ms-input-placeholder, .invitations .inviteEmail select::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::-webkit-input-placeholder:focus::-webkit-input-placeholder, .invitations .inviteLink select::-webkit-input-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail input.input-text::-webkit-input-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail select::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text::-webkit-input-placeholder:focus:focus:-moz-placeholder, .invitations .inviteLink select::-webkit-input-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail input.input-text::-webkit-input-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail select::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text:-moz-placeholder, .invitations .inviteLink select:-moz-placeholder, .invitations .inviteEmail input.input-text:-moz-placeholder, .invitations .inviteEmail select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.invitations .inviteLink input.input-text:-moz-placeholder::-webkit-input-placeholder, .invitations .inviteLink select:-moz-placeholder::-webkit-input-placeholder, .invitations .inviteEmail input.input-text:-moz-placeholder::-webkit-input-placeholder, .invitations .inviteEmail select:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text:-moz-placeholder:-moz-placeholder, .invitations .inviteLink select:-moz-placeholder:-moz-placeholder, .invitations .inviteEmail input.input-text:-moz-placeholder:-moz-placeholder, .invitations .inviteEmail select:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteLink input.input-text:-moz-placeholder::-moz-placeholder, .invitations .inviteLink select:-moz-placeholder::-moz-placeholder, .invitations .inviteEmail input.input-text:-moz-placeholder::-moz-placeholder, .invitations .inviteEmail select:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text:-moz-placeholder:-ms-input-placeholder, .invitations .inviteLink select:-moz-placeholder:-ms-input-placeholder, .invitations .inviteEmail input.input-text:-moz-placeholder:-ms-input-placeholder, .invitations .inviteEmail select:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text:-moz-placeholder:focus::-webkit-input-placeholder, .invitations .inviteLink select:-moz-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail input.input-text:-moz-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail select:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text:-moz-placeholder:focus:focus:-moz-placeholder, .invitations .inviteLink select:-moz-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail input.input-text:-moz-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail select:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text::-moz-placeholder, .invitations .inviteLink select::-moz-placeholder, .invitations .inviteEmail input.input-text::-moz-placeholder, .invitations .inviteEmail select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.invitations .inviteLink input.input-text::-moz-placeholder::-webkit-input-placeholder, .invitations .inviteLink select::-moz-placeholder::-webkit-input-placeholder, .invitations .inviteEmail input.input-text::-moz-placeholder::-webkit-input-placeholder, .invitations .inviteEmail select::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::-moz-placeholder:-moz-placeholder, .invitations .inviteLink select::-moz-placeholder:-moz-placeholder, .invitations .inviteEmail input.input-text::-moz-placeholder:-moz-placeholder, .invitations .inviteEmail select::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::-moz-placeholder::-moz-placeholder, .invitations .inviteLink select::-moz-placeholder::-moz-placeholder, .invitations .inviteEmail input.input-text::-moz-placeholder::-moz-placeholder, .invitations .inviteEmail select::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::-moz-placeholder:-ms-input-placeholder, .invitations .inviteLink select::-moz-placeholder:-ms-input-placeholder, .invitations .inviteEmail input.input-text::-moz-placeholder:-ms-input-placeholder, .invitations .inviteEmail select::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::-moz-placeholder:focus::-webkit-input-placeholder, .invitations .inviteLink select::-moz-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail input.input-text::-moz-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail select::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text::-moz-placeholder:focus:focus:-moz-placeholder, .invitations .inviteLink select::-moz-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail input.input-text::-moz-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail select::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text:-ms-input-placeholder, .invitations .inviteLink select:-ms-input-placeholder, .invitations .inviteEmail input.input-text:-ms-input-placeholder, .invitations .inviteEmail select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.invitations .inviteLink input.input-text:-ms-input-placeholder::-webkit-input-placeholder, .invitations .inviteLink select:-ms-input-placeholder::-webkit-input-placeholder, .invitations .inviteEmail input.input-text:-ms-input-placeholder::-webkit-input-placeholder, .invitations .inviteEmail select:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text:-ms-input-placeholder:-moz-placeholder, .invitations .inviteLink select:-ms-input-placeholder:-moz-placeholder, .invitations .inviteEmail input.input-text:-ms-input-placeholder:-moz-placeholder, .invitations .inviteEmail select:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteLink input.input-text:-ms-input-placeholder::-moz-placeholder, .invitations .inviteLink select:-ms-input-placeholder::-moz-placeholder, .invitations .inviteEmail input.input-text:-ms-input-placeholder::-moz-placeholder, .invitations .inviteEmail select:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text:-ms-input-placeholder:-ms-input-placeholder, .invitations .inviteLink select:-ms-input-placeholder:-ms-input-placeholder, .invitations .inviteEmail input.input-text:-ms-input-placeholder:-ms-input-placeholder, .invitations .inviteEmail select:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text:-ms-input-placeholder:focus::-webkit-input-placeholder, .invitations .inviteLink select:-ms-input-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail input.input-text:-ms-input-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail select:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text:-ms-input-placeholder:focus:focus:-moz-placeholder, .invitations .inviteLink select:-ms-input-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail input.input-text:-ms-input-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail select:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text::placeholder::-webkit-input-placeholder, .invitations .inviteLink select::placeholder::-webkit-input-placeholder, .invitations .inviteEmail input.input-text::placeholder::-webkit-input-placeholder, .invitations .inviteEmail select::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::placeholder:-moz-placeholder, .invitations .inviteLink select::placeholder:-moz-placeholder, .invitations .inviteEmail input.input-text::placeholder:-moz-placeholder, .invitations .inviteEmail select::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::placeholder::-moz-placeholder, .invitations .inviteLink select::placeholder::-moz-placeholder, .invitations .inviteEmail input.input-text::placeholder::-moz-placeholder, .invitations .inviteEmail select::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::placeholder:-ms-input-placeholder, .invitations .inviteLink select::placeholder:-ms-input-placeholder, .invitations .inviteEmail input.input-text::placeholder:-ms-input-placeholder, .invitations .inviteEmail select::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteLink input.input-text::placeholder:focus::-webkit-input-placeholder, .invitations .inviteLink select::placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail input.input-text::placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail select::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteLink input.input-text::placeholder:focus:focus:-moz-placeholder, .invitations .inviteLink select::placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail input.input-text::placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail select::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li {
  display: inline-block;
  font-size: 0;
  width: 45%;
  margin: 0 10px 10px 0;
}
.invitations .inviteEmail ul li input.input-text, .invitations .inviteEmail ul li select {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: "helvetica-light";
  padding: 10px;
  height: auto;
}
.invitations .inviteEmail ul li input.input-text::-webkit-input-placeholder, .invitations .inviteEmail ul li select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.invitations .inviteEmail ul li input.input-text::-webkit-input-placeholder::-webkit-input-placeholder, .invitations .inviteEmail ul li select::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::-webkit-input-placeholder:-moz-placeholder, .invitations .inviteEmail ul li select::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::-webkit-input-placeholder::-moz-placeholder, .invitations .inviteEmail ul li select::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::-webkit-input-placeholder:-ms-input-placeholder, .invitations .inviteEmail ul li select::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::-webkit-input-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail ul li select::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text::-webkit-input-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail ul li select::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text:-moz-placeholder, .invitations .inviteEmail ul li select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.invitations .inviteEmail ul li input.input-text:-moz-placeholder::-webkit-input-placeholder, .invitations .inviteEmail ul li select:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text:-moz-placeholder:-moz-placeholder, .invitations .inviteEmail ul li select:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text:-moz-placeholder::-moz-placeholder, .invitations .inviteEmail ul li select:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text:-moz-placeholder:-ms-input-placeholder, .invitations .inviteEmail ul li select:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text:-moz-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail ul li select:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text:-moz-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail ul li select:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text::-moz-placeholder, .invitations .inviteEmail ul li select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.invitations .inviteEmail ul li input.input-text::-moz-placeholder::-webkit-input-placeholder, .invitations .inviteEmail ul li select::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::-moz-placeholder:-moz-placeholder, .invitations .inviteEmail ul li select::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::-moz-placeholder::-moz-placeholder, .invitations .inviteEmail ul li select::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::-moz-placeholder:-ms-input-placeholder, .invitations .inviteEmail ul li select::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::-moz-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail ul li select::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text::-moz-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail ul li select::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text:-ms-input-placeholder, .invitations .inviteEmail ul li select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.invitations .inviteEmail ul li input.input-text:-ms-input-placeholder::-webkit-input-placeholder, .invitations .inviteEmail ul li select:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text:-ms-input-placeholder:-moz-placeholder, .invitations .inviteEmail ul li select:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text:-ms-input-placeholder::-moz-placeholder, .invitations .inviteEmail ul li select:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text:-ms-input-placeholder:-ms-input-placeholder, .invitations .inviteEmail ul li select:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text:-ms-input-placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail ul li select:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text:-ms-input-placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail ul li select:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text::placeholder::-webkit-input-placeholder, .invitations .inviteEmail ul li select::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::placeholder:-moz-placeholder, .invitations .inviteEmail ul li select::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::placeholder::-moz-placeholder, .invitations .inviteEmail ul li select::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::placeholder:-ms-input-placeholder, .invitations .inviteEmail ul li select::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.invitations .inviteEmail ul li input.input-text::placeholder:focus::-webkit-input-placeholder, .invitations .inviteEmail ul li select::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.invitations .inviteEmail ul li input.input-text::placeholder:focus:focus:-moz-placeholder, .invitations .inviteEmail ul li select::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.invitations .note {
  color: #a29253;
  font-size: 12px;
  margin: 20px 0;
  opacity: 0.7;
}
.invitations .email {
  width: 23px;
  background-position: -99px 0;
  margin-bottom: 25px;
  margin-top: 15px;
  margin-right: 10px;
}
.invitations .emailText {
  vertical-align: middle;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.036em;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.invitations .invitedList .Email {
  font-size: 16px;
}
.invitations .invitedList .proTableAc .a-center {
  text-align: center !important;
}
.invitations .invitedList .proTableAc tr td {
  padding: 15px 10px;
  font-family: "Helvetica Light", Arial, sans-serif;
  letter-spacing: 0.036em;
}
.invitations .invitedList .proTableAc tr:last-child td {
  border-bottom: 1px solid #eceadd;
}
.invitations .invitedList .proTableAc .remind {
  text-align: center;
}
.invitations .invitedList a {
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  width: 80%;
  margin: 0 auto;
  display: block;
  min-height: 40px;
  letter-spacing: 0.2em;
  font-family: "presicav_light";
  line-height: 20px;
  min-width: 110px;
}
.invitations .invitedList .ifJoined, .invitations .invitedList .ifPurchaseed {
  text-align: center;
  background: url("/media/additem/images/join_purchase.png") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-indent: -9999px;
}

#share_product {
  display: block;
}
#share_product .popup_wrap .pop_content {
  height: 340px;
  width: 720px;
}

.share_product_form {
  margin-top: 25px;
  width: 100%;
  display: inline-block;
}
.share_product_form .col_left {
  width: 38%;
  display: inline-block;
  padding-left: 2%;
}
.share_product_form .col_left img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 90%;
}
.share_product_form .col_right {
  width: 62%;
  display: inline-block;
}
.share_product_form .col_right h3 {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  font-family: "helvetica_bold";
  text-align: left;
  color: #a29253;
}
.share_product_form .col_right .form_control {
  width: 100%;
  display: inline-block;
  background: #eceadd;
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 10px;
  height: 38px;
  margin-bottom: 12px;
}
.share_product_form .col_right textarea.form_control {
  height: 80px;
}
.share_product_form .col_right .send_btn {
  background: #4c4d4f;
  color: #fff;
  font-size: 12px;
  font-family: "presicav_regular";
  letter-spacing: 2px;
  width: 180px;
  height: 40px;
  display: block;
  float: right;
  padding: 11px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.share_product_form .col_right .share_icons {
  width: 100%;
}
.share_product_form .col_right .share_icons li {
  display: block;
  float: left;
  list-style: none;
  font-size: 0px;
}
.share_product_form .col_right .share_icons li a {
  width: 19px;
  height: 19px;
  margin: 0 15px 15px 15px;
  float: left;
}
.share_product_form .col_right .share_icons .fb_share_icon a {
  background: url(/media/additem/images/fb_share_icon.jpg) no-repeat 0 0;
}
.share_product_form .col_right .share_icons .twr_share_icon a {
  background: url(/media/additem/images/twr_share_icon.jpg) no-repeat 0 0;
}
.share_product_form .col_right .share_icons .pint_share_icon a {
  background: url(/media/additem/images/pint_share_icon.jpg) no-repeat 0 0;
}

.allAddress .col {
  width: 45%;
  height: 200px;
  position: relative;
  padding: 25px 15px;
  float: left;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media screen and (max-width: 800px) {
  .allAddress .col {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 175px;
  }
}
.allAddress .col .fullName {
  font-family: Helvetica, Arial, sans-serif;
}
.allAddress .col a.delete-Adrs, .allAddress .col a.edit-Adrs {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #a29253;
  text-transform: uppercase;
}
.allAddress .col a.delete-Adrs {
  right: 10px;
  top: 10px;
}
.allAddress .col a.edit-Adrs {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .allAddress .col a.edit-Adrs {
    color: #4c4d4f;
    text-decoration: underline;
  }
}
.allAddress .col .details {
  margin: 0;
}

.inviteLink .form_control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: "helvetica-light";
  padding: 10px;
  height: auto;
  background: #fff;
  width: 100%;
}
.inviteLink .form_control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.inviteLink .form_control::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.inviteLink .form_control::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.inviteLink .form_control::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.inviteLink .form_control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.inviteLink .form_control:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.inviteLink .form_control:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.inviteLink .form_control:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.inviteLink .form_control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.inviteLink .form_control::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.inviteLink .form_control::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.inviteLink .form_control::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.inviteLink .form_control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.inviteLink .form_control:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.inviteLink .form_control:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.inviteLink .form_control:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.inviteLink .form_control::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: italic;
  font-size: 14px;
}
.inviteLink .form_control::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.3;
  font-style: normal;
  font-size: 14px;
}
.inviteLink .form_control::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.inviteLink .form_control::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}

.listProContainer .item:not(.category-page-item) .listProTxt {
  margin-top: 1em;
  min-height: 110px;
}

.pagination {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  text-align: right;
  padding: 20px 0;
}
.pagination .nav {
  display: inline-block;
}
.pagination .nav li {
  display: inline-block;
  font-family: "presicav_light";
  font-size: 13px;
  line-height: 20px;
  padding: 4px;
}
.pagination .nav li:hover {
  background-color: #eceadd;
}
.pagination .nav li a {
  color: #4c4d4f;
  padding: 0 3px;
  display: inline-block;
}
.pagination .nav li.active a {
  color: #a29253;
}
.pagination .nav li.active:hover {
  background: none;
}
.pagination .nav li .previous,
.pagination .nav li .next,
.pagination .nav li .previous_qa,
.pagination .nav li .next_qa,
.pagination .nav li .previous_box,
.pagination .nav li .next_box {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.pagination .nav li .previous,
.pagination .nav li .previous_qa,
.pagination .nav li .previous_box {
  background: url(/media/additem/images/pagination_arrow.png) no-repeat 0 0;
}
.pagination .nav li .next,
.pagination .nav li .next_qa,
.pagination .nav li .next_box {
  background: url(/media/additem/images/pagination_arrow.png) no-repeat -13px 0;
}
.pagination .nav li.next:hover,
.pagination .nav li.previous:hover {
  background: none;
}
.pagination.bottom {
  border-top: 1px solid #dad3ba;
  padding: 20px 0 0;
  margin-bottom: 20px;
}

.share_product_form {
  position: relative;
}

.share_send_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.errormsgpopup {
  color: red;
  font-size: 12px;
  position: relative;
  text-align: left;
  top: -10px;
}

.product_details_box {
  padding: 20px;
}
.product_details_box .productImage, .product_details_box .product_details {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.product_details_box .productImage {
  width: 50%;
  background: #fff;
}
.product_details_box .productImage img {
  width: 100%;
  height: auto;
}
.product_details_box .product_details {
  width: 45%;
  margin-left: 5%;
  letter-spacing: 1px;
}
.product_details_box .product_details .productname {
  font-weight: bold;
  font-size: 15px;
}
.product_details_box .product_details .productname, .product_details_box .product_details .size_fit, .product_details_box .product_details .ring_size {
  margin-bottom: 10px;
}

.myAccount-Container .pop_content div#content {
  height: 100%;
}
@media screen and (min-width: 640px) {
  .myAccount-Container .pop_content div#content .product_details_box {
    height: 100%;
  }
  .myAccount-Container .pop_content div#content .product_details_box .product_details {
    height: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 639px) {
  .myAccount-Container .pop_content div#content {
    overflow: auto;
  }
}

.close_arrow.orderPopupClose {
  right: 15px !important;
  top: 15px !important;
}

.detilsBox {
  background: #eceadd;
  padding: 20px;
  margin-bottom: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.detilsBox > div {
  float: left;
  text-align: center;
  border-right: 1px solid #a29253;
  min-height: 160px;
}
.detilsBox > div:last-child {
  border-right: none;
}
.detilsBox .totalEarnings, .detilsBox .pandingBalance {
  width: 28%;
}
.detilsBox .mySales, .detilsBox .pandingSales {
  width: 22%;
}
.detilsBox p {
  text-transform: center;
  padding: 20px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #a29253;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: bold;
}
.detilsBox p.amtVlaue {
  padding: 50px 0;
  color: #4c4d4f;
  font-size: 20px;
}

.detailsBox {
  background: transparent;
  border: 1px solid #a29253;
  border-bottom: 1px solid #a29253;
  padding: 0;
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
  font-family: "helvetica_bold";
  font-size: 14px;
  font-weight: bold;
  border-collapse: separate;
}
.detailsBox td {
  width: 25%;
  color: #4c4d4f;
  padding: 20px;
  text-align: center;
  font-size: 22px;
}
.detailsBox th {
  background: #a29253;
  color: #fff;
  vertical-align: middle;
  font-family: "presicav_light";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.order-details .return {
  color: #4c4d4f;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.order-details .print-col {
  float: right;
  text-align: right;
}
.order-details .print-col a {
  color: #000000;
}
.order-details h1 {
  color: #4c4d4f;
  font-size: 20px;
  font-family: "lmroman12-italic";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
.order-details .orderTracking label {
  font-size: 13px;
  color: #a29253;
  text-transform: uppercase;
}
.order-details .orderTracking span {
  font-size: 13px;
}
.order-details .shippingTracking .col {
  width: 33%;
  float: left;
}
.order-details .shippingTracking label {
  font-size: 13px;
  letter-spacing: 0.036em;
  color: #a29253;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
}
.order-details .shippingTracking span {
  font-family: "helvetica-light";
  color: #4c4d4f;
}
.order-details .shippingTracking span a {
  font-family: "helvetica-light";
  color: #4c4d4f;
  text-decoration: underline;
}
.order-details .addressMethod label {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.order-details .addressMethod h5 {
  font-size: 13px;
  color: #4c4d4f;
}
.order-details .proTableAc img {
  width: 75%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.order-details .proTableAc td {
  color: #4c4d4f;
  font-size: 13px;
  font-weight: normal;
}
.order-details .amountDetails .totalValue label, .order-details .amountDetails .totalValue .total label {
  font-size: 13px;
  color: #000000;
  font-weight: bold;
}
.order-details .amountDetails .totalValue span, .order-details .amountDetails .totalValue .total span {
  font-size: 13px;
  color: #4c4d4f;
  font-weight: normal;
}

.wishlist-banner {
  background-image: url("/media/additem/images/banner/wishlist_banner.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 22%;
  height: 240px;
  margin-top: -100px;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .wishlist-banner {
    display: none;
    visibility: hidden;
  }
}
.wishlist-banner .title {
  position: absolute;
  text-align: center;
  width: 240px;
  left: 12vw;
  top: 3vw;
  font-family: "lmroman12-italic";
  font-size: 20px;
  text-transform: uppercase;
  z-index: -1;
  letter-spacing: .2em;
}
.wishlist-banner .descr {
  position: absolute;
  text-align: center;
  width: 180px;
  left: 14vw;
  top: 7vw;
  font-family: "lmroman12-italic";
  font-size: 16px;
  z-index: -1;
  letter-spacing: 0.036em;
}
.wishlist-banner .btn-share {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #a29253;
  position: absolute;
  text-align: center;
  width: 270px;
  top: 14vw;
  left: 10vw;
  font-family: "presicav_light";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  z-index: -1;
  pointer-events: all;
}

.wishlist-banner-mobile {
  background-image: url("/media/additem/images/banner/wishlist_banner_mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 42%;
  z-index: -2;
  position: relative;
  margin-top: -30px;
  margin-bottom: 0;
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .wishlist-banner-mobile {
    display: block;
    visibility: visible;
  }
}
.wishlist-banner-mobile .title {
  position: absolute;
  text-align: center;
  width: 30vw;
  left: 1vw;
  top: 17vw;
  font-family: "lmroman12-italic";
  font-size: 20px;
  text-transform: uppercase;
  z-index: -1;
}

.credits-banner {
  background-image: url("/media/additem/images/banner/credits_banner.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 23%;
  margin-top: -100px;
  margin-bottom: -40px;
  width: 100%;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .credits-banner {
    margin-bottom: -8px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .credits-banner {
    background-image: url("/media/additem/images/banner/credits_banner_mobile.png");
    margin-bottom: -8px;
    margin-top: -30px;
    min-height: 325px;
    padding-top: 60%;
  }
}
@media screen and (max-width: 480px) {
  .credits-banner {
    background-image: url("/media/additem/images/banner/credits_banner_mobile.png");
    margin-bottom: -8px;
    margin-top: -30px;
    min-height: 325px;
    padding-top: 78%;
  }
}
.credits-banner .title {
  position: absolute;
  text-align: center;
  width: 400px;
  left: 6vw;
  top: 4vw;
  font-family: "lmroman12-italic";
  font-size: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
  z-index: -1;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .credits-banner .title {
    left: 0;
    width: 100%;
    top: 70%;
    letter-spacing: .036em;
  }
}
@media screen and (max-width: 480px) {
  .credits-banner .title {
    left: 0;
    width: 100%;
    top: 55%;
    letter-spacing: .036em;
  }
}
@media screen and (max-width: 300px) {
  .credits-banner .title {
    top: 40%;
  }
}
.credits-banner .descr {
  position: absolute;
  text-align: center;
  width: 400px;
  left: 7vw;
  top: 7vw;
  font-family: "lmroman12-italic";
  font-size: 16px;
  letter-spacing: .036em;
  z-index: -1;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .credits-banner .descr {
    left: 0;
    width: 100%;
    top: 80%;
    letter-spacing: .036em;
  }
}
@media screen and (max-width: 480px) {
  .credits-banner .descr {
    left: 0;
    width: 100%;
    top: 65%;
    letter-spacing: .036em;
  }
}
@media screen and (max-width: 300px) {
  .credits-banner .descr {
    top: 55%;
  }
}

.mobile-only {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 800px) {
  .desktop-only {
    display: none;
    visibility: hidden;
  }

  .mobile-only {
    display: block;
    visibility: visible;
  }

  td.mobile-only, th.mobile-only {
    display: table-cell;
  }

  .order-details .orderTracking .col {
    width: 100%;
  }
  .order-details .orderTracking .print-col {
    display: none;
  }
  .order-details .shippingTracking .col {
    width: 100%;
  }
  .order-details .addressMethod .col {
    width: 49%;
  }
  .order-details .proqty {
    display: none;
    visibility: hidden;
  }

  .myAccount-Container {
    width: 100% !important;
  }

  .accountTabPlaceholder {
    margin-top: 0;
    margin-bottom: 30px;
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
  }

  .accountTab {
    width: 800px;
    background: #4c4d4f;
    margin-top: 0;
    margin-bottom: 0;
  }
  .accountTab li {
    font-size: 11pt;
    padding-top: 2px;
  }
  .accountTab li.current {
    float: left;
  }
  .accountTab li.current:after {
    top: 33px;
  }

  .body_sitewide.topInfoOpen.bodyScrolled .accountTabPlaceholder {
    top: 99px;
  }
  .body_sitewide.topInfoOpen.bodyScrolled .accountTab li.current:after {
    top: 132px;
    position: fixed;
  }

  .topInfoOpen.bodyScrolled .accountTabPlaceholder {
    top: 71px;
  }
  .topInfoOpen.bodyScrolled .accountTab li.current:after {
    top: 104px;
    position: fixed;
  }

  .topInfoClosed.bodyScrolled .accountTab li.current:after {
    top: 78px;
    position: fixed;
  }
}
@media screen and (max-width: 480px) {
  .body_sitewide.topInfoOpen.bodyScrolled .accountTab li.current:after {
    top: 146px;
  }

  .bodyScrolled .accountTabPlaceholder {
    top: 71px;
  }
  .bodyScrolled .accountTab li.current:after {
    top: 104px;
  }
}
/* -------------------------------------------- *
Add Item General
*/
.addItem-Container {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.addItem-Container input.input-text, .addItem-Container select, .addItem-Container textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px;
  height: auto;
  color: #4c4d4f;
}
.addItem-Container input.input-text::-webkit-input-placeholder, .addItem-Container select::-webkit-input-placeholder, .addItem-Container textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.addItem-Container input.input-text::-webkit-input-placeholder::-webkit-input-placeholder, .addItem-Container select::-webkit-input-placeholder::-webkit-input-placeholder, .addItem-Container textarea::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::-webkit-input-placeholder:-moz-placeholder, .addItem-Container select::-webkit-input-placeholder:-moz-placeholder, .addItem-Container textarea::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::-webkit-input-placeholder::-moz-placeholder, .addItem-Container select::-webkit-input-placeholder::-moz-placeholder, .addItem-Container textarea::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::-webkit-input-placeholder:-ms-input-placeholder, .addItem-Container select::-webkit-input-placeholder:-ms-input-placeholder, .addItem-Container textarea::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::-webkit-input-placeholder:focus::-webkit-input-placeholder, .addItem-Container select::-webkit-input-placeholder:focus::-webkit-input-placeholder, .addItem-Container textarea::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.addItem-Container input.input-text::-webkit-input-placeholder:focus:focus:-moz-placeholder, .addItem-Container select::-webkit-input-placeholder:focus:focus:-moz-placeholder, .addItem-Container textarea::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.addItem-Container input.input-text:-moz-placeholder, .addItem-Container select:-moz-placeholder, .addItem-Container textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.addItem-Container input.input-text:-moz-placeholder::-webkit-input-placeholder, .addItem-Container select:-moz-placeholder::-webkit-input-placeholder, .addItem-Container textarea:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text:-moz-placeholder:-moz-placeholder, .addItem-Container select:-moz-placeholder:-moz-placeholder, .addItem-Container textarea:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text:-moz-placeholder::-moz-placeholder, .addItem-Container select:-moz-placeholder::-moz-placeholder, .addItem-Container textarea:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text:-moz-placeholder:-ms-input-placeholder, .addItem-Container select:-moz-placeholder:-ms-input-placeholder, .addItem-Container textarea:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text:-moz-placeholder:focus::-webkit-input-placeholder, .addItem-Container select:-moz-placeholder:focus::-webkit-input-placeholder, .addItem-Container textarea:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.addItem-Container input.input-text:-moz-placeholder:focus:focus:-moz-placeholder, .addItem-Container select:-moz-placeholder:focus:focus:-moz-placeholder, .addItem-Container textarea:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.addItem-Container input.input-text::-moz-placeholder, .addItem-Container select::-moz-placeholder, .addItem-Container textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.addItem-Container input.input-text::-moz-placeholder::-webkit-input-placeholder, .addItem-Container select::-moz-placeholder::-webkit-input-placeholder, .addItem-Container textarea::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::-moz-placeholder:-moz-placeholder, .addItem-Container select::-moz-placeholder:-moz-placeholder, .addItem-Container textarea::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::-moz-placeholder::-moz-placeholder, .addItem-Container select::-moz-placeholder::-moz-placeholder, .addItem-Container textarea::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::-moz-placeholder:-ms-input-placeholder, .addItem-Container select::-moz-placeholder:-ms-input-placeholder, .addItem-Container textarea::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::-moz-placeholder:focus::-webkit-input-placeholder, .addItem-Container select::-moz-placeholder:focus::-webkit-input-placeholder, .addItem-Container textarea::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.addItem-Container input.input-text::-moz-placeholder:focus:focus:-moz-placeholder, .addItem-Container select::-moz-placeholder:focus:focus:-moz-placeholder, .addItem-Container textarea::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.addItem-Container input.input-text:-ms-input-placeholder, .addItem-Container select:-ms-input-placeholder, .addItem-Container textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.addItem-Container input.input-text:-ms-input-placeholder::-webkit-input-placeholder, .addItem-Container select:-ms-input-placeholder::-webkit-input-placeholder, .addItem-Container textarea:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text:-ms-input-placeholder:-moz-placeholder, .addItem-Container select:-ms-input-placeholder:-moz-placeholder, .addItem-Container textarea:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text:-ms-input-placeholder::-moz-placeholder, .addItem-Container select:-ms-input-placeholder::-moz-placeholder, .addItem-Container textarea:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text:-ms-input-placeholder:-ms-input-placeholder, .addItem-Container select:-ms-input-placeholder:-ms-input-placeholder, .addItem-Container textarea:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text:-ms-input-placeholder:focus::-webkit-input-placeholder, .addItem-Container select:-ms-input-placeholder:focus::-webkit-input-placeholder, .addItem-Container textarea:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.addItem-Container input.input-text:-ms-input-placeholder:focus:focus:-moz-placeholder, .addItem-Container select:-ms-input-placeholder:focus:focus:-moz-placeholder, .addItem-Container textarea:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.addItem-Container input.input-text::placeholder::-webkit-input-placeholder, .addItem-Container select::placeholder::-webkit-input-placeholder, .addItem-Container textarea::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::placeholder:-moz-placeholder, .addItem-Container select::placeholder:-moz-placeholder, .addItem-Container textarea::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::placeholder::-moz-placeholder, .addItem-Container select::placeholder::-moz-placeholder, .addItem-Container textarea::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::placeholder:-ms-input-placeholder, .addItem-Container select::placeholder:-ms-input-placeholder, .addItem-Container textarea::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.addItem-Container input.input-text::placeholder:focus::-webkit-input-placeholder, .addItem-Container select::placeholder:focus::-webkit-input-placeholder, .addItem-Container textarea::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.addItem-Container input.input-text::placeholder:focus:focus:-moz-placeholder, .addItem-Container select::placeholder:focus:focus:-moz-placeholder, .addItem-Container textarea::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.addItem-Container select {
  -moz-appearance: none;
}
.addItem-Container select:hover, .addItem-Container select:focus, .addItem-Container select:active {
  outline: none;
}
.addItem-Container textarea {
  resize: none;
}
.addItem-Container button {
  border: none;
}
.addItem-Container button.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  padding: 10px 20px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  width: 245px;
}

.headTitle {
  font-family: "presicav_light";
  font-size: 22px;
  color: #4c4d4f;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  letter-spacing: 10px;
  border-bottom: 1px solid #eceadd;
  padding-bottom: 25px;
  margin: 25px 0;
}

.rowbox {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
.rowbox p.title {
  font-family: "helvetica_bold";
  font-size: 14px;
  color: #a29253;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.rowbox p.title-subtext {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #4c4d4f;
  text-transform: normal;
  letter-spacing: 1px;
  line-height: 15px;
}
.rowbox .leftBox, .rowbox .rightBox {
  float: left;
}
.rowbox .leftBox {
  width: 35%;
}
.rowbox .rightBox {
  width: 60%;
  float: right;
}
.rowbox label.input-title {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
  color: #a29253;
  letter-spacing: 1px;
}
.rowbox label.input-title em {
  display: none;
}
.rowbox select {
  width: 100%;
  color: #4c4d4f;
  position: relative;
  background: #fff;
}
.rowbox select:after {
  position: absolute;
  content: url("/media/additem/images/arrow.png");
  display: block;
  height: 5px;
  right: -15px;
  top: 0;
  width: 10px;
  z-index: 1;
}

.item-type-select, .xs-two-col-wrapper, .xs-four-col-wrapper {
  width: 800px;
  margin: 0 auto;
}

.xs-one-col-wrapper {
  width: 600px;
  margin: 0 auto;
}
.xs-one-col-wrapper .other-input {
  margin: 10px auto;
  width: 340px;
}
.xs-one-col-wrapper .one-col-center {
  float: none;
  margin: 0 auto;
}
.xs-one-col-wrapper .one-col-center input {
  width: 260px;
  height: 42px;
}

.xs-two-col-wrapper .select-btn, .xs-two-col-wrapper .multi-btn {
  width: 260px;
}

.item-type-btn-wrapper {
  float: left;
  width: 25%;
}
.item-type-btn-wrapper .select-btn {
  background-size: 90px;
}

.one-col-wrapper {
  float: left;
  width: 50%;
}
.one-col-wrapper input {
  width: 260px !important;
  margin: 10px;
}

.add_product_prd-box .custom-select, .add_product_prd-box .wl_group {
  margin-bottom: 20px;
}
.add_product_prd-box .cat-type, .add_product_prd-box .cat-brand {
  width: 70%;
}
.add_product_prd-box .two-col {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
.add_product_prd-box .two-col .cat-brand, .add_product_prd-box .two-col .cat-type {
  width: 48%;
  float: left;
}
.add_product_prd-box .two-col .cat-brand, .add_product_prd-box .two-col .wl_group:first-child {
  margin-right: 4%;
}

.jewelry-lenwid .cat-brand {
  width: 100%;
}
.jewelry-lenwid .wl_group {
  width: 48%;
  float: left;
}
.jewelry-lenwid .wl_group:first-child {
  margin-right: 4%;
}

.prod-desc-data, .prod-condition-wrapper, .watch-casediameter, .otherattr {
  margin-bottom: 20px;
}

.prod-condition-wrapper label.input-title em, .gender-type-wrapper label.input-title em {
  display: inline-block;
  padding: 0 5px;
}

.jewelry-prod-desc .prod-desc-data textarea.input-text {
  width: 420px;
  max-width: 100% !important;
  min-height: 150px;
}
.jewelry-prod-desc .Prod-details .cat-brand, .jewelry-prod-desc .Prod-details .cat-type {
  width: 48%;
  float: left;
}
.jewelry-prod-desc .Prod-details .cat-brand {
  margin-right: 4%;
}

.prod-title-input .input-text {
  width: 420px !important;
}

.prod-condition, .gender-type {
  width: 100%;
  content: '';
  display: table;
  clear: both;
  background: rgba(162, 146, 83, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.prod-condition li, .gender-type li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "presicav_regular";
  font-size: 12px;
}
.prod-condition li.current, .gender-type li.current {
  background: #a29253;
}

.terms-of-service {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}

.add_product_save_bt {
  text-align: center;
  margin: 0 auto;
}
.add_product_save_bt .list-for-sale {
  width: 12%;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 40px;
  display: inline-block;
  float: right;
  border-left: 2px solid white;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  padding: 10px 20px;
  background: #f37e8b;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  font-family: "presicav_light";
  border-radius: initial;
  padding: 12px;
  cursor: pointer;
}

.list-for-sale {
  height: 40px;
  font-family: "presicav_light";
  width: 16% !important;
  background-color: #f37e8b !important;
  color: white;
}

.item-attribute {
  text-align: left;
  font-size: 0;
}
.item-attribute li {
  font-size: 0;
  display: inline-block;
  width: 21%;
  margin-right: 5%;
  border-bottom: 1px solid #a29253;
  cursor: pointer;
}
.item-attribute li span {
  font-family: "presicav_regular";
  font-size: 12px;
  color: #a29253;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: block;
}
.item-attribute li span:hover {
  color: #4c4d4f;
}
.item-attribute li:last-child {
  margin-right: 0;
}
.item-attribute li:hover {
  border-bottom: 2px solid #a29253;
}
.item-attribute li.current {
  border-bottom: 2px solid #a29253;
}
.item-attribute li.current span {
  color: #4c4d4f;
}

.buttons-set-pink, .listmodel .buttons-set, .titleBox .buttons-set, .confirmPop-up .buttons-set {
  border: 0;
  width: 320px;
  margin: 0 auto;
  padding-top: 38px;
}
.buttons-set-pink .button, .listmodel .buttons-set .button, .titleBox .buttons-set .button, .confirmPop-up .buttons-set .button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  padding: 10px 20px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  width: 100%;
  background: #f37e8b;
  padding: 13px;
  border: 0;
  font-size: 13px;
}

.listmodel .web_dialog_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1500;
}
.listmodel .web_dialog {
  width: 700px;
  height: 380px;
  background: #eceadd;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -190px;
  padding: 15px;
  z-index: 2000;
  box-shadow: 10px 10px 40px #333333;
}
.listmodel h3, .listmodel h2 {
  font-family: "presicav_light";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 40px 0 15px;
}
.listmodel .buttons-set {
  margin-top: 38px !important;
}

.suggested label {
  color: #a29253;
  margin-bottom: 10px;
  display: block;
}

.confirmlisting {
  width: 100%;
}
.confirmlisting input.input-text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px;
  height: auto;
  width: 100%;
}
.confirmlisting input.input-text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.confirmlisting input.input-text::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.confirmlisting input.input-text::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.confirmlisting input.input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.confirmlisting input.input-text:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.confirmlisting input.input-text:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.confirmlisting input.input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.confirmlisting input.input-text::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.confirmlisting input.input-text::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.confirmlisting input.input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.confirmlisting input.input-text:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.confirmlisting input.input-text:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.confirmlisting input.input-text::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.confirmlisting input.input-text::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.confirmlisting input.input-text::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.confirmlisting .col_left, .confirmlisting .col_right {
  padding: 0 8.6666%;
  float: left;
  width: 50%;
  min-height: 100px;
}
.confirmlisting .col_left {
  border-right: 1px solid #a29253;
  text-align: left;
}
.confirmlisting .col_right {
  padding: 0 6.6666%;
}
.confirmlisting .suggested p, .confirmlisting .bottomPText p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #a29253;
  margin-top: 10px;
}
.confirmlisting .suggested label {
  color: #a29253;
  margin-bottom: 10px;
  display: block;
}
.confirmlisting .receiveDetails .you_receive {
  margin-bottom: 10px;
}
.confirmlisting .receiveDetails .you_receive .sellpricetxt, .confirmlisting .receiveDetails .you_receive .sellpriceval, .confirmlisting .receiveDetails .you_receive .shipppricetxt, .confirmlisting .receiveDetails .you_receive .shipppriceval, .confirmlisting .receiveDetails .you_receive .totallistpricetxt, .confirmlisting .receiveDetails .you_receive .totallistpriceval {
  display: inline-block;
  width: 49%;
  font-size: 14px;
  font-weight: normal;
}
.confirmlisting .receiveDetails .you_receive .sellpricetxt, .confirmlisting .receiveDetails .you_receive .shipppricetxt, .confirmlisting .receiveDetails .you_receive .totallistpricetxt {
  text-align: right;
  color: #a29253;
}
.confirmlisting .receiveDetails .you_receive .sellpriceval, .confirmlisting .receiveDetails .you_receive .shipppriceval, .confirmlisting .receiveDetails .you_receive .totallistpriceval {
  padding-left: 30px;
  text-align: left;
  color: #4c4d4f;
}
.confirmlisting .receiveDetails .you_receive:last-child {
  margin-bottom: 0;
}
.confirmlisting .receiveDetails .you_receive.youReceive {
  margin-top: 5px;
}
.confirmlisting .receiveDetails .you_receive.youReceive .shipppricetxt {
  font-weight: bold;
}
.confirmlisting .receiveDetails .you_receive.youReceive .sellpriceval {
  font-size: 20px;
}

.bottomPText {
  margin: 25px auto 0;
  width: 90%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

.web_dialog_title {
  position: absolute;
  top: 20px;
  right: 20px;
}
.web_dialog_title .pdp-cross, .web_dialog_title .savedraft-cross, .web_dialog_title .nophoto-cross, .web_dialog_title .emailphoto-cross, .web_dialog_title .thx-listing-cross {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/media/additem/images/close_icon.png);
  background-size: 100%;
  width: 17px;
  height: 17px;
}

.popLoader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

.thankyou p {
  text-align: center;
  padding: 10px 0;
}
.thankyou .linkButton {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
.thankyou .linkButton .add_itm, .thankyou .linkButton .list_itm {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_light";
  padding: 10px 20px;
  background: #4c4d4f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
}
.thankyou .linkButton .add_itm {
  margin-right: 10px;
}

.ajax-upload-dragdrop {
  width: 100% !important;
}
.ajax-upload-dragdrop .fileDropArea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  width: 100%;
  height: 100px;
  display: table;
}
.ajax-upload-dragdrop .fileDropArea span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #aaa;
  letter-spacing: 1px;
}

.ajax-file-upload-container {
  margin-top: 20px;
  width: 100%;
}

.ajax-file-upload-statusbar {
  position: relative;
  width: 90px !important;
  height: 90px !important;
  display: inline-block;
  font-size: 0;
  margin: 0 7px 7px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0px;
  border: 1px solid #a29253;
  overflow: hidden;
}
.ajax-file-upload-statusbar img {
  width: 100%;
  height: auto;
}
.ajax-file-upload-statusbar .ajax-file-upload-filename {
  display: none;
}
.ajax-file-upload-statusbar .ajax-file-upload-red {
  background: url("/media/additem/images/delete.png") 0 0 no-repeat;
  width: 15px;
  height: 18px;
  display: none !important;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -8px;
  cursor: pointer;
}
.ajax-file-upload-statusbar:last-child {
  margin-right: 0;
}
.ajax-file-upload-statusbar:hover .ajax-file-upload-red {
  display: block !important;
}

.priseNote {
  padding: 10px;
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
.priseNote div {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #4c4d4f;
  text-transform: normal;
  letter-spacing: 1px;
  line-height: 15px;
}

.titleBox {
  width: 60%;
  margin: 0 auto;
}
.titleBox input.input-text {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.titleBox .agree {
  display: block;
  text-align: center;
  font-weight: normal;
}
.titleBox .agree input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.confirmPop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 90000;
}
.confirmPop-up .popup_overlay {
  display: block;
  z-index: 5000 !important;
}
.confirmPop-up .confirmPop-up-content {
  width: 750px;
  height: 450px;
  background: #eceadd;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -375px;
  margin-top: -225px;
  z-index: 6000 !important;
}
.confirmPop-up .hederTitle {
  font-family: "presicav_light";
  font-size: 26px;
  text-align: center;
  letter-spacing: 4px;
  margin: 40px 0;
}
.confirmPop-up .buttons-set {
  margin-top: 38px !important;
}

.proAddDetails {
  width: 100%;
}
.proAddDetails input.input-text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px;
  height: auto;
  width: 100%;
}
.proAddDetails input.input-text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.proAddDetails input.input-text::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.proAddDetails input.input-text::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.proAddDetails input.input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.proAddDetails input.input-text:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.proAddDetails input.input-text:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.proAddDetails input.input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.proAddDetails input.input-text::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.proAddDetails input.input-text::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.proAddDetails input.input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.proAddDetails input.input-text:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.proAddDetails input.input-text:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.proAddDetails input.input-text::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.proAddDetails input.input-text::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.proAddDetails input.input-text::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.proAddDetails .col_left, .proAddDetails .col_right {
  padding: 0 8.6666%;
  float: left;
  width: 50%;
  min-height: 115px;
}
.proAddDetails .col_left {
  border-right: 1px solid #a29253;
}
.proAddDetails .col_right {
  padding: 0 6.6666%;
}
.proAddDetails .suggested p, .proAddDetails .bottomPText p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #a29253;
  margin-top: 10px;
}
.proAddDetails .receiveDetails li {
  margin-bottom: 10px;
}
.proAddDetails .receiveDetails li label, .proAddDetails .receiveDetails li span {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  font-weight: normal;
}
.proAddDetails .receiveDetails li label {
  text-align: right;
  color: #a29253;
}
.proAddDetails .receiveDetails li span {
  padding-left: 30px;
  text-align: left;
  color: #4c4d4f;
}
.proAddDetails .receiveDetails li:last-child {
  margin-bottom: 0;
}
.proAddDetails .receiveDetails li.youReceive {
  margin-top: 5px;
}
.proAddDetails .receiveDetails li.youReceive label, .proAddDetails .receiveDetails li.youReceive span {
  font-weight: bold;
}
.proAddDetails .receiveDetails li.youReceive span {
  font-size: 20px;
}

.closeConfPop-up {
  position: absolute;
  top: 20px;
  right: 20px;
}
.closeConfPop-up span {
  background: url("/media/additem/images/close_icon.png") 0 0 no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
}

.topInfoClosed .contentWrapper {
  top: 113px;
}

#progress {
    background: #eceadd;
    height: 10px;
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
}

#progress-complete {
  height: 100%;
  background: #f37e8b;
  -webkit-transition: width 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.4s;
}

.addItem-Container .btn, .select-btn, .multi-btn {
  border: 1px solid;
  border-color: rgba(162, 146, 83, 0.5);
  width: 260px;
  height: 42px;
  display: inline-block;
  padding: 12px;
  margin: 10px;
  color: #4c4d4f;
  font-family: "presicav_light";
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}
.addItem-Container .btn:hover, .select-btn:hover, .multi-btn:hover {
  border-color: #a29253;
  cursor: pointer;
}

.on {
  border-color: #a29253;
  background-color: rgba(162, 146, 83, 0.2);
}

.off-set-one-col {
  margin-left: 37.5% !important;
}

.off-set-two-col {
  margin-left: 25% !important;
}

.off-set-four-col {
  margin-left: 16.67% !important;
}

.addItem-Container .commands {
  width: 100%;
  display: table;
  position: fixed;
  bottom: 0;
  margin-bottom: 0px;
  left: 0;
  background-color: #eceadd;
}
.addItem-Container .commands button {
  height: 50px;
  margin: 0;
  background-color: #eceadd;
  border-radius: 0;
  width: 12%;
  padding: 2px;
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.2em;
}
.addItem-Container .commands button.btn {
  border: none;
}
.addItem-Container .commands button.prev {
  border-right: 2px solid white;
  position: absolute;
  left: 0px;
}
.addItem-Container .commands button.prev:hover {
  background-color: #dad7c0;
  -webkit-transition: background-color 0.4s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.4s ease-in-out;
}
.addItem-Container .commands button.prev:disabled {
  cursor: default;
  opacity: 0.5;
}
.addItem-Container .commands button.prev:disabled:hover {
  background-color: #eceadd;
}
.addItem-Container .commands button.next {
  float: right;
  border-left: 2px solid white;
  width: 18%;
}
.addItem-Container .commands button.next:hover {
  background-color: #dad7c0;
  -webkit-transition: background-color 0.4s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.4s ease-in-out;
}
.addItem-Container .commands button.active {
  background-color: #f37e8b;
  color: #fff;
}
.addItem-Container .commands .btn-arrow {
  font-size: 22px;
  top: 2px;
  position: relative;
}
.addItem-Container .commands .btn-text {
  position: relative;
  top: -1px;
}

.error-select {
  height: 16px;
  margin-bottom: 10px;
}

.error-input-one-col {
  height: 16px;
  text-align: left;
  width: 340px;
  margin: 10px auto auto;
}

.error-input-two-col {
  height: 16px;
  text-align: left;
  width: 260px;
  padding: 0 10px;
  margin: 10px;
}

.calc-wrapper {
  width: 320px;
  margin: 7px auto;
}
.calc-wrapper .calc-text {
  width: 250px;
  text-align: right;
  display: inline-block;
  float: left;
  margin-right: 10px;
  color: #a29253;
  font-family: "presicav_light";
  letter-spacing: 0.2em;
  font-size: 11px;
}
.calc-wrapper .calc-num {
  width: 60px;
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 12px;
}

#saveDraft {
    width: 16%;
    position: fixed;
    bottom: 0;
    left: 12%;
    height: 50px;
    padding: 15px;
    float: left;
    font-family: "presicav_light";
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-right: 2px solid white;
    cursor: pointer;
}
#saveDraft:hover {
  background-color: #dad7c0;
  -webkit-transition: background-color 0.4s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.4s ease-in-out;
}

#saveDraft .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #e5e5e5;
  color: #4c4d4f;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.036em;
  text-transform: none;
  line-height: 15px;
  -webkit-filter: drop-shadow(1px 1px 1px #333333);
  filter: drop-shadow(1px 1px 1px #333333);
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: 0;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 1s;
}

#saveDraft .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 9px 5px;
  border-style: solid;
  border-color: #e5e5e5 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
#saveDraft:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.consignLink {
  width: 54%;
  left: 28%;
  position: fixed;
  bottom: 0;
  height: 50px;
  display: inline-block;
  padding: 15px;
  font-size: 15px;
  font-family: "Helvetica Light", Arial, sans-serif;
  font-style: italic;
  letter-spacing: 0.036em;
}
.consignLink a {
  text-decoration: underline;
  color: #4c4d4f;
}

.consignLink-mob {
  display: none;
}

.nicescroll-rails {
  display: block !important;
}

#form-customer-product-new {
  text-align: center;
}
#form-customer-product-new .input-label {
  font-size: 26px;
  font-style: italic;
  font-weight: lighter;
  letter-spacing: 0.036em;
  margin: 50px 15px 10px;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
}
#form-customer-product-new .input-label br {
  display: none;
}
#form-customer-product-new .secondary-label {
  font-size: 20px;
}
#form-customer-product-new .third-label {
  font-size: 15px;
}
#form-customer-product-new select {
  width: 340px;
  height: 42px;
}
#form-customer-product-new .text-bold {
  font-weight: bold;
}
#form-customer-product-new div.error {
  font-weight: lighter;
  color: #f37e8b;
}
#form-customer-product-new #prod-suggestprice {
  width: 320px;
}
#form-customer-product-new #error_suggestprice {
  width: 320px;
  text-align: left;
  margin: 10px auto;
  height: 16px;
}
#form-customer-product-new .validation-advice {
  font-weight: lighter;
  color: #f37e8b;
  text-align: left;
  width: 420px;
  margin: 10px auto;
  font-size: 14px;
}
#form-customer-product-new .item-suggested-price .secondary-label {
  margin-top: 25px;
  margin-bottom: 35px;
}
#form-customer-product-new .item-retail-price .third-label, #form-customer-product-new .add_product_prd-box .third-label {
  margin-top: 15px;
  margin-bottom: 25px;
}
#form-customer-product-new .add-item-photo .secondary-label {
  margin-top: 25px;
  margin-bottom: 20px;
}
#form-customer-product-new #dropzone-error {
  height: 16px;
  margin-bottom: 20px;
}

.jewelry-type .select-btn {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  display: inline-block;
  margin: 20px auto 60px;
  background-repeat: no-repeat;
  background-position: center;
}
.jewelry-type .item-type-text {
  position: relative;
  top: 120px;
}

.icon-inactive {
  opacity: 0.5;
}

.add-item-color .select-btn, .add-item-color .multi-btn {
  padding: 0;
  vertical-align: top;
}
.add-item-color .color-sample {
  height: 40px;
  content: " ";
  width: 40px;
  display: inline-block;
  float: left;
  background-color: black;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 1px solid;
  border-color: rgba(162, 146, 83, 0.5);
}
.add-item-color .color-text {
  position: relative;
  top: 12px;
}
.add-item-color .color-checkbox {
  content: " ";
  height: 21px;
  width: 21px;
  display: inline-block;
  float: right;
  background-color: #eceadd;
  position: relative;
  top: 10px;
  right: 10px;
  font-size: 15px;
  line-height: 24px;
}
.add-item-color .color-checkbox .fa.fa-check {
  position: relative;
  top: -3px;
}

.dimension-label {
  font-weight: normal;
  font-style: italic;
  margin: 10px;
  width: 260px;
  text-align: initial;
}

.cat_case_diameter .dimension-label {
  margin-bottom: 0px;
}

.lenwid-wrapper {
  margin-top: 45px;
}

.ring-size-col {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.ring-size-col .select-btn {
  margin: 5px;
  width: 20%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.036em;
}
.ring-size-col .ring-size-row .select-btn:first-child {
  margin-right: 15px;
}

.ring-size-col:first-child {
  float: left;
}

.ring-size-col:nth-child(2) {
  float: right;
}

.dz-progress {
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 102;
}

.dz-upload {
  display: none;
  height: 10px;
}

#dropzone_wrapper {
  width: 600px;
  margin: auto;
}
#dropzone_wrapper .dropzone_row.row2 {
  display: none;
}
#dropzone_wrapper .dropzone_row.row3 {
  display: none;
}
#dropzone_wrapper .dropzone_multi_file {
  width: 500px;
  height: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px dashed #a29253;
  position: relative;
  margin: 0 auto;
}
#dropzone_wrapper .dropzone_multi_file:hover {
  cursor: pointer;
}
#dropzone_wrapper #dropzone-btn {
  width: 340px;
  height: 42px;
  margin: 35px auto 20px;
  background-color: #4c4d4f;
  padding: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "presicav_light";
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #ffffff;
  cursor: pointer;
}
#dropzone_wrapper #dropzone-btn:hover {
  background-color: #37383a;
  -webkit-transition: background-color 0.4s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.4s ease-in-out;
}
#dropzone_wrapper #dropzone-emailphone {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.036em;
  cursor: pointer;
}
#dropzone_wrapper #dropzone-emailphone .fa-mobile {
  font-size: 30px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

#signup_txt, #welcome_txt {
  padding: 11px 0 4px !important;
  min-height: initial;
  text-transform: none;
}

.login_form .login_frm {
  margin-bottom: 45px;
}

#saveDraftModel .web_dialog {
  width: 560px;
  height: 320px;
  margin-left: -280px;
  margin-top: -160px;
  padding: 15px;
}
#saveDraftModel .model-btn {
  margin-top: 50px;
}

#saveDraftModel h3, #noPhotoModel h3, #thxListingModel h3 {
  margin-top: 55px;
}

.savedraft-text {
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 25px;
  font-style: italic;
  letter-spacing: 0.036em;
  line-height: 22px;
}
.savedraft-text a {
  text-decoration: underline;
  color: #4c4d4f;
}

.model-btn {
  width: 340px;
  height: 42px;
  margin: 15px auto;
  background-color: #4c4d4f;
  padding: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "presicav_light";
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #ffffff;
  cursor: pointer;
}

.btn-continue {
  background-color: #f37e8b;
}

#noPhotoModel .web_dialog, #emailPhotoModel .web_dialog, #thxListingModel .web_dialog {
  width: 560px;
  height: 360px;
  margin-left: -280px;
  margin-top: -180px;
  padding: 15px;
}

#emailPhotoModel input {
  width: 400px;
  height: 42px;
  text-align: center;
  background-color: #eceadd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#emailPhotoModel input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
#emailPhotoModel input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
#emailPhotoModel input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
#emailPhotoModel input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
#emailPhotoModel input:focus {
  /* FF 4-18 */
  /* FF 19+ */
}
#emailPhotoModel input:focus::-webkit-input-placeholder {
  color: transparent;
}
#emailPhotoModel input:focus:focus:-moz-placeholder {
  color: transparent;
}
#emailPhotoModel input:focus:focus::-moz-placeholder {
  color: transparent;
}
#emailPhotoModel input:focus:focus:-ms-input-placeholder {
  color: transparent;
}
#emailPhotoModel .model-btn {
  width: 400px;
}

.dropzone {
  height: 110px;
  width: 110px;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  position: relative;
  margin: 0 10px 15px;
  background-image: url("/media/additem/images/additem_camera.png");
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
.dropzone:hover {
  cursor: pointer;
}

.dz-message {
  position: absolute;
  top: 55%;
  width: 100%;
  opacity: 0.5;
}

#dropzone_multi_file .dz-message {
  top: 43%;
  font-weight: bold;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dz-remove {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: white;
  font-size: 20px;
}

.dz-preview .dz-details img {
  border-radius: 4px;
}
.dz-preview .dz-details img:hover {
  opacity: 0.5;
}

.dz-drag-icon {
  display: none;
  width: 25px;
  height: 25px;
  color: white;
  position: absolute;
  z-index: 100;
  top: 42px;
  left: 42px;
}
.dz-drag-icon img {
  width: 100%;
}

#additem-loader img {
  position: fixed;
  top: 50%;
  left: 50%;
}

#habla_beta_container_do_not_rely_on_div_classes_or_names {
  display: none !important;
}

.checkmark {
  float: right;
  display: none;
}

.fa-caret-down {
  padding-top: 10px;
}

.select2-container--default {
  width: 340px !important;
  height: 42px !important;
}
.select2-container--default .select2-selection--single {
  height: 42px !important;
  border: 1px solid #a29253 !important;
  text-align: left !important;
  font-size: 16px !important;
  font-family: Helvetica, Arial, sans-serif !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 6px 7px !important;
  border-bottom: 1px solid #a29253;
  margin-left: 10px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #4c4d4f !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px !important;
  margin-left: -10px !important;
  margin-top: -4px !important;
}
.select2-container--default .select2-dropdown {
  border-color: #a29253 !important;
}
.select2-container--default .select2-results__options {
  -webkit-overflow-scrolling: touch;
}
.select2-container--default .select2-results__options .mCSB_container {
  margin-right: 0px !important;
}
.select2-container--default .select2-results__options .mCSB_scrollTools_vertical {
  width: 27px;
  margin-top: 6px;
}
.select2-container--default .select2-results__options .mCSB_scrollTools_vertical .mCSB_dragger_bar {
  background: #4c4d4f;
  width: 8px;
}
.select2-container--default .select2-results__options .mCSB_scrollTools_vertical .mCSB_draggerRail {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eceadd !important;
  color: #4c4d4f !important;
}
.select2-container--default .select2-results__group {
  padding: 13px 6px 6px !important;
  margin-left: 10px;
  margin-right: 27px;
}
.select2-container--default .select2-results__option:not([role='group']) {
  padding: 8px 8px 8px 0.5em !important;
  margin-left: 10px;
  margin-right: 27px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial !important;
  color: #4c4d4f !important;
}
.select2-container--default .select2-results__option[aria-selected=true] .checkmark {
  display: inline-block;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 7px 6px !important;
}

span.select2-selection.select2-selection--single {
  outline: none !important;
}

@media (max-width: 800px) {
  .item-type-select, .xs-two-col-wrapper, .xs-four-col-wrapper {
    width: 600px;
  }

  .item-type-btn-wrapper {
    float: left;
    width: 33.33%;
  }

  .ring-size-col {
    width: 100%;
    float: none;
  }

  .item-attribute li {
    width: 47%;
    margin-right: 5%;
    text-align: center;
  }
  .item-attribute li:last-child {
    margin-right: 0;
  }

  .add_product_prd-box .cat-type, .add_product_prd-box .cat-brand {
    width: 100%;
  }

  .jewelry-prod-desc .Prod-details .cat-brand, .jewelry-prod-desc .Prod-details .cat-type {
    float: none;
    width: 100%;
  }

  .commands button {
    width: 15%;
  }

  #saveDraft {
    left: 15%;
    width: 21%;
  }

  .consignLink {
    width: 46%;
    left: 36%;
  }
}
@media (max-width: 600px) {
  .addItem-Container input.input-text, .addItem-Container select, .addItem-Container textarea {
    font-size: 13px;
    padding: 11px 10px;
  }

  #signup_txt, #welcome_txt {
    line-height: 22px !important;
  }

  #form-customer-product-new .input-label {
    font-size: 21px;
    margin: 40px 15px 0;
  }
  #form-customer-product-new .input-label br {
    display: block;
  }
  #form-customer-product-new .secondary-label {
    font-size: 17px;
  }
  #form-customer-product-new .third-label {
    font-size: 12px;
  }
  #form-customer-product-new #prod-suggestprice, #form-customer-product-new #error_suggestprice, #form-customer-product-new .validation-advice {
    width: 286px;
  }

  .item-type-select, .xs-one-col-wrapper {
    width: 95%;
    max-width: 375px;
  }

  .item-type-btn-wrapper {
    float: left;
    width: 33.33%;
  }

  .xs-one-col-wrapper .other-input {
    width: 286px;
    height: 39px;
  }
  .xs-one-col-wrapper .one-col-center input {
    width: 225px;
    height: 39px;
  }

  .one-col-wrapper input {
    width: 286px !important;
  }

  .xs-two-col-wrapper {
    width: 286px;
  }
  .xs-two-col-wrapper div.select-btn:nth-child(odd), .xs-two-col-wrapper div.multi-btn:nth-child(odd) {
    width: 131px;
    margin-left: 0;
  }
  .xs-two-col-wrapper div.select-btn:nth-child(even), .xs-two-col-wrapper div.multi-btn:nth-child(even) {
    width: 131px;
    margin-right: 0;
  }

  .error-input-one-col {
    width: 286px;
  }

  .error-input-two-col {
    width: 286px;
    padding: 0 26px;
  }

  .xs-four-col-wrapper {
    width: 100%;
  }

  .btn, .select-btn, .multi-btn {
    height: 39px;
    padding: 11px 9px;
    width: 286px;
  }

  .error-select {
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .select2-container--default {
    width: 286px !important;
    height: 39px !important;
  }
  .select2-container--default .select2-selection--single {
    height: 39px !important;
    font-size: 13px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
  }

  .add-item-color .color-sample {
    width: 37px;
    height: 37px;
  }
  .add-item-color .color-text {
    top: 11px;
  }
  .add-item-color .noColor .color-text {
    top: 3px;
  }

  .color-checkbox {
    display: none !important;
  }

  .dimension-label {
    width: 286px;
  }

  .lenwid-wrapper, .cat_case_diameter {
    margin-top: 25px;
  }

  .one-col-wrapper {
    width: 100%;
  }

  .item-type-btn-wrapper .select-btn {
    background-size: 70px;
  }

  .jewelry-type .select-btn {
    width: 90px;
    height: 90px;
    margin: 5px auto 40px;
    padding: 12px 0;
  }
  .jewelry-type .item-type-text {
    top: 90px;
    font-size: 9px;
  }

  .ring-size-col .select-btn {
    width: 20%;
    padding: 8px 5px;
  }
  .ring-size-col .ring-size-row .select-btn:first-child {
    margin-left: 0px;
    margin-right: 5px;
  }
  .ring-size-col .ring-size-row .select-btn:last-child {
    margin-right: 0px;
  }

  .calc-wrapper {
    width: 286px;
  }
  .calc-wrapper .calc-text {
    width: 226px;
  }
  .calc-wrapper .calc-num {
    width: 50px;
  }

  #dropzone_wrapper {
    width: 90%;
    min-width: 320px;
  }
  #dropzone_wrapper #dropzone-btn {
    width: 310px;
    height: 39px;
    padding: 11px;
  }
  #dropzone_wrapper .dropzone {
    height: 90px;
    width: 90px;
    margin: 0 7px 15px;
  }
  #dropzone_wrapper .dropzone .dz-preview .dz-details img {
    width: 88px;
  }
  #dropzone_wrapper .dropzone .dz-drag-icon {
    display: none !important;
  }

  .jewelry-prod-desc .prod-desc-data textarea.input-text {
    width: 286px;
  }

  .prod-title-input .input-text {
    width: 286px !important;
  }

  .commands {
    background-color: #b5a875;
    color: #ffffff;
  }
  .commands button {
    background-color: #b5a875;
    color: #ffffff;
  }
  .commands button.prev {
    width: 12%;
    border: none;
  }
  .commands button.next {
    width: 32%;
  }

  #saveDraft {
    width: 31%;
    left: 12%;
    font-size: 9px;
    border: none;
    color: #ffffff;
  }

  .consignLink-mob {
    display: inline-block;
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 25%;
    left: 43%;
    padding: 8px 2px;
    font-family: "presicav_light";
    font-size: 9px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    cursor: pointer;
    color: #ffffff;
  }

  .list-for-sale {
    width: 32% !important;
  }

  .mob-hide {
    display: none;
  }

  .listmodel .web_dialog, #saveDraftModel .web_dialog, #noPhotoModel .web_dialog, #emailPhotoModel .web_dialog, #thxListingModel .web_dialog {
    width: 310px;
    margin-left: -155px;
    height: auto;
    margin-top: -220px;
  }
  .listmodel .web_dialog .savedraft-text, #saveDraftModel .web_dialog .savedraft-text, #noPhotoModel .web_dialog .savedraft-text, #emailPhotoModel .web_dialog .savedraft-text, #thxListingModel .web_dialog .savedraft-text {
    width: 250px;
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .listmodel .web_dialog .savedraft-text br, #saveDraftModel .web_dialog .savedraft-text br, #noPhotoModel .web_dialog .savedraft-text br, #emailPhotoModel .web_dialog .savedraft-text br, #thxListingModel .web_dialog .savedraft-text br {
    display: none;
  }
  .listmodel h3, #saveDraftModel h3, #noPhotoModel h3, #emailPhotoModel h3, #thxListingModel h3 {
    margin: 30px auto 20px;
    width: 250px;
    font-size: 19px;
    line-height: 23px;
  }
  .listmodel input, #saveDraftModel input, #noPhotoModel input, #emailPhotoModel input, #thxListingModel input {
    width: 250px;
    height: 39px;
  }
  .listmodel .model-btn, #saveDraftModel .model-btn, #noPhotoModel .model-btn, #emailPhotoModel .model-btn, #thxListingModel .model-btn {
    width: 250px;
    height: 39px;
    font-size: 10px;
    margin-top: 15px;
  }
  .listmodel .confirmlisting .col_left, .listmodel .confirmlisting .col_right, #saveDraftModel .confirmlisting .col_left, #saveDraftModel .confirmlisting .col_right, #noPhotoModel .confirmlisting .col_left, #noPhotoModel .confirmlisting .col_right, #emailPhotoModel .confirmlisting .col_left, #emailPhotoModel .confirmlisting .col_right, #thxListingModel .confirmlisting .col_left, #thxListingModel .confirmlisting .col_right {
    width: 250px;
    margin: 0 auto;
    padding: 0;
    float: none;
    border: none;
    min-height: 80px;
  }
  .listmodel .confirmlisting .bottomPText, #saveDraftModel .confirmlisting .bottomPText, #noPhotoModel .confirmlisting .bottomPText, #emailPhotoModel .confirmlisting .bottomPText, #thxListingModel .confirmlisting .bottomPText {
    margin-top: 10px;
    width: 250px;
    font-size: 10px;
    line-height: 12px;
    color: #858585;
  }
  .listmodel .buttons-set, #saveDraftModel .buttons-set, #noPhotoModel .buttons-set, #emailPhotoModel .buttons-set, #thxListingModel .buttons-set {
    width: 250px;
    padding: 0;
    margin-top: 20px !important;
  }

  #emailPhotoModel .model-btn {
    font-size: 9px;
  }

  .web_dialog_title {
    top: 15px;
    right: 15px;
  }
}
.select-an-item .Approximate_error_list {
  color: #a29253;
  text-align: left;
  margin-top: 4%;
  font-size: 10px;
}

.step1-content .select-an-item {
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
}
.step1-content .select-an-item label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  font-weight: normal;
  color: grey;
  width: 100%;
}
.step1-content .select-an-item .mobile-side {
  visibility: hidden;
}
.step1-content .select-an-item .select-one {
  padding: 3px 0;
  background: white;
  font-size: 14px;
  font-family: "helvetica-light";
  line-height: 36px;
  letter-spacing: 0.036em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  height: 44px;
  width: 100%;
  border-color: grey;
  border-radius: 4px;
  height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding-left: 10px;
  text-transform: capitalize;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 12%;
  margin-top: 3px;
}
.step1-content .select-an-item .select-one option {
  width: 90%;
  font-size: 10px;
}

.step1-content .form-table .value .Approximate_error {
  color: #a29253;
  text-align: left;
  margin-top: 4%;
  font-size: 10px;
}

.step1-content .form-table .jewelry .Approximate_error {
  color: #a29253;
  text-align: left;
  margin-top: 4%;
  font-size: 10px;
}

.step1-content .form-table .watch .Approximate_error {
  color: #a29253;
  text-align: left;
  margin-top: 4%;
  font-size: 10px;
}

.step1-content .form-table .brand #Consign-Brand {
  padding-left: 10px !important;
  text-align: left !important;
}

.step1-content .form-table .value #step1_value {
  text-align: left !important;
}

.step1-content .form-table .value .dollor_icon {
  background-size: 6%;
}

.Consign-Form-step3 .title-pic {
  margin-top: 6%;
}

.filter-optList {
  max-height: 80px;
  overflow: auto;
  border: 1px solid #c2bdbd;
}
.filter-optList li a {
  padding-left: 5%;
  font-family: "helvetica" !important;
}
.filter-optList li a:hover {
  background-color: white;
  color: black !important;
}

.success-bottom {
  text-align: center;
  color: black;
  font-size: 10pt;
  font-family: "presicav_regular";
  margin-top: 7%;
  margin-bottom: 12%;
  text-decoration: underline;
}
.success-bottom a {
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.exist-user-no-login .bottom {
  display: block;
}

.loader-group-Login .bottom {
  display: none;
}

.step1_title {
  width: 100%;
  height: auto;
}
.step1_title p {
  text-align: center;
}
.step1_title .t1 {
  font-family: "presicav_regular";
  font-size: 11pt;
  color: #a29253;
  letter-spacing: 0.2em;
  line-height: 30pt;
}
.step1_title .t2 {
  font-family: "Helvetica";
  font-size: 12pt;
  font-weight: lighter;
  letter-spacing: 0.036em;
  line-height: 30pt;
}
.step1_title .t3-mobile {
  display: none;
}

.step2-title {
  width: 100%;
  height: auto;
}
.step2-title p {
  text-align: center;
}
.step2-title .t1 {
  font-family: "presicav_regular";
  font-size: 11pt;
  color: #a29253;
  letter-spacing: 0.2em;
  line-height: 30pt;
}
.step2-title .t2 {
  font-family: "Helvetica";
  font-size: 12pt;
  font-weight: lighter;
  letter-spacing: 0.036em;
  line-height: 30pt;
}

.Consign_Form_step1 {
  margin-top: 5%;
}

.Consign-Form-step2 {
  margin-top: 6%;
}
.Consign-Form-step2 .main-container {
  max-width: 800px;
  margin-top: 2%;
}

.ConsignFormCon form .FormLine.chkBtnBox p label a {
  text-decoration: underline;
  color: black;
}

.Consign-Form-step3 .bottom a {
  letter-spacing: 0.2em;
}

.Consign-Form-step3 .title-pic {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.Consign-Form-step3 .title-pic .golden-back {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: opacity .25s ease-in-out;
}
.Consign-Form-step3 .title-pic .golden-back #center-imge {
  width: 76px;
  height: 76px;
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
}
.Consign-Form-step3 .title-pic .golden-back #center-imge img {
  width: 100%;
}
.Consign-Form-step3 .title-pic .golden-back .center {
  width: 100px;
  height: 100px;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: change 0.5s;
  -moz-animation: change 0.5;
  -webkit-animation: change 0.5s;
  -o-animation: change 0.5s;
}
.Consign-Form-step3 .title-pic .golden-back .center img {
  width: 100%;
}
@keyframes change {
  from {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  to {
    width: 76px;
    height: 76px;
    opacity: 1;
  }
}
.Consign-Form-step3 .Thank_you_consign {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2%;
}
.Consign-Form-step3 .Thank_you_consign .p1 {
  text-transform: uppercase;
  font-family: "presicav_regular";
  font-size: 11pt;
  color: #a29253;
  letter-spacing: 0.2em;
  line-height: 30pt;
}
.Consign-Form-step3 .Thank_you_consign .p2 {
  font-size: 12pt;
  font-weight: lighter;
  letter-spacing: 0.036em;
  line-height: 1.8;
}
.Consign-Form-step3 .no-user-no-login {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 3%;
}
.Consign-Form-step3 .no-user-no-login button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: #a29253;
  color: white;
  width: 38%;
  height: 40px;
  margin-top: 6%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9pt;
  font-family: "presicav_regular";
}
.Consign-Form-step3 .no-user-no-login .create-account-email {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.Consign-Form-step3 .no-user-no-login .create-account-email label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.Consign-Form-step3 .no-user-no-login .create-account-email #email {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.Consign-Form-step3 .no-user-no-login .create_account_password {
  padding-left: 5px;
}
.Consign-Form-step3 .no-user-no-login .create_account_password label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.Consign-Form-step3 .no-user-no-login .create_account_password input {
  border-radius: 5px;
  width: 50%;
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.Consign-Form-step3 .no-user-no-login .loader-group-creat {
  margin-left: auto;
}
.Consign-Form-step3 .no-user-no-login .loader-group-creat .bottom {
  display: none;
}
.Consign-Form-step3 .no-user-no-login .bottom {
  text-align: center;
  text-decoration: underline;
  font-family: "presicav_regular";
  text-transform: uppercase;
  font-size: 9pt;
  letter-spacing: 0.2em;
}
.Consign-Form-step3 .no-user-no-login .bottom a {
  color: #4c4d4f;
  letter-spacing: 0.2em;
}
.Consign-Form-step3 .no-user-no-login .bottom {
  text-align: center;
  text-decoration: underline;
  margin-top: 2%;
  font-family: "presicav_regular";
}
.Consign-Form-step3 .no-user-no-login .bottom a {
  color: #4c4d4f;
  letter-spacing: 0.2em;
}
.Consign-Form-step3 .exist-user-no-login {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
.Consign-Form-step3 .exist-user-no-login button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: #a29253;
  color: white;
  width: 38%;
  height: 40px;
  margin-top: 6%;
  letter-spacing: 0.2em;
  font-size: 9pt;
  font-family: "presicav_regular";
}
.Consign-Form-step3 .exist-user-no-login .login-account-email {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.Consign-Form-step3 .exist-user-no-login .login-account-email label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.Consign-Form-step3 .exist-user-no-login .login-account-email #login_email {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.Consign-Form-step3 .exist-user-no-login .login_account_password {
  padding-left: 5px;
}
.Consign-Form-step3 .exist-user-no-login .login_account_password label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.Consign-Form-step3 .exist-user-no-login .login_account_password input {
  border-radius: 5px;
  width: 50%;
  border-radius: 5px;
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.Consign-Form-step3 .bottom {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 8%;
  text-transform: uppercase;
  margin-top: 2%;
  font-family: "presicav_regular";
  font-size: 9pt;
  letter-spacing: 0.2em;
}
.Consign-Form-step3 .bottom a {
  color: #4c4d4f;
}

.seller_active {
  color: white !important;
  background: #a29253 !important;
}

.step1-content {
  margin-top: 2%;
}
.step1-content .mobile {
  display: none;
}
.step1-content .desktop {
  display: block;
}
.step1-content .form-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.step1-content .form-table .watch {
  width: 0;
  visibility: hidden;
  float: left;
}
.step1-content .form-table .watch .Approximate_error {
  color: #a29253;
  text-align: left;
}
.step1-content .form-table .watch .input-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.step1-content .form-table .watch .seller_watch {
  background: white;
  color: #a29253;
  font-size: 10px;
  font-family: "presicav_regular";
  line-height: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 7%;
  width: 90%;
  height: 40px;
}
.step1-content .form-table .jewelry {
  float: left;
  width: 0;
  visibility: hidden;
}
.step1-content .form-table .jewelry .Approximate_error {
  color: #a29253;
  text-align: left;
}
.step1-content .form-table .jewelry .input-label {
  font-family: "Helvetica";
  font-size: 8pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  visibility: hidden;
}
.step1-content .form-table .jewelry .seller_jewelry {
  background: white;
  color: #a29253;
  font-size: 10px;
  font-family: "presicav_regular";
  line-height: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 7%;
  width: 90%;
  height: 40px;
}
.step1-content .form-table .brand {
  width: 34%;
  float: left;
}
.step1-content .form-table .brand .input-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  font-weight: normal;
  color: grey;
  width: 100%;
}
.step1-content .form-table .brand .mobile-side {
  visibility: hidden;
}
.step1-content .form-table .brand .dropdownShow {
  margin-top: 3px;
  width: 95%;
}
.step1-content .form-table .brand #Consign-Brand {
  padding: 3px 0;
  background: white;
  font-size: 14px;
  font-family: "helvetica-light";
  line-height: 36px;
  letter-spacing: 0.036em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  height: 44px;
  width: 100%;
  border-color: grey;
  border-radius: 4px;
  height: 40px;
}
.step1-content .form-table .value {
  width: 20%;
  float: left;
}
.step1-content .form-table .value .input-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  font-weight: normal;
  color: grey;
  width: 100%;
  white-space: nowrap;
}
.step1-content .form-table .value .second {
  display: none;
}
.step1-content .form-table .value .Approximate_error {
  color: #a29253;
  text-align: left;
}
.step1-content .form-table .value #step1_value {
  padding: 3px 0;
  background: white;
  font-size: 14px;
  font-family: "Helvetica-light";
  line-height: 36px;
  letter-spacing: 0.036em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  margin-right: 7%;
  height: 40px;
  width: 95%;
  border-color: grey;
  border-radius: 4px;
  margin-top: 3px;
}
.step1-content .form-table .add .input-label {
  font-family: "Helvetica";
  font-size: 8pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  visibility: hidden;
}
.step1-content .form-table .add .add_item {
  padding: 3px 0;
  background: white;
  color: #a29253;
  font-size: 12.1px;
  font-family: "presicav_regular";
  line-height: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 7%;
  height: 44px;
  width: 110%;
}
.step1-content .form-table .add .add_item .add_icon {
  font-size: 20px;
  width: 2%;
  float: left;
  text-align: right;
}
.step1-content .form-table .add .add_item .addCF {
  width: 16%;
  float: left;
  font-size: 10px;
  white-space: nowrap;
}
.step1-content .form-table #Step1_next {
  width: 18.2%;
}
.step1-content #Step1_next {
  float: left;
}

.step1-next-button {
  width: 100%;
  margin-bottom: 18%;
}
.step1-next-button #Step1_next {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 3px 0;
  background: #b0aeae;
  color: white;
  font-size: 12.1px;
  font-family: "presicav_regular";
  line-height: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  background-clip: padding-box;
  cursor: pointer;
  border: solid 1px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  width: 24%;
  background-color: #b0aeae;
}
.step1-next-button .add {
  display: none;
}

.remCF {
  text-decoration: underline;
  font-size: 12px;
  color: grey;
}

#products_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#products_list .Consign-Brand {
  width: auto;
  white-space: nowrap;
}
#products_list .delete {
  width: 12%;
}
#products_list .space {
  width: 80%;
}
#products_list .customFields {
  width: 100%;
}
#products_list .customFields tr {
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #c4c3c3;
}
#products_list .customFields tr td {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 1%;
}
#products_list .title {
  max-width: 800px;
  text-align: center;
  font-size: 11pt;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  font-family: "helvetica-light";
}
#products_list .line {
  display: inline-block;
  height: 1px;
  background: #aea8a8;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}
#products_list .customFields {
  margin-top: 4%;
  font-family: "helvetica-light";
  color: #4c4d4f;
}
#products_list .customFields .bottom_line {
  width: 100px;
  display: inline-block;
  height: 1px;
  background: #aea8a8;
  /* width: 72%; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}

body.consignment-index-index .main-container.bodyContent {
  width: 100%;
  max-width: 100%;
}

.listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4d4f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  letter-spacing: 3px;
  color: #ffffff;
  letter-spacing: 0.3em;
}
.listHeader p {
  padding: 6px 0;
  display: block;
}
.listHeader .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
.listHeader .line.down {
  bottom: 0;
  top: auto;
}

.clearfix {
  clear: both;
}

#consignment .consignment-banner {
  width: 100%;
  display: block;
  background: #4c4d4f;
  margin-bottom: 15px;
  padding: 0 5px;
}
#consignment .consignment-banner .consignment_section {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 45px 5px 20px;
  text-align: center;
}
#consignment .consignment-banner .consignment_section .listHeader {
  font-family: "presicav_light";
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  color: #4c4d4f;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: normal;
  position: relative;
  color: #ffffff;
  letter-spacing: 0.3em;
}
#consignment .consignment-banner .consignment_section .listHeader p {
  padding: 6px 0;
  display: block;
}
#consignment .consignment-banner .consignment_section .listHeader .line {
  display: inline-block;
  height: 1px;
  background: #f37e8b;
  width: 125px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}
#consignment .consignment-banner .consignment_section .listHeader .line.down {
  bottom: 0;
  top: auto;
}
#consignment .consignment-banner .consignment_section h4 {
  color: #f37e8b;
  font-family: "presicav_regular";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#consignment .consignment-banner .consignment_section > p {
  color: #eceadd;
  font-family: "helvetica-light";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#consignment .consignment_steps {
  width: 100%;
  margin: -10px auto 50px;
  display: block;
  text-align: center;
}
#consignment .consignment_steps .steps_group {
  width: 100%;
  margin: 20px auto 0;
  display: block;
  text-align: center;
}
#consignment .consignment_steps .steps_group .hdr-container {
  width: 100%;
  height: auto;
  text-align: center;
}
#consignment .consignment_steps .steps_group .hdr-container span {
  width: 97%;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  font-family: "presicav_regular";
  color: #a29253;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#consignment .consignment_steps .steps_group .txt-container {
  width: auto;
  height: auto;
  text-align: center;
}
#consignment .consignment_steps .steps_group .txt-container div {
  width: 95%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  color: #4c4d4f;
  font-size: 14px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif;
  white-space: pre-wrap;
}
#consignment .consignment_steps .steps_group .respHead {
  text-align: center;
  height: 60px;
}
#consignment .consignment_steps .steps_group .respHead img {
  display: inline-block;
  width: 62px;
}
#consignment .consignment_steps .arrow-container {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  box-sizing: border-box;
}
#consignment .consignment_steps .arrow {
  width: 20px;
  height: 20px;
  margin: 10px auto;
  border: 1px solid #a29253;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.ConsignFormCon {
  width: 95%;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
}
.ConsignFormCon form {
  text-align: center;
  margin: 0 auto;
}
.ConsignFormCon form .FormLine_email {
  width: 39%;
  float: left;
  margin-right: 1%;
}
.ConsignFormCon form .FormLine_button {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}
.ConsignFormCon form .FormLine_button p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ConsignFormCon form .FormLine_phone {
  float: left;
}
.ConsignFormCon form .input-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
}
.ConsignFormCon form .input-label br {
  display: none;
}
.ConsignFormCon form .FormLine_detail {
  width: 1px;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}
.ConsignFormCon form .FormLine_Amount {
  width: 1px;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}
.ConsignFormCon form .secondary-label {
  font-family: "Helvetica";
  font-size: 10pt;
  letter-spacing: 0.036em;
  line-height: 23.99pt;
  font-weight: normal;
  color: grey;
  float: left;
}
.ConsignFormCon form .third-label {
  font-size: 15px;
  margin: 0px 15px 15px;
}
.ConsignFormCon form .validation-advice {
  font-weight: lighter;
  color: #a29253;
  text-align: left;
  margin: 10px auto;
  font-size: 10px;
}
.ConsignFormCon form .txtDrag .validation-advice {
  width: 420px;
}
.ConsignFormCon form .FormLine_name {
  float: left;
  margin-right: 1%;
  width: 29%;
}
.ConsignFormCon form .FormLine {
  margin-bottom: 30px;
}
.ConsignFormCon form .FormLine #address_firstname {
  font-size: 14px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  height: 40px;
  border-color: grey;
}
.ConsignFormCon form .FormLine #email_confirm {
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px !important;
  border-color: grey;
}
.ConsignFormCon form .FormLine #phone {
  font-size: 14px;
  font-family: "helvetica-light" !important;
  letter-spacing: 0.036em;
  height: 40px !important;
  border-color: grey;
}
.ConsignFormCon form .FormLine .input-text {
  width: 100%;
}
.ConsignFormCon form .FormLine .ConsignFormLt, .ConsignFormCon form .FormLine .ConsignFormRt {
  width: 50%;
  display: inline-block;
  float: left;
}
.ConsignFormCon form .FormLine .ConsignFormLt.streetInput {
  width: 60%;
}
.ConsignFormCon form .FormLine input[type="text"], .ConsignFormCon form .FormLine select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  color: #4c4d4f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px;
  height: auto;
  height: 42px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid;
  border-color: rgba(162, 146, 83, 0.5);
  padding: 0 13px;
  color: #4c4d4f;
  font-size: 16px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif;
  background: none;
  margin: 0px auto;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::-webkit-input-placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select::-webkit-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]:-moz-placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select:-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::-moz-placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select::-moz-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]:-ms-input-placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select:-ms-input-placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::placeholder::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder:-moz-placeholder, .ConsignFormCon form .FormLine select::placeholder:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder::-moz-placeholder, .ConsignFormCon form .FormLine select::placeholder::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder:-ms-input-placeholder, .ConsignFormCon form .FormLine select::placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c4d4f;
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder:focus::-webkit-input-placeholder, .ConsignFormCon form .FormLine select::placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine input[type="text"]::placeholder:focus:focus:-moz-placeholder, .ConsignFormCon form .FormLine select::placeholder:focus:focus:-moz-placeholder {
  color: transparent;
}
.ConsignFormCon form .FormLine select {
  padding: 10px 13px;
  height: 41px;
}
.ConsignFormCon form .FormLine .txtDrag textarea {
  max-width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  background-clip: padding-box;
  border: 1px solid;
  border-color: rgba(162, 146, 83, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px;
  background: none;
  resize: none;
}
.ConsignFormCon form .FormLine.chkBtnBox {
  text-align: center;
}
.ConsignFormCon form .FormLine.chkBtnBox p input[type="checkbox"] {
  margin-right: 5px;
}
.ConsignFormCon form .FormLine.chkBtnBox p label {
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  letter-spacing: 0.036em;
}
.ConsignFormCon form .FormLine.chkBtnBox p label a {
  text-decoration: underline;
}
.ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
  width: 304px;
  padding: 3px 0;
  color: #ffffff;
  font-size: 9pt;
  font-family: "presicav_regular";
  line-height: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
}
.ConsignFormCon form .FormLine.chkBtnBox .submitBtn_1 {
  background: #4c4d4f;
  margin-top: 9%;
}
.ConsignFormCon form .FormLine.chkBtnBox .submitBtn_2 {
  background: white;
  color: #4c4d4f;
  text-decoration: underline;
  margin-top: 3%;
  font-size: 9pt;
  font-family: "presicav_regular";
}

@media (max-width: 800px) {
  .step1-content .select-an-item {
    width: 95%;
  }
  .step1-content .select-an-item .select-one {
    background-size: 9%;
    margin-top: 0;
  }
  .step1-content .select-an-item label {
    font-family: "Helvetica";
    font-size: 10pt;
    letter-spacing: 0.036em;
    line-height: 23.99pt;
    font-weight: normal;
    color: grey;
  }
  .step1-content .select-an-item .mobile-side {
    display: none;
  }

  .step1-content .form-table .value {
    margin-top: 10pt;
  }
  .step1-content .form-table .value .add-space {
    display: none;
  }
  .step1-content .form-table .value #step1_value {
    margin-top: 10pt;
  }
  .step1-content .form-table .brand .input-label {
    line-height: 23.99pt;
  }
  .step1-content .form-table .brand .mobile-side {
    display: none;
  }
  .step1-content .form-table .brand .dropdownShow {
    margin-top: 3px;
  }

  body.consignment-index-index .main-container.bodyContent {
    max-width: 375px !important;
    margin-bottom: 18%;
  }

  .step1_title .t1 {
    font-size: 10pt;
  }

  .step1_title .t2 {
    font-size: 9pt;
  }

  .step1_title .t3-mobile {
    display: block;
    text-align: left;
    font-weight: lighter;
    margin-top: 5%;
    font-size: 10pt;
    text-align: center;
  }

  .step1-content .form-table .watch {
    width: 50%;
    height: 0px;
  }
  .step1-content .form-table .watch .secondary-label {
    display: none;
  }
  .step1-content .form-table .jewelry {
    width: 50%;
    height: 0px;
  }
  .step1-content .form-table .jewelry .secondary-label {
    display: none;
  }
  .step1-content .form-table .brand {
    clear: both;
    width: 100%;
  }
  .step1-content .form-table .brand .mCustomScrollbar {
    display: none !important;
  }
  .step1-content .form-table .value {
    clear: both;
    width: 100%;
  }
  .step1-content .form-table .value .second {
    display: inline-block;
  }
  .step1-content .form-table .add {
    display: none;
  }

  .step1-next-button {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: 46px;
    margin-top: 12%;
  }
  .step1-next-button .line {
    display: inline-block;
    height: 1px;
    background: #f37e8b;
    width: 125px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -62px;
  }
  .step1-next-button .add {
    display: block;
  }

  .step2-margin-top {
    margin-top: 0 !important;
  }

  #products_list .title {
    width: 60%;
  }

  .step1-next-button {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: 42px;
  }
  .step1-next-button #Step1_next {
    width: 160px;
    float: right;
    height: 44px;
    margin-top: 2%;
    line-height: 73%;
    margin-right: 4%;
  }
  .step1-next-button .add {
    width: 48%;
    float: left;
    height: 100%;
    margin-top: 2%;
  }
  .step1-next-button .add .mobile-add {
    position: relative;
    margin: auto;
    top: 30%;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  .step1-next-button .add .mobile-add .addCF {
    text-transform: uppercase;
    font-family: "presicav_light";
    font-size: 12.1px;
    letter-spacing: 0.036em;
    letter-spacing: 0.2em;
  }
  .step1-next-button .add div {
    float: left;
    transform: uppercase;
    color: #a29253;
  }

  .step2-title .t1 {
    font-size: 11pt;
  }

  .step2-title .t2 {
    font-size: 12pt;
  }

  .FormLine {
    width: 100%;
  }

  .ConsignFormCon form .FormLine {
    width: 100%;
  }

  #products_list .customFields tr td {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .ConsignFormCon .loader-group {
    width: 100%;
    bottom: 0px;
    position: relative;
    height: 66px;
    left: 0;
    right: 0;
    margin: auto 0;
    background-color: #fff;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn_1 {
    background: #a29253;
    margin-top: 9%;
    width: 50%;
    float: right;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn_2 {
    width: 50%;
    margin-top: 9%;
  }

  .Consign-Form-step3 .title-pic .golden-back {
    width: 90px;
    height: 90px;
  }

  .Consign-Form-step3 .title-pic .golden-back #center-imge {
    width: 55px;
    height: 53px;
  }

  .Consign-Form-step3 .Thank_you_consign {
    margin-top: 8%;
  }

  .Consign-Form-step3 .Thank_you_consign .p1 {
    font-size: 10pt;
    text-transform: uppercase;
  }

  .Consign-Form-step3 .Thank_you_consign .p2 {
    font-size: 11pt;
    margin-top: 7%;
    font-weight: lighter;
  }

  .Consign-Form-step3 .no-user-no-login .create-account-email {
    width: 100%;
  }

  .Consign-Form-step3 .no-user-no-login .create_account_password input {
    width: 100%;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat button {
    width: 50%;
    float: left;
    font-family: "presicav_regular";
    font-weight: normal;
    letter-spacing: 0.2em;
    font-size: 7pt;
    text-transform: uppercase;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat .bottom {
    display: block;
    width: 46%;
    float: left;
    margin-top: 9%;
    font-size: 9pt;
  }

  .Consign-Form-step3 .no-user-no-login .bottom {
    display: none;
  }

  .Consign-Form-step3 .exist-user-no-login .login_account_password label {
    float: left;
  }

  .Consign-Form-step3 .exist-user-no-login .login_account_password input {
    width: 100%;
  }

  .Consign-Form-step3 .exist-user-no-login .login-account-email {
    width: 100%;
  }

  .Consign-Form-step3 .exist-user-no-login .loader-group-Login button {
    width: 50%;
    float: left;
    font-family: "presicav_regular";
    font-weight: normal;
    letter-spacing: 0.2em;
    font-size: 7pt;
    text-transform: uppercase;
  }

  .exist-user-no-login .bottom {
    display: none;
  }

  .loader-group-Login .bottom {
    display: block;
    width: 46%;
    float: left;
    margin-top: 9%;
    font-size: 9pt;
  }
}
@media (min-width: 768px) {
  #consignment .consignment-banner {
    margin-bottom: -38px;
  }
  #consignment .consignment-banner .consignment_section {
    max-width: 830px;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  #consignment .consignment-banner .consignment_section .rwd-break {
    display: none;
  }
  #consignment .consignment-banner .consignment_section h4 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  #consignment .consignment-banner .consignment_section > p {
    line-height: 22px;
    margin-bottom: 30px;
  }
  #consignment .consignment_steps {
    max-width: 1055px;
    margin: 0 auto 20px;
  }
  #consignment .consignment_steps .steps_group {
    width: 20%;
    margin: 0 auto 0;
    display: inline-block;
  }
  #consignment .consignment_steps .steps_group .hdr-container {
    height: 60px;
  }
  #consignment .consignment_steps .steps_group .hdr-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #consignment .consignment_steps .steps_group .txt-container {
    height: 70px;
  }
  #consignment .consignment_steps .steps_group .txt-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #consignment .consignment_steps .arrow-container {
    display: inline-block;
    width: 5.5%;
    height: 50px;
    position: relative;
    top: -40px;
  }
  #consignment .consignment_steps .arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
}
@media (max-width: 600px) {
  .ConsignFormCon form .FormLine_phone {
    margin-bottom: 8%;
  }

  .select-an-item label {
    font-family: "Helvetica";
    font-size: 10pt;
    letter-spacing: 0.036em;
    line-height: 23.99pt;
    font-weight: normal;
    color: grey;
  }

  .ConsignFormCon .loader-group {
    box-shadow: 0 -2px 11px -2px #333;
    position: fixed;
  }

  .step1-next-button .add {
    width: 43%;
  }

  .Consign-Form-step2 {
    margin-top: 5%;
  }

  .step1-content {
    margin-top: 5%;
    width: 100%;
    height: 228px;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat .bottom {
    margin-top: 8%;
  }

  .FormLine_phone input {
    margin-bottom: 10%;
  }

  #products_list .title {
    font-size: 12pt;
  }

  .step1-next-button .add .mobile-add {
    position: relative;
    margin: auto;
    top: 22%;
    /* right: 0; */
    bottom: 0;
    left: 14%;
    overflow: auto;
    font-size: 12.1px;
    /* text-shadow: 0 0 black; */
  }

  .contentWrapper .step1-next-button {
    margin-left: auto;
    margin-right: auto;
    height: 66px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    background: white;
    z-index: 4;
    box-shadow: 0 -2px 11px -2px #333;
    max-width: 100%;
  }

  .Consign-Form-step3 .no-user-no-login .create-account-email #email {
    margin-left: 1%;
  }

  .Consign-Form-step3 .exist-user-no-login .login-account-email #login_email {
    margin-left: 1%;
  }

  .ConsignFormCon form .input-label {
    font-size: 21px;
  }
  .ConsignFormCon form .input-label br {
    display: block;
  }
  .ConsignFormCon form .secondary-label {
    font-size: 12px;
  }
  .ConsignFormCon form .third-label {
    font-size: 12px;
    margin: 0px 15px 11px;
  }
  .ConsignFormCon form .txtDrag .validation-advice {
    width: 286px;
  }
  .ConsignFormCon form .FormLine_name, .ConsignFormCon form .FormLine_email {
    margin-bottom: 0;
  }
  .ConsignFormCon form .FormLine input[type="text"], .ConsignFormCon form .FormLine select {
    width: 100%;
    height: 39px;
  }
  .ConsignFormCon form .FormLine .txtDrag textarea {
    width: 286px;
    height: 70px;
  }
  .ConsignFormCon form .FormLine.chkBtnBox {
    margin-top: 20px;
  }
  .ConsignFormCon form .FormLine.chkBtnBox p label {
    font-size: 12px;
  }
  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    width: 46%;
    margin: 13px auto;
    margin-right: 12px;
  }
}
@media (max-width: 400px) {
  .select-an-item .Approximate_error_list {
    margin-top: 4%;
  }

  .step1-content .select-an-item label {
    font-size: 8pt;
  }

  .select-an-item label {
    font-size: 8pt;
  }

  .step1-content .form-table .value .Approximate_error {
    margin-top: 3%;
  }

  .step1-next-button .add .mobile-add .addCF {
    font-family: "presicav_light";
    font-size: 10.1px;
    letter-spacing: 0.2em;
  }

  .Consign-Form-step3 .title-pic {
    margin-top: 7%;
  }

  .step1-next-button #Step1_next {
    font-size: 10.1px;
  }

  .loader-group-Login .bottom {
    display: block;
    width: 46%;
    float: left;
    margin-top: 9%;
    font-family: "presicav_regular";
    font-weight: normal;
    letter-spacing: 0.2em;
    font-size: 7pt;
  }

  .Consign-Form-step3 .title-pic .golden-back #center-imge {
    width: 55px;
    height: 53px;
  }

  .Consign-Form-step3 .exist-user-no-login button {
    margin-top: 3%;
  }

  .loader-group-Login .bottom {
    margin-top: 7%;
  }

  .Consign-Form-step3 .loader-group-Login {
    width: 100%;
    height: 62px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 11px -2px #333;
    background: white;
  }

  .Consign-Form-step2 {
    margin-top: 6%;
  }

  .success-bottom {
    text-align: center;
    color: black;
    font-size: 10pt;
    font-family: "presicav_regular";
    margin-top: 12%;
    text-decoration: underline;
  }
  .success-bottom a {
    color: black;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat .bottom {
    font-weight: normal;
    font-size: 6.5pt;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat button {
    font-weight: normal;
    font-size: 6.5pt;
  }

  .Consign-Form-step3 .no-user-no-login .create_account_password label {
    font-size: 8pt;
    font-weight: lighter;
  }

  .Consign-Form-step3 .no-user-no-login .create-account-email label {
    font-size: 8pt;
    font-weight: lighter;
  }

  .Consign-Form-step3 .Thank_you_consign .p2 {
    font-size: 10pt;
    margin-top: 7%;
    letter-spacing: 0.036em;
    font-weight: lighter;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
  }

  .Consign-Form-step3 .Thank_you_consign .p1 {
    font-size: 8pt;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 2em;
  }

  .step2-title .t2 {
    line-height: 15pt;
  }

  .customFields .tbody {
    font-size: 12px;
    margin-left: 0px;
    font-weight: lighter;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    font-size: 10px;
  }

  .ConsignFormCon .FormLine_phone input {
    margin-bottom: 8%;
  }

  .Consign-Form-step2 .main-container {
    margin-top: 0%;
  }

  .step2-title .t2 {
    font-size: 9pt;
  }

  .step1-content .form-table .jewelry .seller_jewelry {
    font-size: 10.1px;
  }

  .step1-content .form-table .watch .seller_watch {
    font-size: 10.1px;
  }

  .step1_title .t2 {
    font-size: 9.5pt;
    white-space: nowrap;
  }

  .step1_title .t3-mobile {
    font-size: 8pt;
  }

  .step1-content .form-table .value .input-label {
    font-size: 8pt;
  }

  .step1-content .form-table .brand .input-label {
    font-size: 8pt;
  }

  .customFields .index {
    padding-left: 8%;
    text-align: right;
  }
  .customFields .choice {
    padding-left: 1%;
  }
  .customFields .Consign-Brand {
    padding-left: 1%;
  }
  .customFields .value-price {
    padding-left: 1%;
  }
  .customFields .delete {
    width: 100% !important;
  }

  .step1-next-button .add div {
    font-size: 10.1px;
    letter-spacing: 0.2pt;
    font-family: "presicav_regular";
  }

  .step1-next-button .add .mobile-add {
    position: relative;
    left: 12%;
    top: 25%;
  }

  .Consign-Form-step3 .exist-user-no-login {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 11%;
  }

  .Consign-Form-step3 .no-user-no-login button {
    margin-top: 3%;
  }

  .Consign-Form-step3 .no-user-no-login {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 11%;
  }

  .Consign-Form-step3 .title-pic {
    padding-left: 10%;
    padding-right: 10%;
  }

  .Consign-Form-step3 .Thank_you_consign {
    padding-left: 10%;
    padding-right: 10%;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-creat {
    margin-left: auto;
    width: 100%;
    height: 62px;
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 4;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 11px -2px #333;
  }

  .Consign-Form-step3 .no-user-no-login .loader-group-Login {
    margin-left: auto;
    width: 100%;
    height: 62px;
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 4;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 11px -2px #333;
  }

  .contentWrapper .step1-next-button {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: 66px;
    position: fixed !important;
    bottom: 0px !important;
    margin-bottom: 0px !important;
    left: 0;
    right: 0;
  }

  .Consign_Form_step1 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .step1_title .t1 {
    font-size: 8.4pt;
  }

  #products_list .title {
    max-width: 1000px;
    text-align: center;
    font-size: 11pt;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-weight: lighter;
  }

  .ConsignFormCon {
    width: 100%;
  }

  .step2-title {
    padding-left: 10%;
    padding-right: 10%;
  }

  .step2-title .t1 {
    font-size: 9pt;
  }

  .ConsignFormCon form .secondary-label {
    font-size: 12px;
    margin-left: 0px;
    font-weight: lighter;
  }

  #products_list .title {
    width: 60%;
  }

  .ConsignFormCon form .FormLine {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ConsignFormCon form .FormLine.chkBtnBox {
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    width: 160px;
    height: 44px;
    margin: 20px auto;
    padding-right: -1%;
    margin: 10px;
  }

  .ConsignFormCon .loader-group {
    width: 100%;
    margin-top: 17%;
    box-shadow: 0 -2px 11px -2px #333;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 4;
    background: white;
  }

  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    border-radius: 0px;
  }

  .step1-next-button {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: 66px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    z-index: 4;
  }
}
@media (max-width: 320px) {
  .ConsignFormCon form .FormLine.chkBtnBox .submitBtn {
    width: 42%;
  }

  .step1-next-button #Step1_next {
    width: 136px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.checkout_content {
  width: 990px;
  margin: 0 auto;
  padding: 40px 0;
}
.checkout_content .loader_img {
  display: block !important;
  width: 22px;
  width: 22px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
  z-index: 100;
}
.checkout_content input[type=radio].css-checkbox {
  position: relative;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkout_content input[type=radio].css-checkbox + label.css-label,
.checkout_content input[type=radio].css-checkbox + label.css-label.clr {
  padding-left: 21px;
  height: 14px;
  display: inline-block;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
}
.checkout_content input[type=radio].css-checkbox:checked + label.css-label,
.checkout_content input[type=radio].css-checkbox + label.css-label.chk {
  background-position: 0 -14px;
}
.checkout_content label.css-label {
  background-image: url(/media/additem/images/cart_radio.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout_content h1 {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: "presicav_light";
  font-size: 20px;
  color: #4c4d4f;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.checkout_content .checkout_steps {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #e0ddc9;
  width: 100%;
  font-family: "presicav_light";
  font-size: 12px;
  margin-bottom: 25px;
  display: inline-block;
  text-transform: uppercase;
}
.checkout_content .checkout_steps li {
  display: inline-block;
  list-style: none;
  width: 25%;
  margin: 0;
  float: left;
}
.checkout_content .checkout_steps li:first-child a {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
}
.checkout_content .checkout_steps li:last-child a {
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box;
}
.checkout_content .checkout_steps li a {
  background: #e0ddc9;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 12px 5px;
  letter-spacing: 2px;
}
.checkout_content .checkout_steps li .active {
  background: #a29253;
  border-radius: 5px;
}

.checkout_wrap .col_left {
  width: 70%;
}
.checkout_wrap .col_right {
  width: 30%;
}
.checkout_wrap .col_left,
.checkout_wrap .col_right {
  margin-bottom: 10%;
}

.order_summary {
  width: 100%;
  border-left: 1px solid #a29253;
  margin-bottom: 45px;
  padding-left: 20px;
}
.order_summary h3 {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  color: #f37e8b;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ece9dd;
}
.order_summary .cart_list {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ece9dd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.order_summary .cart_list .pro_img {
  width: 35%;
  float: left;
  display: inline-block;
}
.order_summary .cart_list .pro_img img {
  max-width: 100%;
}
.order_summary .cart_list .pro_details {
  width: 60%;
  display: inline-block;
  float: right;
}
.order_summary .cart_list .pro_details h4 {
  font-family: "presicav_regular";
  font-size: 8px;
  font-weight: 400;
  color: #a29253;
  margin-bottom: 2px;
}
.order_summary .cart_list .pro_details h4 a {
  color: #a29253;
}
.order_summary .cart_list .pro_details p {
  font-family: "helvetica_reg";
  font-size: 14px;
  text-transform: none;
  color: #4c4d4f;
  margin-bottom: 10px;
  min-height: 50px;
}
.order_summary .cart_list .pro_details p a {
  color: #4c4d4f;
}
.order_summary .cart_list .pro_details .sp_price,
.order_summary .cart_list .pro_details .reg_price {
  color: #f37e8b;
  font-size: 16px;
  margin-bottom: 5px;
  float: left;
}
.order_summary .cart_list .pro_details .qty {
  float: right;
  color: #999999;
}
.order_summary .cart_subtotal {
  width: 100%;
  display: inline-block;
  margin: 15px 0 0 0;
}
.order_summary .cart_subtotal > h3, .order_summary .cart_subtotal > h4 {
  display: inline-block;
  border: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}
.order_summary .cart_subtotal > h3 {
  width: 47%;
  color: #a29253;
  text-align: right;
}
.order_summary .cart_subtotal > h4 {
  width: 49%;
  padding-left: 5%;
}
.order_summary .cart_subtotal .higlight {
  font-weight: 700;
}
.order_summary .cart_subtotal .total_amt {
  font-size: 21px;
  font-weight: 700;
}

.cart_cont_btn {
  background: #4c4d4f;
  color: #ffffff;
  width: 260px;
  display: block;
  text-align: center;
  border-radius: 5px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-family: "presicav_regular";
  font-size: 12px;
  line-height: 38px;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
}

.cart_list_group {
  max-height: 360px;
}

.form_group {
  width: 100%;
  display: block;
}
.form_group .full_width {
  width: 100%;
  display: block;
}
.form_group .full_width label {
  color: #4c4d4f;
  margin-bottom: 25px;
}

.sign_in_form {
  margin-left: 20px;
  display: inline-block;
  width: 320px;
}
.sign_in_form .input-text {
  background: #ffffff;
  color: #a29253;
  border: 1px solid #a29253;
  font-family: "presicav_light";
  font-size: 13px;
  height: 60px;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.sign_in_form .first_inpt {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  margin-bottom: -2px;
}
.sign_in_form .validation-advice {
  margin-bottom: 3px;
  padding: 2px 0;
  text-align: center;
}
.sign_in_form .log_button {
  background: #f37e8b;
  border: medium none;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
  color: #ffffff;
  font-family: "presicav_light";
  font-size: 13px;
  height: 60px;
  width: 100%;
  margin-top: -2px;
  letter-spacing: 2px;
}

.or_txt {
  width: 320px;
  text-align: center;
  font-family: "presicav_light";
  font-size: 14px;
  color: #a29253;
  margin: 20px 0 20px 20px;
}

#checkout-step-login .fb_btn {
  background: #3b5998;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-family: "presicav_light";
  font-size: 13px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 320px;
  margin-left: 20px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 2px;
}
#checkout-step-login .fb_btn:hover {
  color: #ffffff;
}

#checkout_register_email_opt {
  padding-bottom: 48px;
}
#checkout_register_email_opt input {
  display: inline-block;
}
#checkout_register_email_opt > span {
  padding-left: 6px;
  width: 62%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  position: relative;
  top: 2px;
}
#checkout_register_email_opt .error {
  display: block;
  padding-left: 22px;
  padding-top: 5px;
}

.guest_signup,
.credit_card_fields {
  width: 100%;
  display: block;
}
.guest_signup .col_half,
.credit_card_fields .col_half {
  width: 49%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 2%;
}
.guest_signup .col_full,
.credit_card_fields .col_full {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 4%;
}
.guest_signup .col_full .check-box input,
.credit_card_fields .col_full .check-box input {
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.guest_signup .col_full .check-box span,
.credit_card_fields .col_full .check-box span {
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  display: inline-block;
  float: left;
  width: 92%;
}
.guest_signup label,
.credit_card_fields label {
  color: #a29253;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.guest_signup .form_control,
.guest_signup .input-text,
.guest_signup select,
.credit_card_fields .form_control,
.credit_card_fields .input-text,
.credit_card_fields select {
  border: 1px solid #a29253;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  height: 36px;
  color: #4c4d4f;
  background: #fff;
}
.guest_signup .margin_bottom,
.credit_card_fields .margin_bottom {
  margin-bottom: 15px;
}

.checkout_first,
.checkout_second,
.checkout_third,
.checkout_four {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.checkout_first h3,
.checkout_second h3,
.checkout_third h3,
.checkout_four h3 {
  color: #f37e8b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.checkout_first h3.delivery_option_title,
.checkout_second h3.delivery_option_title,
.checkout_third h3.delivery_option_title,
.checkout_four h3.delivery_option_title {
  display: inline-block;
}
.checkout_first h3.delivery_option_title span.side-note,
.checkout_second h3.delivery_option_title span.side-note,
.checkout_third h3.delivery_option_title span.side-note,
.checkout_four h3.delivery_option_title span.side-note {
  color: #4c4d4f;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.delivery_option {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ececec;
}
.delivery_option .form_group {
  width: 100%;
}
.delivery_option .form_group label {
  line-height: 22px;
}
.delivery_option .form_group label span {
  font-weight: 400;
}
.delivery_option .form_group label span br {
  display: block;
  height: 1px;
  margin-top: 8px;
}

.payment_option .form_group {
  width: 100%;
}
.payment_option .form_group label {
  color: #4c4d4f;
  font-size: 14px;
  font-weight: 400;
}
.payment_option .form_group .visa_icon {
  width: 181px;
  height: 28px;
  background: url(/media/additem/images/visa_icon.jpg) no-repeat 0 0;
}
.payment_option .form_group .affirm_icon {
  width: 40px;
  height: 27px;
  background: url(/media/additem/images/affirm_icon.jpg) no-repeat 0 0;
}
.payment_option .form_group .paypal_icon {
  width: 41px;
  height: 29px;
  background: url(/media/additem/images/paypal_icon.jpg) no-repeat 0 0;
}
.payment_option .form_group .apple_pay_icon {
  width: 44px;
  height: 28px;
  background: url(/media/additem/images/gene/apple-pay-mark.svg) no-repeat 0 0;
  background-size: contain;
}
.payment_option .form_group .visa_icon,
.payment_option .form_group .affirm_icon,
.payment_option .form_group .paypal_icon,
.payment_option .form_group .apple_pay_icon {
  display: inline-block;
  top: -5px;
  position: relative;
  margin-left: 20px;
}

.form_group .full_width .credit_card_fields {
  margin-bottom: 40px;
  padding-left: 20px;
  width: 100%;
  display: inline-block;
}
.form_group .full_width .credit_card_fields label {
  color: #a29253;
  font-family: "helvetica_reg";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.form_group .full_width .credit_card_fields .v-fix {
  display: inline-block;
  padding-left: 1%;
  width: 49%;
  margin: 0px;
}
.form_group .full_width .credit_card_fields .v-fix select {
  padding: 0 10px;
}
.form_group .full_width .credit_card_fields .v-fix:first-child {
  padding-left: 0;
}
.form_group .full_width .credit_card_fields .cvv-what-is-this {
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
  color: #999999;
  letter-spacing: normal;
  text-decoration: underline;
  line-height: 35px;
}

.affirm_work,
.paypal_text {
  margin-bottom: 40px;
}
.affirm_work h4,
.paypal_text h4 {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #f37e8b;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
}
.affirm_work p,
.paypal_text p {
  font-size: 14px;
  line-height: 22px;
}

.no_txt_transform {
  text-transform: none !important;
}

.change_btn {
  color: #999999;
  display: inline-block;
  font-size: 12px;
  float: right;
  margin-right: 20px;
  text-decoration: underline;
}
.change_btn:hover {
  text-decoration: underline;
}

.shipping_billing,
.payment_delivery {
  width: 98%;
  display: inline-block;
  border-bottom: 1px dotted #ececec;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.shipping_billing .col_half,
.shipping_billing .col_full,
.payment_delivery .col_half,
.payment_delivery .col_full {
  width: 35%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
}
.shipping_billing .col_half h4,
.shipping_billing .col_full h4,
.payment_delivery .col_half h4,
.payment_delivery .col_full h4 {
  font-size: 13px;
  color: #a29253;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 20px;
}
.shipping_billing .col_half h5,
.shipping_billing .col_half .methodName,
.shipping_billing .col_full h5,
.shipping_billing .col_full .methodName,
.payment_delivery .col_half h5,
.payment_delivery .col_half .methodName,
.payment_delivery .col_full h5,
.payment_delivery .col_full .methodName {
  font-size: 20px;
  color: #4c4d4f;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 10px;
}
.shipping_billing .col_half p,
.shipping_billing .col_full p,
.payment_delivery .col_half p,
.payment_delivery .col_full p {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.shipping_billing .col_half .methodName,
.shipping_billing .col_full .methodName,
.payment_delivery .col_half .methodName,
.payment_delivery .col_full .methodName {
  line-height: normal;
}
.shipping_billing .col_full,
.payment_delivery .col_full {
  width: 360px;
}
.shipping_billing .col_full .input-box,
.payment_delivery .col_full .input-box {
  display: inline-block;
  width: 60%;
  float: left;
}
.shipping_billing .col_full .input-box .form_control,
.payment_delivery .col_full .input-box .form_control {
  background-clip: padding-box;
  border: 1px solid #a29253;
  height: 40px;
  width: 100%;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  padding: 0 15px;
  color: #a29253;
  float: left;
  border-right: 0px;
  margin-top: -2px;
}
.shipping_billing .col_full .buttons-sets,
.payment_delivery .col_full .buttons-sets {
  display: inline-block;
  width: 40%;
  float: left;
}
.shipping_billing .col_full .buttons-sets .button,
.payment_delivery .col_full .buttons-sets .button {
  background: #4c4d4f;
  border: 0 none;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  color: #ffffff;
  font-family: "presicav_regular";
  font-size: 12px;
  height: 40px;
  padding: 12px 0;
  text-transform: uppercase;
  width: 90px;
  letter-spacing: 2px;
  float: left;
  margin-left: -2px;
}
.shipping_billing .col_full .buttons-sets .button.cancel_coupon,
.payment_delivery .col_full .buttons-sets .button.cancel_coupon {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  background: #4c4d4f;
  color: #ffffff;
  font-size: 12px;
  font-family: "presicav_regular";
  border: 0;
  margin-left: 5px;
  text-transform: uppercase;
}

.payment_delivery.discount {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  float: left;
  width: 50%;
  vertical-align: top;
}
.payment_delivery.discount .col_full {
  width: 100%;
}

#checkout-review-submit {
  vertical-align: top;
  width: 45%;
  border: 0;
  float: right;
  margin-top: 35px;
}
#checkout-review-submit .buttons-set {
  margin: 0;
  padding: 0;
  border: 0;
}
#checkout-review-submit .buttons-set button.button {
  float: none;
}
#checkout-review-submit .buttons-set button.button.cart_cont_btn {
  margin: 0;
  padding: 0;
  width: 100%;
}

.shopping_cart {
  width: 790px;
  display: block;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 50px;
}
.shopping_cart h1 {
  font-size: 20px;
  color: #4c4d4f;
  font-family: "presicav_light";
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.table {
  width: 100%;
  margin-bottom: 30px;
}
.table th {
  font-size: 13px;
  color: #a29253;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #a29253;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1px;
}
.table th:nth-child(1) {
  width: 14%;
}
.table th:nth-child(2) {
  width: 30%;
}
.table th:nth-child(3), .table th:nth-child(5), .table th:nth-child(6) {
  width: 13%;
}
.table th:nth-child(4) {
  width: 16%;
}
.table th:nth-child(4), .table th:nth-child(6) {
  text-align: center;
}
.table td {
  font-size: 14px;
  color: #4c4d4f;
  font-family: Helvetica, Arial, sans-serif;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
  border-bottom: 1px dotted #e6e6e6;
  text-align: left;
  font-weight: 400;
}
.table td a {
  color: #4c4d4f;
  letter-spacing: normal;
}
.table td .mob_heading {
  display: none;
}
.table td:nth-child(1) {
  padding: 10px 0;
}
.table td:nth-child(6) {
  text-align: center;
}
.table .close_icon {
  background: url(/media/additem/images/close_icon.jpg) no-repeat 0 0;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 auto;
  font-size: 0px;
}
.table .item-msg {
  font-weight: 400;
  font-size: 11px;
  display: inline-block;
  margin: 5px 0;
}

.coupon_code {
  display: inline-block;
  padding-bottom: 0px;
  float: left;
  width: 50%;
}
.coupon_code .col_full {
  margin-left: 0px;
}

.order_total_sec,
.procd_chek_sec {
  margin-top: 25px;
  width: 45%;
  display: inline-block;
  float: right;
  font-family: Helvetica, Arial, sans-serif;
}
.order_total_sec li,
.procd_chek_sec li {
  width: 50%;
  display: inline-block;
  float: left;
  margin: 3px 0;
}
.order_total_sec .subtotal,
.order_total_sec .order_total,
.procd_chek_sec .subtotal,
.procd_chek_sec .order_total {
  text-align: right;
  padding-right: 20px;
}
.order_total_sec .subtotal,
.order_total_sec .order_total,
.procd_chek_sec .subtotal,
.procd_chek_sec .order_total {
  color: #a29253;
  font-size: 14px;
}
.order_total_sec .order_total,
.procd_chek_sec .order_total {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
}
.order_total_sec .Subtotal_amt,
.procd_chek_sec .Subtotal_amt {
  color: #4c4d4f;
  font-size: 14px;
}
.order_total_sec .Subtotal_amt,
.order_total_sec .order_amt,
.procd_chek_sec .Subtotal_amt,
.procd_chek_sec .order_amt {
  text-align: left;
}
.order_total_sec .order_amt,
.procd_chek_sec .order_amt {
  color: #4c4d4f;
  font-size: 20px;
  font-weight: 700;
}

.break_line {
  width: 100%;
  display: inline-block;
  height: 1px;
  border-bottom: 1px solid #d3cbad;
  margin-bottom: 0;
  line-height: 0px;
}

.cont_shopping_btn {
  font-size: 12px;
  font-family: "presicav_light";
  color: #a29253;
  display: inline-block;
  margin-top: 20px;
}

.procd_chek_sec {
  margin-top: 0px;
}
.procd_chek_sec .proceed_checkout_btn {
  font-size: 12px;
  font-family: "presicav_light";
  color: #ffffff;
  background: #f37e8b;
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 40px;
  padding: 11px 0;
  text-align: center;
}

.item-product-qty .remove_icon {
  width: 33px;
  height: 25px;
  background: #fff;
  display: inline-block;
  float: left;
  border: 0px;
  font-size: 16px;
  color: #4c4d4f;
}
.item-product-qty .add_icon {
  width: 33px;
  height: 25px;
  background: #fff;
  display: inline-block;
  float: left;
  border: 0px;
  font-size: 16px;
  color: #4c4d4f;
}
.item-product-qty .qty_value {
  border: 1px solid #eaeaea;
  border-radius: 0;
  color: #4c4d4f;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 25px;
  text-align: center;
  width: 33px;
}

.form_group .braintree label {
  color: #a29253 !important;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.form_group .braintree .input-text,
.form_group .braintree select {
  border: 1px solid #a29253;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 36px;
  color: #4c4d4f;
  background: #fff;
}
.form_group .braintree a.cvv-what-is-this {
  position: relative;
  top: 10px;
}

.tool-tip {
  margin-bottom: 20px;
}
.tool-tip #payment-tool-tip-close {
  text-align: right;
  padding: 10px;
  display: inline-block;
}

.shopping_cart .discount-form .input-box .validation-advice {
  position: relative;
  top: 5px;
}

.payment_delivery.coupon_code.half .col_full {
  width: 100%;
}
.payment_delivery.coupon_code.half .col_full .buttons-sets button {
  width: initial;
  padding: 12px;
}
.payment_delivery.coupon_code.full {
  width: 100%;
}
.payment_delivery.coupon_code.full .col_full {
  width: 100%;
}
.payment_delivery.coupon_code.full .col_full .buttons-sets button {
  width: 100%;
  padding: 12px;
}

@media (min-width: 801px) {
  .payment_delivery.coupon_code {
    border-bottom: 0;
  }
}
@media (max-width: 800px) {
  .payment_delivery.coupon_code.half {
    width: 50%;
    display: block;
    float: none;
    margin: 0 auto 30px auto;
  }
  .payment_delivery.coupon_code.half .col_full h4 {
    text-align: center;
  }
  .payment_delivery.coupon_code.half .col_full .buttons-sets button {
    width: 100%;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .payment_delivery.coupon_code.half {
    width: 90%;
  }
  .payment_delivery.coupon_code.half .col_full .input-box {
    width: 60%;
  }
  .payment_delivery.coupon_code.half .col_full .buttons-sets {
    width: 40%;
  }
}
/**  bread CSS **/
.buy_error_tip {
  background-color: white;
  color: black;
  display: none;
  position: relative;
  width: 80%;
  top: -30px;
  padding: 5px 7px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  text-indent: 0;
  text-align: center;
  border: 2px solid #b00;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 500;
}

.buy_error_tip:after {
  content: "Please complete product configuration";
}

.button-prevent {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  background-color: transparent;
  z-index: 99999;
}

#bread-btn-cntnr {
  display: inline-block;
  position: relative;
}

.button-prevent:hover span.buy_error_tip {
  display: block;
}

#advice-validate-bread-bread_transaction_id {
  display: none;
}

/* -------------------------------------------- *
 * Product PDP General
 */
.web {
  display: block;
}

.mob {
  display: none;
}

iframe#bread-checkout-btn-bread-iframe {
  width: 205px !important;
  height: 50px !important;
}

.ProContentBox {
  margin: 0 auto 60px;
}

.ProImageCol {
  width: 58.17%;
  float: left;
  display: table-cell;
  display: flex;
}
.ProImageCol .product-image {
  width: 75%;
  display: inline-block;
}

.product-image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.product-image #wrap {
  z-index: 0 !important;
}

.proSold {
  font-family: Helvetica, Arial, sans-serif;
  color: #4c4d4f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

.ProContentCol {
  width: 40.83%;
  float: right;
  font-weight: normal;
}
.ProContentCol .brand-detail {
  margin-bottom: 9px;
}
.ProContentCol .brand-detail a {
  display: inline-block;
  font-size: 17px;
  font-family: "presicav_regular";
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ProContentCol .pro-name {
  font-family: "helvetica-light";
  font-size: 28px;
  letter-spacing: 0.036em;
  line-height: 34px;
  color: #4c4d4f;
  margin-bottom: 50px;
  vertical-align: bottom;
}
.ProContentCol .pro-name h1.product-name-label,
.ProContentCol .pro-name div.product-name-label {
  text-transform: capitalize;
}
.ProContentCol .price-details {
  display: inline-block;
}
.ProContentCol .shipping-detail {
  float: right;
  text-align: right;
  text-transform: uppercase;
  font-family: "helvetica-light";
  font-size: 11px;
  letter-spacing: 0.036em;
}
.ProContentCol .special-price,
.ProContentCol .regular-price {
  margin: 0;
  padding: 0;
}
.ProContentCol .special-price .price,
.ProContentCol .regular-price .price {
  font-size: 32px;
  line-height: 36px;
  color: #4c4d4f;
  font-weight: lighter;
}
.ProContentCol .old-price {
  margin-left: 10px;
}
.ProContentCol .old-price .old-price-label,
.ProContentCol .old-price .price {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  opacity: 0.5;
}
.ProContentCol .old-price .old-price-label {
  font-family: "helvetica_bold";
  font-size: 10px;
}
.ProContentCol .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
}
.ProContentCol .tooltip-wrapper {
  display: none;
  width: 230px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  border: 1px solid;
  border-radius: 5px;
  border-color: #a29253;
  padding: 20px;
}
.ProContentCol .tooltip-wrapper::after {
  content: '';
  border: solid #CCCCCC;
  background-color: #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  padding: 5px;
  border-color: #a29253;
  position: absolute;
  left: -6px;
  top: 25px;
}
@media (max-width: 800px) {
  .ProContentCol .tooltip-wrapper {
    display: none !important;
  }
}
.ProContentCol .tooltip-title {
  font-family: "presicav_regular";
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #a29253;
  margin-bottom: 15px;
}
.ProContentCol .tooltip-text {
  font-family: "helvetica-light";
  font-size: 14px;
  letter-spacing: 0.036em;
  margin-bottom: 15px;
}
.ProContentCol .price-question {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid;
  border-radius: 10px;
  vertical-align: top;
  border-color: #a29253;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.ProContentCol .price-question .tooltip-icon {
  color: #a29253;
  font-size: 12px;
  line-height: 12px;
}
.ProContentCol .price-question .tooltip-container {
  padding-left: 25px;
  position: absolute;
  top: -25px;
}
.ProContentCol .price-question .tooltip-container:hover .tooltip-wrapper {
  display: block;
}
.ProContentCol .price-question:hover .tooltip-wrapper {
  display: block;
}
.ProContentCol #modal-price-tooltip .modal-content {
  width: 100%;
}
.ProContentCol #modal-price-tooltip .tf-logo {
  max-height: 4em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5em;
}

.ProContentDetails .price-box .coupon-code {
  color: #a29253;
  font-family: "presicav_light";
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin-left: 0.75em;
  text-transform: uppercase;
}

.add-save-buy {
  position: relative;
  width: 100%;
  content: '';
  display: table;
  clear: both;
  margin-bottom: 15px;
}
.add-save-buy .add-to-cart,
.add-save-buy .add-to-box {
  width: 49%;
  float: left;
}
.add-save-buy .add-to-cart {
  margin-right: 1.5%;
}
.add-save-buy button {
  width: 100%;
  border: none;
  font-family: "presicav_light";
  font-size: 12px;
}
.add-save-buy .btn-pdp,
.add-save-buy .btn-cart,
.add-save-buy .btn-sold,
.add-save-buy .btn-save,
.add-save-buy .btn-buy {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 14px 0;
  text-transform: uppercase;
  font-family: "presicav_light";
  font-size: 13px;
  letter-spacing: 0.2em;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.add-save-buy .btn-cart {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
}
.add-save-buy .btn-cart.has-make-offer {
  background: #333333;
  color: #ffffff;
}
.add-save-buy .btn-cart.has-make-offer:hover {
  background-color: #000000;
}
.add-save-buy .btn-sold {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  border-color: #fff;
  color: #a29253;
}
.add-save-buy .btn-save {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #a29253;
  border-color: rgba(162, 146, 83, 0.5);
}
.add-save-buy .btn-save:hover {
  border-color: #a29253;
}
.add-save-buy .btn-buy {
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #a29253;
  color: #4c4d4f;
  letter-spacing: 3px;
}
.add-save-buy .btn-buy:hover {
  background: #a29253;
  color: #edece0;
}
.add-save-buy .btn-buy_now {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  float: left;
  margin-right: 0.5rem;
  width: 45%;
}
.add-save-buy .btn-buy_now:hover {
  background-color: #000000;
}
@media (max-width: 600px) {
  .add-save-buy .btn-buy_now {
    float: none;
    margin: 0 auto 0.75rem;
    max-width: 320px;
    width: 100%;
  }
}
.add-save-buy .start-offer {
  color: #4c4d4f;
  border-color: #4c4d4f;
}
.add-save-buy .start-offer:hover {
  border-color: #4c4d4f;
}
.add-save-buy > dl {
  display: inline-block;
  margin-right: 15px;
}
.add-save-buy > dl dt, .add-save-buy > dl dd {
  display: block;
  margin-bottom: 30px;
}
.add-save-buy > dl dt {
  display: none;
}
.add-save-buy > dl dt label {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.add-save-buy > dl dd {
  background: #fdf6de;
  padding: 7px;
  border-radius: 5px;
}
.add-save-buy > dl dd .input-box {
  padding: 0;
}
.add-save-buy > dl dd .options-list {
  display: flex;
  flex-wrap: wrap;
}
.add-save-buy > dl dd .options-list li {
  padding-right: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.add-save-buy > dl dd .options-list li .label {
  padding-left: 10px;
}
.add-save-buy > .learn-more {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  border: solid 1px #a0a0a0;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 6px;
  cursor: pointer;
}

.tradeIn {
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  margin-bottom: 15px;
}
.tradeIn img {
  margin-right: 10px;
  display: inline;
}
.tradeIn span {
  color: #a29253;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
  letter-spacing: 0.08em;
}
.tradeIn .tfcommon-trade_in_icon {
  display: inline-block;
  width: 28px;
  height: 13px;
  margin-right: 10px;
}
.tradeIn .start-trade-copy {
  display: inline-block;
  margin-right: 15px;
}

.add-wishlist-wrapper {
  display: inline-block;
}
.add-wishlist-wrapper .heart-icon,
.add-wishlist-wrapper .heart-icon-filled {
  margin-right: 10px;
}
.add-wishlist-wrapper .heart-icon:before,
.add-wishlist-wrapper .heart-icon-filled:before {
  background: none;
  color: #a29253;
  font-family: "FontAwesome";
}
.add-wishlist-wrapper .heart-icon:before {
  content: "ï‚Š";
}
.add-wishlist-wrapper .heart-icon-filled:before {
  content: "ï€„";
}

.ProContentCol.soldOutPro .special-price,
.ProContentCol.soldOutPro .old-price,
.ProContentCol.soldOutPro .regular-price {
  display: none;
}
.ProContentCol.soldOutPro .add-save-buy .btn-save {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.custom-select-box {
  width: 49%;
  margin-bottom: 18px;
}
.custom-select-box .labelBox,
.custom-select-box .custom-select {
  display: inline-block;
}
.custom-select-box .labelBox {
  display: none;
  width: 45%;
}
.custom-select-box .labelBox label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}
.custom-select-box .custom-select {
  width: 100%;
}
.custom-select-box .custom-select select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a29253;
  font-size: 16px;
  padding: 5px;
  color: #a29253;
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
  width: 100%;
  height: 32px;
}
.custom-select-box .custom-select .p.required,
.custom-select-box .custom-select .validation-advice {
  margin-top: 0;
}

.Auth-and-expert {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-bottom: 80px;
}
.Auth-and-expert a {
  font-family: "helvetica-light";
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  float: left;
  padding: 0 !important;
  width: 100%;
  color: #4c4d4f;
  margin-right: 15px;
  line-height: 2em;
}
.Auth-and-expert a:after {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.Auth-and-expert a:hover {
  color: #f37e8b;
}
.Auth-and-expert a:last-child {
  margin-right: 0;
}
.Auth-and-expert div.tf-policy {
  display: inline-block;
}
.Auth-and-expert div.tf-policy .tfcommon-free_shipping_icon,
.Auth-and-expert div.tf-policy .tfcommon-speak_to_expert_icon,
.Auth-and-expert div.tf-policy .tfcommon-size_guide_icon {
  display: inline-block;
  position: relative;
}
.Auth-and-expert div.tf-policy .tfcommon-free_shipping_icon,
.Auth-and-expert div.tf-policy .tfcommon-speak_to_expert_icon {
  width: 18px;
  height: 11px;
  top: 1px;
}
.Auth-and-expert div.tf-policy .tfcommon-free_shipping_icon {
  left: -2px;
}
.Auth-and-expert div.tf-policy .tfcommon-size_guide_icon {
  width: 15px;
  height: 15px;
  top: 2px;
  left: -1px;
  margin-right: 3px;
}
.Auth-and-expert div.tf-policy.speak-expert span {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.comes-with-report {
  line-height: 22px;
  margin-bottom: 25px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
}
.comes-with-report span.go-to-return {
  text-decoration: underline;
  color: #3366BB;
  cursor: pointer;
}
.comes-with-report span.holiday-return-link {
  font-family: "presicav_regular";
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #a29253;
}
@media (max-width: 800px) {
  .comes-with-report span.holiday-return-link {
    font-size: 10px;
  }
}

.pro-info {
  position: relative;
  height: auto;
}
.pro-info ul {
  margin-bottom: 20px;
}
.pro-info ul li {
  padding-bottom: 16px;
}
.pro-info ul li label,
.pro-info ul li span {
  display: inline-block;
  color: #4c4d4f;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.pro-info ul li label {
  position: relative;
  width: 39%;
  padding: 3px 0;
  vertical-align: sub;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.pro-info ul li span {
  width: 60%;
  font-family: "helvetica-light";
  line-height: 22px;
}
.pro-info ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.pro-info ul.tab li {
  float: left;
  padding-bottom: 0 !important;
  margin-bottom: -1px;
}
.pro-info ul.tab li a.tablinks {
  display: inline-block;
  color: #4c4d4f;
  padding: 9px 13px;
  font-size: 11px;
  font-family: "presicav_light";
  letter-spacing: 0.1em;
  line-height: 20px;
  opacity: 0.7;
  height: 40px;
  border: 1px solid transparent;
}
.pro-info ul.tab li a.tablinks:hover {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid transparent;
  opacity: 1;
}
.pro-info ul.tab li a.tablinks.active {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #fff;
}
.pro-info ul.tab li a#tablinks_detail {
  padding: 10px 27px;
}
.pro-info ul.tab li a#tablinks_authenticity img {
  margin-right: 5px;
  display: inline;
  width: 19px;
  vertical-align: middle;
}
.pro-info .tabcontent {
  padding: 35px 27px;
  margin-bottom: 25px;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.pro-info .tabcontent .auth-wrapper .auth {
  margin-bottom: 25px;
}
.pro-info .tabcontent .auth-wrapper .auth .auth-text {
  line-height: 22px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  margin-bottom: 25px;
}
.pro-info .tabcontent .auth-wrapper .viewPromise {
  margin-bottom: 25px;
}
.pro-info .tabcontent .auth-wrapper .viewPromise a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pro-info .tabcontent .customer-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.pro-info .tabcontent .customer-text {
  line-height: 28px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  margin-bottom: 20px;
}
.pro-info .tabcontent .customer-text span {
  color: #a29253;
}
.pro-info .tabcontent .moreReview a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pro-info .tabcontent .restReviews {
  display: none;
  margin-top: 15px;
}
.pro-info .tabcontent .restReviews.show-more-reviews {
  display: block;
}
.pro-info .moreDetails a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pro-info .text-content {
  font-family: "helvetica-light";
  font-size: 14px;
  letter-spacing: 0.036em;
  margin-top: 20px;
}
.pro-info .text-content.show-content {
  display: block;
}
.pro-info #returns .returns-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.pro-info #returns .returns-text {
  line-height: 22px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  margin-bottom: 35px;
}
.pro-info #returns .viewReturns {
  margin-bottom: 85px;
}
.pro-info #returns .viewReturns a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share-List {
  list-style: none;
  padding-left: 27px;
  color: #4c4d4f;
  font-family: "presicav_regular";
}
.share-List li {
  display: inline-block;
  font-size: 0;
  margin-right: 25px;
  padding-bottom: 0 !important;
}
.share-List li a span {
  background: url("/media/additem/images/share_icon.png") 0 0 no-repeat;
  width: 19px !important;
  height: 19px;
  text-indent: -9999px;
  float: left;
  opacity: 0.8;
}
.share-List li a span:hover {
  opacity: 1;
}
.share-List li a span.facebook {
  background-position: 0 0;
}
.share-List li a span.pinterest {
  background-position: -43px 0;
}
.share-List li a span.twitter {
  background-position: -79px 0;
}

.ProImageThumb-wrapper {
  width: 82px;
  margin-top: -27px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.ProImageThumb-wrapper .bx-wrapper {
  position: relative;
}
.ProImageThumb-wrapper .bx-prev,
.ProImageThumb-wrapper .bx-next {
  width: 25px;
  height: 12px;
  display: block;
}
.ProImageThumb-wrapper .bx-prev.disabled,
.ProImageThumb-wrapper .bx-next.disabled {
  opacity: 0;
}
.ProImageThumb-wrapper .bx-prev {
  background-position: 0 -719px;
  margin: 0 auto 15px;
}
.ProImageThumb-wrapper .bx-next {
  background-position: 0 -605px;
  margin: 15px auto 0px;
}

.product-image-mob-wrapper {
  position: relative;
  margin: 0 auto;
}

.ProImageThumb img {
  width: 80px;
  height: auto;
  border-radius: 5px;
  opacity: 0.6;
}
.ProImageThumb img:hover {
  border: 1px solid rgba(162, 146, 83, 0.7);
  border-radius: 5px;
  opacity: 1;
}
.ProImageThumb img.on {
  border: 1px solid rgba(162, 146, 83, 0.7);
  border-radius: 5px;
  opacity: 1;
}

.mayAlsoLike,
.howItWork {
  padding: 0px 0 40px;
}
.mayAlsoLike .listHeader,
.howItWork .listHeader {
  margin: 60px 0;
  letter-spacing: 0.167em;
}

.crosssell-wrapper .crosssell-title {
  max-width: 1200px;
  font-family: "presicav_light";
  font-size: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a29253;
  padding: 30px;
  margin: 0px auto;
  border-top: 1px solid rgba(162, 146, 83, 0.5);
}
.crosssell-wrapper .crosssell-title .listHeader-mob {
  display: none;
  text-align: center;
  position: relative;
  padding: 15px;
}
.crosssell-wrapper .crosssell-title .listHeader-mob .line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 125px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  top: 0;
}
.crosssell-wrapper .crosssell-title .listHeader-mob p {
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #4c4d4f;
}
.crosssell-wrapper .crosssell-title .listHeader-mob br {
  display: none;
}
.crosssell-wrapper .crosssell-title .listHeader-mob .line.down {
  top: auto;
  bottom: 0;
}
.crosssell-wrapper .bx-wrapper {
  position: relative;
  max-width: 1200px !important;
}
.crosssell-wrapper .bx-wrapper .bx-prev,
.crosssell-wrapper .bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  width: 21px;
  height: 51px;
  text-indent: -9999px;
  z-index: 10;
  margin-top: 9.2%;
}
.crosssell-wrapper .bx-wrapper .bx-prev.disabled,
.crosssell-wrapper .bx-wrapper .bx-next.disabled {
  opacity: 0;
}
.crosssell-wrapper .bx-wrapper .bx-prev {
  left: -31px;
  background-position: 0 -617px;
}
.crosssell-wrapper .bx-wrapper .bx-next {
  right: -31px;
  background-position: 0 -668px;
}
.crosssell-wrapper .bx-wrapper .listProContainer {
  min-height: auto;
}
.crosssell-wrapper .bx-wrapper .listProContainer .item {
  height: auto !important;
  padding: 0 20px;
  width: 270px !important;
}

.review-container .review-wrapper .crosssell-title {
  font-size: 18px;
}
.review-container .gts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.review-container .gts-container .gts-wrapper {
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.review-container .gts-container .gts-wrapper #gts-logo {
  min-width: 250px;
  display: inline-block;
  margin-top: 55px;
  margin-left: 30px;
}
.review-container .gts-container .gts-wrapper #gts-logo .tfcommon-trustpilot_logo {
  display: block;
  width: 186px;
  height: 21px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper {
  max-width: 910px !important;
  display: inline-block;
  vertical-align: top;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport {
  height: auto !important;
  min-height: 150px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper {
  min-width: 760px;
  float: left;
  margin-top: 45px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item {
  width: 840px !important;
  margin-left: 40px;
  margin-right: 40px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  margin-right: 70px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score {
  font-family: "helvetica-light";
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0.036em;
  margin-right: 5px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score,
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper {
  display: inline-block;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score .store-star,
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper .store-star {
  margin-bottom: 2px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score .store-star span.noStarsCanvas,
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper .store-star span.noStarsCanvas {
  background-position: 0 -1003px;
  width: 79px;
  height: 14px;
  display: block;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score .store-star span.allStarsCanvas,
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper .store-star span.allStarsCanvas {
  background-position: 0 -989px;
  width: 79px;
  height: 14px;
  display: block;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score .store-text,
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper .store-text {
  font-family: "helvetica-light";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.036em;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .review-content {
  display: inline-block;
  width: 620px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .review-content .review-text {
  font-family: "helvetica-light";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.036em;
  margin-bottom: 15px;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .review-content .review-name {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.036em;
}
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-prev,
.review-container .gts-container .gts-wrapper .bx-wrapper .bx-next {
  height: 51px;
  margin-top: 4.3%;
}

.crosssell-wrapper.similar-brands-wrapper {
  background-color: #fff;
}
.crosssell-wrapper.similar-brands-wrapper .similar-brands-container {
  max-width: 1200px;
  padding: 0 20px;
  margin: -15px auto 15px;
}
.crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row {
  margin-left: -15px;
  margin-right: -15px;
}
.crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand {
  width: 25%;
  float: left;
  position: relative;
  padding: 15px;
}
.crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand a {
  font-family: "presicav_extra_light";
  font-size: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a29253;
}
.crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand a:hover .brand-name-wrapper .brand-name {
  text-decoration: underline;
}
.crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand .brand-name-wrapper {
  border: 1px solid #a29253;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  float: left;
  position: relative;
}
.crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand .brand-name-wrapper .brand-name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand .brand-name-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.mayAlsoLike {
  background: #eceadd;
}

.howItWork {
  background: #4c4d4f;
  padding: 0 0 58px;
}
.howItWork .listHeader {
  margin: 60px 0;
  color: #eceadd;
  letter-spacing: 0.167em;
}

.alsoLike .item {
  position: relative;
  width: 32%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  float: left;
  margin-right: 2%;
  overflow: hidden;
}
.alsoLike .item:last-child {
  margin-right: 0;
}
.alsoLike .item img {
  width: 100%;
  height: auto;
}
.alsoLike .item .pro-details {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5% 0 6.5%;
}
.alsoLike .item .brand,
.alsoLike .item .pro,
.alsoLike .item .shipNow {
  color: #4c4d4f;
  font-size: 13px;
  letter-spacing: 1px;
}
.alsoLike .item .brand,
.alsoLike .item .pro {
  font-family: "helvetica-light";
}
.alsoLike .item .brand {
  color: #a29253;
  font-family: "presicav_regular";
  margin-bottom: 5px;
}
.alsoLike .item .pro {
  font-size: 15px;
  margin-bottom: 6px;
}
.alsoLike .item .shipNow a {
  font-family: Helvetica, Arial, sans-serif;
  color: #f37e8b;
  text-transform: uppercase;
}

.stepsList {
  margin: 0 auto;
  text-align: center;
}
.stepsList .steps {
  vertical-align: top;
  width: 182px;
  display: inline-block;
  position: relative;
  margin-right: 10.16666%;
}
.stepsList .steps .iconBg {
  background: url("/media/additem/images/tf-sprite.png") -604px -177px no-repeat;
  text-indent: -9999px;
  width: 182px;
  height: 210px;
  display: block;
  position: relative;
}
.stepsList .steps:last-child {
  margin-right: 0;
}
.stepsList .steps .globe,
.stepsList .steps .thumb,
.stepsList .steps .tag {
  background: url("/media/additem/images/tf-sprite.png") 0 0 no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.stepsList .steps .globe {
  background-position: -580px -98px;
}
.stepsList .steps .thumb {
  background-position: -642px -98px;
}
.stepsList .steps .tag {
  background-position: -705px -98px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
}
.stepsList .steps .arrow-box {
  position: absolute;
  top: 105px;
  right: -75px;
  margin-top: -15px;
}
.stepsList .steps .arrow-box .arrow {
  background: url("/media/additem/images/tf-sprite.png") -490px -107px no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.stepsList .text-details {
  margin-top: 18px;
  color: #eceadd;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}
.stepsList .text-details p {
  line-height: 23px;
}

/************* Cloud Zoom ***********************/
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom {
  width: 100%;
}
.cloud-zoom:hover {
  opacity: 0;
}

.cloud-zoom img {
  width: 100%;
}

.cloud-zoom-lens {
  border: 4px solid #888;
  margin: -4px;
  /* Set this to minus the border thickness. */
  background-color: #fff;
  cursor: move;
}

/***************** Affirm  */
.affirm {
  margin-bottom: 10px;
}
.affirm span {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.036em;
}
.affirm .affrim_pay {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.affirm .tfcommon-affirm-logo-gray {
  width: 48px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}
.affirm .web span.affirm-ala-price {
  font-size: 12px;
}

.affirm.mob {
  float: right;
  margin-bottom: 6px;
}
.affirm.mob span {
  font-size: 10px;
}
.affirm.mob span .affirm-as-low-as {
  font-size: 12px;
  padding: 0 0 12px 4px;
  line-height: 12px;
}
.affirm.mob span .affirm-as-low-as .affirm-ala-price {
  font-size: 12px;
}

.content-container .affirm {
  font-family: Helvetica, Arial, sans-serif;
}

.content-container .boutique-pdp .affirm .affirm-as-low-as {
  font-family: "Helvetica Light", Arial, sans-serif;
  color: #ebeae8;
}

.shareModelAffirm {
  display: none;
}
.shareModelAffirm .web_dialog_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 1000;
}
.shareModelAffirm .web_dialog {
  width: 750px;
  height: 450px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -375px;
  margin-top: -225px;
  z-index: 2000;
}
.shareModelAffirm h3,
.shareModelAffirm h2 {
  font-family: "presicav_light";
  font-size: 26px;
  text-align: center;
  letter-spacing: 4px;
  margin: 40px 0;
  text-transform: uppercase;
}
.shareModelAffirm h3 img {
  display: inline-block;
}
.shareModelAffirm .popup_wrap {
  display: block;
}
.shareModelAffirm .web_dialog_title {
  position: absolute;
  top: 20px;
  right: 20px;
}
.shareModelAffirm .web_dialog_title a {
  background: url("/media/additem/images/close_icon.png") 0 0 no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
}
.shareModelAffirm .affirm_content {
  padding: 0 50px 20px;
}
.shareModelAffirm .affirm_content .tfcommon-affirm-logo-black-124x36 {
  display: inline-block;
  width: 124px;
  height: 36px;
}
.shareModelAffirm .affirm-section {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
.shareModelAffirm .affirm-section .affirm-part {
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  width: 45%;
  margin-right: 10%;
}
.shareModelAffirm .affirm-section .affirm-part:last-child {
  margin-right: 0;
}
.shareModelAffirm .affirm-section .affirm-part img,
.shareModelAffirm .affirm-section .affirm-part h5 {
  display: inline-block;
  vertical-align: top;
}
.shareModelAffirm .affirm-section .affirm-part h5 {
  font-size: 14px;
  line-height: 60px;
}
.shareModelAffirm .affirm-section .affirm-part p {
  margin-top: 10px;
  font-size: 12px;
}
.shareModelAffirm .affirm-section .affirm-part .tfcommon-affirm-icon1-grey,
.shareModelAffirm .affirm-section .affirm-part .tfcommon-affirm-icon2-grey {
  display: inline-block;
  width: 65px;
  height: 65px;
}
.shareModelAffirm .bottomNote {
  font-size: 14px;
  margin: 20px 0 0;
}
.shareModelAffirm .specialLearn {
  margin: 20px 0;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

div.description.size-fit {
  font-family: "presicav_regular";
  margin-top: 25px;
}
div.description.size-fit label {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
div.description.size-fit div {
  font-family: "helvetica-light";
  font-size: 16px;
  line-height: 24px;
}

.size-label {
  position: relative;
}

.regular .size-label {
  position: relative;
}

@media (max-width: 1200px) {
  .review-container .gts-container .gts-wrapper {
    display: block;
  }
  .review-container .gts-container .gts-wrapper #gts-logo {
    max-width: 520px;
    margin: 0 auto 30px;
    float: none;
    display: block;
  }
  .review-container .gts-container .gts-wrapper #gts-logo img,
  .review-container .gts-container .gts-wrapper #gts-logo div {
    margin: 0 auto;
  }
  .review-container .gts-container .gts-wrapper #gts-logo a {
    display: block;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper {
    max-width: 520px !important;
    display: block;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper {
    margin-top: 0;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item {
    width: 520px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .store-score {
    font-size: 16px;
    line-height: 16px;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper .store-star {
    margin-bottom: 0;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .gts-score .star-text-wrapper .store-text {
    display: none;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .review-content {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand a {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .web {
    display: none;
  }

  .mob {
    display: inline-block;
  }

  .product-image-mob-wrapper .bx-wrapper {
    position: relative;
    margin: 0 auto;
  }
  .product-image-mob-wrapper .item {
    width: 300px !important;
  }
  .product-image-mob-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    border: 1px solid;
  }

  .size-label {
    right: 0;
  }

  .crosssell-wrapper {
    background: #f5f4ee;
  }
  .crosssell-wrapper .crosssell-title {
    border: none;
  }
  .crosssell-wrapper .crosssell-title .listHeader-web {
    display: none;
  }
  .crosssell-wrapper .crosssell-title .listHeader-mob {
    display: block;
  }
  .crosssell-wrapper .crosssell-title .listHeader-mob br {
    display: inline-block;
  }
  .crosssell-wrapper .bx-wrapper {
    max-width: 520px !important;
  }
  .crosssell-wrapper .bx-wrapper .listProContainer .item {
    width: 240px !important;
    background: #f5f4ee;
  }

  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container {
    max-width: 520px;
  }
  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand {
    width: 50%;
  }

  .review-container .gts-container .gts-wrapper #gts-logo img {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .ProContentCol.mob .ProContentDetails {
    max-width: 320px;
    margin: auto;
  }

  .ProContentDetails .price-box {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .ProContentDetails .add-save-buy .custom-select-box {
    max-width: 320px;
    margin: 10px auto 15px;
    width: 100%;
  }
  .ProContentDetails .add-save-buy .add-to-cart,
  .ProContentDetails .add-save-buy .add-to-box {
    width: 100%;
    margin: 0;
  }
  .ProContentDetails .add-save-buy .btn-cart {
    max-width: 320px;
    margin: 0 auto 15px;
  }
  .ProContentDetails .add-save-buy .btn-save {
    max-width: 320px;
    margin: 0 auto;
  }
  .ProContentDetails .tradeIn {
    max-width: 320px;
    margin: 0 auto 15px;
  }
  .ProContentDetails .Auth-and-expert {
    max-width: 320px;
    margin: 0 auto 40px;
  }

  .crosssell-wrapper .bx-wrapper {
    max-width: 240px !important;
  }
  .crosssell-wrapper .bx-wrapper .bx-prev,
  .crosssell-wrapper .bx-wrapper .bx-next {
    margin-top: 37%;
  }

  .review-container .gts-container .gts-wrapper {
    display: block;
  }
  .review-container .gts-container .gts-wrapper #gts-logo {
    max-width: 290px;
    min-width: 0;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper {
    max-width: 290px !important;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-prev,
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-next {
    margin-top: 16%;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item {
    width: 290px !important;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .review-content .review-text {
    font-size: 12px;
    line-height: 16px;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item .review-content .review-name {
    font-size: 12px;
    line-height: 14px;
  }

  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container {
    max-width: 320px;
    margin: 0 auto 30px;
  }
  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand {
    width: 100%;
    max-width: 320px;
    padding: 5px;
  }
  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand a {
    font-size: 13px;
  }
  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand .brand-name-wrapper {
    padding: 12px 0;
  }
  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand .brand-name-wrapper .brand-name {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .crosssell-wrapper.similar-brands-wrapper .similar-brands-container .similar-brands-row .similar-brand .brand-name-wrapper:after {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .shareModelAffirm .web_dialog {
    width: 90%;
    height: 350px;
    margin-left: -45%;
    margin-top: -175px;
  }
  .shareModelAffirm h3,
  .shareModelAffirm h2 {
    font-size: 20px;
    margin: 10px 0;
  }
  .shareModelAffirm .affirm_content {
    padding: 0 20px 20px;
  }
  .shareModelAffirm .affirm-section .affirm-part {
    padding: 0px;
  }
  .shareModelAffirm .affirm-section .affirm-part h5 {
    font-size: 11px;
    line-height: 60px;
  }
}
@media (max-width: 450px) {
  .content-container .affirm {
    font-family: "Helvetica Light", Arial, sans-serif;
  }
}
@media (max-width: 400px) {
  .shareModelAffirm .web_dialog {
    width: 90%;
    height: 520px;
    margin-left: -45%;
    margin-top: -260px;
  }
  .shareModelAffirm h3,
  .shareModelAffirm h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  .shareModelAffirm .affirm_content {
    font-size: 12px;
    padding: 0 20px 20px;
  }
  .shareModelAffirm .affirm-section .affirm-part {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0px;
  }
  .shareModelAffirm .specialLearn {
    margin: 10px 0 !important;
  }
  .shareModelAffirm .bottomNote {
    margin: 0;
  }

  .Auth-and-expert .tf-policy {
    margin-right: auto !important;
  }
}
@media (max-width: 374px) {
  .review-container .gts-container .gts-wrapper .bx-wrapper {
    max-width: 240px !important;
  }
  .review-container .gts-container .gts-wrapper .bx-wrapper .bx-viewport .bx-review-wrapper .review-item {
    width: 240px !important;
  }
}
.breadcrumbs {
  margin-top: 15px;
  margin-bottom: 40px;
}

.breadcrumbs div,
.breadcrumbs a {
  display: inline-block;
  font-family: "presicav_light";
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a29253;
  line-height: 21px;
  vertical-align: top;
  opacity: 0.9;
}

.breadcrumbs div > span {
  font-size: 16px;
  position: relative;
  top: -1px;
  margin: 0 5px;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  z-index: 9999;
}

.overlay.is-on {
  opacity: 1;
  visibility: visible;
}

.overlay.is-on .content {
  opacity: 1;
  visibility: visible;
}

.overlay .content {
  background: #fff;
  position: absolute;
  top: 100px;
  left: 50%;
  margin: auto;
  width: 60%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .overlay .content {
    position: fixed;
  }
}

#close {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  background: white;
  padding: 5px 9px;
  border-radius: 500%;
}

.extended-warranty-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .extended-warranty-content {
    flex-wrap: wrap-reverse;
  }
}
.extended-warranty-content .warranty-content {
  text-align: center;
  flex: 0 0 55%;
  padding: 15px;
  color: #333;
}
@media screen and (max-width: 992px) {
  .extended-warranty-content .warranty-content {
    flex: 0 0 100%;
  }
}
.extended-warranty-content .warranty-content > img {
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .extended-warranty-content .warranty-content > img {
    width: 100%;
  }
}
.extended-warranty-content .warranty-content h5 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.extended-warranty-content .warranty-content h6 {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.extended-warranty-content .warranty-content ul.features {
  text-align: left;
  font-size: 12px;
  color: #4c4d4f;
  margin-bottom: 12px;
  list-style: inside;
}
.extended-warranty-content .warranty-content ul.features li {
  margin-bottom: 8px;
}
.extended-warranty-content .warranty-content ul.why-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.extended-warranty-content .warranty-content ul.why-list li {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 0 50%;
  align-items: center;
}
.extended-warranty-content .warranty-content ul.why-list li img {
  display: inline-block;
  border: solid 1px #aa9f61;
  padding: 6px;
  border-radius: 500%;
  margin-bottom: 10px;
}
.extended-warranty-content .warranty-content > a {
  text-align: left;
  margin-bottom: 15px;
  display: block;
  color: #267bb7;
  cursor: pointer;
}
.extended-warranty-content .warranty-content h3 {
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  font-weight: bold;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #d0d0d0;
}
.extended-warranty-content .warranty-image {
  flex: 0 0 45%;
}
@media screen and (max-width: 992px) {
  .extended-warranty-content .warranty-image {
    flex: 0 0 100%;
    display: none;
  }
}
.extended-warranty-content .warranty-image img {
  width: 100%;
}

.options-list {
  display: flex;
  flex-wrap: wrap;
}
.options-list li label {
  padding: 6px 0;
}

.grand-central-watch-logo {
  background: url(/media/additem/images/grand-central-logo.png);
  display: inline-block;
  width: 27px;
  height: 30px;
  margin: -8px 5px;
  position: absolute;
  right: 0;
}

a div.buttons {
  cursor: pointer;
}

/* CSS */
.apple-pay-button-with-text {
  --apple-pay-scale: 1;
  /* (height / 32) */
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  padding: 0px;
  box-sizing: border-box;
  min-width: 200px;
  min-height: 32px;
  max-height: 64px;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  border: 0;
  min-height: 40px;
}

.apple-pay-button-black-with-text {
  background-color: black;
  color: white;
}

.apple-pay-button-white-with-text {
  background-color: white;
  color: black;
}

.apple-pay-button-white-with-line-with-text {
  background-color: white;
  color: black;
  border: .5px solid black;
}

.apple-pay-button-with-text.apple-pay-button-black-with-text > .ap-logo {
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black;
}

.apple-pay-button-with-text.apple-pay-button-white-with-text > .ap-logo {
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: white;
}

.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .ap-logo {
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: white;
}

.apple-pay-button-with-text > .text {
  font-family: -apple-system;
  font-size: 12px;
  font-weight: 300;
  align-self: center;
  margin-right: calc(2px * var(--apple-pay-scale));
  vertical-align: middle;
}

.apple-pay-button-with-text > .ap-logo {
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-left: calc(4px * var(--apple-pay-scale));
  border: none;
  width: 42px;
  height: 34px;
  vertical-align: middle;
  display: inline-block;
}

.apple-pay-loading-overlay {
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.apple-pay-loading-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background-size: 64px 64px;
  z-index: 10001;
  opacity: 1;
  visibility: visible;
}

.apple-pay-loading-overlay .ball-scale-ripple-multiple {
  position: absolute;
  left: 50%;
  top: 50%;
}

.apple-pay-set-up-button {
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: set-up;
}

.apple-pay-set-up-button-black {
  -apple-pay-button-style: black;
}

.apple-pay-set-up-button-white {
  -apple-pay-button-style: white;
}

.apple-pay-setup-button-white-with-line {
  -apple-pay-button-style: white-outline;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -33px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

/* If the element contains an Apple Pay express button don't force the buttons to width 100% */
.product-view .add-to-cart-buttons.braintree-applepay-express-container .button {
  width: auto;
}

.product-view .add-to-cart-buttons.braintree-applepay-express-container .button + .apple-pay-button-with-text {
  margin-left: 5px;
}

ul.checkout-types .braintree-applepay-express-container .apple-pay-button-with-text {
  height: 33px;
  min-height: 33px;
}

@media (max-width: 450px) {
  .product-view .add-to-cart-buttons.braintree-applepay-express-container {
    width: 100%;
  }

  .product-view .add-to-cart-buttons.braintree-applepay-express-container .button {
    width: 100%;
  }

  .product-view .add-to-cart-buttons.braintree-applepay-express-container .apple-pay-button-with-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-view .add-to-cart-buttons.braintree-applepay-express-container .button + .apple-pay-button-with-text {
    margin-left: 0;
  }

  ul.checkout-types .braintree-applepay-express-container .apple-pay-button-with-text {
    width: 100%;
    height: 40px;
    min-height: 40px;
  }
}
/* =============================================== *
 *  Common Vars for category
 * =============================================== */
/**
 * Product List
 * ------------------------------------------ */
/**
 * Product Item
 * ------------------------------------------ */
/* styles for '...' */
/* =============================================== *
 *  Jumbotron area for category pages
 *  -----------------------------------------
 *  Replaces the category description, located
 *  near the top
 * =============================================== */
section.cat-jumbotron {
  display: block;
  font-family: "presicav_light";
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 83%;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 1.4em 2em 2.6em;
  line-height: normal;
}
section.cat-jumbotron a {
  color: #a29253;
  display: inline-block;
  font-size: 10px;
}
section.cat-jumbotron a:visited, section.cat-jumbotron a:hover {
  color: #a29253;
}
section.cat-jumbotron > div + div {
  margin-top: 2em;
}
section.cat-jumbotron div {
  height: 100%;
  margin: 0 auto;
}
section.cat-jumbotron div.category-name h1.cat-descr {
  display: block;
  font-size: 22px;
  line-height: 90.90909%;
}
section.cat-jumbotron div.category-name > a:after {
  content: url("/media/additem/images/arrow_right_icon_small.png");
  margin-left: 0.5em;
}
section.cat-jumbotron div.cat-custom-descr {
  display: block;
  width: 100%;
}
section.cat-jumbotron div.dual-image {
  margin-top: 0;
  position: relative;
}
section.cat-jumbotron div.dual-image div {
  overflow: hidden;
  width: 50%;
}
section.cat-jumbotron div.dual-image div.image-left {
  float: left;
}
section.cat-jumbotron div.dual-image div.image-right {
  float: right;
}
section.cat-jumbotron div.dual-image div.jumbotron-vr {
  border-left: 2px solid #d0c8a9;
  height: 96%;
  left: 50%;
  position: absolute;
  top: 8px;
  width: 0;
}
@media (max-width: 1200px) {
  section.cat-jumbotron div.dual-image div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.cat-jumbotron div.dual-image img {
  width: 100%;
}
@media (max-width: 800px) {
  section.cat-jumbotron div.dual-image {
    display: none;
  }
}
section.cat-jumbotron div > img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1200px) {
  section.cat-jumbotron div > img {
    left: 50%;
    position: relative;
    margin-left: -600px;
    width: 1200px;
    max-width: 1920px;
  }
}
@media (max-width: 800px) {
  section.cat-jumbotron div > img {
    display: none;
  }
}
@media (max-width: 800px) {
  section.cat-jumbotron {
    display: none;
  }
}

.other-section-summary a {
  color: #4c4d4f;
  border-bottom: 1px solid #4c4d4f;
  text-transform: capitalize;
  font-family: Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.other-section-summary a .section-name {
  font-weight: bold;
  text-transform: uppercase;
}

/* ================================================= *
* General Product List Styles (not module-specific)
* ================================================= */
/* -------------------------------------------- *
* Product List General
*/
body.catalog-category-view .bodyContent.main-container .breadcrumbs, .filter-options.web.row .opt-wrapper, section.boutiqueContent .nav-row {
  max-width: 1200px;
  margin: 0 auto;
}

body.catalog-category-view .bodyContent.main-container {
  width: 100%;
  max-width: 100%;
}
body.catalog-category-view .bodyContent.main-container .breadcrumbs {
  margin: 15px auto 0;
}
body.catalog-category-view .bodyContent.main-container .breadcrumbs > div:first-child {
  margin-left: 15px;
}
@media (max-width: 800px) {
  body.catalog-category-view .bodyContent.main-container .breadcrumbs {
    display: none;
  }
}
body.catalog-category-view .bodyContent.main-container .content-container {
  max-width: 1200px;
}
body.catalog-category-view .bodyContent.main-container .content-container .listView {
  padding-bottom: 20px;
}
body.catalog-category-view .bodyContent.main-container .content-container .listView .page-title h1 {
  margin-top: 10px;
}

@media (max-width: 800px) {
  body.boutique-category .bodyContent.main-container, body.cms-brand .bodyContent.main-container {
    width: 93.75%;
    margin: auto;
  }
}
.listBanner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.listBanner img, .blockBanner img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.blockBanner {
  padding: 3.125%;
  background: #f5f4ee;
}
.blockBanner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.topInfoOpen .listFilter.sitewide.stickyFilter {
  top: 98px;
}

.topInfoClosed .listFilter.sitewide.stickyFilter {
  top: 70px;
}

.listFilter.stickyFilter {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 70px;
  z-index: 1;
}

.filter-options.web.row {
  background: #f5f4ee;
}

.reFineClear, .filterBox {
  float: left;
}

.rftitle, .fltr-AppliedBox .label, .fltr-Applied li label, .fltr-Applied li a {
  border: 1px solid rgba(245, 244, 238, 0);
  color: #4c4d4f;
  cursor: pointer;
  display: block;
  font-family: "presicav_regular";
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 20px;
  padding: 14px 15px 13px;
  position: relative;
}
.rftitle .plus-icon, .fltr-AppliedBox .label .plus-icon, .fltr-Applied li label .plus-icon, .fltr-Applied li a .plus-icon {
  background: none;
}
.rftitle .plus-icon:before, .fltr-AppliedBox .label .plus-icon:before, .fltr-Applied li label .plus-icon:before, .fltr-Applied li a .plus-icon:before {
  content: 'V';
  color: #f37e8b;
  display: inline-block;
  font-family: "presicav_light";
  margin-left: 1em;
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
}
.rftitle.dropdownShow, .fltr-AppliedBox .dropdownShow.label, .fltr-Applied li label.dropdownShow, .fltr-Applied li a.dropdownShow {
  background-color: #fff;
  border-top-color: rgba(162, 146, 83, 0.7);
  border-left-color: rgba(162, 146, 83, 0.7);
  border-right-color: rgba(162, 146, 83, 0.7);
  border-bottom-color: #fff;
  z-index: 6;
}
.rftitle.dropdownShow .plus-icon, .fltr-AppliedBox .dropdownShow.label .plus-icon, .fltr-Applied li label.dropdownShow .plus-icon, .fltr-Applied li a.dropdownShow .plus-icon {
  background: none;
}
.rftitle.dropdownShow .plus-icon:before, .fltr-AppliedBox .dropdownShow.label .plus-icon:before, .fltr-Applied li label.dropdownShow .plus-icon:before, .fltr-Applied li a.dropdownShow .plus-icon:before {
  -webkit-transform: scale(1.5, -1);
  -moz-transform: scale(1.5, -1);
  -ms-transform: scale(1.5, -1);
  -o-transform: scale(1.5, -1);
  transform: scale(1.5, -1);
}

.reFineClear {
  position: relative;
  float: right;
}
.reFineClear .rftitle, .reFineClear .fltr-AppliedBox .label, .fltr-AppliedBox .reFineClear .label, .reFineClear .fltr-Applied li label, .fltr-Applied li .reFineClear label, .reFineClear .fltr-Applied li a, .fltr-Applied li .reFineClear a {
  cursor: pointer;
  position: relative;
}
.reFineClear .sortByList {
  padding: 10px 0 0;
  position: absolute;
  right: 0px;
  top: 48px;
  z-index: 5;
  background: #fff;
  border: 1px solid #a29253;
  width: 175px;
}
.reFineClear .sortByList li {
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  font-family: "helvetica-light";
  line-height: 34px;
  letter-spacing: 0.036em;
  color: #4c4d4f;
}
.reFineClear .sortByList li span {
  display: inline-block;
}
.reFineClear .sortByList li:hover {
  background-color: #f5f4ee;
}
.reFineClear .sortByList li.selected {
  background-color: #f5f4ee;
}

.filterBox {
  width: 85%;
}

.filter-list > li {
  float: left;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.filter-list > li label {
  border: 1px solid rgba(245, 244, 238, 0);
  color: #4c4d4f;
  cursor: pointer;
  display: block;
  font-family: "presicav_regular";
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 20px;
  padding: 14px 15px 13px;
  position: relative;
}
.filter-list > li label .plus-icon {
  background: none;
}
.filter-list > li label .plus-icon:before {
  content: 'V';
  color: #a29253;
  display: inline-block;
  font-family: "presicav_light";
  margin-left: 1em;
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
}
.filter-list > li label.dropdownShow {
  background-color: #fff;
  border-top-color: rgba(162, 146, 83, 0.7);
  border-left-color: rgba(162, 146, 83, 0.7);
  border-right-color: rgba(162, 146, 83, 0.7);
  border-bottom-color: #fff;
  z-index: 6;
}
.filter-list > li label.dropdownShow .plus-icon {
  background: none;
}
.filter-list > li label.dropdownShow .plus-icon:before {
  -webkit-transform: scale(1.5, -1);
  -moz-transform: scale(1.5, -1);
  -ms-transform: scale(1.5, -1);
  -o-transform: scale(1.5, -1);
  transform: scale(1.5, -1);
}
.filter-list > li #category-search-web {
  white-space: nowrap;
}
.filter-list > li .category-search {
  margin: 12px 15px 11px;
}
.boutiqueContent .filter-list > li .category-search {
  display: none;
}
.filter-list > li .category-search input[type="text"] {
  border: 1px solid #a29253;
  border-radius: 3px;
  color: #a29253;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  outline: none;
  padding-right: 23px;
  padding-left: 0.5em;
  height: 2em;
  width: 13em;
}
.filter-list > li .category-search input[type="text"]:focus {
  outline: none;
}
.filter-list > li .category-search input[type="text"]:-moz-placeholder {
  color: #b7a971;
  font-style: italic;
}
.filter-list > li .category-search input[type="text"]::-moz-placeholder {
  color: #b7a971;
  font-style: italic;
}
.filter-list > li .category-search input[type="text"]:-ms-input-placeholder {
  color: #b7a971;
  font-style: italic;
}
.filter-list > li .category-search input[type="text"]::-webkit-input-placeholder {
  color: #b7a971;
  font-style: italic;
}
.filter-list > li .category-search button[type="submit"] {
  background: url("/media/additem/images/search-icon-gold.svg") no-repeat;
  width: 14px;
  height: 14px;
  border: none;
  margin-left: -23px;
  vertical-align: middle;
}
.filter-list > li div.ulcontainer {
  position: absolute;
  z-index: 5;
  top: 48px;
  left: 0;
  background: #fff;
  border: 1px solid rgba(162, 146, 83, 0.7);
  min-width: 250px;
  display: none;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-list > li div.ulcontainer.dropdownShow {
  opacity: 1;
  height: auto;
  max-height: 288px;
  display: block;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input, .filter-list > li div.ulcontainer .price-control-wrapper input {
  border: 1px solid rgba(162, 146, 83, 0.7);
  border-radius: 3px;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input::-webkit-input-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:-moz-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input::-moz-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:-ms-input-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input::placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input::placeholder {
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus::-webkit-input-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus:-moz-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus::-moz-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus:-ms-input-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus::placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus::placeholder {
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper {
  width: 275px;
}
.filter-list > li div.ulcontainer .brand-control-wrapper .brand-input-wrapper {
  padding: 15px 0px 15px 15px;
  float: left;
  display: inline-block;
}
.filter-list > li div.ulcontainer .brand-control-wrapper .brand-input-wrapper input {
  width: 215px;
  height: 35px;
}
.filter-list > li div.ulcontainer .price-control-wrapper {
  width: 300px;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper {
  margin: 15px 0 15px 15px;
  display: inline-block;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper span.label {
  font-size: 16px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .price-input-wrapper {
  display: inline-block;
  margin: 0 4px;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .price-input-wrapper input {
  width: 75px;
  height: 35px;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .check-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f5f4ee;
  position: relative;
  top: 5px;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .check-box .fa-check {
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: 2px;
  display: none;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper.current .check-box {
  background-color: #ffffff;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper.current .check-box .fa-check {
  display: inline-block;
}
.filter-list > li div.ulcontainer .price-control-wrapper.case-diameter-control-wrapper .range-wrapper .price-input-wrapper {
  margin: 0;
}
.filter-list > li div.ulcontainer .price-control-wrapper.case-diameter-control-wrapper .range-wrapper .price-input-wrapper input {
  width: 65px;
}
.filter-list > li div.ulcontainer .close-dropdown {
  width: 14px;
  height: 12px;
  background-position: 0 -525px;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  margin: 10px;
  padding: 1px 0;
  cursor: pointer;
}
.filter-list > li div.ulcontainer li {
  display: block;
  padding: 0px 15px;
  font-size: 0;
  cursor: pointer;
}
.filter-list > li div.ulcontainer li:hover {
  background-color: #f5f4ee;
}
.filter-list > li div.ulcontainer li:hover a span {
  background-color: #ffffff;
}
.filter-list > li div.ulcontainer a {
  font-size: 14px;
  font-family: "helvetica-light";
  line-height: 34px;
  letter-spacing: 0.036em;
  color: #4c4d4f;
}
.filter-list > li div.ulcontainer a:hover {
  text-decoration: none;
}
.filter-list > li div.ulcontainer a span {
  float: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f5f4ee;
  margin-top: 7px;
}
.filter-list > li div.ulcontainer a span .fa-check {
  position: relative;
  top: -7px;
  right: -3px;
  display: none;
}
.filter-list > li div.ulcontainer li.activeCkd span {
  background-color: #ffffff;
}
.filter-list > li div.ulcontainer li.activeCkd span .fa-check {
  display: inline-block;
}
.filter-list > li div.ulcontainer li.disabled a {
  font-style: italic;
  color: #bdbdbd;
}

.filter-optList {
  clear: both;
  max-height: 220px;
}
.filter-optList .mCSB_scrollTools {
  width: 30px !important;
}
.filter-optList .mCSB_scrollTools .mCSB_dragger_bar {
  width: 8px;
  background-color: #4c4d4f;
}
.filter-optList .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.fltr-AppliedBox {
  padding: 15px 0 10px;
  max-width: 1200px;
  margin: auto;
}
.fltr-AppliedBox.hide-filter-box {
  display: none;
}
.fltr-AppliedBox .label {
  float: left;
  width: 15%;
  display: none;
}
.fltr-AppliedBox .toolbar-Box, .fltr-AppliedBox .pager-container {
  display: inline-block;
  clear: none;
  width: 23%;
  float: right;
  padding: 0px;
}

.fltr-Applied {
  display: inline-block;
}
.fltr-Applied li {
  display: inline-block;
  font-size: 10px;
  margin-left: 20px;
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
  padding: 3px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 5px;
}
.fltr-Applied li label, .fltr-Applied li a {
  display: inline-block;
  font-size: 10px;
  font-family: "presicav_light";
  font-weight: normal;
  background: none;
  border: none;
  padding: 0;
}
.fltr-Applied li a {
  padding-left: 8px;
}
.fltr-Applied li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.fltr-Applied li a.btn-remove {
  width: 12px;
  height: 12px;
  background: url("/media/additem/images/close_icon_gold.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  margin-top: 4px;
  margin-left: 4px;
}
.fltr-Applied .clearApplied {
  background: none;
}
.fltr-Applied .clearApplied a {
  color: #a29253;
}

@media only screen and (max-width: 1024px) {
  .reFineClear {
    width: 15%;
  }

  .filterBox {
    width: 85%;
  }

  .fltr-AppliedBox .label {
    width: 20%;
  }
}
.brand_banner {
  width: 100%;
  max-width: 1280px;
  min-height: 439px;
  position: relative;
  margin: 0 auto 50px;
}
.brand_banner .brand_banner_img {
  width: 845px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.brand_banner .brand_pattern {
  width: 100%;
  background: url(/media/additem/images/brand_banner_pattern.png) no-repeat 0 0;
  position: absolute;
  height: 155px;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.brand_banner .brand_content {
  width: 435px;
  min-height: 439px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(151, 134, 68, 0.9);
  color: white;
  padding: 20px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.brand_banner .brand_content .brand_logo {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "presicav_light";
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
}
.brand_banner .brand_content p {
  width: 100%;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 24px;
}

.banner_block_2 {
  width: 100%;
  background: #f5f4ee;
  padding: 40px;
  margin-bottom: 40px;
  display: block;
}
.banner_block_2 .block_wrap {
  background: #fff;
  display: inline-block;
  width: 100%;
}
.banner_block_2 .block_wrap .block_2_img {
  width: 599px;
  height: 330px;
  float: right;
  display: block;
}
.banner_block_2 .block_wrap .block_2_img img {
  width: 100%;
}
.banner_block_2 .block_wrap .block_content {
  width: 485px;
  float: left;
  display: block;
  margin: 45px;
}
.banner_block_2 .block_wrap .block_content h3 {
  font-size: 36px;
  font-family: "helvetica-light";
  color: #4c4d4f;
  font-weight: 400;
  width: 100%;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.banner_block_2 .block_wrap .block_content .block_date {
  width: 100%;
  float: left;
  font-size: 16px;
  font-family: "helvetica_oblique";
  color: #4c4d4f;
  margin-bottom: 65px;
  letter-spacing: 1px;
}
.banner_block_2 .block_wrap .block_content .block_date .highlight {
  color: #a29253;
}
.banner_block_2 .block_wrap .block_content p {
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
  font-family: "helvetica-light";
}
.banner_block_2 .block_wrap .block_content .read_more {
  font-family: "presicav_light";
  color: #a29253;
  font-size: 12px;
  letter-spacing: 2px;
}

.banner_block {
  width: 1200px;
  height: 215px;
  display: block;
  margin: 0 auto;
  margin-top: -45px;
}
.banner_block li {
  width: 384px;
  text-align: center;
  height: 100%;
  position: relative;
  display: inline-block;
}
.banner_block li img {
  width: 100%;
  height: auto;
}
.banner_block li h4 {
  color: #a29253;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.banner_block li h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.banner_block .center_block {
  margin: 0 19px;
}
.banner_block .block_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 145px;
}

.toolbar-Box, .pager-container {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  text-align: right;
}
section.contentWrapper:not(.boutiqueContent) .toolbar-Box .pages, section.contentWrapper:not(.boutiqueContent) .pager-container .pages {
  padding: 20px 0;
}
.toolbar-Box .pagination-list li, .pager-container .pagination-list li {
  cursor: pointer;
  display: inline-block;
  font-family: "presicav_light";
  font-size: 13px;
  line-height: 20px;
  padding: 4px;
}
.toolbar-Box .pagination-list li:hover, .pager-container .pagination-list li:hover {
  background-color: #eceadd;
}
.toolbar-Box .pagination-list li a, .pager-container .pagination-list li a {
  color: #4c4d4f;
  cursor: pointer;
  padding: 0 3px;
  display: inline-block;
}
.toolbar-Box .pagination-list li.current a, .pager-container .pagination-list li.current a {
  color: #a29253;
}
.toolbar-Box .pagination-list li.current:hover, .pager-container .pagination-list li.current:hover {
  background: none;
}
.toolbar-Box .pagination-list li .previous, .toolbar-Box .pagination-list li .next, .pager-container .pagination-list li .previous, .pager-container .pagination-list li .next {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  position: relative;
  top: 2px;
}
.toolbar-Box .pagination-list li .previous, .pager-container .pagination-list li .previous {
  background: url(/media/additem/images/pagination_arrow.png) no-repeat 0 0;
}
.toolbar-Box .pagination-list li .next, .pager-container .pagination-list li .next {
  background: url(/media/additem/images/pagination_arrow.png) no-repeat -13px 0;
}
.toolbar-Box .pagination-list li.next:hover, .toolbar-Box .pagination-list li.previous:hover, .pager-container .pagination-list li.next:hover, .pager-container .pagination-list li.previous:hover {
  background: none;
}
.toolbar-Box.bottom .pager .pages, .pager-container.bottom .pager .pages {
  border-top: 1px solid #dad3ba;
  padding: 20px 0 0;
  margin-bottom: 20px;
}

/* =============================================== *
 *  Each individual product for category pages
 *  -----------------------------------------
 *
 * =============================================== */
.listProContainer > .category-products .item.category-page-item > .sold-out-text, .listProContainer > .category-products .item.category-page-item .listProTxt .brand-name, .listProContainer > .category-products .item.category-page-item .listProTxt .n-worn {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* styles for '...' */
.listProContainer > .category-products.slider-not-initialized {
  overflow: hidden;
}
.listProContainer > .category-products.slider-not-initialized > .product-slider {
  width: 10000px;
}
.listProContainer > .category-products.slider-not-initialized > .product-slider > .item {
  padding: 20px 10px 0 10px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .listProContainer > .category-products.slider-not-initialized > .product-slider > .item {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .listProContainer > .category-products.slider-not-initialized > .product-slider > .item {
    width: 235px;
  }
}

.listProContainer > .category-products {
  height: auto;
}
.listProContainer > .category-products .item.category-page-item {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  float: left;
  height: 36em;
  width: 24.1%;
  position: relative;
  margin-right: 1.20%;
  margin-bottom: 10px;
  padding: 20px 10px 0;
  overflow: hidden;
  /**
   * Indicator for item being out of stock
   * Note: renamed from soldOutText, to not deal with !important flags
   */
  /**
   * Icon used to add to wishlist
   */
  /**
   * Top, image portion of product
   */
  /**
   * Bottom, detail portion of product
   */
  /**
   * MOBILE
   */
}
.listProContainer > .category-products .item.category-page-item.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.listProContainer > .category-products .item.category-page-item.last {
  margin-right: 0;
}
.listProContainer > .category-products .item.category-page-item:hover {
  background: none;
  box-shadow: inset 0 0 0 1px #a29253;
}
.listProContainer > .category-products .item.category-page-item:hover .listProTxt .cart-wish {
  visibility: visible;
}
.listProContainer > .category-products .item.category-page-item:hover .old-price .price {
  color: #4c4d4f;
}
.listProContainer > .category-products .item.category-page-item:hover .heart-icon {
  display: inline-block;
}
.listProContainer > .category-products .item.category-page-item > .sold-out-text {
  color: #a29253;
  display: inline-block;
  font-family: "presicav_bold";
  font-size: 12px;
  left: 10px;
  top: 10px;
  z-index: 80;
}
.listProContainer > .category-products .item.category-page-item .heart-icon {
  background: none;
  color: #a29253;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  font-weight: normal;
  display: none;
  position: absolute;
  right: 10px;
  text-indent: 0;
  top: 0;
}
.listProContainer > .category-products .item.category-page-item .heart-icon:before {
  content: "ï‚Š";
}
.listProContainer > .category-products .item.category-page-item .heart-icon.heart-icon-filled:before {
  content: "ï€„";
}
.listProContainer > .category-products .item.category-page-item .heart-icon:before {
  content: "ï‚Š";
}
.listProContainer > .category-products .item.category-page-item .heart-icon.heart-icon-filled:before {
  content: "ï€„";
}
.listProContainer > .category-products .item.category-page-item .heart-icon-mobile {
  display: none;
}
.listProContainer > .category-products .item.category-page-item .listProImg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
}
.listProContainer > .category-products .item.category-page-item .listProImg .price-box {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  position: absolute;
  display: none;
  bottom: -50px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 120%;
  padding: 15px 10px 10px 20px;
  min-height: 100px;
  margin-left: -10px;
}
.listProContainer > .category-products .item.category-page-item .listProImg .price-box .price-details {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.listProContainer > .category-products .item.category-page-item .listProTxt {
  margin-top: 1.5em;
  height: 8em;
  text-align: center;
  /**
   * Pricing stuff
   */
}
.listProContainer > .category-products .item.category-page-item .listProTxt > div {
  margin-bottom: 0.5em;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .price-details {
  display: block;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .brand-name {
  color: rgba(76, 77, 79, 0.9);
  display: inline-block;
  font-family: "presicav_bold";
  font-size: 1em;
  height: 1.2em;
  letter-spacing: 0.2em;
  margin-bottom: 0.4em;
  vertical-align: baseline;
  width: auto;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .productTitle {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* use this value to count block height */
  line-height: 1.35714em;
  max-height: 2.71429em;
  color: rgba(102, 102, 102, 0.9);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.036em;
  text-transform: capitalize;
  width: 100%;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .n-worn {
  display: block;
  color: #a29253;
  font-family: "presicav_light";
  font-size: 11px;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .price {
  color: #4c4d4f;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .old-price .price {
  margin-left: 10px;
  text-decoration: line-through;
  color: #bdbdbd;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .promo-block {
  bottom: 44px;
  left: 0;
  padding: 0 0.5em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .promo-block .coupon-code {
  border: 1px solid #a29253;
  color: #a29253;
  display: inline-block;
  font-family: "presicav_light";
  font-size: 0.8em;
  letter-spacing: 0.1em;
  overflow: hidden;
  padding: 0.4em 1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish {
  bottom: 0;
  box-shadow: inset 0 0 0 1px #a29253;
  clear: both;
  cursor: pointer;
  margin: 0 -10px 0;
  position: absolute;
  padding: 0;
  visibility: hidden;
  width: 100%;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish:hover:not(.sold-out) {
  background-color: rgba(162, 146, 83, 0.75);
  box-shadow: inset 0 0 0 1px #a29253;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish:hover:not(.sold-out) .addCart {
  color: #ffffff;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish {
  bottom: 0;
  box-shadow: inset 0 0 0 1px #a29253;
  clear: both;
  cursor: pointer;
  margin: 0 -10px 0;
  position: absolute;
  padding: 0;
  visibility: hidden;
  width: 100%;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish:hover:not(.sold-out) {
  background-color: rgba(162, 146, 83, 0.75);
  box-shadow: inset 0 0 0 1px #a29253;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish:hover:not(.sold-out) .addCart {
  color: #ffffff;
}
.listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish .addCart, .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish .request-item {
  display: block;
  padding: 10px 0;
  border: none;
  color: #a29253;
  text-transform: uppercase;
  font-family: "presicav_regular";
  font-size: 14px;
  letter-spacing: 0.175em;
}
.listProContainer > .category-products .item.category-page-item a:hover {
  text-decoration: none;
}
.listProContainer > .category-products .item.category-page-item img.product {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listProContainer > .category-products .item.category-page-item img.cpo-seal {
  position: absolute;
  bottom: 0;
  width: 12%;
}
@media (max-width: 1024px) {
  .listProContainer > .category-products .item.category-page-item img.cpo-seal {
    left: 0;
  }
}
@media (min-width: 1025px) {
  .listProContainer > .category-products .item.category-page-item img.cpo-seal {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .listProContainer > .category-products .item.category-page-item {
    height: 28em;
  }
  .listProContainer > .category-products .item.category-page-item:hover {
    box-shadow: none;
  }
  .listProContainer > .category-products .item.category-page-item:hover .heart-icon {
    display: none;
  }
  .listProContainer > .category-products .item.category-page-item:nth-child(even) {
    margin-right: 0;
  }
  .listProContainer > .category-products .item.category-page-item > .sold-out-text {
    display: inline-block;
    top: 10px;
    left: initial;
    right: 10px;
  }
  .listProContainer > .category-products .item.category-page-item .heart-icon {
    display: none;
  }
  .listProContainer > .category-products .item.category-page-item .heart-icon-mobile {
    background: none;
    color: #a29253;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    font-weight: normal;
    display: inline-block;
    float: right;
  }
  .listProContainer > .category-products .item.category-page-item .heart-icon-mobile:before {
    content: "ï‚Š";
  }
  .listProContainer > .category-products .item.category-page-item .heart-icon-mobile.heart-icon-filled:before {
    content: "ï€„";
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt {
    text-align: left;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt > div {
    margin-bottom: 0.75em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt > div:last-child {
    margin-bottom: 0.6em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .brand-name {
    color: #a29253;
    font-size: 0.7em;
    height: auto;
    overflow: initial;
    text-overflow: clip;
    white-space: normal;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .n-worn {
    display: none;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .productTitle {
    font-size: 0.7em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .price {
    font-size: 0.7em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .promo-block {
    bottom: 2em;
    left: inherit;
    padding: 0;
    width: 95%;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .promo-block .coupon-code {
    font-size: 0.6em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish {
    border-top: 1px solid rgba(162, 146, 83, 0.2);
    box-shadow: none;
    clear: both;
    margin: 0;
    padding: 0.5em 1em 0.5em 0;
    position: absolute;
    visibility: visible;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish:hover:not(.sold-out) {
    background: none;
    box-shadow: none;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish:hover:not(.sold-out) .addCart {
    color: #a29253;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish .addCart, .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish .request-item {
    display: inline;
    font-family: "presicav_regular";
    font-size: 0.7em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish .request-item {
    color: #4c4d4f;
  }
}
@media (max-width: 800px) {
  .listProContainer > .category-products .item.category-page-item {
    width: 49.4%;
    height: 44.5em;
    font-size: 0.8em;
  }
  .listProContainer > .category-products .item.category-page-item > .sold-out-text {
    font-size: 0.8em;
  }
  .listProContainer > .category-products .item.category-page-item .heart-icon {
    line-height: 0.5em;
    font-size: 0.8em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt {
    height: 12em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt > div {
    margin-bottom: 0.3em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .brand-name {
    font-size: 0.8em;
    letter-spacing: 0.3em;
    margin-bottom: 0.3em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .productTitle {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* use this value to count block height */
    line-height: 1.3em;
    max-height: 2.6em;
    font-size: 0.9em;
    color: rgba(76, 77, 79, 0.9);
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .price {
    font-size: 1em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .promo-block {
    bottom: 2.5em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .promo-block .coupon-code {
    font-size: 0.8em;
    letter-spacing: 0.2em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish .addCart, .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish .request-item {
    font-size: 0.8em;
  }
}
@media (max-width: 480px) {
  .listProContainer > .category-products .item.category-page-item {
    height: 30em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .n-worn {
    display: none;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .promo-block .coupon-code {
    font-size: 0.7em;
    letter-spacing: normal;
  }
}
@media (max-width: 400px) {
  .listProContainer > .category-products .item.category-page-item {
    height: 28.5em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .productTitle {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* use this value to count block height */
    line-height: 1.3em;
    max-height: 2.6em;
  }
  .listProContainer > .category-products .item.category-page-item .listProTxt .promo-block {
    width: 93%;
  }
}
@media (max-width: 320px) {
  .listProContainer > .category-products .item.category-page-item {
    height: 27em;
  }
}
.listProContainer > .category-products .item.category-page-item.soldOut .special-price, .listProContainer > .category-products .item.category-page-item.soldOut .old-price, .listProContainer > .category-products .item.category-page-item.soldOut .regular-price {
  display: none;
}

.myBoxItems.listProContainer > .item .heart-icon {
  background: none;
  color: #a29253;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  right: 10px;
  text-indent: 0;
  top: 10px;
}
.myBoxItems.listProContainer > .item .heart-icon:before {
  content: "ï‚Š";
}
.myBoxItems.listProContainer > .item .heart-icon.heart-icon-filled:before {
  content: "ï€„";
}
.myBoxItems.listProContainer > .item .heart-icon:before {
  content: "ï‚Š";
}
.myBoxItems.listProContainer > .item .heart-icon.heart-icon-filled:before {
  content: "ï€„";
}
@media (max-width: 800px) {
  .myBoxItems.listProContainer > .item .heart-icon {
    line-height: 0.5em;
    font-size: 0.8em;
  }
}

.pro-info ul li {
  font-family: helvetica-light;
}
.pro-info ul li a.toggle-condition-detail {
  color: #4c4d4f;
  text-decoration: none;
  border-bottom: 1px dashed #4c4d4f;
}
.pro-info ul li a.read-more {
  font-weight: bold;
  border-bottom: 1px solid #a29253;
}
.pro-info ul li h3 {
  color: #a29253;
  letter-spacing: .2em;
  margin: 1em 0;
  font-size: 10px;
  font-family: presicav_regular;
}
.pro-info ul li .condition-scale-bar {
  margin: 2rem 0;
  height: .8rem;
  width: 60%;
  border-radius: .5rem;
  box-shadow: inset 1px 1px 3px 1px #aaa;
  background: linear-gradient(90deg, #ffffff, #a29253);
  position: relative;
}
.pro-info ul li .condition-scale-bar > span {
  font-size: .7rem;
  line-height: .7rem;
  position: absolute;
}
.pro-info ul li .condition-scale-bar > span:first-child {
  top: -1rem;
  left: 0;
  text-align: left;
}
.pro-info ul li .condition-scale-bar > span:last-child {
  top: -1rem;
  right: 0;
  text-align: right;
}
.pro-info ul li .condition-scale-bar > span.needle {
  top: 1.4rem;
  right: 50%;
  width: initial;
  transform: translateX(100%);
  white-space: nowrap;
  text-align: center;
  color: #a29253;
  font-weight: bold;
}
.pro-info ul li .condition-scale-bar > span.needle:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.6rem;
  height: 1.2rem;
  width: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 0px #555;
  background-color: #807442;
}

/* =============================================== *
 *  Styles for the root of category pages
 * =============================================== */
/* Both content preview &
   rest of boutique
 --------------------------- */
section.boutiqueContent, section.content-preview {
  /* Boutique Button override
   -------------------------
   But only for catalogsearch */
}
@media (max-width: 800px) {
  body.catalogsearch-result-index section.boutiqueContent .boutique-button, body.catalogsearch-result-index section.content-preview .boutique-button {
    display: block;
    margin-top: 2rem;
  }
  body.catalogsearch-result-index section.boutiqueContent .boutique-button a, body.catalogsearch-result-index section.content-preview .boutique-button a {
    background-color: #a29253;
    color: #FFFFFF;
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  body.catalogsearch-result-index section.boutiqueContent .boutique-button, body.catalogsearch-result-index section.content-preview .boutique-button {
    margin-left: 1em;
    margin-right: 1em;
  }
  body.catalogsearch-result-index section.boutiqueContent .boutique-button a, body.catalogsearch-result-index section.content-preview .boutique-button a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
section.boutiqueContent section.cat-jumbotron, section.content-preview section.cat-jumbotron {
  background: #333333;
  color: #ffffff;
  margin: auto;
  padding: 3em 2em 1.5em;
}
.catalogsearch-result-index section.boutiqueContent section.cat-jumbotron, .catalogsearch-result-index section.content-preview section.cat-jumbotron {
  padding-top: 1.5em;
}
section.boutiqueContent section.cat-jumbotron .category-header, section.content-preview section.cat-jumbotron .category-header {
  /*
   * Header look for catalogsearch
   * ---
   */
}
section.boutiqueContent section.cat-jumbotron .category-header .cat-name, section.content-preview section.cat-jumbotron .category-header .cat-name {
  font-family: "lmroman12-italic";
  font-size: 1.7em;
  line-height: 0.9em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: block;
}
.catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .cat-name, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .cat-name {
  font-family: "presicav_bold";
}
.catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header {
  font-family: "presicav_bold";
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: inline-block;
}
.catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .cat-name, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .cat-name {
  float: right;
}
.catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .js-cat-count {
  font-family: "presicav_bold";
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-right: 0.5em;
}
section.boutiqueContent section.cat-jumbotron h2.content-preview, section.content-preview section.cat-jumbotron h2.content-preview {
  font-family: "lmroman12-italic";
}
section.boutiqueContent section.cat-jumbotron.jumbotron-content-preview, section.content-preview section.cat-jumbotron.jumbotron-content-preview {
  display: table-footer-group;
  background: none;
  color: #333333;
  font-size: 0.8em;
  margin-bottom: 1.5rem;
}
section.boutiqueContent section.cat-jumbotron.jumbotron-content-preview .category-header .cat-name, section.content-preview section.cat-jumbotron.jumbotron-content-preview .category-header .cat-name {
  font-family: "lmroman12-italic";
  font-size: 1.7em;
  line-height: 0.9em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: inline;
  float: right;
  font-size: 3em;
}
section.boutiqueContent section.cat-jumbotron.jumbotron-content-preview .category-header .js-cat-count, section.boutiqueContent section.cat-jumbotron.jumbotron-content-preview .category-header .js-cat-count-other, section.content-preview section.cat-jumbotron.jumbotron-content-preview .category-header .js-cat-count, section.content-preview section.cat-jumbotron.jumbotron-content-preview .category-header .js-cat-count-other {
  font-family: "lmroman12-italic";
  font-size: 1.7em;
  line-height: 0.9em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: inline;
  margin-right: 0.5em;
  font-size: 3em;
}
section.boutiqueContent section.cat-jumbotron .other-section-summary.boutique, section.content-preview section.cat-jumbotron .other-section-summary.boutique {
  line-height: 1rem;
  margin-top: 1.5rem;
  max-width: 45rem;
}
section.boutiqueContent section.cat-jumbotron .other-section-summary.boutique .sub-header, section.content-preview section.cat-jumbotron .other-section-summary.boutique .sub-header {
  display: table !important;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  text-transform: uppercase;
}
section.boutiqueContent section.cat-jumbotron .other-section-summary.boutique .sub-header:before, section.boutiqueContent section.cat-jumbotron .other-section-summary.boutique .sub-header:after, section.content-preview section.cat-jumbotron .other-section-summary.boutique .sub-header:before, section.content-preview section.cat-jumbotron .other-section-summary.boutique .sub-header:after {
  border-top: 1px solid #ffffff;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.9em;
  width: 45%;
}
section.boutiqueContent section.cat-jumbotron .other-section-summary.boutique .sub-header:before, section.content-preview section.cat-jumbotron .other-section-summary.boutique .sub-header:before {
  right: 1.5%;
}
section.boutiqueContent section.cat-jumbotron .other-section-summary.boutique .sub-header:after, section.content-preview section.cat-jumbotron .other-section-summary.boutique .sub-header:after {
  left: 1.5%;
}
section.boutiqueContent section.cat-jumbotron .cat-summary, section.content-preview section.cat-jumbotron .cat-summary {
  font-family: "lmroman12-regular";
  font-size: 0.7em;
  margin: 0 auto;
  padding: 0;
  text-transform: lowercase;
}
section.boutiqueContent section.cat-jumbotron .cat-summary > a, section.content-preview section.cat-jumbotron .cat-summary > a {
  font-family: "presicav_bold";
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border-color: #a29253;
  color: #a29253;
  line-height: 1.5em;
}
.catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .cat-summary, .catalogsearch-result-index section.content-preview section.cat-jumbotron .cat-summary {
  font-family: "presicav_bold";
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: inline;
}
@media (max-width: 800px) {
  section.boutiqueContent section.cat-jumbotron, section.content-preview section.cat-jumbotron {
    display: table-footer-group;
    background: none;
    color: #333333;
    font-size: 0.8em;
  }
  section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text, section.content-preview section.cat-jumbotron .category-header.line-behind-text, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header.line-behind-text, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text {
    display: table !important;
    overflow: hidden;
    white-space: nowrap;
  }
  section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text:before, section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text:after, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text:before, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text:after, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text:before, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text:after, section.content-preview section.cat-jumbotron .category-header.line-behind-text:before, section.content-preview section.cat-jumbotron .category-header.line-behind-text:after, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header.line-behind-text:before, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header.line-behind-text:after, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text:before, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text:after {
    border-top: 1px solid #a29253;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 45%;
  }
  section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text:before, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text:before, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text:before, section.content-preview section.cat-jumbotron .category-header.line-behind-text:before, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header.line-behind-text:before, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text:before {
    right: 1.5%;
  }
  section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text:after, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header.line-behind-text:after, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text:after, section.content-preview section.cat-jumbotron .category-header.line-behind-text:after, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header.line-behind-text:after, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview.line-behind-text:after {
    left: 1.5%;
  }
  section.boutiqueContent section.cat-jumbotron .category-header .cat-name, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .cat-name, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview .cat-name, section.content-preview section.cat-jumbotron .category-header .cat-name, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .cat-name, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview .cat-name {
    display: inline-block;
    float: none;
    font-family: "lmroman12-italic";
    font-size: 1.7em;
  }
  section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count, section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count-other, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count-other, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count-other, section.content-preview section.cat-jumbotron .category-header .js-cat-count, section.content-preview section.cat-jumbotron .category-header .js-cat-count-other, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .js-cat-count, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .js-cat-count-other, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count-other {
    font-family: "lmroman12-italic";
    font-size: 1.7em;
    line-height: 0.9em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    background: #fff;
    display: inline;
    padding-left: 0.5em;
  }
  section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count:before, section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count-other:before, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count:before, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count-other:before, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count:before, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count-other:before, section.content-preview section.cat-jumbotron .category-header .js-cat-count:before, section.content-preview section.cat-jumbotron .category-header .js-cat-count-other:before, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .js-cat-count:before, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .js-cat-count-other:before, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count:before, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count-other:before {
    content: '(';
    display: inline;
  }
  section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count:after, section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count-other:after, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count:after, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count-other:after, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count:after, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count-other:after, section.content-preview section.cat-jumbotron .category-header .js-cat-count:after, section.content-preview section.cat-jumbotron .category-header .js-cat-count-other:after, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .js-cat-count:after, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .js-cat-count-other:after, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count:after, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count-other:after {
    content: ')';
    display: inline;
  }
  section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count-appended, .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .category-header .js-cat-count-appended, section.boutiqueContent section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count-appended, section.content-preview section.cat-jumbotron .category-header .js-cat-count-appended, .catalogsearch-result-index section.content-preview section.cat-jumbotron .category-header .js-cat-count-appended, section.content-preview section.cat-jumbotron .category-header.jumbotron-content-preview .js-cat-count-appended {
    display: none;
  }
  section.boutiqueContent section.cat-jumbotron h2, section.content-preview section.cat-jumbotron h2 {
    font-family: "lmroman12-italic";
  }
  section.boutiqueContent section.cat-jumbotron .other-section-summary.boutique .sub-header, section.content-preview section.cat-jumbotron .other-section-summary.boutique .sub-header {
    font-family: "lmroman12-italic";
    text-transform: lowercase;
  }
  section.boutiqueContent section.cat-jumbotron .cat-summary, section.content-preview section.cat-jumbotron .cat-summary {
    display: block;
    font-size: 1.7em;
    font-family: "lmroman12-italic";
    text-transform: lowercase;
  }
  .catalogsearch-result-index section.boutiqueContent section.cat-jumbotron .cat-summary, .catalogsearch-result-index section.content-preview section.cat-jumbotron .cat-summary {
    font-family: "presicav_bold";
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    display: inline;
  }
}
section.boutiqueContent footer.preview-footer, section.content-preview footer.preview-footer {
  font-family: "presicav_bold";
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  text-align: center;
}
section.boutiqueContent footer.preview-footer .boutique-button, section.content-preview footer.preview-footer .boutique-button {
  margin-top: 1.5rem;
}

/* =============================================== *
 *  Each individual product for category pages
 *  -----------------------------------------
 *
 * =============================================== */
section.boutiqueContent .listProContainer > .category-products {
  display: inline-block;
  max-width: inherit;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  section.boutiqueContent .listProContainer > .category-products {
    margin-top: 1em;
  }
}
section.boutiqueContent .listProContainer > .category-products .product-wrapper {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 0 2.5em 0;
}
@media (max-width: 1200px) {
  section.boutiqueContent .listProContainer > .category-products .product-wrapper {
    padding: 0;
  }
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item {
  display: inline-block;
  float: none;
  height: auto;
  margin: 0 0 1em;
  padding: 0 1.5em 0;
  width: 33%;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .product-image {
  border: 1px solid #EAEAEA;
  display: inline-block;
  width: 100%;
  padding: 12% 0;
  position: relative;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .product-image .listProImg {
  height: 100%;
  position: static;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt {
  height: 7em;
  text-align: left;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .brand-name {
  color: #333333;
  font-family: "presicav_bold";
  font-size: 0.7em;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .productTitle {
  color: #333333;
  font-family: "lmroman12-regular";
  font-size: 1.2em;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .price {
  color: #333333;
  font-family: "lmroman12-regular";
  font-size: 1.1em;
  line-height: 1.1em;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .n-worn,
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .promo-block,
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .cart-wish {
  display: none;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .sold-out-text {
  left: 2em;
  top: 2.5em;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item .heart-icon {
  display: inline-block;
  position: absolute;
  text-indent: 0;
  bottom: 0.5em;
  right: 0.5em;
  top: initial;
  left: initial;
}
section.boutiqueContent .listProContainer > .category-products .item.category-page-item:hover {
  box-shadow: none;
}
@media (max-width: 1024px) {
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item {
    margin-right: 0;
    font-size: 1em;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item > .sold-out-text {
    font-size: 0.8em;
    right: 20px;
    top: 30px;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .heart-icon {
    line-height: 0.5em;
    font-size: 1.2rem;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt {
    margin-top: 1em;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt > div {
    margin-bottom: 0.3em;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .brand-name {
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0.2rem;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .productTitle {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* use this value to count block height */
    line-height: 1.3rem;
    max-height: 2.6rem;
    font-size: 1rem;
    color: rgba(76, 77, 79, 0.9);
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .price {
    font-size: 0.9rem;
  }
}
@media (max-width: 800px) {
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item {
    float: left;
    width: 50%;
    font-size: 0.8em;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item > .sold-out-text {
    font-size: 1em;
    right: 6%;
    top: 4%;
  }
}
@media (max-width: 480px) {
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item > .sold-out-text {
    right: 10%;
    top: 6%;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .productTitle {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* use this value to count block height */
    line-height: 1rem;
    max-height: 2rem;
    font-size: 0.9rem;
  }
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .price {
    font-size: 0.8rem;
  }
}
@media (max-width: 400px) {
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item > .sold-out-text {
    font-size: 0.8em;
    right: 10%;
    top: 4%;
  }
}
@media (max-width: 320px) {
  section.boutiqueContent .listProContainer > .category-products .item.category-page-item .listProTxt .productTitle {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* use this value to count block height */
    line-height: 0.9rem;
    max-height: 1.8rem;
    font-size: 0.8rem;
  }
}

/* Header
 ---------------*/
/* Badges
 --------- */
/* ================================================= *
* General Product List Styles (not module-specific)
* ================================================= */
/* -------------------------------------------- *
* Product List General
*/
body.catalog-category-view .bodyContent.main-container .breadcrumbs, .filter-options.web.row .opt-wrapper, section.boutiqueContent .nav-row {
  max-width: 1200px;
  margin: 0 auto;
}

body.catalog-category-view .bodyContent.main-container {
  width: 100%;
  max-width: 100%;
}
body.catalog-category-view .bodyContent.main-container .breadcrumbs {
  margin: 15px auto 0;
}
body.catalog-category-view .bodyContent.main-container .breadcrumbs > div:first-child {
  margin-left: 15px;
}
@media (max-width: 800px) {
  body.catalog-category-view .bodyContent.main-container .breadcrumbs {
    display: none;
  }
}
body.catalog-category-view .bodyContent.main-container .content-container {
  max-width: 1200px;
}
body.catalog-category-view .bodyContent.main-container .content-container .listView {
  padding-bottom: 20px;
}
body.catalog-category-view .bodyContent.main-container .content-container .listView .page-title h1 {
  margin-top: 10px;
}

@media (max-width: 800px) {
  body.boutique-category .bodyContent.main-container, body.cms-brand .bodyContent.main-container {
    width: 93.75%;
    margin: auto;
  }
}
.listBanner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.listBanner img, .blockBanner img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.blockBanner {
  padding: 3.125%;
  background: #f5f4ee;
}
.blockBanner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.topInfoOpen .listFilter.sitewide.stickyFilter {
  top: 98px;
}

.topInfoClosed .listFilter.sitewide.stickyFilter {
  top: 70px;
}

.listFilter.stickyFilter {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 70px;
  z-index: 1;
}

.filter-options.web.row {
  background: #f5f4ee;
}

.reFineClear, .filterBox {
  float: left;
}

.rftitle, .fltr-AppliedBox .label, .fltr-Applied li label, .fltr-Applied li a {
  border: 1px solid rgba(245, 244, 238, 0);
  color: #4c4d4f;
  cursor: pointer;
  display: block;
  font-family: "presicav_regular";
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 20px;
  padding: 14px 15px 13px;
  position: relative;
}
.rftitle .plus-icon, .fltr-AppliedBox .label .plus-icon, .fltr-Applied li label .plus-icon, .fltr-Applied li a .plus-icon {
  background: none;
}
.rftitle .plus-icon:before, .fltr-AppliedBox .label .plus-icon:before, .fltr-Applied li label .plus-icon:before, .fltr-Applied li a .plus-icon:before {
  content: 'V';
  color: #f37e8b;
  display: inline-block;
  font-family: "presicav_light";
  margin-left: 1em;
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
}
.rftitle.dropdownShow, .fltr-AppliedBox .dropdownShow.label, .fltr-Applied li label.dropdownShow, .fltr-Applied li a.dropdownShow {
  background-color: #fff;
  border-top-color: rgba(162, 146, 83, 0.7);
  border-left-color: rgba(162, 146, 83, 0.7);
  border-right-color: rgba(162, 146, 83, 0.7);
  border-bottom-color: #fff;
  z-index: 6;
}
.rftitle.dropdownShow .plus-icon, .fltr-AppliedBox .dropdownShow.label .plus-icon, .fltr-Applied li label.dropdownShow .plus-icon, .fltr-Applied li a.dropdownShow .plus-icon {
  background: none;
}
.rftitle.dropdownShow .plus-icon:before, .fltr-AppliedBox .dropdownShow.label .plus-icon:before, .fltr-Applied li label.dropdownShow .plus-icon:before, .fltr-Applied li a.dropdownShow .plus-icon:before {
  -webkit-transform: scale(1.5, -1);
  -moz-transform: scale(1.5, -1);
  -ms-transform: scale(1.5, -1);
  -o-transform: scale(1.5, -1);
  transform: scale(1.5, -1);
}

.reFineClear {
  position: relative;
  float: right;
}
.reFineClear .rftitle, .reFineClear .fltr-AppliedBox .label, .fltr-AppliedBox .reFineClear .label, .reFineClear .fltr-Applied li label, .fltr-Applied li .reFineClear label, .reFineClear .fltr-Applied li a, .fltr-Applied li .reFineClear a {
  cursor: pointer;
  position: relative;
}
.reFineClear .sortByList {
  padding: 10px 0 0;
  position: absolute;
  right: 0px;
  top: 48px;
  z-index: 5;
  background: #fff;
  border: 1px solid #a29253;
  width: 175px;
}
.reFineClear .sortByList li {
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  font-family: "helvetica-light";
  line-height: 34px;
  letter-spacing: 0.036em;
  color: #4c4d4f;
}
.reFineClear .sortByList li span {
  display: inline-block;
}
.reFineClear .sortByList li:hover {
  background-color: #f5f4ee;
}
.reFineClear .sortByList li.selected {
  background-color: #f5f4ee;
}

.filterBox {
  width: 85%;
}

.filter-list > li {
  float: left;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.filter-list > li label {
  border: 1px solid rgba(245, 244, 238, 0);
  color: #4c4d4f;
  cursor: pointer;
  display: block;
  font-family: "presicav_regular";
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 20px;
  padding: 14px 15px 13px;
  position: relative;
}
.filter-list > li label .plus-icon {
  background: none;
}
.filter-list > li label .plus-icon:before {
  content: 'V';
  color: #a29253;
  display: inline-block;
  font-family: "presicav_light";
  margin-left: 1em;
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
}
.filter-list > li label.dropdownShow {
  background-color: #fff;
  border-top-color: rgba(162, 146, 83, 0.7);
  border-left-color: rgba(162, 146, 83, 0.7);
  border-right-color: rgba(162, 146, 83, 0.7);
  border-bottom-color: #fff;
  z-index: 6;
}
.filter-list > li label.dropdownShow .plus-icon {
  background: none;
}
.filter-list > li label.dropdownShow .plus-icon:before {
  -webkit-transform: scale(1.5, -1);
  -moz-transform: scale(1.5, -1);
  -ms-transform: scale(1.5, -1);
  -o-transform: scale(1.5, -1);
  transform: scale(1.5, -1);
}
.filter-list > li #category-search-web {
  white-space: nowrap;
}
.filter-list > li .category-search {
  margin: 12px 15px 11px;
}
.boutiqueContent .filter-list > li .category-search {
  display: none;
}
.filter-list > li .category-search input[type="text"] {
  border: 1px solid #a29253;
  border-radius: 3px;
  color: #a29253;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  outline: none;
  padding-right: 23px;
  padding-left: 0.5em;
  height: 2em;
  width: 13em;
}
.filter-list > li .category-search input[type="text"]:focus {
  outline: none;
}
.filter-list > li .category-search input[type="text"]:-moz-placeholder {
  color: #b7a971;
  font-style: italic;
}
.filter-list > li .category-search input[type="text"]::-moz-placeholder {
  color: #b7a971;
  font-style: italic;
}
.filter-list > li .category-search input[type="text"]:-ms-input-placeholder {
  color: #b7a971;
  font-style: italic;
}
.filter-list > li .category-search input[type="text"]::-webkit-input-placeholder {
  color: #b7a971;
  font-style: italic;
}
.filter-list > li .category-search button[type="submit"] {
  background: url("/media/additem/images/search-icon-gold.svg") no-repeat;
  width: 14px;
  height: 14px;
  border: none;
  margin-left: -23px;
  vertical-align: middle;
}
.filter-list > li div.ulcontainer {
  position: absolute;
  z-index: 5;
  top: 48px;
  left: 0;
  background: #fff;
  border: 1px solid rgba(162, 146, 83, 0.7);
  min-width: 250px;
  display: none;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-list > li div.ulcontainer.dropdownShow {
  opacity: 1;
  height: auto;
  max-height: 288px;
  display: block;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input, .filter-list > li div.ulcontainer .price-control-wrapper input {
  border: 1px solid rgba(162, 146, 83, 0.7);
  border-radius: 3px;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input::-webkit-input-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:-moz-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input::-moz-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:-ms-input-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input::placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input::placeholder {
  font-style: italic;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus::-webkit-input-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus:-moz-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus::-moz-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus:-ms-input-placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper input:focus::placeholder, .filter-list > li div.ulcontainer .price-control-wrapper input:focus::placeholder {
  color: transparent;
}
.filter-list > li div.ulcontainer .brand-control-wrapper {
  width: 275px;
}
.filter-list > li div.ulcontainer .brand-control-wrapper .brand-input-wrapper {
  padding: 15px 0px 15px 15px;
  float: left;
  display: inline-block;
}
.filter-list > li div.ulcontainer .brand-control-wrapper .brand-input-wrapper input {
  width: 215px;
  height: 35px;
}
.filter-list > li div.ulcontainer .price-control-wrapper {
  width: 300px;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper {
  margin: 15px 0 15px 15px;
  display: inline-block;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper span.label {
  font-size: 16px;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #a29253;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .price-input-wrapper {
  display: inline-block;
  margin: 0 4px;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .price-input-wrapper input {
  width: 75px;
  height: 35px;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .check-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f5f4ee;
  position: relative;
  top: 5px;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .check-box .fa-check {
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: 2px;
  display: none;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper.current .check-box {
  background-color: #ffffff;
}
.filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper.current .check-box .fa-check {
  display: inline-block;
}
.filter-list > li div.ulcontainer .price-control-wrapper.case-diameter-control-wrapper .range-wrapper .price-input-wrapper {
  margin: 0;
}
.filter-list > li div.ulcontainer .price-control-wrapper.case-diameter-control-wrapper .range-wrapper .price-input-wrapper input {
  width: 65px;
}
.filter-list > li div.ulcontainer .close-dropdown {
  width: 14px;
  height: 12px;
  background-position: 0 -525px;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  margin: 10px;
  padding: 1px 0;
  cursor: pointer;
}
.filter-list > li div.ulcontainer li {
  display: block;
  padding: 0px 15px;
  font-size: 0;
  cursor: pointer;
}
.filter-list > li div.ulcontainer li:hover {
  background-color: #f5f4ee;
}
.filter-list > li div.ulcontainer li:hover a span {
  background-color: #ffffff;
}
.filter-list > li div.ulcontainer a {
  font-size: 14px;
  font-family: "helvetica-light";
  line-height: 34px;
  letter-spacing: 0.036em;
  color: #4c4d4f;
}
.filter-list > li div.ulcontainer a:hover {
  text-decoration: none;
}
.filter-list > li div.ulcontainer a span {
  float: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f5f4ee;
  margin-top: 7px;
}
.filter-list > li div.ulcontainer a span .fa-check {
  position: relative;
  top: -7px;
  right: -3px;
  display: none;
}
.filter-list > li div.ulcontainer li.activeCkd span {
  background-color: #ffffff;
}
.filter-list > li div.ulcontainer li.activeCkd span .fa-check {
  display: inline-block;
}
.filter-list > li div.ulcontainer li.disabled a {
  font-style: italic;
  color: #bdbdbd;
}

.filter-optList {
  clear: both;
  max-height: 220px;
}
.filter-optList .mCSB_scrollTools {
  width: 30px !important;
}
.filter-optList .mCSB_scrollTools .mCSB_dragger_bar {
  width: 8px;
  background-color: #4c4d4f;
}
.filter-optList .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.fltr-AppliedBox {
  padding: 15px 0 10px;
  max-width: 1200px;
  margin: auto;
}
.fltr-AppliedBox.hide-filter-box {
  display: none;
}
.fltr-AppliedBox .label {
  float: left;
  width: 15%;
  display: none;
}
.fltr-AppliedBox .toolbar-Box, .fltr-AppliedBox .pager-container {
  display: inline-block;
  clear: none;
  width: 23%;
  float: right;
  padding: 0px;
}

.fltr-Applied {
  display: inline-block;
}
.fltr-Applied li {
  display: inline-block;
  font-size: 10px;
  margin-left: 20px;
  -webkit-transition: background-color  0.3s ease-out;
  -moz-transition: background-color  0.3s ease-out;
  -o-transition: background-color  0.3s ease-out;
  transition: background-color 0.3s ease-out;
  padding: 3px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 5px;
}
.fltr-Applied li label, .fltr-Applied li a {
  display: inline-block;
  font-size: 10px;
  font-family: "presicav_light";
  font-weight: normal;
  background: none;
  border: none;
  padding: 0;
}
.fltr-Applied li a {
  padding-left: 8px;
}
.fltr-Applied li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.fltr-Applied li a.btn-remove {
  width: 12px;
  height: 12px;
  background: url("/media/additem/images/close_icon_gold.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  margin-top: 4px;
  margin-left: 4px;
}
.fltr-Applied .clearApplied {
  background: none;
}
.fltr-Applied .clearApplied a {
  color: #a29253;
}

@media only screen and (max-width: 1024px) {
  .reFineClear {
    width: 15%;
  }

  .filterBox {
    width: 85%;
  }

  .fltr-AppliedBox .label {
    width: 20%;
  }
}
.brand_banner {
  width: 100%;
  max-width: 1280px;
  min-height: 439px;
  position: relative;
  margin: 0 auto 50px;
}
.brand_banner .brand_banner_img {
  width: 845px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.brand_banner .brand_pattern {
  width: 100%;
  background: url(/media/additem/images/brand_banner_pattern.png) no-repeat 0 0;
  position: absolute;
  height: 155px;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.brand_banner .brand_content {
  width: 435px;
  min-height: 439px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(151, 134, 68, 0.9);
  color: white;
  padding: 20px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.brand_banner .brand_content .brand_logo {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "presicav_light";
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
}
.brand_banner .brand_content p {
  width: 100%;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 24px;
}

.banner_block_2 {
  width: 100%;
  background: #f5f4ee;
  padding: 40px;
  margin-bottom: 40px;
  display: block;
}
.banner_block_2 .block_wrap {
  background: #fff;
  display: inline-block;
  width: 100%;
}
.banner_block_2 .block_wrap .block_2_img {
  width: 599px;
  height: 330px;
  float: right;
  display: block;
}
.banner_block_2 .block_wrap .block_2_img img {
  width: 100%;
}
.banner_block_2 .block_wrap .block_content {
  width: 485px;
  float: left;
  display: block;
  margin: 45px;
}
.banner_block_2 .block_wrap .block_content h3 {
  font-size: 36px;
  font-family: "helvetica-light";
  color: #4c4d4f;
  font-weight: 400;
  width: 100%;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.banner_block_2 .block_wrap .block_content .block_date {
  width: 100%;
  float: left;
  font-size: 16px;
  font-family: "helvetica_oblique";
  color: #4c4d4f;
  margin-bottom: 65px;
  letter-spacing: 1px;
}
.banner_block_2 .block_wrap .block_content .block_date .highlight {
  color: #a29253;
}
.banner_block_2 .block_wrap .block_content p {
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
  font-family: "helvetica-light";
}
.banner_block_2 .block_wrap .block_content .read_more {
  font-family: "presicav_light";
  color: #a29253;
  font-size: 12px;
  letter-spacing: 2px;
}

.banner_block {
  width: 1200px;
  height: 215px;
  display: block;
  margin: 0 auto;
  margin-top: -45px;
}
.banner_block li {
  width: 384px;
  text-align: center;
  height: 100%;
  position: relative;
  display: inline-block;
}
.banner_block li img {
  width: 100%;
  height: auto;
}
.banner_block li h4 {
  color: #a29253;
  font-family: "presicav_light";
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.banner_block li h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.banner_block .center_block {
  margin: 0 19px;
}
.banner_block .block_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 145px;
}

.toolbar-Box, .pager-container {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  text-align: right;
}
section.contentWrapper:not(.boutiqueContent) .toolbar-Box .pages, section.contentWrapper:not(.boutiqueContent) .pager-container .pages {
  padding: 20px 0;
}
.toolbar-Box .pagination-list li, .pager-container .pagination-list li {
  cursor: pointer;
  display: inline-block;
  font-family: "presicav_light";
  font-size: 13px;
  line-height: 20px;
  padding: 4px;
}
.toolbar-Box .pagination-list li:hover, .pager-container .pagination-list li:hover {
  background-color: #eceadd;
}
.toolbar-Box .pagination-list li a, .pager-container .pagination-list li a {
  color: #4c4d4f;
  cursor: pointer;
  padding: 0 3px;
  display: inline-block;
}
.toolbar-Box .pagination-list li.current a, .pager-container .pagination-list li.current a {
  color: #a29253;
}
.toolbar-Box .pagination-list li.current:hover, .pager-container .pagination-list li.current:hover {
  background: none;
}
.toolbar-Box .pagination-list li .previous, .toolbar-Box .pagination-list li .next, .pager-container .pagination-list li .previous, .pager-container .pagination-list li .next {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  position: relative;
  top: 2px;
}
.toolbar-Box .pagination-list li .previous, .pager-container .pagination-list li .previous {
  background: url(/media/additem/images/pagination_arrow.png) no-repeat 0 0;
}
.toolbar-Box .pagination-list li .next, .pager-container .pagination-list li .next {
  background: url(/media/additem/images/pagination_arrow.png) no-repeat -13px 0;
}
.toolbar-Box .pagination-list li.next:hover, .toolbar-Box .pagination-list li.previous:hover, .pager-container .pagination-list li.next:hover, .pager-container .pagination-list li.previous:hover {
  background: none;
}
.toolbar-Box.bottom .pager .pages, .pager-container.bottom .pager .pages {
  border-top: 1px solid #dad3ba;
  padding: 20px 0 0;
  margin-bottom: 20px;
}

section.boutiqueContent {
  /**
   * Checkboxes for all the filter menu dropdowns
   * ----
   * There are multiple states instead of a proper CSS structure
   * because of the way the HTML and JS is designed (it modifies
   * a grandparent's CSS class instead of the checkbox's class
   */
  /**
   * Label for filter items
   */
}
section.boutiqueContent .filter-list > li label .plus-icon, section.boutiqueContent .reFineClear label.rftitle .plus-icon, section.boutiqueContent .reFineClear .fltr-AppliedBox label.label .plus-icon, .fltr-AppliedBox section.boutiqueContent .reFineClear label.label .plus-icon, section.boutiqueContent .reFineClear .fltr-Applied li label .plus-icon, .fltr-Applied li section.boutiqueContent .reFineClear label .plus-icon {
  background: none;
}
section.boutiqueContent .filter-list > li label .plus-icon:before, section.boutiqueContent .reFineClear label.rftitle .plus-icon:before, section.boutiqueContent .reFineClear .fltr-AppliedBox label.label .plus-icon:before, .fltr-AppliedBox section.boutiqueContent .reFineClear label.label .plus-icon:before, section.boutiqueContent .reFineClear .fltr-Applied li label .plus-icon:before, .fltr-Applied li section.boutiqueContent .reFineClear label .plus-icon:before {
  color: #ffffff;
}
section.boutiqueContent .filter-list > li label.dropdownShow, section.boutiqueContent .reFineClear label.dropdownShow.rftitle, section.boutiqueContent .reFineClear .fltr-AppliedBox label.dropdownShow.label, .fltr-AppliedBox section.boutiqueContent .reFineClear label.dropdownShow.label, section.boutiqueContent .reFineClear .fltr-Applied li label.dropdownShow, .fltr-Applied li section.boutiqueContent .reFineClear label.dropdownShow {
  background: #fff;
  color: #333333;
  z-index: 6;
  border-top-color: #DEDEDE;
  border-left-color: #DEDEDE;
  border-right-color: #DEDEDE;
  border-bottom: 1px solid #fff;
}
section.boutiqueContent .filter-list > li label.dropdownShow .plus-icon, section.boutiqueContent .reFineClear label.dropdownShow.rftitle .plus-icon, section.boutiqueContent .reFineClear .fltr-AppliedBox label.dropdownShow.label .plus-icon, .fltr-AppliedBox section.boutiqueContent .reFineClear label.dropdownShow.label .plus-icon, section.boutiqueContent .reFineClear .fltr-Applied li label.dropdownShow .plus-icon, .fltr-Applied li section.boutiqueContent .reFineClear label.dropdownShow .plus-icon {
  background: none;
}
section.boutiqueContent .filter-list > li label.dropdownShow .plus-icon:before, section.boutiqueContent .reFineClear label.dropdownShow.rftitle .plus-icon:before, section.boutiqueContent .reFineClear .fltr-AppliedBox label.dropdownShow.label .plus-icon:before, .fltr-AppliedBox section.boutiqueContent .reFineClear label.dropdownShow.label .plus-icon:before, section.boutiqueContent .reFineClear .fltr-Applied li label.dropdownShow .plus-icon:before, .fltr-Applied li section.boutiqueContent .reFineClear label.dropdownShow .plus-icon:before {
  color: #333333;
  -webkit-transform: scale(1.5, -1);
  -moz-transform: scale(1.5, -1);
  -ms-transform: scale(1.5, -1);
  -o-transform: scale(1.5, -1);
  transform: scale(1.5, -1);
}
section.boutiqueContent .filter-list > li div.ulcontainer, section.boutiqueContent .reFineClear .sortByList {
  border: 1px solid #DEDEDE;
}
section.boutiqueContent .filter-list > li div.ulcontainer li, section.boutiqueContent .reFineClear .sortByList li {
  border-bottom: 1px solid #DEDEDE;
}
section.boutiqueContent .filter-list > li div.ulcontainer li.activeCkd a span, section.boutiqueContent .reFineClear .sortByList li.activeCkd a span {
  cursor: pointer;
  background: none;
  border: none;
}
section.boutiqueContent .filter-list > li div.ulcontainer li.activeCkd a span .fa.fa-check, section.boutiqueContent .reFineClear .sortByList li.activeCkd a span .fa.fa-check {
  color: #4c4d4f;
}
section.boutiqueContent .filter-list > li div.ulcontainer li a span, section.boutiqueContent .reFineClear .sortByList li a span {
  cursor: pointer;
  background-color: #DEDEDE;
  border: 1px solid #D3D3D3;
}
section.boutiqueContent .filter-list > li div.ulcontainer li a span .fa.fa-check, section.boutiqueContent .reFineClear .sortByList li a span .fa.fa-check {
  color: #4c4d4f;
}
section.boutiqueContent .filter-list > li div.ulcontainer li.selected, section.boutiqueContent .reFineClear .sortByList li.selected {
  background-color: #f5f4ee;
}
section.boutiqueContent .filter-list > li div.ulcontainer li:hover, section.boutiqueContent .reFineClear .sortByList li:hover {
  background-color: #DEDEDE;
}
section.boutiqueContent .filter-list > li div.ulcontainer li:last-of-type, section.boutiqueContent .reFineClear .sortByList li:last-of-type {
  border-bottom: none;
}
section.boutiqueContent .nav-row {
  border-top: 1px solid #EAEAEA;
  margin-top: 0;
}
section.boutiqueContent .nav-row.pager-hidden.filters-hidden {
  border-top: none;
}
section.boutiqueContent .nav-row.filters-hidden:not(.pager-hidden) {
  margin-top: 4em;
}
section.boutiqueContent .nav-row.pager-hidden:not(.filters-hidden) {
  margin-top: 0;
}
section.boutiqueContent .listFilter {
  position: relative;
}
section.boutiqueContent .listFilter .filter-options.web.row {
  background: #333333;
  color: #ffffff;
  margin: auto;
}
section.boutiqueContent .listFilter .filter-options.web.row .opt-wrapper {
  text-align: center;
}
section.boutiqueContent .listFilter .filter-options.web.row .opt-wrapper .filterBox {
  display: inline-block;
  float: none;
  text-align: left;
  width: auto;
}
section.boutiqueContent .listFilter .fltr-AppliedBox {
  padding: 10px 0 0;
}
section.boutiqueContent .listFilter .fltr-AppliedBox ul.fltr-Applied {
  display: block;
  padding-top: 1px;
}
section.boutiqueContent .listFilter .fltr-AppliedBox ul.fltr-Applied li {
  margin: 0 3em 0 0;
  padding: 0.3em 0.3em 1em 0.3em;
}
section.boutiqueContent .listFilter .fltr-AppliedBox label.label {
  cursor: default;
  display: inline-block;
  margin-right: 2em;
  padding: 0.3em;
  width: auto;
}
section.boutiqueContent .listFilter .fltr-AppliedBox .clearApplied a {
  border: 1px solid rgba(245, 244, 238, 0);
  color: #4c4d4f;
  cursor: pointer;
  display: block;
  font-family: "presicav_regular";
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 20px;
  padding: 14px 15px 13px;
  position: relative;
  display: inline-block;
  padding: 0.3em;
}
section.boutiqueContent .listFilter .fltr-AppliedBox .clearApplied a .plus-icon {
  background: none;
}
section.boutiqueContent .listFilter .fltr-AppliedBox .clearApplied a .plus-icon:before {
  content: 'V';
  color: none;
  display: inline-block;
  font-family: "presicav_light";
  margin-left: 1em;
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
}
section.boutiqueContent .listFilter .fltr-AppliedBox .clearApplied a.dropdownShow {
  background-color: #fff;
  border-top-color: rgba(162, 146, 83, 0.7);
  border-left-color: rgba(162, 146, 83, 0.7);
  border-right-color: rgba(162, 146, 83, 0.7);
  border-bottom-color: #fff;
  z-index: 6;
}
section.boutiqueContent .listFilter .fltr-AppliedBox .clearApplied a.dropdownShow .plus-icon {
  background: none;
}
section.boutiqueContent .listFilter .fltr-AppliedBox .clearApplied a.dropdownShow .plus-icon:before {
  -webkit-transform: scale(1.5, -1);
  -moz-transform: scale(1.5, -1);
  -ms-transform: scale(1.5, -1);
  -o-transform: scale(1.5, -1);
  transform: scale(1.5, -1);
}
section.boutiqueContent .listFilter .fltr-AppliedBox label.label, section.boutiqueContent .listFilter .fltr-AppliedBox .fltr-Applied label, section.boutiqueContent .listFilter .fltr-AppliedBox .clearApplied a {
  color: #333333;
  font-family: "presicav_regular";
}
section.boutiqueContent .filter-list > li label {
  color: inherit;
}
section.boutiqueContent .filter-list > li div.ulcontainer .close-dropdown {
  display: none;
}
section.boutiqueContent .filter-list > li div.ulcontainer .filter-optList {
  padding-top: 1em;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input {
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  color: #666666;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input::-webkit-input-placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-style: normal;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #EAEAEA;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input:-moz-placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: normal;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #EAEAEA;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input::-moz-placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: normal;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #EAEAEA;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input:-ms-input-placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #EAEAEA;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input::placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input::placeholder {
  font-style: normal;
  font-family: "helvetica-light";
  letter-spacing: 0.036em;
  color: #EAEAEA;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input:focus::-webkit-input-placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: transparent;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input:focus:-moz-placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input:focus::-moz-placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input:focus:-ms-input-placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper input:focus::placeholder, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper input:focus::placeholder {
  color: transparent;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .check-box, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper .range-wrapper .check-box {
  cursor: pointer;
  background-color: #DEDEDE;
  border: 1px solid #D3D3D3;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper .check-box .fa.fa-check, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper .range-wrapper .check-box .fa.fa-check {
  color: #4c4d4f;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper.current .check-box, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper .range-wrapper.current .check-box {
  cursor: pointer;
  background: none;
  border: none;
}
section.boutiqueContent .filter-list > li div.ulcontainer .price-control-wrapper .range-wrapper.current .check-box .fa.fa-check, section.boutiqueContent .filter-list > li div.ulcontainer .brand-control-wrapper .range-wrapper.current .check-box .fa.fa-check {
  color: #4c4d4f;
}
section.boutiqueContent .mCS-clp-scroll-bar.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #EAEAEA;
}
section.boutiqueContent .reFineClear #current-sort-order {
  margin-left: 0.5em;
}
section.boutiqueContent .reFineClear label.rftitle, section.boutiqueContent .reFineClear .fltr-AppliedBox label.label, .fltr-AppliedBox section.boutiqueContent .reFineClear label.label, section.boutiqueContent .reFineClear .fltr-Applied li label, .fltr-Applied li section.boutiqueContent .reFineClear label {
  color: #a29253;
  font-family: "presicav_bold";
  width: 100%;
}
section.boutiqueContent .reFineClear label.rftitle .plus-icon:before, section.boutiqueContent .reFineClear .fltr-AppliedBox label.label .plus-icon:before, .fltr-AppliedBox section.boutiqueContent .reFineClear label.label .plus-icon:before, section.boutiqueContent .reFineClear .fltr-Applied li label .plus-icon:before, .fltr-Applied li section.boutiqueContent .reFineClear label .plus-icon:before {
  color: #a29253;
}
section.boutiqueContent .reFineClear label.rftitle.dropdownShow, section.boutiqueContent .reFineClear .fltr-AppliedBox label.dropdownShow.label, .fltr-AppliedBox section.boutiqueContent .reFineClear label.dropdownShow.label, section.boutiqueContent .reFineClear .fltr-Applied li label.dropdownShow, .fltr-Applied li section.boutiqueContent .reFineClear label.dropdownShow {
  color: #a29253;
}
section.boutiqueContent .reFineClear label.rftitle.dropdownShow .plus-icon:before, section.boutiqueContent .reFineClear .fltr-AppliedBox label.dropdownShow.label .plus-icon:before, .fltr-AppliedBox section.boutiqueContent .reFineClear label.dropdownShow.label .plus-icon:before, section.boutiqueContent .reFineClear .fltr-Applied li label.dropdownShow .plus-icon:before, .fltr-Applied li section.boutiqueContent .reFineClear label.dropdownShow .plus-icon:before {
  color: #a29253;
}
section.boutiqueContent .reFineClear .sortByList {
  width: 100%;
}
section.boutiqueContent .breadcrumbs {
  display: inline-block;
}
section.boutiqueContent .filters-hidden .pager-container.top, section.boutiqueContent .filters-hidden .toolbar-Box.top {
  top: -6.5em;
}
section.boutiqueContent .pager-container.top, section.boutiqueContent .toolbar-Box.top {
  display: inline-block;
  position: relative;
  top: -7.5em;
  right: 0;
  padding: 0;
  width: auto;
  float: right;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list {
  display: inline-block;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li {
  width: 3em;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8em;
  margin-right: 1em;
  text-align: center;
  padding: 0.01em 0.2em;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li a, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li a {
  color: #333333;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li:not(.current):not(.next):not(.previous):hover, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li:not(.current):not(.next):not(.previous):hover {
  background: #DEDEDE;
  border: none;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li:not(.current):not(.next):not(.previous):hover a, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li:not(.current):not(.next):not(.previous):hover a {
  color: #333333;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li.current, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li.current {
  background: #333333;
  border: 1px solid #666666;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li.current a, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li.current a {
  color: #ffffff;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li.current:hover, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li.current:hover {
  background: #333333;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li:last-of-type, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li:last-of-type {
  margin-right: 0;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li .previous, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li .previous {
  background: url(/media/additem/images/pagination_arrow_CCCCCC.png) no-repeat 0 0;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li .next, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li .next {
  background: url(/media/additem/images/pagination_arrow_CCCCCC.png) no-repeat 0 0;
}
section.boutiqueContent .pager-container .pager .pages .pagination-list li.next:hover, section.boutiqueContent .pager-container .pager .pages .pagination-list li.previous:hover, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li.next:hover, section.boutiqueContent .toolbar-Box .pager .pages .pagination-list li.previous:hover {
  background: none;
}
section.boutiqueContent .pager-container .view-all, section.boutiqueContent .toolbar-Box .view-all {
  display: inline-block;
  cursor: pointer;
  font-family: "presicav_bold";
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin-left: 1em;
}
@media (max-width: 1024px) {
  section.boutiqueContent .reFineClear {
    width: auto;
  }
}
@media (max-width: 800px) {
  section.boutiqueContent {
    top: 23px;
  }
  section.boutiqueContent section.top-section {
    display: table;
    width: 100%;
  }
  section.boutiqueContent section.top-section .nav-row {
    display: none;
  }
  section.boutiqueContent .listFilter {
    padding: 0;
    width: 100%;
    top: 59px;
    margin-bottom: 6em;
  }
  section.boutiqueContent .listFilter .filter-options.mob {
    padding: 0;
  }
  section.boutiqueContent .listFilter .filter-options.mob.row {
    background: #333333;
    margin: auto;
  }
  section.boutiqueContent .listFilter .filter-options.mob.row .reFineClear {
    padding: 1em 0;
    top: 0;
  }
  section.boutiqueContent .listFilter .filter-options.mob.row .reFineClear a, section.boutiqueContent .listFilter .filter-options.mob.row .reFineClear .sortBy .sortBynavSelect {
    color: #ffffff;
  }
  section.boutiqueContent .listFilter .filter-options.mob.row .reFineClear .filterBy {
    border-right: 1px solid #999999;
  }
  section.boutiqueContent .toolbar-Box .pager, section.boutiqueContent .pager-container .pager {
    text-align: center;
  }
  section.boutiqueContent .pager-container.top {
    display: none;
  }
  section.boutiqueContent .breadcrumbs {
    display: none;
  }
  section.boutiqueContent .reFineClear.desktop {
    display: none;
  }
}

@media (max-width: 800px) {
  body.cms-brand section.boutiqueContent .bodyContent.main-container, body.catalog-category-view section.boutiqueContent .bodyContent.main-container {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 800px) {
  body.boutique-category .contentWrapper.content-preview {
    top: 0;
    margin-top: 0;
  }
}
body.boutique-category .contentWrapper.content-preview .bodyContent.main-container {
  width: 100%;
  margin: 0;
}
body.boutique-category .contentWrapper.content-preview .bodyContent.main-container .top-section {
  display: table;
  width: 100%;
}
body.boutique-category .contentWrapper.content-preview .content-container {
  border-top: 1px solid #EAEAEA;
  padding-top: 2em;
}
@media (max-width: 800px) {
  body.boutique-category .contentWrapper.content-preview .content-container {
    border-top: none;
  }
}
body.boutique-category .contentWrapper.content-preview .content-container .top-section {
  margin-bottom: 1.5em;
}

/* =============================================== *
 * Styles for the root of category pages
 * ---------------------------------------------
 * Note that for boutique, the Designer and Editorial
 * pages are also considered "category" pages,
 * though use slightly different Magento templates
 * =============================================== */
/* All categories
 -------------------------- */
footer.boutique-footer {
  position: relative;
  top: 213px;
}
@media (max-width: 800px) {
  footer.boutique-footer {
    top: 70px;
  }
}

/* Catalogsearch-specific
 -------------------------- */
@media (max-width: 800px) {
  .catalogsearch-result-index section.boutiqueContent {
    margin-bottom: 0;
  }
}
.catalogsearch-result-index section.boutiqueContent .listProContainer {
  min-height: 0;
}

.web {
  display: block;
}
@media screen and (max-width: 800px) {
  .web {
    display: none;
  }
}

.mob {
  display: none;
}
@media screen and (max-width: 800px) {
  .mob {
    display: block;
  }
}

.mob_text {
  display: none;
}

.boutique-title {
  font-size: 26px;
  line-height: 30px;
  font-family: "lmroman12-italic";
  letter-spacing: 0.2em;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1366px) {
  .boutique-title {
    font-size: 23px;
    line-height: 28px;
  }
}
@media screen and (max-width: 800px) {
  .boutique-title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .boutique-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .boutique-title {
    margin-bottom: 15px;
  }
}

.boutique-text {
  font-family: "helvetica-light";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.020em;
  color: #4c4d4f;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1366px) {
  .boutique-text {
    margin-bottom: 30px;
  }
}

.boutique-button {
  text-align: center;
}
.boutique-button a {
  font-family: "presicav_bold";
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #333333;
  cursor: pointer;
  padding: 15px 40px;
  border: 1px solid #a29253;
  text-transform: uppercase;
  display: inline-block;
  min-width: 260px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.boutique-button a:hover {
  color: #fff;
  background: #a29253;
}
.boutique-button.centered {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .boutique-button a {
    min-width: 0;
    padding: 14px 40px;
  }
}

.boutique-block-header {
  font-family: "presicav_bold";
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 0;
  position: relative;
  margin-bottom: 5px;
}
.boutique-block-header span.line {
  display: inline-block;
  height: 1px;
  background: #a29253;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
.boutique-block-header span.line.down {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 800px) {
  .boutique-block-header {
    font-size: 10px;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .boutique-block-header span.line {
    display: none;
  }
}

.boutique-pdp-block-header .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  overflow: hidden;
  display: table !important;
  overflow: hidden;
  white-space: nowrap;
}
.boutique-pdp-block-header .title:before, .boutique-pdp-block-header .title:after {
  border-top: 1px solid #a29253;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.55em;
  width: 45%;
}
.boutique-pdp-block-header .title:before {
  right: 1.5%;
}
.boutique-pdp-block-header .title:after {
  left: 1.5%;
}
.boutique-pdp-block-header .title:before {
  width: 22%;
  right: 5%;
}
.boutique-pdp-block-header .title:after {
  width: 22%;
  left: 5%;
}
@media screen and (max-width: 800px) {
  .boutique-pdp-block-header .title {
    margin-bottom: 40px;
  }
  .boutique-pdp-block-header .title:before {
    top: 0.65em;
    right: 2%;
  }
  .boutique-pdp-block-header .title:after {
    top: 0.65em;
    left: 2%;
  }
}

.slick-slider ul.slick-dots {
  bottom: 24px;
}
.slick-slider ul.slick-dots li {
  width: 40px;
  height: 24px;
  margin: 0 8px;
}
.slick-slider ul.slick-dots li button {
  width: 40px;
  height: 5px;
  padding: 20px;
}
.slick-slider ul.slick-dots li button::before {
  background: #fff;
  opacity: 1;
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 5px;
  margin-top: 18px;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.slick-slider ul.slick-dots li.slick-active button::before {
  background: #a29253;
}

@media screen and (max-width: 480px) {
  .slick-slider ul.slick-dots {
    bottom: 10px !important;
  }
  .slick-slider ul.slick-dots li {
    width: 30px;
    height: 3px;
    margin: 0 4px;
  }
  .slick-slider ul.slick-dots li button {
    width: 30px;
    height: 3px;
  }
  .slick-slider ul.slick-dots li button:before {
    width: 30px;
    height: 3px;
  }
}
.bg-grey {
  background-color: #F0F0F0;
}

.boutique-block {
  background-size: cover;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
.boutique-block .section-row {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 85%;
}
.boutique-block .section-row.row-tabular {
  max-width: none;
  width: 100%;
  display: table;
}
.boutique-block .section-row.row-tabular .section-col {
  display: table-cell;
  width: 50%;
}
.boutique-block .section-row.row-tabular .section-col.left, .boutique-block .section-row.row-tabular .section-col.right {
  float: none;
}
.boutique-block .section-col {
  width: 50%;
}
.boutique-block .section-col.left {
  float: left;
}
.boutique-block .section-col.right {
  float: right;
}
.boutique-block .col-image {
  position: relative;
}
.boutique-block .col-image img {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  min-width: 270px;
  width: 66%;
}
.boutique-block .col-text {
  float: none;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.boutique-block .col-text.right {
  float: none;
  right: 0;
}
.boutique-block .col-text .boutique-title, .boutique-block .col-text .boutique-text {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .boutique-block {
    width: 100%;
  }
  .boutique-block .section-row {
    width: 100%;
  }
  .boutique-block .section-col {
    width: 100%;
  }
  .boutique-block .col-image {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .boutique-block .col-image img {
    width: 100%;
    margin-top: 0;
    max-width: 290px;
  }
  .boutique-block .col-text {
    width: 100%;
    height: auto;
    position: static;
    margin-bottom: 20px;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.featured-item-wrapper {
  width: 100%;
  margin: 0 auto;
}
.featured-item-wrapper .featured-item {
  display: inline-block;
  width: 33%;
  float: left;
  text-align: center;
}
.featured-item-wrapper .featured-item .featured-img {
  width: 75%;
  max-width: 350px;
  min-width: 200px;
  margin: 0 auto 20px;
}
.featured-item-wrapper .featured-item .featured-text {
  font-family: "lmroman12-regular";
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .featured-item-wrapper .featured-item .featured-text {
    font-size: 23px;
    line-height: 28px;
  }
}
@media screen and (max-width: 800px) {
  .featured-item-wrapper {
    margin-bottom: 50px;
  }
  .featured-item-wrapper .featured-item {
    width: 100%;
  }
  .featured-item-wrapper .featured-item .featured-img {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 10px;
  }
  .featured-item-wrapper .featured-item .featured-text {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

table.glossary {
  font-family: presicav_light;
  box-shadow: 0 0 1px #888;
}
table.glossary caption {
  padding: 1em 0;
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}
table.glossary th, table.glossary td {
  padding: 2rem;
  font-size: 14px;
  line-height: 22px;
}
table.glossary th, table.glossary td:first-child {
  letter-spacing: .1em;
  font-weight: lighter;
}
table.glossary th:first-child {
  width: 30%;
}
table.glossary th {
  border-bottom: 1px solid #ddd;
}
table.glossary th:first-child, table.glossary td:first-child {
  border-right: 1px solid #ddd;
}
table.glossary td:first-child {
  font-size: 10px;
}
table.glossary td:last-child {
  font-family: helvetica;
}
table.glossary tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}

@media screen and (max-width: 800px) {
  table.glossary th, table.glossary td {
    padding: 1rem;
  }
  table.glossary th:first-child {
    width: 20%;
  }
}
.tf-tab-container {
  padding: 20px;
}
.tf-tab-container ul.tf-tab-index {
  width: 20%;
  float: left;
  padding-top: 1rem;
}
.tf-tab-container ul.tf-tab-index li {
  line-height: 2em;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 10px;
  font-family: presicav_light;
}
.tf-tab-container ul.tf-tab-index li a {
  color: #4c4d4f;
  text-decoration: none;
}
.tf-tab-container ul.tf-tab-index li.current a {
  font-family: presicav_bold;
  border-bottom: 2px solid #a29253;
}
.tf-tab-container div.tf-tab-page {
  margin-left: 20%;
}

@media screen and (max-width: 800px) {
  .tf-tab-container ul.tf-tab-index {
    display: none;
    width: 100%;
    float: none;
  }
  .tf-tab-container div.tf-tab-page {
    margin-left: 0;
  }
}
.full-bleed-banner {
  height: 230px;
  position: relative;
  background-color: #333;
}
.full-bleed-banner div.image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
}
.full-bleed-banner div.title {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: lmroman12-italic;
  font-size: 2.25rem;
  letter-spacing: .25em;
  font-weight: normal;
}

@media screen and (max-width: 800px) {
  .full-bleed-banner div.title {
    font-size: 2rem;
  }
}

.page-footer{ display: none; }
.copyright{ display: none; }
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
