/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/uniform/images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/uniform/images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/uniform/images/bg-input.png") repeat-x 0 0;
  outline: 0; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background: url("https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/uniform/images/bg-input-focus.png") repeat-x 0 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  line-height: 26px;
  height: 33px;
  position: relative;
  overflow: hidden; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
    padding: 0 25px 0 11px;
    cursor: pointer;
    width: 100%;
    position: relative;
    border: 1px solid #cecece;
    border-radius: 4px;
    height: 32px;
    background: #fff;
  }
  div.selector span:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92a";
    display: block;
    position: absolute;
    right: 12px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8ea0aa;
  }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0px;
     }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
    div.checker span.checked {
      background-position: -76px -260px; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -19px -260px; }
    div.checker.active span.checked {
      background-position: -95px -260px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -38px -260px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -114px -260px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -57px -260px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -133px -260px; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: -152px -260px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -171px -260px; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px; }
    div.radio span.checked {
      background-position: -72px -279px; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    background-position: -18px -18px -279px; }
    div.radio.active span.checked {
      background-position: -90px -279px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -36px -36px -279px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -108px -279px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -437px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -493px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;

  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;

  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
div.selector {font-size: 12px; }
div.selector span {
  color: #4A4A4A;
  font-family: 'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;;
  font-size: 14px;
  padding: 0 25px 0 11px;
}
  div.selector select {
    font-family: 'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;;
    font-size: 14px; }
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader span.action {
  text-shadow: white 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }
div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }

#aw-onestepcheckout-address-shipping div.selector,
#aw-onestepcheckout-address-billing div.selector,
#aw-onestepcheckout-shipping-address-list div.selector,
#uniform-authorizenet_expiration,
#uniform-ccsave_expiration{
        width: auto !important;
        display: block;
}
#aw-onestepcheckout-address-shipping div.selector span,
#aw-onestepcheckout-address-billing div.selector span,
#aw-onestepcheckout-shipping-address-list div.selector span,
#uniform-ccsave_cc_type span,
#uniform-authorizenet_cc_type span,
.v-fix span {
        width: auto !important;
}
#uniform-authorizenet_cc_type,
#uniform-ccsave_cc_type {
    width: 98.3% !important;
}

#uniform-authorizenet_expiration_yr,
#uniform-ccsave_expiration_yr {
    width: 85px !important;
}

.aw-onestepcheckout-index-index div.selector,
.aw-onestepcheckout-index-index div.selector span {
    height: 38px;
    line-height: 33px;
}
.aw-onestepcheckout-index-index div.selector select {
    height: 38px;
    margin-top: 0;
}
#authorizenet_cc_type_exp_div .v-fix,
#payment_form_ccsave .v-fix {
    width: 36%;
}
.catalogsearch-result-index .sorter div.selector,
.catalog-category-view .sorter div.selector {
  float: left;
}
.catalog-product-view  div.selector select {
  height: 38px;
}
.catalog-product-view  div.selector,
.catalog-product-view  div.selector span {
  height: 38px;
  line-height: 33px;
}
.customer-account div.selector,
.customer-account div.selector span {
    max-width: 100%;
}
.customer-account div.selector select {
        margin-top: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/lib/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face{font-family:'Fanwood Text';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/fanwoodtext-italic.woff2') format('woff2'), url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/fanwoodtext-italic.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}@font-face{font-family:'Fanwood Text';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/fanwoodtext-regular.woff2') format('woff2'), url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/fanwoodtext-regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}@font-face{font-family:'Vollkorn';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/Vollkorn-Regular.woff') format('woff'), url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/Vollkorn-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap;}@font-face{font-family:'Vollkorn';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/Vollkorn-Italic.woff') format('woff'), url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/Vollkorn-Italic.ttf') format('truetype');font-weight:normal;font-style:italic;font-display:swap;}@font-face{font-family:'Source Sans Pro';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/sourcesanspro-regular.woff2') format('woff2'), url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/sourcesanspro-regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}@font-face{font-family:'Source Sans Pro';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/sourcesanspro-semibold.woff2') format('woff2'), url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/sourcesanspro-semibold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Source Sans Pro';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/sourcesanspro-bold.woff2') format('woff2'), url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/sourcesanspro-bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}@font-face{font-family:'icomoon';src:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/icomoon.woff2') format('woff2'), url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/fonts/icomoon.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
@charset "UTF-8";.icon-sprite,.ratings .rating-box,.ratings .rating-box .rating,.sorter > .sort-by .sort-by-switcher,.print-block .icon,.product-view .sharing-links li,.product-img-box .link:before,.lb-close,.cms .icon,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.tab-content .std.gem li a:before,.tab-content .skip-link:before,#narrow-by-list .price-range .pointer,#narrow-by-list .price-range .pointer-left,#narrow-by-list .price-range .pointer-right,.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter:before,.cart .message-error .icon,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .icon,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .cvv-what-is-this,.checkout-onepage-success .success-page .icon,.review-summary-table .rating-box .rating-number:after,.ratings-table .rating-box,.ratings-table .rating-box .rating,.slideshow-prev:before,.slideshow-next:before,.neotheme-blog-post-index .link-email-friend,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.neotheme-blog-index-index .read-more:after,.neotheme-blog-category-index .read-more:after{background-image:url(https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/sprite.png);background-repeat:no-repeat;text-indent:-9999px;}/* normalize.css v2.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}a:focus{outline:0;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}*,*:before,*:after{-webkit-box-sizing :border-box;-moz-box-sizing :border-box;box-sizing :border-box;margin:0;padding:0;}html{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-text-size-adjust:100%;}body{background:#fff;color:#000;line-height:1;}html,body,img,fieldset,abbr,acronym{border:0;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}th,code,cite,caption{font-weight:normal;font-style:normal;text-align:left;}address{font-style:normal;}fieldset{margin:0;padding:0;border:0;}img{display:block;}ol,ul{list-style:none;}q:before,q:after{content:'';}input:focus,input[type="search"]:focus{outline-offset:-2px;}input[type="search"]{-webkit-appearance:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}@-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:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#4a4a4a;font-size:14px;line-height:1.5;}a{color:#ac572e;text-decoration:none;}a:hover{text-decoration:underline;}ol,ul{list-style:none;margin:0;padding:0;}h1,.h1{margin:0;margin-bottom:0.7em;color:#39c;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:28px;font-weight:400;font-style:normal;line-height:1.2;text-rendering:optimizeLegibility;text-transform:uppercase;}h2,.h2{margin:0;margin-bottom:0.5em;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:24px;font-weight:400;font-style:normal;line-height:1.2;text-rendering:optimizeLegibility;text-transform:uppercase;}h3,.h3{margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:18px;font-weight:400;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;}h4,.h4{margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:14px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;}h5,.h5{margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:13px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;}h6,.h6{margin:0;margin-bottom:5px;color:#4a4a4a;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:12px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;}.address-list address{margin-bottom:1em;}.availability{margin-bottom:0;font-size:13px;text-transform:uppercase;}.availability .label{display:none;}.availability.in-stock{color:#559194;}.availability.available-soon,.availability.out-of-stock{color:#ac572e;}.availability-only{color:#ac572e;margin-bottom:10px;}.page-title h1,.page-title h2,.product-name h1,.product-name .h1{text-transform:uppercase;font-size:28px;line-height:38px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-weight:normal;letter-spacing:0.04em;color:#688493;border-bottom:1px solid #ededed;padding-bottom:3px;margin-bottom:15px;}@media only screen and (min-width:771px){.page-title h1,.page-title h2,.product-name h1,.product-name .h1{font-size:32px;}}.buttons-set{clear:both;margin:10px 0 0;padding-top:10px;border-top:1px solid #ededed;text-align:right;}.buttons-set p.required{margin:0;margin-left:10px;line-height:33px;float:none;}.buttons-set .back-link{float:left;margin:0;line-height:48px;padding:0 0 0 13px;position:relative;}.buttons-set .back-link a{padding:0 !important;}.buttons-set .back-link:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e920";font-size:14px;position:absolute;left:0;top:50%;transform:translateY(-50%);color:#ac572e;}.buttons-set a:not(.button){line-height:48px;display:inline-block;padding:0 5px;}.buttons-set button.button{float:right;margin-left:5px;min-width:140px;}.buttons-set:after{content:'';display:table;clear:both;}@media only screen and (max-width:479px){.buttons-set .button{float:none;width:100%;margin-left:0;margin-right:0;margin-bottom:7px;}.buttons-set .back-link{display:none;}.buttons-set .required{display:none;}}.block,.col-left-first{margin-bottom:20px;}.block-title{position:relative;padding:10px 0 0;margin-bottom:5px;}.block-title h2,.block-title h3,.block-title strong{margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:14px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;color:#4a4a4a;margin-bottom:0;text-transform:uppercase;font-weight:600;}.block-title small{font-size:100%;font-weight:normal;color:#a0a0a0;}body:not(.customer-account) .block:first-child .block-title{border-top:none;padding-top:0;}.block-subtitle{font-weight:bold;margin-bottom:7px;}.block-content{margin-top:5px;}.block-content.unpad{padding:0;}.block-content li.item{margin:0 0 10px 9px;}.block-content li.item:last-child{margin-bottom:0;}.block .actions{margin:10px 0 0;}.block .actions:after{content:'';display:table;clear:both;}.block .actions a{float:left;}.block .actions .button{float:right;}.button,.cart-table .product-cart-actions .button,#co-shipping-method-form .buttons-set .button{transition:background 0.3s linear 0s;background:#559194;display:inline-block;padding:0 15px;border:0;border-radius:4px;color:#fff;font-size:14px;font-weight:normal;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;line-height:48px;height:48px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;letter-spacing:0.05em;}.button.button-with-arrow,.cart-table .product-cart-actions .button.button-with-arrow,#co-shipping-method-form .buttons-set .button.button-with-arrow{transition:color 0.3s linear 0s;text-decoration:none;white-space:nowrap;transition-property:background, color;}.button.button-with-arrow:after,.cart-table .product-cart-actions .button.button-with-arrow:after,#co-shipping-method-form .buttons-set .button.button-with-arrow:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e916";font-size:10px;margin:0 -20px 0 6px;}.button.button-with-arrow:after,.cart-table .product-cart-actions .button.button-with-arrow:after,#co-shipping-method-form .buttons-set .button.button-with-arrow:after{color:inherit;}.button.button-with-arrow:hover,.cart-table .product-cart-actions .button.button-with-arrow:hover,#co-shipping-method-form .buttons-set .button.button-with-arrow:hover{text-decoration:none;color:#ad562d;}.button.button-with-arrow:hover:after,.cart-table .product-cart-actions .button.button-with-arrow:hover:after,#co-shipping-method-form .buttons-set .button.button-with-arrow:hover:after{transition:color 0.3s linear 0s;color:#ad562d;}.button.button-with-arrow:hover,.cart-table .product-cart-actions .button.button-with-arrow:hover,#co-shipping-method-form .buttons-set .button.button-with-arrow:hover{color:#fff;}.button.button-with-arrow:hover:after,.cart-table .product-cart-actions .button.button-with-arrow:hover:after,#co-shipping-method-form .buttons-set .button.button-with-arrow:hover:after{color:#fff;}.button.button-with-arrow:hover,.cart-table .product-cart-actions .button.button-with-arrow:hover,#co-shipping-method-form .buttons-set .button.button-with-arrow:hover{color:#fff;}.button.button-with-arrow:hover:after,.cart-table .product-cart-actions .button.button-with-arrow:hover:after,#co-shipping-method-form .buttons-set .button.button-with-arrow:hover:after{color:#fff;}.button.button-with-arrow:after,.cart-table .product-cart-actions .button.button-with-arrow:after,#co-shipping-method-form .buttons-set .button.button-with-arrow:after{margin-right:0;}.button:hover,.cart-table .product-cart-actions .button:hover,#co-shipping-method-form .buttons-set .button:hover{background:#4c8184;color:#fff;cursor:pointer;}.button:active,.cart-table .product-cart-actions .button:active,#co-shipping-method-form .buttons-set .button:active{background:#427174;color:#fff;}.button:focus,.cart-table .product-cart-actions .button:focus,#co-shipping-method-form .buttons-set .button:focus{background-color:#427174;outline:none;color:#fff;}.button.btn-transparent-white,.cart-table .product-cart-actions .button.btn-transparent-white,#co-shipping-method-form .buttons-set .button.btn-transparent-white,.button.btn-transparent-blue,.cart-table .product-cart-actions .button.btn-transparent-blue,#co-shipping-method-form .buttons-set .button.btn-transparent-blue{border-style:solid;background:transparent;transition-property:background, color;}.button.btn-transparent-white,.cart-table .product-cart-actions .button.btn-transparent-white,#co-shipping-method-form .buttons-set .button.btn-transparent-white{border-width:2px;border-color:#fff;line-height:45px;}.button.btn-transparent-white:hover,.cart-table .product-cart-actions .button.btn-transparent-white:hover,#co-shipping-method-form .buttons-set .button.btn-transparent-white:hover{background:#fff;color:#8ea0aa;}.button.btn-transparent-white:hover:after,.cart-table .product-cart-actions .button.btn-transparent-white:hover:after,#co-shipping-method-form .buttons-set .button.btn-transparent-white:hover:after{color:#8ea0aa;}.button.btn-transparent-blue,.cart-table .product-cart-actions .button.btn-transparent-blue,#co-shipping-method-form .buttons-set .button.btn-transparent-blue{border-width:1px;border-color:#305b6c;line-height:46px;color:#688493;}.button.btn-transparent-blue:hover,.cart-table .product-cart-actions .button.btn-transparent-blue:hover,#co-shipping-method-form .buttons-set .button.btn-transparent-blue:hover{background:#305b6c;color:#fff;}.button.btn-transparent-blue:hover:after,.cart-table .product-cart-actions .button.btn-transparent-blue:hover:after,#co-shipping-method-form .buttons-set .button.btn-transparent-blue:hover:after{color:#fff;}.view-link{transition:color 0.3s linear 0s;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:0.05em;color:#688493;font-weight:600;font-size:14px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;display:inline-block;vertical-align:top;}.view-link:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e916";font-size:10px;margin:0 -20px 0 6px;}.view-link:after{color:inherit;}.view-link:hover{text-decoration:none;color:#ad562d;}.view-link:hover:after{transition:color 0.3s linear 0s;color:#ad562d;}.view-link:after{margin-right:0;}a.button{text-decoration:none;}a.button:hover{color:#fff;}.button.disabled,.button:disabled{background:#c8c8c8;opacity:0.6;cursor:not-allowed;}.button + .button{margin-left:5px;}.paypal-logo.paypal-after{float:left;}.paypal-after .paypal-or{float:left;}.paypal-or{line-height:34px;margin:0px 10px 5px;}.paypal-after .paypal-button{float:left;}.paypal-button{line-height:0;}.paypal-button img{display:inline;}@media only screen and (max-width:740px){.paypal-or{line-height:20px;}.paypal-logo,.paypal-or,.paypal-button{text-align:center;width:100%;display:block;margin-right:0;margin-left:0;float:none;}}.icon-sprite,.ratings .rating-box,.ratings .rating-box .rating,.sorter > .sort-by .sort-by-switcher,.print-block .icon,.product-view .sharing-links li,.product-img-box .link:before,.lb-close,.cms .icon,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.tab-content .std.gem li a:before,.tab-content .skip-link:before,#narrow-by-list .price-range .pointer,#narrow-by-list .price-range .pointer-left,#narrow-by-list .price-range .pointer-right,.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter:before,.cart .message-error .icon,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .icon,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .cvv-what-is-this,.checkout-onepage-success .success-page .icon,.review-summary-table .rating-box .rating-number:after,.ratings-table .rating-box,.ratings-table .rating-box .rating,.slideshow-prev:before,.slideshow-next:before,.neotheme-blog-post-index .link-email-friend,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.neotheme-blog-index-index .read-more:after,.neotheme-blog-category-index .read-more:after{background-image:url(https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/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,.sorter > .sort-by .sort-by-switcher,.print-block .icon,.product-view .sharing-links li,.product-img-box .link:before,.lb-close,.cms .icon,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.tab-content .std.gem li a:before,.tab-content .skip-link:before,#narrow-by-list .price-range .pointer,#narrow-by-list .price-range .pointer-left,#narrow-by-list .price-range .pointer-right,.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter:before,.cart .message-error .icon,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .icon,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .cvv-what-is-this,.checkout-onepage-success .success-page .icon,.review-summary-table .rating-box .rating-number:after,.ratings-table .rating-box,.ratings-table .rating-box .rating,.slideshow-prev:before,.slideshow-next:before,.neotheme-blog-post-index .link-email-friend,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.neotheme-blog-index-index .read-more:after,.neotheme-blog-category-index .read-more:after{background-image:url(https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/sprite.png);}}.btn-remove,.btn-previous{display:inline-block;width:20px;height:20px;border:1px solid #ededed;text-align:center;font:0/0 a;text-shadow:none;color:transparent;position:relative;}.btn-remove:hover,.btn-previous:hover{background-color:#39c;border-color:#39c;}.btn-remove{transition:color 0.3s linear 0s;font-size:0;line-height:0;border:none;color:#8ea0aa;}.btn-remove:hover{color:#305b6c;text-decoration:none;background:none;}.btn-remove:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e919";font-size:13px;height:20px;line-height:20px;}.btn-previous:after{content:'';position:absolute;width:0;height:0;display:block;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #39c;border-left:none;position:absolute;top:50%;left:50%;margin-left:-2px;margin-top:-4px;}.btn-previous:hover:after{content:'';position:absolute;width:0;height:0;display:block;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #fff;border-left:none;}.main-container{position:relative;max-width:1306px;margin:0 auto;padding:20px 13px 67px;}.footer-before-container .text-section-container{margin:0 auto;max-width:1306px;padding:0 13px 30px;}.footer-before-container .text-section{margin:0;}@media only screen and (min-width:771px){.top-container{max-width:1306px;margin:0 auto;padding:0 13px;}}.global-site-notice{background:#676157;color:#e6e6e6;font-size:11px;}.global-site-notice .notice-inner{padding-left:120px;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;line-height:11px;min-height:40px;padding-top:14.5px;padding-bottom:14.5px;background-image:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/demo-logo.png');background-position:left;background-repeat:no-repeat;}.global-site-notice p{margin-bottom:0;}.promo-msg{color:#688493;text-align:center;margin:10px;text-transform:uppercase;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.success{color:#559194;}.error{color:#ac572e;font-weight:bold;}.notice{color:#e26703;font-weight:bold;}.messages{margin-bottom:21px;}.messages li li{position:relative;margin-bottom:5px;padding:11px 10px 11px 20px;background:#f4f4f4;font-size:16px;border-radius:5px;clear:both;}.messages li li a{color:#4a4a4a;text-decoration:underline;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.messages li li span{display:inline-block;width:90%;color:#4a4a4a;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.messages li li:before{top:50%;left:0;margin-top:-6px;}.messages .error-msg li{color:#000;background-color:#faebe7;}.messages .notice-msg li{color:#000;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:#000;background-color:#e7ebec;border-radius:4px;}.messages .success-msg li:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:24px;height:24px;content:"\e907";display:inline-block;vertical-align:top;margin-top:0;margin-right:7px;border-radius:50%;background:#305b6c;color:#fff;text-align:center;font-size:16px;line-height:24px;}.page-popup{padding:20px;background:#fff;height:auto;}.page-popup .page-title{margin:0 0 10px;}.page-popup h1{margin:0 0 0.5em;}.please-wait{display:inline-block;margin-left:10px;margin-top:5px;line-height:24px;height:24px;white-space:nowrap;}.please-wait img{float:left;margin-right:5px;width:24px;}.price-box{margin:7px 0;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.price-box p{margin-bottom:0;}.price-notice{color:#a0a0a0;}.price-box .price,.price{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;letter-spacing:0.04em;color:#ad562d;}.price-box .price-label{color:#a0a0a0;white-space:nowrap;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.price-box .minimal-price-link{padding-left:1em;color:#688493;display:block;}.price-box .minimal-price-link .label{color:#a0a0a0;}.price-box .old-price,.price-box .special-price{display:inline-block;}.price-box .old-price .price-label,.price-box .special-price .price-label{display:none;}.price-box .old-price .price,.price-box .special-price .price{display:inline-block;}.price-box .old-price .price{color:#a0a0a0;text-decoration:line-through;}.price-box .special-price{color:#688493;padding-left:1em;}.price-box .special-price .price-label{color:#d84d3c;}.price-box .price-excluding-tax,.price-box .price-including-tax{display:block;}span.weee{display:block;}.product-pricing,.tier-prices,.tier-prices-grouped{display:inline-block;padding:4px 8px;background:#fbf4de;border:1px solid #e2d4c7;margin-top:7px;}.product-pricing li,.tier-prices li,.tier-prices-grouped li{font-size:12px;}.product-pricing .benefit,.tier-prices .benefit,.tier-prices-grouped .benefit{font-style:italic;}.product-pricing .price,.tier-prices .price,.tier-prices-grouped .price{font-weight:bold;}.item-options{font-size:14px;line-height:20px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.item-options:after{content:'';display:table;clear:both;}.item-options dt{float:left;clear:left;padding-right:5px;}.item-options dt:after{content:': ';}.item-options dd{float:left;padding-left:5px;margin:0;}.truncated,.truncated a.dots{cursor:help;}.truncated a.details{cursor:help;height:16px;line-height:16px;}.truncated a.details:hover{text-decoration:none;}.truncated .truncated_full_value{position:relative;}.truncated .item-options{display:block;padding:0;line-height:20px;}@media only screen and (min-width:480px){.truncated .item-options{display:none;position:absolute;z-index:10;width:200px;padding:8px;border:1px solid #d9dcde;background:#fbf7f5;top:31px;left:-100px;border-radius:4px;}.truncated .item-options:after{content:'';position:absolute;width:0;height:0;display:block;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #d9dcde;border-top:none;left:97px;top:-7px;}}.truncated .truncated_full_value .item-options > p{font-weight:600;text-transform:uppercase;margin-bottom:4px;}.truncated .show .item-options{display:block;}@media only screen and (max-width:479px){.truncated a.details{display:none;}.truncated .truncated_full_value .item-options p{float:none;}}.page-print{width:6.5in;margin:20px;background:#fff;}.page-print,.page-print table{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.std p{margin:0 0 1.5em;}.std ol{list-style:decimal outside;margin-bottom:1.5em;}.std ol li{margin-left:2em;}.std ul{list-style:disc outside;margin-bottom:1.5em;}.std ul li{margin-left:2em;}.std .note{color:#a0a0a0;font-size:13px;}.no-display{display:none !important;}.hidden{display:none;}.popup-subscribe{position:fixed;z-index:20;bottom:0;right:0;left:0;background:#fff;border-top:1px solid #d9dcde;}.popup-subscribe .popup-close{transition:color 0.3s linear 0s;position:absolute;top:20px;right:13px;font-size:0;line-height:0;color:#8ea0aa;}@media only screen and (min-width:771px){.popup-subscribe .popup-close{top:33px;right:30px;}}.popup-subscribe .popup-close:hover{color:#305b6c;cursor:pointer;}.popup-subscribe .popup-close:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e919";font-size:18px;line-height:18px;}@media only screen and (min-width:771px){.popup-subscribe .popup-close:before{font-size:25px;line-height:25px;}}.popup-subscribe .holder{max-width:1306px;margin:0 auto;padding:20px 13px;}@media only screen and (min-width:771px){.popup-subscribe .holder{padding:20px 60px 10px;}}@media only screen and (min-width:771px){.popup-subscribe .popup-content{text-align:center;}}.popup-subscribe .popup-title{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;text-transform:uppercase;color:#688493;font-size:22px;line-height:24px;letter-spacing:0.05em;font-weight:normal;margin:0 30px 10px 0;}@media only screen and (min-width:771px){.popup-subscribe .popup-title{display:inline-block;vertical-align:middle;margin:0 10px 10px;}}@media only screen and (min-width:980px){.popup-subscribe .popup-title{font-size:26px;line-height:30px;}}@media only screen and (min-width:771px){.popup-subscribe .fields-wrapper{display:inline-block;vertical-align:middle;text-align:left;margin:0 10px 10px;}}.popup-subscribe .popup-subscribe-label{text-transform:uppercase;letter-spacing:0.03em;font-weight:600;font-size:14px;color:#688493;display:none;}@media only screen and (min-width:1024px){.popup-subscribe .popup-subscribe-label{display:inline-block;vertical-align:middle;margin:0 10px 0 0;}}@media only screen and (min-width:771px){.popup-subscribe .fieldset-area{display:inline-block;vertical-align:middle;width:300px;}}@media only screen and (min-width:1140px){.popup-subscribe .fieldset-area{width:400px;}}.popup-subscribe .fieldset-area:after{content:'';display:table;clear:both;}.popup-subscribe .input-box{float:left;width:calc(100% - 89px);padding:0;}@media only screen and (min-width:980px){.popup-subscribe .input-box{width:calc(100% - 107px);}}.popup-subscribe .input-text{display:block;width:100%;}.popup-subscribe .actions{padding:0 0 0 9px;margin:0;width:89px;float:right;}@media only screen and (min-width:980px){.popup-subscribe .actions{width:107px;padding-left:7px;}}.popup-subscribe .actions .button{width:100%;background:#92a3a8;}.popup-subscribe .actions .button:hover{background:#559194;}@media only screen and (min-width:771px){.mobile-only{display:none !important;}}@media only screen and (min-width:980px){.tablet-only{display:none !important;}}.block,.col-left-first{margin-bottom:20px;}.block-title{position:relative;padding:10px 0 0;margin-bottom:5px;}.block-title h2,.block-title h3,.block-title strong{margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:14px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;color:#4a4a4a;margin-bottom:0;text-transform:uppercase;font-weight:600;}.block-title small{font-size:100%;font-weight:normal;color:#a0a0a0;}.col-left .block .actions .button ~ a,.col-right .block .actions .button ~ a{line-height:33px;margin-right:5px;}@media only screen and (max-width:770px){.sidebar .block:not(.block-layered-nav){margin-bottom:0;}.sidebar .block:not(.block-layered-nav) .block-title{padding:0;margin-top:0;border-bottom:none;border-top:none;margin-bottom:0;}.sidebar .block:not(.block-layered-nav) .block-title > strong{display:block;width:100%;cursor:pointer;border-bottom:0;}.sidebar .block:last-of-type{border-bottom:1px solid #e6d6ce;}}.block-account .block-title,.block-cms-menu .block-title,.cms-menu .parent .block-title{padding-top:0;border-top:none;}.block-account li,.block-cms-menu li,.cms-menu .parent li{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;margin:7px 0;}.block-account li strong,.block-cms-menu li strong,.cms-menu .parent li strong{font-weight:normal;color:#ac572e;}.block-account li a,.block-cms-menu li a,.cms-menu .parent li a{transition:color 0.2s linear 0s;color:#4a4a4a;text-decoration:none;}.block-account li a:hover,.block-cms-menu li a:hover,.cms-menu .parent li a:hover{color:#ac572e;}.cms-menu .parent ul{overflow:hidden;padding:0 0 15px;}@media only screen and (min-width:771px){.cms-menu .parent ul{padding-bottom:5px;}}.cart .buttons-set .button,.cart-table .button,.button.button-secondary{background:#cecece;color:#4a4a4a;padding:0 15px;transition-property:background, color;}.cart .buttons-set .button:hover,.cart-table .button:hover,.button.button-secondary:hover{background:#979797;color:#fff;cursor:pointer;}.cart .buttons-set .button:active,.cart-table .button:active,.button.button-secondary:active{background:#979797;color:#fff;}.cart .buttons-set .button:focus,.cart-table .button:focus,.button.button-secondary:focus{color:#fff;background:#979797;outline:none;}.sidebar .actions button.button{white-space:normal;}.button2{border:0;padding:0 5px;margin:0;background:transparent;cursor:pointer;vertical-align:middle;}.button2:focus{outline:none;}.button2 span,.button2 span span{line-height:30px;height:30px;text-decoration:underline;text-transform:uppercase;display:inline-block;color:#39c;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.button2 span:hover,.button2 span span:hover{text-decoration:none;color:#246b8f;}@media only screen and (max-width:770px){.col2-set .buttons-set .button,.col2-set .buttons-set .button2{float:none;width:100%;margin-left:0;margin-right:0;}.col2-set .buttons-set .back-link{display:none;}.col2-set .buttons-set .required{display:none;}}.breadcrumbs{overflow:hidden;margin:-8px 0 13px;}.breadcrumbs li{float:left;font-size:11px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;letter-spacing:0.04em;}.breadcrumbs a{float:left;color:#4a4a4a;}.breadcrumbs a:hover{color:#ad562d;}.breadcrumbs strong{color:#a6a6a6;font-weight:normal;}.breadcrumbs span{float:left;padding:0 5px;color:#424856;}@media only screen and (max-width:770px){.breadcrumbs{display:none;}}.block-layered-nav .currently .btn-remove,.mini-products-list .btn-remove,#compare-items .btn-remove,.block-layered-nav .currently .btn-previous,.mini-products-list .btn-previous,#compare-items .btn-previous{float:right;margin-left:6px;}.checkout-agreements li{margin-bottom:20px;}.checkout-agreements .agreement-content{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:15px;}.cvv-what-is-this{margin-left:10px;font-size:13px;line-height:24px;}.main:after,.col-wrapper:after{content:'';display:table;clear:both;}.col-left,.col-right,.col-main{padding:0 10px;}.col-left{float:left;width:25%;padding-left:0;clear:left;}.col-left img{max-width:100%;}.col-right{float:right;width:25%;padding-right:0;}.col-right img{max-width:100%;}.col-main{float:left;width:75%;}.col1-layout .col-main{float:none;width:auto;padding:0;}.col2-left-layout .col-main{float:right;padding-right:0;}.col2-right-layout .col-main{padding-left:0;}.col3-layout .col-right{width:20.83333%;}.col3-layout .col-wrapper{float:left;width:79.16667%;}.col3-layout .col-wrapper .col-main{float:right;width:73.68421%;}.col3-layout .col-wrapper .col-left{width:26.31579%;}@media only screen and (max-width:1000px){.col3-layout .col-right{float:left;clear:left;padding-left:0;padding-right:10px;width:25%;}.col3-layout .col-wrapper{float:right;width:100%;}.col3-layout .col-wrapper .col-main{float:right;width:75%;}.col3-layout .col-wrapper .col-left{width:25%;}}@media only screen and (max-width:770px){.col-left,.col-right,.col-main,.col1-layout .col-left,.col1-layout .col-right,.col1-layout .col-main,.col2-left-layout .col-left,.col2-left-layout .col-right,.col2-left-layout .col-main,.col2-right-layout .col-left,.col2-right-layout .col-right,.col2-right-layout .col-main,.col3-layout .col-wrapper .col-left,.col3-layout .col-right,.col3-layout .col-wrapper .col-main{padding:0;margin-bottom:10px;float:none;width:auto;}.col3-layout .col-wrapper{float:none;width:auto;}.col-main{float:none;width:auto;}.col-main .col-left{padding:0;}}.col2-set{width:100%;}.col2-set .col-1,.col2-set .col-2{width:50%;padding:20px;}@media only screen and (max-width:770px){.col2-set .col-1,.col2-set .col-2{padding:10px;}}.col2-set .col-1{float:left;padding-left:0;}@media only screen and (max-width:770px){.col2-set .col-1{margin-bottom:40px;}}.col2-set .col-2{float:right;padding-right:0;}@media only screen and (max-width:479px){.col2-set .col-1,.col2-set .col-2{float:none;width:auto;border:0;padding-right:0;padding-left:0;}}.col2-set .narrow{width:33%;}.col2-set .wide{width:65%;}.col2-set:after{content:'';display:table;clear:both;}.grid:after{content:'';display:table;clear:both;}@media only screen and (min-width:915px){.order-list-grid .col-1{width:30%;}.order-list-grid .col-2{width:50%;padding-right:20px;}.order-list-grid .col-3{clear:none;width:20%;padding-top:0;}}.payment-methods{margin-bottom:20px;}.payment-methods dt{padding:5px 0;}.payment-methods dd{padding-top:10px;}.payment-methods .form-list{position:relative;display:inline-block;max-width:100%;margin:5px 15px 15px;padding:15px;border:1px solid #ccc;background:#f4f4f4;}.payment-methods .form-list:before{content:'';position:absolute;width:0;height:0;display:block;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #ccc;border-top:none;top:-11px;left:30px;}.payment-methods .form-list:after{content:'';position:absolute;width:0;height:0;display:block;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #f4f4f4;border-top:none;top:-10px;left:30px;}.payment-methods .form-list li:last-child{margin-bottom:0;}.product-image,.no-touch .product-img-box .product-image:not(.zoom-available):hover{position:relative;display:block;}@media only screen and (max-width:770px){}.no-touch .product-image:hover{border-color:#39c;}.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;}.tabs{margin-bottom:10px;}@media only screen and (min-width:771px){.content-tailing{float:left;width:100%;}}@media only screen and (min-width:771px){.content-tailing > .toolbar-wrapper{border-top:1px solid #d9dcde;position:relative;float:left;width:100%;}.content-tailing > .toolbar-wrapper:before{content:'';position:absolute;bottom:100%;border-top:1px solid #d9dcde;left:20px;right:20px;margin:0 0 4px;}}.content-tailing > .toolbar-wrapper .toolbar{margin:0;padding:13px 0 7px;}@media only screen and (max-width:770px){.content-tailing > .toolbar-wrapper .toolbar{padding:0;}}@media only screen and (max-width:770px){.content-tailing > .toolbar-wrapper .sorter{display:none;}}@media only screen and (max-width:770px){.content-tailing > .toolbar-wrapper .pages{float:none;margin:0;}}.toolbar{margin:0;position:relative;padding:12px 0 7px;}.toolbar:after{content:'';display:table;clear:both;}@media only screen and (min-width:771px){.toolbar{border-bottom:1px solid #d9dcde;padding:15px 0 8px;margin-bottom:25px;}.toolbar:before{content:'';position:absolute;top:100%;border-bottom:1px solid #d9dcde;left:20px;right:20px;margin:4px 0 0;}}.toolbar div.selector,.toolbar div.selector span{height:44px;font-size:14px;line-height:42px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#4a4a4a;}.toolbar select{height:44px;width:120px;}.toolbar .sort-by div.selector,.toolbar .sort-by div.selector span{width:100px !important;}@media only screen and (min-width:771px){.toolbar .sort-by div.selector,.toolbar .sort-by div.selector span{width:120px !important;}}@media only screen and (max-width:770px){.toolbar .sort-by label{display:none;}}.pager-no-toolbar{margin-bottom:10px;}.pager-no-toolbar ~ .pager-no-toolbar{margin-top:10px;}.toolbar,.pager{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;color:#4a4a4a;line-height:30px;font-size:12px;}.toolbar label,.pager-no-toolbar label{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:14px;line-height:24px;font-weight:600;color:#9b9b9b;letter-spacing:0.03em;text-transform:uppercase;margin:12px 9px 9px;float:left;}.sorter{float:right;}.sorter > .sort-by{float:left;height:44px;}.sorter > .sort-by .sort-by-switcher{width:8px;height:15px;float:right;margin-top:8px;margin-left:5px;}.sorter > .sort-by .sort-by-switcher:focus{outline:0;}.sorter > .view-mode{display:none;}.pager{text-align:center;}.pager:after{content:'';display:table;clear:both;}.pager > .count-container{float:left;}@media only screen and (max-width:770px){.pager .amount-mobile-container{overflow:hidden;}.pager .amount-mobile-container .amount-mobile-holder{display:table;width:100%;height:44px;}}@media only screen and (min-width:771px){.pager .amount-mobile-container{display:none !important;}}@media only screen and (max-width:770px){.pager .amount-mobile{margin:0;padding:0 5px;float:none;display:table-cell;vertical-align:middle;text-align:center;line-height:16px;white-space:normal;height:44px;}}.amount,.amount-mobile{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:14px;line-height:24px;font-weight:600;letter-spacing:0.03em;float:left;white-space:nowrap;margin:12px 0 9px;color:#9b9b9b;}.count-container .amount,.count-container .amount-mobile{margin:0 10px 5px;line-height:32px;}@media only screen and (max-width:770px){.count-container .amount,.count-container .amount-mobile{display:block;}}.amount .count,.amount-mobile .count{color:#4a4a4a;}.limiter{float:left;height:44px;line-height:44px;margin-right:13px;text-align:left;}.count-container .limiter{margin:0 0 5px;height:32px;line-height:32px;}@media only screen and (max-width:770px){.count-container .limiter{display:block;}}.limiter label{display:none;}.limiter div.selector,.limiter div.selector span{width:120px !important;}@media only screen and (max-width:770px){.amount,.limiter{display:none;}}.amount,.limiter,.pages{margin-bottom:5px;}.pages{display:inline-block;vertical-align:top;}@media only screen and (max-width:770px){.pages{float:left;}}.pages strong{display:none;}.pages li{float:left;border:1px solid #cecece;border-left:0;margin:0;height:44px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:15px;line-height:42px;overflow:hidden;}.pages li:first-child{border-radius:4px 0 0 4px;border-left:1px solid #cecece;}.pages li:last-child{border-radius:0 4px 4px 0;}.pages a,.pages .current{display:block;text-align:center;white-space:nowrap;padding:0 5px;width:39px;color:#a6a6a6;}@media only screen and (max-width:480px){.pages a,.pages .current{width:32px;}}.pages .current{color:#4a4a4a;cursor:default;background:#e7ebec;}.pages .next,.pages .previous{font-size:0;line-height:0;text-shadow:none;position:relative;width:28px;height:42px;color:#8ea0aa;background:#e7ebec;}.pages .next:before,.pages .previous:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:20px;line-height:1;}.pages .next:before{content:"\e924";}.pages .previous:before{content:"\e923";}@media only screen and (max-width:770px){.pages .hide-mobile{display:none !important;}}@media only screen and (max-width:770px){.col1-layout .sorter,.col1-layout .pager{width:100%;}.col1-layout .pager{float:left;clear:both;}.col1-layout .pager .pages{float:left;margin-left:0;}.col1-layout .pager .count-container{float:left;}}#checkout-review-table .summary-collapse,#shopping-cart-totals-table .summary-collapse,body.customer-account .data-table .summary-collapse{position:relative;cursor:pointer;}#checkout-review-table .summary-collapse:before,#shopping-cart-totals-table .summary-collapse:before,body.customer-account .data-table .summary-collapse:before{content:'';position:absolute;width:0;height:0;display:block;border-right:7px solid transparent;border-left:7px solid transparent;border-top:7px solid #39c;border-bottom:none;position:static;display:inline-block;margin-right:5px;}#checkout-review-table .summary-collapse:hover:before,#shopping-cart-totals-table .summary-collapse:hover:before,body.customer-account .data-table .summary-collapse:hover:before{content:'';position:absolute;width:0;height:0;display:block;border-right:7px solid transparent;border-left:7px solid transparent;border-top:7px solid #246b8f;border-bottom:none;position:static;display:inline-block;margin-right:5px;}#checkout-review-table .show-details .summary-collapse:before,#shopping-cart-totals-table .show-details .summary-collapse:before,body.customer-account .data-table .show-details .summary-collapse:before{content:'';position:absolute;width:0;height:0;display:block;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #39c;border-top:none;position:static;display:inline-block;margin-right:5px;}#checkout-review-table .show-details .summary-collapse:hover:before,#shopping-cart-totals-table .show-details .summary-collapse:hover:before,body.customer-account .data-table .show-details .summary-collapse:hover:before{content:'';position:absolute;width:0;height:0;display:block;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #246b8f;border-top:none;position:static;display:inline-block;margin-right:5px;}#shopping-cart-totals-table tfoot td .summary-collapse:before,#shopping-cart-totals-table tfoot td .summary-collapse:hover:before{margin-bottom:5px;}.a-center{text-align:center;}.a-right,.align-right{text-align:right;}.nobr,.nowrap{white-space:nowrap;}.width-full{width:100%;}.ln-loader-back{position:fixed !important;z-index:1000 !important;}.hidden{display:none;}@media only screen and (max-width:979px){.toolbar .view-mode > label{display:inline-block;}.pager .count-container{float:left;}}.link-print{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;padding:0 0 0 20px;}.link-print:before{position:absolute;top:50%;left:0;transform:translateY(-50%);content:"\e910";line-height:1;margin:2px 0 0;}.icon-email:before{content:"\e92b";}.icon-PDF:before{content:"\e92c";}.icon-arrow-select:before{content:"\e92a";}.icon-compare-icon .path1:before{content:"\e926";}.icon-compare-icon .path2:before{content:"\e927";margin-left:-1.91699em;}.icon-arrows:before{content:"\e925";}.icon-arrow-right:before{content:"\e916";}.icon-arrow-up:before{content:"\e917";}.icon-cart:before{content:"\e918";}.icon-close:before{content:"\e919";}.icon-heart:before{content:"\e91a";}.icon-heart-filled:before{content:"\e91b";}.icon-pin:before{content:"\e91c";}.icon-search:before{content:"\e91d";}.icon-tag:before{content:"\e91e";}.icon-user:before{content:"\e91f";}.icon-warning:before{content:"\e900";}.icon-chevron-down:before{content:"\e901";}.icon-chevron-left:before{content:"\e923";}.icon-chevron-right:before{content:"\e924";}.icon-chevron-small-down:before{content:"\e92d";}.icon-chevron-small-left:before{content:"\e920";}.icon-chevron-small-right:before{content:"\e921";}.icon-chevron-small-up:before{content:"\e92e";}.icon-chevron-thin-down:before{content:"\e92f";}.icon-chevron-thin-left:before{content:"\e928";}.icon-chevron-thin-right:before{content:"\e929";}.icon-chevron-thin-up:before{content:"\e930";}.icon-chevron-up:before{content:"\e902";}.icon-select-arrows:before{content:"\e903";}.icon-aircraft:before{content:"\e904";}.icon-attachment:before{content:"\e905";}.icon-ccw:before{content:"\e906";}.icon-check:before{content:"\e907";}.icon-cycle:before{content:"\e908";}.icon-edit:before{content:"\e909";}.icon-grid:before{content:"\e90a";}.icon-help-with-circle:before{content:"\e90b";}.icon-info-with-circle:before{content:"\e90c";}.icon-mail:before{content:"\e90d";}.icon-menu:before{content:"\e90e";}.icon-old-phone:before{content:"\e922";}.icon-phone:before{content:"\e90f";}.icon-print:before{content:"\e910";}.icon-facebook-with-circle:before{content:"\e911";}.icon-google-with-circle:before{content:"\e912";}.icon-instagram-with-circle:before{content:"\e913";}.icon-pinterest-with-circle:before{content:"\e914";}.icon-twitter-with-circle:before{content:"\e915";}.fieldset:after{content:'';display:table;clear:both;}.fieldset p{margin-bottom:7px;}.fieldset p.required{margin-bottom:5px;float:right;margin-top:0;}.fieldset + .fieldset{margin-top:5px;}form .legend{margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:18px;font-weight:400;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;margin-bottom:15px;padding-bottom:7px;border-bottom:1px solid #fff;}.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;}.input-box .v-fix{float:left;margin-right:5px;max-width:100%;}label{display:inline-block;font-size:14px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:normal;-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:#ac572e;font-weight:normal;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:11px;vertical-align:top;}label.required em,span.required em{display:none;}.input-hint{color:#a0a0a0;font-size:12px;}select{font-size:14px;}select + select{margin-left:5px;}select[multiple]{width:270px;border:1px solid #cecece;font-size:15px;padding:5px;}textarea{-webkit-box-sizing :border-box;-moz-box-sizing :border-box;box-sizing :border-box;transition:border-color 0.3s linear 0s;width:100%;max-width:450px;padding:5px;border-radius:4px;border:1px solid #cecece;font-size:14px;background:#fff;outline:none;resize:vertical;min-height:80px;}textarea:focus{border-color:#305b6c;}.input-text{-webkit-appearance :none;-moz-appearance :none;appearance :none;transition:border-color 0.3s linear 0s;border-radius:4px;border:1px solid #cecece;font-size:14px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;height:48px;background:#fff;outline:none;}.input-text:focus{border-color:#305b6c;}.input-text.validation-failed{border-color:#ac572e;}.input-text.validation-failed:focus{outline-color:tint(#ac572e, 50%);}input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=text]{height:48px;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%;}@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;}}.ie8 .input-text{max-width:none;}input[type=number].qty,input[type=text].qty{width:3em;text-align:center;vertical-align:middle;}::-webkit-input-placeholder{color:#a6a6a6;}input:-moz-placeholder{color:#a6a6a6;}.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;}p.required,.validation-advice{margin:5px 0 0;color:#ac572e;font-size:13px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.form-list > li{margin-bottom:10px;}.form-list label{padding-left:2px;}.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-list .control div.input-box,.sp-methods dt div.input-box,#checkout-shipping-method-load .sp-methods dd div.input-box,#co-shipping-method-form .sp-methods dd div.input-box,.product-options ul.options-list div.input-box{display:inline;float:left;}.form-list .control div.input-box:after,.sp-methods dt div.input-box:after,#checkout-shipping-method-load .sp-methods dd div.input-box:after,#co-shipping-method-form .sp-methods dd div.input-box:after,.product-options ul.options-list div.input-box:after{display:none;}.form-list .control input.radio,.sp-methods dt input.radio,#checkout-shipping-method-load .sp-methods dd input.radio,#co-shipping-method-form .sp-methods dd input.radio,.product-options ul.options-list input.radio,.form-list .control input.checkbox,.sp-methods dt input.checkbox,#checkout-shipping-method-load .sp-methods dd input.checkbox,#co-shipping-method-form .sp-methods dd input.checkbox,.product-options ul.options-list input.checkbox{float:left;margin-right:-40px;margin-top:10px;margin-left:15px;}.form-list .control label,.sp-methods dt label,#checkout-shipping-method-load .sp-methods dd label,#co-shipping-method-form .sp-methods dd label,.product-options ul.options-list label{display:inline-block;width:auto;max-width:none;min-width:250px;float:none;padding:6px 10px 6px 40px;}.form-list .control .no-display + label,.sp-methods dt .no-display + label,#checkout-shipping-method-load .sp-methods dd .no-display + label,#co-shipping-method-form .sp-methods dd .no-display + label,.product-options ul.options-list .no-display + label{padding-left:10px;background-color:transparent;}.form-list .control .no-display + label:hover,.sp-methods dt .no-display + label:hover,#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,#co-shipping-method-form .sp-methods dd .no-display + label:hover,.product-options ul.options-list .no-display + label:hover{background-color:transparent;}.product-options ul.options-list label,.col2-set .form-list .control label{min-width:inherit;width:250px;max-width:100%;}.form-list .control.remember-me-box label{width:auto;max-width:none;min-width:inherit;}.form-list .control{margin-top:10px;}.form-list .control label{float:none;padding-top:2px;padding-bottom:0;padding-left:20px;}.form-list .control .radio,.form-list .control .checkbox{margin-right:6px;}.form-list .control .input-box{clear:none;display:inline-block;width:auto;padding:0;}form .form-instructions{font-style:italic;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;color:#a6a6a6;}div.selector.placeholder span{color:#a6a6a6;}.hide-th{text-indent:-9999px;}.data-table{width:100%;}.data-table td,.data-table th{padding:10px;vertical-align:top;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.data-table th{text-transform:uppercase;line-height:1.4;white-space:nowrap;color:#4a4a4a;font-weight:600;}.data-table thead th,.data-table tbody td{border-bottom:1px solid #fff;}.data-table tbody td .item-options dt:after{content:':';}.info-box{border:1px solid #e3d3c7;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-table tr:first-child,.zebra-table th:first-child{border-top:1px solid #d1d6da;}.zebra-table td,.zebra-table th{border-bottom:1px solid #d1d6da;padding:6px;background-color:transparent;}.zebra-table tr{background-color:#eeeded;}.zebra-table tr:nth-child(odd){background-color:#f8f7f5;}@media only screen and (max-width:770px){.linearize-table{}.linearize-table tr,.linearize-table th,.linearize-table td{display:block;}.linearize-table thead th{border-right:0;border-left:0;}.linearize-table thead th.lin-hide{display:none;}.linearize-table thead th:nth-child(1n+2){display:none;}.linearize-table tbody tr{position:relative;border-bottom:1px solid #fff;}.linearize-table tbody tr.last{border-bottom:none;}.linearize-table tbody td{padding:0 0 4px;border-right:0;border-bottom:0;}.linearize-table tbody td.lin-hide{display:none;}.linearize-table tbody td:first-child{padding-top:10px;}.linearize-table tbody td[data-rwd-label]{text-align:left;}.linearize-table tbody td[data-rwd-label]:before{content:attr(data-rwd-label) ":";font-size:12px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;padding-right:5px;text-transform:uppercase;}.linearize-table tfoot tr{display:block;text-align:right;line-height:22px;}.linearize-table tfoot tr:after{content:'';display:table;clear:both;}.linearize-table tfoot td{display:block;float:left;}.linearize-table tfoot td.lin-hide{display:none;}.linearize-table tfoot td:nth-child(odd){clear:left;width:60%;}.linearize-table tfoot td:nth-child(even){text-align:left;width:40%;}.linearize-table .linearize-hide{display:none;}.linearize-table .linearize-unpad{padding:0;}.linearize-table .linearize-show{display:block;}}@media only screen and (max-width:770px){.linearize-table-large{}.linearize-table-large tr,.linearize-table-large th,.linearize-table-large td{display:block;}.linearize-table-large thead th{border-right:0;border-left:0;}.linearize-table-large thead th.lin-hide{display:none;}.linearize-table-large thead th:nth-child(1n+2){display:none;}.linearize-table-large tbody tr{position:relative;border-bottom:1px solid #fff;}.linearize-table-large tbody tr.last{border-bottom:none;}.linearize-table-large tbody td{padding:0 0 4px;border-right:0;border-bottom:0;}.linearize-table-large tbody td.lin-hide{display:none;}.linearize-table-large tbody td:first-child{padding-top:10px;}.linearize-table-large tbody td[data-rwd-label]{text-align:left;}.linearize-table-large tbody td[data-rwd-label]:before{content:attr(data-rwd-label) ":";font-size:12px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;padding-right:5px;text-transform:uppercase;}.linearize-table-large tfoot tr{display:block;text-align:right;line-height:22px;}.linearize-table-large tfoot tr:after{content:'';display:table;clear:both;}.linearize-table-large tfoot td{display:block;float:left;}.linearize-table-large tfoot td.lin-hide{display:none;}.linearize-table-large tfoot td:nth-child(odd){clear:left;width:60%;}.linearize-table-large tfoot td:nth-child(even){text-align:left;width:40%;}.linearize-table-large .linearize-hide{display:none;}.linearize-table-large .linearize-unpad{padding:0;}.linearize-table-large .linearize-show{display:block;}}@media only screen and (min-width:771px){.linearize-table .linearize-collapse{display:none;}}html,body{height:100%;}.wrapper{min-width:320px;min-height:100%;overflow:hidden;margin:0 auto;background:#92a3a8;}.page{background:#fff;}#overlay_modal{background:rgba(0, 0, 0, 0.3);z-index:1002 !important;position:fixed !important;}.inquire-popup-content iframe{width:100%;}.dialog{position:absolute;background:#fff;border-radius:4px;z-index:1003 !important;padding:0 15px 15px;width:auto !important;height:auto !important;}.dialog h3{color:#ac572e;border-bottom:1px solid #e3d3c7;}.dialog p,.dialog ul{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;margin-bottom:15px;}@media only screen and (max-width:770px){.dialog{width:100% !important;left:0 !important;}}.dialog_content{height:100% !important;}.dialog_close{width:40px;height:40px;border-radius:50%;overflow:hidden;position:absolute;right:-15px;top:-13px;cursor:pointer;background:#688493;color:#fff;text-align:center;font-size:15px;transition:background-color 0.3s linear 0s;border:2px solid #fff;}.dialog_close:hover{background-color:#305b6c;}.dialog_close:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e919";font-size:15px;height:38px;line-height:38px;}@media only screen and (max-width:880px){.dialog_close{right:0;top:-17px;}}@media only screen and (max-width:479px){.dialog_close{right:0;}.dialog{width:100% !important;min-width:300px !important;left:0 !important;}.dialog_content{min-width:284px !important;}}.page-header{position:relative;z-index:20;}@media only screen and (min-width:771px){.page-header{border-bottom:1px solid #d9dcde;padding:0 0 3px;}}.page-header .page-header-container{margin:0 auto;max-width:1306px;padding:12px 0 0;position:relative;}@media only screen and (min-width:771px){.page-header .page-header-container{padding-top:14px;padding-bottom:12px;}.page-header .page-header-container:after{content:'';position:absolute;height:1px;bottom:0;left:13px;right:13px;background:#d9dcde;}}.page-header .header-holder{position:relative;padding:0 13px;}@media only screen and (max-width:770px){.page-header .header-holder{border-bottom:1px solid #d9dcde;padding-bottom:14px;}.page-header .header-holder:before{content:'';position:absolute;height:1px;bottom:3px;left:13px;right:13px;background:#d9dcde;}}@media only screen and (min-width:771px){.page-header .header-holder{text-align:center;}}.page-header .header-holder:after{content:'';display:table;clear:both;}.top-panel{background:#92a3a8;color:#fff;font-size:13px;line-height:15px;letter-spacing:0.03em;position:relative;z-index:7102;}.top-panel .holder{margin:0 auto;max-width:1306px;padding:9px 13px 7px;}.top-panel .holder:after{content:'';display:table;clear:both;}.top-panel a{color:#fff;}.top-panel .contacts-block{font-size:14px;letter-spacing:0.045em;text-align:center;}@media only screen and (min-width:771px){.top-panel .contacts-block{font-size:13px;float:left;padding:1px 10px 0 0;max-width:50%;text-align:left;}}@media only screen and (min-width:980px){.top-panel .contacts-block{font-size:14px;}}.top-panel .contacts-block strong{font-weight:600;}@media only screen and (min-width:771px){.top-panel .links-block{float:right;}}@media only screen and (min-width:980px){.top-panel .links-block{padding:0 0 0 10px;}}@media only screen and (min-width:771px){.top-panel .links-block > ul{float:right;}}@media only screen and (min-width:771px){.top-panel .links-block > ul > li{float:left;margin:0 0 0 10px;}.top-panel .links-block > ul > li:first-child{margin-left:0;}}@media only screen and (min-width:980px){.top-panel .links-block > ul > li{margin-left:31px;}}@media only screen and (min-width:771px){.header-top-links .appointments-link,.header-top-links .selling-jewelry-link,.header-top-links .location-link,.header-top-links .account-link{position:relative;padding:0 0 0 15px;}}@media only screen and (min-width:980px){.header-top-links .appointments-link,.header-top-links .selling-jewelry-link,.header-top-links .location-link,.header-top-links .account-link{padding-left:17px;}}@media only screen and (min-width:771px){.header-top-links .selling-jewelry-link:before,.header-top-links .location-link:before,.header-top-links .account-link:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:0;left:0;font-size:12px;}}.header-top-links a{transition:color 0.3s linear 0s;}.header-top-links a:hover{color:#305b6c;text-decoration:none;}@media only screen and (min-width:771px){.selling-jewelry-link,.appointments-link{font-weight:600;letter-spacing:0.04em;line-height:16px;}.appointments-link{color:#fff;}.selling-jewelry-link:before{content:"\e91e";top:-1px;}.location-link:before{content:"\e91c";}.account-link:before{content:"\e91f";font-size:11px;}}@media only screen and (max-width:770px) and (max-width:770px){.appointments-link .svg-inline--fa{display:none;}}@media only screen and (min-width:771px) and (min-width:771px){.appointments-link .svg-inline--fa{position:absolute;top:0;left:0;display:block;width:11px;}}.logo{display:block;float:left;margin:0 4px 0 1px;}@media only screen and (min-width:771px){.logo{transition:opacity 0.3s linear 0s;margin-right:0;position:relative;z-index:1;opacity:1;}.logo:hover{opacity:0.8;}}.logo img{max-width:100%;}.skip-links{float:right;padding:10px 0 0;position:relative;z-index:1;}@media only screen and (min-width:771px){.skip-links{padding-top:17px;text-align:left;}}.skip-links .links-list{float:right;}.skip-links .links-list > li{float:left;position:relative;padding:0 0 0 1px;}.skip-links .links-list > li:first-child{padding-left:0;}.skip-links .links-list > li:first-child:before{display:none;}.skip-links .links-list > li:before{content:'';position:absolute;top:0;left:0;width:1px;height:26px;background:#d9dcde;}.skip-link{position:relative;display:block;text-align:center;padding:0 14px;color:#8ea0aa;}.skip-link:after{content:'';display:table;clear:both;}.skip-link:hover{color:#305b6c;}.skip-link.skip-active{color:#ad562d;}.skip-link.skip-active:hover{color:#ad562d;}a.skip-link{text-decoration:none;}.skip-link .icon{display:block;float:left;width:24px;text-align:center;}.skip-link .icon:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;line-height:27px;}.skip-link .label{display:none;}#header-wishlist.skip-active,#header-cart.skip-active,#header-account-drop.skip-active{border:1px solid #d9dcde;background:#fff;}@media only screen and (min-width:771px){#header-wishlist.skip-active,#header-cart.skip-active,#header-account-drop.skip-active{border-radius:4px;}}@media only screen and (max-width:770px){#header-wishlist.skip-active,#header-cart.skip-active,#header-account-drop.skip-active{border-top:none;}}#header-wishlist .empty,#header-cart .empty,#header-account-drop .empty{padding:12px 13px;text-align:center;}@media only screen and (min-width:771px){#header-wishlist .empty,#header-cart .empty,#header-account-drop .empty{padding:15px 19px;}}.skip-content{display:none;}.skip-content .block-content{margin:0;}.skip-content.block-cart,.skip-content.block-wishlist{margin-bottom:0;position:relative;}.skip-content .block-subtitle{padding:16px 45px 13px;position:relative;text-align:center;text-transform:uppercase;font-size:14px;line-height:20px;letter-spacing:0.1em;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-weight:normal;margin:0;border-bottom:1px solid #d9dcde;color:#688493;}.skip-content.skip-active{display:block;}@media only screen and (max-width:770px){.skip-content .close{font-size:0;line-height:0;width:37px;height:44px;position:absolute;right:0;top:0;}.skip-content .close:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e917";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:23px;line-height:1;color:#8ea0aa;}}@media only screen and (min-width:771px){.skip-content.skip-active{position:absolute;top:63px;right:11px;width:318px;z-index:10;}}.skip-nav{padding-right:10px;}.skip-nav.skip-active .icon:after,.skip-nav.skip-active .icon:before,.skip-nav.skip-active .icon span{background:#ad562d;}.skip-nav .icon{height:28px;position:relative;}.skip-nav .icon:after,.skip-nav .icon:before,.skip-nav .icon span{transition:background 0.3s linear 0s;position:absolute;left:0;right:0;height:2px;border-radius:2px;background:#8ea0aa;}.skip-nav .icon span{top:13px;}.skip-nav .icon:after,.skip-nav .icon:before{content:'';}.skip-nav .icon:before{top:8px;}.skip-nav .icon:after{top:18px;}@media only screen and (max-width:770px){#header-nav{border:solid #d9dcde;border-width:0 1px 1px;}#nav{padding:0 12px;}.nav-primary > li,.links-block ul > li{border-top:1px solid #d9dcde;}.nav-primary > li > a,.links-block ul > li > a{display:block;padding:14px 0 15px;font-size:14px;line-height:20px;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;color:#4a4a4a;text-transform:uppercase;letter-spacing:0.11em;text-decoration:none;text-align:left;}.nav-primary .menu,.links-block ul .menu{display:none;}.nav-primary > li:first-child{border-top:none;}.nav-primary li.level0.menu-active .menu{display:block;}.nav-primary li.level0.menu-active a.level0{color:#ad562d;}.nav-primary li.level0 .menu-drop-down{padding:0 0 15px;}.nav-primary li.level0 .groups li.level1{margin:0 0 25px;}.nav-primary li.level0 .groups li.level1:last-child{margin-bottom:0;}.nav-primary li.level0 .group-title{margin-bottom:0;font-size:14px;}.nav-primary .img-col{display:none;}.nav-primary a.level2,.nav-primary a.level1{display:block;padding:5px 0;}.links-block .account-link .links li{border:none;}.links-block .account-link .links a{transition:color 0.3s linear 0s;display:block;padding:5px 0;color:#4a4a4a;letter-spacing:0.03em;text-transform:none;font-size:14px;line-height:25px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.links-block .account-link .links a:hover{text-decoration:none;color:#ad562d;}#header-account-drop{border:none !important;}}.nav-primary .border,.nav-primary .arrow,.nav-primary .separator{display:none;}.nav-primary .group-title,.nav-primary .menu-title{text-transform:uppercase;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-weight:normal;font-size:16px;line-height:20px;letter-spacing:0.08em;color:#688493;display:block;margin-bottom:15px;}.nav-primary li.level2{line-height:25px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.nav-primary .menu.no-group li.level1{line-height:25px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.nav-primary a.level1,.nav-primary a.level2{transition:color 0.3s linear 0s;color:#4a4a4a;letter-spacing:0.03em;}.nav-primary a.level1:hover,.nav-primary a.level2:hover{text-decoration:none;color:#ad562d;}@media only screen and (min-width:771px){#header-nav{padding:21px 0 0;}#header-nav .block-subtitle{display:none;}#nav .links-block{display:none;}.nav-primary{display:block;margin:0;position:relative;}.nav-primary li.level0{display:inline-block;vertical-align:top;margin:0 10px;text-align:left;}.nav-primary li.level0.active a.level0:after,.nav-primary li.level0.menu-active a.level0:after{opacity:1;}.nav-primary li.level0 li.sub-menu-active > ul{display:block;}.nav-primary li.level0 ul.level0.position-test{display:block;}.nav-primary li.level0 ul.level0.spill{right:0;left:auto;}.nav-primary li.level0 ul.level0.spill li.level1 ul{left:auto;right:50px;top:20px;}.nav-primary .menu-active > ul.level0,.nav-primary .menu-active > div.menu{display:block;}.nav-primary .menu-active .menu{z-index:11;}.nav-primary a.level0{display:block;padding:0 0 8px;font-size:14px;line-height:20px;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;color:#4a4a4a;letter-spacing:0.11em;text-transform:uppercase;position:relative;}.nav-primary a.level0:after{transition:opacity 0.3s linear 0s;content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:#ad562d;opacity:0;}.nav-primary a.level0:hover{text-decoration:none;}.nav-primary a.level0:hover:after{opacity:1;}.nav-primary .menu{position:absolute;top:100%;z-index:10;width:auto;display:none;padding:27px 0 0;}.nav-primary .menu.group-wrapper{width:100%;left:0;}.nav-primary .menu.no-group .menu-drop-down{display:inline-block;vertical-align:top;}.nav-primary .menu.no-group .menu-with-img{padding-right:30px;}.nav-primary .menu.no-group li.level1{margin:0 0 11px;}.nav-primary .menu-drop-down{border:1px solid #d9dcde;background:#fff;padding:39px 39px 31px;}.nav-primary .menu-drop-down.groups ul.level0{width:calc(100% - 300px);}.nav-primary .menu-drop-down.groups ul.level0.full-width{width:100%;}.nav-primary .menu-drop-down.groups li.level1{display:inline-block;vertical-align:top;margin:0 0 11px;}.nav-primary .menu-drop-down.groups li.level1:first-child{padding:0 6% 0 0;}.nav-primary .menu-drop-down.groups .img-col{width:300px;}.nav-primary .menu-drop-down:after{content:'';display:table;clear:both;}.nav-primary .img-col{float:right;padding:0 0 0 26px;}.nav-primary .img-col img{width:100%;}.nav-primary .img-col .menu-title{margin:0 0 11px;text-align:center;}.nav-primary .img-col .menu-img{margin:0 0 12px;display:block;}.nav-primary .img-col .menu-url{text-align:center;line-height:20px;display:block;}.nav-primary .img-col .menu-url a{transition:color 0.3s linear 0s;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:0.05em;color:#688493;font-weight:600;font-size:14px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;display:inline-block;vertical-align:top;white-space:nowrap;}.nav-primary .img-col .menu-url a:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e916";font-size:10px;margin:0 -20px 0 6px;}.nav-primary .img-col .menu-url a:after{color:#8ea0aa;}.nav-primary .img-col .menu-url a:hover{text-decoration:none;color:#ad562d;}.nav-primary .img-col .menu-url a:hover:after{transition:color 0.3s linear 0s;color:#ad562d;}.nav-primary ul.level0{float:left;}.nav-primary ul.level0:not(.menu-with-img){width:100%;}.nav-primary li.level1{margin:0 0 5px;min-width:30%;}.no-touch .nav-primary li.level1.view-all{display:none;}.nav-primary li.level2{margin:0 0 11px;}.nav-primary a.level1:hover,.nav-primary a.level2:hover{text-decoration:none;color:#ad562d;}.nav-primary ul.level2{display:inline-block;vertical-align:top;margin-right:38px;}.nav-primary ul.level2:last-child{margin-right:0;}}@media only screen and (min-width:771px) and (max-width:979px){#header-nav{clear:both;padding-top:10px;display:block;position:absolute;top:-9999px;left:-9999px;}#header-nav.skip-active{position:relative;top:auto;right:auto;left:auto;width:auto;}#nav{border-top:1px solid #d9dcde;padding-top:25px;}.nav-primary .menu{padding-top:18px;}}@media only screen and (min-width:980px){.skip-nav{display:none;}#header-nav{display:block;}.nav-primary li.level0{margin:0 15px;}}@media only screen and (min-width:1024px){.nav-primary li.level0{margin:0 22px;}}.skip-search .icon:before{content:"\e91d";font-size:19px;}@media only screen and (min-width:771px){#header-search{position:absolute;right:111px;width:240px;top:22px;}.close{display:none;}}#search_mini_form .input-box{position:relative;padding-top:0;}#search_mini_form label{display:none;}#search{width:100%;height:44px;padding:0 40px 0 10px;}@media only screen and (max-width:770px){#search_mini_form{position:relative;padding:19px 43px 19px 12px;border-bottom:1px solid #d9dcde;}#search_mini_form .close{top:19px;}}#search_mini_form .search-button{position:absolute;top:0;right:0;width:45px;height:44px;border:0;padding:0;font-size:0;line-height:0;background:none;}@media only screen and (min-width:771px){#search_mini_form .search-button{width:40px;}}#search_mini_form .search-button:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e91d";font-size:19px;color:#ad562d;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}.skip-account .icon{display:none;}@media only screen and (min-width:771px){.skip-account-link{display:inline-block;vertical-align:top;}.skip-account-link.skip-active{color:#305b6c;}#header-account-drop.skip-active{top:20px;right:-1px;width:200px;}#header-account-drop a{transition:color 0.3s linear 0s;text-align:left;display:block;padding:5px 10px;color:#4a4a4a;line-height:20px;}#header-account-drop a:hover{color:#ad562d;}}@media only screen and (max-width:771px){.skip-account-link.skip-active{color:#ad562d;}}@media only screen and (min-width:980px){.skip-cart{padding-right:0;}}.skip-cart .icon:before{content:"\e918";font-size:28px;}.skip-cart .count{float:left;width:24px;margin:0 0 0 -24px;padding:10px 0 0;color:#fff;text-align:center;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:600;font-size:13px;line-height:15px;}.skip-cart .count.empty{display:none;}.cart-menu .empty{padding:20px;text-align:center;}.cart-menu .actions{overflow:hidden;padding:15px;}.cart-menu .actions .button{float:left;width:48%;}.cart-menu .actions .button + .button{margin-left:4%;}.cart-menu .subtotal{padding:0 15px 15px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:24px;line-height:1.2;}.mini-cart-list{margin-bottom:5px;}.mini-cart-list li{position:relative;min-height:90px;padding:15px 15px 15px 90px;border-top:1px solid #ccc;font-size:13px;line-height:1.35;}.mini-cart-list .product-name{display:inline-block;}.mini-cart-list .product-image{position:absolute;left:15px;top:15px;}.mini-cart-list .product-image img{width:60px;height:60px;}.mini-cart-list .has-options{margin-bottom:0;color:#a0a0a0;font-size:12px;}.cart-menu .last-added{padding:10px 15px 15px;border-top:1px solid #ccc;font-size:13px;}.minicart-wrapper .subtotal{background:#f0f1f2;padding:11px 12px;line-height:22px;margin:0 0 19px;}@media only screen and (min-width:771px){.minicart-wrapper .subtotal{padding-left:19px;padding-right:19px;}}.minicart-wrapper .subtotal .label{float:left;text-transform:uppercase;font-size:14px;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;letter-spacing:0.07em;margin:0 5px 0 0;}.minicart-wrapper .subtotal .price{float:right;font-size:18px;}.minicart-wrapper .subtotal:after{content:'';display:table;clear:both;}.minicart-wrapper .minicart-actions{text-align:center;padding:0 19px 19px;}.minicart-wrapper .cart-link{transition:color 0.3s linear 0s;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:0.05em;color:#688493;font-weight:600;font-size:14px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;display:inline-block;vertical-align:top;margin:0 0 16px;line-height:20px;}.minicart-wrapper .cart-link:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e916";font-size:10px;margin:0 -20px 0 6px;}.minicart-wrapper .cart-link:after{color:#8ea0aa;}.minicart-wrapper .cart-link:hover{text-decoration:none;color:#ad562d;}.minicart-wrapper .cart-link:hover:after{transition:color 0.3s linear 0s;color:#ad562d;}.minicart-wrapper .cart-link:after{display:inline-block;margin:0 -16px 0 2px;}.minicart-wrapper .minicart{margin:0 -4px;max-width:none;overflow:hidden;}.minicart-wrapper .minicart > li{float:left;width:50%;padding:0 4px;margin:0 0 10px;}.minicart-wrapper .minicart a{display:block;width:100%;}.minicart-wrapper .paypal-logo .paypal-or{display:none !important;}.minicart-wrapper .paypal-logo .paypal-button{height:48px;border-radius:4px;background:#0092dd;color:#fff;text-align:center;display:block;white-space:nowrap;}.minicart-wrapper .paypal-logo .paypal-button:before{content:'';height:48px;width:1px;display:inline-block;vertical-align:middle;margin:0 -4px 0 0;}.minicart-wrapper .paypal-logo .paypal-button img{display:inline-block;vertical-align:middle;}.skip-wishlist{color:#8ea0aa;}.skip-wishlist.skip-active{color:#fff;}.skip-wishlist.skip-active .icon:after{opacity:1;color:#ad562d;}.skip-wishlist.skip-active .icon:before{opacity:0;}.skip-wishlist.skip-active .count{color:#fff;}.skip-wishlist:hover{color:#fff;}.skip-wishlist:hover .icon:after{opacity:1;}.skip-wishlist:hover .icon:before{opacity:0;}.skip-wishlist:hover .count{color:#fff;}.skip-wishlist .icon:before,.skip-wishlist .icon:after{font-size:18px;line-height:23px;margin-top:2px;float:left;width:100%;}.skip-wishlist .icon:before{content:"\e91a";opacity:1;}.skip-wishlist .icon:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e91b";display:block;opacity:0;margin-left:-100%;color:#305b6c;}.skip-wishlist .count{float:left;width:24px;margin:0 0 0 -24px;padding:7px 0 0;text-align:center;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:600;font-size:10px;line-height:15px;}#header-wishlist .actions{text-align:center;margin:0;padding:15px 11px 16px;border-top:1px solid #d9dcde;}@media only screen and (min-width:771px){#header-wishlist .actions{padding-left:19px;padding-right:19px;}}#header-wishlist .actions a{float:none;display:block;width:100%;}.header-wishlist .skip-link .count{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;}.footer-container{border-top:1px solid #d9dcde;}.copyright{background:#92a3a8;color:#fff;font-size:10px;line-height:20px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-align:center;letter-spacing:0.04em;}.copyright .copyright-holder{max-width:1306px;margin:0 auto;padding:8px 13px;}.socials{margin:0 -5px;}.socials li{display:inline-block;vertical-align:top;margin:0 5px 5px;}.socials a{transition:color 0.3s linear 0s;display:block;font-size:0;line-height:0;text-decoration:none;color:#ad562d;}.socials a:hover{text-decoration:none;color:#305b6c;}.socials a:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:39px;line-height:38px;}.socials .facebook:before{content:"\e911";}.socials .twitter:before{content:"\e915";}.socials .pinterest:before{content:"\e914";}.socials .google-plus:before{content:"\e912";}.socials .instagram:before{content:"\e913";}.footer{padding:3px 13px 26px;position:relative;}@media only screen and (min-width:771px){.footer{max-width:1262px;margin:0 auto;padding-top:78px;padding-bottom:57px;}}.footer:before{content:'';position:absolute;bottom:100%;margin:0 0 4px;left:13px;right:13px;height:1px;background:#d9dcde;}@media only screen and (min-width:980px){.footer:before{left:-9px;right:-9px;}}.footer:after{content:'';display:table;clear:both;}.footer .block-title{padding:0;}@media only screen and (min-width:771px){.footer .block-title{margin:0 0 8px;}.footer .block-title ~ .block-title{margin-top:21px;}}.footer .block-title strong{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;text-transform:uppercase;color:#688493;font-size:16px;line-height:22px;letter-spacing:0.05em;font-weight:normal;}.footer .block-subscribe{margin:0 0 26px;}@media only screen and (min-width:771px){.footer .block-subscribe{float:left;width:50%;padding:0 10px 0 0;margin:0;}}@media only screen and (min-width:1024px){.footer .block-subscribe{float:none;width:auto;padding:0;margin-bottom:37px;}}.footer .block-subscribe .block-title{margin:0 0 11px;}.footer .block-subscribe .block-content{margin:0;text-align:left;}.footer .block-subscribe .block-content:after{content:'';display:table;clear:both;}.footer .block-subscribe .form-subscribe-header{display:none;}.footer .block-subscribe .input-box{float:left;width:calc(100% - 89px);padding:0;}@media only screen and (min-width:980px){.footer .block-subscribe .input-box{width:calc(100% - 107px);}}.footer .block-subscribe .input-text{display:block;width:100%;}.footer .block-subscribe .actions{padding:0 0 0 9px;margin:0;width:89px;float:right;}@media only screen and (min-width:980px){.footer .block-subscribe .actions{width:107px;padding-left:7px;}}.footer .block-subscribe .actions .button{width:100%;background:#92a3a8;}.footer .block-subscribe .actions .button:hover{background:#559194;}.footer .block-social{margin:0;}@media only screen and (min-width:771px){.footer .block-social{float:right;max-width:50%;text-align:center;padding:0 0 0 10px;}}@media only screen and (min-width:1024px){.footer .block-social{float:none;max-width:none;text-align:left;padding:0;}}.footer .block-social .block-title{margin:0 0 10px;}@media only screen and (min-width:771px){.footer .block-social .block-title{margin-bottom:17px;}}@media only screen and (min-width:1024px){.footer .block-social .block-title{margin-bottom:10px;}}@media only screen and (min-width:771px){.footer .links{float:left;width:25%;padding:0 20px 0 0;}}.footer .links ul{font-size:15px;line-height:20px;letter-spacing:0.04em;display:none;}@media only screen and (min-width:771px){.footer .links ul{display:block !important;}}@media only screen and (min-width:771px){.footer .links ul li{margin:0 0 10px;}}.footer .links ul li:last-child{margin-bottom:0;}.footer .links ul a{transition:color 0.3s linear 0s;color:#4a4a4a;text-decoration:none;}@media only screen and (max-width:770px){.footer .links ul a{display:block;padding:5px 0;}}.footer .links ul a:hover{color:#ad562d;}.footer-left{margin:0 0 27px;}@media only screen and (min-width:771px){.footer-left{margin-bottom:60px;}}@media only screen and (min-width:1024px){.footer-left{float:left;width:68.4%;margin:0;}}.footer-left:after{content:'';display:table;clear:both;}@media only screen and (max-width:770px){.footer-left .block-title{border-bottom:1px solid #d9dcde;padding:13px 0;margin:0;}}@media only screen and (min-width:771px){.footer-right:after{content:'';display:table;clear:both;}}@media only screen and (min-width:1024px){.footer-right{float:right;width:31.6%;text-align:left;}}.category-title h1,body.catalogsearch-result-index .page-title h1{border-bottom:none;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:24px;font-weight:normal;margin-bottom:10px;}@media only screen and (max-width:770px){.category-title h1,body.catalogsearch-result-index .page-title h1{font-size:20px;margin-bottom:5px;}}@media only screen and (max-width:770px){.category-title{margin:15px 15px 0;}}.category-image{margin-bottom:10px;}@media only screen and (max-width:770px){.category-image{margin:0 15px 15px;}}.category-products .products-grid{margin:0 0 -32px;overflow:hidden;}.separator{height:6px;border-top:1px solid #e3d3c7;border-bottom:1px solid #e3d3c7;}.products-list .action .button,.products-grid .actions .button{white-space:normal;}h2.product-name,h3.product-name,h4.product-name,h5.product-name,p.product-name{margin:0;margin-bottom:0.5em;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:24px;font-weight:400;font-style:normal;line-height:1.2;text-rendering:optimizeLegibility;text-transform:uppercase;font-size:13px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:normal;line-height:1.4;}h2.product-name a,h3.product-name a,h4.product-name a,h5.product-name a,p.product-name a{color:#4a4a4a;}h2.product-name a:hover,h3.product-name a:hover,h4.product-name a:hover,h5.product-name a:hover,p.product-name a:hover{text-decoration:none;}.products-grid .product-name,.products-list .product-name{text-transform:uppercase;margin-bottom:1px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;font-weight:normal;}.products-grid .product-name a,.products-list .product-name a{font-weight:normal;color:#688493;}.products-grid .product-name a:hover,.products-list .product-name a:hover{color:#ad562d;}.catalog-category-view .note-msg{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;padding-top:15px;}@media only screen and (max-width:770px){.catalog-category-view .note-msg{padding:15px;}}.products-grid{position:relative;}.products-grid:after{content:'';display:table;clear:both;}.products-grid > li{position:relative;margin-bottom:33px;text-align:center;}@media only screen and (min-width:771px){.products-grid > li{margin-bottom:50px;}}.products-grid > li:after{content:'';display:table;clear:both;}.material-container{display:table;}.material-container .material-holder{display:table-row;}.material-container .material-holder .label,.material-container .material-holder .price-box{display:table-cell;margin:0;text-align:left;}.material-container .material-holder .label{line-height:1.1;text-transform:uppercase;font-weight:600;}.products-grid .product-image-block{position:relative;overflow:hidden;border-radius:4px;margin:0 0 16px;background:#e7ebec;}.products-grid .product-image-block .product-image{margin:0;}.products-grid .product-image-block img{width:100%;height:auto;max-width:none;}.products-grid .price-row{text-align:center;margin:0 -3px;}.products-grid .price-row .price-box,.products-grid .price-row .sku{display:inline-block;vertical-align:middle;margin:0 4px 5px;line-height:22px;}.products-grid .price-row .price-box{font-size:16px;}.products-grid .price-row .sku{font-size:13px;color:#9b9b9b;font-weight:normal;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;letter-spacing:0.03em;padding:1px 0 0;}.products-grid .price-row .single-line{display:block;}.products-grid .price-row .material-container{table-layout:fixed;width:100%;}.products-grid .price-row .material-holder .label,.products-grid .price-row .material-holder .price-box{padding:0 3px;}.products-grid .price-row .material-holder .label{text-align:right;padding-top:7px;}.products-grid .hover .btn-view,.products-grid .product-image-block:hover .btn-view{opacity:1;}.products-grid .hover .add-to-links a,.products-grid .product-image-block:hover .add-to-links a{opacity:1;}.products-grid .btn-view{transition:color 0.3s linear 0s;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:0.05em;color:#688493;font-weight:600;font-size:14px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;display:inline-block;vertical-align:top;transition:all 0.3s linear 0s;transition-property:opacity, color;opacity:0;width:100%;color:#fff;background-color:rgba(48, 91, 108, 0.5);position:absolute;bottom:0;left:0;font-size:13px;line-height:20px;font-weight:normal;padding:16px 15px 14px;}.products-grid .btn-view:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e916";font-size:10px;margin:0 -20px 0 6px;}.products-grid .btn-view:after{color:#fff;}.products-grid .btn-view:hover{text-decoration:none;color:#ad562d;}.products-grid .btn-view:hover:after{transition:color 0.3s linear 0s;color:#ad562d;}.products-grid .btn-view:hover{color:#fff;}.products-grid .btn-view:hover:after{color:#fff;}.products-grid .add-to-links{text-align:left;padding:10px;}.products-grid .add-to-links li{display:inline-block;vertical-align:top;margin:0 2px 5px 0;}.products-grid .add-to-links a{transition:all 0.3s linear 0s;transition-property:opacity, color, background;display:block;width:30px;height:30px;border-radius:50%;font-size:0;line-height:0;background:#fff;padding:0;position:relative;z-index:1;text-decoration:none;color:#8ea0aa;text-align:center;opacity:0.25;}.products-grid .add-to-links a:hover{background:#305b6c;color:#fff !important;}@media only screen and (min-width:771px){.products-grid .add-to-links a{width:40px;height:40px;}}.products-grid .add-to-links a.link-wishlist{color:#ad562d;}.products-grid .add-to-links a.link-wishlist:before{content:"\e91a";}.products-grid .add-to-links a.link-compare{text-indent:-1px;}.products-grid .add-to-links a.link-compare:before{content:"\e926";}.products-grid .add-to-links a.link-compare:after{content:"\e927";margin-left:-1.91699em;}.products-grid .add-to-links a.link-compare:before,.products-grid .add-to-links a.link-compare:after{font-size:9px;}@media only screen and (min-width:771px){.products-grid .add-to-links a.link-compare:before,.products-grid .add-to-links a.link-compare:after{font-size:12px;}}.products-grid .add-to-links a:before,.products-grid .add-to-links a:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:32px;letter-spacing:0;}@media only screen and (min-width:771px){.products-grid .add-to-links a:before,.products-grid .add-to-links a:after{line-height:42px;font-size:17px;}}.products-grid .products-grid .product-image{width:100%;border-radius:4px;border:0;}.products-grid .product-image img{max-width:100%;height:auto;}.products-grid .product-image img:hidden{display:none;}.widget-new-products .products-grid .product-image{width:75%;margin-bottom:15px;margin-left:10%;}.products-grid .product-info{position:relative;}.products-grid .actions{position:absolute;top:0;left:0;right:0;}.products-grid .ratings .rating-box{margin:0 auto;}.products-grid .ratings .amount{display:none;}.products-grid .price-box{color:#a0a0a0;font-size:13px;margin:5px 0 5px;}.products-grid > li{float:left;width:48.57143%;margin-right:2.85714%;}.products-grid > li:nth-child(odd){clear:left;}.products-grid > li:nth-child(even){margin-right:0;}.products-grid .product-image:before,.products-grid .product-image:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;display:none;}.products-grid .product-image:before{background-color:white;opacity:0.8;z-index:2;}.products-grid .product-image:after{background-image:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/opc-ajax-loader.gif');background-repeat:no-repeat;background-position:center;z-index:3;}.products-grid .product-image.loading{position:relative;}.products-grid .product-image.loading:before,.products-grid .product-image.loading:after{display:block;}@media only screen and (min-width:480px){.products-grid{}.products-grid > li:nth-child(odd){clear:none;}.products-grid > li:nth-child(even){margin-right:3.48432%;}.products-grid > li{width:31.01045%;margin-right:3.48432%;}.products-grid > li:nth-child(3n+1){clear:left;}.products-grid > li:nth-child(3n){margin-right:0;}}@media only screen and (min-width:960px){.products-grid--max-4-col > li:nth-child(odd){clear:none;}.products-grid--max-4-col > li:nth-child(3n+1){clear:none;}.products-grid--max-4-col > li:nth-child(even),.products-grid--max-4-col > li:nth-child(3n){margin-right:2.14133%;}.products-grid--max-4-col > li{margin-right:2.14133%;}.products-grid--max-4-col > li{width:23.394%;margin-right:2.14133%;}.products-grid--max-4-col > li:nth-child(4n+1){clear:left;}.products-grid--max-4-col > li:nth-child(4n){margin-right:0;}.products-grid--max-5-col > li:nth-child(odd){clear:none;}.products-grid--max-5-col > li:nth-child(3n+1){clear:none;}.products-grid--max-5-col > li:nth-child(even),.products-grid--max-5-col > li:nth-child(3n){margin-right:2.14133%;}.products-grid--max-5-col > li{margin-right:2.14133%;}.products-grid--max-5-col > li{width:18.28694%;margin-right:2.14133%;}.products-grid--max-5-col > li:nth-child(5n+1){clear:left;}.products-grid--max-5-col > li:nth-child(5n){margin-right:0;}.products-grid--max-6-col > li:nth-child(odd){clear:none;}.products-grid--max-6-col > li:nth-child(3n+1){clear:none;}.products-grid--max-6-col > li:nth-child(even),.products-grid--max-6-col > li:nth-child(3n){margin-right:2.14133%;}.products-grid--max-6-col > li{margin-right:2.14133%;}.products-grid--max-6-col > li{width:14.88223%;margin-right:2.14133%;}.products-grid--max-6-col > li:nth-child(6n+1){clear:left;}.products-grid--max-6-col > li:nth-child(6n){margin-right:0;}}.products-list{margin-top:20px;margin-bottom:20px;}.products-list > li{padding-bottom:20px;margin-bottom:20px;border-bottom:2px solid #ebe0d8;}.products-list > li:after{content:'';display:table;clear:both;}.products-list > li .product-image{float:left;width:100%;}.products-list > li .product-image img{width:100%;max-width:100%;border-radius:4px;}.products-list > li:last-child{padding-bottom:0;border-bottom:none;}.products-list .separator{width:100%;float:left;}.products-list .btn-view{float:left;clear:both;padding:0 29px 0 28px;background-color:#559194;color:#fff;line-height:40px;border-radius:5px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.products-list .product-shop{float:right;width:76.66667%;padding-left:26px;}@media only screen and (max-width:770px){.products-list .product-shop{width:59.66667%;}}.products-list .product-shop .product-name{margin-bottom:3px;line-height:17px;}.products-list .product-shop .ratings{margin:0;}.products-list .product-shop .ratings .rating-box,.products-list .product-shop .ratings .rating-links{float:left;margin-right:7px;}.products-list .product-shop .ratings .rating-links{margin-top:4px;}.products-list .product-shop .price-box{margin-top:0;margin-bottom:0;}.products-list .product-shop .price-box .price{font-size:18px;}.products-list .product-shop .action{margin:7px 0;}.products-list .product-shop .product-primary,.products-list .product-shop .desc{float:left;width:100%;overflow:hidden;}.products-list .product-shop .desc{clear:both;margin-top:15px;margin-bottom:25px;height:60px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.products-list .product-shop .product-primary{margin-bottom:13px;}.products-list .product-shop .product-secondary{text-align:left;float:left;clear:both;width:100%;}.product-left{width:23.33333%;height:100%;float:left;}@media only screen and (max-width:770px){.product-left{width:40.33333%;}}.product-left .product-secondary.add-links{float:left;}@media only screen and (max-width:770px){.products-list .btn-view{padding:0 56px 0 52px;}.products-list .separator{display:none;}.products-list .product-shop .product-primary{margin-bottom:15px;}.product-left .product-secondary.add-links{width:100%;}}@media only screen and (max-width:600px){.products-list .product-shop .price-box .special-price{padding-left:0;}.products-list .product-shop .product-primary,.products-list .product-shop .product-secondary,.products-list .product-shop .desc{float:none;width:100%;padding-right:0;text-align:left;}}@media only screen and (max-width:479px){.products-list .btn-view{padding:0 33px;}}.mini-products-list{padding:0 12px;margin:0;}@media only screen and (min-width:771px){.mini-products-list{padding:0 19px;}}.mini-products-list li{border:solid #d9dcde;border-width:1px 0 0;padding:14px 20px 15px 0;position:relative;margin:0 !important;}.mini-products-list li:first-child{border-top:none;}.mini-products-list li:after{content:'';display:table;clear:both;}.mini-products-list .product-image{float:left;min-width:70px;margin:1px 0 0;}.mini-products-list .product-details{margin-left:84px;}.mini-products-list .product-name a:hover{color:#ad562d;}.mini-products-list .btn-remove{position:absolute;top:14px;right:-5px;}@media only screen and (min-width:771px){.mini-products-list .btn-remove{top:15px;right:-13px;}}.mini-products-list .product-name{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;text-transform:none;font-size:14px;margin:0 0 7px;}.mini-products-images-list:after{content:'';display:table;clear:both;}.mini-products-images-list li.item{float:left;width:50%;margin:0;padding:0 5px 10px 0;}.mini-products-images-list li.item:nth-child(even){padding-right:0;padding-left:5px;}.mini-products-images-list li.item .product-image{display:block;}.mini-products-images-list li.item .product-image img{width:100%;max-width:100%;}.category-image{padding:10px;}.category-image img{width:100%;max-width:100%;}.category-image img:hidden{display:none;}.block-layered-nav .block-subtitle--filter{display:none;cursor:pointer;}.block-layered-nav dl dd ol > li > span,.block-layered-nav dl dd ol > li > a{padding:5px 15px 5px 0;display:block;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;color:#4a4a4a;}.block-layered-nav dl dd ol > li > a .count{color:#ac572e;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;}@media only screen and (min-width:771px){.block-layered-nav .block-content > dl > dt:after{display:none;}}@media only screen and (max-width:770px){.block-layered-nav--no-filters .block-title{display:none;}.block-layered-nav .block-content{padding-top:0;margin-top:0;}.block-layered-nav .block-content > dl > dt{cursor:pointer;border-bottom-width:0;border-left-width:0;border-right-width:0;}.block-layered-nav .block-content > dl > dt:hover{color:#39c;}.block-layered-nav .block-content > dl > dt:after{content:'';display:inline-block;width:9px;height:7px;margin-top:-5px;transform:rotate(-90deg);-ms-transform:rotate(-90deg);}.block-layered-nav .block-content > dl > dt.last{border-bottom-width:1px;}.block-layered-nav .block-content > dl > dd{display:none;}.block-layered-nav .block-content.accordion-open > dl > dt.current{border-bottom-width:0;}.block-layered-nav .block-content.accordion-open > dl > dt.current:after{content:'';background-position:-92px -24px;display:inline-block;width:13px;height:10px;margin-right:1px;transform:rotate(0deg);}.block-layered-nav .block-content.accordion-open > dl > dd.current{display:block;}.block-layered-nav .block-subtitle--filter{border:0;margin-bottom:0;display:block;color:#4a4a4a;}#narrow-by-list,#narrow-by-list2{padding:10px;border:1px solid #ccc;border-top:0;}.block-layered-nav dl ol > li > a,.block-layered-nav dl ol > li > span{padding:7px;}.block-layered-nav dl ol > li > a:hover{text-decoration:none;background:shade(#f4f4f4, 3%);}}.block-layered-nav .currently .block-subtitle{display:block;margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:14px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;}.block-layered-nav .currently ol{padding-left:10px;margin-bottom:10px;}.block-layered-nav .currently ol li{margin-bottom:5px;}.block-layered-nav .currently ol li .label{font-weight:bold;}.block-layered-nav .currently ol li:after{content:'';display:table;clear:both;}.block-layered-nav .actions{text-align:right;margin-bottom:7px;}@media only screen and (max-width:770px){.catalog-product-view .main-container{padding-top:0;}}.print-block{float:right;margin-bottom:15px;margin-top:-9px;}@media only screen and (max-width:770px){.print-block{display:none;}}.print-block .icon{width:18px;height:17px;display:inline-block;background-position:-524px -99px;vertical-align:top;}.print-block .print-link{color:#ac572e;font-size:13px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;text-decoration:underline;display:inline-block;vertical-align:top;}.product-view{clear:both;}.product-view .product-essential{margin:0 0 34px;}@media only screen and (min-width:771px){.product-view .product-essential{margin-bottom:44px;}}.product-view .product-essential .extra-info .ratings .rating-box,.product-view .product-essential .extra-info .ratings .amount{float:left;}.product-view .product-essential .extra-info .ratings .rating-box{margin-top:8px;margin-right:10px;}.product-view .product-essential .extra-info .ratings:after{content:'';display:table;clear:both;}.product-view .product-essential:after{content:'';display:table;clear:both;}@media only screen and (min-width:771px){.product-view .product-shop{float:right;padding-left:19px;width:48.5%;}}.product-view .product-shop .product-name{margin:0 0 12px;}@media only screen and (min-width:771px){.product-view .product-shop .product-name{margin-bottom:14px;}}.product-view .product-shop .product-name .h1{margin-bottom:0;padding:0;border:none;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:26px;line-height:42px;letter-spacing:0.007em;color:#688493;}.product-view .product-shop .sku{float:left;margin-bottom:12px;clear:both;}.product-view .product-shop .separator{clear:both;margin:25px 0 21px;position:relative;border:solid #d9dcde;border-width:1px 0 0;height:6px;}.product-view .product-shop .separator:after{content:'';position:absolute;border-bottom:1px solid #d9dcde;bottom:0;left:10px;right:10px;}.product-view .product-shop .extra-info{float:left;padding-right:6.5px;clear:left;width:70%;}.product-view .product-shop .price-info{text-align:left;clear:both;}.product-view .product-shop .material-container .label{padding:7px 10px 0 0;font-size:15px;letter-spacing:0.04em;}.product-view .product-shop .extra-info{max-width:70%;margin-bottom:9px;}.product-view .product-shop .short-description{margin-bottom:16px;clear:both;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:15px;line-height:29px;color:#4a4a4a;letter-spacing:0.04em;}.product-view .product-shop .ratings{margin-bottom:8px;}.product-view .product-shop .availability{font-size:16px;}.product-view .product-shop .price-box{margin-top:0;margin-bottom:0;}.product-view .product-shop .price-box .old-price,.product-view .product-shop .price-box .special-price,.product-view .product-shop .price-box .regular-price{padding-right:0;line-height:1.2;}.product-view .product-shop .price-box .regular-price .price,.product-view .product-shop .price-box .special-price .price,.product-view .product-shop .price-box .full-product-price .price{font-size:22px;letter-spacing:0;}.product-view .product-shop .price-box .special-price .price-label{font-size:16px;text-transform:uppercase;}.product-view .product-shop .price-box .special-price span.weee{color:#4a4a4a;}.product-view .product-shop .price-box .special-price span.weee span.price{font-size:16px;}.product-view .product-shop .price-box .price-excluding-tax,.product-view .product-shop .price-box .price-including-tax{display:block;line-height:1.2;color:#4a4a4a;}.product-view .product-shop .price-box .price-excluding-tax .label,.product-view .product-shop .price-box .price-including-tax .label{font-size:16px;font-weight:300;}.product-view .product-shop .price-box .price-excluding-tax .price,.product-view .product-shop .price-box .price-including-tax .price{font-size:20px;}.product-view p.required{display:none;}.product-view .price-box.map-info a{display:inherit;}.product-view .old-price .price-label{display:none;}.product-view .add-to-cart-wrapper,.product-view .block-related{width:100%;float:right;clear:right;}.product-details-info{margin:0 0 16px;}.details-block-general table{width:100%;}.details-block-general table td{font-size:15px;line-height:22px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;vertical-align:top;padding:0 0 5px;letter-spacing:0.04em;}.details-block-general table td:first-child{font-weight:600;text-transform:uppercase;padding-right:5px;padding-top:2px;width:54%;}@media only screen and (min-width:771px){.details-block-general table td:first-child{width:31%;}}.details-block-general table td span{font-weight:normal;text-transform:none;font-size:12px;line-height:1.1;}.details-block-general .note-wrapper{position:relative;display:inline-block;vertical-align:top;}.details-block-general .note-wrapper .label{cursor:help;}.details-block-general .note-wrapper .note{position:absolute;bottom:100%;background:#4a4a4a;color:#fff;font-size:13px;line-height:24px;letter-spacing:0.03em;padding:10px 15px;border-radius:4px;width:264px;z-index:1;margin:0 0 7px;left:0;}@media only screen and (min-width:771px){.details-block-general .note-wrapper .note{width:300px;left:50%;transform:translateX(-50%);padding:10px 23px;}}.details-block-general .note-wrapper .note:after{content:'';position:absolute;top:100%;border:solid transparent;border-width:10px 10px 0 10px;border-top-color:#4a4a4a;transform:translateX(-50%);left:30%;}@media only screen and (min-width:771px){.details-block-general .note-wrapper .note:after{left:50%;}}.catalog-product-view .breadcrumbs{margin-bottom:3px;}.catalog-product-view .dialog{z-index:10003 !important;}#ring-size-note .tooltip{font-size:13px;line-height:24px;padding:7px 0 22px;}#ring-size-note textarea{max-width:none;background:#fff;border-color:#8ea0aa;padding:7px 11px;height:80px;}@media only screen and (max-width:850px){.product-view .product-shop .price-box .price-excluding-tax .label,.product-view .product-shop .price-box .price-including-tax .label{font-size:15px;}.product-view .product-shop .price-box .price-excluding-tax .price,.product-view .product-shop .price-box .price-including-tax .price{font-size:18px;}}@media only screen and (max-width:770px){.product-view .product-img-box .sku{margin-bottom:18px;}.product-view .add-to-cart-wrapper{float:none;width:100%;clear:both;}.product-view .product-shop .price-box .price-excluding-tax .label,.product-view .product-shop .price-box .price-including-tax .label{font-size:16px;}.product-view .product-shop .price-box .price-excluding-tax .price,.product-view .product-shop .price-box .price-including-tax .price{font-size:20px;}}@media only screen and (max-width:420px){.product-view .product-shop .price-box .price-excluding-tax,.product-view .product-shop .price-box .price-including-tax{margin-bottom:5px;}.product-view .product-shop .price-box .price-excluding-tax span,.product-view .product-shop .price-box .price-including-tax span{display:block;}}.product-img-box{margin:0 -13px 26px;position:relative;}@media only screen and (min-width:771px){.product-img-box{padding-top:9px;padding-right:19px;width:51.5%;float:left;margin:0;}}@media only screen and (min-width:770px){.product-img-box .disable-zoom{width:100%;height:100%;position:absolute !important;}}.product-img-box .iframe-wrap{position:relative;height:0;}.product-img-box .iframe-wrap.square-video{padding-bottom:100%;}.product-img-box .iframe-wrap.rectangular-video{padding-bottom:56.25%;}.product-img-box .iframe-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.product-img-box .product-image img{max-width:100%;margin:0 auto;}.product-img-box .product-image-thumbs.slick-slider{width:auto;margin:0 -5px;font-size:0;line-height:0;letter-spacing:-4px;white-space:nowrap;text-align:center;}.product-img-box .product-image-thumbs .slick-track{min-width:100%;}.product-img-box .product-image-thumbs .thumb-link{position:relative;border:none;margin:0 5px;display:inline-block;vertical-align:top;float:none !important;}.product-img-box .product-image-thumbs .thumb-link.slick-current:before,.product-img-box .product-image-thumbs .thumb-link.slick-current:after{display:block;}.product-img-box .product-image-thumbs .thumb-link.slick-current .thumb-image-holder:before,.product-img-box .product-image-thumbs .thumb-link.slick-current .thumb-image-holder:after{display:block;}.product-img-box .product-image-thumbs .thumb-link.slick-current .video-thumb-overlay{opacity:0;}.product-img-box .product-image-thumbs .thumb-link:before,.product-img-box .product-image-thumbs .thumb-link:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#ad562d;display:none;}.product-img-box .product-image-thumbs .thumb-link:after{top:auto;bottom:0;}.product-img-box .product-image-thumbs .thumb-link .thumb-image-holder{display:block;}.product-img-box .product-image-thumbs .thumb-link .thumb-image-holder:before,.product-img-box .product-image-thumbs .thumb-link .thumb-image-holder:after{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:#ad562d;display:none;}.product-img-box .product-image-thumbs .thumb-link .thumb-image-holder:after{left:auto;right:0;}.product-img-box .product-image-thumbs .thumb-link .video-thumb-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.3;}.product-img-box .product-image-thumbs .thumb-link .play-video-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0;border:solid transparent;border-width:10px 0 10px 15px;border-left-color:#fff;}.product-img-box .product-image-thumbs .thumb-link img{padding:0;display:block;border-radius:0;width:100%;max-width:none;height:auto;}.product-img-box .more-views{overflow:hidden;}.product-img-box .more-views .pseudo-next,.product-img-box .more-views .pseudo-prev,.product-img-box .more-views .slick-arrow{outline:none !important;height:100%;top:0;transform:translateY(0);width:44px;background:#8ea0aa;color:#fff;margin:0;}.product-img-box .more-views .pseudo-next:hover,.product-img-box .more-views .pseudo-prev:hover,.product-img-box .more-views .slick-arrow:hover{background:#305b6c;}.product-img-box .more-views .pseudo-next:before,.product-img-box .more-views .pseudo-prev:before,.product-img-box .more-views .slick-arrow:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:24px;line-height:1;color:#fff;}.product-img-box .more-views .pseudo-next,.product-img-box .more-views .slick-next{right:0;}.product-img-box .more-views .pseudo-next:before,.product-img-box .more-views .slick-next:before{content:"\e929";}.product-img-box .more-views .pseudo-prev,.product-img-box .more-views .slick-prev{display:none !important;left:0;}.product-img-box .more-views .pseudo-prev:before,.product-img-box .more-views .slick-prev:before{content:"\e928";}.product-image-gallery{position:relative;margin:0 0 13px;}@media only screen and (min-width:771px){.product-image-gallery{margin-bottom:8px;}}.product-image-gallery .gallery-image{max-width:none;padding:0;}@media only screen and (min-width:771px){.product-image-gallery .gallery-image{border-radius:4px;overflow:hidden;}}.product-image-gallery .gallery-image.visible{display:block;}.product-image-gallery .gallery-image.visible.hidden{visibility:hidden;}.product-image-gallery .slick-slide{outline:none !important;}.product-image-gallery .slick-arrow{display:none !important;}.product-image-gallery:before,.product-image-gallery:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;display:none;}.product-image-gallery:before{background-color:white;opacity:0.8;z-index:2;}.product-image-gallery:after{background-image:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/opc-ajax-loader.gif');background-repeat:no-repeat;background-position:center;z-index:3;}.product-image-gallery.loading{position:relative;}.product-image-gallery.loading:before,.product-image-gallery.loading:after{display:block;}.product-image-thumbs li{display:inline-block;}.product-image-thumbs li:first-child{margin-left:-1px;}.product-image-thumbs a{display:inline-block;border:1px solid transparent;}.product-image-thumbs img{border-radius:7px;}.no-touch .product-image-thumbs a:focus{outline:0;}.product-view .product-shop .products-grid li,.product-view .block-related .products-grid li{margin-bottom:8px;}.product-view .block-related,.box-collateral{margin-bottom:10px;}.product-view .add-to-cart .qty-wrapper,.product-view .product-options-bottom .price-box,.product-view .add-to-cart-buttons{min-height:40px;}.product-view .product-options-bottom .price-box,.product-view .add-to-cart .qty-wrapper,.product-view .add-to-cart-buttons .button,.product-view .add-to-cart-buttons .paypal-logo{margin-bottom:10px;}.product-view .add-to-cart .qty-wrapper,.product-view .add-to-cart .qty-wrapper label{margin-right:7px;float:left;}.product-view .add-to-cart .qty-wrapper label{line-height:40px;}.product-view .add-to-cart .qty-wrapper .qty{float:left;height:40px;}.product-view .add-to-cart-buttons .paypal-logo{clear:left;text-align:center;}.product-view .add-to-cart-buttons .paypal-logo .paypal-button{margin:0 auto;display:block;width:170px;}.product-view .add-to-cart-buttons .paypal-logo .bml_button{display:block;width:174px;margin:0 auto;}.product-view .add-to-cart-buttons .paypal-logo .bml_button a{text-align:center;}.product-view .add-to-cart-buttons .paypal-logo .paypal-or{display:block;margin-bottom:10px;margin-left:0;margin-right:0;line-height:1;text-align:center;}.product-view .add-to-cart-buttons .button{line-height:69px;height:64px;width:100%;font-weight:600;font-size:15px;letter-spacing:0.14em;margin:0;}.product-view .alert-price,.product-view .alert-stock{clear:both;}.product-view a[x-apple-data-detectors]{color:inherit !important;text-decoration:none !important;font-size:inherit !important;font-family:inherit !important;font-weight:inherit !important;line-height:inherit !important;}@media only screen and (max-width:479px){.product-view .add-to-cart-buttons .paypal-or{line-height:20px;}.product-view .add-to-cart-buttons .paypal-logo,.product-view .add-to-cart-buttons .paypal-or,.product-view .add-to-cart-buttons .paypal-button,.product-view .add-to-cart-buttons .button{text-align:center;width:100%;display:block;margin-right:0;margin-left:0;float:none;}}.add-to-box .or{display:none;}.product-view .add-to-links,.compare-table .add-to-links{float:right;width:140px;margin:0;}.product-view .add-to-links li,.compare-table .add-to-links li{float:left;margin:0 0 0 6px;position:relative;}.product-view .add-to-links li:hover .link-tooltip,.compare-table .add-to-links li:hover .link-tooltip{display:block;}.product-view .add-to-links .separator,.compare-table .add-to-links .separator{display:none;}.product-view .add-to-links .link-tooltip,.compare-table .add-to-links .link-tooltip{display:none;position:absolute;right:50%;transform:translateX(50%);bottom:100%;background:#4a4a4a;color:#fff;font-size:13px;line-height:24px;letter-spacing:0.03em;padding:10px 15px;border-radius:4px;z-index:1;margin:0 0 10px;white-space:nowrap;}@media only screen and (max-width:1439px){.product-view .add-to-links .link-tooltip.position-right,.compare-table .add-to-links .link-tooltip.position-right{right:0;transform:translateX(0);}.product-view .add-to-links .link-tooltip.position-right:after,.compare-table .add-to-links .link-tooltip.position-right:after{right:22px;transform:translateX(0);}}@media only screen and (min-width:771px){.product-view .add-to-links .link-tooltip,.compare-table .add-to-links .link-tooltip{padding:10px 23px;}}.product-view .add-to-links .link-tooltip:after,.compare-table .add-to-links .link-tooltip:after{content:'';position:absolute;top:100%;right:50%;transform:translateX(50%);border:solid transparent;border-width:10px 10px 0 10px;border-top-color:#4a4a4a;}.product-view .add-to-links a,.compare-table .add-to-links a{transition:all 0.3s linear 0s;transition-property:background, border, color;display:block;border:1px solid #8ea0aa;border-radius:4px;color:#ad562d;text-align:center;font-size:0;line-height:0;letter-spacing:-4px;width:64px;height:64px;position:relative;}.product-view .add-to-links a:hover,.compare-table .add-to-links a:hover,.product-view .add-to-links a:focus,.compare-table .add-to-links a:focus{background:#559194;border-color:#559194;color:#fff;}.product-view .add-to-links a.link-wishlist:before,.compare-table .add-to-links a.link-wishlist:before{content:"\e91a";opacity:1;}.product-view .add-to-links a.link-wishlist:after,.compare-table .add-to-links a.link-wishlist:after{content:"\e91b";opacity:0;}.product-view .add-to-links a.link-wishlist:hover:before,.compare-table .add-to-links a.link-wishlist:hover:before,.product-view .add-to-links a.link-wishlist:focus:before,.compare-table .add-to-links a.link-wishlist:focus:before{opacity:0;}.product-view .add-to-links a.link-wishlist:hover:after,.compare-table .add-to-links a.link-wishlist:hover:after,.product-view .add-to-links a.link-wishlist:focus:after,.compare-table .add-to-links a.link-wishlist:focus:after{opacity:1;}.product-view .add-to-links a.link-compare:before,.compare-table .add-to-links a.link-compare:before{content:"\e926";font-size:22px;}.product-view .add-to-links a.link-compare:after,.compare-table .add-to-links a.link-compare:after{content:"\e927";font-size:22px;}.product-view .add-to-links a:before,.compare-table .add-to-links a:before,.product-view .add-to-links a:after,.compare-table .add-to-links a:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:opacity 0.3s linear 0s;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);letter-spacing:0;font-size:28px;}.free-shipping-returns,.inquire-items-form-trigger{display:block;font-size:18px;letter-spacing:0.04em;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;color:#688493;text-transform:uppercase;text-decoration:none;text-align:center;margin:16px 0 0;float:left;width:100%;}.inquire-items-form-trigger{border-radius:4px;background:#e7ebec;text-align:center;position:relative;line-height:30px;padding:21px 25px 19px;}.inquire-items-form-trigger:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:8px;border:1px solid #fff;border-radius:4px;z-index:1;}.inquire-items-form-trigger .text-container{position:relative;z-index:2;}.pay-link-holder{float:left;width:100%;margin:20px 0 0;text-align:center;}.pay-link-holder .pay-over-time-link{font-weight:normal;font-size:15px;letter-spacing:0.035em;color:#688493;}.pay-link-holder #bread-product-tooltip{display:inline-block;vertical-align:top;}.pay-link-holder #bread-product-tooltip:hover .header{text-decoration:none;}.pay-link-holder .header{letter-spacing:0.035em;color:#688493;text-decoration:underline;text-align:center;font-weight:normal;font-size:15px;line-height:21px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.pay-link-holder .content{text-align:left;}#bread-btn-cntnr{display:none !important;}.product-view .sharing-links{float:left;}@media only screen and (max-width:770px){.product-view .sharing-links{text-align:center;display:inline-block;float:none;}}.product-view .sharing-links:after{content:'';display:table;clear:both;}.product-view .sharing-links li{display:inline-block;vertical-align:top;width:27px;height:27px;margin-right:6px;}.product-view .sharing-links a{text-indent:-9999px;width:100%;height:100%;display:block;}.product-view .sharing-links a:hover{opacity:0.8;}.product-view .sharing-links .link-email-friend{background-position:-322px -111px;width:28px;height:19px;margin:4px 8px 0 0px;}.product-view .sharing-links .p{background-position:-353px -106px;}.product-view .sharing-links .link-facebook{background-position:-380px -106px;}.product-view .sharing-links .link-twitter{background-position:-408px -106px;}.product-collateral{clear:both;margin:0 0 51px;}@media only screen and (min-width:771px){.product-collateral{margin-bottom:40px;}}@media only screen and (min-width:771px){.collateral-tabs{display:table;table-layout:fixed;width:100%;}.collateral-tabs .tab-content{display:table-cell !important;vertical-align:top;}}.box-collateral{clear:both;}.toggle-tabs{display:none;}@media only screen and (min-width:771px){.toggle-tabs{display:table;table-layout:fixed;border-bottom:1px solid #fff;width:100%;overflow:hidden;border-radius:4px 4px 0 0;}.toggle-tabs > li{display:table-cell;border-left:1px solid #fff;}.toggle-tabs > li:first-child{border-left:none;}.toggle-tabs a,.toggle-tabs span{display:block;background:#e7ebec;color:#688493;text-transform:uppercase;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:20px;line-height:26px;padding:26px 5px 18px;text-align:center;letter-spacing:0.035em;margin:0;cursor:default;pointer-events:none;}}@media only screen and (max-width:770px){.collateral-tabs{border-radius:4px;background:#e7ebec;}}@media only screen and (min-width:771px){.collateral-tabs{border-radius:0 0 4px 4px;}}@media only screen and (min-width:771px){.collateral-tabs .mobile-only{display:none;}}@media only screen and (max-width:770px){.collateral-tabs .desktop-only{display:none;}}@media only screen and (max-width:770px){.collateral-tabs dt{position:relative;text-transform:uppercase;font-size:18px;line-height:26px;letter-spacing:0.04em;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;color:#688493;padding:17px 15px 17px 43px;border-top:1px solid #fff;}.collateral-tabs dt:first-child{border-top:none;}.collateral-tabs dt.current:before{content:"\e92d";}.collateral-tabs dt:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:17px;left:11px;content:"\e921";font-size:27px;line-height:1;}}@media only screen and (min-width:771px){.collateral-tabs dt{display:none;}}.collateral-tabs dd{background:#e7ebec;display:none;padding:6px 15px 30px;}.collateral-tabs dd.current{display:block;}@media only screen and (min-width:771px){.collateral-tabs dd{padding:40px 30px;}.collateral-tabs dd:after{content:'';display:table;clear:both;}}.collateral-tabs .gem-hint{margin-bottom:22px;border-radius:4px;background:#dae1e3;padding:21px 17px 19px;font-size:16px;}.collateral-tabs .gem-information-grid{border-radius:4px;background:#dae1e3;padding:21px 17px 19px;margin:0 0 22px;}.collateral-tabs .gem-information-grid table{width:100%;}.collateral-tabs .gem-information-grid table tbody > tr:first-child th{padding-top:7px;}.collateral-tabs .gem-information-grid table th{text-transform:uppercase;font-weight:600;font-size:15px;line-height:22px;letter-spacing:0.04em;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#4a4a4a;padding:15px 0 12px;}.collateral-tabs .gem-information-grid table td{font-size:15px;line-height:22px;letter-spacing:0.04em;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#4a4a4a;padding:4px 0 4px 5px;vertical-align:top;}.collateral-tabs .gem-information-grid table td:first-child{text-transform:uppercase;font-weight:600;padding:6px 0 2px;width:48%;}@media only screen and (min-width:771px){.collateral-tabs .gem-information-grid table td:first-child{width:38%;}}.collateral-tabs .gem-information-grid table td.with-reference{position:relative;}.collateral-tabs .gem-information-grid table td.with-reference .value{text-decoration:underline;color:#688493;cursor:pointer;}.collateral-tabs .gem-information-grid table td.with-reference .reference{position:absolute;bottom:100%;background:#4a4a4a;color:#fff;font-size:13px;line-height:24px;letter-spacing:0.03em;padding:10px 15px;border-radius:4px;width:264px;z-index:1;margin:0 0 7px;}@media only screen and (max-width:770px){.collateral-tabs .gem-information-grid table td.with-reference .reference{right:-17px;}}@media only screen and (min-width:771px){.collateral-tabs .gem-information-grid table td.with-reference .reference{width:416px;left:50%;transform:translateX(-50%);padding:25px 23px;}}.collateral-tabs .gem-information-grid table td.with-reference .reference:after{content:'';position:absolute;top:100%;border:solid transparent;border-width:10px 10px 0 10px;border-top-color:#4a4a4a;transform:translateX(-50%);left:67%;}@media only screen and (min-width:771px){.collateral-tabs .gem-information-grid table td.with-reference .reference:after{left:50%;}}.collateral-tabs .gem-information-grid,.collateral-tabs .gem-hint{margin-left:auto;margin-right:auto;max-width:640px;}@media only screen and (min-width:771px){.collateral-tabs .report:after{content:'';display:table;clear:both;}}.collateral-tabs h3{margin:-2px 0 16px;}.collateral-tabs h3.gia{background:url("https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/gia.png") no-repeat;overflow:hidden;text-indent:-9999px;width:94px;height:31px;}.collateral-tabs .thumbnail{margin:0 0 23px;}@media only screen and (min-width:980px){.collateral-tabs .thumbnail{float:left;margin:0 20px 0 0;max-width:50%;}}.collateral-tabs .details{overflow:hidden;border-radius:4px;background:#dae1e3;text-transform:uppercase;padding:23px 20px 19px;}@media only screen and (min-width:771px){.collateral-tabs .details{padding:24px 24px 19px;}}.collateral-tabs .details .report-number{margin:0 0 9px;font-size:15px;line-height:22px;letter-spacing:0.04em;}.collateral-tabs .details .label{text-transform:uppercase;font-weight:600;display:inline-block;vertical-align:top;margin:2px 4px 0 0;}.collateral-tabs .details .value{display:inline-block;vertical-align:top;}.collateral-tabs .details .report-link{display:inline-block;vertical-align:top;position:relative;padding:0 0 0 23px;text-transform:uppercase;color:#688493;font-size:14px;line-height:22px;letter-spacing:0.04em;font-weight:600;}.collateral-tabs .details .report-link:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:1px;left:0;content:"\e92c";font-size:17px;line-height:1;}.collateral-tabs .details .report-link:hover{text-decoration:none;color:#ad562d;}@media only screen and (max-width:770px){.product-view .product-shop,.product-view .add-to-cart-wrapper{width:100%;float:none;}.product-view .block-related,.product-collateral{width:100%;float:none;padding-right:0;padding-left:0;}}#product-attribute-specs-table{max-width:50em;border:1px solid #d1d6da;}#product-attribute-specs-table th{border-right:1px solid #d1d6da;border-bottom:1px solid #d1d6da;}.grouped-items-table-wrapper{border:solid 1px #d1d6da;width:100%;padding:10px;margin-bottom:15px;}.grouped-items-table-wrapper tbody tr:last-child td{border-bottom:none;}@media only screen and (max-width:479px){.grouped-items-table-wrapper{margin-bottom:15px;}}.grouped-items-table .name-wrapper{color:#688493;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.grouped-items-table .qty-wrapper{padding-top:7px;}.grouped-items-table .qty-label{margin-left:7px;}.grouped-items-table td{padding:4px;}.grouped-items-table td:last-child{width:30%;text-align:left;}.grouped-items-table .price-box{text-align:right;}.product-options{width:100%;margin:0 0 16px;clear:both;position:relative;}.product-options label{font-weight:normal;font-size:15px;padding-left:5px;}.product-options label.required:after,.product-options span.required:after{color:#9e0b0f;}.product-options .text-label{display:none;}.product-options > dl{margin-right:-8px;}.product-options > dl > dt,.product-options > dl > dd{float:left;width:calc(100% - 8px);margin-right:8px;padding:0;}.product-options dl:after{content:'';display:table;clear:both;}.product-options dt{margin:0;}.product-options dt label{display:none;}.product-options dd:last-child{padding-bottom:0;}.product-options .option-text{float:right;width:61%;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:14px;line-height:19px;margin-bottom:10px;}@media only screen and (max-width:515px){.product-options .option-text{width:48%;}}@media only screen and (max-width:349px){.product-options .option-text{width:47%;}}.product-options .select{float:left;width:calc(100% - 8px);margin-right:8px;}@media only screen and (min-width:771px){.product-options .select{width:calc(50% - 8px);}}.product-options .select:first-child dd select{width:100%;}.product-options .select .input-box{float:left;width:100%;margin-bottom:13px;}.product-options .config-select{float:left;}.product-options .config-select:first-child dd select{width:82px;float:left;margin-right:15%;}@media only screen and (max-width:479px){.product-options .config-select:first-child{margin-right:4%;width:27.334%;}.product-options .config-select:first-child dd select{width:100%;}}@media only screen and (max-width:479px){.product-options .config-select:nth-child(2){width:68.334%;}.product-options .config-select:nth-child(2) dd select{width:100%;}}.product-options .config-select:nth-child(3){clear:left;}.product-options .config-select:nth-child(3) dd select{width:274px;}@media only screen and (max-width:479px){.product-options .config-select:nth-child(3){width:100%;}.product-options .config-select:nth-child(3) dd select{width:100%;}}.product-options div.selector{display:block;width:auto !important;height:44px;}.product-options div.selector span,.product-options div.selector select{height:100%;}.product-options div.selector span{width:auto !important;line-height:42px;}#ring-size-selector [type="checkbox"]:not(:checked),#ring-size-selector [type="checkbox"]:checked{position:absolute;left:-9999px;}#ring-size-selector [type="checkbox"]:not(:checked) + label,#ring-size-selector [type="checkbox"]:checked + label{position:relative;padding:0 0 0 28px;cursor:pointer;line-height:1.3;}#ring-size-selector [type="checkbox"]:not(:checked) + label:before,#ring-size-selector [type="checkbox"]:checked + label:before{content:"";position:absolute;left:0;top:1px;width:16px;height:16px;border:1px solid #9d9d9d;background:#fff;color:#fff;border-radius:4px;transition:border 0.2s;}#ring-size-selector [type="checkbox"]:checked + label:before{border-color:#305b6c;}#ring-size-selector [type="checkbox"]:not(:checked) + label:after,#ring-size-selector [type="checkbox"]:checked + label:after{content:"\e907";font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:2px;left:1px;width:14px;height:14px;font-size:12px;line-height:15px;color:#fff;text-align:center;transition:all 0.2s;background-color:#305b6c;border-radius:2px;}#ring-size-selector [type="checkbox"]:not(:checked) + label:after{opacity:0;transform:scale(0);}#ring-size-selector [type="checkbox"]:checked + label:after{opacity:1;transform:scale(1);}#ring-size-selector [type="checkbox"]:disabled:not(:checked) + label:before,#ring-size-selector [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}#ring-size-selector [type="checkbox"]:disabled:checked + label:after{color:#999;}#ring-size-selector [type="checkbox"]:disabled + label{color:#aaa;}#ring-size-selector label{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;letter-spacing:0.04em;line-height:18px;}@media only screen and (max-width:979px){.product-view .product-options .required{position:static;}}.product-options dt{font-weight:normal;}.product-options dt:first-child{margin-top:0;}.product-options dd .qty-holder{display:block;padding:10px 0 0 0;}.product-options dd .qty-holder .qty{width:3em;}.product-options dd .qty-holder label{vertical-align:middle;}.product-options dd .qty-disabled{background:none;border:0;padding:0 2px;}.product-options dd{padding:0 0 13px 0;margin:0;}.product-options dl.last dd.last{border-bottom:0;padding-bottom:5px;margin-bottom:0;}.product-options dd .input-text{width:98%;border:1px solid #ebdbd1;border-radius:5px;}.product-options dd .input-box{padding-top:0;}.product-options dd input.datetime-picker{width:150px;}.product-options dd .time-picker{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;padding:2px 0;vertical-align:middle;}.product-options dd textarea{width:100%;max-width:100%;padding:7px 11px;height:80px;}.product-options dd select{width:100%;}.product-options ul.options-list{margin-right:5px;}.product-options ul.options-list li{line-height:1.5;margin-bottom:7px;}.product-options ul.options-list li:last-child{margin-bottom:0;}.product-options ul.options-list .radio,.product-options ul.options-list .checkbox{float:left;margin-top:5px;}.product-options ul.options-list .label{display:block;}.product-options ul.options-list label{font-weight:normal;}.product-options p.note{margin:0;font-size:14px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.product-shop > .product-options-bottom,.product-shop > .add-to-cart-wrapper .add-to-cart{float:left;width:calc(100% - 140px);}.product-options-bottom .product-pricing,.product-options-bottom .tier-prices{float:right;margin:0;padding:0 0 10px;border:0;background:0;color:#4a4a4a;}@media only screen and (max-width:1199px){.product-options-bottom .product-pricing,.product-options-bottom .tier-prices{float:none;width:100%;text-align:right;padding-bottom:5px;margin-bottom:10px;border-bottom:1px solid #cecece;}}.product-options-bottom .tier-prices li{background:0;padding:2px 0;}.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit{color:#4a4a4a;}.product-options-bottom .price-box{display:none;float:right;margin:0 0 10px;padding:0;}@media only screen and (max-width:479px){.product-options-bottom .price-box .price-as-configured{text-align:right;}.product-options-bottom .price-box .price-as-configured .price-label{display:block;}}.product-options-bottom .price-tax{float:left;}.block-related li{margin-bottom:7px;}.block-related .block-title{border-bottom:none;}.block-related .block-title h2{margin:0;margin-bottom:0.5em;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:24px;font-weight:400;font-style:normal;line-height:1.2;text-rendering:optimizeLegibility;text-transform:uppercase;margin-bottom:0;}.block-related .block-subtitle{margin-bottom:7px;}.block-related .product{position:relative;}.block-related .checkbox{float:left;margin-top:36px;display:none;}.block-related .product-details{margin-left:0px;float:left;clear:both;}.block-related .product-name{margin-bottom:3px;}.block-related .product-details .price-box{margin:2px 0 3px;}.block-related .product-details .price-box a,.block-related .product-details .price-box p,.block-related .product-details .price-box span{float:left;margin-left:3px;}.block-related .product-details .price-box a:first-child,.block-related .product-details .price-box p:first-child,.block-related .product-details .price-box span:first-child{margin-left:0;font-size:16px;padding-right:5px;padding-left:5px;}.block-related .product-details .price-box:after{content:'';display:table;clear:both;}.block-related .link-wishlist{display:none;}.separator{height:6px;border-top:1px solid #d1d6da;border-bottom:1px solid #d1d6da;}.box-up-sell{margin-top:20px;}.box-up-sell .ratings{display:none;}.box-up-sell .products-grid li{margin-bottom:8px;}.product-img-box .product-name{display:none;}.product-img-box .link{display:none;color:#ededed;position:absolute;right:10px;z-index:1000;top:10px;font-size:11px;vertical-align:top;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.product-img-box .link:before{content:'';display:inline-block;width:16px;height:14px;background-position:-525px -56px;margin-right:3px;}.product-img-box .link.visible{display:block;}.zoomWindowContainer > div{border-radius:5px;}.lb-container{padding:8px;}.lb-close{z-index:1000;display:block;position:absolute;width:41px;height:40px;right:-15px;top:-13px;background-position:-192px -98px;cursor:pointer;}.lb-close:hover{opacity:1;}@media only screen and (max-width:910px){.lb-outerContainer{width:100% !important;height:100% !important;}.lb-container{width:100%;margin:0 auto;height:100%;}.lb-dataContainer{width:100% !important;}.lb-image{width:100% !important;height:auto !important;max-width:100% !important;}.lb-close{right:0;}}.lb-image{margin:0 auto;height:auto !important;min-width:100% !important;min-height:100% !important;}@media only screen and (max-width:770px){.product-img-box .link.visible{display:none;}}.term-block{display:inline;}.term-link,.term-popup-link{text-decoration:underline;cursor:pointer;}.term-popup{position:absolute;width:275px;background:#fff;border:1px solid #ebdbd1;padding:20px;border-radius:5px;top:-139px;box-shadow:0px 2px 1px 0px rgba(0, 0, 0, 0.3);}.term-popup:after{content:'';display:block;width:17px;height:17px;position:absolute;background-color:#fff;border:solid #ebdbd1;border-width:0px 1px 1px 0px;transform:rotate(45deg);-ms-transform:rotate(45deg);bottom:-9px;left:120px;box-shadow:2px 2px 1px 0px rgba(0, 0, 0, 0.3);}.term-popup.top:after{border-top-color:transparent;border-bottom:10px solid #111;top:-20px;bottom:auto;}.term-popup.left:after{left:10px;margin:0;}.term-popup.right:after{right:10px;left:auto;margin:0;}.term-popup-description p{margin-bottom:0.4em;}.cms{margin-bottom:8px;}.cms.inquire{margin-bottom:16px;}.cms .icon{width:38px;height:38px;display:inline-block;vertical-align:middle;margin-right:9px;}.cms .text{color:#ac572e;font-size:14px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;display:inline-block;vertical-align:middle;}.cms.free-sizing .icon{background-position:-239px -99px;}.cms.inquire .icon{background-position:-279px -99px;}@media only screen and (min-width:960px){.block-related{}.block-related .products-grid--max-4-col > li:nth-child(odd){clear:none;}.block-related .products-grid--max-4-col > li:nth-child(3n+1){clear:none;}.block-related .products-grid--max-4-col > li:nth-child(even),.block-related .products-grid--max-4-col > li:nth-child(3n){margin-right:1.70358%;}.block-related .products-grid--max-4-col > li{margin-right:1.70358%;}.block-related .products-grid--max-4-col > li{width:23.72232%;margin-right:1.70358%;}.block-related .products-grid--max-4-col > li:nth-child(4n+1){clear:left;}.block-related .products-grid--max-4-col > li:nth-child(4n){margin-right:0;}}.block-related .block-title h2,.box-up-sell .block-title h2,.block-related .box-title h2,.box-up-sell .box-title h2{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:20px;text-align:center;margin-bottom:18px;}.block-related .add-to-links,.box-up-sell .add-to-links{float:none;text-align:center;margin-right:0;}.block-related .add-to-links li,.box-up-sell .add-to-links li{float:none;}.block-related .add-to-links li a,.box-up-sell .add-to-links li a{border:0;margin-left:0;display:block;}@media only screen and (min-width:960px) and (max-width:1004px){.block-related .add-to-links li,.box-up-sell .add-to-links li{border-color:transparent !important;}}@media only screen and (max-width:935px){.block-related .add-to-links li,.box-up-sell .add-to-links li{border-color:transparent #ece1d9 !important;}}@media only screen and (max-width:773px){.block-related .add-to-links li,.box-up-sell .add-to-links li{border-color:transparent !important;}}@media only screen and (min-width:770px){.catalog-product-view .main-container.col1-layout{position:inherit;padding-bottom:42px;}}.aw-sociable_services.aw-sociable_services-product-page{margin:0 0 11px;}.aw-sociable_services.aw-sociable_services-product-page .sharing-links{display:none;}.product-shop .aw-sociable_services.aw-sociable_services-product-page .sharing-links,.share-tip .aw-sociable_services.aw-sociable_services-product-page .sharing-links{display:inline-block;}.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-google1,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-google1{display:none;}.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest{padding:0;width:27px;height:27px;margin-right:3px;}.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook img,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook img,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter img,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter img,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest img,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest img{display:none;}.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook a,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook a,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter a,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter a,.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest a,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest a{display:block;width:100%;height:100%;}.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook{background-position:-380px -107px;}.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter{background-position:-409px -107px;}.product-shop .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest,.share-tip .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest{background-position:-353px -107px;}@media only screen and (max-width:770px){.cms{padding-left:2px;}.product-shop .aw-sociable_services.aw-sociable_services-product-page{text-align:center;padding-top:0;}.product-shop .aw-sociable_services ul.aw-sociable_services-list{float:none;display:inline-block;width:auto;}}.send-friend .page-title h1{border:0;}.send-friend .form-list li:last-child{margin-bottom:0;}.send-friend textarea{height:50px;max-width:365px;}.send-friend .fieldset{border-radius:4px;background:#e7ebec;position:relative;padding:25px;border:none;font-size:16px;}.send-friend .fieldset:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #fff;border-radius:4px;margin:10px;}.send-friend .fieldset > *{position:relative;z-index:1;}.send-friend .fieldset + .fieldset{margin-top:25px;}.send-friend .buttons-set .back-link{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;}.space-for-center-gemstone{margin-top:20px;}#guide-info-teaser .columns-container{margin-bottom:46px;}.block-recently-viewed{margin:0 0 54px;}.block-recently-viewed .heading{margin:0 0 41px;padding:0 20px;}.block-recently-viewed h2{text-align:center;font-size:32px;line-height:38px;color:#688493;letter-spacing:0.04em;margin:0;}.block-recently-viewed .more-views-list{margin:0 -10px;white-space:nowrap;text-align:center;font-size:0;line-height:0;letter-spacing:-4px;position:relative;}@media only screen and (min-width:771px){.block-recently-viewed .more-views-list{margin:0;padding:0 31px;}}.block-recently-viewed .more-views-list .slick-track{min-width:100%;}.block-recently-viewed .more-views-list .slick-dots{position:static;margin:0;list-style:none;line-height:10px;padding:15px 10px;}@media only screen and (min-width:771px){.block-recently-viewed .more-views-list .slick-dots{display:none !important;}}.block-recently-viewed .more-views-list .slick-dots li{display:inline-block;vertical-align:top;width:auto;height:auto;padding:0;margin:8px;}.block-recently-viewed .more-views-list .slick-dots .slick-active button{background:#305b6c;}.block-recently-viewed .more-views-list .slick-dots button{background:#d9dcde;border-radius:50%;width:10px;height:10px;}.block-recently-viewed .more-views-list .slick-dots button:before{display:none;}.block-recently-viewed .more-views-list .slick-dots button:hover{background:#305b6c;}.block-recently-viewed .more-views-list .slick-arrow{background:none;width:40px;height:60px;position:absolute;top:calc(50% - 30px - 54px);margin:0;z-index:1;overflow:hidden;}@media only screen and (max-width:770px){.block-recently-viewed .more-views-list .slick-arrow{display:none !important;}}.block-recently-viewed .more-views-list .slick-arrow:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:45px;line-height:1;color:#688493;opacity:1;}.block-recently-viewed .more-views-list .slick-arrow.slick-prev{left:-9px;}.block-recently-viewed .more-views-list .slick-arrow.slick-prev:before{content:"\e928";}.block-recently-viewed .more-views-list .slick-arrow.slick-next{right:-9px;}.block-recently-viewed .more-views-list .slick-arrow.slick-next:before{content:"\e929";}.block-recently-viewed .item{padding:0 10px;white-space:normal;letter-spacing:0;float:none !important;display:inline-block !important;vertical-align:top;outline:none !important;}@media only screen and (min-width:771px){.block-recently-viewed .item{padding:0 13px;}}.block-recently-viewed .item .product-image{overflow:hidden;border-radius:4px;margin:0 0 12px;}.block-recently-viewed .item img{width:100%;height:auto;max-width:none;padding:0;}.block-recently-viewed .item .product-name{font-size:15px;line-height:21px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;color:#688493;margin:0;text-align:center;}.block-recently-viewed .item .product-name a{color:inherit;}.block-recently-viewed .item .product-name a:hover{color:#ad562d;}.contact-info-bar{border-radius:4px;background:#e7ebec;text-align:center;position:relative;margin:0 0 51px;}.contact-info-bar:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:6px;border:1px solid #fff;border-radius:4px;z-index:1;}.contact-info-bar .text-container{position:relative;z-index:2;}@media only screen and (min-width:771px){.contact-info-bar{margin-bottom:80px;}}.contact-info-bar:before{border-radius:4px;}.contact-info-bar > ul{display:table;table-layout:fixed;width:100%;padding:7px;position:relative;z-index:1;}@media only screen and (min-width:771px){.contact-info-bar > ul{padding-top:31px;padding-bottom:27px;}}.contact-info-bar > ul > li{display:table-cell;position:relative;text-align:center;vertical-align:middle;}.contact-info-bar > ul > li:before{content:'';position:absolute;left:0;top:2px;bottom:2px;width:1px;background:#fff;}@media only screen and (min-width:771px){.contact-info-bar > ul > li{padding:0 5px;font-size:15px;}}.contact-info-bar > ul > li:first-child{border-left:none;}.contact-info-bar > ul > li:first-child:before{display:none;}@media only screen and (max-width:770px){.contact-info-bar h2{display:none;}}@media only screen and (min-width:771px){.contact-info-bar h2{font-size:18px;line-height:26px;font-weight:normal;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;color:#688493;letter-spacing:0.04em;margin:0 0 5px;}}.contact-info-bar a,.contact-info-bar .tip-text{color:#688493;text-decoration:none;position:relative;display:inline-block;vertical-align:top;}@media only screen and (max-width:770px){.contact-info-bar a,.contact-info-bar .tip-text{display:block;padding:40px 15px 14px;text-transform:uppercase;font-size:16px;line-height:22px;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;letter-spacing:0.03em;}}@media only screen and (min-width:771px){.contact-info-bar a,.contact-info-bar .tip-text{padding-left:25px;letter-spacing:0.04em;}}.contact-info-bar a:before,.contact-info-bar .tip-text:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:0;left:0;font-size:18px;color:#8ea0aa;}@media only screen and (max-width:770px){.contact-info-bar a:before,.contact-info-bar .tip-text:before{right:0;top:14px;text-align:center;}}@media only screen and (min-width:771px){.contact-info-bar a:before,.contact-info-bar .tip-text:before{line-height:1;}}.contact-info-bar a:hover{color:#ad562d;}@media only screen and (min-width:771px){.contact-info-bar .link{transition:color 0.3s linear 0s;text-decoration:none;white-space:nowrap;text-transform:uppercase;font-size:14px;padding-left:20px;}.contact-info-bar .link:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e916";font-size:10px;margin:0 -20px 0 6px;}.contact-info-bar .link:after{color:inherit;}.contact-info-bar .link:hover{text-decoration:none;color:#ad562d;}.contact-info-bar .link:hover:after{transition:color 0.3s linear 0s;color:#ad562d;}.contact-info-bar .link:after{margin-right:0;}}.contact-info-bar .link:before{content:"\e91c";}.contact-info-bar .phone:before{content:"\e922";}@media only screen and (min-width:771px){.contact-info-bar .phone:before{top:2px;}}.contact-info-bar .email:before,.contact-info-bar .tip-text:before{content:"\e92b";}@media only screen and (min-width:771px){.contact-info-bar .email:before,.contact-info-bar .tip-text:before{top:3px;font-size:16px;}}@media only screen and (min-width:771px){.contact-info-bar .mobile-text{display:none;}}@media only screen and (max-width:770px){.contact-info-bar .desktop-text{display:none;}}.share-tip-wrapper{position:relative;display:inline-block;vertical-align:top;}.share-tip-wrapper .share-tip-trigger{cursor:pointer;}.share-tip-wrapper .share-tip-trigger:hover{color:#ad562d;}.share-tip-wrapper .share-tip{position:absolute;top:100%;right:0;max-width:180px;background:#fff;border-radius:5px;padding:10px 15px;text-align:center;box-shadow:0 0 3px #4a4a4a;z-index:50;margin:-7px 0 0;}@media only screen and (min-width:771px){.share-tip-wrapper .share-tip{left:50%;transform:translateX(-50%);right:auto;margin-top:9px;}}.share-tip-wrapper .share-tip:before,.share-tip-wrapper .share-tip:after{content:"";position:absolute;bottom:100%;right:20px;border:solid transparent;width:0;height:0;}@media only screen and (min-width:771px){.share-tip-wrapper .share-tip:before,.share-tip-wrapper .share-tip:after{left:50%;right:auto;transform:translateX(-50%);}}.share-tip-wrapper .share-tip:before{border-bottom-color:#979797;border-width:0 9px 10px;}.share-tip-wrapper .share-tip:after{border-bottom-color:#fff;border-width:0 8px 9px;}@media only screen and (max-width:770px){.share-tip-wrapper .share-tip:after{right:21px;}}.share-tip-wrapper .aw-sociable_services{margin:0;padding:0;text-align:center;white-space:nowrap;}.share-tip-wrapper .aw-sociable_services .sharing-links,.share-tip-wrapper .aw-sociable_services .aw-sociable_services-list{display:inline-block;vertical-align:middle;float:none;width:auto;}.share-tip-wrapper .aw-sociable_services .aw-sociable_services-list li{margin:0 2px;}.share-tip-wrapper .aw-sociable_services .aw-sociable_services_link-twitter{display:none;}@media only screen and (min-width:771px){.share-tip-wrapper .aw-sociable_services li{opacity:0.6;}.share-tip-wrapper .aw-sociable_services li:hover{opacity:1;}}.share-tip-wrapper .sharing-links .link-email-friend{display:block;margin:1px 5px 0 2px;}.tab-content .std.gem li{list-style:none;float:left;margin:0 25px 15px 0;}.tab-content .std.gem li:first-child{float:right;width:47%;margin-right:0;}@media only screen and (max-width:1255px){.tab-content .std.gem li:first-child{width:43%;}}@media only screen and (max-width:1179px){.tab-content .std.gem li:first-child{width:40%;}}@media only screen and (max-width:1127px){.tab-content .std.gem li:first-child{width:35%;}}@media only screen and (max-width:1053px){.tab-content .std.gem li:first-child{width:30%;}}@media only screen and (max-width:970px){.tab-content .std.gem li:first-child{width:100%;float:none;margin:10px 0;}}.tab-content .std.gem li img{border:1px solid #edded4;border-radius:2px;}.tab-content .std.gem li a{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:13px;text-decoration:underline;}.tab-content .std.gem li a:before{content:'';width:18px;height:17px;vertical-align:top;display:inline-block;background-position:-524px -75px;margin-right:8px;}@media only screen and (max-width:770px){.tab-content .std.gem li{float:none;display:block;margin:10px 0;}.tab-content .std.gem li img{width:100%;}}.tab-content .std p{clear:both;}.tab-content .details-block{float:left;width:30.33%;margin-right:4%;margin-bottom:15px;}.tab-content .details-block:nth-of-type(4n){clear:both;}.tab-content .details-block.last{margin-right:0;}.tab-content .details-block table{width:100%;}.tab-content h2{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:18px;clear:both;margin-bottom:16px;}.tab-content th{font-size:16px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;padding:5px 0;}.tab-content td{width:50%;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;vertical-align:top;}.tab-content .block-content{margin-top:13px;}.tab-content .block-content th:first-child{padding-top:0;}.tab-content .ring,.tab-content .shipping{float:left;width:48%;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;margin-top:15px;}.tab-content .ring.col1,.tab-content .shipping.col1{margin-right:4%;}.tab-content .ring span,.tab-content .shipping span{font-size:16px;}@media only screen and (max-width:770px){.tab-content .ring,.tab-content .shipping{float:none;width:100%;}}.tab-content #ring-sizing-table{position:relative;top:0;right:0;float:left;background:none;width:100%;}.tab-content #ring-sizing-table img{width:100%;}.tab-content .skip-link{width:100%;text-align:left;font-size:18px;text-transform:uppercase;}.tab-content .skip-link:before{content:'';background-position:-528px -21px;width:6px;height:8px;display:inline-block;margin:0 8px 2px 0;}.tab-content .skip-link.skip-active:before{background-position:-527px -6px;width:8px;margin-right:6px;}@media only screen and (max-width:770px){.tab-content .skip-link{display:none;}}@media only screen and (max-width:900px){.tab-content .details-block{width:46%;}.tab-content .details-block:nth-of-type(3n){clear:both;}}@media only screen and (max-width:770px){.product-view .block-related,.box-up-sell{padding:0 15px;}.tab-content .details-block{display:block;float:none;width:100%;}}.cart-msrp-totals{color:red;font-size:12px !important;font-weight:bold;margin:10px 10px 0;padding:10px;text-align:right;text-transform:uppercase;}.map-cart-sidebar-total{color:red;display:block;font-size:10px;font-weight:bold;text-align:left;padding:2px 5px;}.map-popup{background:#fff;border:5px solid #ccc;margin:12px 0 0;position:absolute;text-align:left;width:450px;z-index:100;}@media only screen and (min-width:771px){.map-popup.map-popup-right{left:10px !important;}.map-popup.map-popup-left{left:auto !important;right:10px !important;}}@media only screen and (max-width:770px){.map-popup{width:100%;left:0px !important;}}.map-popup .map-popup-heading{padding:8px 10px;margin-right:40px;width:auto;}.map-popup .map-popup-heading h3{font-size:14px;margin:0;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left;text-overflow:ellipsis;}@media only screen and (max-width:479px){.map-popup .map-popup-heading h3{text-align:center;}}.map-popup .map-popup-close{display:block;position:absolute;top:0px;right:0px;height:36px;width:36px;font-size:20px;line-height:32px;text-align:center;}.map-popup .map-popup-content{border-top:1px solid #ededed;padding:10px;margin:0 10px;overflow:hidden;text-align:left;}@media only screen and (max-width:479px){.map-popup .map-popup-content{text-align:center;}}.map-popup .map-popup-checkout{padding:10px 0;}.map-popup .map-popup-checkout form:after{content:'';display:table;clear:both;}.map-popup .map-popup-checkout span{display:block;}.map-popup .map-popup-checkout .button{float:left;margin:0 2px;clear:left;}.map-popup .map-popup-checkout .additional-addtocart-box{float:left;min-width:210px;}.map-popup .map-popup-checkout .additional-addtocart-box li{list-style-type:none;}.map-popup .map-popup-checkout .paypal-logo{width:auto;}.map-popup .map-popup-checkout .paypal-logo a{display:inline-block;float:left;clear:left;}.map-popup .map-popup-checkout .paypal-logo .paypal-or{float:left;text-align:center;padding:5px 15px;clear:left;}.map-popup .map-popup-checkout .paypal-logo:after{content:'';display:table;clear:both;}.map-popup .map-popup-checkout .paypal-logo .bml_button a{clear:left;}@media only screen and (max-width:479px){.map-popup .map-popup-checkout{text-align:center;}.map-popup .map-popup-checkout .button,.map-popup .map-popup-checkout .additional-addtocart-box,.map-popup .map-popup-checkout .paypal-logo a,.map-popup .map-popup-checkout .paypal-logo .paypal-or{float:none;}.map-popup .map-popup-checkout .additional-addtocart-box{min-width:0px;}.map-popup .map-popup-checkout .paypal-logo .paypal-or{margin:0px;margin-bottom:10px;}}.map-popup .map-popup-checkout:after{content:'';display:table;clear:both;}.map-popup .map-popup-price{padding:10px 0;}@media only screen and (max-width:479px){.map-popup .map-popup-price{text-align:center;padding-top:0px;}}.map-popup .map-popup-price .price-box,.map-popup .map-popup-price .price-box .special-price{display:inline-block;margin:0;padding:0;}.map-popup .map-popup-price .price-box .minimal-price-link{display:inline-block;}.map-popup .map-popup-text{padding:10px 0;margin:0 10px;word-wrap:break-word;}.map-popup .map-popup-text,.map-popup .map-popup-only-text{border-top:1px solid #ededed;}.price-box .map-link{display:block;text-align:center;}.header-after{margin:0 auto;padding:0 13px;max-width:1306px;}.header-after .block-compare{margin:20px 0 0;}.block-compare .product-name:after{content:'';display:table;clear:both;}.page-popup.catalog-product-compare-index .buttons-set,.page-popup.catalog-product-compare-index .page-title h1{border:none;}.page-popup.catalog-product-compare-index .buttons-set button{text-transform:none;}.compare-table .product-image{display:inline-block;border-radius:4px;border:0;}.compare-table .product-image img{border-radius:4px;}.compare-table{border:1px solid #d9dcde;}.compare-table.data-table th{border:solid #d9dcde;border-width:0 1px 1px 0;background:#e7ebec;}.compare-table.data-table thead th{border-width:0 1px 0 0;}.compare-table.data-table thead td{border-left:1px solid #d9dcde;}.compare-table.data-table tbody td{border:solid #d9dcde;border-width:0 0 1px 1px;}.compare-table.data-table th{background:#e7ebec;}.compare-table .btn-remove{border:0;border-radius:4px;background:#688493;}.compare-table .btn-remove:hover{background:#305b6c;}.compare-table .btn-remove:after{color:#fff;line-height:21px;}.compare-table .product-shop-row.top td{padding-bottom:0;border-bottom:0;text-align:center;}.compare-table .product-shop-row.bottom td{padding-top:0;}.compare-table .btn-cart{text-transform:none;width:100%;}.compare-table .add-to-links a{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:13px;}.compare-table .product-shop-row.top th{border-bottom:0;}.compare-table .actions-wrapper{overflow:hidden;}.compare-table .actions-wrapper .btn-wrapper{float:left;width:calc(100% - 54px);}.compare-table .actions-wrapper .add-to-links{width:54px;}.compare-table .actions-wrapper .add-to-links a{width:48px;height:48px;font-size:0;}.compare-table .actions-wrapper .add-to-links a:before,.compare-table .actions-wrapper .add-to-links a:after{font-size:22px;}.compare-table .std table{border:none;}.compare-table .std table th{font-size:15px;line-height:22px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:0.04em;text-align:left;padding:20px 0 10px;}.compare-table .std table td{font-size:14px;line-height:22px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;vertical-align:top;padding:0 0 5px !important;letter-spacing:0.04em;background:none !important;}.compare-table .std table td:first-child{font-weight:600;text-transform:uppercase;padding-right:5px !important;padding-top:2px !important;width:54%;}@media only screen and (min-width:771px){.compare-table .std table td:first-child{width:31%;}}.compare-table .std table td span{font-weight:normal;text-transform:none;}.skip-link.compare{display:none !important;}.block-compare{background:#e7ebec;display:block !important;margin-bottom:25px;border-radius:4px;position:relative;}@media only screen and (min-width:771px){.block-compare{font-size:0;line-height:0;letter-spacing:-4px;white-space:nowrap;margin-bottom:22px;}.block-compare > *{letter-spacing:0;}}@media only screen and (min-width:771px){.block-compare.more-8{white-space:normal;}}.block-compare:after{content:'';display:table;clear:both;}.block-compare.skip-active{position:relative;top:0;right:0;width:100%;z-index:20;}.block-compare .block-title{text-transform:uppercase;font-size:16px;line-height:22px;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;color:#688493;letter-spacing:0.06em;margin:0;white-space:normal;text-align:center;padding:13px 15px 0;}@media only screen and (min-width:771px){.block-compare .block-title{display:inline-block;vertical-align:middle;width:17.3%;padding:5px 5px 5px 3.1%;text-align:center;}.block-compare .block-title.more-8{display:block;text-align:center;width:100%;padding:15px 10px 20px;}}.block-compare .block-content{margin:0;}@media only screen and (min-width:771px){.block-compare .block-content{display:inline-block;vertical-align:middle;width:82.7%;}.block-compare .block-content.more-8{display:block;width:100%;position:relative;padding-left:5px;}}.block-compare #compare-items{margin:0 -3px;overflow:hidden;}@media only screen and (min-width:771px){.block-compare #compare-items{margin:0;padding:10px 179px 0 0;}}.block-compare #compare-items .btn-remove{display:block;position:absolute;top:2px;right:0;color:#fff;margin:0;}@media only screen and (min-width:771px){.block-compare #compare-items .btn-remove{top:5px;right:5px;}}.block-compare #compare-items .btn-remove:after{font-size:11px;}@media only screen and (min-width:771px){.block-compare #compare-items .btn-remove:after{font-size:13px;}}.block-compare #compare-items .btn-remove:hover{color:#ad562d;}.block-compare #compare-items li.item{float:left;position:relative;border-radius:4px;overflow:hidden;margin:0 3px 6px;width:calc(20% - 6px);}@media only screen and (min-width:771px){.block-compare #compare-items li.item{width:calc(16.666% - 10px);margin:0 5px 10px;}}@media only screen and (min-width:980px){.block-compare #compare-items li.item{width:calc(12.5% - 10px);}}.block-compare #compare-items li.item img{width:100%;height:auto;}.block-compare .actions a{text-decoration:underline;line-height:33px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:13px;}.block-compare #compare-clear-all{display:none;}@media only screen and (max-width:770px){.block-compare .block-content{text-align:center;}.block-compare{margin:20px 0 0;}.block-compare .block-content{padding:7px 8px 17px;}.block-compare .block-content .actions{margin:3px 3px 0;float:left;width:calc(100% - 6px);}.block-compare .block-content .actions .button{width:100%;height:42px;line-height:42px;}}@media only screen and (min-width:771px) and (min-width:771px){.block-compare .block-content .actions{position:absolute;top:50%;transform:translateY(-50%);right:0;margin:0;padding:0 26px 0 0;}}@media only screen and (min-width:771px) and (min-width:771px){.block-compare .block-content .actions .button{height:46px;line-height:46px;min-width:135px;}}@media only screen and (max-width:770px){.block-compare .block-content #compare-items li:nth-child(n + 6).pseudo-item{display:none;}}@media only screen and (min-width:771px) and (max-width:979px){.block-compare .block-content #compare-items li:nth-child(n + 7).pseudo-item{display:none;}}@media only screen and (min-width:980px){.block-compare .block-content #compare-items li:nth-child(n + 9).pseudo-item{display:none;}}.compare-table h2{text-align:center;margin-bottom:3px;font-size:14px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.compare-table h2 a{color:#688493;}.compare-table h2 a:hover{color:#ad562d;}.compare-table .separator{margin-bottom:5px;}.compare-table .block-content{margin:0;padding:0;}.compare-table .block-content table td{border:0;padding:2px 0;}.compare-table .block-content table th{border:0;background:transparent;}@media print{.page-popup .compare-table.data-table thead,.page-popup .compare-table .actions-wrapper,.page-popup .buttons-set,.page-popup .link-print{display:none !important;}.page-popup .compare-table .product-shop-row.bottom{padding:0 !important;}.page-popup.catalog-product-compare-index{background:#fff;}table,body,.page-title h1,.compare-table h2 a,.price-box .price{color:#000 !important;}}#itoris_layered_navigation_form .block.itoris_laynav{margin-bottom:10px;}#itoris_layered_navigation_form [type="checkbox"]:not(:checked),#itoris_layered_navigation_form [type="checkbox"]:checked{position:absolute;left:-9999px;}#itoris_layered_navigation_form [type="checkbox"]:not(:checked) + label,#itoris_layered_navigation_form [type="checkbox"]:checked + label{position:relative;padding:0 0 0 28px;cursor:pointer;line-height:1.3;}#itoris_layered_navigation_form [type="checkbox"]:not(:checked) + label:before,#itoris_layered_navigation_form [type="checkbox"]:checked + label:before{content:"";position:absolute;left:0;top:1px;width:16px;height:16px;border:1px solid #9d9d9d;background:#fff;color:#fff;border-radius:4px;transition:border 0.2s;}#itoris_layered_navigation_form [type="checkbox"]:checked + label:before{border-color:#305b6c;}#itoris_layered_navigation_form [type="checkbox"]:not(:checked) + label:after,#itoris_layered_navigation_form [type="checkbox"]:checked + label:after{content:"\e907";font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:2px;left:1px;width:14px;height:14px;font-size:12px;line-height:15px;color:#fff;text-align:center;transition:all 0.2s;background-color:#305b6c;border-radius:2px;}#itoris_layered_navigation_form [type="checkbox"]:not(:checked) + label:after{opacity:0;transform:scale(0);}#itoris_layered_navigation_form [type="checkbox"]:checked + label:after{opacity:1;transform:scale(1);}#itoris_layered_navigation_form [type="checkbox"]:disabled:not(:checked) + label:before,#itoris_layered_navigation_form [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}#itoris_layered_navigation_form [type="checkbox"]:disabled:checked + label:after{color:#999;}#itoris_layered_navigation_form [type="checkbox"]:disabled + label{color:#aaa;}#itoris_layered_navigation_form .clear-filter-button{display:none;}#itoris_layered_navigation_form .block-subtitle{margin:0;padding:0;display:none;}#itoris_layered_navigation_form .block-subtitle button.button{background:none;text-transform:none;padding:0;margin:15px 0px 3px;}#itoris_layered_navigation_form .block-subtitle button.button span{color:#ac572e;text-decoration:underline;}#itoris_layered_navigation_form .block-subtitle button.button span:hover{opacity:0.8;}@media only screen and (max-width:770px){#itoris_layered_navigation_form,#cms-menu{margin-top:0;border-width:0;padding:0 10px 0 30px;background:#e7ebec;border-radius:0 0 4px 4px;display:none;}#itoris_layered_navigation_form.skip-active,#cms-menu.skip-active{display:block;}}@media only screen and (min-width:771px){#itoris_layered_navigation_form,#cms-menu{border-radius:4px;background:#e7ebec;text-align:center;position:relative;padding:25px 29px;text-align:left;display:block;}#itoris_layered_navigation_form:before,#cms-menu:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:6px;border:1px solid #fff;border-radius:4px;z-index:1;}#itoris_layered_navigation_form .text-container,#cms-menu .text-container{position:relative;z-index:2;}#itoris_layered_navigation_form > *,#cms-menu > *{position:relative;z-index:1;}}#itoris_layered_navigation_form .block-content,#cms-menu .block-content{margin:0;background:none;}#itoris_layered_navigation_form .laynav-filter-link{transition:color 0.3s linear 0s;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:0.05em;color:#688493;font-weight:600;font-size:14px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;display:inline-block;vertical-align:top;margin-top:7px;letter-spacing:-0.01em;}#itoris_layered_navigation_form .laynav-filter-link:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e916";font-size:10px;margin:0 -20px 0 6px;}#itoris_layered_navigation_form .laynav-filter-link:after{color:#8ea0aa;}#itoris_layered_navigation_form .laynav-filter-link:hover{text-decoration:none;color:#ad562d;}#itoris_layered_navigation_form .laynav-filter-link:hover:after{transition:color 0.3s linear 0s;color:#ad562d;}@media only screen and (min-width:771px){#itoris_layered_navigation_form .laynav-filter-link{font-size:13px;font-weight:400;letter-spacing:0.03em;}}#narrow-by-list{padding:0;}#narrow-by-list dt{background:none;border:0;text-transform:uppercase;}@media only screen and (max-width:770px){#narrow-by-list dt{color:#9b9b9b;font-weight:600;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:15px;position:relative;padding:7px 0 4px 24px;margin:0 0 9px;letter-spacing:0.03em;}#narrow-by-list dt.ln-opened:before{content:"\e901";}#narrow-by-list dt:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e924";position:absolute;top:50%;left:0;transform:translateY(-50%);color:#8ea0aa;font-size:20px;line-height:1;}}@media only screen and (min-width:771px){#narrow-by-list dt{border-top:1px solid #fff;color:#688493;font-size:16px;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;letter-spacing:0.04em;padding:25px 0 0;margin:21px 0 0;}#narrow-by-list dt:first-child{border:none;padding-top:7px;margin:0;}}@media only screen and (max-width:770px){#narrow-by-list dd{padding:0 0 12px 24px;margin:0;}}@media only screen and (min-width:771px){#narrow-by-list dd{letter-spacing:0.04em;padding:17px 0 0;}#narrow-by-list dd:last-child{margin-bottom:0;}}#narrow-by-list dd .price{font-size:15px;color:#4a4a4a;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}#narrow-by-list dd li{padding:0 0 9px;}#narrow-by-list dd li .count{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#ac572e;}#narrow-by-list dd label{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:normal;color:#4a4a4a;font-size:15px;line-height:20px;}#narrow-by-list .price-label{background:#f5ece7;border-radius:4px;padding:0px 7px;}#narrow-by-list .price-label.left{float:left;}#narrow-by-list .price-label.right{float:right;}#narrow-by-list .price-label span{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:13px;color:#555;}#narrow-by-list .price-range .pointer{background-position:-239px -170px;width:12px;height:16px;top:9px;cursor:pointer;}#narrow-by-list .price-range .pointer-left{background-position:-239px -170px;width:6px;height:16px;top:9px;cursor:pointer;}#narrow-by-list .price-range .pointer-right{background-position:-244px -170px;width:6px;height:16px;top:9px;cursor:pointer;}#narrow-by-list .price-range .scale{background:#e5dbd3;height:6px;border-radius:5px;box-shadow:inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);}#narrow-by-list .price-range .range{background:#a5b4af;background-image:-moz-linear-gradient(top, #a5b4af 0%, #b1c0bb 26%, #b4c3be 65%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b4af), color-stop(26%, #b1c0bb), color-stop(65%, #b4c3be));background-image:-webkit-linear-gradient(top, #a5b4af 0%, #b1c0bb 26%, #b4c3be 65%);background-image:-o-linear-gradient(top, #a5b4af 0%, #b1c0bb 26%, #b4c3be 65%);background-image:-ms-linear-gradient(top, #a5b4af 0%, #b1c0bb 26%, #b4c3be 65%);background-image:linear-gradient(to bottom, #a5b4af 0%, #b1c0bb 26%, #b4c3be 65%);top:13px;height:5px;}#narrow-by-list .control{width:100%;}.layered_navigation.skip-link,.skip-cms-menu.skip-link{width:100%;display:none;text-align:left;border-radius:4px;background:#e7ebec;position:relative;padding:16px 10px 11px 34px;color:#9b9b9b;text-transform:uppercase;font-weight:600;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:15px;letter-spacing:0.03em;}@media only screen and (max-width:770px){.layered_navigation.skip-link,.skip-cms-menu.skip-link{display:block;float:none;position:relative;}.layered_navigation.skip-link:before,.skip-cms-menu.skip-link:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e924";position:absolute;top:50%;left:10px;transform:translateY(-50%);color:#8ea0aa;font-size:20px;line-height:1;}.layered_navigation.skip-link.skip-active,.skip-cms-menu.skip-link.skip-active{color:#9b9b9b;border-radius:4px 4px 0 0;}.layered_navigation.skip-link.skip-active:before,.skip-cms-menu.skip-link.skip-active:before{content:"\e901";}}.decor.bottom.left{display:none;}.decor.top.left{display:none;}.ln.clear-all{display:none;}#itoris_layered_navigation_form .block.itoris_laynav .separator{display:none;}@media only screen and (max-width:770px){.catalogsearch-result-index .col-left.sidebar.col-left-first,.catalog-category-view .col-left.sidebar.col-left-first{width:100%;margin:0px;position:relative;}#itoris_layered_navigation_form .block.itoris_laynav{margin-bottom:0;}#itoris_layered_navigation_form .block.itoris_laynav .separator{display:none;}.ln.clear-all{display:block;border:0;background:none;color:#ac572e;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-transform:uppercase;font-size:14px;font-weight:600;float:right;position:absolute;right:16px;top:17px;}.layered_navigation.skip-link .count{color:#ac572e;}#narrow-by-list{border:0;padding-top:0;padding-bottom:20px;}#narrow-by-list dd label{text-align:left;}#narrow-by-list .price-label.right{margin-right:15px;}.sidebar .block-content{border:0;}.sidebar .block:last-of-type{border-color:#ebe0d8;}}@media only screen and (max-width:573px){}.itoris_laynav .block-content dd .ln-tree .ln-tree{margin-left:0;}.block-layered-nav.block-layered-nav--no-filters{margin-bottom:10px;}.block-layered-nav.block-layered-nav--no-filters .block-title{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;border:0;}@media only screen and (min-width:771px){.block-layered-nav.block-layered-nav--no-filters .block-content{padding:0px 15px 20px 17px;background-color:#fff9f7;border:1px solid #ebe0d8;border-radius:9px;}}.block-layered-nav.block-layered-nav--no-filters .block-content dt{padding:17px 0px 4px;font-family:Fanwood Text;text-transform:uppercase;font-size:14px;}.block-layered-nav.block-layered-nav--no-filters .block-content dt:hover{color:#4a4a4a;}.block-layered-nav.block-layered-nav--no-filters .block-content .separator{margin-top:7px;}@media only screen and (max-width:770px){.block-layered-nav.block-layered-nav--no-filters .block-content .separator{display:none;}}.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter{background-color:#fdfaf9;line-height:50px;text-transform:uppercase;font-size:15px;font-weight:normal;padding-left:15px;}.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter:before{content:"";width:7px;height:9px;display:inline-block;background-position:-312px -75px;margin:0px 13px 0px 3px;}.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter.active:before{background-position:-323px -76px;width:10px;margin-right:10px;}.block-layered-nav.block-layered-nav--no-filters #narrow-by-list2{border:0;}@media only screen and (max-width:770px){.block-layered-nav.block-layered-nav--no-filters{border:solid #e6d6ce;border-width:1px 0;background:#fdfaf9;margin-bottom:0;}.block-layered-nav.block-layered-nav--no-filters #narrow-by-list2{padding-top:0;padding-left:38px;}.block-layered-nav.block-layered-nav--no-filters .block-content dt{padding-top:0;}.block-layered-nav.block-layered-nav--no-filters .open #narrow-by-list2 dt:before{content:'';background-position:-527px -20px;display:inline-block;width:10px;height:10px;margin-right:3px;}.block-layered-nav.block-layered-nav--no-filters .open #narrow-by-list2 dt:after{display:none;}.block-layered-nav.block-layered-nav--no-filters .open.accordion-open #narrow-by-list2 dt:before{background-position:-527px -3px;}}.checkout-cart-index .col-main{margin:0;}.cart .button{white-space:normal;}.cart-forms .discount,.cart-forms .giftcard,.cart-forms .shipping{padding:10px;background-color:#f4f4f4;border:1px solid #ccc;}.cart-table,.cart-forms .discount,.cart-forms .giftcard,.cart-forms .shipping{margin-bottom:20px;}.checkout-cart-index #postcode{width:100%;}.display-both-prices .cart-table{float:none;width:100%;}.display-both-prices .crosssell{padding-left:10px;}.display-both-prices .crosssell{width:50%;}.display-both-prices .crosssell{clear:right;float:right;}@media only screen and (max-width:979px){.display-single-price .cart-table{float:none;width:100%;}.display-single-price .crosssell{padding-left:10px;}.display-single-price .crosssell{width:50%;}.display-single-price .crosssell{clear:right;float:right;}}@media only screen and (max-width:599px){.display-both-prices .cart-forms,.display-single-price .cart-forms,.display-both-prices .cart-totals-wrapper,.display-single-price .cart-totals-wrapper,.display-both-prices .crosssell,.display-single-price .crosssell{padding-top:0;padding-left:0;padding-right:0;float:none;width:100%;}}.display-single-price:after{content:'';display:table;clear:both;}.cart{padding:18px 0 0;}.cart .page-title{margin-bottom:36px;text-align:center;}@media only screen and (min-width:771px){.cart .page-title{margin-bottom:52px;}}.cart .page-title h1{border-bottom:none;font-weight:normal;display:inline-block;vertical-align:top;padding:0 0 0 38px;position:relative;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:22px;line-height:30px;margin:0;}@media only screen and (min-width:771px){.cart .page-title h1{font-size:26px;}}.cart .page-title h1:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e918";position:absolute;left:0;top:2px;font-size:24px;line-height:1;color:#8ea0aa;}@media only screen and (min-width:771px){.cart .page-title h1:before{font-size:27px;top:0;}}.cart .cart-table-holder,.cart .options-list-container{border-radius:4px;background:#e7ebec;padding:23px 18px;position:relative;}.cart .cart-table-holder:before,.cart .options-list-container:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:6px;border:1px solid #fff;border-radius:4px;}.cart .cart-table-holder:after,.cart .options-list-container:after{content:'';display:table;clear:both;}.cart .cart-table-holder > *,.cart .options-list-container > *{position:relative;z-index:1;}@media only screen and (min-width:771px){.cart .cart-table-holder{padding:17px 30px;}}.cart .col-1{float:left;width:65.7%;}.cart .col-2{float:right;width:32%;}@media only screen and (max-width:770px){.cart .col-1,.cart .col-2{width:100%;}.cart .col-1{margin-bottom:20px;}}.cart .cart-forms h3{margin-bottom:12px;}.cart .cart-forms p{margin-bottom:22px;line-height:22px;}.cart p{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;margin-bottom:10px;}.cart .separator{height:7px;border-width:1px 0;border-style:solid;border-color:#e3d3c7;margin-bottom:19px;}.cart .options-list-container{margin:0 0 20px;padding:34px 15px 23px;}@media only screen and (min-width:771px){.cart .options-list-container{margin-bottom:24px;}}.cart .options-list{list-style:none;margin:0;color:#688493;}@media only screen and (min-width:771px){.cart .options-list{padding-left:14px;}}.cart .options-list > li{position:relative;padding:0 0 0 34px;margin:0 0 20px;}@media only screen and (min-width:771px){.cart .options-list > li{padding-left:39px;}}.cart .options-list > li:last-child{margin-bottom:0;}.cart .options-list > li:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:-1px;left:2px;color:#8ea0aa;font-size:22px;line-height:1;}@media only screen and (min-width:771px){.cart .options-list > li:before{font-size:30px;left:0;}}.cart .options-list > li.shipping-icon:before{content:"\e904";}@media only screen and (min-width:771px){.cart .options-list > li.shipping-icon:before{top:-7px;}}.cart .options-list > li.policy-icon:before{content:"\e925";}@media only screen and (min-width:771px){.cart .options-list > li.policy-icon:before{left:2px;top:-4px;}}.cart .options-list > li.phone-icon:before{content:"\e922";font-size:20px;top:-3px;}@media only screen and (min-width:771px){.cart .options-list > li.phone-icon:before{font-size:23px;left:4px;}}.cart .options-list strong{display:block;text-transform:uppercase;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;letter-spacing:0.01em;font-weight:normal;font-size:18px;line-height:22px;margin:0 0 5px;}.cart .options-list a{transition:color 0.3s linear 0s;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:0.05em;color:#688493;font-weight:600;font-size:14px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;display:inline-block;vertical-align:top;letter-spacing:0.03em;}.cart .options-list a:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e916";font-size:10px;margin:0 -20px 0 6px;}.cart .options-list a:after{color:inherit;}.cart .options-list a:hover{text-decoration:none;color:#ad562d;}.cart .options-list a:hover:after{transition:color 0.3s linear 0s;color:#ad562d;}.cart .links-list{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;margin:0;font-size:16px;line-height:25px;}@media only screen and (min-width:771px){.cart .links-list{padding:0 0 0 34px;}}.cart .links-list > li{margin:0 0 9px;}@media only screen and (min-width:771px){.cart .links-list > li{margin-bottom:12px;}}.cart .links-list > li:last-child{margin-bottom:0;}.cart .links-list a{text-decoration:underline;color:#688493;}.cart .links-list a:hover{text-decoration:none;}.cart .cart-info-block{width:100%;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.cart .cart-info-block dl dd a{text-decoration:underline;}.cart .cart-info-block dl dd span{font-size:10px;vertical-align:middle;text-decoration:none;padding-left:4px;color:#ac572e;}@media only screen and (max-width:599px){.cart .cart-table tbody td.product-cart-image{padding:3px 0 0;width:100px;margin:0 -100px 0 0;}}@media only screen and (min-width:600px){.cart .cart-table tbody td.product-cart-image{padding-top:20px;width:140px;}}.cart .cart-table tbody td.product-cart-image .product-image,.cart .cart-table tbody td.product-cart-image img{border:0;border-radius:5px;width:100px;border:none;}@media only screen and (min-width:600px){.cart .cart-table tbody td.product-cart-image .product-image,.cart .cart-table tbody td.product-cart-image img{width:140px;}}.cart .cart-table tbody td.product-cart-image .edit-link{display:none;}@media only screen and (max-width:770px){.cart .cart-table tbody td.product-cart-image .edit-link{display:block;}}.cart .cart-table tbody td.product-cart-actions{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:14px;}@media only screen and (max-width:599px){.cart .cart-table tbody td.product-cart-actions,.cart .cart-table tbody td.product-cart-price{border:0;padding:0;float:left;width:auto;}.cart .cart-table tbody td.product-cart-actions:before,.cart .cart-table tbody td.product-cart-price:before{display:none;}.cart .cart-table tbody td.product-cart-actions{position:relative;padding:0 14px 0 113px;}.cart .cart-table tbody td.product-cart-actions:after{content:'x';position:absolute;right:5px;top:0;}.cart .cart-table tbody td.product-cart-price{margin:0;padding:3px 0 0;}.cart .cart-table tbody td.product-cart-info{width:100%;padding:0 0 0 113px;border:0;}}.cart .edit-link{display:inline-block;vertical-align:top;letter-spacing:0.03em;font-size:14px;line-height:20px;font-weight:600;text-transform:uppercase;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#688493;}.cart .button2.btn-continue{background:#acc;padding:5px 21px;border-radius:5px;margin-top:4px;}.cart .button2.btn-continue span{color:#fff;text-transform:none;text-decoration:none;}.cart .a-right.cart-footer-actions{text-align:left;padding-bottom:0;padding-left:0;}.cart tr{position:relative;}.cart .message-error{min-height:40px;margin-top:10px;margin-bottom:15px;}.cart .message-error .icon{background-position:-472px -108px;display:inline-block;width:20px;height:19px;vertical-align:top;}.cart .message-error .text{display:inline-block;width:90%;}.cart .message-error p{padding:9px 0 9px 15px;background:#dae0de;position:absolute;color:#4a4a4a;display:block;width:100%;font-weight:normal;border-radius:5px;}.cart-totals-wrapper{float:right;clear:both;}@media only screen and (min-width:771px){.cart-totals-wrapper{width:350px;}}.checkout-types{float:left;text-align:left;max-width:100%;}.checkout-types.bottom{float:none;}.checkout-types.bottom li{margin:0 0 13px;}@media only screen and (min-width:771px){.checkout-types.bottom li{margin-bottom:15px;}}.checkout-types.bottom li:last-child{margin-bottom:0;}.checkout-types.bottom .btn-checkout{margin:0;}.checkout-types.bottom p{margin:0;}.checkout-types.bottom .method-oro-breadcheckout-checkout-view{letter-spacing:0.035em;color:#688493;text-transform:uppercase;text-align:center;font-weight:normal;font-size:15px;line-height:21px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.checkout-types .paypal-logo .btn-paypal-checkout{display:block;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:600;height:58px;line-height:58px;font-size:13px;text-transform:uppercase;color:#305b6c;border:1px solid #305b6c;background:transparent;border-radius:4px;text-align:center;transition:all 0.2s linear;text-decoration:none;}.checkout-types .paypal-logo .btn-paypal-checkout:hover{border-color:#0092dd;background:#0092dd;color:#fff;}.checkout-types .paypal-logo span,.checkout-types .paypal-logo img{display:inline-block;vertical-align:middle;margin:0 2px;}.checkout-types li{vertical-align:top;margin:0 0 5px 5px;}.checkout-types li:after{content:'';display:table;clear:both;}.checkout-types li img{display:inline;vertical-align:top;}.checkout-types li:first-child{margin-left:0;}.checkout-types .method-checkout-cart-methods-multishipping{display:none;}.checkout-types.top li{display:inline-block;}.checkout-types.top .bml_button{display:inline-block;vertical-align:top;}.checkout-types.top .bml_button img{display:block;}.checkout-types.top .paypal-logo .paypal-or{margin-top:5px;}.cart-content{margin:0 0 13px;}@media only screen and (min-width:771px){.cart-content{margin-bottom:20px;}}.cart-content:after{content:'';display:table;clear:both;}.cart-content .cart-price .price{font-size:16px;}.cart-content .cart-price .before-discount{text-decoration:line-through;}.cart-content .cart-price .discount{display:block;text-align:left;font-size:125%;line-height:1.2em;font-weight:bold;}@media only screen and (max-width:770px){.checkout-types{float:none;text-align:center;}.checkout-types.bottom .paypal-or,.checkout-types.minicart .paypal-or{width:auto;float:none;}.checkout-types li{float:none;width:100%;margin-left:0;}.product-cart-info .cart-links{display:none;}}@media only screen and (max-width:599px){.btn-checkout{width:100%;}}.cart-table{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;width:100%;float:left;border-collapse:collapse;position:relative;margin:0;}.cart-table th,.cart-table td,.cart-table tbody td{vertical-align:top;border-color:#cfd4d8;}.cart-table h2{color:#4a4a4a;font-size:15px;line-height:21px;margin-bottom:7px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}@media only screen and (min-width:771px){.cart-table h2{font-size:17px;line-height:23px;margin-bottom:7px;}}.cart-table h2 a:hover{color:#ad562d;}.cart-table thead th,.cart-table tbody td{padding:10px 10px 19px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;border-bottom:1px solid #cfd4d8;}.cart-table thead th{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-transform:uppercase;font-weight:normal;color:#688493;padding:10px 10px 13px;}.cart-table thead th:first-child{padding-left:0;}.cart-table tfoot tr{background:none;}.cart-table tfoot tr > td:after{content:'';display:table;clear:both;}.cart-table span.or{font-size:9px;padding:0 5px;text-transform:uppercase;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.cart-table .product-cart-info .btn-remove,.cart-table .product-cart-actions .button{display:none;}.cart-table .product-cart-image .cart-links{text-align:center;padding:1px 0 0;}.cart-table .product-cart-image{padding-left:0;padding-right:0;}.cart-table .product-cart-image .product-image img{max-width:100%;width:100%;}.cart-table .product-cart-image a.cart-edit{display:none;}.cart-table .product-cart-sku{color:#4a4a4a;font-size:13px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}@media only screen and (min-width:771px){.cart-table .product-cart-sku{font-size:14px;}}.cart-table .product-cart-sku .label{font-weight:normal;}.cart-table .btn-empty{float:left;}.cart-table .product-cart-total,.cart-table .product-cart-price{text-align:center;}.cart-table .cart-tax-total{position:relative;cursor:pointer;}.cart-table .cart-tax-total:after{content:'';position:absolute;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #688493;border-left:none;position:absolute;top:3px;right:-11px;}.cart-table .cart-tax-total.cart-tax-total-expanded:after{content:'';position:absolute;width:0;height:0;display:block;border-right:6px solid transparent;border-left:6px solid transparent;border-top:6px solid #688493;border-bottom:none;right:-15px;top:6px;}.cart-table .cart-links > li{white-space:nowrap;line-height:1.3;margin-bottom:5px;min-width:65px;font-size:14px;}.cart-table .cart-links > li > a{display:block;}.cart-table .cart-links > li:last-child{margin-bottom:0;}.cart-table .product-cart-actions{min-width:20px;text-align:center;}.cart-table .product-cart-actions .qty{height:30px;border-color:#cecece;border-radius:0;margin-bottom:10px;text-align:center;width:3.2em;}.cart-table .product-cart-actions .button{margin-bottom:5px;}.cart-table .item-options{font-size:15px;}.cart-table .item-options dt{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-style:normal;font-weight:normal;}.cart-table .item-options dd{padding-left:0;margin-bottom:0;}@media only screen and (min-width:600px){.cart-table td.product-cart-remove{padding-top:29px;width:45px;text-align:right;padding-right:4px;}}.cart-table td.product-cart-price{padding-top:26px;}.cart-table td.product-cart-actions{padding-top:28px;width:93px;}.cart-table td.product-cart-info{padding-top:25px;padding-left:20px;padding-right:20px;}@media only screen and (min-width:771px){.cart-table td.product-cart-info .cart-links{padding:20px 0 0;}}@media only screen and (max-width:770px){.cart-table th{font-size:12px;}.cart-table th,.cart-table td{padding:7px 6px;}.cart-table .product-cart-actions > li{white-space:inherit;}}@media only screen and (max-width:699px){.display-both-prices .cart-table thead th.cart-total-head,.display-both-prices .cart-table td.product-cart-total{display:none;}}@media only screen and (max-width:599px){.cart-content .cart-price .price{font-size:15px;}.cart-content .cart-price .before-discount{text-decoration:line-through;}.cart-content .cart-price .discount{display:block;text-align:left;font-size:125%;line-height:1.2em;font-weight:bold;}.cart-content .cart-table tbody td[data-rwd-label]:before{font-size:15px;}.cart-content .cart-table tbody td.product-cart-price:before{text-transform:none;}.cart-content .cart-table tbody td.product-cart-actions{font-size:15px;}.cart-table colgroup,.cart-table thead{display:none;}.cart-table tbody tr td{border:0;}.cart-table tbody tr:first-child td{border:0;}.cart-table tr{display:block;margin-bottom:20px;padding-bottom:15px;position:relative;width:100%;border-bottom:1px solid #cfd4d8;}.cart-table tr:after{content:'';display:table;clear:both;}.cart-table tr:last-child{margin-bottom:0;}.cart-table tfoot tr{padding-bottom:0;}.cart-table td{border:none;display:block;}.cart-table td[data-rwd-label]{padding-left:15px;margin-bottom:6px;}.cart-table td[data-rwd-label] .price{font-weight:normal;}.cart-table td[data-rwd-label]:before{content:attr(data-rwd-label) ":";font-size:12px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;padding-right:5px;text-transform:uppercase;}.cart-table td.product-cart-price{text-align:left;}.cart-table .cart-links{padding-top:5px;padding-right:5px;}.cart-table .cart-links > li{white-space:normal;text-align:center;}.cart-table .cart-links > li > a{padding:2px 0px;}.cart-table .cart-tax-info{font-style:italic;padding-left:15px;font-size:13px;}.cart-table .cart-tax-info .price{font-size:13px;}.cart-table .product-cart-image{width:25%;float:left;padding-bottom:0;}.cart-table .product-cart-image a.cart-edit{display:block;font-size:16px;text-align:center;text-transform:uppercase;}.cart-table .product-cart-info,.cart-table td[data-rwd-label]{float:right;width:75%;}.cart-table .product-cart-actions,.cart-table .product-cart-price{padding-bottom:0;padding-top:0;float:right;}.cart-table .product-cart-remove,.cart-table .product-cart-total,.cart-table .product-cart-actions .cart-links{display:none;}.cart-table .product-cart-image .cart-links,.cart-table .product-cart-info .btn-remove{display:block;}.cart-table .product-cart-actions .button{display:none;}.cart-table .product-cart-info .item-options{margin-top:10px;}.cart-table .product-cart-info .item-options:after{display:none;}.cart-table .product-cart-info .btn-remove{float:right;margin:0 -6px 0 0;}.cart-table .product-cart-info .product-cart-sku{margin-bottom:8px;}.cart-table .product-cart-actions{text-align:left;}.cart-table .product-cart-actions .qty{margin-right:7px;margin-bottom:7px;}.cart-table .price,.cart-table .product-cart-price:before{font-size:15px;}.cart-table .cart-footer-actions{text-align:center;width:100%;}.cart-table .cart-footer-actions #empty_cart_button{float:right;}.cart-table .cart-footer-actions .btn-continue{float:left;}.cart-table .cart-footer-actions .btn-update,.cart-table .cart-footer-actions span.or{display:none;}.display-both-prices .cart-table td[data-rwd-tax-label]:before{content:attr(data-rwd-tax-label) ":";}}.shipping h2{font-size:12px;font-weight:bold;margin:0 0 5px;}.shipping select{max-width:100%;height:30px;display:block;border:1px solid #cecece;}.shipping select.validation-failed{border-color:#ac572e;}.shipping .shipping-desc{display:none;}.shipping .buttons-set{border:none;margin:0;padding:0;}.shipping .form-list:after{content:'';display:table;clear:both;}.shipping .form-list li{float:left;margin:5px 2% 10px 0;}.shipping .form-list .shipping-country{width:37%;}.shipping .form-list .shipping-region{width:41%;}.shipping .form-list .shipping-postcode{margin-right:0;width:18%;}.shipping .form-list .shipping-postcode input{margin-top:4px;}.shipping .form-list .input-box{padding-top:0;}.shipping .form-list input{height:30px;margin-top:4px;}.shipping .form-list label{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:13px;font-weight:400;text-transform:uppercase;white-space:nowrap;}.shipping .sp-methods{padding:10px 0 0;text-align:left;}.shipping .sp-methods dd{margin-bottom:10px;}.shipping .sp-methods label{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:12px;font-style:italic;min-width:100px;}.shipping .sp-methods label span{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-weight:bold;font-style:normal;}.shipping #co-shipping-method-form .buttons-set .button{float:left;margin-left:0;}.shipping #co-shipping-method-form .sp-methods dd label{border:1px solid #ccc;background-color:shade(#f4f4f4, 3%);min-width:220px;}.shipping #co-shipping-method-form .sp-methods dd label:hover{background-color:shade(#f4f4f4, 10%);}@media only screen and (max-width:770px){.shipping .shipping-form .form-list > li{width:100%;float:none;}.shipping .shipping-form .form-list > li label{display:block;}.shipping .shipping-form .form-list > li input,.shipping .shipping-form .form-list > li select{width:100%;}}.cart .cart-totals{text-align:left;}.cart .cart-totals:after{content:'';display:table;clear:both;}.cart .cart-totals .add-sales-tax-for-california{border-bottom:1px solid #cfd4d8;padding-bottom:13px;margin-bottom:18px;letter-spacing:0.03em;}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:not(:checked),.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:checked{position:absolute;left:-9999px;}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:not(:checked) + label,.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:checked + label{position:relative;padding:0 0 0 28px;cursor:pointer;line-height:1.3;}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:not(:checked) + label:before,.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:checked + label:before{content:"";position:absolute;left:0;top:1px;width:16px;height:16px;border:1px solid #9d9d9d;background:#fff;color:#fff;border-radius:4px;transition:border 0.2s;}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:checked + label:before{border-color:#305b6c;}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:not(:checked) + label:after,.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:checked + label:after{content:"\e907";font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:2px;left:1px;width:14px;height:14px;font-size:12px;line-height:15px;color:#fff;text-align:center;transition:all 0.2s;background-color:#305b6c;border-radius:2px;}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:not(:checked) + label:after{opacity:0;transform:scale(0);}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:checked + label:after{opacity:1;transform:scale(1);}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:disabled:not(:checked) + label:before,.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:disabled:checked + label:after{color:#999;}.cart .cart-totals .add-sales-tax-for-california [type="checkbox"]:disabled + label{color:#aaa;}@media only screen and (min-width:771px){.cart .cart-totals .add-sales-tax-for-california{padding:0 0 16px 19px;}}.cart .cart-totals .add-sales-tax-for-california label{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:600;}.cart .cart-totals table{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:15px;margin-bottom:17px;width:100%;}.cart .cart-totals table td{padding:0 0 4px;text-transform:uppercase;font-weight:600;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;letter-spacing:0.03em;}.cart .cart-totals table td:first-child{padding-left:0;padding-top:3px;min-width:120px;}.cart .cart-totals table td:last-child{padding-right:0;}.cart .cart-totals table tfoot td{font-size:18px;line-height:24px;padding:2px 5px;vertical-align:top;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-transform:uppercase;font-weight:600;color:#ad562d;}.cart .cart-totals table tfoot strong{font-weight:bold;}.cart .cart-totals table tfoot strong .price{font-size:19px;font-weight:bold;color:#ad562d;}.cart .cart-totals label{font-weight:normal;font-size:15px;}.cart .cart-totals .a-right:first-child{text-align:left;}.cart .cart-totals .price{font-size:15px;font-weight:normal;color:#4a4a4a;letter-spacing:0.03em;}.cart .cart-totals button.btn-proceed-checkout{font-size:18px;height:66px;line-height:64px;width:100%;}.discount-form:after,#giftcard-form:after{content:'';display:table;clear:both;}#discount-coupon-form,.cart .giftcard{width:100%;}#discount-coupon-form h2,.cart .giftcard h2{display:none;}#discount-coupon-form label,.cart .giftcard label{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;font-weight:400;text-align:left;text-transform:uppercase;min-width:105px;display:inline-block;margin-right:10px;}#discount-coupon-form .field-wrapper,.cart .giftcard .field-wrapper{display:inline-block;}#discount-coupon-form .validation-advice,.cart .giftcard .validation-advice{display:inline;}#discount-coupon-form .button-wrapper,.cart .giftcard .button-wrapper{display:inline-block;vertical-align:bottom;}#discount-coupon-form .button-wrapper > button,.cart .giftcard .button-wrapper > button{float:left;}#discount-coupon-form .input-text,.cart .giftcard .input-text{border-radius:0;height:30px;margin:4px 10px 0 0;width:190px;}.cart .giftcard p{margin-bottom:7px;}.cart .giftcard .check-gc-status{float:left;padding:0px;}.cart .giftcard .check-gc-status > span > span{font-size:14px;text-transform:none;}.crosssell h2{color:#39c;}.crosssell .item a.product-image{width:auto;float:left;}@media only screen and (max-width:979px){.crosssell{}.crosssell .products-grid > li:nth-child(even),.crosssell .products-grid > li:nth-child(3n),.crosssell .products-grid > li{width:47.72727%;margin-right:4.54545%;}.crosssell .products-grid > li:nth-child(odd){clear:left;}.crosssell .products-grid > li:nth-child(even){margin-right:0;}.crosssell .products-grid > li:nth-child(3n+1){clear:none;}}@media only screen and (max-width:599px){.cart-table .cart-tax-total:after{right:-9px;}.cart-table .cart-tax-total.cart-tax-total-expanded:after{right:-13px;}}@media only screen and (max-width:320px){.crosssell ul .item{padding:0 0px 40px;}.crosssell ul .product-details .crosssell-actions{padding:0 5px;}}.default-page-holder{text-align:center;padding:30px 0;}.default-page-holder .page-title h1{border:none;}.cart-empty p{font-size:15px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;margin-bottom:13px;}.decor.content{background:url("https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/seperator-sprite.png") no-repeat;background-position:-5px -41px;clear:both;width:478px;}.decor{height:22px;margin:0 auto;position:relative;bottom:-3px;}.decor-container{float:left;width:66%;padding:36px 0 20px;}@media only screen and (max-width:770px){.decor-container{width:100%;}}@media only screen and (min-width:771px) and (max-width:815px){.cart .decor.content{background-position:-5px -9px;width:258px;}}@media only screen and (max-width:550px){.decor.content{background-position:-5px -9px;width:258px;}}.aw-onestepcheckout-index-index #aw-onestepcheckout-container{padding-top:10px;}@media only screen and (min-width:771px){.aw-onestepcheckout-index-index #aw-onestepcheckout-container{padding-top:30px;}}.aw-onestepcheckout-index-index #aw-onestepcheckout-title{margin-bottom:30px;text-align:center;}.aw-onestepcheckout-index-index #aw-onestepcheckout-title h1{border-bottom:none;font-weight:normal;display:inline-block;vertical-align:top;position:relative;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:22px;line-height:30px;margin:0;color:#688493;}@media only screen and (min-width:771px){.aw-onestepcheckout-index-index #aw-onestepcheckout-title h1{font-size:26px;}}.aw-onestepcheckout-index-index #aw-onestepcheckout-authentification,.aw-onestepcheckout-index-index #aw-onestepcheckout-address-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-shipping-method-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-address-shipping-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-order-review{border:none;border-radius:4px;background:#e7ebec;position:relative;padding:20px 25px;margin:0 0 40px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-authentification:before,.aw-onestepcheckout-index-index #aw-onestepcheckout-address-wrapper:before,.aw-onestepcheckout-index-index #aw-onestepcheckout-shipping-method-wrapper:before,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method-wrapper:before,.aw-onestepcheckout-index-index #aw-onestepcheckout-address-shipping-wrapper:before,.aw-onestepcheckout-index-index #aw-onestepcheckout-order-review:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border:1px solid #fff;border-radius:4px;margin:6px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-authentification > *,.aw-onestepcheckout-index-index #aw-onestepcheckout-address-wrapper > *,.aw-onestepcheckout-index-index #aw-onestepcheckout-shipping-method-wrapper > *,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method-wrapper > *,.aw-onestepcheckout-index-index #aw-onestepcheckout-address-shipping-wrapper > *,.aw-onestepcheckout-index-index #aw-onestepcheckout-order-review > *{position:relative;z-index:1;}.aw-onestepcheckout-index-index #aw-onestepcheckout-authentification #aw-onestepcheckout-order-review-terms-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-address-wrapper #aw-onestepcheckout-order-review-terms-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-shipping-method-wrapper #aw-onestepcheckout-order-review-terms-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method-wrapper #aw-onestepcheckout-order-review-terms-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-address-shipping-wrapper #aw-onestepcheckout-order-review-terms-wrapper,.aw-onestepcheckout-index-index #aw-onestepcheckout-order-review #aw-onestepcheckout-order-review-terms-wrapper{z-index:1003;}.aw-onestepcheckout-index-index #aw-onestepcheckout-order-review{margin-bottom:0;}@media only screen and (max-width:770px){.aw-onestepcheckout-index-index .aw-onestepcheckout-auth-form-block:last-child{margin:0;}}.aw-onestepcheckout-index-index .step-number{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-transform:uppercase;letter-spacing:0.03em;font-weight:600;color:#305b6c;}.aw-onestepcheckout-index-index .step-number .number{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.aw-onestepcheckout-index-index .aw-onestepcheckout-number{color:#688493;letter-spacing:0.03em;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method-wrapper > .icon{background:none;border:1px solid #305b6c;color:#305b6c;border-radius:50%;width:38px;height:38px;text-align:center;line-height:36px;font-size:20px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method-wrapper > .icon:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;content:"\e918";text-indent:1px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-number-v:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e907";border:1px solid #305b6c;color:#305b6c;border-radius:50%;width:38px;height:38px;text-align:center;line-height:36px;font-size:24px;background:none;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table thead td,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tbody td,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot td,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table thead th,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tbody th,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot th{border-bottom:1px solid #fff;padding:12px 8px;line-height:22px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table thead td:first-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tbody td:first-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot td:first-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table thead th:first-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tbody th:first-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot th:first-child{padding-left:0;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table thead td:last-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tbody td:last-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot td:last-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table thead th:last-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tbody th:last-child,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot th:last-child{padding-right:0;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot tr:first-child td{padding-top:10px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot tr:last-child td{padding-top:7px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot tr:last-child td strong{font-weight:bold;color:#ad562d;font-size:18px;line-height:24px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot td{border:none;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:0.03em;padding-bottom:3px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot strong{font-weight:600;color:#ad562d;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot .price{font-size:16px;font-weight:normal;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tfoot strong .price{font-size:19px !important;font-weight:bold;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tbody .a-center{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .price{font-size:16px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .product-name{color:#4a4a4a;font-size:15px;line-height:21px;margin-bottom:7px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;max-width:100px;overflow-wrap:break-word;word-wrap:break-word;}@media only screen and (min-width:375px){.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .product-name{max-width:150px;}}@media only screen and (min-width:600px){.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .product-name{font-size:17px;line-height:23px;margin-bottom:7px;max-width:none;}}@media only screen and (min-width:970px){.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .product-name{max-width:100px;}}@media only screen and (min-width:1140px){.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .product-name{max-width:150px;}}@media only screen and (min-width:1300px){.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .product-name{max-width:185px;}}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .product-name a:hover{color:#ad562d;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table .sku{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:14px;color:#4a4a4a;}.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order-button,.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order-button:visited{transition:background 0.3s linear 0s;background:#559194;display:inline-block;padding:0 15px;border:0;border-radius:4px;color:#fff;font-size:14px;font-weight:normal;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;line-height:70px;height:70px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;letter-spacing:0.05em;}.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order-button:hover,.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order-button:visited:hover{background:#4c8184;color:#fff;cursor:pointer;}.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order-button:active,.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order-button:visited:active{background:#427174;color:#fff;}.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order-button:focus,.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order-button:visited:focus{background-color:#427174;outline:none;color:#fff;}.checkout-onepage-index .col-right,.checkout-onepage-index .col-left{display:none;}.checkout-onepage-index .col-main{width:auto;float:none;}@media only screen and (min-width:980px){.checkout-onepage-index .col-main{float:left;width:68.75%;padding-right:20px;}.checkout-onepage-index .col-right,.checkout-onepage-index .col-left{width:31.25%;display:block;}.checkout-onepage-index .col-right{padding-left:0;}}.opc select{width:365px;}.opc .section .step-title{width:100%;border-top:1px solid #ececec;position:relative;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}.opc .section .step-title:after{content:'';display:table;clear:both;}.opc .section.allow:not(.active) .step-title{cursor:pointer;}.no-touch .opc .section.allow:not(.active) .step-title:hover{background-color:#f4f4f4;}.opc .section.active .step-title{border-bottom:1px solid #ececec;}.opc .section .step-title a{display:none;}.opc .section.allow:not(.active) .step-title a{display:block;float:right;line-height:40px;height:40px;padding:0px 10px;}.no-touch .opc .section .step-title a:hover{text-decoration:none;}.opc .section .step-title .number,.opc .section.allow.active .step-title .number,.no-touch .opc .section.allow:hover .step-title .number{width:26px;height:26px;text-align:center;color:#fff;line-height:26px;background-color:#39c;display:block;position:absolute;top:50%;left:10px;margin-top:-13px;}.opc .section.allow .step-title .number{background-color:tint(#39c, 50%);}.opc .section.allow .step-title h2{color:#a0a0a0;}.opc .section.allow .step-title:hover h2,.opc .section.active .step-title h2{color:#688493;}.opc .section .step-title h2{font-size:16px;font-weight:400;line-height:40px;height:40px;float:left;margin:0px 4px 0px 45px;}.opc .section .step{padding:20px;}.opc .section .step:after{content:'';display:table;clear:both;}@media only screen and (max-width:979px){.opc .section .step{padding:10px;}}.opc select{max-width:365px;width:100%;}.opc h3{font-weight:500;}.opc .buttons-set{text-align:left;}.opc .buttons-set button.button{float:left;margin-left:0;margin-right:10px;margin-bottom:0;}.opc .buttons-set p.required{float:right;margin-left:5px;margin-bottom:0;}.opc .buttons-set .back-link{float:right;margin:0;}.opc .buttons-set a{line-height:20px;display:inline-block;padding:5px 5px 5px 0;}@media only screen and (max-width:479px){.opc .buttons-set .button + .buttons-set .button,.paypal-express-review .buttons-set .button + .buttons-set .button{margin-left:0;}}.opc #opc-login .step{padding:0px;}.opc #opc-login .buttons-set{border-top:0;padding-top:5px;}@media only screen and (max-width:770px){.opc #opc-login .description,.opc #opc-login p.required{display:none;}}#opc-payment .note{padding:10px;}.opc.opc-firststep-login .section:not(#opc-login) .step-title,.opc-block-progress-step-login{-webkit-transition :compact(compact(compact(opacity 300ms linear 0), false, false, false, false, false, false, false, false, false) false false);-moz-transition :compact(compact(compact(opacity 300ms linear 0), false, false, false, false, false, false, false, false, false) false false false);-o-transition :compact(compact(compact(opacity 300ms linear 0), false, false, false, false, false, false, false, false, false) false false false);transition :compact(compact(opacity 300ms linear 0), false, false, false, false, false, false, false, false, false);}.opc.opc-firststep-login .section#opc-login .step-title .number{-webkit-transition :compact(compact(compact(width 80ms linear 0), false, false, false, false, false, false, false, false, false) false false);-moz-transition :compact(compact(compact(width 80ms linear 0), false, false, false, false, false, false, false, false, false) false false false);-o-transition :compact(compact(compact(width 80ms linear 0), false, false, false, false, false, false, false, false, false) false false false);transition :compact(compact(width 80ms linear 0), false, false, false, false, false, false, false, false, false);}.opc.opc-firststep-login .section#opc-login .step-title h2{-webkit-transition :compact(compact(compact(margin-left 80ms linear 0), false, false, false, false, false, false, false, false, false) false false);-moz-transition :compact(compact(compact(margin-left 80ms linear 0), false, false, false, false, false, false, false, false, false) false false false);-o-transition :compact(compact(compact(margin-left 80ms linear 0), false, false, false, false, false, false, false, false, false) false false false);transition :compact(compact(margin-left 80ms linear 0), false, false, false, false, false, false, false, false, false);}body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login{opacity:0;}body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number{width:0px;overflow:hidden;}body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2{margin-left:0px;}.sp-methods{margin:0 0 8px;}.sp-methods dt{margin:13px 0 5px;font-weight:bold;}.sp-methods dt:first-child{margin:0 0 5px;}.sp-methods dd li{margin:5px 0;}.sp-methods label img{float:left;}.sp-methods label a{margin-top:6px;float:right;margin-left:10px;}.sp-methods .price{font-weight:bold;}.sp-methods .form-list{padding-left:20px;}.sp-methods .form-list li{margin:0 0 14px;}.sp-methods .form-list li:last-child{margin-bottom:6px;}.sp-methods select.month{width:120px;margin-right:10px;}.sp-methods select.year{width:96px;}.sp-methods input.cvv{width:70px !important;}.sp-methods #advice-validate-cc-exp-ccsave_expiration{max-width:130px;}.sp-methods .checkmo-list li{margin:0 0 5px;content:'';display:table;clear:both;}.sp-methods .checkmo-list label{width:165px;padding-right:15px;text-align:right;float:left;}.sp-methods .checkmo-list address{float:left;}@media only screen and (max-width:479px){.sp-methods .checkmo-list{padding-left:0;}.sp-methods .checkmo-list label{width:135px;}}.sp-methods .release-amounts{margin:0.5em 0;}.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0;}.block-progress{border:0;margin:0;border-left:1px solid #ccc;padding-left:20px;}.block-progress .block-content{font-size:13px;}.block-progress dt{padding-top:6px;margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:14px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;margin-bottom:6px;text-transform:uppercase;font-weight:normal;color:#a0a0a0;}.block-progress dt.complete{color:#4a4a4a;}.block-progress dd{padding-left:15px;margin-bottom:10px;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-style:italic;}.block-progress dd address{font-style:italic;}.block-progress #payment-progress-opcheckout .subtitle{margin-bottom:3px;}.block-progress .payment-info dt{padding:0;margin:0 0 3px 0;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;text-transform:none;font-style:italic;float:left;clear:both;font-size:13px;}.block-progress .payment-info dt:after{content:': ';}.block-progress .payment-info dd{float:left;margin-bottom:3px;font-size:13px;}.block-progress .payment-info:after{content:'';display:table;clear:both;}#checkout-review-table .btn-remove img{display:none;}#checkout-review-table-wrapper{clear:both;}#review-buttons-container{width:100%;margin-top:15px;margin-bottom:15px;}#review-buttons-container .btn-checkout{min-width:220px;}#review-buttons-container .please-wait{float:left;margin-right:10px;}#review-buttons-container .f-left{float:right;}@media only screen and (max-width:599px){.linearize-table-large.checkout-review-table thead tr:nth-child(1n+2){display:none;}}@media only screen and (max-width:479px){.linearize-table.checkout-review-table thead tr:nth-child(1n+2){display:none;}}.opc-block-progress dt.complete a,.opc-block-progress dt.complete .separator{display:inline;}.opc-block-progress dt a,.opc-block-progress dt .separator{display:none;}#checkout-step-review .opc-block-progress{border-left:none;padding-left:0;}#checkout-step-review .opc-block-progress .block-title{display:none;}#checkout-step-review .opc-block-progress .block-content{display:block !important;padding:0;}#checkout-step-review .opc-block-progress .block-content > dl > div{float:left;width:50%;}@media only screen and (max-width:479px){#checkout-step-review .opc-block-progress .block-content > dl > div{float:none;width:auto;}}#checkout-step-review .opc-block-progress .block-content .changelink{display:none;}@media only screen and (max-width:479px){#checkout-review-table thead > tr > th{display:none;}#checkout-review-table thead > tr > th:first-child{display:block;}#checkout-review-table thead > tr > th:first-child{display:block;}}#checkout-step-review .centinel > p{margin-bottom:10px;}#checkout-step-review .centinel iframe{width:100%;min-height:400px;}.gift-messages-form .item{content:'';display:table;clear:both;margin-top:13px;}.gift-messages-form .item h5{font-weight:bold;}.gift-messages-form .item .product-img-box{width:auto;float:left;padding-right:15px;}.gift-messages-form .item .details{float:left;}.gift-message-form .inner-box > div{content:'';display:table;clear:both;width:100%;margin-top:15px;display:block;}.gift-message-form .inner-box > div.extra-options-container p{margin-bottom:15px;}.gift-message-form .gift-wrapping-form label{margin-right:10px;}.gift-message-form .gift-wrapping-form img{float:left;}.gift-message-form .gift-wrapping-form .gift-wrapping-design{height:75px;}.gift-message-form .gift-wrapping-form .gift-wrapping-design:after{content:'';display:table;clear:both;}.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box{margin-right:5px;}.gift-message-form .gift-item{padding-bottom:10px;margin-bottom:10px;border-bottom:solid 1px #ececec;}.gift-message-form .gift-item:after{content:'';display:table;clear:both;}.gift-message-form .gift-item .product-img-box{width:200px;}.gift-message-form .gift-item .product-img-box .product-image{width:75px;margin-left:auto;margin-right:auto;}.gift-message-form .gift-item .product-img-box .product-name{display:block;}.gift-message-form .gift-item .fieldset{margin-left:200px;}@media only screen and ('max-width':770px){.gift-message-form .giftmessage-area{max-width:100%;}.gift-message-form .gift-item .product-img-box{width:100%;float:none;}.gift-message-form .gift-item .fieldset{margin-left:0px;}.gift-message-form .gift-item .fieldset textarea{width:100%;}}.aw-onestepcheckout-index-index{}.aw-onestepcheckout-index-index h4{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#636363;font-weight:normal;}.aw-onestepcheckout-index-index p,.aw-onestepcheckout-index-index .sp-methods dt{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:14px;}.aw-onestepcheckout-index-index select{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;padding:0 6px 0 4px;cursor:pointer;font-size:15px;}.aw-onestepcheckout-index-index option:not(:checked){color:#636363;}.aw-onestepcheckout-index-index .form-list .control label,.aw-onestepcheckout-index-index .sp-methods dt label{padding:1px 0 0;background:none;}.aw-onestepcheckout-index-index .checkbox + label{padding:1px 0 0;}.aw-onestepcheckout-index-index .input-box{padding-top:4px;}.aw-onestepcheckout-index-index [type="checkbox"]:not(:checked),.aw-onestepcheckout-index-index [type="checkbox"]:checked{position:absolute;left:-9999px;}.aw-onestepcheckout-index-index [type="checkbox"]:not(:checked) + label,.aw-onestepcheckout-index-index [type="checkbox"]:checked + label{position:relative;padding:0 0 0 28px;cursor:pointer;line-height:1.3;}.aw-onestepcheckout-index-index [type="checkbox"]:not(:checked) + label:before,.aw-onestepcheckout-index-index [type="checkbox"]:checked + label:before{content:"";position:absolute;left:0;top:1px;width:16px;height:16px;border:1px solid #9d9d9d;background:#fff;color:#fff;border-radius:4px;transition:border 0.2s;}.aw-onestepcheckout-index-index [type="checkbox"]:checked + label:before{border-color:#305b6c;}.aw-onestepcheckout-index-index [type="checkbox"]:not(:checked) + label:after,.aw-onestepcheckout-index-index [type="checkbox"]:checked + label:after{content:"\e907";font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:2px;left:1px;width:14px;height:14px;font-size:12px;line-height:15px;color:#fff;text-align:center;transition:all 0.2s;background-color:#305b6c;border-radius:2px;}.aw-onestepcheckout-index-index [type="checkbox"]:not(:checked) + label:after{opacity:0;transform:scale(0);}.aw-onestepcheckout-index-index [type="checkbox"]:checked + label:after{opacity:1;transform:scale(1);}.aw-onestepcheckout-index-index [type="checkbox"]:disabled:not(:checked) + label:before,.aw-onestepcheckout-index-index [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}.aw-onestepcheckout-index-index [type="checkbox"]:disabled:checked + label:after{color:#999;}.aw-onestepcheckout-index-index [type="checkbox"]:disabled + label{color:#aaa;}.aw-onestepcheckout-index-index [type="radio"]:not(:checked),.aw-onestepcheckout-index-index [type="radio"]:checked{position:absolute;left:-9999px;}.aw-onestepcheckout-index-index [type="radio"]:not(:checked) + label,.aw-onestepcheckout-index-index [type="radio"]:checked + label{position:relative;padding-left:28px;cursor:pointer;}.aw-onestepcheckout-index-index [type="radio"]:not(:checked) + label:before,.aw-onestepcheckout-index-index [type="radio"]:checked + label:before{content:'';position:absolute;left:0;top:4px;width:14px;height:14px;border:1px solid #9d9d9d;background:#fff;border-radius:50%;}.aw-onestepcheckout-index-index [type="radio"]:not(:checked) + label:after,.aw-onestepcheckout-index-index [type="radio"]:checked + label:after{content:'';border:1px solid #305b6c;background:#305b6c;box-shadow:inset 0 0 0 2px #fff;position:absolute;top:4px;left:0;font-size:11px;color:#fff9f7;transition:all 0.2s;width:14px;height:14px;line-height:15px;border-radius:50%;padding:0 2px;}.aw-onestepcheckout-index-index [type="radio"]:not(:checked) + label:after{opacity:0;transform:scale(0);}.aw-onestepcheckout-index-index [type="radio"]:checked + label:after{opacity:1;transform:scale(1);}.aw-onestepcheckout-index-index [type="radio"]:disabled:not(:checked) + label:before,.aw-onestepcheckout-index-index [type="radio"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}.aw-onestepcheckout-index-index [type="radio"]:disabled:checked + label:after{color:#999;}.aw-onestepcheckout-index-index [type="radio"]:disabled + label{color:#aaa;}.aw-onestepcheckout-index-index .title{display:inline-block;vertical-align:top;padding:13px 0px 0px;}.aw-onestepcheckout-index-index .title .icon{width:50px;height:50px;border:1px solid #305b6c;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:10px;color:#305b6c;}.aw-onestepcheckout-index-index .title .icon:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-size:20px;line-height:47px;text-align:center;content:"\e91f";text-indent:2px;}.aw-onestepcheckout-index-index .title .text{font-size:14px;text-transform:uppercase;font-weight:600;letter-spacing:0.03em;color:#688493;display:inline-block;vertical-align:middle;padding:3px 0 0;}.aw-onestepcheckout-index-index .aw-onestepcheckout-row .input-text{height:40px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-row button.button{width:120px;height:40px;line-height:40px;margin-right:33px;}@media only screen and (max-width:970px){.aw-onestepcheckout-index-index .aw-onestepcheckout-row button.button{margin-top:27px;}}.aw-onestepcheckout-index-index .aw-onestepcheckout-row button.button > span span{text-transform:none;}.aw-onestepcheckout-index-index #aw-onestepcheckout-login-forgot-link{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;text-decoration:underline;}.aw-onestepcheckout-index-index .aw-onestepcheckout-number{font-size:18px;}.aw-onestepcheckout-index-index .step-number{text-transform:uppercase;font-size:13px;line-height:14px;padding-left:2px;}.aw-onestepcheckout-index-index .separator{border:solid #fff;border-width:1px 0 0;margin:0 0 10px;height:auto;}.aw-onestepcheckout-index-index .add-gift-message h3{display:none;}.aw-onestepcheckout-index-index .price{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:18px;color:#ac572e;}.aw-onestepcheckout-index-index .a-center{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:16px;}.aw-onestepcheckout-index-index .a-right{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;}.aw-onestepcheckout-index-index tfoot tr .a-right:first-child{text-align:left;}.aw-onestepcheckout-index-index tfoot tr .price{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:15px;color:#4a4a4a;}.aw-onestepcheckout-index-index tfoot tr:first-child td{padding-top:10px;}.aw-onestepcheckout-index-index tfoot tr:last-child td{padding-top:20px;}.aw-onestepcheckout-index-index tfoot tr:last-child td strong{font-weight:normal;text-transform:uppercase;font-size:17px;}.aw-onestepcheckout-index-index tfoot tr:last-child td strong .price{color:#ac572e;font-size:28px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.aw-onestepcheckout-index-index #aw-onestepcheckout-shipping-method .sp-methods dt{display:none;}.aw-onestepcheckout-index-index #aw-onestepcheckout-shipping-method .sp-methods label{font-size:15px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.aw-onestepcheckout-index-index #aw-onestepcheckout-shipping-method .sp-methods .price{color:#4a4a4a;font-size:15px;font-weight:normal;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method-wrapper .separator{margin-bottom:19px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method{margin:0;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods{border:none;margin:0;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods dt label{font-size:18px;text-transform:uppercase;min-width:auto;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods dt label:after,.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods dt label:before{top:7px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .icon{display:inline-block;width:152px;height:25px;background-position:-239px -139px;margin-left:10px;margin-top:1px;margin-right:0;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .cvv-what-is-this{display:inline-block;width:20px;height:20px;background-position:-471px -129px;margin-top:9px;margin-left:4px;}.aw-onestepcheckout-index-index #payment-tool-tip{padding:0 7px 7px;}.aw-onestepcheckout-index-index #payment-tool-tip img{max-width:100%;}.aw-onestepcheckout-index-index #payment-tool-tip-close{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method.sp-methods{padding:8px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-container .form-list .aw-onestepcheckout-general-form-field label{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;}.aw-onestepcheckout-index-index h3.product-name{margin-bottom:0;font-size:16px;}.aw-onestepcheckout-index-index .sku{color:#a6a6a6;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:13px;font-style:normal;}.aw-onestepcheckout-index-index .item-options dt,.aw-onestepcheckout-index-index .item-options dd{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;font-style:normal;font-weight:normal;padding:0;}.aw-onestepcheckout-index-index .item-options dt{margin-right:6px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods dd{margin:0;padding:0 19px 0 20px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods ul{padding-left:0;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods ul > p{margin-bottom:12px;margin-top:9px;line-height:18px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods ul#payment_form_banktransfer p{margin-top:-2px;margin-bottom:19px;}.aw-onestepcheckout-index-index .enterprise-giftcard-code-form{display:none;}.aw-onestepcheckout-index-index .saturday-delivery-checkbox-container,.aw-onestepcheckout-index-index .shipping-method-note{margin-left:20px;font-family:Vollkorn;font-size:14px;margin-top:5px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-authentification a{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:14px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-authentification a.aw-onestepcheckout-forgot-password-back{text-decoration:underline;}@media screen and (max-width:508px){.aw-onestepcheckout-index-index #aw-onestepcheckout-authentification{float:left;}}@media screen and (max-width:1061px){.aw-onestepcheckout-index-index .title{display:block;padding:0 0 14px;text-align:center;}.aw-onestepcheckout-index-index #aw-onestepcheckout-login-form,.aw-onestepcheckout-index-index #aw-onestepcheckout-forgot-password-form,.aw-onestepcheckout-index-index #aw-onestepcheckout-forgot-password-success{display:block;text-align:center;padding-left:10px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-auth-form-block{text-align:left;}.aw-onestepcheckout-index-index #aw-onestepcheckout-forgot-password-form .form-list{padding:0 10px;}.aw-onestepcheckout-index-index #aw-onestepcheckout-forgot-password-form .aw-onestepcheckout-auth-form-block .input-box,.aw-onestepcheckout-index-index #aw-onestepcheckout-forgot-password-form .aw-onestepcheckout-auth-form-block .input-box input{width:100%;}.aw-onestepcheckout-index-index #aw-onestepcheckout-forgot-password-form p{margin-bottom:5px;}}@media only screen and (max-width:770px){.aw-onestepcheckout-index-index #aw-onestepcheckout-place-order{width:100%;}}@media screen and (max-width:713px){.aw-onestepcheckout-index-index .aw-onestepcheckout-auth-form-block button{margin-top:0px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-auth-form-block a{margin-top:10px;}}@media screen and (max-width:381px){.aw-onestepcheckout-index-index #aw-onestepcheckout-login-forgot-link{display:block;width:100%;text-align:center;}.aw-onestepcheckout-index-index #aw-onestepcheckout-container .button{margin-top:10px;width:100%;}.aw-onestepcheckout-index-index .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left,.aw-onestepcheckout-index-index .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle,.aw-onestepcheckout-index-index .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right{padding:0;}.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table thead th,.aw-onestepcheckout-index-index .aw-onestepcheckout-cart-table tbody td{padding-right:0;}.aw-onestepcheckout-index-index #aw-onestepcheckout-shipping-method .sp-methods{margin-left:0;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .sp-methods{padding:13px 12px;margin:0;}.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .icon{margin-left:2px;}.aw-onestepcheckout-index-index .aw-onestepcheckout-forgot-password-back{margin-bottom:10px;}}@media screen and (max-width:340px){.aw-onestepcheckout-index-index #aw-onestepcheckout-payment-method .icon{display:none;}}#aw-onestepcheckout-place-order p.required{position:relative;top:16px;text-align:left;color:#ac572e;font-size:13px;}#aw-onestepcheckout-address2 .address-note,#aw-onestepcheckout-address-billing .address-note{margin-bottom:9px;line-height:17px;font-size:14px !important;}#aw-onestepcheckout-address2 .form-list .control,#aw-onestepcheckout-address-billing .form-list .control{margin-top:14px;margin-bottom:3px;}#aw-onestepcheckout-address2 .aw-onestepcheckout-general-form-field-left .input-box,#aw-onestepcheckout-address-billing .aw-onestepcheckout-general-form-field-left .input-box,#aw-onestepcheckout-address2 .aw-onestepcheckout-general-form-field-right .input-box,#aw-onestepcheckout-address-billing .aw-onestepcheckout-general-form-field-right .input-box{padding-top:2px;}#aw-osc-billing-password-area{margin-bottom:17px;}#aw-onestepcheckout-address2 .aw-onestepcheckout-general-form-field-wide.company{margin-top:5px;margin-bottom:17px;}#aw-onestepcheckout-address2 .aw-onestepcheckout-general-form-field-wide.address2{margin-bottom:15px;}#aw-onestepcheckout-address2 .aw-onestepcheckout-general-form-field-left,#aw-onestepcheckout-address2 .aw-onestepcheckout-general-form-field-right{margin-top:14px;}#aw-onestepcheckout-address2 .aw-onestepcheckout-general-form-field-left .input-box,#aw-onestepcheckout-address2 .aw-onestepcheckout-general-form-field-right .input-box{padding-top:2px;}.aw-onestepcheckout-general-form-field-wide.address{margin-bottom:6px;}.aw-onestepcheckout-general-form-field-wide.address.last{margin-bottom:15px;}#aw-onestepcheckout-shipping-method p{line-height:17px;}.banktransfer-instructions-content{display:none;}.hidden-text{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden;}.aw-onestepcheckout-popup{overflow:visible;padding:20px 15px;max-width:730px;width:100%;left:50% !important;transform:translateX(-50%);border-radius:4px;z-index:1003 !important;}.aw-onestepcheckout-popup .close-button{width:40px;height:40px;border-radius:50%;overflow:hidden;position:absolute;right:-15px;top:-13px;cursor:pointer;background:#688493;color:#fff;text-align:center;font-size:15px;transition:background-color 0.3s linear 0s;border:2px solid #fff;text-decoration:none;margin:0;}.aw-onestepcheckout-popup .close-button:hover{background-color:#305b6c;text-decoration:none;}.aw-onestepcheckout-popup .close-button:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e919";font-size:15px;height:38px;line-height:38px;}@media only screen and (max-width:880px){.aw-onestepcheckout-popup .close-button{right:0;top:-17px;}}.aw-onestepcheckout-popup .btn-accept{background:#559194;display:inline-block;padding:0 15px;border:0;border-radius:4px;color:#fff;font-size:14px;font-weight:normal;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;line-height:48px;height:48px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;letter-spacing:0.05em;}.aw-onestepcheckout-popup .btn-accept:hover{background:#4c8184;color:#fff;cursor:pointer;border:none;}.aw-onestepcheckout-popup .btn-accept:active{background:#427174;color:#fff;border:none;}.aw-onestepcheckout-popup .btn-accept:focus{background-color:#427174;outline:none;color:#fff;border:none;}.aw-onestepcheckout-popup .aw-onestepcheckout-popup-content{overflow-y:auto;overflow-x:hidden;}.checkout-onepage-success .col-main{padding:0;}.checkout-onepage-success .buttons-set{margin:10px 0;text-align:center;}.checkout-onepage-success .buttons-set button{float:none;}.checkout-onepage-success .page-title h1{font-weight:normal;border:0;font-style:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:14px;text-transform:none;}.checkout-onepage-success .success-page p,.checkout-onepage-success .success-bottom p,.checkout-onepage-success .success-page li,.checkout-onepage-success .success-bottom li,.checkout-onepage-success .success-page span,.checkout-onepage-success .success-bottom span{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:14px;}.checkout-onepage-success .success-page a,.checkout-onepage-success .success-bottom a{text-decoration:underline;}.checkout-onepage-success .success-page{width:673px;margin:0 auto 40px;border-radius:4px;background:#e7ebec;position:relative;padding:20px 25px;text-align:center;}.checkout-onepage-success .success-page:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border:1px solid #fff;border-radius:4px;margin:6px;}.checkout-onepage-success .success-page > *{position:relative;z-index:1;}.checkout-onepage-success .success-page .icon{width:140px;height:96px;background-position:-407px -154px;margin:0 auto 15px;}.checkout-onepage-success .success-page .text{margin-bottom:12px;}.checkout-onepage-success .success-page .print{margin-bottom:23px;}.checkout-onepage-success .success-page .separator{height:6px;width:488px;border-width:1px 0;border-style:solid;border-color:#e3d3c7;margin:0 auto 15px;}.checkout-onepage-success .success-bottom{width:673px;margin:0 auto;}.checkout-onepage-success .success-bottom h3{font-size:16px;margin-bottom:0;}.checkout-onepage-success .success-bottom p,.checkout-onepage-success .success-bottom ul{margin-bottom:10px;}.checkout-onepage-success .success-bottom ul li{text-indent:36px;list-style:inside disc;}@media only screen and (max-width:770px){.checkout-onepage-success .print-link{display:none;}.checkout-onepage-success .success-page{width:100%;padding:15px 18px;margin-bottom:20px;}.checkout-onepage-success .success-bottom{width:100%;}}@media only screen and (max-width:630px){.checkout-onepage-success .success-page .separator{width:100%;}}.page-print h1{color:#636363;}.page-print #my-orders-table .product-image-grid td{border-bottom:0;}.page-print .buttons-set{border-top:0;}.page-print .buttons-set .button{background:#559194;border-radius:5px;min-width:140px;}.page-print .buttons-set .button span{text-transform:none;}.page-print h3.product-name{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.clearfix:after,.configurable-swatch-list:after,.product-view .product-options .swatch-attr:after{content:'';display:table;clear:both;}.swatch-link,.swatch-label{display:block;border-radius:2px;font-size:14px;text-align:center;color:#4a4a4a;text-decoration:none;box-sizing:content-box;}.swatch-link{border:1px solid #ccc;margin:0 0 3px;}.swatch-link img{border-radius:1px;}.swatch-link:hover{cursor:pointer;text-decoration:none;}.swatch-link .x{display:none;text-indent:-999em;position:absolute;left:0;right:0;top:0;bottom:0;background:url(https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/bg_x.png) center no-repeat transparent;z-index:10;}.swatch-link.has-image .swatch-label{position:relative;}.swatch-link.has-image img{position:absolute;top:0;left:0;}.swatch-label{border:1px solid #fff;margin:0;white-space:nowrap;background:#f4f4f4;}.configurable-swatch-list{margin-left:-3px;zoom:1;clear:both;-webkit-transform:translateZ(0px);}.configurable-swatch-list li{float:left;zoom:1;margin:0 0 0 3px;}.products-grid .configurable-swatch-list li{display:inline-block;float:none;margin:0;vertical-align:top;}.configurable-swatch-list .not-available .x{display:block;}.configurable-swatch-list .not-available .swatch-link{border-color:#ededed;position:relative;}.configurable-swatch-list .not-available .swatch-link.has-image img{opacity:0.4;filter:alpha(opacity=40);}.configurable-swatch-list .not-available .swatch-label{color:#aaa;background:#fff;}.configurable-swatch-list .wide-swatch .swatch-label{padding:0 6px;}.configurable-swatch-list .not-available a:focus{outline:0;}#narrow-by-list dd .configurable-swatch-list li{margin:0 0 0 3px;width:47%;}#narrow-by-list dd .swatch-link{border:none;line-height:25px;margin-right:2px;text-align:left;}#narrow-by-list dd .swatch-link.has-image{line-height:inherit;}#narrow-by-list dd .swatch-link:hover .swatch-label{border-color:#39c;}#narrow-by-list dd .swatch-label{background:#f4f4f4;border:1px solid #ccc;border-radius:2px;display:block;float:left;line-height:1.5em;margin:0 5px 0 0;padding:1px 5px;white-space:nowrap;}#narrow-by-list dd .swatch-label img{border:1px solid #fff;border-radius:2px;box-sizing:content-box;}#narrow-by-list dd .has-image .swatch-label{padding:0;}@media only screen and (max-width:770px){#narrow-by-list dd .configurable-swatch-list li:nth-child(odd){clear:left;}}.currently .swatch-current{position:relative;}.currently .swatch-current .btn-remove{margin-top:-10px;position:absolute;right:0;top:50%;}.currently .swatch-current span{display:block;float:left;}.currently .swatch-link{display:inline-block;margin:0 0 0 3px;}.currently .swatch-link:hover{border-color:#ccc;cursor:default;}.configurable-swatch-list .hover .swatch-link,.configurable-swatch-list .selected .swatch-link,.swatch-link:hover{border-color:#39c;}.configurable-swatch-box{background:none !important;}.configurable-swatch-box select.swatch-select{display:none;}.configurable-swatch-box .validation-advice{margin:0 0 5px;background:#ac572e;padding:2px 5px !important;font-weight:bold;color:#fff !important;float:left;display:block;border-radius:2px;}.availability.out-of-stock span{color:#a0a0a0;}.product-view .product-options .swatch-attr{float:none;display:block;clear:both;border:0;}.product-view .product-options .swatch-attr label,.product-view .product-options .swatch-attr .select-label{font-size:12px;}.product-view .product-options .swatch-attr label{display:block;line-height:1.3;}.product-view .product-options .swatch-attr .select-label{display:inline;font-weight:normal;color:#688493;padding-left:5px;}.product-view .product-options dd .input-box{height:auto;}.product-view .product-options .select-label{display:none;}.product-view .add-to-cart button.out-of-stock{background-position:-80px -362px;cursor:default;}.customer-account-login [type="checkbox"]:not(:checked),.customer-account-changeforgotten [type="checkbox"]:not(:checked),.customer-account-forgotpassword [type="checkbox"]:not(:checked),.customer-account-create [type="checkbox"]:not(:checked),.customer-account-login [type="checkbox"]:checked,.customer-account-changeforgotten [type="checkbox"]:checked,.customer-account-forgotpassword [type="checkbox"]:checked,.customer-account-create [type="checkbox"]:checked{position:absolute;left:-9999px;}.customer-account-login [type="checkbox"]:not(:checked) + label,.customer-account-changeforgotten [type="checkbox"]:not(:checked) + label,.customer-account-forgotpassword [type="checkbox"]:not(:checked) + label,.customer-account-create [type="checkbox"]:not(:checked) + label,.customer-account-login [type="checkbox"]:checked + label,.customer-account-changeforgotten [type="checkbox"]:checked + label,.customer-account-forgotpassword [type="checkbox"]:checked + label,.customer-account-create [type="checkbox"]:checked + label{position:relative;padding:0 0 0 28px;cursor:pointer;line-height:1.3;}.customer-account-login [type="checkbox"]:not(:checked) + label:before,.customer-account-changeforgotten [type="checkbox"]:not(:checked) + label:before,.customer-account-forgotpassword [type="checkbox"]:not(:checked) + label:before,.customer-account-create [type="checkbox"]:not(:checked) + label:before,.customer-account-login [type="checkbox"]:checked + label:before,.customer-account-changeforgotten [type="checkbox"]:checked + label:before,.customer-account-forgotpassword [type="checkbox"]:checked + label:before,.customer-account-create [type="checkbox"]:checked + label:before{content:"";position:absolute;left:0;top:1px;width:16px;height:16px;border:1px solid #9d9d9d;background:#fff;color:#fff;border-radius:4px;transition:border 0.2s;}.customer-account-login [type="checkbox"]:checked + label:before,.customer-account-changeforgotten [type="checkbox"]:checked + label:before,.customer-account-forgotpassword [type="checkbox"]:checked + label:before,.customer-account-create [type="checkbox"]:checked + label:before{border-color:#305b6c;}.customer-account-login [type="checkbox"]:not(:checked) + label:after,.customer-account-changeforgotten [type="checkbox"]:not(:checked) + label:after,.customer-account-forgotpassword [type="checkbox"]:not(:checked) + label:after,.customer-account-create [type="checkbox"]:not(:checked) + label:after,.customer-account-login [type="checkbox"]:checked + label:after,.customer-account-changeforgotten [type="checkbox"]:checked + label:after,.customer-account-forgotpassword [type="checkbox"]:checked + label:after,.customer-account-create [type="checkbox"]:checked + label:after{content:"\e907";font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:2px;left:1px;width:14px;height:14px;font-size:12px;line-height:15px;color:#fff;text-align:center;transition:all 0.2s;background-color:#305b6c;border-radius:2px;}.customer-account-login [type="checkbox"]:not(:checked) + label:after,.customer-account-changeforgotten [type="checkbox"]:not(:checked) + label:after,.customer-account-forgotpassword [type="checkbox"]:not(:checked) + label:after,.customer-account-create [type="checkbox"]:not(:checked) + label:after{opacity:0;transform:scale(0);}.customer-account-login [type="checkbox"]:checked + label:after,.customer-account-changeforgotten [type="checkbox"]:checked + label:after,.customer-account-forgotpassword [type="checkbox"]:checked + label:after,.customer-account-create [type="checkbox"]:checked + label:after{opacity:1;transform:scale(1);}.customer-account-login [type="checkbox"]:disabled:not(:checked) + label:before,.customer-account-changeforgotten [type="checkbox"]:disabled:not(:checked) + label:before,.customer-account-forgotpassword [type="checkbox"]:disabled:not(:checked) + label:before,.customer-account-create [type="checkbox"]:disabled:not(:checked) + label:before,.customer-account-login [type="checkbox"]:disabled:checked + label:before,.customer-account-changeforgotten [type="checkbox"]:disabled:checked + label:before,.customer-account-forgotpassword [type="checkbox"]:disabled:checked + label:before,.customer-account-create [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}.customer-account-login [type="checkbox"]:disabled:checked + label:after,.customer-account-changeforgotten [type="checkbox"]:disabled:checked + label:after,.customer-account-forgotpassword [type="checkbox"]:disabled:checked + label:after,.customer-account-create [type="checkbox"]:disabled:checked + label:after{color:#999;}.customer-account-login [type="checkbox"]:disabled + label,.customer-account-changeforgotten [type="checkbox"]:disabled + label,.customer-account-forgotpassword [type="checkbox"]:disabled + label,.customer-account-create [type="checkbox"]:disabled + label{color:#aaa;}.customer-account-login h1,.customer-account-changeforgotten h1,.customer-account-forgotpassword h1,.customer-account-create h1{border:0;text-align:center;}.customer-account-login h2,.customer-account-changeforgotten h2,.customer-account-forgotpassword h2,.customer-account-create h2{font-size:22px;text-transform:none;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;letter-spacing:0.03em;color:#688493;margin-bottom:0;}.customer-account-login h3,.customer-account-changeforgotten h3,.customer-account-forgotpassword h3,.customer-account-create h3{text-transform:none;font-size:16px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;color:#688493;}.customer-account-login p,.customer-account-changeforgotten p,.customer-account-forgotpassword p,.customer-account-create p{font-size:15px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.customer-account-login p.required,.customer-account-changeforgotten p.required,.customer-account-forgotpassword p.required,.customer-account-create p.required{float:left;font-size:13px;}.customer-account-login input,.customer-account-changeforgotten input,.customer-account-forgotpassword input,.customer-account-create input{width:100%;}.customer-account-login label,.customer-account-changeforgotten label,.customer-account-forgotpassword label,.customer-account-create label{font-weight:normal;}.customer-account-login label.required:after,.customer-account-changeforgotten label.required:after,.customer-account-forgotpassword label.required:after,.customer-account-create label.required:after{font-size:10px;vertical-align:top;color:#ac572e;}.customer-account-login .forgot-block,.customer-account-changeforgotten .forgot-block,.customer-account-forgotpassword .forgot-block,.customer-account-create .forgot-block{float:right;}.customer-account-login .forgot-block a,.customer-account-changeforgotten .forgot-block a,.customer-account-forgotpassword .forgot-block a,.customer-account-create .forgot-block a{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;text-decoration:underline;}.customer-account-login .buttons-set,.customer-account-changeforgotten .buttons-set,.customer-account-forgotpassword .buttons-set,.customer-account-create .buttons-set{border:none;}.customer-account-login .form-list{clear:both;}.customer-account-login .form-list > li{list-style:none;clear:both;width:49%;}@media only screen and (max-width:770px){.customer-account-login .form-list > li{width:100%;}}.customer-account-login .form-list li{float:left;clear:none;}.customer-account-login .form-list li:first-child{margin-right:2%;}.customer-account-login .form-list li.fields{width:100%;margin-bottom:10px;}.customer-account-login .form-list li.fields .field{width:49%;margin-bottom:0;}@media only screen and (max-width:770px){.customer-account-login .form-list li.fields .field{width:100%;}}.customer-account-login .form-list li.firstname,.customer-account-login .form-list li.lastname,.customer-account-login .form-list li.fields .field{float:left;}.customer-account-login .form-list li.firstname,.customer-account-login .form-list li.fields .field:first-child{margin-right:2%;}@media only screen and (max-width:770px){.customer-account-login .form-list li.firstname,.customer-account-login .form-list li.fields .field:first-child{margin-right:0;}}.customer-account-login .form-list li.lastname{clear:none;}.customer-account-login .form-list li .field{margin-bottom:0;}.customer-account-login li.captcha-img-container{padding-top:15px;padding-left:10px;}.customer-account-login .col2-set .buttons-set{text-align:left;border-top:0;}.customer-account-login .col2-set .buttons-set button,.customer-account-login .col2-set .buttons-set .button{float:none;min-width:200px;margin:0;}.customer-account-login .col2-set .col-1,.customer-account-login .col2-set .col-2{width:48%;float:left;padding:0;}@media only screen and (max-width:770px){.customer-account-login .col2-set .col-1,.customer-account-login .col2-set .col-2{width:100%;}}@media only screen and (min-width:480px){.customer-account-login .col2-set .col-1,.customer-account-login .col2-set .col-2{padding-top:0;}}@media only screen and (min-width:770px){.customer-account-login .col2-set .col-1{padding-right:0;}.customer-account-login .col2-set .col-2{margin-left:4%;}}@media only screen and (max-width:770px){.customer-account-login .col2-set .form-list .field{margin-bottom:0;}.customer-account-login .col2-set .fields{margin-bottom:0;}.customer-account-login .col2-set .fields .field{margin-bottom:10px;}.customer-account-login .col2-set .col-1{margin-bottom:15px;}}.customer-account-changeforgotten form .form-instructions,.customer-account-forgotpassword form .form-instructions,.customer-account-create form .form-instructions{font-style:normal;color:#688493;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:13px;max-width:350px;}.customer-account-changeforgotten h2,.customer-account-forgotpassword h2,.customer-account-create h2{margin-bottom:10px;}.customer-account-changeforgotten .fieldset,.customer-account-forgotpassword .fieldset,.customer-account-create .fieldset{margin:0 auto;max-width:450px;border-radius:4px;background:#e7ebec;padding:25px;position:relative;}.customer-account-changeforgotten .fieldset:before,.customer-account-forgotpassword .fieldset:before,.customer-account-create .fieldset:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #fff;border-radius:4px;margin:10px;}.customer-account-changeforgotten .fieldset > *,.customer-account-forgotpassword .fieldset > *,.customer-account-create .fieldset > *{position:relative;z-index:1;}.customer-account-changeforgotten .fieldset:after,.customer-account-forgotpassword .fieldset:after,.customer-account-create .fieldset:after{content:'';display:table;clear:both;}.customer-account-changeforgotten p.required,.customer-account-forgotpassword p.required,.customer-account-create p.required{float:right;}.customer-account-changeforgotten .form-list,.customer-account-forgotpassword .form-list,.customer-account-create .form-list{clear:none;}.customer-account-changeforgotten .form-list li,.customer-account-forgotpassword .form-list li,.customer-account-create .form-list li{width:100%;float:none;margin-right:0;}.customer-account-changeforgotten .buttons-set,.customer-account-forgotpassword .buttons-set,.customer-account-create .buttons-set{margin-left:auto;margin-right:auto;max-width:450px;}.customer-account-changeforgotten p.back-link,.customer-account-forgotpassword p.back-link,.customer-account-create p.back-link{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.customer-account-login .content,.customer-account-changeforgotten .content,.customer-account-forgotpassword .content,.customer-account-create .content{border-radius:4px;background:#e7ebec;padding:25px;position:relative;}.customer-account-login .content:before,.customer-account-changeforgotten .content:before,.customer-account-forgotpassword .content:before,.customer-account-create .content:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #fff;border-radius:4px;margin:10px;}.customer-account-login .content > *,.customer-account-changeforgotten .content > *,.customer-account-forgotpassword .content > *,.customer-account-create .content > *{position:relative;z-index:1;}.customer-account-create .scaffold-form label:first-child{width:140px;}.opc #opc-login p:not(.required){font-style:italic;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:13px;color:#a0a0a0;}.remember-me-box a.hide{display:none;}.remember-me-box .link-tip{font-size:13px;padding-left:10px;}.remember-me-popup{display:none;border:1px solid #ccc;padding:10px;position:relative;}.remember-me-popup.show{display:block;}.remember-me-popup p{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.remember-me-popup .remember-me-popup-close{position:absolute;top:0;right:0;padding:10px;font-size:12px;}.remember-me-popup .remember-me-popup-close-button{display:none;}body.customer-account [type="checkbox"]:not(:checked),body.customer-account [type="checkbox"]:checked{position:absolute;left:-9999px;}body.customer-account [type="checkbox"]:not(:checked) + label,body.customer-account [type="checkbox"]:checked + label{position:relative;padding:0 0 0 28px;cursor:pointer;line-height:1.3;}body.customer-account [type="checkbox"]:not(:checked) + label:before,body.customer-account [type="checkbox"]:checked + label:before{content:"";position:absolute;left:0;top:1px;width:16px;height:16px;border:1px solid #9d9d9d;background:#fff;color:#fff;border-radius:4px;transition:border 0.2s;}body.customer-account [type="checkbox"]:checked + label:before{border-color:#305b6c;}body.customer-account [type="checkbox"]:not(:checked) + label:after,body.customer-account [type="checkbox"]:checked + label:after{content:"\e907";font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:2px;left:1px;width:14px;height:14px;font-size:12px;line-height:15px;color:#fff;text-align:center;transition:all 0.2s;background-color:#305b6c;border-radius:2px;}body.customer-account [type="checkbox"]:not(:checked) + label:after{opacity:0;transform:scale(0);}body.customer-account [type="checkbox"]:checked + label:after{opacity:1;transform:scale(1);}body.customer-account [type="checkbox"]:disabled:not(:checked) + label:before,body.customer-account [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}body.customer-account [type="checkbox"]:disabled:checked + label:after{color:#999;}body.customer-account [type="checkbox"]:disabled + label{color:#aaa;}@media only screen and (min-width:771px){body.customer-account .col-left{width:200px;padding-right:10px;}}@media only screen and (min-width:980px){body.customer-account .col-left{width:255px;padding-right:15px;}}@media only screen and (min-width:771px){body.customer-account .col-main{width:calc(100% - 200px);padding-left:10px;}}@media only screen and (min-width:980px){body.customer-account .col-main{width:calc(100% - 255px);padding-left:15px;}}body.customer-account small{font-size:9px;vertical-align:middle;}body.customer-account label{font-weight:normal;font-size:15px;}body.customer-account textarea{width:100%;font-size:14px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}body.customer-account .form-list .control label{padding:0;}body.customer-account p.required,body.customer-account .validation-advice,body.customer-account em{color:#ac572e;}body.customer-account .status em{color:#4a4a4a;font-style:normal;}body.customer-account .welcome-msg{margin-bottom:30px;padding:0 2px;}body.customer-account .welcome-msg strong{color:#688493;font-weight:normal;display:inline-block;vertical-align:top;font-size:15px;}body.customer-account .pager-no-toolbar{border-width:1px 0;border-style:solid;border-color:#d9dcde;padding:5px 2px 0;width:100%;margin-bottom:15px;}body.customer-account .pager-no-toolbar > .count-container{float:right;}body.customer-account .pager-no-toolbar ~ .pager-no-toolbar{margin-top:0;}body.customer-account .total .price{font-size:20px;}body.customer-account .form-list .control label{background:none;padding-left:30px;line-height:1.2;}body.customer-account .form-list .control input{margin-left:5px;}body.customer-account .form-list div.selector{height:48px;width:365px;}body.customer-account .form-list div.selector span{height:48px;line-height:46px;width:365px !important;}body.customer-account .form-list div.selector select{height:100%;width:100%;}body.customer-account .limiter select{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;padding:2px 4px;height:auto;}body.customer-account .block-account{background:#e7ebec;border-radius:4px;padding:20px 18px;position:relative;}@media only screen and (min-width:771px){body.customer-account .block-account{padding:33px 29px;}}body.customer-account .block-account:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #fff;border-radius:4px;margin:6px;}body.customer-account .block-account > *{position:relative;z-index:1;}body.customer-account .block-account .block-title strong{font-weight:normal;font-size:16px;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;color:#688493;letter-spacing:0.03em;}body.customer-account .block-account .block-content{margin-top:6px;}body.customer-account .my-account .page-title h1{border:0;text-align:left;font-weight:normal;margin-bottom:7px;}body.customer-account .my-account .page-title .separator{border:0;}body.customer-account .my-account .page-title.title-buttons h1{margin-bottom:15px;}body.customer-account .my-account .buttons-set{border:0;padding:0;display:block;width:100%;float:left;clear:none;}body.customer-account .my-account .buttons-set.buttons-set2,body.customer-account .my-account .buttons-set.btn-only{float:right;width:auto;}@media only screen and (max-width:479px){body.customer-account .my-account .buttons-set.buttons-set2,body.customer-account .my-account .buttons-set.btn-only{float:none;width:100%;}}body.customer-account .my-account .buttons-set a{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;}body.customer-account .my-account .title-buttons{position:relative;text-align:right;}body.customer-account .my-account .title-buttons h1{text-align:left;}body.customer-account .my-account .title-buttons .button{position:absolute;right:0;top:0;}body.customer-account .my-account .title-buttons a,body.customer-account .my-account .title-buttons span.separator{position:relative;top:-42px;}body.customer-account .my-account .title-buttons span.separator{border:0;}body.customer-account .my-account .button{height:41px;line-height:41px;width:150px;}body.customer-account .my-account .button.btn-add{width:190px;}@media only screen and (max-width:485px){body.customer-account .my-account .button.btn-add{width:178px;}}body.customer-account .my-account .button.btn-share{float:left;}@media only screen and (max-width:479px){body.customer-account .my-account .button{width:100%;}body.customer-account .my-account .button.btn-add{width:100%;}body.customer-account .my-account .button.btn-share{float:right;}}body.customer-account .my-account .button span{text-transform:none;}body.customer-account .my-account .table-caption{margin:0;margin-bottom:0.5em;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:24px;font-weight:400;font-style:normal;line-height:1.2;text-rendering:optimizeLegibility;text-transform:uppercase;}body.customer-account .my-account .table-caption a{display:inline-block;font-size:14px;text-transform:none;}body.customer-account .my-account .fieldset h2,body.customer-account .my-account .addresses-list h2,body.customer-account .my-account .order-details h2,body.customer-account .my-account .table-caption{width:100%;display:inline-block;color:#688493;letter-spacing:0.03em;}body.customer-account .my-account .addresses-list h3{font-size:14px;color:#688493;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;letter-spacing:0.03em;font-weight:600;}body.customer-account .my-account .my-orders,body.customer-account .my-account .addresses-list,body.customer-account .my-account .box-account,body.customer-account .my-account .my-rewards,body.customer-account .my-account .storecredit,body.customer-account .my-account .fieldset{margin-top:0;margin-bottom:30px;border-radius:4px;background:#e7ebec;position:relative;padding:25px;border:none;font-size:16px;}body.customer-account .my-account .my-orders:last-child,body.customer-account .my-account .addresses-list:last-child,body.customer-account .my-account .box-account:last-child,body.customer-account .my-account .my-rewards:last-child,body.customer-account .my-account .storecredit:last-child,body.customer-account .my-account .fieldset:last-child{margin-bottom:0;}body.customer-account .my-account .my-orders:before,body.customer-account .my-account .addresses-list:before,body.customer-account .my-account .box-account:before,body.customer-account .my-account .my-rewards:before,body.customer-account .my-account .storecredit:before,body.customer-account .my-account .fieldset:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #fff;border-radius:4px;margin:10px;}body.customer-account .my-account .my-orders > *,body.customer-account .my-account .addresses-list > *,body.customer-account .my-account .box-account > *,body.customer-account .my-account .my-rewards > *,body.customer-account .my-account .storecredit > *,body.customer-account .my-account .fieldset > *{position:relative;z-index:1;}body.customer-account .my-account .my-orders{clear:both;margin-bottom:15px;}body.customer-account .my-account .add-to-cart-alt{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:18px;}body.customer-account .my-account .add-to-cart-alt span{color:#4a4a4a;}body.customer-account .my-account .order-details .separator{border:0;}body.customer-account .my-account .order-details .data-table .product-image-grid td{border-bottom:0;}body.customer-account .my-account h4.product-name,body.customer-account .my-account h3.product-name{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}body.customer-account .box-info h3{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;letter-spacing:0.03em;color:#688493;}body.customer-account .data-table{margin-top:5px;}body.customer-account .data-table.orders td{line-height:22px;}body.customer-account .data-table td:first-child,body.customer-account .data-table th:first-child{padding-left:0;}body.customer-account .data-table td:last-child,body.customer-account .data-table th:last-child{padding-right:0;}body.customer-account .data-table td a{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-style:normal;font-size:13px;}body.customer-account .data-table td.view a{display:block;}@media only screen and (min-width:771px){body.customer-account .data-table td.view a{white-space:normal;}}@media only screen and (min-width:980px){body.customer-account .data-table td.view a{white-space:nowrap;}}body.customer-account .data-table .separator{display:none;}body.customer-account .sidebar .block ol#compare-items li{margin:10px 0;}body.customer-account .sidebar .block .block-content p.block-subtitle{margin-bottom:15px;}body.customer-account .sidebar .block .block-content .actions{margin-top:13px;}body.customer-account .sidebar ol#cart-sidebar-reorder li{margin-top:10px;margin-bottom:0;}body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name{display:inline-block;margin-bottom:0;}body.customer-account .sidebar .block-cart .summary{margin-bottom:15px;}body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li{margin-top:10px;margin-bottom:0;}body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input{margin-right:10px;}body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name{display:inline;margin-bottom:0;}.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day{width:40px;float:left;margin-right:10px;}.form-list .customer-dob .dob-year{width:80px;float:left;}.dashboard .box-head{margin-top:10px;border-bottom:1px solid #fff;padding-bottom:7px;}.dashboard .box-head h2{font-size:15px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:600;letter-spacing:0.03em;color:#688493;display:inline-block;margin-bottom:0;}.dashboard .box-head a{padding:10px;}.dashboard .box-title a,.dashboard .box-head a{text-transform:uppercase;font-size:12px;}.dashboard .data-table.orders tbody tr.last td{border-bottom:0;}.dashboard .box-account:last-child{margin-bottom:0;}.dashboard .box-account p,.dashboard .box-account address{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-style:italic;}.dashboard .col2-set .col-1,.dashboard .col2-set .col-2{padding-right:12.09677%;padding-bottom:0;}.dashboard .col2-set .col-1 .box-title,.dashboard .col2-set .col-2 .box-title{position:relative;padding-bottom:10px;}.dashboard .col2-set .col-1 .box-title h2,.dashboard .col2-set .col-2 .box-title h2,.dashboard .col2-set .col-1 .box-title h3,.dashboard .col2-set .col-2 .box-title h3{text-transform:none;font-size:15px;margin-bottom:0;}.dashboard .col2-set .col-1 .box-title a,.dashboard .col2-set .col-2 .box-title a{line-height:19.6px;}.dashboard .box-reviews.box-account{padding-bottom:0;}.dashboard .box-reviews li{padding:10px 0;border-top:1px solid #ededed;}.dashboard .box-reviews li:first-child{border-top:0;}.dashboard .box-reviews li .number{margin-right:-20px;float:left;line-height:1.4;font-size:13px;}.dashboard .box-reviews li .details{margin-left:20px;}.dashboard .box-reviews li .details .ratings{content:'';display:table;clear:both;margin-bottom:0;}.dashboard .box-reviews li .details .ratings strong{float:left;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:13px;margin-right:5px;}.dashboard .box-reviews li .details .ratings .rating-box{float:left;margin:3px 0 0 0;}.my-account .addresses-list{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.my-account .addresses-list .col-1,.my-account .addresses-list .col-2{padding-bottom:0;}.my-account .addresses-list .item{margin:0 0 40px;}.my-account .addresses-list .item p{margin-top:10px;}@media only screen and (max-width:770px){.my-account .addresses-list .col-1,.my-account .addresses-list .col-2{width:100%;padding-left:0;padding-right:0;}.my-account .addresses-list .col-1 li.empty,.my-account .addresses-list .col-2 li.empty{width:100%;}}@media only screen and (max-width:599px){.my-account .addresses-list .addresses-additional p a{white-space:nowrap;}}.my-account .buttons-set .back-link{line-height:41px;}.my-account .buttons-set .back-link a{line-height:41px;}.order-info{padding-bottom:10px;border-bottom:1px solid #fff;width:100%;margin-bottom:13px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.order-info dt,.order-info dd,.order-info ul,.order-info li{display:inline;}.order-info dt{margin-right:20px;}.order-info li{margin:0 20px 0 0;}.order-info li.current{font-weight:600;color:#688493;}.order-links{margin:0 0 10px;}.order-date{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;text-transform:uppercase;margin:0 0 20px;}.order-info-box{margin-bottom:40px;margin-top:20px;font-size:16px;}.order-info-box .col-1{padding-right:0;width:48%;}.order-info-box .col-2{width:52%;}.order-info-box .col-1,.order-info-box .col-2{overflow:hidden;padding-top:0;padding-bottom:0;}.order-info-box .box-title{width:150px;padding-right:10px;float:left;}.order-info-box .box-title h2{font-size:14px;font-weight:600;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#688493;letter-spacing:0.03em;padding:5px 0;}.order-info-box .box-title h2:after{content:':';}.order-info-box .box-content{float:left;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.order-info-box .box-content td,.order-info-box .box-content th{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-align:left;line-height:26px;padding:0 5px;}.order-info-box .box-content th{vertical-align:top;text-align:left;}.order-info-box .box-content strong{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-weight:normal;text-transform:uppercase;}.order-info-box .box-content table{width:100%;}#my-orders-table .option-label{margin-left:10px;font-weight:600;font-style:italic;}#my-orders-table .option-value{margin-left:20px;}#my-orders-table tr.bundle:not(:last-child) td{border-bottom:none;border-top:none;}@media only screen and (min-width:771px){#my-orders-table > tbody > tr > td:not(:first-child){line-height:22px;white-space:nowrap;}#my-orders-table tfoot td{line-height:22px;}#my-orders-table td,#my-orders-table th{padding-left:5px;padding-right:5px;}#my-orders-table td:first-child,#my-orders-table th:first-child{padding-left:0;}#my-orders-table td:last-child,#my-orders-table th:last-child{padding-right:0;}}@media only screen and (min-width:980px){#my-orders-table td,#my-orders-table th{padding-left:10px;padding-right:10px;}}@media only screen and (max-width:770px){#my-orders-table td.product-image{padding:10px 0 20px;}}ol#cart-sidebar-reorder li{margin-top:10px;margin-bottom:0;}ol#cart-sidebar-reorder li input{margin-right:10px;}ol#cart-sidebar-reorder p.product-name{display:inline;}@media only screen and (max-width:599px){#my-orders-table .option-label{margin-left:20px;}#my-orders-table .option-value{margin-left:35px;}#my-orders-table td[data-rwd-label=Qty] .nobr br{display:none;}#my-orders-table td[data-rwd-label=Qty] .nobr strong{margin-right:10px;}#my-orders-table tr.bundle{border-color:#ededed;}#my-orders-table tr.bundle.child td[data-rwd-label]{padding-left:60px;}#my-orders-table tbody:last-child tr:last-child td{padding-bottom:10px;border-bottom:0;}#my-orders-table tbody:last-child tr:last-child td:last-child{padding-bottom:15px;}#my-orders-table tfoot tr.shipping{margin-top:0;}}.order-additional{margin:40px 0;}.order-gift-message dd{margin-top:10px;}@media only screen and (max-width:1199px){.dashboard .col2-set .col-1,.dashboard .col2-set .col-2{padding-right:13px;padding-bottom:0;}}@media only screen and (max-width:979px){body.customer-account .my-account .title-buttons{text-align:left;margin:0 0 20px;}body.customer-account .my-account .title-buttons span.separator,body.customer-account .my-account .title-buttons a{top:0;}}@media only screen and (max-width:770px){body.customer-account .data-table.orders th.ship,body.customer-account .data-table.orders td.ship,body.customer-account .data-table.orders td.status,body.customer-account .data-table.orders th.status{display:none;}body.customer-account .my-wishlist .fieldset{padding:10px 25px 20px !important;}body.customer-account .sidebar .block-account{border:0;}body.customer-account .sidebar .block-account .block-title.active strong:before{content:"\e901";}body.customer-account .sidebar .block-account .block-title strong{position:relative;padding:0 0 0 20px;}body.customer-account .sidebar .block-account .block-title strong:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e924";position:absolute;left:0;top:50%;transform:translateY(-50%);}body.customer-account .sidebar .block-account .block-title strong:after{content:' Menu';display:inline;}body.customer-account .sidebar .block-account .block-content{border:0;padding:5px 20px;}.order-info-box{margin:0 0 30px;}.order-info-box .box-content{clear:left;}.addresses-list .item{float:left;width:50%;padding-right:13px;}.order-info dt{display:none;}.dashboard .page-title{margin-top:20px;}.dashboard .page-title h1{margin-top:0;}.dashboard .box-account{padding-bottom:15px;margin-bottom:13px;}.dashboard .col2-set .col-1,.dashboard .col2-set .col-2{width:48%;padding-right:0;padding-left:0;}.dashboard .col2-set .col-1{float:left;margin-right:4%;}.dashboard .col2-set .col-2{float:right;}}@media only screen and (max-width:599px){body.customer-account .my-account .form-list .control{padding-left:0;}}@media only screen and (max-width:479px){body.customer-account .my-account .title-buttons .button{width:100%;position:static;margin-bottom:15px;}body.customer-account .my-account .title-buttons .button + .button{margin-left:0px;}body.customer-account .my-account .fieldset h2{margin-bottom:15px;}body.customer-account .my-account .order-details h2{margin-bottom:15px;}body.customer-account .my-account .buttons-set{border-top:0;}body.customer-account .my-account .addresses-list{margin-bottom:0;}body.customer-account .my-account .addresses-list .item{margin-bottom:30px;padding-right:0;float:none;width:auto;}body.customer-account .my-account .addresses-list h2{margin-bottom:15px;}body.customer-account .my-account .addresses-list + .buttons-set{margin:0;display:block;}.order-info{margin-top:15px;}.data-table.orders .link-reorder,.data-table.orders .date{display:none;}.data-table.orders td.view{text-align:right;}.dashboard .col2-set .col-1,.dashboard .col2-set .col-2{width:100%;margin-right:0;}.dashboard .col2-set .col-2{padding-top:0;}.order-info-box .col-1,.order-info-box .col-2{width:100%;margin-right:0;}.order-info-box + .order-info-box{padding-bottom:0;border-bottom:0;margin-bottom:13px;}#my-reviews-table .nobr{white-space:normal;}}body.customer-account .my-account .my-wishlist .page-title h1{font-weight:normal;position:relative;padding:0 0 0 55px;}body.customer-account .my-account .my-wishlist .page-title h1:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e91b";color:#ad562d;width:40px;height:40px;border:1px solid #d37d54;border-radius:50%;text-align:center;font-size:20px;line-height:43px;text-indent:1px;position:absolute;left:0;top:50%;margin:-3px 0 0;transform:translateY(-50%);}body.customer-account .my-account .my-wishlist .buttons-set{width:auto;}body.customer-account .my-account .my-wishlist .buttons-set.buttons-set2,body.customer-account .my-account .my-wishlist .buttons-set.btn-only{width:auto;}@media only screen and (max-width:479px){body.customer-account .my-account .my-wishlist .buttons-set.buttons-set2,body.customer-account .my-account .my-wishlist .buttons-set.btn-only{width:100%;}}body.newsletter-manage-index .my-account .fieldset{margin-bottom:20px;}body.newsletter-manage-index .my-account .fieldset h2{display:none;}.account-balance{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;margin-bottom:15px;}.account-balance h2{font-size:20px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}body.customer-account .my-rewards .buttons-set{width:auto;}body.customer-account .my-rewards .checkbox{top:2px;}body.customer-account .my-rewards .box-content{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}body.customer-account .my-rewards h2{margin-bottom:0.1em;}body.customer-account .my-rewards .box{margin-bottom:15px;}.customer-account-logoutsuccess .col-main{padding:30px 0;text-align:center;}.customer-account-logoutsuccess .page-title h1{border-bottom:0;}.customer-account-logoutsuccess p{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;margin:0 auto;max-width:550px;}.customer-account-logoutsuccess .text-section p{max-width:none;}.back-link a:not(.button){padding:0 2px;}.col-2.payment-block{padding-left:0;margin-top:10px;}.col-2.payment-block .box-content{width:84%;}.col-2.payment-block table{width:100%;}.col-2.payment-block input[type='checkbox']{position:relative;left:0;}.page-print .grid{float:left;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;width:100%;}.page-print .grid td,.page-print .grid th{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;text-align:left;line-height:40px;padding:0 5px;}.page-print .grid th{vertical-align:top;background-color:#fff9f7;border-bottom:1px solid #e3d3c7;}.page-print .grid strong{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-weight:normal;text-transform:uppercase;}.page-print .grid table{width:100%;}.page-popup.shipping-tracking-popup{background:#e7ebec;height:100%;}.page-popup.shipping-tracking-popup .page-title{margin-bottom:10px;}.page-popup.shipping-tracking-popup .page-title h1{border:0;}.page-popup.shipping-tracking-popup .button{background:#559194;border-radius:5px;min-width:140px;}.page-popup.shipping-tracking-popup .button span{text-transform:none;}.page-popup.shipping-tracking-popup .buttons-set{border:0;}.page-popup.shipping-tracking-popup .data-table{border:1px solid #8ea0aa;}.page-popup.shipping-tracking-popup .data-table td{border-bottom:1px solid #8ea0aa;}.page-popup.shipping-tracking-popup .data-table th{border-right:1px solid #8ea0aa;border-bottom:1px solid #8ea0aa;}#my-orders-table .product-image-grid td,#my-orders-table .product-image-grid tr{border-bottom:0 none;}@media only screen and (max-width:979px){#my-orders-table .product-image-grid{display:block;min-width:120px;}#my-orders-table .product-image-grid tbody,#my-orders-table .product-image-grid tr,#my-orders-table .product-image-grid td{display:block;}}#my-orders-table strong{font-weight:600;}.my-account .order-details .product-image-grid td{border-bottom:0px none;}@media only screen and (max-width:770px){.my-account .order-details .product-image-grid tr{border:none;}}.my-account .order-details .table-caption .separator,.my-account .order-details .sub-title .separator{border:0;}.my-account .data-table .grand_total{font-size:18px;}.my-account .tracking-table{margin-bottom:10px;}.my-account .tracking-table tbody tr:last-child td,.my-account .tracking-table tbody tr:last-child th{border-bottom:none;}@media only screen and (max-width:770px){.my-account .tracking-table tr{overflow:hidden;}}@media only screen and (max-width:770px){.my-account .tracking-table td,.my-account .tracking-table th{padding:5px 0;float:left;width:50%;line-height:24;}}@media only screen and (min-width:771px){.my-account .tracking-table td,.my-account .tracking-table th{border-bottom:1px solid #fff;}}@media only screen and (max-width:770px){.my-account .tracking-table th{padding-top:8px;padding-bottom:2px;}}.account-login [type="checkbox"]:not(:checked),.account-login [type="checkbox"]:checked{position:absolute;left:-9999px;}.account-login [type="checkbox"]:not(:checked) + label,.account-login [type="checkbox"]:checked + label{position:relative;padding:0 0 0 28px;cursor:pointer;line-height:1.3;}.account-login [type="checkbox"]:not(:checked) + label:before,.account-login [type="checkbox"]:checked + label:before{content:"";position:absolute;left:0;top:1px;width:16px;height:16px;border:1px solid #9d9d9d;background:#fff;color:#fff;border-radius:4px;transition:border 0.2s;}.account-login [type="checkbox"]:checked + label:before{border-color:#305b6c;}.account-login [type="checkbox"]:not(:checked) + label:after,.account-login [type="checkbox"]:checked + label:after{content:"\e907";font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:2px;left:1px;width:14px;height:14px;font-size:12px;line-height:15px;color:#fff;text-align:center;transition:all 0.2s;background-color:#305b6c;border-radius:2px;}.account-login [type="checkbox"]:not(:checked) + label:after{opacity:0;transform:scale(0);}.account-login [type="checkbox"]:checked + label:after{opacity:1;transform:scale(1);}.account-login [type="checkbox"]:disabled:not(:checked) + label:before,.account-login [type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}.account-login [type="checkbox"]:disabled:checked + label:after{color:#999;}.account-login [type="checkbox"]:disabled + label{color:#aaa;}.account-login .control.remember-me-box{list-style:none;clear:both;}.account-create .remember-me-box .link-tip{padding-top:3px;display:inline-block;}.account-create p.back-link:before{display:none;}.contacts-index-index .buttons-set{margin-left:13px;max-width:435px;}.contacts-index-index .buttons-set p.required{float:left;}@media only screen and (max-width:599px){.contacts-index-index .buttons-set{max-width:330px;margin-left:0;}.contacts-index-index .buttons-set button{float:left;margin-left:0px;}.contacts-index-index .buttons-set p.required{float:right;}}@media only screen and (max-width:870px){}@media only screen and (min-width:771px) and (min-width:771px){.paypal-review-order .col2-set .col-1,.paypal-review-order .col2-set .col-2{padding:0px;}}.paypal-review-order .info-set{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #ededed;}.paypal-review-order .buttons-set{margin-top:0px;padding-top:0px;border:0;}.paypal-review-order .buttons-set button{margin-bottom:10px;}@media only screen and (max-width:770px){.paypal-review-order .col-1{padding-bottom:0;}.paypal-review-order .field.inactive{display:none;}}.top-container .bml-ad{margin-top:7px;margin-bottom:7px;text-align:center;}.top-container .bml-ad span{display:inline-block;}.top-container .bml-ad span a{display:block;}.bml-ad{display:none;text-align:center;margin-bottom:5px;}.bml-ad span{display:block;line-height:0;}.bml-ad a{display:inline-block;max-width:100%;}.bml-ad a:hover{opacity:0.7;}.bml-ad img{height:auto !important;max-width:100%;}.cart-totals-wrapper .bml-ad.large img{display:block;margin:0;}@media only screen and (max-width:770px){.bml-ad.small{display:block;}}@media only screen and (min-width:771px){.bml-ad.large{display:block;}}div.paypal-logo{text-align:center;margin:15px 0;max-width:100%;}div.paypal-logo span{display:block;width:100%;}div.paypal-logo span a{display:inline-block;max-width:100%;}div.paypal-logo span a img{max-width:100%;}div.paypal-logo span > img{display:none;}.checkout-types div.paypal-logo{text-align:right;}.bml-checkout-type{list-style-type:none;}.sidebar .paypal-logo{text-align:center;line-height:0;}.sidebar .paypal-logo > a{display:inline-block;max-width:100%;}.sidebar .paypal-logo > a:hover{opacity:0.8;}.sidebar .paypal-logo > a img{display:block;}.sidebar .paypal-logo .label{margin-top:4px;}.sidebar .paypal-logo .label a{font-size:12px;line-height:1.5;}#review_button,#review_submit{background:#7ea6a4;display:inline-block;text-decoration:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:none;position:relative;cursor:pointer;color:white;z-index:6;height:74px;font-size:20px;padding:5px;}#review_button span,#review_submit span{display:block;line-height:normal;}#customer-reviews{width:auto;float:none;}#customer-reviews .review-heading{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 0 5px;}#customer-reviews .review-heading:after{content:'';display:table;clear:both;}#customer-reviews .review-heading h2{float:left;display:block;}#customer-reviews .review-heading .pager{clear:none;float:right;width:auto;}#customer-reviews .review-heading .pager .count-container .limiter{margin-bottom:0;}#customer-reviews .review-heading .pager .count-container .limiter label{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:10px;text-transform:uppercase;}#customer-reviews .review-heading .pager .amount{display:none;}#customer-reviews h2{color:#39c;font-size:12px;text-transform:uppercase;}#customer-reviews h2 span{color:#4a4a4a;}#customer-reviews h3{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;font-weight:normal;text-transform:uppercase;}#customer-reviews h3 span{color:#39c;}#customer-reviews .fieldset{padding-top:25px;width:470px;}#customer-reviews .fieldset h4{border-bottom:1px solid #ccc;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;font-weight:normal;padding-bottom:5px;text-transform:uppercase;}#customer-reviews .fieldset h4 em{display:none;}#customer-reviews .fieldset .form-list{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;font-weight:normal;margin:10px 0;text-transform:uppercase;width:470px;}#customer-reviews .fieldset .form-list .inline-label:after{content:'';display:table;clear:both;}#customer-reviews .fieldset .form-list label{font-size:12px;font-weight:normal;}#customer-reviews .fieldset .form-list textarea{border:1px solid #ccc;border-radius:0;min-width:100%;-webkit-appearance:none;}#customer-reviews .fieldset .form-list input{border:1px solid #ccc;border-radius:0;}#customer-reviews .fieldset .form-list input[type="text"]{width:100%;}#customer-reviews .buttons-set{border:none;margin:0;width:470px;}#customer-reviews dl{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;font-weight:normal;margin-bottom:10px;}#customer-reviews dl dt{margin:10px 0;text-transform:uppercase;}#customer-reviews dl dd{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:14px;margin:10px 0;}#customer-reviews dl dd .ratings-table{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;width:100%;}#customer-reviews dl dd .ratings-table tr{margin-right:15px;}#customer-reviews dl dd .ratings-table .review-label{width:300px;max-width:70%;}#customer-reviews dl dd table{margin:15px 0;}#customer-reviews dl dd .review-meta{color:#39c;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:10px;font-weight:normal;text-transform:uppercase;}.review-summary-table{border-bottom:1px solid #ccc;margin:0 0 10px;}.review-summary-table thead{background:transparent;}.review-summary-table thead th{background:transparent;border:none;padding:15px 7px 10px 8px;}.review-summary-table tbody th{background:#fff;font-size:12px;}.review-summary-table tbody td{border:none;text-align:center;padding:0;}.review-summary-table tbody td label{width:100%;display:block;padding:11px 0;}.review-summary-table .rating-box .rating-number{display:none;}.review-summary-table .rating-box .rating-number:after{content:"";display:inline-block;background-position:0px -599px;width:13px;height:14px;margin-left:5px;position:relative;top:2px;}.ratings-table{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;text-transform:uppercase;}.ratings-table th{padding-right:10px;}.ratings-table .rating-box{background-position:0 -615px;background-repeat:repeat-x;height:13px;overflow:hidden;text-indent:-9999px;width:65px;}.ratings-table .rating-box .rating{background-position:0 -600px;background-repeat:repeat-x;float:left;height:13px;text-indent:-9999px;}@media only screen and (max-width:770px){body.review-product-list .product-view .product-shop .price-info{padding-left:0;}body.review-product-list .product-view .product-shop .extra-info{padding:0;min-width:84%;}body.review-product-list .product-view .product-shop .extra-info .ratings-table{margin:10px 0;width:100%;}body.review-product-list .product-view .product-shop .extra-info .ratings-table tr{margin-right:15px;}}@media only screen and (max-width:535px){body.review-product-list .product-view .product-shop .extra-info{min-width:0;}body.review-product-list .product-view .product-shop .extra-info .ratings-table tr{float:none;margin-right:0;}}@media only screen and (max-width:520px){#customer-reviews .fieldset{width:100%;}#customer-reviews .fieldset .form-list{width:100%;}#customer-reviews .fieldset .form-list .inline-label label,#customer-reviews .fieldset .form-list .inline-label .input-box{float:none;}#customer-reviews .buttons-set{width:100%;}#customer-reviews .review-summary-table thead th{padding-left:0px;padding-right:0px;}#customer-reviews .review-summary-table tbody th{padding-left:0px;padding-right:0px;}#customer-reviews .review-summary-table tbody td{width:20%;padding:0px;}#customer-reviews .review-summary-table .rating-box{text-indent:0px;text-align:center;background:none;height:19.6px;width:100%;}#customer-reviews .review-summary-table .rating-box .rating{display:none;}#customer-reviews .review-summary-table .rating-box .rating-number{display:inline-block;}}@media only screen and (max-width:450px){#customer-reviews dl dd .ratings-table tr{float:none;}}.review-product-view .product-review .product-details h2{border-bottom:none;}.review-product-view .product-review .product-img-box{width:auto;max-width:50%;}.review-product-view .product-review .product-img-box > a{width:100%;}.review-product-view .product-review .product-img-box .product-image{width:100%;}@media only screen and ('max-width':770px){.review-product-view .product-review .product-img-box{max-width:100%;}}.slideshow-container{position:relative;display:block;width:100%;margin:10px 0;border:1px solid #ededed;}.slideshow-container .slideshow{width:100%;padding:0;position:relative;margin:0;border-radius:5px;}.slideshow-container .slideshow > li{position:absolute;top:0;left:0;width:100%;padding:0;display:block;margin:0;}.slideshow-container .slideshow > li:first-child{position:static;z-index:100;}.slideshow-container .slideshow > li img{max-width:100%;width:100%;}.slideshow-pager{text-align:center;width:100%;z-index:115;position:absolute;bottom:0px;top:auto;overflow:hidden;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}.slideshow-pager span{font-family:arial;width:20px;height:30px;display:inline-block;color:#ddd;cursor:pointer;}.slideshow-pager span:before{content:'';display:block;left:50%;top:50%;margin-left:-8px;margin-top:-8px;border-radius:1px;position:relative;width:9px;height:9px;background-color:#58585a;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);}.slideshow-pager span.cycle-pager-active:before{background-color:#fff;}.slideshow-pager > *{cursor:pointer;}.slideshow-prev,.slideshow-next{position:absolute;top:0;width:15%;max-width:80px;height:100%;opacity:0.6;z-index:110;cursor:pointer;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}.slideshow-prev:before,.slideshow-next:before{content:'';width:12px;height:31px;font-size:0;position:absolute;display:block;top:50%;margin-top:-15px;}.slideshow-prev:hover,.slideshow-next:hover{opacity:1;}.slideshow-prev.disabled,.slideshow-next.disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5;cursor:default;}.slideshow-prev{left:8px;}.slideshow-prev:before{background-position:-300px 0;left:5px;}.slideshow-next{right:8px;}.slideshow-next:before{background-position:-319px 0;right:10px;}.cycle-caption{position:absolute;color:white;bottom:15px;right:15px;z-index:110;}.cycle-overlay{font-family:tahoma, arial;position:absolute;bottom:0;width:100%;z-index:120;background:black;color:white;padding:15px;opacity:0.5;}#wishlist-table th{text-align:center;}#wishlist-table.clean-table{font-size:12px;text-transform:uppercase;width:100%;border-collapse:collapse;}#wishlist-table.clean-table td{padding:20px 15px 15px;vertical-align:top;border-bottom:1px solid #fff;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}@media only screen and (max-width:770px){#wishlist-table.clean-table td{border-bottom:0;}}#wishlist-table.clean-table td.customer-wishlist-item-image{padding-left:0;}#wishlist-table.clean-table thead th{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-size:14px;text-transform:uppercase;text-align:left;border-bottom:1px solid #fff;padding:10px;font-weight:600;}#wishlist-table.clean-table thead th.customer-wishlist-item-quantity{padding-left:10px;}#wishlist-table.clean-table thead th.customer-wishlist-item-price{padding-left:17px;}@media only screen and (max-width:770px){#wishlist-table.clean-table thead{display:none;}}#wishlist-table.clean-table .customer-wishlist-item-archived{padding-left:20px;}#wishlist-table.clean-table .customer-wishlist-item-archived .cart-cell{text-align:left;}#wishlist-table .product-image{border-radius:5px;border:0;}#wishlist-table .product-image img{border-radius:5px;}#wishlist-table .product-name{font-size:16px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-transform:uppercase;line-height:18px;margin-bottom:0;}#wishlist-table .product-name a{color:#4a4a4a;}#wishlist-table .product-name a:hover{color:#ac572e;}#wishlist-table .wishlist-sku{font-size:13px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;margin:0 0 17px;}#wishlist-table .wishlist-sku > span{color:#688493;}#wishlist-table .cart-cell.price-cell-need-to-expand{text-align:left;color:#bd4932;font-size:16px;}#wishlist-table textarea{width:100%;height:50px;font-size:14px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}#wishlist-table .item-manage{text-align:right;max-width:450px;padding-top:9px;padding-bottom:10px;}@media only screen and (max-width:770px){#wishlist-table .item-manage{text-align:left;}}#wishlist-table .cart-cell{text-align:center;color:#ac572e;font-size:15px;}#wishlist-table td.customer-wishlist-item-image{width:113px;}#wishlist-table td.customer-wishlist-item-image:before{display:none;}#wishlist-table td.customer-wishlist-item-quantity{width:3em;padding-top:13px;}#wishlist-table td.customer-wishlist-item-price{width:120px;text-align:center;padding-top:13px;padding-left:20px;}#wishlist-table td.customer-wishlist-item-cart{width:150px;padding-top:11px;}#wishlist-table td.customer-wishlist-item-cart .button{margin-bottom:15px;width:100%;}#wishlist-table td.customer-wishlist-item-cart .truncated{margin-bottom:10px;}#wishlist-table td.customer-wishlist-item-cart > p{margin-bottom:0;}#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item{text-align:center;}#wishlist-table td.customer-wishlist-item-remove{width:20px;padding-top:21px;}#wishlist-table td .button,#wishlist-table td button{white-space:normal;}#wishlist-table .price-box{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:20px;margin:0;}#wishlist-table .price-box .price{color:#ac572e;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:20px;}#wishlist-table .giftregisty-add{margin-top:5px;}#wishlist-table .giftregisty-add .change{display:none;}#wishlist-table .giftregisty-add li{cursor:pointer;color:#39c;margin-bottom:3px;}#wishlist-table .truncated .details{background:none;color:#ac572e;}#wishlist-table td[data-rwd-label]:before{font-weight:600;}@media only screen and (max-width:1199px){#wishlist-table.clean-table td{padding-left:10px;padding-right:10px;}}@media only screen and (max-width:979px){#wishlist-table.clean-table td{padding-left:5px;padding-right:5px;}#wishlist-table.clean-table td textarea{height:55px;}#wishlist-table.clean-table td.customer-wishlist-item-cart{width:110px;}#wishlist-table .product-name{font-size:13px;}}@media only screen and (max-width:770px){#wishlist-table textarea{max-width:100%;}#wishlist-table .product-name{width:92%;}#wishlist-table tr{position:relative;margin-top:15px;}#wishlist-table tbody tr{border-bottom-color:#fff;}#wishlist-table th.customer-wishlist-item-image{display:block;}#wishlist-table td{line-height:22px;}#wishlist-table td.customer-wishlist-item-image{width:20%;float:left;padding:0px 10px 15px 0px;}#wishlist-table td.customer-wishlist-item-info{padding-bottom:15px;}#wishlist-table td.customer-wishlist-item-info,#wishlist-table td.customer-wishlist-item-quantity,#wishlist-table td.customer-wishlist-item-price,#wishlist-table td.customer-wishlist-item-cart{width:100%;empty-cells:hide;padding:0;}#wishlist-table td.customer-wishlist-item-image{display:block;overflow:hidden;}#wishlist-table td.customer-wishlist-item-image a{float:left;}#wishlist-table td.customer-wishlist-item-image a img{width:100%;height:auto;}#wishlist-table td.customer-wishlist-item-quantity,#wishlist-table td.customer-wishlist-item-price{text-align:left;padding-bottom:3px;}#wishlist-table td.customer-wishlist-item-quantity:before,#wishlist-table td.customer-wishlist-item-price:before{float:left;margin-right:10px;margin-top:3px;font-weight:normal;font-size:15px;}#wishlist-table td.customer-wishlist-item-quantity .cart-cell,#wishlist-table td.customer-wishlist-item-price .cart-cell{text-align:left;}#wishlist-table td.customer-wishlist-item-quantity .price-box,#wishlist-table td.customer-wishlist-item-price .price-box{margin-top:0;}#wishlist-table td.customer-wishlist-item-price{padding-bottom:10px;}#wishlist-table td.customer-wishlist-item-price:before{text-transform:none;}#wishlist-table td.customer-wishlist-item-cart .cart-cell{width:100%;}#wishlist-table td.customer-wishlist-item-cart > p{float:right;width:48%;}#wishlist-table td.customer-wishlist-item-remove{position:absolute;top:0;right:0px;display:block;padding:0px;height:20px;}#wishlist-table.clean-table td.customer-wishlist-item-cart{width:100%;}#wishlist-table .item-sold .customer-wishlist-item-quantity:before,#wishlist-table .item-sold .customer-wishlist-item-price:before{display:none;}#wishlist-table .item-sold .price-cell-need-to-expand{clear:both;}}@media only screen and (max-width:770px) and (max-width:770px){#wishlist-table .item-sold .cart-cell{float:left;width:100%;text-align:left;}}@media only screen and (max-width:680px){#wishlist-table td.customer-wishlist-item-image{width:22%;}}@media only screen and (max-width:550px){#wishlist-table td.customer-wishlist-item-image{width:29%;}}@media only screen and (max-width:355px){#wishlist-table td.customer-wishlist-item-image{width:42%;}}.block-wishlist .mini-products-list > li:not(:last-child){padding-bottom:5px;}.block-wishlist .product-details .product-name{padding-top:0;margin-bottom:7px;}.block-wishlist .price-box{float:left;margin:0;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;color:#ad562d;}.block-wishlist .price-box,.block-wishlist .price-box .price,.block-wishlist .link-cart{font-size:14px;line-height:20px;}.block-wishlist .link-cart{float:left;text-transform:uppercase;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;font-weight:600;font-size:13px;color:#688493;}.block-wishlist .sep{float:left;padding:0 14px;color:#d9dcde;position:relative;font-size:0;line-height:0;min-height:20px;}.block-wishlist .sep:before{position:absolute;background:#d9dcde;height:22px;width:1px;bottom:0;left:15px;content:'';}.block-cart.skip-active{display:block;}@media only screen and (min-width:771px){.checkout-types.minicart{float:none;text-align:center;}}@media only screen and (max-width:479px){.header-minicart a.skip-cart{z-index:1;}}@media only screen and (max-width:770px){.header-minicart{float:none;}.header-minicart .minicart-wrapper:before{background-color:#ededed;}.header-minicart .quantity-button{float:none;}.header-minicart .header-minicart .block-cart{padding:15px;}.header-minicart .header-minicart .block-subtitle{padding-top:59px;}.header-minicart .minicart-actions{padding-bottom:33px;padding-top:20px;}.header-minicart .minicart-actions .cart-link{bottom:0;right:10px;position:absolute;}.header-minicart .minicart-actions .checkout-types.minicart li{display:inline-block;}.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a{display:inline;}.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button{display:inline-block;vertical-align:top;}.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or{width:auto;float:none;display:inline;margin:0 10px 5px 10px;line-height:40px;}}@media only screen and (max-width:770px){.header-minicart .minicart-actions .cart-link{right:auto;left:0;text-align:center;width:100%;}.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button{width:100%;display:block;margin-left:0;}.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or{line-height:1.6;}}@media only screen and (max-width:770px){.header-minicart .minicart-actions .checkout-button{width:90%;border-radius:5px;}}#header-cart .minicart-wrapper{clear:both;position:relative;}#header-cart .minicart-wrapper:before,#header-cart .minicart-wrapper:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;display:none;}#header-cart .minicart-wrapper:before{background-color:white;opacity:0.8;z-index:2;}#header-cart .minicart-wrapper:after{background-image:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/opc-ajax-loader.gif');background-repeat:no-repeat;background-position:center;z-index:3;}#header-cart .minicart-wrapper.loading{position:relative;}#header-cart .minicart-wrapper.loading:before,#header-cart .minicart-wrapper.loading:after{display:block;}#header-cart .minicart-message{display:block;padding:10px;}#header-cart #minicart-error-message{text-align:center;color:red;display:none;}#header-cart #minicart-success-message{text-align:center;color:green;display:none;}.search-autocomplete{left:0 !important;overflow:visible !important;position:relative !important;top:15px !important;width:100% !important;z-index:200;border:1px solid #cecece;border-top:3px solid #92a3a8;box-shadow:1px 0 1px 0 rgba(0, 0, 0, 0.2);background:#fff;padding:5px;border-radius:0 0 4px 4px;}.search-autocomplete:before{content:'';position:absolute;width:0;height:0;display:block;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #92a3a8;border-top:none;left:50%;top:-9px;}.search-autocomplete ul li{color:#4a4a4a;cursor:pointer;font-size:14px;padding:4px 6px;text-align:left;border-radius:2px;}.search-autocomplete ul li:last-child{border-bottom:none;}.search-autocomplete ul li:hover{background:#e7ebec;}.search-autocomplete ul li.selected{background-color:#e7ebec;}.search-autocomplete ul li .amount{float:right;line-height:1.5;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;display:none;}.advanced-search{background:#f4f4f4;border:1px solid #ededed;padding:13px;}.advanced-search select.multiselect option{border-bottom:1px solid #ededed;padding:2px 5px;}@media only screen and (max-width:479px){.advanced-search{padding:15px;}}.product-review .product-img-box p.label{border-bottom:1px solid #ccc;font-size:16px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;margin-top:20px;padding-bottom:10px;text-transform:uppercase;}.product-review .product-img-box .rating-box{margin:15px 0;}.product-review .product-details h2{border-bottom:1px solid #ccc;color:#39c;font-size:16px;font-weight:600;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;padding-bottom:10px;}.product-review .ratings-table{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.product-review .ratings-table th{padding-right:10px;}.product-review .ratings-table tr{float:left;font-size:12px;margin-right:10px;text-transform:uppercase;}.product-review .ratings-description dt{border-bottom:1px solid #ccc;font-size:16px;font-weight:400;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;margin-top:20px;padding:10px 0;text-transform:uppercase;}.product-review .ratings-description dd{color:#737373;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:13px;}@media only screen and (min-width:771px){.product-review .ratings-table tr{float:none;}}@media only screen and (min-width:1126px){.product-review .ratings-table tr{float:left;margin-right:15px;}}@media only screen and (max-width:320px){.product-review .ratings-table tr{float:none;}}.cms-page-view .page-title h1,.cms-no-route .page-title h1,.cms-page-view .page-head h1,.cms-no-route .page-head h1,.cms-page-view .page-title h3,.cms-no-route .page-title h3,.cms-page-view .page-head h3,.cms-no-route .page-head h3{border:none;}.cms-page-view .col-left:after,.cms-no-route .col-left:after{content:'';display:table;clear:both;}.cms-page-view .col2-left-layout .col-left{width:20.834%;padding-right:0;}.cms-page-view .col2-left-layout .col-main{width:76.417%;padding-left:0;}@media only screen and (max-width:770px){.cms-page-view .col2-left-layout .col-left,.cms-page-view .col2-left-layout .col-main{width:100%;}}.cms-page-view .page-title h1{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-weight:normal;margin-bottom:8px;}.cms-page-view .img-box ul{list-style:none;float:left;width:100%;}.cms-page-view .img-box ul li{float:left;margin-left:0;margin-right:1%;margin-bottom:5px;width:20.31%;}.cms-page-view .img-box ul li img{width:100%;}.cms-page-view .std{border-radius:4px;background:#e7ebec;text-align:center;position:relative;padding:36px 40px;text-align:left;}.cms-page-view .std:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:7px;border:1px solid #fff;border-radius:4px;z-index:1;}.cms-page-view .std .text-container{position:relative;z-index:2;}.cms-page-view .std > *{position:relative;z-index:1;}.cms-page-view .std h2{color:#688493;letter-spacing:0.04em;}.cms-page-view .std h3{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;letter-spacing:0.03em;}.cms-page-view .std p{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.cms-page-view .std a{text-decoration:underline;}.cms-page-view .std a:hover{text-decoration:none;}@media only screen and (max-width:770px){.cms-page-view .std .text-img-row img{float:none;margin:0 auto 20px;}}.std .col1,.std .col2{width:49%;}@media only screen and (max-width:770px){.std .col1,.std .col2{width:100%;}}.std .col1{margin-right:2%;}.std img{max-width:100%;}.std h1{color:#4a4a4a;}.std h3{font-size:17px;margin-bottom:9px;}.std h4{font-weight:normal;}.std .left{float:left;}.std .right{float:right;}.std .clear{clear:both;}.std .img-box{display:block;}.std .img-box a{display:block;text-align:center;text-decoration:none;color:#998675;font-size:12px;}.std ul{margin-bottom:15px;}.std li{color:#4a4a4a;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;line-height:24px;margin-left:1em;padding-bottom:5px;}.std .separator{border-bottom:1px solid #d1d6da;line-height:1;padding-top:8px;margin-bottom:44px;}.std .italic{font-style:italic;}.std input{height:38px;}.std textarea,.std input{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:14px;}.std table{border:1px solid #d9dcde;border-radius:4px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;width:100%;}.std table thead{border-bottom:1px solid #d9dcde;}.std table thead td{padding:10px 0;text-align:center;}.std table td{padding:7px 0px 7px 10px;width:189px;}.std table tbody tr > td:nth-child(2n){background:#f7e8e3;}.std table tbody tr > td:first-child{text-transform:uppercase;}.std .col1.left iframe{width:100%;border:0;}@media only screen and (min-width:570px) and (max-width:770px){.std .col1.left iframe{height:375px;}}@media only screen and (max-width:355px){.std .col1.left iframe{height:180px;}}.std .btn-send{width:180px;}@media only screen and (max-width:770px){.std .btn-send{width:100%;}}.std p.required{color:#ac572e;font-size:13px;margin-bottom:10px;}.std label{font-weight:normal;font-size:15px;}@media only screen and (max-width:770px){.cms-page-view .std{padding:20px;}.cms-page-view .std img{margin:0 auto;}.cms-page-view .std .note{display:none;}}@media only screen and (max-width:500px){.cms-page-view .img-box ul li{width:47%;margin-right:5px;}.cms-page-view .img-box ul li:nth-child(3n){clear:both;}}.cms-no-route .page-not-found{text-align:center;margin-top:26px;}.cms-no-route .std h1{font-size:100px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;color:#4a4a4a;margin-bottom:0;}.cms-no-route .std img{margin:15px auto 0;}.cms-no-route .std p{font-style:normal;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;margin-bottom:2px;}.cms-no-route .std a{text-decoration:underline;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:15px;}.cms-page-view .std .messages,.cms-home .std .messages,.cms-no-route .std .messages{margin-bottom:10px;}.cms-page-view .std .messages ul,.cms-home .std .messages ul,.cms-no-route .std .messages ul{margin-bottom:0;}.cms-page-view .std .messages li,.cms-home .std .messages li,.cms-no-route .std .messages li{list-style:none;margin-left:0;font-style:normal;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}#accordion .toggle-tabs{display:none;}#accordion > dl > dt{margin:0;margin-bottom:10px;color:#4a4a4a;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:14px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;font-weight:normal;margin-bottom:0px;padding:7px 10px 7px 24px;border-width:1px;border-style:solid;border-color:#ede0d8;position:relative;background:#fff9f7;display:block;font-size:15px;padding:11px 10px 11px 24px;}#accordion > dl > dt:after{content:'';position:absolute;width:0;height:0;display:block;left:10px;top:50%;margin-top:-3px;}#accordion > dl > dt:hover{background-color:shade(#f4f4f4, 3%);}#accordion > dl > dt:hover span{color:#4a4a4a;}#accordion > dl > dd{padding:10px;margin:0;border-width:0;border-style:solid;border-color:#ede0d8;background:#fff9f7;}#accordion > dl > dd:last-child{border-width:0 1px 1px 1px;}#accordion li{position:relative;overflow:hidden;}#accordion li .plusimage h2{margin-right:10px;}.page-sitemap .links{display:block;text-align:right;margin:0 20px 0 0;}.page-sitemap .links a{position:relative;}.page-sitemap .sitemap{padding:0 20px;margin:15px 0;font-size:12px;}.page-sitemap .sitemap li{margin:3px 0;}.contacts-index-index h1{border:none;}#contactForm{padding-left:40px;}#contactForm h2{display:none;}#contactForm:after{content:'';display:table;clear:both;}#contactForm .fieldset .legend + .required{margin:0;}@media only screen and (max-width:770px){#contactForm{padding-left:0;}}.cms-menu .parent > a{font-weight:normal;font-size:16px;line-height:1.4;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;color:#688493;letter-spacing:0.03em;display:block;text-decoration:none;text-transform:uppercase;}@media only screen and (max-width:770px){.cms-menu .parent > a{display:none;}}.std .cms-box{margin-left:20px;}.std div.faq-answer,.std p.faq-answer{margin-bottom:10px;}.cms-faqs .std h3,.cms-store .std h3{color:#688493;}.std .faq-answer{display:none;padding:10px;border:solid #d1d6da;border-width:1px 0;}.std .faq-answer ul{margin-bottom:10px;}.std .faq-answer ul:last-child{margin-bottom:0;}.std .faq-answer p{margin-bottom:10px;}.std .faq-answer p,.std .faq-answer li{line-height:20px;}.std .faq-answer.active{display:block;}.std h4.faq-question{cursor:pointer;text-transform:none;font-size:16px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;color:#ad562d;}.cms-page-view.cms-contact-us .std{clear:both;}.cms-page-view.cms-contact-us .std .contact-us:after{content:'';display:table;clear:both;}.cms-page-view.cms-contact-us .std .contact-us .row{float:left;width:100%;}.cms-page-view.cms-contact-us .std .contact-us .row:first-child{margin-bottom:5px;border-bottom:1px solid #d1d6da;padding-bottom:25px;}.cms-page-view.cms-contact-us .std .contact-us .row:last-child{padding-top:25px;border-top:1px solid #d1d6da;}.cms-page-view.cms-contact-us .std .contact-us .col1{width:34%;float:left;}@media only screen and (max-width:770px){.cms-page-view.cms-contact-us .std .contact-us .col1{margin-bottom:10px;}}.cms-page-view.cms-contact-us .std .contact-us .col2{width:64%;float:left;}.cms-page-view.cms-contact-us .std .contact-us iframe{width:100%;}@media only screen and (max-width:770px){.cms-page-view.cms-contact-us .std .contact-us .col1,.cms-page-view.cms-contact-us .std .contact-us .col2{width:100%;}}.cms-page-view.cms-contact-us .std h3{margin-bottom:9px;font-size:16px;}.cms-page-view.cms-contact-us .std p{margin-bottom:0;}.cms-page-view.cms-contact-us .std p.required{margin-top:2px;margin-bottom:0;}.cms-page-view.cms-contact-us .std .content-block{margin-bottom:10px;}.cms-page-view.cms-contact-us .std .content-block > p span{color:#ac572e;}.cms-page-view.cms-contact-us .std .content-block > p span:before{content:' ';padding:0 2px;}.cms-page-view.cms-contact-us .std .contact-us-form{border:1px solid #e3d3c7;background:#fff9f7;border-radius:5px;padding:25px 30px 30px;}@media only screen and (max-width:770px){.cms-page-view.cms-contact-us .std .contact-us-form{padding:15px;}}.cms-page-view.cms-contact-us .std .input-box{float:left;width:49%;margin-bottom:15px;}.cms-page-view.cms-contact-us .std .input-box:first-child{margin-right:2%;}@media only screen and (max-width:770px){.cms-page-view.cms-contact-us .std .input-box{width:100%;margin-right:0;}}.cms-page-view.cms-contact-us .std .input-box input{float:left;clear:both;width:100%;}.cms-page-view.cms-contact-us .std label{float:left;}.cms-page-view.cms-contact-us .std label:after{font-size:10px;vertical-align:top;}.cms-page-view.cms-contact-us .std .comments-box{clear:both;}.cms-page-view.cms-contact-us .std .comments-box textarea{max-width:100%;height:100px;}#map_canvas{width:100%;height:300px;}.cms-selling-jewelry .std{background:#faf4f2;}.cms-selling-your-jewelry .breadcrumbs{margin-bottom:22px;}.cms-selling-your-jewelry .std{padding:0;border:0;background:none;}.cms-selling-your-jewelry .std:before{display:none;}.cms-selling-your-jewelry .page-title h1{margin-bottom:3px;}.cms-selling-your-jewelry .left{width:65.4%;}.cms-selling-your-jewelry .right{width:32.3%;padding-right:6px;}.cms-selling-your-jewelry .clearer{clear:both;}.cms-selling-your-jewelry .std iframe{width:100%;}.cms-selling-your-jewelry #selling-jewelry-carousel{margin-bottom:40px;}@media only screen and (max-width:770px){.cms-selling-your-jewelry .tabs{padding:20px 13px;}.cms-selling-your-jewelry .tabs > ul{overflow:hidden;border-radius:4px;background:#e7ebec;}.cms-selling-your-jewelry .tabs > ul > li{border-top:1px solid #fff;}.cms-selling-your-jewelry .tabs > ul > li:first-child{border-top:none;}}@media only screen and (min-width:771px){.cms-selling-your-jewelry .tabs{width:19.7%;float:left;}}.cms-selling-your-jewelry .tabs a{display:block;width:100%;height:100%;text-decoration:none;}.cms-selling-your-jewelry .tabs ul{list-style:none;}@media only screen and (min-width:771px){.cms-selling-your-jewelry .tabs ul{padding-top:7px;}}.cms-selling-your-jewelry .tabs ul li{margin-left:0;padding:0;}@media only screen and (min-width:771px){.cms-selling-your-jewelry .tabs ul li{border-radius:5px 0 0 5px;margin-bottom:9px;}}@media only screen and (min-width:771px){.cms-selling-your-jewelry .tabs li .tab-link{border-radius:4px 0 0 4px;overflow:hidden;}}.cms-selling-your-jewelry .tabs li .tab-link img{width:100%;}.cms-selling-your-jewelry .tabs li .tab-text{display:block;text-transform:uppercase;color:#4a4a4a;line-height:43px;height:42px;padding:0 7px;}@media only screen and (min-width:771px){.cms-selling-your-jewelry .tabs li .tab-text{text-align:center;background:#f3f5f5;}.cms-selling-your-jewelry .tabs li .tab-text > span{line-height:21px;display:inline-block;}.cms-selling-your-jewelry .tabs li .tab-text:after{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e921";font-size:14px;line-height:1;display:inline-block;vertical-align:middle;color:#8ea0aa;margin:0 0 3px;}}@media only screen and (max-width:770px){.cms-selling-your-jewelry .tabs li .tab-text{position:relative;padding:17px 15px 17px 43px !important;background:none !important;height:auto !important;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:18px;line-height:26px !important;text-transform:uppercase;color:#688493;letter-spacing:0.04em;}.cms-selling-your-jewelry .tabs li .tab-text:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e921";font-size:27px;line-height:1;position:absolute;top:50%;left:11px;transform:translateY(-50%);color:#8ea0aa;}}@media only screen and (min-width:771px){.cms-selling-your-jewelry .tabs .active .tab-text{background:#e7ebec;box-shadow:inset -5px 0px 8px -3px rgba(0, 0, 0, 0.2);}.cms-selling-your-jewelry .tabs .active .tab-text > span:after{background-position:-295px -178px;}}@media only screen and (max-width:770px){.cms-selling-your-jewelry .tabs .active .tab-text:before{content:"\e92d";}}.cms-selling-your-jewelry .contents{width:80.3%;float:left;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.cms-selling-your-jewelry .contents .content-item{border-radius:4px;background:#e7ebec;text-align:center;position:relative;display:none;min-height:913px;padding:33px 31px 13px;text-align:left;float:left;}.cms-selling-your-jewelry .contents .content-item:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:7px;border:1px solid #fff;border-radius:4px;z-index:1;}.cms-selling-your-jewelry .contents .content-item .text-container{position:relative;z-index:2;}.cms-selling-your-jewelry .contents .content-item > *{position:relative;z-index:1;}.cms-selling-your-jewelry .contents .content-item.active{display:block;}.cms-selling-your-jewelry .content-item h2{font-size:23px;margin-bottom:18px;}.cms-selling-your-jewelry .content-item h3{margin-bottom:10px;line-height:17px;}.cms-selling-your-jewelry .content-item p{font-size:15px;}.cms-selling-your-jewelry .content-item ul li{border:0;}.cms-selling-your-jewelry .content-item h4{clear:both;font-size:15px;}.cms-selling-your-jewelry .content-item .phone-number{color:#ac572e;}.cms-selling-your-jewelry .content-item .contact-block{margin-top:28px;}.cms-selling-your-jewelry .content-item .contact-block h3{margin-bottom:11px;}.cms-selling-your-jewelry .content-item .contact-block p{font-size:14px;line-height:17px;}.cms-selling-your-jewelry .content-item .contact-block .call-us{font-size:16px;}.cms-selling-your-jewelry .content-item .text-img-row{clear:both;float:left;margin-bottom:19px;margin-top:2px;}.cms-selling-your-jewelry .content-item .text-img-row img{width:20.5%;margin-right:4%;float:left;}.cms-selling-your-jewelry .content-item .text-img-row p{width:75%;float:left;}.cms-selling-your-jewelry .content-item .text-img-row p span{font-size:16px;text-transform:uppercase;display:inline-block;margin-bottom:5px;}.cms-selling-your-jewelry .content-item .images-box,.cms-selling-your-jewelry .content-item .period-block,.cms-selling-your-jewelry .content-item .watches-block{clear:both;width:100%;}.cms-selling-your-jewelry .content-item .images-box ul,.cms-selling-your-jewelry .content-item .period-block ul,.cms-selling-your-jewelry .content-item .watches-block ul{list-style:none;}.cms-selling-your-jewelry .content-item .images-box ul li,.cms-selling-your-jewelry .content-item .period-block ul li,.cms-selling-your-jewelry .content-item .watches-block ul li{margin-left:0;margin-bottom:10px;}@media only screen and (min-width:771px){.cms-selling-your-jewelry .content-item .images-box,.cms-selling-your-jewelry .content-item .period-block,.cms-selling-your-jewelry .content-item .watches-block{float:left;}}.cms-selling-your-jewelry .content-item .images-box{margin-top:1px;margin-bottom:18px;}.cms-selling-your-jewelry .content-item .images-box h3{margin-bottom:13px;}.cms-selling-your-jewelry .content-item .period-block{margin-bottom:14px;}.cms-selling-your-jewelry .content-item .period-block h3{line-height:20px;margin-bottom:5px;}.cms-selling-your-jewelry .content-item .period-block .item-info > span{display:block;text-align:center;color:#688493;font-size:12px;line-height:14px;}.cms-selling-your-jewelry .content-item .period-block .item-info .title{text-transform:uppercase;}.cms-selling-your-jewelry .content-item .period-block .cms-grid{padding-right:10px;}.cms-selling-your-jewelry .content-item .period-block li.item{margin-bottom:14px;}.cms-selling-your-jewelry .content-item .period-block li.item img{margin-bottom:10px;}.cms-selling-your-jewelry .content-item .watches-block{margin-top:18px;}.cms-selling-your-jewelry .content-item .watches-block h3{margin-bottom:7px;}.cms-selling-your-jewelry .content-item .watches-block ul{float:left;margin-bottom:7px;width:100%;padding-right:10px;}.cms-selling-your-jewelry .content-item .watches-block p{clear:both;}.cms-selling-your-jewelry .content-item .uppercase{text-transform:uppercase;}.cms-selling-your-jewelry #the-process p{margin-bottom:8px;}.cms-selling-your-jewelry #the-process .row{margin-bottom:35px;}.cms-selling-your-jewelry #the-process .row:first-child{margin-bottom:21px;}.cms-selling-your-jewelry #the-process .row h4{margin-bottom:8px;}.cms-selling-your-jewelry #the-process .row .small-font{font-size:14px;line-height:17px;}.cms-selling-your-jewelry #our-credentials h2{margin-bottom:15px;}.cms-selling-your-jewelry #our-credentials h4{margin-bottom:7px;}.cms-selling-your-jewelry #our-credentials ul{list-style:none;}.cms-selling-your-jewelry #our-credentials ul li{margin-left:0;}.cms-selling-your-jewelry #our-credentials .row{margin-bottom:33px;}.cms-selling-your-jewelry #our-credentials .row p{margin-bottom:5px;}.cms-selling-your-jewelry #our-credentials .row ul li{padding-bottom:6px;line-height:21px;}.cms-selling-your-jewelry #our-credentials .row ul li:last-child{padding-bottom:0;}.cms-selling-your-jewelry #our-credentials .text-img-row{margin-bottom:22px;width:100%;}.cms-selling-your-jewelry #our-credentials .text-img-row img{width:31.615%;margin-bottom:12px;}.cms-selling-your-jewelry #our-credentials .text-img-row p{width:64%;margin-bottom:9px;}.cms-selling-your-jewelry #our-credentials .text-img-row p span{font-size:15px;margin-bottom:9px;}.cms-selling-your-jewelry #our-credentials .text-img-row .img-wrapper{width:16.615%;margin-right:3%;float:left;}.cms-selling-your-jewelry #our-credentials .text-img-row .img-wrapper img{width:auto;}.cms-selling-your-jewelry #our-credentials .text-img-row .text-wrapper{width:80%;float:left;}.cms-selling-your-jewelry #our-credentials .text-img-row .text-wrapper p{width:auto;}@media only screen and (max-width:479px){.cms-selling-your-jewelry #our-credentials .text-img-row .img-wrapper,.cms-selling-your-jewelry #our-credentials .text-img-row .text-wrapper{width:100%;}}.cms-selling-your-jewelry #our-credentials .text-img-row:nth-child(3n){margin-bottom:0;}.cms-selling-your-jewelry #our-credentials .organizations-block .text-img-row{margin-bottom:15px;margin-top:16px;}.cms-selling-your-jewelry #our-credentials .organizations-block .text-img-row p{margin-bottom:10px;}.cms-selling-your-jewelry #faqs .cms-box{margin-left:0;}.cms-selling-your-jewelry #faqs h4.faq-question{cursor:pointer;margin-bottom:7px;}.cms-selling-your-jewelry #faqs h4.faq-question:hover{opacity:0.8;}.cms-selling-your-jewelry #faqs .faq-answer{border:0;padding:0;margin-bottom:37px;}.cms-selling-your-jewelry #faqs .faq-answer li{padding-bottom:10px;}.cms-selling-your-jewelry #faqs .faq-answer li > span{margin-bottom:8px;display:block;}.cms-selling-your-jewelry #faqs .faq-answer li p{line-height:19px;margin-bottom:0;}@media only screen and (max-width:1060px){.cms-selling-your-jewelry .tabs{width:23%;}.cms-selling-your-jewelry .contents{width:77%;}}@media only screen and (max-width:918px){.cms-selling-your-jewelry .tabs{width:25.5%;}.cms-selling-your-jewelry .tabs li .tab-text{padding:0;}.cms-selling-your-jewelry .contents{width:74.5%;}}@media only screen and (max-width:770px){.cms-selling-your-jewelry .main-container{padding:0;}.cms-selling-your-jewelry .page-title{padding:20px 0px 4px 14px;}.cms-selling-your-jewelry .left,.cms-selling-your-jewelry .right,.cms-selling-your-jewelry .tabs,.cms-selling-your-jewelry .contents{width:100%;}.cms-selling-your-jewelry #selling-jewelry-carousel{display:none;}.cms-selling-your-jewelry .tabs > ul{margin-bottom:0;}.cms-selling-your-jewelry .tabs li .tab-text{padding:0 15px;}.cms-selling-your-jewelry .tabs .tab-link img{display:none;}.cms-selling-your-jewelry .content-item{display:none;padding:0 16px 25px;margin-top:-4px;}.cms-selling-your-jewelry .content-item.active{display:block;}.cms-selling-your-jewelry .right{padding:0 15px;}}#selling-jewelry-carousel .slick-list{border-radius:4px;}#selling-jewelry-carousel .slick-list img{padding:0;max-width:none;width:100%;height:auto;}.cms-grid:after{content:'';display:table;clear:both;}.cms-grid--max-5-col > li img{max-width:none;width:100%;height:auto;}.cms-grid > li{float:left;width:47.72727%;margin-right:4.54545%;}.cms-grid > li img{margin:0 auto;}.cms-grid > li:nth-child(odd){clear:left;}.cms-grid > li:nth-child(even){margin-right:0;}.cms-grid .product-image:before,.cms-grid .product-image:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;display:none;}.cms-grid .product-image:before{background-color:white;opacity:0.8;z-index:2;}.cms-grid .product-image:after{background-image:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/opc-ajax-loader.gif');background-repeat:no-repeat;background-position:center;z-index:3;}.cms-grid .product-image.loading{position:relative;}.cms-grid .product-image.loading:before,.cms-grid .product-image.loading:after{display:block;}@media only screen and (max-width:770px){.cms-grid > li:nth-child(odd){clear:none;}.cms-grid > li:nth-child(even){margin-right:1.70455%;}.cms-grid > li{width:15.24621%;margin-right:1.70455%;}.cms-grid > li:nth-child(6n+1){clear:left;}.cms-grid > li:nth-child(6n){margin-right:0;}}@media only screen and (max-width:479px){.cms-grid > li:nth-child(odd){clear:none;}.cms-grid > li:nth-child(even){margin-right:2.09059%;}.cms-grid > li{width:31.93961%;margin-right:2.09059%;}.cms-grid > li:nth-child(3n+1){clear:left;}.cms-grid > li:nth-child(3n){margin-right:0;}}@media only screen and (min-width:960px){.cms-grid--max-4-col > li:nth-child(odd){clear:none;}.cms-grid--max-4-col > li:nth-child(3n+1){clear:none;}.cms-grid--max-4-col > li:nth-child(even),.cms-grid--max-4-col > li:nth-child(3n){margin-right:1.2848%;}.cms-grid--max-4-col > li{margin-right:1.2848%;}.cms-grid--max-4-col > li{width:24.0364%;margin-right:1.2848%;}.cms-grid--max-4-col > li:nth-child(4n+1){clear:left;}.cms-grid--max-4-col > li:nth-child(4n){margin-right:0;}.cms-grid--max-5-col > li:nth-child(odd){clear:none;}.cms-grid--max-5-col > li:nth-child(3n+1){clear:none;}.cms-grid--max-5-col > li:nth-child(even),.cms-grid--max-5-col > li:nth-child(3n){margin-right:1.2848%;}.cms-grid--max-5-col > li{margin-right:1.2848%;}.cms-grid--max-5-col > li{width:18.97216%;margin-right:1.2848%;}.cms-grid--max-5-col > li:nth-child(5n+1){clear:left;}.cms-grid--max-5-col > li:nth-child(5n){margin-right:0;}.cms-grid--max-6-col > li:nth-child(odd){clear:none;}.cms-grid--max-6-col > li:nth-child(3n+1){clear:none;}.cms-grid--max-6-col > li:nth-child(even),.cms-grid--max-6-col > li:nth-child(3n){margin-right:1.2848%;}.cms-grid--max-6-col > li{margin-right:1.2848%;}.cms-grid--max-6-col > li{width:15.596%;margin-right:1.2848%;}.cms-grid--max-6-col > li:nth-child(6n+1){clear:left;}.cms-grid--max-6-col > li:nth-child(6n){margin-right:0;}}.std p{font-size:15px;}.webforms .button{width:180px;}@media only screen and (max-width:770px){.webforms .button{width:100%;}}@media only screen and (min-width:771px){.era-container{margin-bottom:20px;}}.collection-section{margin:0 0 30px;}.collection-container .collection-item{border-radius:4px;background:#e7ebec;text-align:center;position:relative;margin:0 0 20px;overflow:hidden;font-size:0;line-height:0;letter-spacing:-4px;white-space:nowrap;}.collection-container .collection-item:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:10px;border:1px solid #fff;border-radius:4px;z-index:1;}.collection-container .collection-item .text-container{position:relative;z-index:2;}.collection-container .collection-item:last-child{margin-bottom:0;}.collection-container .collection-item:before{border-radius:0;}@media only screen and (min-width:771px){.collection-container .collection-item{display:table;width:100%;margin-bottom:30px;}.collection-container .collection-item:nth-child(2n){direction:rtl;}.collection-container .collection-item:nth-child(2n) .text-container{padding-right:17px;padding-left:27px;}.collection-container .collection-item .text-container{padding-right:27px;}}@media only screen and (min-width:771px){.collection-container .image-container,.collection-container .text-container{display:table-cell;vertical-align:middle;}}@media only screen and (min-width:771px){.collection-container .image-container{width:55%;}}@media only screen and (min-width:980px){.collection-container .image-container{width:66.5%;}}.collection-container .image-container .image-holder{overflow:hidden;text-align:center;}.collection-container .image-container img{width:100%;height:auto;max-width:none;}@media only screen and (min-width:771px){.collection-container .image-container img{display:inline-block;vertical-align:top;margin:0 -400px;width:auto;max-width:850px;}}@media only screen and (min-width:1140px){.collection-container .image-container img{max-width:100%;}}.collection-container .text-container{white-space:normal;font-size:15px;line-height:29px;letter-spacing:0.04em;padding:35px 17px 38px;}@media only screen and (min-width:771px){.collection-container .text-container{direction:ltr;padding-top:19px;padding-bottom:10px;}}.collection-container .text-container h2{font-size:26px;line-height:42px;color:#688493;letter-spacing:0.04em;margin-bottom:9px;}@media only screen and (min-width:771px){.collection-container .text-container h2{margin-bottom:7px;}}.collection-container .text-container h2 a{text-decoration:none;color:inherit;}.collection-container .text-container h2 a:hover{color:#ad562d;}.collection-container .short-info{margin:0 auto 19px;max-width:270px;}@media only screen and (min-width:771px){.collection-container .short-info{max-width:290px;margin-bottom:16px;}}.no-bottom-indent{margin-bottom:0 !important;}.cms-financing .std,.cms-financing-tpl .std{border-radius:0;background:none;padding:0 !important;}.cms-financing .std h1,.cms-financing-tpl .std h1{color:#688493;font-family:'Lora', serif;}.cms-financing .std h2,.cms-financing-tpl .std h2,.cms-financing .std h3,.cms-financing-tpl .std h3{font-family:'Open Sans', sans-serif;letter-spacing:0;margin-bottom:18px;}.cms-financing .std h3,.cms-financing-tpl .std h3{margin-bottom:9px;}.cms-financing .std p,.cms-financing-tpl .std p{margin-bottom:19px;line-height:19px;}.cms-financing .bread-header,.cms-financing-tpl .bread-header,.cms-financing .bread-footer,.cms-financing-tpl .bread-footer{background:#d9dcde;}.cms-financing .bread-header,.cms-financing-tpl .bread-header{color:#4a4a4a;border-radius:4px 4px 0 0;}.cms-financing .bread-main,.cms-financing-tpl .bread-main,.cms-financing .bread-cta,.cms-financing-tpl .bread-cta{background:#e7ebec;}.cms-financing .bread-points:after,.cms-financing-tpl .bread-points:after{content:'';display:table;clear:both;}.cms-financing .bread-points img,.cms-financing-tpl .bread-points img{display:inline-block;vertical-align:top;}.cms-financing .bread-points h3,.cms-financing-tpl .bread-points h3{font-size:17px;}@media only screen and (min-width:771px){.cms-financing .bread-points h3,.cms-financing-tpl .bread-points h3{font-size:1.25em !important;}}.cms-financing .bread-cta,.cms-financing-tpl .bread-cta{border-top:1px solid #d9dcde;}.cms-financing .bread-cta h3,.cms-financing-tpl .bread-cta h3{font-family:'Lora', serif;}.cms-financing .bread-footer,.cms-financing-tpl .bread-footer{border-radius:0 0 4px 4px;}.vintage-engagement-rings-page .page-title,.vintage-engagement-rings-page .breadcrumbs{display:none;}.price-box .minimal-price-link .label{color:#ac572e;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-size:12px;text-transform:uppercase;}.map-info{white-space:nowrap;}.catalog-product-view .map-info{white-space:normal;}.catalog-product-view .map-info > span{float:right;margin-bottom:5px;}.catalog-product-view .map-info .price-box.map-info > a{float:right;width:100%;}.notice-cookie .notice-inner{padding-bottom:0;}.notice-cookie .notice-inner:after{content:'';display:table;clear:both;}.notice-cookie .notice-text{float:left;max-width:90%;padding-top:4px;text-align:left;}.notice-cookie .notice-text p{padding-bottom:14.5px;line-height:1.3;}.notice-cookie .actions{float:left;text-align:right;padding-bottom:14.5px;}@media only screen and (max-width:979px){.notice-cookie .notice-text{max-width:86%;}}@media only screen and (max-width:770px){.notice-cookie{padding:0 20px;}.notice-cookie .notice-text{max-width:82%;padding-top:0;}}@media only screen and (max-width:620px){.notice-cookie{padding:0 20px;}.notice-cookie .notice-inner{background-position:left 10px;}.notice-cookie .notice-inner:after{content:'';display:table;clear:both;}.notice-cookie .notice-text{float:none;max-width:100%;padding-top:0;}.notice-cookie .actions{text-align:left;}}#addTagForm button{margin-top:5px;margin-bottom:10px;}#addTagForm .form-add{margin-top:10px;}.product-tags{background-color:#f4f4f4;border:1px solid #ccc;float:left;margin-bottom:10px;padding:5px 1% 10px;width:98%;}.product-tags li{float:left;margin-right:15px;}.product-tags li.last{margin-right:0px;}.tags-list{float:left;width:100%;margin-bottom:10px;}.tags-list > li{float:left;margin-right:10px;}.block-tags .actions > a{font-size:12px;}.my-tag-edit .button.btn-remove{padding:0;}.my-tag-edit .button.btn-remove:after{color:white;}@media only screen and (max-width:770px){.tags-list > li,.tags-list{float:none;}}.captcha-note{clear:left;padding-top:5px;}.captcha-image{float:left;display:inline;max-width:100%;position:relative;width:258px;margin-bottom:10px;}.captcha-image .captcha-img{border:1px solid #b6b6b6;vertical-align:bottom;width:100%;}.registered-users .captcha-image{margin:0;}.captcha-reload{cursor:pointer;position:absolute;top:2px;right:2px;}.captcha-reload.refreshing{animation:rotate 1.5s infinite linear;-webkit-animation:rotate 1.5s infinite linear;-moz-animation:rotate 1.5s infinite linear;}.customer-account-create .scaffold-form .captcha-input-container label:first-child{width:100%;}.captcha-reload{position:absolute;right:4px;top:4px;}.captcha-img{border:20px solid #bbb;}.captcha-input-container{margin-bottom:10px;}.control.newsletter-box,.captcha-input-container,.captcha-img-container{float:none;clear:both;}.control.newsletter-box:after,.captcha-input-container:after,.captcha-img-container:after{content:'';content:'';display:table;clear:both;}#co-billing-form ul.form-list > .control{float:left;margin:0 0 5px;width:100%;}@media only screen and (max-width:479px){.sales-order-invoice .sub-title,.sales-order-creditmemo .sub-title,.sales-order-shipment .sub-title{float:left;font-size:15px;text-align:center;width:100%;}.sales-order-invoice .order-links,.sales-order-creditmemo .order-links,.sales-order-shipment .order-links{text-align:center;width:100%;}}.order-items .sub-title .link-print{font-size:14px;}.order-items .price{font-size:18px;}.my-account a,.order-about{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}#recurring_profile_list_view th{white-space:normal;}#recurring_profile_list_view th span{white-space:inherit;}@media only screen and (max-width:479px){#recurring_profile_list_view{font-size:12px;}#recurring_profile_list_view a{font-size:inherit;}#recurring_profile_list_view th,#recurring_profile_list_view td{padding:2px;}}.recurring-profiles-title{float:left;}.recurring-profiles-title h1{margin-bottom:7px;}body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons{float:right;text-align:right;margin-bottom:13px;}@media only screen and (max-width:479px){body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons{text-align:center;float:none;}}body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button{position:static;}.recurring-profiles-messages:after{content:'';display:table;clear:both;}#recurring_start_date_trig{display:inline;}.billing-agreements .info-box{margin-bottom:13px;}.billing-agreements .info-box:after{content:'';display:table;clear:both;}.billing-agreements .info-box .form-list{max-width:400px;width:100%;}.billing-agreements .info-box .box-title{margin-top:20px;margin-bottom:7px;}.billing-agreements .info-box .button{float:right;margin-top:7px;}@media only screen and (max-width:479px){.billing-agreements .info-box .button{width:100%;float:none;}}.billing-agreements #payment_method{width:100%;margin-top:7px;margin-bottom:7px;}.billing-agreement-view-header-wrapper .heading{max-width:80%;}@media only screen and (max-width:479px){.billing-agreement-view-header-wrapper .heading{max-width:100%;}}.billing-agreement-details td,.billing-agreement-details th{padding:3.5px;}@media only screen and (max-width:979px){.billing-agreements .data-table .created-at,.billing-agreements .data-table .updated-at{display:none;}}.catalogsearch-term-popular .tags-list{float:left;width:100%;}.catalogsearch-term-popular .tags-list > li{float:left;height:40px;margin-right:25px;}.sidebar .widget-addbysku .sku-table .input-text:not(.qty){width:100%;}@media only screen and (min-width:771px){.sidebar .widget-addbysku .sku-table .input-text:not(.qty){max-width:100px;}}.widget{clear:both;}.widget .pager{float:none;width:100%;}@media only screen and (min-width:1199px){.col2-left-layout .col-main .widget,.col2-right-layout .col-main .widget,.col3-layout .col-main .widget{}.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd){clear:none;}.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1){clear:none;}.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n){margin-right:1.2848%;}.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,.col3-layout .col-main .widget .products-grid--max-4-col-widget > li{margin-right:1.2848%;}.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,.col3-layout .col-main .widget .products-grid--max-4-col-widget > li{width:24.0364%;margin-right:1.2848%;}.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1){clear:left;}.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n){margin-right:0;}.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd){clear:none;}.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1){clear:none;}.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n){margin-right:1.2848%;}.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,.col3-layout .col-main .widget .products-grid--max-5-col-widget > li{margin-right:1.2848%;}.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,.col3-layout .col-main .widget .products-grid--max-5-col-widget > li{width:18.97216%;margin-right:1.2848%;}.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1){clear:left;}.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n){margin-right:0;}}@media only screen and (min-width:770px){.col1-layout .col-main .widget{}.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd){clear:none;}.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1){clear:none;}.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n){margin-right:1.2848%;}.col1-layout .col-main .widget .products-grid--max-4-col-widget > li{margin-right:1.2848%;}.col1-layout .col-main .widget .products-grid--max-4-col-widget > li{width:24.0364%;margin-right:1.2848%;}.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1){clear:left;}.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n){margin-right:0;}.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd){clear:none;}.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1){clear:none;}.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n){margin-right:1.2848%;}.col1-layout .col-main .widget .products-grid--max-5-col-widget > li{margin-right:1.2848%;}.col1-layout .col-main .widget .products-grid--max-5-col-widget > li{width:18.97216%;margin-right:1.2848%;}.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1){clear:left;}.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n){margin-right:0;}}body[class*="checkout-multishipping-"] .checkout-progress{width:100%;float:left;margin-bottom:25px;}body[class*="checkout-multishipping-"] .checkout-progress > li{float:left;width:20%;text-align:center;padding:8px 1% 6px;background:#f4f4f4;text-transform:uppercase;border-bottom:1px solid #ccc;border-right:1px solid #ccc;margin-bottom:10px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}body[class*="checkout-multishipping-"] .checkout-progress > li.active{background-color:#ddd;}body[class*="checkout-multishipping-"] .checkout-progress > li.last{border-right:0px;}body[class*="checkout-multishipping-"] .page-title{float:left;width:100%;margin-bottom:15px;}body[class*="checkout-multishipping-"] .page-title h1{border:0 none;float:left;margin-top:2px;margin-right:2%;}body[class*="checkout-multishipping-"] .page-title .button{float:right;}body[class*="checkout-multishipping-"] .multiple-checkout > h2{text-transform:none;font-size:17px;margin-bottom:15px;}body[class*="checkout-multishipping-"] .messages{float:left;width:100%;}body[class*="checkout-multishipping-"] .col-2.col-wide{width:66%;}body[class*="checkout-multishipping-"] .col-1.col-narrow{width:30%;}body[class*="checkout-multishipping-"] .actions{margin-bottom:10px;}body[class*="checkout-multishipping-"] .grand-total{text-align:right;font-size:16px;font-weight:bold;}body[class*="checkout-multishipping-"] #checkout-review-submit{float:right;}body[class*="checkout-multishipping-"] #review-buttons-container{float:right;text-align:right;}.checkout-multishipping-addresses .btn-remove2{text-indent:-5555px;display:block;width:22px;height:22px;}.checkout-multishipping-shipping .gift-messages{margin-top:20px;}.checkout-multishipping-shipping .gift-messages-form{margin-top:15px;}.checkout-multishipping-shipping .gift-messages-form h4{margin-top:15px;margin-bottom:5px;}.checkout-multishipping-shipping .gift-messages-form .form-list{margin-top:10px;margin-bottom:25px;}.checkout-multishipping-shipping .gift-messages-form .item{margin-top:15px;}.checkout-multishipping-shipping .col-1 .box-title h2,.checkout-multishipping-billing .col-1 .box-title h2,.checkout-multishipping-overview .col-1 .box-title h2,.checkout-multishipping-shipping .col-2 .box-title h2,.checkout-multishipping-billing .col-2 .box-title h2,.checkout-multishipping-overview .col-2 .box-title h2,.checkout-multishipping-shipping .col-1 .box-title h3,.checkout-multishipping-billing .col-1 .box-title h3,.checkout-multishipping-overview .col-1 .box-title h3,.checkout-multishipping-shipping .col-2 .box-title h3,.checkout-multishipping-billing .col-2 .box-title h3,.checkout-multishipping-overview .col-2 .box-title h3,.checkout-multishipping-shipping .col-1 .box-title h4,.checkout-multishipping-billing .col-1 .box-title h4,.checkout-multishipping-overview .col-1 .box-title h4,.checkout-multishipping-shipping .col-2 .box-title h4,.checkout-multishipping-billing .col-2 .box-title h4,.checkout-multishipping-overview .col-2 .box-title h4{font-weight:normal;width:100%;background:#f4f4f4;border-bottom:1px solid #ccc;padding:10px;font-size:14px;}.checkout-multishipping-shipping .col-1 > h4,.checkout-multishipping-billing .col-1 > h4,.checkout-multishipping-overview .col-1 > h4,.checkout-multishipping-shipping .col-2 > h4,.checkout-multishipping-billing .col-2 > h4,.checkout-multishipping-overview .col-2 > h4{font-weight:normal;width:100%;background:#f4f4f4;border-bottom:1px solid #ccc;padding:10px;font-size:14px;}.checkout-multishipping-shipping .col-1 .box-content,.checkout-multishipping-billing .col-1 .box-content,.checkout-multishipping-overview .col-1 .box-content,.checkout-multishipping-shipping .col-2 .box-content,.checkout-multishipping-billing .col-2 .box-content,.checkout-multishipping-overview .col-2 .box-content{margin-bottom:25px;padding-left:10px;margin-top:10px;}.checkout-multishipping-billing .sp-methods dt{float:left;width:100%;}#multiship-addresses-table > tbody > tr > td.a-center.last > a{background-image:none;}#review-order-form > div:nth-child(3) > div.divider{width:100%;clear:both;}@media only screen and (max-width:979px){body[class*="checkout-multishipping-"] .checkout-progress span{word-spacing:300px;}#review-order-form .col-1,#review-order-form .col-2{float:none;width:auto;border:0;padding-right:0;padding-left:0;}}@media only screen and (max-width:770px){body[class*="checkout-multishipping-"] .checkout-progress span{width:12px;}body[class*="checkout-multishipping-"] .checkout-progress li{width:100%;margin:0;text-align:left;padding-left:3%;border-right:0px;}body[class*="checkout-multishipping-"] .checkout-progress span{word-spacing:1px;width:12px;}body[class*="checkout-multishipping-"] .box-title{float:left;width:100%;}body[class*="checkout-multishipping-"] .page-title .button{float:left;margin-bottom:10px;}body[class*="checkout-multishipping-"] .linearize-table tfoot td{text-align:right;}body[class*="checkout-multishipping-"] .linearize-table select{width:100%;min-width:200px;}body[class*="checkout-multishipping-"] .col-1.col-narrow,body[class*="checkout-multishipping-"] .col-2.col-wide{width:100%;padding:0;}}@media only screen and (max-width:599px){.checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label]{text-align:left;padding-left:10px;margin-top:12px;}}@media only screen and (max-width:479px){body[class*="checkout-multishipping-"] .buttons-set .back-link{display:block;}}.neotheme-blog-post-index .main-container{padding-top:22px;}.neotheme-blog-post-index .main-container .breadcrumbs{margin-bottom:8px;}.neotheme-blog-post-index .col2-left-layout .col-left{width:17.84%;padding:1px 0 0;}.neotheme-blog-post-index .col2-left-layout .col-main{width:78.34%;padding:0 0 0 1px;}.neotheme-blog-post-index p,.neotheme-blog-post-index div{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}@media only screen and (min-width:771px){.neotheme-blog-post-index .col2-left-layout .col-left.col-left-first{margin-bottom:26px;}}@media only screen and (max-width:770px){.neotheme-blog-post-index .col2-left-layout .col-left,.neotheme-blog-post-index .col2-left-layout .col-main{width:100%;}.neotheme-blog-post-index .col2-left-layout .col-left:not(.col-left-first),.neotheme-blog-post-index .col2-left-layout .col-main{padding:0 16px;}.neotheme-blog-post-index .col2-left-layout .col-left{margin-top:10px;margin-bottom:18px;}}@media only screen and (min-width:771px){.neotheme-blog-post-index .block-blog .skip-content{display:block;}}.neotheme-blog-post-index .page-title h1{border:0;margin:3px 0 0;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.neotheme-blog-post-index .block-blog .skip-link{float:none;width:100%;text-align:left;height:39px;}.neotheme-blog-post-index .block-blog.categories .skip-content{margin:0;padding:0;}.neotheme-blog-post-index .block-blog.categories img{display:block;width:100%;vertical-align:middle;margin-right:12px;border-radius:5px;}@media only screen and (max-width:770px){.neotheme-blog-post-index .block-blog.categories img{display:inline-block;width:15%;}}.neotheme-blog-post-index .block-blog.categories a{display:block;color:#636363;}.neotheme-blog-post-index .decor.content{margin-bottom:22px;}.neotheme-blog-post-index .blog article.post{border:1px solid #e6d6cd;border-radius:5px;background:#fff9f7;padding:35px 48px 30px 39px;}@media only screen and (max-width:770px){.neotheme-blog-post-index .blog article.post{padding:13px 10px;}}.neotheme-blog-post-index .post-metadata{margin-bottom:3px;}.neotheme-blog-post-index .post-date{display:inline;}.neotheme-blog-post-index .post-author{display:inline;}.neotheme-blog-post-index .post-author:after{content:'|';margin-left:5px;}.neotheme-blog-post-index .post-time,.neotheme-blog-post-index .ask-expert{display:inline;}.neotheme-blog-post-index .post-author > span{color:#ac572e;}.neotheme-blog-post-index .sharing-links{padding-left:4px;margin-bottom:22px;display:inline-block;}.neotheme-blog-post-index .link-email-friend{width:26px;height:26px;display:inline-block;vertical-align:middle;margin-right:7px;margin-top:4px;}.neotheme-blog-post-index .link-email-friend a{display:block;width:100%;height:100%;}.neotheme-blog-post-index .link-email-friend{background-position:-323px -111px;width:27px;height:18px;}.neotheme-blog-post-index .aw-sociable_services{display:inline-block;margin-bottom:22px;padding:0;}.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-google1{display:none;}.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest{padding:0;width:27px;height:27px;margin-right:6px;}.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook img,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter img,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest img{display:none;}.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook a,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter a,.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest a{display:block;width:100%;height:100%;}.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-facebook{background-position:-380px -107px;}.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-twitter{background-position:-409px -107px;}.neotheme-blog-post-index .aw-sociable_services .aw-sociable_services-list li.aw-sociable_services_link-pinterest{background-position:-353px -107px;}.block-blog .block-title,.block-blog .skip-link{font-size:15px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-transform:uppercase;}.block-blog .block-content,.block-blog skip-content{padding:8px 0;}.block-blog .block-content a,.block-blog skip-content a{color:#4a4a4a;font-size:15px;}.block-blog.latest a{color:#ac572e;text-decoration:underline;}.block-blog.latest .block-title{margin-bottom:7px;}.block-blog.latest li{line-height:36px;}.block-blog.latest .block-content{padding:3px 0;}.block-blog.categories li{border-bottom:1px solid #e3d3c7;line-height:35px;padding:10px 0;}.block-blog.categories li:last-child{border-bottom:0;}.block-blog .separator{margin:0;height:7px;}@media only screen and (max-width:770px){.neotheme-blog-post-index .main-container{padding:0;}.neotheme-blog-post-index .main-container .block-blog .separator.no-display{display:block !important;}.sidebar .block.block-blog{border:0;}body .block-blog.categories .skip-link{border-color:#e6d6ce;border-style:solid;border-width:1px 0 !important;padding-left:15px;float:none;height:52px;line-height:52px;width:100%;background:#fdfaf9;cursor:pointer;}body .block-blog.categories .skip-link.skip-active{height:43px;}body .block-blog.categories .skip-link.skip-active{background:#fdfaf9;border-bottom:0;}body .block-blog.categories .skip-link.skip-active:before{content:'';background-position:-92px -24px;display:inline-block;width:13px;height:10px;margin-right:1px;margin-top:0;-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);}body .block-blog.categories .skip-link:before{content:'';background-position:-92px -24px;display:inline-block;width:9px;height:7px;vertical-align:middle;margin-top:-5px;margin-right:5px;-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}body .block-blog.categories .skip-content{width:100%;margin-top:0;background:#fdfaf9;padding:0 0 15px;border-bottom:1px solid #e6d6ce;}body .block-blog.categories .skip-content ul{padding:0 30px;}body .block-blog.categories .skip-content ul li:first-child{border-top:1px solid #e6d6ce;}body .block-blog.categories .separator{display:none;}}.blog.blog-detail{margin-top:7px;}.blog.blog-detail .page-title h1{font-size:20px;line-height:20px;padding-bottom:0;}@media only screen and (max-width:770px){.blog.blog-detail .page-title h1{line-height:22px;}}.blog.blog-detail .post-content .left{float:left;width:58.7%;margin-bottom:17px;}.blog.blog-detail .post-content .right{float:right;width:38.9%;padding-top:3px;margin-bottom:17px;}@media only screen and (max-width:770px){.blog.blog-detail .post-content .left,.blog.blog-detail .post-content .right{width:100%;}}.blog.blog-detail .post-content .full-width{width:100%;clear:both;}.blog.blog-detail .post-content img{max-width:100%;margin:0 auto;}.blog.blog-detail .post-content .picture-caption{display:block;text-align:center;color:#998675;font-size:12px;margin-top:8px;}.blog.blog-detail .post-content p{font-size:15px;line-height:19px;}.blog.blog-detail .post-content p,.blog.blog-detail .post-content ul{margin-bottom:17px;}.blog.blog-detail .post-content ul{list-style:inside disc;}.blog.blog-detail .post-content ul li{font-size:15px;margin-bottom:5px;}.blog.blog-detail .post-content blockquote{font-style:italic;padding-left:20px;margin-bottom:17px;font-size:15px;line-height:19.5px;}.blog.blog-detail .post-content h3{font-size:17px;line-height:20px;margin-bottom:9px;}.neotheme-blog-index-index .main-container,.neotheme-blog-category-index .main-container{padding-top:22px;}.neotheme-blog-index-index .main-container .breadcrumbs,.neotheme-blog-category-index .main-container .breadcrumbs{margin-bottom:8px;}.neotheme-blog-index-index .col2-left-layout .col-left,.neotheme-blog-category-index .col2-left-layout .col-left{width:17.84%;padding:1px 0 0;}.neotheme-blog-index-index .col2-left-layout .col-main,.neotheme-blog-category-index .col2-left-layout .col-main{width:79.34%;padding:0 0 0 1px;}.neotheme-blog-index-index p,.neotheme-blog-category-index p,.neotheme-blog-index-index div,.neotheme-blog-category-index div{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}@media only screen and (min-width:771px){.neotheme-blog-index-index .col2-left-layout .col-left.col-left-first,.neotheme-blog-category-index .col2-left-layout .col-left.col-left-first{margin-bottom:26px;}}@media only screen and (max-width:770px){.neotheme-blog-index-index .col2-left-layout .col-left,.neotheme-blog-category-index .col2-left-layout .col-left,.neotheme-blog-index-index .col2-left-layout .col-main,.neotheme-blog-category-index .col2-left-layout .col-main{width:100%;}.neotheme-blog-index-index .col2-left-layout .col-left:not(.col-left-first),.neotheme-blog-category-index .col2-left-layout .col-left:not(.col-left-first),.neotheme-blog-index-index .col2-left-layout .col-main,.neotheme-blog-category-index .col2-left-layout .col-main{padding:0 16px;}.neotheme-blog-index-index .col2-left-layout .col-left,.neotheme-blog-category-index .col2-left-layout .col-left{margin-top:10px;}}.neotheme-blog-index-index .toolbar,.neotheme-blog-category-index .toolbar{padding:0 0 3px;clear:both;margin-bottom:20px;}.neotheme-blog-index-index .toolbar .amount,.neotheme-blog-category-index .toolbar .amount,.neotheme-blog-index-index .toolbar .pager,.neotheme-blog-category-index .toolbar .pager{margin-bottom:0;}.neotheme-blog-index-index .toolbar .amount,.neotheme-blog-category-index .toolbar .amount{line-height:30px;}.neotheme-blog-index-index .toolbar .amount .count,.neotheme-blog-category-index .toolbar .amount .count{font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;}.neotheme-blog-index-index .toolbar.bottom,.neotheme-blog-category-index .toolbar.bottom{border-top:1px solid #ebe0d8;padding-top:8px;margin-bottom:50px;}@media only screen and (max-width:770px){.neotheme-blog-index-index .toolbar.bottom,.neotheme-blog-category-index .toolbar.bottom{margin-bottom:15px;}}.neotheme-blog-index-index .page-title,.neotheme-blog-category-index .page-title{float:left;}.neotheme-blog-index-index .page-title h1,.neotheme-blog-category-index .page-title h1{border:0;margin:3px 0 0;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}@media only screen and (max-width:770px){.neotheme-blog-index-index .page-title,.neotheme-blog-category-index .page-title{width:100%;}.neotheme-blog-index-index .page-title h1,.neotheme-blog-category-index .page-title h1{padding:15px 16px 12px;}}.neotheme-blog-index-index h2,.neotheme-blog-category-index h2,.neotheme-blog-index-index .blog article.post,.neotheme-blog-category-index .blog article.post{border-bottom:0;}@media only screen and (min-width:771px){.neotheme-blog-index-index .block-blog .skip-content,.neotheme-blog-category-index .block-blog .skip-content{display:block;}}.neotheme-blog-index-index .block-blog .skip-link,.neotheme-blog-category-index .block-blog .skip-link{float:none;width:100%;text-align:left;height:39px;}.neotheme-blog-index-index .block-blog.categories .skip-content,.neotheme-blog-category-index .block-blog.categories .skip-content{margin:0;padding:0;}.neotheme-blog-index-index .block-blog.categories img,.neotheme-blog-category-index .block-blog.categories img{display:block;width:100%;vertical-align:middle;margin-right:12px;border-radius:5px;}@media only screen and (max-width:770px){.neotheme-blog-index-index .block-blog.categories img,.neotheme-blog-category-index .block-blog.categories img{display:inline-block;width:15%;}}.neotheme-blog-index-index .block-blog.categories a,.neotheme-blog-category-index .block-blog.categories a{display:block;color:#4a4a4a;}.neotheme-blog-index-index .read-more:after,.neotheme-blog-category-index .read-more:after{content:'';display:inline-block;vertical-align:middle;width:3px;height:5px;background-position:-291px -171px;margin-left:5px;}.neotheme-blog-index-index .decor.content,.neotheme-blog-category-index .decor.content{margin-bottom:22px;}.block-blog .block-title,.block-blog .skip-link{font-size:15px;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;text-transform:uppercase;}.block-blog .block-content,.block-blog skip-content{padding:8px 0;}.block-blog .block-content a,.block-blog skip-content a{color:#4a4a4a;font-size:15px;}.block-blog.latest a{color:#ac572e;text-decoration:underline;}.block-blog.latest .block-title{margin-bottom:7px;}.block-blog.latest li{line-height:36px;}.block-blog.latest .block-content{padding:3px 0;}.block-blog.categories li{border-bottom:1px solid #e3d3c7;line-height:35px;padding:24px 30px 10px;}.block-blog.categories li span{display:block;text-align:center;line-height:14px;padding-top:10px;}@media only screen and (max-width:770px){.block-blog.categories li span{display:inline-block;text-align:left;}}@media only screen and (max-width:999px){.block-blog.categories li{padding:24px 15px 10px;}}@media only screen and (max-width:770px){.block-blog.categories li{padding:10px 0 10px;}}.block-blog.categories li:last-child{border-bottom:0;}.block-blog .separator{margin:0;height:7px;}.post-summary img{width:100%;margin-bottom:15px;border-radius:5px;}.post-summary h1,.post-summary h2,.post-summary h3,.post-summary h4,.post-summary h5,.post-summary h6{margin-bottom:7px;font-size:17px;}.post-summary p{line-height:20px;margin-bottom:6px;}.post-summary p,.post-summary a{font-size:15px;}.blog-wrapper > .blog{float:left;width:47.72727%;margin-right:4.54545%;}.blog-wrapper > .blog:nth-child(odd){clear:left;}.blog-wrapper > .blog:nth-child(even){margin-right:0;}.blog-wrapper img:before,.blog-wrapper img:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;display:none;}.blog-wrapper img:before{background-color:white;opacity:0.8;z-index:2;}.blog-wrapper img:after{background-image:url('https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/opc-ajax-loader.gif');background-repeat:no-repeat;background-position:center;z-index:3;}.blog-wrapper img.loading{position:relative;}.blog-wrapper img.loading:before,.blog-wrapper img.loading:after{display:block;}@media only screen and (min-width:480px){.blog-wrapper{}.blog-wrapper > .blog:nth-child(odd){clear:none;}.blog-wrapper > .blog:nth-child(even){margin-right:4.18118%;}.blog-wrapper > .blog{width:30.54588%;margin-right:4.18118%;}.blog-wrapper > .blog:nth-child(3n+1){clear:left;}.blog-wrapper > .blog:nth-child(3n){margin-right:0;}}@media only screen and (min-width:960px){.blog-wrapper--max-3-col > .blog:nth-child(odd){clear:none;}.blog-wrapper--max-3-col > .blog:nth-child(3n+1){clear:none;}.blog-wrapper--max-3-col > .blog:nth-child(even),.blog-wrapper--max-3-col > .blog:nth-child(3n){margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog{margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog{width:31.62027%;margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog:nth-child(3n+1){clear:left;}.blog-wrapper--max-3-col > .blog:nth-child(3n){margin-right:0;}.blog-wrapper--max-3-col > .blog:nth-child(odd){clear:none;}.blog-wrapper--max-3-col > .blog:nth-child(3n+1){clear:none;}.blog-wrapper--max-3-col > .blog:nth-child(even),.blog-wrapper--max-3-col > .blog:nth-child(3n){margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog{margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog{width:31.62027%;margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog:nth-child(3n+1){clear:left;}.blog-wrapper--max-3-col > .blog:nth-child(3n){margin-right:0;}.blog-wrapper--max-3-col > .blog:nth-child(odd){clear:none;}.blog-wrapper--max-3-col > .blog:nth-child(3n+1){clear:none;}.blog-wrapper--max-3-col > .blog:nth-child(even),.blog-wrapper--max-3-col > .blog:nth-child(3n){margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog{margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog{width:31.62027%;margin-right:2.56959%;}.blog-wrapper--max-3-col > .blog:nth-child(3n+1){clear:left;}.blog-wrapper--max-3-col > .blog:nth-child(3n){margin-right:0;}}@media only screen and (max-width:770px){.neotheme-blog-index-index .main-container,.neotheme-blog-category-index .main-container{padding:0;}.neotheme-blog-index-index .main-container .toolbar,.neotheme-blog-category-index .main-container .toolbar{padding-bottom:7px;}.neotheme-blog-index-index .block-blog .separator.no-display,.neotheme-blog-category-index .block-blog .separator.no-display{display:block !important;}.sidebar .block.block-blog{border:0;}body .block-blog.categories .skip-link{border-color:#e6d6ce;border-style:solid;border-width:1px 0 !important;padding-left:15px;float:none;height:52px;line-height:52px;width:100%;background:#fdfaf9;cursor:pointer;}body .block-blog.categories .skip-link.skip-active{height:43px;}body .block-blog.categories .skip-link.skip-active{background:#fdfaf9;border-bottom:0;}body .block-blog.categories .skip-link.skip-active:before{content:'';background-position:-92px -24px;display:inline-block;width:13px;height:10px;margin-right:1px;margin-top:0;-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}body .block-blog.categories .skip-link:before{content:'';background-position:-92px -24px;display:inline-block;width:9px;height:7px;vertical-align:middle;margin-top:-5px;margin-right:5px;-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}body .block-blog.categories .skip-content{width:100%;margin-top:0;background:#fdfaf9;padding:0 0 15px;border-bottom:1px solid #e6d6ce;}body .block-blog.categories .skip-content ul{padding:0 30px;}body .block-blog.categories .skip-content ul li:first-child{border-top:1px solid #e6d6ce;}body .block-blog.categories .separator{display:none;}}.sales-guest-form .page-title h1{border-bottom:0;}.sales-guest-form div.selector,.sales-guest-form div.selector span{height:38px;}@media only screen and (max-width:479px){.sales-guest-form .input-box input,.sales-guest-form div.selector,.sales-guest-form div.selector span{width:100% !important;}}.sales-guest-form div.selector span{line-height:32px;}.sales-guest-form select{height:36px;margin-top:0;}.sales-guest-form .buttons-set{border:0;}.sales-guest-form .buttons-set .button{background:#559194;border-radius:5px;padding-bottom:5px;}.sales-guest-form .buttons-set .button span{text-transform:none;line-height:24px;}.sales-guest-form .wide{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}div.calendar table{border-collapse:separate;}div.calendar table td.button{display:table-cell;background:inherit;color:inherit;text-transform:none;}.slick-slider{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.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;}@font-face{font-family:'slick';font-weight:normal;font-style:normal;}.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.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25;}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:0.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}[dir='rtl'] .slick-prev{right:-25px;left:auto;}[dir='rtl'] .slick-next{right:auto;left:-25px;}.slick-slider{margin-bottom:30px;}.slick-dots{position:absolute;bottom:-45px;display:block;width:100%;padding:0;list-style:none;text-align:center;}.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: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:0.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{opacity:0.75;color:black;}.slick-prev{top:44%;left:-2px;width:29px;height:29px;background:url(https://www.langantiques.com/skin/frontend/langantiques/images/sprite.png) no-repeat -455px -41px;}.slick-next{top:44%;right:-2px;width:29px;height:29px;background:url(https://www.langantiques.com/skin/frontend/langantiques/images/sprite.png) no-repeat -491px -41px;}.more-views{position:relative;}.slick-list img{max-width:100%;padding:0 5px;}.product-image-thumbs.slick-slider{width:87%;margin:0 auto;}@media only screen and (max-width:940px){.slick-list img{padding:0 3px;}.product-image-thumbs.slick-slider{width:82%;}}@media only screen and (max-width:770px){.slick-prev{background-position:-458px -69px;width:24px;height:24px;}.slick-next{right:0;background-position:-493px -69px;width:24px;height:24px;}}@media only screen and (max-width:420px){.slick-list img{padding:0 2px;}}
.icon-sprite{background-image:url(https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/sprite.png);background-repeat:no-repeat;text-indent:-9999px;}.hero-banner .title,.category-top-banner .title,.page-title-block .title,.hero-banner h1,.category-top-banner h1,.page-title-block h1{display:block;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:32px;line-height:44px;letter-spacing:0.04em;font-weight:normal;margin:0 0 10px;text-transform:uppercase;}.hero-banner .title + .sub-title,.category-top-banner .title + .sub-title,.page-title-block .title + .sub-title,.hero-banner h1 + .sub-title,.category-top-banner h1 + .sub-title,.page-title-block h1 + .sub-title{margin-top:-8px;margin-bottom:0;}.hero-banner,.category-top-banner{overflow:hidden;border-radius:4px;color:#fff;text-align:center;font-size:0;line-height:0;letter-spacing:-4px;white-space:nowrap;}.hero-banner.bordered-box .image-container,.category-top-banner.bordered-box .image-container{position:relative;}.hero-banner.bordered-box .image-container:before,.category-top-banner.bordered-box .image-container:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:10px;border:1px solid #fff;border-radius:4px;z-index:1;}.hero-banner.bordered-box .text-container,.category-top-banner.bordered-box .text-container{z-index:2;}.hero-banner.shadow-text,.category-top-banner.shadow-text{text-shadow:0 0 5px #000;}.hero-banner.shadow-text .button,.category-top-banner.shadow-text .button{transition-property:background, color, text-shadow;}.hero-banner.shadow-text .button:hover,.category-top-banner.shadow-text .button:hover{text-shadow:0 0 5px #fff;}.hero-banner > *,.category-top-banner > *{letter-spacing:0;white-space:normal;}.hero-banner > a,.category-top-banner > a{display:block;position:relative;letter-spacing:-4px;white-space:nowrap;}.hero-banner > a .image-container,.category-top-banner > a .image-container,.hero-banner > a .text-container,.category-top-banner > a .text-container{letter-spacing:0;white-space:normal;}.hero-banner .image-container,.category-top-banner .image-container,.hero-banner .text-container,.category-top-banner .text-container{display:inline-block;vertical-align:middle;overflow:hidden;width:100%;}.hero-banner .image-container + .text-container,.category-top-banner .image-container + .text-container{margin:0 0 0 -100%;}.hero-banner .text-container,.category-top-banner .text-container{padding:25px 13px;font-size:14px;line-height:24px;position:relative;}.hero-banner .text-block,.category-top-banner .text-block,.hero-banner .text-box,.category-top-banner .text-box{display:inline-block;vertical-align:top;position:relative;}.hero-banner .title,.category-top-banner .title,.hero-banner h1,.category-top-banner h1{color:#fff;}.hero-banner .sub-title,.category-top-banner .sub-title,.hero-banner p,.category-top-banner p{display:block;font-weight:600;font-size:15px;line-height:1.2em;letter-spacing:0.04em;margin:0 0 3px;text-transform:uppercase;}.hero-banner{margin:0 0 30px;}.hero-banner.dark-text{color:#4a4a4a;}.hero-banner.dark-text .title{color:#4a4a4a;}.hero-banner .image-container img{width:100%;height:auto;max-width:none;}.hero-banner .btn-holder{padding:14px 0 0;}.hero-banner .button{padding-left:26px;padding-right:26px;font-weight:bold;letter-spacing:0.13em;}.text-section{border-radius:4px;background:#e7ebec;color:#4a4a4a;position:relative;padding:32px 21px;font-size:15px;line-height:26px;letter-spacing:0.04em;margin:0 0 30px;text-align:center;}.text-section.heading-only{padding-top:49px;padding-bottom:44px;}.text-section:before{content:'';position:absolute;top:9px;left:9px;bottom:9px;right:9px;border:1px solid #fff;border-radius:4px;}.text-section .text-container{position:relative;z-index:1;}.text-section h2{font-size:26px;line-height:42px;letter-spacing:1px;}.text-section h3{font-size:24px;line-height:34px;letter-spacing:0;}.text-section h2,.text-section h3{color:#688493;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;margin:0;}.text-section p{margin:4px 0;}.text-section .columns-list{margin:0;list-style:none;}.text-section .columns-list .column{letter-spacing:0.04em;font-size:22px;line-height:28px;text-transform:uppercase;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;color:#688493;position:relative;}.heading-container{margin:0 0 26px;font-size:15px;line-height:20px;letter-spacing:0.04em;text-align:center;}.heading-container h2{color:#688493;font-size:32px;line-height:38px;letter-spacing:0.05em;margin:0 0 1px;}.heading-container .heading-text{font-weight:normal;margin:0 0 4px;display:inline-block;vertical-align:top;}.new-products-container,.categories-promotion-container{text-align:center;margin:0 0 30px;overflow:hidden;}.new-products-container .carousel,.categories-promotion-container .carousel{margin:0 -15px 15px;list-style:none;white-space:nowrap;letter-spacing:-4px;position:relative;}.new-products-container .item,.categories-promotion-container .item{text-align:center;padding:0 15px;margin:0;display:inline-block;vertical-align:top;letter-spacing:0;white-space:normal;outline:none;position:relative;}.new-products-container .product-image,.categories-promotion-container .product-image{display:inline-block;vertical-align:top;position:relative;border-radius:50%;overflow:hidden;}.new-products-container .product-image.hover .description-container,.categories-promotion-container .product-image.hover .description-container{opacity:1;}.new-products-container .image-container,.categories-promotion-container .image-container,.new-products-container .description-container,.categories-promotion-container .description-container{border-radius:50%;overflow:hidden;}.new-products-container .image-container img,.categories-promotion-container .image-container img{padding:0;}.new-products-container .description-container,.categories-promotion-container .description-container{transition:opacity 0.3s linear 0s;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(48, 91, 108, 0.5);color:#fff;padding:15px;font-size:13px;line-height:18px;opacity:0;}.new-products-container .description-container .description-box,.categories-promotion-container .description-container .description-box{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:90%;max-height:90%;padding:15px 0 0;}.new-products-container .description-container h2,.categories-promotion-container .description-container h2{font-size:15px;line-height:21px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;text-transform:uppercase;letter-spacing:0.04em;color:#fff;margin-bottom:4px;}.new-products-container .description-container .sku,.categories-promotion-container .description-container .sku{color:#fff;line-height:1;letter-spacing:0.04em;margin:0 0 12px;}.new-products-container .description-container .price,.categories-promotion-container .description-container .price{color:#fff;font-size:16px;font-weight:normal;}.new-products-container .slick-dots,.categories-promotion-container .slick-dots{position:static;margin:0;list-style:none;line-height:10px;padding:15px 10px 0;}.new-products-container .slick-dots li,.categories-promotion-container .slick-dots li{display:inline-block;vertical-align:top;width:auto;height:auto;padding:0;margin:8px;}.new-products-container .slick-dots .slick-active button,.categories-promotion-container .slick-dots .slick-active button{background:#305b6c;}.new-products-container .slick-dots button,.categories-promotion-container .slick-dots button{background:#d9dcde;border-radius:50%;width:10px;height:10px;}.new-products-container .slick-dots button:before,.categories-promotion-container .slick-dots button:before{display:none;}.new-products-container .slick-dots button:hover,.categories-promotion-container .slick-dots button:hover{background:#305b6c;}.new-products-container .slick-arrow,.categories-promotion-container .slick-arrow{transition:background 0.3s linear 0s;position:absolute;top:50%;right:25px;transform:translateY(-50%);width:80px;height:80px;border-radius:50%;background:#8ea0aa;color:#fff;margin:0;}.new-products-container .slick-arrow:hover,.categories-promotion-container .slick-arrow:hover{background:#305b6c;}.new-products-container .slick-arrow:before,.categories-promotion-container .slick-arrow:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:24px;line-height:1;}.new-products-container .slick-arrow.slick-next:before,.categories-promotion-container .slick-arrow.slick-next:before{content:"\e916";}.new-products-container .slick-arrow.slick-prev,.categories-promotion-container .slick-arrow.slick-prev{display:none !important;}.new-products-container .btn-holder .button,.categories-promotion-container .btn-holder .button{min-width:220px;}.grid-container{overflow:hidden;font-size:0;line-height:0;margin:-20px -10px 10px;}.grid-container > .grid-column .grid-box.large .image-container,.grid-container > .grid-column .grid-box.large .text-container{vertical-align:top;}.grid-container .grid-box{margin:20px 10px;overflow:hidden;border-radius:4px;}.grid-container .grid-box:not(.large) h2{font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.grid-container .grid-box.large{border-radius:4px;background:#e7ebec;text-align:center;position:relative;text-align:center;}.grid-container .grid-box.large:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:10px;border:1px solid #fff;border-radius:4px;z-index:1;}.grid-container .grid-box.large .text-container{position:relative;z-index:2;}.grid-container .grid-box.large:before{border-radius:0;}.grid-container .grid-box.large .image-container,.grid-container .grid-box.large .text-container{width:100%;}.grid-container .grid-box.large .image-container + .text-container{margin:0 0 0 -100%;}.grid-container .grid-box.large .text-container{color:#fff;padding:11% 21px;font-size:15px;line-height:0;position:static;}@media only screen and (min-width:1140px){.grid-container .grid-box.large .text-container{padding:15.7% 21px;}}.grid-container .grid-box.large .top-box{position:relative;z-index:2;padding:0 0 60px;}.grid-container .grid-box.large h2{color:#fff;font-size:32px;line-height:38px;margin:0 0 10px;letter-spacing:0.04em;}.grid-container .grid-box.large h2 .row{display:block;}.grid-container .grid-box.large .description{letter-spacing:0.04em;line-height:20px;}.grid-container .grid-box.large .btn-holder{position:absolute;z-index:2;left:21px;right:21px;bottom:14%;}.grid-container .grid-box.large img{width:100%;height:auto;max-width:none;}.grid-container .grid-box > a{display:block;text-decoration:none;background:#e7ebec;white-space:nowrap;position:relative;}.grid-container .grid-box > a:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;}.grid-container .grid-box > a > *{white-space:normal;}.grid-container .grid-box .box-placeholder{display:none;}.grid-container .grid-box .box-container{white-space:nowrap;}.grid-container .grid-box .box-container .image-container,.grid-container .grid-box .box-container .text-container{vertical-align:middle;}.grid-container .grid-box .box-container .image-container + .text-container{margin:0 0 0 -100%;}.grid-container .grid-box .box-container .text-container{white-space:normal;}.grid-container .image-container,.grid-container .text-container{display:inline-block;vertical-align:middle;width:100%;}.grid-container .image-container{overflow:hidden;transform:scale(1);}.grid-container .image-container img{width:100%;max-width:none;}.grid-container h2{font-size:18px;line-height:25px;letter-spacing:0.75px;color:#8ea0aa;}.grid-container .text-container{font-size:14px;line-height:1.5;color:#8ea0aa;position:relative;z-index:3;}.grid-container .short-info{margin:0 auto 5px;font-size:15px;line-height:20px;color:#4a4a4a;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.grid-container .button{padding:0 25px;}.grid-container .heading-decor{display:inline-block;vertical-align:top;border:solid #fff;border-width:1px 0;height:5px;width:181px;margin:0 0 7px;}.columns-container{font-size:0;line-height:0;letter-spacing:-4px;margin:0 0 30px;}.columns-container .box{border-radius:4px;background:#e7ebec;text-align:center;position:relative;letter-spacing:0;font-size:15px;line-height:29px;text-align:left;margin:0 0 20px;overflow:hidden;border-radius:4px;}.columns-container .box:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:10px;border:1px solid #fff;border-radius:4px;z-index:1;}.columns-container .box .text-container{position:relative;z-index:2;}.columns-container .text-container{padding:31px 30px 69px;}.columns-container img{width:100%;max-width:none;height:auto;}.columns-container h2{color:#688493;font-size:19px;line-height:22px;letter-spacing:0.04em;margin:0 0 15px;}.columns-container .short-description{margin:0 0 16px;min-height:58px;padding:0;letter-spacing:0.04em;}.columns-container .short-description p{margin:0;}.columns-container .btn-holder{position:absolute;bottom:0;left:0;right:0;padding:0 30px 35px;}.location-section{border-radius:4px;background:#e7ebec;text-align:center;position:relative;overflow:hidden;text-align:left;}.location-section:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:10px;border:1px solid #fff;border-radius:4px;z-index:1;}.location-section .text-container{position:relative;z-index:2;}.location-section .contacts-link{display:block;position:relative;color:inherit;text-decoration:none;height:100%;overflow:hidden;min-height:280px;}.location-section .contacts-link:after{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;content:'';}.location-section .right-image-container{background:#000;}.location-section .right-image-container > a{display:block;white-space:nowrap;overflow:hidden;}.location-section .right-image-container .image-section,.location-section .right-image-container .content-section{display:inline-block;vertical-align:middle;width:100%;}.location-section .right-image-container .image-section + .content-section{margin-left:-100%;}.location-section .right-image-container .content-section{position:relative;text-align:center;color:#fff;font-size:14px;line-height:1.2;padding:5px 15px;white-space:normal;}.location-section .right-image-container .content-section .title{color:inherit;}.location-section .right-image-container .content-section .button-container{padding:10px 0 0;}.location-section .right-image-container .view-link:not(:hover){color:inherit;}.location-section .text-block{font-size:15px;line-height:23px;letter-spacing:0.04em;padding:35px 39px;}.location-section .title{display:block;margin:0 0 15px;color:#688493;text-transform:uppercase;letter-spacing:0.04em;font-family:'Fanwood Text', Georgia, Times, "Times New Roman", serif;font-size:28px;line-height:38px;font-weight:normal;}.location-section .sub-title{margin:0;color:#688493;text-transform:uppercase;letter-spacing:0.04em;font-size:15px;line-height:13px;font-weight:600;font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.location-section address{display:block;margin:0;font-stretch:normal;}.location-section .row{display:block;}.location-section .row.row-with-indent{margin:0 0 22px;}.location-section .phone{font-weight:600;margin-top:15px;color:#688493;}.visual-box-section{margin:0 0 30px;}.visual-box-container{font-size:0;line-height:0;letter-spacing:-4px;}.visual-box-container .visual-box{margin:0 0 20px;white-space:nowrap;}.visual-box-container .visual-box a{border-radius:4px;background:#e7ebec;text-align:center;position:relative;display:block;text-decoration:none;overflow:hidden;color:#fff;}.visual-box-container .visual-box a:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:10px;border:1px solid #fff;border-radius:4px;z-index:1;}.visual-box-container .visual-box a .text-container{position:relative;z-index:2;}.visual-box-container .visual-box a:before{border-radius:0;}.visual-box-container .visual-box a:hover .view-link{color:#ad562d;}.visual-box-container .image-container,.visual-box-container .text-container{display:inline-block;vertical-align:bottom;width:100%;}.visual-box-container .image-container img{width:100%;max-width:none;}.visual-box-container .image-container + .text-container{margin:0 0 0 -100%;}.visual-box-container .text-container{padding:15px 13px 9.6%;font-size:14px;line-height:1.1;color:#fff;letter-spacing:0;white-space:normal;}.visual-box-container h3{color:#fff;font-size:24px;line-height:33px;letter-spacing:0.04em;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;font-weight:normal;margin:0 0 5px;}.visual-box-container .view-link{color:#fff;font-weight:600;}@media only screen and (max-width:767px){.location-section .contacts-container-image img,.location-section .right-image-container img{max-width:100%;}}@media only screen and (max-width:770px){.hero-banner .mobile-row,.category-top-banner .mobile-row{display:block;}.text-section .columns-list .column{margin:0 0 20px;padding:0 0 19px;}.text-section .columns-list .column:after{content:'';position:absolute;bottom:0;left:10%;right:10%;height:1px;background:#fff;}.text-section .columns-list .column:last-child{margin-bottom:0;padding-bottom:0;}.text-section .columns-list .column:last-child:after{display:none;}.new-products-container .slick-arrow,.categories-promotion-container .slick-arrow{display:none !important;}.grid-container .grid-box:not(.large) .image-container + .text-container{padding-left:48%;}.grid-container .grid-box:not(.large) .text-container{width:100%;padding:22px 22px 14px;}.grid-container .grid-box.large .heading-decor,.grid-container .grid-box.large .description{display:none;}.grid-container .grid-box.large .text-container{vertical-align:top;}.columns-container .box:last-child{margin-bottom:0;}.visual-box-container .visual-box:last-child{margin-bottom:0;}.visual-box-container .visual-box a:before{margin:6px;}}@media only screen and (min-width:768px){.location-section .location-holder{display:table;width:100%;height:280px;}.location-section .contacts-container-image img,.location-section .right-image-container img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-height:100%;min-width:100%;height:auto;width:auto;max-width:none;}.location-section .contacts-container-image,.location-section .contacts-container-text,.location-section .right-image-container{display:table-cell;vertical-align:middle;}.location-section .contacts-container-image,.location-section .right-image-container{vertical-align:top;}.location-section .contacts-container-image{width:250px;}.location-section .contacts-container-image img{max-width:350px;}.location-section .contacts-container-text .contacts-link{white-space:nowrap;}.location-section .contacts-container-text .contacts-link:before{display:inline-block;vertical-align:middle;height:280px;width:1px;margin:0 0 0 -1px;content:'';}.location-section .contacts-container-text .contacts-link .text-block{white-space:normal;display:inline-block;vertical-align:middle;width:100%;}.location-section .right-image-container{width:250px;}.location-section .text-block{padding:10px 15px;}}@media only screen and (min-width:771px){.hero-banner .title,.category-top-banner .title,.page-title-block .title,.hero-banner h1,.category-top-banner h1,.page-title-block h1{font-size:44px;line-height:58px;}.hero-banner.text-align-left,.category-top-banner.text-align-left{text-align:left;}.hero-banner.text-align-right,.category-top-banner.text-align-right{text-align:right;}.hero-banner.text-position-top .image-container,.category-top-banner.text-position-top .image-container,.hero-banner.text-position-top .text-container,.category-top-banner.text-position-top .text-container{vertical-align:top;}.hero-banner.text-position-bottom .image-container,.category-top-banner.text-position-bottom .image-container,.hero-banner.text-position-bottom .text-container,.category-top-banner.text-position-bottom .text-container{vertical-align:bottom;}.hero-banner .text-container,.category-top-banner .text-container{padding:45px 103px;}.hero-banner .text-block,.category-top-banner .text-block,.hero-banner .text-box,.category-top-banner .text-box{width:680px;}.hero-banner .sub-title,.category-top-banner .sub-title,.hero-banner p,.category-top-banner p{font-size:20px;line-height:1.1em;letter-spacing:0.075em;}.hero-banner.wide .text-container{padding:20px 0 0;}.hero-banner.wide .sub-title{margin-bottom:14px;letter-spacing:0.055em;}.hero-banner.wide .title + .sub-title{margin-top:12px;}.hero-banner.text-wide .text-container{padding-left:50px;padding-right:50px;}.hero-banner.text-wide .text-block{max-width:780px;width:auto;}.text-section.heading-only{padding-top:41px;padding-bottom:46px;}.text-section.heading-only .text-container{max-width:900px;}.text-section .text-container{margin:0 auto;max-width:660px;}.text-section h2,.text-section h3{font-size:26px;line-height:42px;letter-spacing:1px;}.text-section .columns-list{display:table;table-layout:fixed;width:100%;}.text-section .columns-list .column{display:table-cell;vertical-align:middle;border-left:1px solid #fff;padding:10px 15px;}.text-section .columns-list .column:first-child{border-left:none;}.new-products-container .carousel,.categories-promotion-container .carousel{padding-right:115px;margin-bottom:40px;margin-left:-5px;margin-right:-25px;}.new-products-container .item,.categories-promotion-container .item{padding:0 25px 0 5px;}.new-products-container .item:before,.categories-promotion-container .item:before{content:"";position:absolute;top:50%;right:5px;transform:translateY(-50%);border-radius:50%;background:#cecece;width:10px;height:10px;}.new-products-container .slick-dots,.categories-promotion-container .slick-dots{display:none !important;}.grid-container{margin-top:-10px;margin-bottom:15px;}.grid-container > .grid-column{float:left;width:50%;}.grid-container > .grid-column.visual-column{width:49.5%;}.grid-container > .grid-column.grids-column{width:50.5%;}.grid-container > .grid-column .shadow-text{text-shadow:0 0 5px #000;}.grid-container > .grid-column .grid-box.large{width:calc(100% - 20px);}.grid-container .grid-box{margin:10px 10px;display:inline-block;vertical-align:top;text-align:center;}.grid-container .grid-box:not(.large){width:calc(50% - 20px);}.grid-container .grid-box:not(.large) .text-container{padding:5% 3%;}.grid-container .grid-box:not(.large) a:hover .view-link{color:#ad562d;}.grid-container .grid-box:not(.large) a:hover .view-link:after{color:#ad562d;}.grid-container .grid-box:not(.large) a:hover .image-container{transform:scale(1);}.grid-container .grid-box:not(.large) a:hover .image-container img{transform:scale(1.1);}.grid-container .grid-box.large a:hover .btn-transparent-white{background:#fff;color:#8ea0aa;}.grid-container .grid-box.large a:hover .btn-transparent-white:after{color:#8ea0aa;}.grid-container .grid-box.bottom-link .box-container{position:relative;min-height:200px;}.grid-container .grid-box.bottom-link h2{margin-bottom:5px;}.grid-container .grid-box.bottom-link .text-container{position:static;}.grid-container .grid-box.bottom-link .text-container > *{position:relative;z-index:3;}.grid-container .grid-box.bottom-link .view-link{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);max-width:90%;}.grid-container .grid-box .box-container .image-container{vertical-align:bottom;}.grid-container .grid-box .box-container .text-container{vertical-align:top;}.grid-container .image-container img{margin:0 auto;}.grid-container .image-container img.loaded{transition:transform 0.2s linear 0s;transform:scale(1);}.grid-container h2{letter-spacing:0.04em;font-size:13px;line-height:20px;margin-bottom:4px;}.grid-container .view-link{font-size:12px;}.grid-container .short-info{max-width:200px;line-height:29px;margin-bottom:0;}.columns-container{margin-left:-10px;margin-right:-10px;}.columns-container.two-columns .box{width:calc(50% - (20px));}.columns-container.three-columns .box{width:calc(33.333% - (20px));}.columns-container.no-bottom-indent{margin-bottom:-30px !important;}.columns-container .box{margin-left:10px;margin-right:10px;margin-bottom:30px;display:inline-block;vertical-align:top;}.location-section{border-radius:4px;}.location-section .right-image-container{width:40%;}.visual-box-section{margin-bottom:0;}.visual-box-container{margin:0 -16px;}.visual-box-container .visual-box{display:inline-block;vertical-align:top;margin:0 15px 30px;width:calc(50% - (30px));}.visual-box-container .text-container{padding:25px 25px 6%;}.visual-box-container .text-box{margin:0 auto;max-width:340px;}.visual-box-container h3{line-height:28px;letter-spacing:0.01em;}}@media only screen and (min-width:771px) and (max-width:979px){.grid-container .grid-box.large h2{font-size:26px;line-height:32px;}}@media only screen and (min-width:900px){.grid-container h2{font-size:16px;line-height:23px;}}@media only screen and (min-width:980px){.grid-container{margin-left:-15px;margin-right:-15px;}.grid-container > .grid-column .grid-box.large{width:calc(100% - 30px);}.grid-container .grid-box{margin:15px;}.grid-container .grid-box:not(.large){width:calc(50% - 30px);}.grid-container .view-link{font-size:14px;}.location-section .contacts-container-image{width:337px;}.location-section .contacts-container-image img{max-width:none;}.location-section .right-image-container > a{position:relative;height:100%;}.location-section .right-image-container > a:before{display:inline-block;vertical-align:middle;height:100%;width:1px;margin:0 0 0 -1px;content:'';}}@media only screen and (min-width:1024px){.grid-container > .grid-box:not(.large){width:calc(25% - 30px);}.columns-container{margin-left:-15px;margin-right:-15px;}.columns-container.two-columns .box{width:calc(50% - (30px));}.columns-container.three-columns .box{width:calc(33.333% - (30px));}.columns-container .box{margin-left:15px;margin-right:15px;}}@media only screen and (min-width:1140px){.grid-container .grid-box:not(.large) .text-container{padding:9% 3%;}.grid-container .grid-box.large .text-container{padding:15.7% 21px;}.grid-container .heading-decor{margin:7px 0 24px;}.location-section .right-image-container{width:46.5%;}.location-section .text-block{padding-left:9%;}}@media only screen and (min-width:1240px){.grid-container h2{font-size:24px;line-height:34px;margin-bottom:0;}}@media only screen and (min-width:1376px){.hero-banner.wide{margin-left:-30px;margin-right:-30px;}}@media only screen and (min-width:771px){.col2-right-layout .col-left,.col2-left-layout .col-left{width:255px;}}@media only screen and (max-width:770px){.col2-right-layout .col-left.col-left-first,.col2-left-layout .col-left.col-left-first{margin-bottom:30px;}}@media only screen and (min-width:771px){.col2-right-layout .col-right,.col2-left-layout .col-right{width:255px;}}@media only screen and (min-width:771px){.col2-right-layout .col-main,.col2-left-layout .col-main{width:calc(100% - 255px);}}@media only screen and (min-width:771px){.col2-right-layout .col-right{padding-left:15px;}}@media only screen and (min-width:771px){.col2-right-layout .col-main{padding-right:15px;}}@media only screen and (min-width:771px){.col2-left-layout .col-left{padding-right:15px;}}@media only screen and (min-width:771px){.col2-left-layout .col-main{padding-left:15px;}}.categorylandingMainblock{border:1px solid #e2e2e2;padding:7px;}.catblocks{float:left;padding:0 0 20px 0;width:100%;}.catblocks li{position:relative;float:left !important;width:23% !important;margin-right:2.66667% !important;margin-bottom:10px;border:1px solid #ccc;padding:10px;}.catblocks li:hover{border-color:#39c;}@media only screen and (max-width:770px){.catblocks li{width:49% !important;margin-right:2% !important;}.catblocks li:nth-child(even){margin-right:0 !important;}}@media only screen and (max-width:479px){.catblocks li{width:100% !important;margin-right:0 !important;float:none;}}.catblocks li:last-child{margin-right:0 !important;}.catblocks li img{width:100%;max-width:100%;}.catblocks li a span{color:#fff;position:absolute;background-color:#7b7c7b;font-family:raleway;font-size:17px;font-weight:bold;text-transform:uppercase;text-align:center;bottom:0px;left:0px;width:100%;padding:5px 10px;margin-right:10px;}.catblocklinks a{color:#fff;text-decoration:none;}.catlandingbottomPromoblock{float:left;width:100%;border:1px solid #e2e2e2;margin-bottom:100px;}.catalog-category-view div.categoryland-caption{display:block;margin:0;position:absolute;color:#000;font-size:30px;font-weight:500;line-height:36px;text-align:center;}.catalog-category-view div.categoryland-caption span.blue-big-text{color:#39c;font-size:50px;font-weight:800;padding:0 0 0 8px;}.catalog-category-view div.categoryland-caption span.blue-big-text{padding:0 !important;}.catalog-category-view div.categoryland-caption span.three-dots{background:url(https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/bg_threeDots.png) no-repeat center center;display:block;height:20px;}.catalog-category-view div.categoryland-caption p.desc{font:italic 18px/28px Georgia, "Times New Roman", Times, serif;color:#656565;}.catalogsearch-result-index .two-columns-left .col-main,.catalog-category-view .two-columns-left .col-main,.catalogsearch-result-index .two-columns-right .col-main,.catalog-category-view .two-columns-right .col-main{width:80.167%;}.catalogsearch-result-index .two-columns-left .col-left,.catalog-category-view .two-columns-left .col-left,.catalogsearch-result-index .two-columns-right .col-left,.catalog-category-view .two-columns-right .col-left{width:19%;}@media only screen and (max-width:1000px){.catalogsearch-result-index .two-columns-left .col-main,.catalog-category-view .two-columns-left .col-main,.catalogsearch-result-index .two-columns-right .col-main,.catalog-category-view .two-columns-right .col-main{width:78.167%;}.catalogsearch-result-index .two-columns-left .col-left,.catalog-category-view .two-columns-left .col-left,.catalogsearch-result-index .two-columns-right .col-left,.catalog-category-view .two-columns-right .col-left{width:21%;}}@media only screen and (max-width:770px){.catalogsearch-result-index .two-columns-left .col-main,.catalog-category-view .two-columns-left .col-main,.catalogsearch-result-index .two-columns-right .col-main,.catalog-category-view .two-columns-right .col-main{width:auto;}}.catalog-category-view .messages{display:none;}.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover{text-decoration:underline;color:#1189c5;}.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,.catalog-category-view div.categoryland-caption span.blue-big-text{color:#39c;font-size:50px;font-weight:800;padding:0 0 0 8px;}.catalog-category-view div.categoryland-caption span.blue-big-text{padding:0 !important;}.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,.catalog-category-view div.categoryland-caption span.three-dots{background:url(https://www.langantiques.com/skin/frontend/langantiques/cadetblue/images/bg_threeDots.png) no-repeat center center;display:block;height:20px;}.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,.catalog-category-view div.categoryland-caption p.desc{font:italic 18px/28px Georgia, "Times New Roman", Times, serif;color:#656565;}.catalogsearch-result-index .note-msg{padding:10px 15px 0;font-size:15px;font-family:'Vollkorn', Georgia, Times, "Times New Roman", serif;}.category-top-banner{position:relative;}@media only screen and (max-width:770px){.category-top-banner{margin:0 0 30px;color:#4a4a4a;}.category-top-banner h1{color:#688493;}.category-top-banner p{text-align:center;letter-spacing:0.03em;font-size:15px;line-height:29px;font-weight:normal;text-transform:none;}}@media only screen and (max-width:979px){.category-top-banner .image-container{text-align:center;display:none;}.category-top-banner .image-container + .text-container{margin:0;}}@media only screen and (max-width:979px){.category-top-banner .image-container .image-box{margin:0 -600px;text-align:center;}}@media only screen and (max-width:979px){.category-top-banner .image-container .image-box-wrapper{max-width:1280px;display:inline-block;vertical-align:top;}}.category-top-banner .image-container img{max-width:100%;height:auto;}@media only screen and (min-width:980px){.category-top-banner .image-container img{width:100%;height:auto;max-width:none;}}@media only screen and (max-width:770px){.category-top-banner .text-container{padding:0;}}.category-top-banner .text-container p{text-align:inherit !important;}.page-title-block{margin:0 0 30px;text-align:center;letter-spacing:0.03em;font-size:15px;line-height:29px;}.page-title-block h1{color:#688493;}.page-title-block p{text-align:inherit !important;margin:0;}.archive-cover{margin:0 auto;max-width:400px;padding:10px 0 0;}@media only screen and (min-width:771px){.archive-cover{padding-top:20px;}}.archive-cover .input-text{width:100%;}.category-products .amlabel-txt2,.product-img-box .amlabel-txt2{z-index:1;}.product-cart-image .amlabel-div{font-family:'Source Sans Pro', "Helvetica Neue", Verdana, Arial, sans-serif;}.mini-products-list .amlabel-div{float:left;}.mini-products-list .amlabel-div .amlabel-txt2{width:45px !important;height:25px !important;padding:6px 0 0 6px !important;}.mini-products-list .amlabel-div .amlabel-txt{font-size:10px !important;line-height:12px !important;font-weight:normal !important;}
/* Preload images */
body:after {
  content: url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/close.png') url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/loading.gif') url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/prev.png') url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/next.png');
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/loading.gif') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('https://www.langantiques.com/skin/frontend/langantiques/default/lib/lightbox/close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.aw-sociable_services_thumbnail {
    max-width: 32px;
}

.aw-sociable_services_link {
    text-decoration: none;
}

.aw-sociable_services_link img {
    border: none;
}

.aw-sociable_services {
    padding: 5px;
    text-align: left;
    margin: 0 0 10px;
}

.aw-sociable_services.aw-sociable_services-right-side-bar,
.aw-sociable_services.aw-sociable_services-left-side-bar {
    border-width: 0 0 1px;
    padding: 20px;
}

.aw-sociable_services.aw-sociable_services-right-side-bar .aw-sociable_services_thumbnail,
.aw-sociable_services.aw-sociable_services-left-side-bar .aw-sociable_services_thumbnail {
    padding: 5px;
}

.aw-sociable_services.aw-sociable_services-content {
    clear: both;
    position: relative;
    margin: 10px 0;
}

.aw-sociable_services.aw-sociable_services-product-page {
    clear: both;
    position: relative;
    margin: 10px 0;
    border: none;
}

.aw-sociable_services .aw-sociable_services-list li {
    display: inline-block;
    padding: 2px 1px;
    vertical-align: top;
}

.aw-sociable_services ul.aw-sociable_services-list {
    width: 100%;
    float: none;
}

/*fix for Google Button*/
.aw-sociable_services_link-Google1 div {
    padding-top: 3px !important;
}

.aw-sociable_services div.g-plusone {
    display: none;
}
/* recomment for fix issues on mobile devices
@media only screen and (max-device-width: 770px) {
    .amlabel-txt {
        font-size: 70%;
        line-height: 1.1;
    }
}
*/

.amlabel-div {
    position: relative;
}

.amlabel-div .amlabel-txt {
    line-height: 11px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    letter-spacing: 0.01px;
    text-decoration: none;
    color: #fff;
}

.amlabel-div a {
    text-decoration: none;
    position: relative;
}

.amlabel-table {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.amlabel-table td {
    vertical-align: middle;
    text-align: center;
    border: 0;
    height: auto;
}

.top-center {
    top     : 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    background-position-x: center !important;
}

.middle-left {
    left : 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.middle-right {
    right: 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
    background-position-x: right !important;
    text-align: right;
}

.bottom-center {
    bottom: 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    background-position-x: center !important;
}

.middle-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    background-position-x: center !important;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
    background-position-x: right !important;
    text-align: right;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
    background-position-x: right !important;
    text-align: right;
}

.products-list .amlabel-div {
    float: left;
}

* html .amlabel-div {
    float: left;
}

* html .amlabel-div a {
    position: relative;
}

@media (max-width: 930px) {
    .amlabel-table {
        display: none;
    }
}

.amlabel-table2 {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.amlabel-txt2 {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    position: absolute;
    z-index: 7000;
}

.wrapper .page-header .page-header-container {
    z-index: 7100;
}

/**
 * Magmodules.eu
 * http://www.magmodules.eu
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category    Magmodules
 * @package     Magmodules_Snippets
 * @author      Magmodules <info@magmodules.eu)
 * @copyright   Copyright (c) 2014 (http://www.magmodules.eu)
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.snippets {
	border: 1px solid #e4e4e4;
	margin: 0px 0;
	overflow:auto;
}

.snippets p {
	margin-bottom:0
}

.snippets .product-name {
	font-weight:700
}

.snippets .prod-thumb {
	float:left;
	padding:8px
}

.snippets img {
	display:block;
	margin: 0px;
}

.snippets .content {
	padding:5px
}

.snippets .content i {
	font-style: initial;
}

.snippets .rating-box {
	float: right;
	margin-bottom:5px;
}

.snippets-footer {
	margin-top:-5px;
	color:#666;
	font-style:normal
}

.snippets-fields {
	font-size:x-small;
}

.snippets-fields ul {
	display:inline
}

.snippets-fields li {
	display:inline;
	color: #5d5d5d;
	background:none!important;
	padding-left:0!important;
	font-size: 13px;
	float: left;
	margin: 0px!important;
}

.snippets-fields li + li::before {
	content:"- "
}

.snippets-sidebar .rating-box {
	margin-right:5px;
	margin-top:5px;
	float: left;
	width: 73px;
	position: absolute;
	height:15px;
	font-size:0;
	background:url(https://www.langantiques.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
	background-size:15px;
	text-indent:-999em;
	overflow:hidden;
}

.snippets-sidebar .rating {
	float:left;
	height:13px;
	background:url(https://www.langantiques.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif)repeat-x;
	background-position-y:100%;
	background-size:15px
}
.oro-ajax-loader-back {background-color: #000000; height: 100%; left: 0; opacity: 0.7;filter:alpha(opacity=70); position: fixed; top: 0; width: 100%; z-index: 1000; }
.oro-ajax-loader-image {background-image: url("https://www.langantiques.com/skin/frontend/langantiques/default/oro/images/loader.gif"); height: 11px; left: 50%; margin-left: -22px; margin-top: -6px; position: fixed; top: 47%; width: 43px; z-index: 1001; }
.oro-ajax-loader-title {color: #FFFFFF; font-size: 16px; height: 20px; position: fixed; text-align: center; top: 49%; width: 100%; z-index: 1001;}
.block.itoris_laynav {border:0;padding:0; }
.block.itoris_laynav .block-title {border:0;padding:0;}
.itoris_laynav .block-title {background: url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/title-bg.png) no-repeat scroll left center transparent !important;}
.itoris_laynav .block-title div {background: url("https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/title-bg-right.png") no-repeat scroll right center transparent; height:20px;padding:3px 6px; }
.itoris_laynav .block-title strong {color:white; font-size:12px; line-height:17px;}
/*.itoris_laynav .block-subtitle {color: #333333; font-size: 12px; font-weight: bold; margin: 0; height:25px;  padding:0;background:url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/subtitle-bg.png) no-repeat scroll left center transparent;}*/
/*.itoris_laynav .block-subtitle div {padding: 4px 6px 5px;background:url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/subtitle-bg-right.png) no-repeat scroll right 0 transparent; height:15px;line-height: 15px;}*/

/*.itoris_laynav .block-subtitle button {background:url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/subtitle-button-bg-right.png) no-repeat scroll right center transparent; border:0;float: right;padding-right:7px;}*/
/*.itoris_laynav .block-subtitle button:active{position:relative; top:1px; left:1px;}*/
/*.itoris_laynav .block-subtitle button span {background:url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/subtitle-button-bg.png) no-repeat scroll left center transparent;border:0;font-size:11px; line-height:16px; height:16px;padding:0;}*/
/*.itoris_laynav .block-subtitle button span span{background: none;margin:0;padding-left:7px;}*/

.itoris_laynav .block-content {background-color: #f0f0f0;}
.itoris_laynav .block-content dt,
.itoris_laynav .block-content dd {padding:0 10px;}
.itoris_laynav .block-content dt {padding-left:27px;border-top:1px solid #d8dadc;padding-top:1px;cursor: pointer;}
.itoris_laynav .block-content dd {margin-bottom:5px;}
.itoris_laynav .block-content dt.ln-opened{background:url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/open-filter-icon.png) no-repeat scroll 11px 5px transparent;}
.itoris_laynav .block-content dt.ln-closed{background:url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/closed-filter-icon.png) no-repeat scroll 11px 5px transparent;}
.itoris_laynav .block-content dd .ln-tree .ln-tree{margin-left:15px;}

.itoris_laynav .price-range .scale {background: #6985a1;height:2px;}
.itoris_laynav .price-range .control {height:5px;position: relative;padding:13px 5px 5px 5px;}
.itoris_laynav .price-range .pointer {height:13px; width:11px;position: absolute;top:5px;left:0px;background: url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/pointer.png)}
.itoris_laynav .price-range .range {height:8px; position:absolute; top:5px; left:0px; width:100%; background: #d1e4f3;}

.itoris_laynav .clear-filter-button{background:url(https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/clear-filter-button.png); width:9px; height:9px; float:right; border:0;margin-top:4px;cursor:pointer;outline: none;}
.itoris_laynav .clear-filter-button:active{position:relative; top:1px; left:1px;}

.ln-loader-back {background-color: #000000; height: 100%; left: 0; opacity: 0.7;filter:alpha(opacity=70); position: fixed; top: 0; width: 100%; z-index: 1000; }
.ln-loader-image {background-image: url("https://www.langantiques.com/skin/frontend/langantiques/default/itoris/layerednavigation/images/loader.gif"); height: 11px; left: 50%; margin-left: -22px; margin-top: -6px; position: fixed; top: 47%; width: 43px; z-index: 1001; }
.ln-loader-title {color: #FFFFFF; font-size: 16px; height: 20px; position: fixed; text-align: center; top: 49%; width: 100%; z-index: 1001;}
