@charset "UTF-8";
/* reset */
/* main variables */
.pop-bg {
  position: absolute;
  display: none;
  z-index: 4;
  top: 45px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 45px);
  height: -moz-calc(100% - 45px);
  height: calc(100% - 45px);
  background-color: rgba(104, 102, 100, 0.5); }

.slick-slide:focus {
  outline: 0; }

.oval-arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 30px;
  margin: auto;
  padding: 0;
  border: 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  color: #4360AE; }
  .oval-arrow:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid; }
  .oval-arrow.oval-prev {
    left: 5px; }
    .oval-arrow.oval-prev:after {
      right: 2px;
      border-width: 7.5px 6px 7.5px 0;
      border-color: transparent #59647c transparent transparent; }
  .oval-arrow.oval-next {
    right: 5px; }
    .oval-arrow.oval-next:after {
      left: 2px;
      border-width: 7.5px 0 7.5px 6px;
      border-color: transparent transparent transparent #59647c; }

.half-circle-arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 0;
  background-color: transparent;
  color: #4360AE;
  padding: 0; }
  .half-circle-arrow:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 30px;
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
    background: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); }
  .half-circle-arrow:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid; }
  .half-circle-arrow.half-circle-prev {
    left: 0; }
    .half-circle-arrow.half-circle-prev:before {
      -webkit-border-radius: 100px 0 0 100px;
         -moz-border-radius: 100px 0 0 100px;
              border-radius: 100px 0 0 100px; }
    .half-circle-arrow.half-circle-prev:after {
      border-width: 6px 11px 6px 0;
      border-color: transparent #fff transparent transparent; }
  .half-circle-arrow.half-circle-next {
    right: 0; }
    .half-circle-arrow.half-circle-next:before {
      -webkit-border-radius: 0 100px 100px 0;
         -moz-border-radius: 0 100px 100px 0;
              border-radius: 0 100px 100px 0; }
    .half-circle-arrow.half-circle-next:after {
      border-width: 6px 0 6px 11px;
      border-color: transparent transparent transparent #fff; }

.circle-gradient:before {
  position: absolute;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
  background: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91); }

.add-to-cart {
  font-weight: 700;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#b42b30), color-stop(50%, #af474e), color-stop(51%, #9f272e), to(#6c121e));
  background: -webkit-linear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: -moz- oldlinear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: -o-linear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: linear-gradient(to bottom, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  -webkit-box-shadow: 1px 1px 3px 0 #32465a;
     -moz-box-shadow: 1px 1px 3px 0 #32465a;
          box-shadow: 1px 1px 3px 0 #32465a; }
  .add-to-cart:hover {
    color: #fff;
    text-decoration: none; }

.blue-gradient {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4360ae), color-stop(50%, #5d74b3), color-stop(51%, #4360ae), to(#4360ae));
  background-image: -webkit-linear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
  background-image: -moz- oldlinear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
  background-image: -o-linear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
  background-image: linear-gradient(to bottom, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.blue-gradient-button {
  font-weight: 700;
  -webkit-box-shadow: 1px 2px 1px 0 #32465a;
     -moz-box-shadow: 1px 2px 1px 0 #32465a;
          box-shadow: 1px 2px 1px 0 #32465a;
  background: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
  background: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91); }
  .blue-gradient-button:hover {
    color: #fff;
    text-decoration: none; }

.orange-button {
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 1px 3px 6px -2px #32465a;
     -moz-box-shadow: 1px 3px 6px -2px #32465a;
          box-shadow: 1px 3px 6px -2px #32465a;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe7e05), color-stop(50%, #f39547), color-stop(51%, #eb6a00), to(#dd5c00));
  background: -webkit-linear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background: -moz- oldlinear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background: -o-linear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background: linear-gradient(to bottom, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  text-shadow: 1px 1px 2px #32465a; }
  .orange-button:hover {
    color: #fff; }

.orange-button-arrow {
  position: relative;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: #fff;
  font-size: 14px;
  padding: 6px;
  font-weight: 700;
  border: 0;
  letter-spacing: 0;
  text-shadow: 1px 1px 2px #32465a;
  -webkit-box-shadow: 1px 3px 6px -2px #32465a;
     -moz-box-shadow: 1px 3px 6px -2px #32465a;
          box-shadow: 1px 3px 6px -2px #32465a;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe7e05), color-stop(50%, #f39547), color-stop(51%, #eb6a00), to(#dd5c00));
  background: -webkit-linear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background: -moz- oldlinear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background: -o-linear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background: linear-gradient(to bottom, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00); }
  .orange-button-arrow span {
    position: relative;
    padding-right: 15px;
    padding-bottom: 2px; }
    .orange-button-arrow span:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #ffffff; }
  .orange-button-arrow:hover {
    color: #fff;
    text-decoration: none; }

.modal-question-link {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: -2px; }
  .modal-question-link:before {
    content: '?';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    text-align: center;
    font-size: 10px;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px #32465a;
       -moz-box-shadow: 0 1px 2px #32465a;
            box-shadow: 0 1px 2px #32465a; }

.page-ul {
  padding-left: 20px; }
  .page-ul.two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .page-ul > li {
    list-style-type: disc;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #474441; }
    .page-ul > li > a {
      text-decoration: underline; }

.page-ol {
  padding-left: 20px; }
  .page-ol > li {
    list-style-type: decimal;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #474441; }
    .page-ol > li > a {
      text-decoration: underline; }

.table-wrapper {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 3px; }
  .table-wrapper:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0aab5), to(#f6f7f9));
    background-image: -webkit-linear-gradient(top, #a0aab5 0%, #f6f7f9 100%);
    background-image: -moz- oldlinear-gradient(top, #a0aab5 0%, #f6f7f9 100%);
    background-image: -o-linear-gradient(top, #a0aab5 0%, #f6f7f9 100%);
    background-image: linear-gradient(to bottom, #a0aab5 0%, #f6f7f9 100%);
    background-repeat: repeat-x;
    background-position: top left;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto; }
  .table-wrapper table {
    margin-bottom: 0; }
    .table-wrapper table th,
    .table-wrapper table td {
      vertical-align: middle;
      text-align: center;
      padding: 5px;
      color: #32465a;
      border: 1px solid #92A5BE; }
      .table-wrapper table th.wo-border,
      .table-wrapper table td.wo-border {
        border: none; }
      .table-wrapper table th.wo-bg,
      .table-wrapper table td.wo-bg {
        background: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        color: #32465A; }
    .table-wrapper table th {
      font-size: 12px;
      color: #fff;
      line-height: 1.3;
      border-right: 1px solid #3F526A;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#94a7be), to(#6680a0));
      background-image: -webkit-linear-gradient(top, #94a7be 0%, #6680a0 100%);
      background-image: -moz- oldlinear-gradient(top, #94a7be 0%, #6680a0 100%);
      background-image: -o-linear-gradient(top, #94a7be 0%, #6680a0 100%);
      background-image: linear-gradient(to bottom, #94a7be 0%, #6680a0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94a7be', endColorstr='#6680a0', GradientType=0 );
      -webkit-box-shadow: 0 2px 1px -1px #32465a;
         -moz-box-shadow: 0 2px 1px -1px #32465a;
              box-shadow: 0 2px 1px -1px #32465a; }
    .table-wrapper table td {
      font-size: 10px;
      line-height: 1.5; }

ul.linkList {
  line-height: 12px;
  padding-left: 0; }
  ul.linkList > li {
    line-height: 16px;
    list-style: none;
    padding-bottom: 0; }
    ul.linkList > li:not(:last-of-type) {
      margin-bottom: 8px !important; }
    ul.linkList > li > a {
      text-decoration: underline; }

.side-menu {
  padding: 9px 10px 19px; }
  .side-menu__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 18px;
    color: #686664; }
  .side-menu__block:not(:last-of-type) {
    margin-bottom: 16px; }
  .side-menu__subtitle {
    font-size: 12px;
    margin-bottom: 6px; }
  .side-menu > ul > li {
    font-size: 14px;
    font-weight: 300;
    color: #474441;
    line-height: 18px; }
    .side-menu > ul > li:not(:last-of-type) {
      margin-bottom: 6px; }
    .side-menu > ul > li > a {
      font-size: 14px;
      font-weight: 300; }

.side-menu-gradients {
  border-top: 1px solid #e5e3e1; }
  .side-menu-gradients.bottom-shadow {
    border-bottom: 1px solid #e5e3e1; }
  .side-menu-gradients.turquoise {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eff5fc), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(75%, #e7edf3), color-stop(76%, #b5c1d0), to(white));
    background-image: -webkit-linear-gradient(top, #eff5fc 0%, white 100%), -webkit-linear-gradient(top, white, #e7edf3 75%, #b5c1d0 76%, white);
    background-image: -moz- oldlinear-gradient(top, #eff5fc 0%, white 100%), -moz- oldlinear-gradient(top, white, #e7edf3 75%, #b5c1d0 76%, white);
    background-image: -o-linear-gradient(top, #eff5fc 0%, white 100%), -o-linear-gradient(top, white, #e7edf3 75%, #b5c1d0 76%, white);
    background-image: linear-gradient(to bottom, #eff5fc 0%, white 100%), linear-gradient(top, white, #e7edf3 75%, #b5c1d0 76%, white);
    -webkit-background-size: 12% 85%, 100% 20px;
       -moz-background-size: 12% 85%, 100% 20px;
            background-size: 12% 85%, 100% 20px;
    background-position: top left, bottom left;
    background-repeat: repeat-x, repeat-x; }

.top-categories > li {
  font-size: 14px;
  font-weight: 300;
  color: #32465a;
  line-height: 18px; }
  .top-categories > li:not(:last-of-type) {
    margin-bottom: 6px; }
  .top-categories > li > a {
    font-size: 14px;
    font-weight: 300; }

.service-page__title {
  font-family: "cronos-pro-display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #686664; }

.service-page-block {
  padding: 10px;
  border-top: 1px solid #e5e3e1; }
  .service-page-block__title {
    margin-bottom: 10px; }
    .service-page-block__title a {
      font-size: 16px;
      font-weight: 700;
      line-height: 18px; }
  .service-page-block__list > li:not(:last-of-type) {
    margin-bottom: 10px; }
  .service-page-block__list > li > a {
    font-size: 14px;
    font-weight: 300;
    line-height: 12px; }
    .service-page-block__list > li > a.active {
      font-weight: 700; }

.service-page__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #474441; }

.service-page__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #474441; }

.shop-by-theme {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px; }
  .shop-by-theme:hover {
    text-decoration: underline; }

.triangle-in-circle {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 0; }
  .triangle-in-circle:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
    background: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    -webkit-box-shadow: 0 1px 2px #32465a;
       -moz-box-shadow: 0 1px 2px #32465a;
            box-shadow: 0 1px 2px #32465a; }
  .triangle-in-circle:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid; }
  .triangle-in-circle.right:after {
    left: 2px;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #ffffff; }
  .triangle-in-circle.left:after {
    right: 2px;
    border-width: 4px 7px 4px 0;
    border-color: transparent #fff transparent transparent; }
  .triangle-in-circle.up:after {
    bottom: 2px;
    border-width: 0 4px 7px 4px;
    border-color: transparent transparent #ffffff transparent; }
  .triangle-in-circle.down:after {
    top: 2px;
    border-width: 7px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent; }

.link {
  font-size: 12px;
  font-weight: 300; }
  .link:hover {
    text-decoration: underline; }

.blue-button {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
  background: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 #32465a;
     -moz-box-shadow: 1px 1px 3px 0 #32465a;
          box-shadow: 1px 1px 3px 0 #32465a;
  border: 0;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #32465a; }
  .blue-button:hover {
    color: #fff;
    text-decoration: none; }
  .blue-button:focus {
    color: #fff !important; }
  .blue-button.big {
    padding: 6px 10px;
    font-size: 14px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px; }
  .blue-button.small {
    padding: 3px 7px;
    font-size: 9px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px; }

.red-button {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#b42b30), color-stop(50%, #af474e), color-stop(51%, #9f272e), to(#6c121e));
  background: -webkit-linear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: -moz- oldlinear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: -o-linear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: linear-gradient(to bottom, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 #32465a;
     -moz-box-shadow: 1px 1px 3px 0 #32465a;
          box-shadow: 1px 1px 3px 0 #32465a;
  border: 0;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #32465a; }
  .red-button:hover {
    color: #fff;
    text-decoration: none; }
  .red-button.big {
    padding: 6px 10px;
    font-size: 14px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px; }
  .red-button.medium {
    padding: 7px 6px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 14px; }
  .red-button.small {
    padding: 3px 7px;
    font-size: 9px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px; }

.error-message {
  border: 1px solid #32465A;
  padding: 6px 8px 11px;
  font-size: 12px;
  line-height: 1.5;
  color: #600 !important;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important; }
  .error-message h4 {
    color: #600;
    font-weight: 400; }
  .error-message p {
    color: #600; }
  .error-message ul li {
    list-style: disc inside none;
    margin-left: 3px;
    color: #600;
    line-height: 1.5; }
    .error-message ul li:not(:last-of-type) {
      margin-bottom: 0; }

.red-color {
  color: #600; }
  .red-color:hover {
    color: #600; }

.white-color {
  color: #fff; }
  .white-color:hover {
    color: #fff; }

.validation-error {
  font-size: 10px;
  color: #600; }

hr {
  border-color: #e5e3e1; }

hr.white {
  border-color: #fff; }

hr.grey {
  border-color: #eeedee; }

.form-block {
  width: 100%; }
  .form-block.last {
    background-color: #EAEDF0;
    border-bottom: 2px solid #32465A; }
  .form-block.disabled .form-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(122, 146, 214, 0.4)), to(rgba(67, 95, 174, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(122, 146, 214, 0.4) 0%, rgba(67, 95, 174, 0.4) 100%);
    background-image: -moz- oldlinear-gradient(top, rgba(122, 146, 214, 0.4) 0%, rgba(67, 95, 174, 0.4) 100%);
    background-image: -o-linear-gradient(top, rgba(122, 146, 214, 0.4) 0%, rgba(67, 95, 174, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(122, 146, 214, 0.4) 0%, rgba(67, 95, 174, 0.4) 100%);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  .form-block.disabled .form-body {
    display: none; }
  .form-block.enabled .form-body {
    display: none; }

.form-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a92d6), to(#435fae));
  background-image: -webkit-linear-gradient(top, #7a92d6 0%, #435fae 100%);
  background-image: -moz- oldlinear-gradient(top, #7a92d6 0%, #435fae 100%);
  background-image: -o-linear-gradient(top, #7a92d6 0%, #435fae 100%);
  background-image: linear-gradient(to bottom, #7a92d6 0%, #435fae 100%);
  padding-right: 5px;
  -webkit-box-shadow: 0 2px 1px -1px #32465a;
     -moz-box-shadow: 0 2px 1px -1px #32465a;
          box-shadow: 0 2px 1px -1px #32465a; }

.form-icon {
  position: relative;
  width: 25px;
  height: 25px; }
  .form-icon:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: center; }
  .form-icon.block:before {
    width: 12px;
    height: 11px;
    background-image: url("../img/icons/icon-securelock.png"); }
  .form-icon.check:before {
    width: 16px;
    height: 15px;
    background-image: url("../img/icons/icon-check.png"); }
  .form-icon.check ~ .form-button.edit {
    display: block;
    color: #fff !important; }

.form-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700; }

.form-button {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  border: 0;
  color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-shadow: 1px 1px 2px #32465a; }
  .form-button.edit {
    display: none;
    -webkit-box-shadow: 1px 3px 6px -2px #32465a;
       -moz-box-shadow: 1px 3px 6px -2px #32465a;
            box-shadow: 1px 3px 6px -2px #32465a;
    padding: 3px 5px 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2c0d0), color-stop(50%, #d6dce4), color-stop(51%, #cad2dc), to(#c6ced9));
    background-image: -webkit-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -moz- oldlinear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -o-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: linear-gradient(to bottom, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%); }
  .form-button.continue {
    letter-spacing: 0.4px;
    font-size: 14px;
    padding: 4px 6px; }
  .form-button.disabled {
    letter-spacing: 0.4px; }

.form-body {
  padding: 3px 12px 12px;
  background-color: #EAEDF0; }
  .form-body.completedInfo p {
    word-break: break-all; }
  .form-body .heading2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #32465A;
    margin-bottom: 7px; }

.form-legend {
  font-size: 12px;
  font-weight: 700;
  color: #32465A;
  padding: 0; }

.form-radio {
  margin-top: 0; }

.form-label {
  font-size: 12px;
  font-weight: 400;
  color: #32465A;
  line-height: 1.3;
  padding: 1px 3px; }
  .form-label.checkbox {
    font-size: 10px; }
  .form-label a {
    text-decoration: underline; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .form-row.disabled {
    opacity: .5; }

.form-input {
  height: 21px;
  padding: 1px 3px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000; }
  .form-input.address {
    background-image: url("../img/icons/place-icon.png");
    background-repeat: no-repeat;
    background-position: 99% center;
    -webkit-background-size: auto auto;
       -moz-background-size: auto;
            background-size: auto; }
  .form-input.cvv-input {
    width: 50px; }

.form-forgot {
  font-size: 11px;
  font-weight: 400; }
  .form-forgot a {
    text-decoration: underline; }

.form-or {
  position: relative;
  height: 30px; }
  .form-or:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #a8afb8; }
  .form-or:after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: auto;
    background-color: #EAEDF0; }
  .form-or span {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 6px -2px #32465a;
       -moz-box-shadow: 1px 3px 6px -2px #32465a;
            box-shadow: 1px 3px 6px -2px #32465a;
    font-size: 9px;
    font-weight: 700;
    color: #32465A;
    margin: auto; }

.form-social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-social-buttons button:not(.btn) {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 182px;
    height: 48px !important;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 5px;
    background-color: #fff;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0px 2px 2.5px 0 rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0px 2px 2.5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 2.5px 0 rgba(0, 0, 0, 0.5); }
    .form-social-buttons button:not(.btn):before {
      content: '';
      display: block;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover; }
    .form-social-buttons button:not(.btn):after {
      white-space: nowrap; }
    .form-social-buttons button:not(.btn):hover {
      text-decoration: none; }
    .form-social-buttons button:not(.btn)[title="Facebook"]:before {
      width: 28px;
      height: 28px;
      background-image: url("../img/icons/facebook-icon.svg"); }
    .form-social-buttons button:not(.btn)[title="Facebook"]:after {
      content: 'Log In with Facebook'; }
    .form-social-buttons button:not(.btn)[title="Google"]:before {
      width: 23px;
      height: 24px;
      background-image: url("../img/icons/google-icon.svg"); }
    .form-social-buttons button:not(.btn)[title="Google"]:after {
      content: 'Log In with Google'; }
    .form-social-buttons button:not(.btn) div {
      display: none !important; }

.form-select {
  width: 170px;
  height: 22px;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000;
  background-position: right 5px center; }
  .form-select.mid {
    width: 90px; }
  .form-select.small {
    width: 50px; }

.form-top-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-top: 3px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-top-links {
      display: block;
      overflow: hidden; } }
  .form-top-links a:not(:last-of-type) {
    margin-right: 10px; }
  .form-top-links span {
    margin-left: 0;
    margin-right: 7px; }

.form-divider {
  width: 100%;
  height: 1px;
  background-color: #32465A; }

.form-modal-shipping {
  position: relative;
  padding-left: 37px; }
  .form-modal-shipping:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 11px;
    background-image: url("../img/icons/orange-truck-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    margin: auto; }

.form-payment {
  position: relative;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
          background-size: auto 100%; }
  .form-payment.visa {
    width: 218px;
    background-image: url("../img/payment/visa-mastercard-payment.png"); }
    .form-payment.visa.small {
      width: 178px;
      height: 28px; }
  .form-payment.paypal {
    width: 50px;
    background-image: url("../img/payment/paypal-payment.png"); }

.form-modal-link {
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline; }

.form-submit {
  position: relative;
  width: 250px;
  height: 35px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  border: 0;
  color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 0 15px 4px 0;
  -webkit-box-shadow: 1px 1px 3px 0 #32465a;
     -moz-box-shadow: 1px 1px 3px 0 #32465a;
          box-shadow: 1px 1px 3px 0 #32465a;
  background: -webkit-gradient(linear, left top, left bottom, from(#b42b30), color-stop(50%, #af474e), color-stop(51%, #9f272e), to(#6c121e));
  background: -webkit-linear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: -moz- oldlinear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: -o-linear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background: linear-gradient(to bottom, #b42b30, #af474e 50%, #9f272e 51%, #6c121e); }
  .form-submit:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #fff; }
  .form-submit.disabled {
    letter-spacing: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2c0d0), color-stop(50%, #d6dce4), color-stop(51%, #cad2dc), to(#c6ced9));
    background-image: -webkit-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -moz- oldlinear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -o-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: linear-gradient(to bottom, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2c0d0', endColorstr='#c6ced9', GradientType=0 ); }

.form-check-label {
  margin-top: 3px; }

.checkout-bottom-checkbox {
  font-size: 12px;
  line-height: 14px; }

.register .form-social-buttons button[title="Facebook"]:after {
  content: "Register with Facebook"; }

.register .form-social-buttons button[title="Google"]:after {
  content: "Register with Google"; }

.page-404__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #32465A; }

.page-404__text-block {
  padding-bottom: 66px; }

.page-404__form {
  position: relative;
  width: 360px;
  border: solid 1px #707E8C; }

.page-404__input::-webkit-input-placeholder {
  color: #000; }

.page-404__input::-moz-placeholder {
  color: #000; }

.page-404__input::-ms-input-placeholder {
  color: #000; }

.page-404__input::placeholder {
  color: #000; }

.page-404__button {
  font-size: 0 !important; }

.contact-us__mm {
  font-size: 10px; }

.contact-us__three-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-us__three-columns .first-column {
    width: 230px;
    font-size: 12px;
    padding-top: 26px;
    padding-right: 12px;
    color: #32465a; }
  .contact-us__three-columns .second-column {
    width: 188px; }
    .contact-us__three-columns .second-column p {
      white-space: nowrap; }
  .contact-us__three-columns .third-column {
    width: 188px;
    padding-top: 26px;
    padding-left: 5px; }

.contact-us__two-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px; }
  .contact-us__two-columns label {
    width: 230px;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    color: #32465a; }
    .contact-us__two-columns label span {
      font-weight: 400;
      font-size: 10px; }
  .contact-us__two-columns input {
    padding: 2px 2px 2px 4px;
    font-size: 13px; }
    .contact-us__two-columns input.md {
      width: 152px; }
    .contact-us__two-columns input.sm {
      width: 115px; }
  .contact-us__two-columns select {
    width: 190px;
    border-color: #a9a9a9; }
  .contact-us__two-columns textarea {
    width: 223px;
    height: 94px;
    padding: 3px;
    resize: auto; }
  .contact-us__two-columns.checkbox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 230px; }
    .contact-us__two-columns.checkbox label {
      width: 215px;
      text-align: left;
      font-size: 10px;
      font-weight: 400;
      margin-left: 5px;
      line-height: 1.2; }

.error label {
  color: #600; }

.error input[type='text'],
.error input[type='tel'],
.error input[type='password'],
.error input[type='email'] {
  border-color: #600; }

.welDesc {
  margin-top: 10px; }
  .welDesc h2 {
    font-size: 12px;
    margin-bottom: 5px; }
  .welDesc p {
    font-size: 10px; }
  .welDesc a {
    text-decoration: none; }
    .welDesc a:hover {
      text-decoration: underline; }
  .welDesc dt span {
    top: -6px !important; }
  .welDesc img {
    max-width: 100%; }
  .welDesc dd {
    color: #474441; }

/*SEO FAQ TEST*/
.FAQtab input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.FAQheadline {
  font-size: 13.7px !important; }

/* Accordion styles */
.FAQtab {
  width: 100%;
  color: #32465A; }

.FAQtab-label {
  display: block;
  padding: 10px 10px 10px 0;
  background: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #E5E3E1; }

.FAQtab-label h2 {
  margin-bottom: 0px; }

/* Icon */
.FAQtab-label:hover {
  background: #ffffff; }

.FAQtab-label::after {
  content: "+";
  float: right;
  color: #E5E3E1;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  margin-top: -15px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.FAQtab-content {
  max-height: 0;
  overflow: hidden;
  padding: 10px 30px 0 0;
  color: #32465A;
  background: white;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.FAQtab-content p:last-child {
  margin-bottom: 0px; }

.FAQtab input:checked + .FAQtab-label::after {
  content: "-"; }

.FAQtab input:checked ~ .FAQtab-content {
  max-height: 100vh; }

.seo-block__see-more {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Tahoma", sans-serif;
  color: #456FC9;
  text-decoration: underline; }
  .seo-block__see-more.collapsed:before {
    content: 'See More'; }
  .seo-block__see-more.collapsed:after {
    float: right;
    margin-left: 5px;
    content: '∨'; }
  .seo-block__see-more:not(.collapsed):before {
    content: 'See Less'; }
  .seo-block__see-more:not(.collapsed):after {
    float: right;
    margin-left: 5px;
    content: '∧'; }
  .seo-block__see-more:hover {
    color: #456FC9; }

.pac-item {
  padding: 5px 0;
  font-size: 11px;
  line-height: 16px;
  cursor: pointer; }

.pac-item:hover,
.pac-item-selected {
  background-color: #F3F3F5; }

.pac-icon {
  display: block;
  float: left;
  margin: 3px 5px 5px; }

.pac-item-query {
  display: block;
  font-size: 12px;
  color: #4360AE; }

.container {
  position: relative; }

body {
  position: relative;
  height: auto !important;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  background-color: #E5E3E1;
  line-height: 1;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-width: 0;
  padding: 0;
  margin: 0; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #32465A;
  font-family: Arial, sans-serif;
  padding: 1em;
  letter-spacing: normal;
  font-size: 12px; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

td {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

form {
  padding: 0;
  margin: 0; }

a {
  color: #4360AE;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  cursor: pointer;
  font-weight: 300; }
  a:hover {
    color: #4360AE; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: ".";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Slider */
.slider-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 2; }

.slick-slider {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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-arrow.slick-hidden {
  display: none; }

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

.slide-image {
  min-height: 500px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: hidden; }

footer {
  margin-top: auto; }

.navbar-nav li:hover > ul.dropdown-menu,
.navbar-nav > div:hover > ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: none; }

ul.dropdown-menu.focus {
  visibility: visible;
  opacity: 1;
  max-height: none; }

.flying-focused:not(body):not(div) {
  background-color: #FBF7EC;
  color: #369;
  -webkit-box-shadow: 0 0 0 1px #336697;
     -moz-box-shadow: 0 0 0 1px #336697;
          box-shadow: 0 0 0 1px #336697;
  outline-offset: 1px;
  outline-width: 3px;
  outline-color: #336697;
  outline-style: groove;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none; }
  .flying-focused:not(body):not(div):focus {
    background-color: #FBF7EC;
    color: #369;
    -webkit-box-shadow: 0 0 0 1px #336697;
       -moz-box-shadow: 0 0 0 1px #336697;
            box-shadow: 0 0 0 1px #336697;
    outline-offset: 1px;
    outline-width: 3px;
    outline-color: #336697;
    outline-style: groove;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }

.flying-focused.btn:focus {
  background-color: transparent; }

.flying-focused.ddcommon {
  -webkit-box-shadow: 0 0 0 1px #336697;
     -moz-box-shadow: 0 0 0 1px #336697;
          box-shadow: 0 0 0 1px #336697;
  outline-offset: 1px;
  outline-width: 3px !important;
  outline-color: #336697 !important;
  outline-style: groove !important;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none; }

#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height;
  -o-transition-property: left, top, width, height;
  -moz-transition-property: left, top, width, height;
  transition-property: left, top, width, height;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0, 1);
       transition-timing-function: cubic-bezier(0, 1, 0, 1);
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
     -moz-box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
          box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999; }

.flying-focus_target {
  outline: none !important; }

.flying-focus_target::-moz-focus-inner {
  border: 0 !important; }

div:focus {
  outline: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px; } }

img.flying-focused {
  -webkit-box-shadow: 0 0 0 2px #336697 !important;
     -moz-box-shadow: 0 0 0 2px #336697 !important;
          box-shadow: 0 0 0 2px #336697 !important; }

.trust-pilot {
  position: relative; }

.trust-pilot-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #fff; }

.trust-pilot-link:focus {
  background-color: transparent !important; }

.category-theme__title {
  font-size: 30px;
  font-family: "cronos-pro-display", sans-serif;
  font-weight: 600;
  color: #686664;
  margin-top: 10px;
  margin-bottom: 10px; }

.category__title {
  font-size: 55px;
  font-family: "cronos-pro-display", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #686664;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

.category__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E5E3E1; }
  .category__wrapper .zero_results {
    text-align: left;
    font-size: 21px;
    line-height: 18px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #686664;
    opacity: 1; }
    .category__wrapper .zero_results a {
      text-align: left;
      text-decoration: underline;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300;
      letter-spacing: 0px;
      color: #4360AE;
      opacity: 1; }

.category__side ul li {
  margin-bottom: 10px; }
  .category__side ul li a {
    font-size: 14px; }
  .category__side ul li span {
    font-size: 12px;
    font-weight: 300;
    color: #686664; }

.category__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #686664; }

.category__block {
  padding-bottom: 4px;
  border-bottom: 1px solid #E5E3E1; }
  .category__block:not(:last-of-type) {
    margin-bottom: 10px; }

.category__list {
  margin-bottom: -30px; }

.category__list-toggler {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 6px;
  color: #686664;
  font-size: 14px;
  font-weight: 700; }
  .category__list-toggler:before, .category__list-toggler:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    background-color: #ddd;
    margin: auto;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all; }
  .category__list-toggler:before {
    right: 6px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg); }
  .category__list-toggler:after {
    right: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .category__list-toggler.active:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .category__list-toggler.active:after {
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg); }
  .category__list-toggler:hover {
    color: #686664;
    text-decoration: none; }

.category__show-more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-right: 17px; }
  .category__show-more:before, .category__show-more:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    background-color: #4360AE;
    margin: auto;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all; }
  .category__show-more:before {
    right: 5px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .category__show-more:after {
    right: 0;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg); }
  .category__show-more.less:before {
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg); }
  .category__show-more.less:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .category__show-more.wo-arrow:before, .category__show-more.wo-arrow:after {
    display: none; }

.category__seo {
  margin-top: 15px; }
  .category__seo h2 {
    color: #32465A;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px; }
  .category__seo p {
    font-size: 11px;
    font-weight: 400;
    color: #8898A5;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 7px; }
  .category__seo a {
    color: #369; }

.category__quick-info {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline; }

.paginator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 34px; }
  .paginator__count {
    font-size: 12px;
    font-weight: 300;
    color: #686664; }
  .paginator__buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: auto; }
  .paginator__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .paginator__arrow {
    position: relative;
    width: 21px;
    height: 28px; }
    .paginator__arrow:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid; }
  .paginator__prev {
    margin-right: 8px; }
    .paginator__prev:before {
      border-width: 7px 13px 7px 0;
      border-color: transparent #1e6791 transparent transparent; }
  .paginator__next {
    margin-left: 8px; }
    .paginator__next:before {
      border-width: 7px 0 7px 13px;
      border-color: transparent transparent transparent #1e6791; }
  .paginator__item:not(:last-of-type) {
    margin-right: 10px;
    margin-bottom: 0 !important; }
  .paginator__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 11px;
    font-weight: 700;
    color: #34679A;
    border: 1px solid #A5BCD2; }
    .paginator__link:hover {
      background-color: #CFD8F1;
      text-decoration: none; }
    .paginator__link.active {
      background-color: #F2F1F0;
      color: #686664;
      border-color: #CFC8C0;
      font-size: 14px; }
  .paginator__view {
    position: relative;
    z-index: 1;
    margin-left: auto; }
    .paginator__view:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      width: 25px;
      height: 30px;
      border: 1px solid #A5BCD2;
      background-color: #DCE5EF; }
    .paginator__view--now {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      font-size: 12px;
      font-weight: 400;
      font-family: Helvetica, Arial, sans-serif;
      padding-left: 20px;
      padding-right: 45px;
      border: 1px solid #A5BCD2;
      color: #3C444D;
      cursor: pointer; }
      .paginator__view--now:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        border-color: #1e6791 transparent transparent transparent;
        margin: auto; }
    .paginator__view--list {
      display: none;
      position: absolute;
      top: -webkit-calc(100% - 1px);
      top: -moz-calc(100% - 1px);
      top: calc(100% - 1px);
      left: 0;
      width: 100%;
      border: 1px solid #A5BCD2;
      background-color: #fff; }
    .paginator__view--item:not(:last-of-type) {
      border-bottom: 1px solid #A5BCD2; }
    .paginator__view--link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      font-size: 12px;
      font-weight: 400;
      color: #3C444D;
      font-family: Helvetica, Arial, sans-serif;
      padding-left: 20px; }

.products__item {
  margin-bottom: 70px; }
  .products__item [id*='monetate'] {
    z-index: 1; }
  .products__item-wrapper {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }

.products__img-wrapper {
  position: relative;
  display: block;
  padding: 100% 0 0 0;
  background-image: url("../img/product-preloader.gif");
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
     -moz-background-size: auto;
          background-size: auto;
  background-position: center; }
  .products__img-wrapper > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.products__link {
  display: inline-block;
  min-height: 42px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px; }
  .products__link:hover {
    text-decoration: underline; }

.products__buy {
  display: block;
  width: 87px;
  padding: 5px;
  font-size: 12px;
  margin-left: auto;
  margin-top: 10px; }

.products__express-ship {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #701723;
  text-decoration: underline;
  margin-top: 5px; }
  .products__express-ship:hover {
    color: #701723; }

.products__stock {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #701723;
  margin-top: 3px; }

.products__bottom-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }

.products__price {
  color: #686664;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px; }

.products__count {
  color: #686664;
  font-size: 12px;
  font-weight: 300; }

.products__bottom {
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75%, #e7edf3), color-stop(76%, #b5c1d0), to(#fff));
  background: -webkit-linear-gradient(top, #fff, #e7edf3 75%, #b5c1d0 76%, #fff);
  background: -moz- oldlinear-gradient(top, #fff, #e7edf3 75%, #b5c1d0 76%, #fff);
  background: -o-linear-gradient(top, #fff, #e7edf3 75%, #b5c1d0 76%, #fff);
  background: linear-gradient(to bottom, #fff, #e7edf3 75%, #b5c1d0 76%, #fff); }

.recently-viewed {
  padding-top: 8px; }
  .recently-viewed__slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .recently-viewed__slider.not-slider {
      padding-left: 0;
      padding-right: 0;
      margin-left: -15px;
      margin-right: -15px; }
    .recently-viewed__slider .slick-arrow {
      bottom: 30px; }
    .recently-viewed__slider .slick-track,
    .recently-viewed__slider .slick-list {
      height: auto; }
  .recently-viewed__item {
    width: 220px;
    height: auto;
    padding: 3px 10px; }

.searching-title {
  font-family: "cronos-pro-display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #686664;
  text-align: center; }
  .searching-title h1 {
    color: #686664; }

.searching-corrected {
  color: #686664; }

.selected-filters {
  padding: 12px 4px 0 6px;
  background-color: #F2F1F0;
  font-size: 12px;
  line-height: 1.25;
  border: 1px solid #CFC8C0;
  margin-top: 10px;
  margin-bottom: 10px; }
  .selected-filters__title {
    font-size: 14px;
    font-weight: 700;
    color: #686664; }
  .selected-filters__clear {
    font-size: 12px; }
  .selected-filters__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    border-top: 1px solid #CFC8C0;
    color: #686664;
    font-size: 12px;
    font-weight: 300; }
  .selected-filters__remove {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 27px 6px 8px;
    font-size: 12px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16);
       -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px; }
    .selected-filters__remove:before, .selected-filters__remove:after {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 6px;
      width: 12px;
      height: 3px;
      margin: auto;
      background-color: #369; }
    .selected-filters__remove:before {
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .selected-filters__remove:after {
      -webkit-transform: rotate(135deg);
         -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
           -o-transform: rotate(135deg);
              transform: rotate(135deg); }

.old-mobile-paginator {
  position: relative;
  width: 100%;
  min-height: 20px; }
  .old-mobile-paginator__arrow {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 18px;
    height: 6px;
    margin: auto; }
    .old-mobile-paginator__arrow:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid; }
  .old-mobile-paginator__prev {
    left: 0; }
    .old-mobile-paginator__prev:before {
      border-width: 3px 18px 3px 0;
      border-color: transparent #E0E4EA transparent transparent; }
  .old-mobile-paginator__next {
    right: 0; }
    .old-mobile-paginator__next:before {
      border-width: 3px 0 3px 18px;
      border-color: transparent transparent transparent #E0E4EA; }

.registerdMark {
  font-size: 55px;
  font-weight: 300;
  vertical-align: bottom; }

.product__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px; }

.product__left {
  min-width: 482px;
  width: 482px;
  margin-right: 10px; }

.product__right {
  width: 100%; }

.product__title {
  color: #474441;
  font-size: 24px;
  font-family: "cronos-pro-display", sans-serif;
  font-weight: 700;
  line-height: 1.2; }

.product__subtitle {
  color: #474441;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  line-height: 1.3; }

.product__text {
  color: #474441;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3; }

.product__details {
  color: #474441;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 5px; }

.product__shop-similar {
  border-top: 1px solid #e5e3e1;
  padding: 11px 10px 22px; }
  .product__shop-similar ul > li {
    font-size: 14px;
    font-weight: 300;
    color: #474441;
    line-height: 16px; }
    .product__shop-similar ul > li:not(:last-of-type) {
      margin-bottom: 10px; }
    .product__shop-similar ul > li > a {
      font-size: 14px;
      font-weight: 300; }

.product__disclaimer {
  margin-top: 10px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 10px;
  color: #474441; }

.product__img-wrapper {
  position: relative;
  border: 1px solid #32465a; }

.product__attributes p {
  font-size: 12px;
  line-height: 1.4; }

.product__attributes a {
  text-decoration: underline; }

.product__attributes select {
  font-family: Arial, sans-serif;
  font-size: 13.3px; }

.buy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px; }
  .buy-block__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 210px; }
    .buy-block__column.options-page {
      width: 240px; }
  .buy-block__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #474441;
    font-size: 14px;
    font-weight: 700; }
  .buy-block__unit {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3; }
  .buy-block__delivery {
    color: #474441;
    font-size: 10px;
    font-weight: 300;
    margin-top: 2px; }
  .buy-block__availability {
    color: #600;
    font-size: 12px;
    font-weight: 700;
    margin-top: 9px;
    line-height: 1.3; }
    .buy-block__availability:hover {
      color: #600; }
  .buy-block__express-ship {
    color: #600 !important;
    font-size: 12px;
    font-weight: 700;
    margin-top: 16px; }
    .buy-block__express-ship:hover {
      color: #600; }
  .buy-block__bottom-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
  .buy-block__scroll-link {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline; }
    .buy-block__scroll-link:before {
      content: attr(data-letter);
      top: 0;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 12px;
      height: 12px;
      margin: auto;
      font-size: 8px;
      font-weight: 700;
      color: #fff;
      -webkit-box-shadow: 0 1px 2px #32465a;
         -moz-box-shadow: 0 1px 2px #32465a;
              box-shadow: 0 1px 2px #32465a; }
    .buy-block__scroll-link:not(:first-of-type) {
      margin-left: 39px; }
  .buy-block__help-text {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.3; }
    .buy-block__help-text.options-page {
      margin-top: -5px; }
  .buy-block__shipping {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3; }

.product-bottom__descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-bottom__tab {
  display: inline-block;
  margin-left: auto;
  border: 1px solid #e5e3e1;
  border-bottom: none;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 3px;
  color: #474441;
  text-align: right; }
  .product-bottom__tab a {
    color: #fff; }
    .product-bottom__tab a:hover {
      text-decoration: none; }

.product-bottom__content {
  position: relative;
  display: block !important;
  text-align: left;
  height: auto;
  padding-top: 4px;
  padding-bottom: 8px;
  margin-top: -1px;
  border-top: 1px solid #e5e3e1;
  color: #474441;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7; }
  .product-bottom__content .heading2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 7px;
    color: #474441; }
  .product-bottom__content p {
    line-height: 1.7;
    font-size: 14px;
    font-weight: 300;
    color: #474441; }
    .product-bottom__content p:not(:last-of-type) {
      margin-bottom: 7px; }
  .product-bottom__content a {
    font-size: 14px; }
  .product-bottom__content .column {
    float: left;
    width: 50%; }
    .product-bottom__content .column.last {
      padding-left: 10px; }
    .product-bottom__content .column li {
      margin-left: 17px;
      line-height: 1.7;
      list-style-type: disc;
      font-size: 14px;
      font-weight: 300;
      color: #474441;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
              break-inside: avoid;
      margin-bottom: 11px; }
  .product-bottom__content img {
    max-width: 100%; }

.product-bottom__top-of-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  clear: both; }

.product-bottom__to-top {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: -.2px; }
  .product-bottom__to-top:after {
    content: 'Read More'; }
  .product-bottom__to-top.active:after {
    content: 'Read Less'; }

.buy-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  border-top: 1px solid #e5e3e1;
  border-bottom: 1px solid #e5e3e1; }
  .buy-now form {
    width: 100%; }
  .buy-now__left {
    width: 200px;
    height: 200px;
    margin-right: 10px;
    border: 1px solid #99a3ad; }
  .buy-now__right {
    width: 465px; }
  .buy-now__subtitle {
    font-weight: 300;
    font-size: 14px;
    color: #474441;
    margin-top: 6px; }
  .buy-now__descr {
    font-weight: 300;
    font-size: 12px;
    color: #474441;
    margin-top: 6px; }
  .buy-now__number {
    margin-top: 12px;
    font-weight: 300;
    font-size: 10px;
    line-height: 1.3;
    color: #474441; }
  .buy-now__order {
    width: 117px;
    height: 21px;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 1px 2px 1px 0 #32465a;
       -moz-box-shadow: 1px 2px 1px 0 #32465a;
            box-shadow: 1px 2px 1px 0 #32465a;
    background: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
    background: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91); }
    .buy-now__order:hover {
      color: #fff;
      text-decoration: none; }
  .buy-now__copyright {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
    color: #474441; }

.collection-block {
  border-top: 1px solid #32465a;
  padding: 7px 9px 12px 9px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #eaedf1; }

.pinItWrapper {
  margin-right: 15px; }

.accessoriesContentBox,
.accessoriesContainer {
  color: #474441; }

.header__cart-page {
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px; }
  .header__cart-page:before {
    position: absolute;
    content: '';
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #fff;
    border-top: 2px solid #E5E3E1;
    border-bottom: 2px solid #E5E3E1; }
  .header__cart-page:after {
    position: absolute;
    content: '';
    z-index: 0;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #4360AE; }
  .header__cart-page img {
    min-width: 49px;
    max-width: 90px;
    max-height: 84px; }
  .header__cart-page--item {
    position: relative; }
    .header__cart-page--item:not(:last-child) {
      margin-right: 70px; }

.footer__cart-page {
  position: relative;
  margin-top: 75px; }
  .footer__cart-page:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #fff;
    border-top: 2px solid #E5E3E1;
    border-bottom: 2px solid #E5E3E1; }
  .footer__cart-page:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #4360AE; }

.cart .upsell {
  position: absolute;
  bottom: 134px;
  left: 220px;
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
  background: #FFFFCC;
  -webkit-box-shadow: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.25); }
  .cart .upsell img.thumb {
    width: 75px;
    margin: 5px;
    -webkit-box-shadow: 1.5px 1.5px 1.5px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 1.5px 1.5px 1.5px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 1.5px 1.5px 1.5px 0px rgba(0, 0, 0, 0.25); }
  .cart .upsell .description {
    max-width: 460px;
    margin-top: 15px;
    font-size: 11px;
    line-height: 15px; }
    .cart .upsell .description .heading.extra {
      font-size: 14px;
      font-weight: 700;
      color: #600; }
  .cart .upsell .ctaDetails {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 10px; }

.cart .special {
  background: #ffc;
  padding: 5px;
  margin: 0 2px -4px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }
  .cart .special .title {
    color: #900;
    padding-bottom: 2px; }
  .cart .special .inner {
    display: table;
    width: 100%; }
    .cart .special .inner .image {
      display: table-cell;
      width: 55px;
      padding-right: 5px;
      vertical-align: top; }
      .cart .special .inner .image img {
        -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
           -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5); }
    .cart .special .inner .item {
      display: block;
      padding-bottom: 2px;
      margin-left: 5px; }
      .cart .special .inner .item .teaser {
        margin-bottom: 4px;
        font-size: 11px; }

.cart__error {
  margin-bottom: -30px; }

.cart__top-line {
  margin-top: 45px; }

.cart__title {
  font-size: 30px;
  font-weight: 600;
  font-family: "cronos-pro-display", sans-serif;
  line-height: 1.6;
  color: #686664; }

.cart__paypal-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 32px;
  margin-left: auto;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #e49c06;
  background-color: #ffc520 !important; }
  .cart__paypal-button img {
    max-width: 135px;
    height: auto; }

.cart__or {
  font-weight: 400;
  font-size: 10px;
  font-style: italic;
  color: #686664;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px; }

.cart__checkout-button {
  -webkit-box-shadow: 1px 3px 6px -2px #32465a !important;
     -moz-box-shadow: 1px 3px 6px -2px #32465a !important;
          box-shadow: 1px 3px 6px -2px #32465a !important; }
  .cart__checkout-button:hover {
    color: #fff;
    text-decoration: none; }

.cart__bottom-line {
  margin-top: 10px; }

.cart__continue {
  position: relative;
  color: #369;
  font-size: 12px;
  font-weight: 400;
  padding-left: 20px; }
  .cart__continue:before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    -webkit-box-shadow: 0 1px 2px #32465a;
       -moz-box-shadow: 0 1px 2px #32465a;
            box-shadow: 0 1px 2px #32465a; }
  .cart__continue:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 7px 4px 0;
    border-color: transparent #fff transparent transparent; }
  .cart__continue:hover {
    color: #369; }

.cart__mob-continue {
  margin-top: 20px;
  margin-bottom: 20px; }
  .cart__mob-continue a {
    text-decoration: underline;
    color: #369;
    font-size: 14px;
    font-weight: 300; }

.cart__empty {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }

.cart-page__bottom-logo {
  position: relative;
  z-index: 2;
  width: 170px;
  margin-top: -45px;
  margin-left: -16px; }

.cart-page__logos {
  margin-top: 30px; }
  .cart-page__logos--item {
    position: relative;
    max-width: 87px;
    min-width: 49px; }
    .cart-page__logos--item:not(:last-child) {
      margin-right: 70px; }
    .cart-page__logos--item:first-child {
      max-width: 215px;
      margin-right: 30px; }

.cart-page__copyright {
  height: 40px;
  margin-top: 15px;
  color: #32465A;
  font-size: 10px;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  background-color: #e4e3e1; }

.cart-table {
  background-color: #E9EBEE;
  border-bottom: 2px solid #32465A;
  padding-bottom: 10px; }
  .cart-table__header {
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 1px -1px #32465a;
       -moz-box-shadow: 0 2px 1px -1px #32465a;
            box-shadow: 0 2px 1px -1px #32465a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7a92d6), to(#435fae));
    background-image: -webkit-linear-gradient(top, #7a92d6 0%, #435fae 100%);
    background-image: -moz- oldlinear-gradient(top, #7a92d6 0%, #435fae 100%);
    background-image: -o-linear-gradient(top, #7a92d6 0%, #435fae 100%);
    background-image: linear-gradient(to bottom, #7a92d6 0%, #435fae 100%); }
  .cart-table__title {
    height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 4px; }
    .cart-table__title:nth-of-type(1) {
      width: 504px;
      padding-left: 10px; }
    .cart-table__title:nth-of-type(2) {
      width: 230px; }
    .cart-table__title:nth-of-type(3) {
      width: 140px;
      text-align: center; }
    .cart-table__title:nth-of-type(4) {
      width: 120px;
      text-align: right;
      padding-right: 20px; }
  .cart-table__list {
    padding-left: 10px;
    padding-right: 10px; }
  .cart-table__item {
    padding: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
    .cart-table__item:not(:last-of-type) {
      margin-bottom: 10px; }
  .cart-table__img {
    min-width: 200px;
    width: 200px;
    margin-right: 10px; }
  .cart-table__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .cart-table__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 7px; }
    .cart-table__column:nth-of-type(1) {
      width: 247px;
      padding-right: 10px; }
    .cart-table__column:nth-of-type(2) {
      width: 210px;
      padding-right: 10px; }
    .cart-table__column:nth-of-type(3) {
      width: 140px; }
    .cart-table__column:nth-of-type(4) {
      width: 90px; }
  .cart-table__name {
    color: #369;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3; }
    .cart-table__name:hover {
      color: #369; }
  .cart-table__number {
    margin-top: 6px;
    color: #32465A;
    font-size: 12px;
    font-weight: 300; }
  .cart-table__link {
    color: #369;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 300;
    margin-top: 25px; }
    .cart-table__link:hover {
      color: #369; }
  .cart-table__price {
    color: #32465A;
    font-size: 14px;
    font-weight: 300; }
  .cart-table__availability {
    margin-top: 10px;
    color: #600;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2; }
  .cart-table__button {
    position: relative;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-color: #369 !important;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 1px 2px 3px 0 #32465a;
       -moz-box-shadow: 1px 2px 3px 0 #32465a;
            box-shadow: 1px 2px 3px 0 #32465a; }
    .cart-table__button:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 16px;
      height: 2px;
      background-color: #fff;
      margin: auto; }
  .cart-table__plus:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 16px;
    height: 2px;
    background-color: #fff;
    margin: auto;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }
  .cart-table__quantity {
    width: 30px;
    height: 25px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    color: #000;
    -moz-appearance: textfield; }
    .cart-table__quantity::-webkit-outer-spin-button, .cart-table__quantity::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .cart-table__quantity:focus {
      border: 1px solid #a9a9a9;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
  .cart-table__total {
    text-align: right;
    font-size: 14px;
    font-weight: 300; }
  .cart-table__security {
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(24%, rgba(255, 255, 255, 0.76)), to(rgba(233, 235, 238, 0)));
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.76) 24%, rgba(233, 235, 238, 0) 100%);
    background: -moz- oldlinear-gradient(left, white 0%, rgba(255, 255, 255, 0.76) 24%, rgba(233, 235, 238, 0) 100%);
    background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.76) 24%, rgba(233, 235, 238, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.76) 24%, rgba(233, 235, 238, 0) 100%);
    padding: 8px; }
  .cart-table__logos {
    height: 100%;
    margin-left: 10px; }
    .cart-table__logos--item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 87px;
      max-height: 100%; }
      .cart-table__logos--item:not(:last-child) {
        margin-right: 20px; }
    .cart-table__logos img {
      max-height: 44px; }
  .cart-table__purchase {
    margin-left: auto; }
  .cart-table__subtotal {
    font-size: 14px;
    font-weight: 300;
    color: #32465A; }
  .cart-table__shipping {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    padding-left: 38px;
    margin-top: 15px;
    background-image: url("../img/icons/orange-truck-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 38px 11px;
       -moz-background-size: 38px 11px;
            background-size: 38px 11px; }

.cali-residents {
  margin-top: 30px; }
  .cali-residents__link {
    font-size: 13px;
    font-weight: 300; }
    .cali-residents__link span {
      font-weight: 600; }

.no-risk-mob {
  border-bottom: 1px solid #d7dde3;
  margin-top: 20px; }

.checkout__title {
  font-weight: 700;
  font-size: 14px; }

.checkout__subtitle {
  font-weight: 700;
  font-size: 12px; }
  .checkout__subtitle:nth-child(1) {
    width: 90px; }
  .checkout__subtitle:nth-child(2) {
    width: 135px; }

.checkout__password-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.checkout .input-error {
  line-height: 1.6; }

.checkout .wrapper .container {
  overflow: hidden; }

.checkout-order {
  margin-top: 46px;
  padding: 9px 10px 12px;
  border: 1px solid #32465A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e8ef), color-stop(45%, #f5f7fa), to(white));
  background-image: -webkit-linear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: -moz- oldlinear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: -o-linear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: linear-gradient(to bottom, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e8ef', endColorstr='#ffffff', GradientType=0 );
  -webkit-background-size: 100% 20px;
     -moz-background-size: 100% 20px;
          background-size: 100% 20px;
  background-position: top left;
  background-repeat: repeat-x; }
  .checkout-order__table {
    width: 100%;
    color: #32465A; }
    .checkout-order__table td {
      vertical-align: top;
      padding-bottom: 8px;
      padding-top: 8px;
      border-bottom: 1px solid #32465A; }
      .checkout-order__table td:nth-child(1) {
        width: 242px;
        max-width: 242px; }
      .checkout-order__table td:nth-child(2) {
        width: 90px; }
      .checkout-order__table td:nth-child(3) {
        width: 135px; }
  .checkout-order__count {
    font-size: 11px;
    font-weight: 400; }
  .checkout-order__price {
    font-size: 11px;
    font-weight: 700; }
  .checkout-order__subtotal {
    font-size: 11px;
    font-weight: 400;
    margin-top: 8px; }
    .checkout-order__subtotal span:nth-of-type(1) {
      margin-right: 7px; }
    .checkout-order__subtotal span:nth-of-type(2) {
      display: inline-block;
      width: 55px; }

.checkout-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .checkout-product__img {
    min-width: 50px;
    width: 50px;
    margin-right: 3px; }
  .checkout-product__name {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1; }
  .checkout-product__number {
    font-size: 11px;
    font-weight: 400;
    margin-top: 5px; }

.payment-options {
  border-top: 2px solid #32465A;
  border-bottom: 2px solid #32465A;
  padding: 5px; }
  .payment-options.shipping-options .payment-options__label {
    padding-top: 7px;
    padding-bottom: 10px; }
  .payment-options__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .payment-options__row:not(:last-child) {
      margin-bottom: 7px;
      padding-bottom: 7px;
      border-bottom: 1px solid #32465A; }
  .payment-options__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 145px;
    width: 145px;
    font-size: 12px;
    font-weight: 700;
    color: #32465A;
    line-height: 1.2;
    margin-right: 5px; }
  .payment-options__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    -webkit-box-shadow: 1px 1px 1.5px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 1px 1px 1.5px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 1.5px 0 rgba(0, 0, 0, 0.25);
    padding: 12px 0;
    background-color: #fff;
    cursor: pointer;
    margin-right: 5px; }
    .payment-options__label a {
      font-size: 10px;
      line-height: 1.4;
      color: #369;
      text-decoration: underline; }
      .payment-options__label a:hover {
        color: #369; }
  .payment-options__descr {
    font-size: 12px;
    font-weight: 700;
    color: #32465A;
    margin-top: 4px;
    text-align: center; }
  .payment-options__price {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    color: #32465A;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px; }
  .payment-options__arrives {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: auto;
    color: #32465A; }
    .payment-options__arrives.with-delivery {
      height: 46px; }
    .payment-options__arrives--by {
      width: 100%;
      border-top: 1px solid #32465A;
      padding-top: 3px;
      font-size: 10px;
      font-weight: 400;
      text-align: center;
      line-height: 1.4; }
    .payment-options__arrives--date {
      font-size: 10px;
      font-weight: 700;
      line-height: 1.4;
      text-align: center; }

.checkout-mob__order {
  color: #32465A; }

.checkout-mob__title {
  font-size: 13px;
  font-weight: 700; }

.checkout-mob__top-line {
  position: relative;
  height: 30px;
  padding-left: 10px;
  padding-right: 35px;
  background-color: #4360ae;
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer; }
  .checkout-mob__top-line:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 11px 6.5px 0 6.5px;
    border-color: #ffffff transparent transparent transparent; }
  .checkout-mob__top-line.active:before {
    border-width: 0 6.5px 11px 6.5px;
    border-color: transparent transparent #ffffff transparent; }
  .checkout-mob__top-line--item {
    padding: 9px 0; }
    .checkout-mob__top-line--item:not(:last-of-type) {
      border-right: 1px solid #AEBAC6; }
  .checkout-mob__top-line--first {
    width: 47%; }
  .checkout-mob__top-line--second {
    width: 26%; }
  .checkout-mob__top-line--third {
    width: 27%; }

.checkout-mob__body {
  padding: 5px;
  background-color: #eaedf1; }

.checkout-mob__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  background-color: #fff;
  padding: 5px 10px 5px 5px; }
  .checkout-mob__item:not(:last-of-type) {
    margin-bottom: 5px; }

.checkout-mob__img {
  min-width: 55px;
  width: 55px;
  margin-right: 5px;
  border: 1px solid #32465a; }

.checkout-mob__column {
  width: 100%; }

.checkout-mob__name {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2; }

.checkout-mob__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
  margin-top: 5px; }

.checkout-mob__number {
  color: #64788c;
  margin-top: 8px;
  font-size: 11px; }

.checkout-mob__subtotal {
  font-size: 11px;
  font-weight: 400;
  margin-top: 5px; }
  .checkout-mob__subtotal span:nth-of-type(1) {
    margin-right: 30px; }
  .checkout-mob__subtotal span:nth-of-type(2) {
    display: inline-block;
    width: 50px; }

.checkout-footer-wrapper {
  border: 1px solid #99a3ad;
  padding: 5px; }
  .checkout-footer-wrapper__top-line {
    border-bottom: 1px solid #bec9d6; }
  .checkout-footer-wrapper__first-block {
    width: 240px; }
    .checkout-footer-wrapper__first-block img {
      width: 72px; }
  .checkout-footer-wrapper__bottom-line > img {
    max-width: 22%; }
  .checkout-footer-wrapper__bottom-line .norton {
    position: relative;
    width: 20%; }

.success-payment-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#eaedf0), color-stop(20%, #ffffff), color-stop(80%, #ffffff), to(#eaedf0));
  background: -webkit-linear-gradient(left, #eaedf0 0%, #ffffff 20%, #ffffff 80%, #eaedf0 100%);
  background: -moz- oldlinear-gradient(left, #eaedf0 0%, #ffffff 20%, #ffffff 80%, #eaedf0 100%);
  background: -o-linear-gradient(left, #eaedf0 0%, #ffffff 20%, #ffffff 80%, #eaedf0 100%);
  background: linear-gradient(to right, #eaedf0 0%, #ffffff 20%, #ffffff 80%, #eaedf0 100%); }

.checkout-product-list.modal {
  margin: 5px 0 0 0;
  padding: 0 !important; }
  .checkout-product-list.modal li {
    background: #eaedf1; }
    .checkout-product-list.modal li .item {
      width: 100%; }

.checkout-product-list li {
  margin: 0 0 10px 0;
  display: block;
  background: #FFF;
  padding: 5px; }
  .checkout-product-list li .image {
    display: table-cell;
    padding: 0 5px 0 0; }
    .checkout-product-list li .image img {
      border: 1px solid #99a3ad; }
  .checkout-product-list li .item {
    display: table-cell;
    vertical-align: top; }
    .checkout-product-list li .item .options-wrap {
      background: #FFF;
      padding: 5px 0 2px 10px; }
    .checkout-product-list li .item .option {
      padding: 0 0 5px 0;
      display: table; }
      .checkout-product-list li .item .option .radio {
        vertical-align: top;
        padding: 0 5px 0 0;
        display: table-cell; }
      .checkout-product-list li .item .option input[type=radio] {
        display: inline-block;
        margin: 0;
        line-height: 1.5em;
        vertical-align: top; }
      .checkout-product-list li .item .option .description {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 0 0; }
        .checkout-product-list li .item .option .description p {
          font-weight: bold;
          line-height: 1.2em;
          padding: 0 !important;
          /*font-size:1.1em;*/ }
        .checkout-product-list li .item .option .description div {
          line-height: 1.2em; }
    .checkout-product-list li .item .bottom-text {
      display: inline-block;
      line-height: 1.2em; }
  .checkout-product-list li .title {
    font-weight: bold;
    padding: 0 0 5px 0;
    line-height: 1.2em; }

.std-select {
  width: 45px; }

.modal .checkout-product-list li {
  background: #eaedf1; }
  .modal .checkout-product-list li .item {
    width: 100%; }

.active-accordion:focus,
#cc:focus {
  outline: 0; }

.sorryMsg {
  width: 100%;
  padding: 24px 0;
  margin-right: 5px; }

.login__left {
  width: 50%;
  padding-right: 10px; }

.login__right {
  width: 50%; }

.login__title {
  font-size: 18px;
  font-weight: 700;
  color: #32465A;
  line-height: 1.3; }

.login__subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #32465A;
  line-height: 1.3; }

.login__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #32465A; }
  .login__text a {
    text-decoration: underline;
    color: #369; }
    .login__text a:hover {
      color: #369; }

.login__white-text {
  font-size: 10px;
  font-weight: 400;
  color: #fff; }

.login__easy {
  position: relative;
  background-color: #fff;
  border: 1px solid #bcc3cb;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #32465A; }
  .login__easy:before {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e7ef), to(white));
    background-image: -webkit-linear-gradient(top, #e0e7ef 0%, white 100%);
    background-image: -moz- oldlinear-gradient(top, #e0e7ef 0%, white 100%);
    background-image: -o-linear-gradient(top, #e0e7ef 0%, white 100%);
    background-image: linear-gradient(to bottom, #e0e7ef 0%, white 100%); }
  .login__easy img {
    position: relative;
    z-index: 1; }

.login__list {
  padding: 0 5px; }

.login__item {
  list-style: disc;
  margin-bottom: 10px;
  margin-left: 13px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid; }

.login__love {
  padding: 0 5px 5px; }

.register__left {
  min-width: 235px;
  width: 235px;
  margin-right: 10px; }

.register__right {
  width: 100%; }

.register__info-text {
  font-weight: 400;
  font-size: 10px;
  color: #32465A;
  line-height: 1.3; }

.register-steps__list {
  position: relative;
  counter-reset: counter; }
  .register-steps__list:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    left: 25px;
    width: 2px;
    height: 100%;
    background-color: #96a0aa; }

.register-steps__item {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #32465A;
  counter-increment: counter;
  padding-left: 40px; }
  .register-steps__item:before {
    position: absolute;
    z-index: 2;
    content: counter(counter);
    top: 0;
    bottom: 0;
    left: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #96a0aa;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: auto; }
  .register-steps__item:not(:last-of-type) {
    margin-bottom: 12px; }
  .register-steps__item.active {
    font-weight: 700; }
    .register-steps__item.active:before {
      left: 16px;
      width: 20px;
      height: 20px;
      font-size: 12px;
      background-color: #32465a; }
    .register-steps__item.active:after {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      width: 13px;
      height: 11px;
      background-image: url("../img/icons/icon-register-progress.png");
      background-position: center;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      margin: auto; }

.register-purchase__title {
  font-weight: 700;
  font-size: 10px;
  color: #32465A; }

.register-purchase__wrapper {
  padding: 0 6px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eceff3), to(white));
  background-image: -webkit-linear-gradient(top, #eceff3 0%, white 100%);
  background-image: -moz- oldlinear-gradient(top, #eceff3 0%, white 100%);
  background-image: -o-linear-gradient(top, #eceff3 0%, white 100%);
  background-image: linear-gradient(to bottom, #eceff3 0%, white 100%);
  -webkit-background-size: 100% 70px;
     -moz-background-size: 100% 70px;
          background-size: 100% 70px;
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #fff; }

.register-purchase__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  margin-top: 6px; }

.register-purchase__label {
  font-weight: 400;
  font-size: 10px;
  color: #32465A;
  line-height: 1.6; }

.register-purchase__or {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  padding-top: 8px;
  font-weight: 700;
  font-size: 10px;
  color: #32465A;
  margin: auto; }
  .register-purchase__or:before, .register-purchase__or:after {
    position: absolute;
    content: '';
    left: 8px;
    width: 10px;
    border-left: 1px solid #32465A; }
  .register-purchase__or:before {
    top: -6px;
    height: 12px;
    border-top: 1px solid #32465A; }
  .register-purchase__or:after {
    bottom: -20px;
    height: 18px;
    border-bottom: 1px solid #32465A; }

.register-purchase__input {
  min-width: 190px;
  max-width: 190px; }

.register-purchase__text {
  font-weight: 400;
  font-size: 10px;
  color: #32465A;
  line-height: 1.2; }

.label {
  min-width: 225px;
  margin-right: 10px;
  margin-top: 2px; }

.input-wrapper {
  width: 225px;
  min-width: 225px; }
  .input-wrapper-mid {
    width: 190px;
    min-width: 190px; }
  .input-wrapper-small {
    width: 125px;
    min-width: 125px; }

.input-field {
  width: 225px;
  min-width: 225px; }
  .input-field-mid {
    width: 190px;
    min-width: 190px; }
  .input-field-small {
    width: 125px;
    min-width: 125px; }

textarea.error,
input.error {
  background-color: #ffffe6; }

.input-error {
  max-width: 240px;
  color: #600;
  font-size: 11px;
  margin-left: 5px;
  margin-top: 3px; }

.big-input-error {
  color: #600;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px; }

.results__title {
  font-size: 18px;
  line-height: 1em; }

.no-results__products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  margin-top: 15px; }
  .no-results__products li {
    position: relative;
    min-width: 170px;
    width: 170px;
    height: 204px;
    padding: 10px;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 15px;
    background-color: #F2F1F0;
    -webkit-box-shadow: 1px 1px 4px rgba(118, 66, 66, 0.16);
       -moz-box-shadow: 1px 1px 4px rgba(118, 66, 66, 0.16);
            box-shadow: 1px 1px 4px rgba(118, 66, 66, 0.16); }
    .no-results__products li img {
      margin-bottom: 10px; }
    .no-results__products li a {
      font-size: 14px;
      font-weight: 700;
      color: #686664; }
      .no-results__products li a:before {
        position: absolute;
        z-index: 1;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%; }

.mail-updates {
  border: 1px solid #32465A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e8ef), color-stop(45%, #f5f7fa), to(white));
  background-image: -webkit-linear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: -moz- oldlinear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: -o-linear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: linear-gradient(to bottom, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  -webkit-background-size: 100% 20px;
     -moz-background-size: 100% 20px;
          background-size: 100% 20px;
  background-position: top left;
  background-repeat: repeat-x; }
  .mail-updates__img {
    width: 100%;
    height: 90px;
    margin-top: -5px;
    background-image: url("../img/bg-mailing-list.png");
    background-repeat: no-repeat;
    background-position: top left; }
  .mail-updates__input {
    width: 160px;
    color: #000;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 2px 2px 2px 4px; }
    .mail-updates__input::-webkit-input-placeholder {
      color: #000; }
    .mail-updates__input::-moz-placeholder {
      color: #000; }
    .mail-updates__input::-ms-input-placeholder {
      color: #000; }
    .mail-updates__input::placeholder {
      color: #000; }

.privacy-policy-text p {
  line-height: 20px; }

.account__left {
  width: 50%;
  padding-right: 10px; }

.account__right {
  width: 50%; }

.account__title {
  font-size: 20px;
  font-weight: 700; }

.account__bold-text {
  font-size: 12px;
  font-weight: 700;
  color: #32465A;
  line-height: 1.5; }

.account__mini-text {
  font-size: 10px;
  font-weight: 300;
  color: #32465A;
  line-height: 1.2; }
  .account__mini-text.pl {
    padding-left: 19px; }
  .account__mini-text a {
    color: #369;
    text-decoration: underline; }
    .account__mini-text a:hover {
      color: #369; }

.account__big-text {
  font-size: 16px;
  font-weight: 400;
  color: #32465A;
  line-height: 1.2; }
  .account__big-text a {
    color: #369;
    text-decoration: underline; }
    .account__big-text a:hover {
      color: #369; }

.account__table {
  width: 100%; }
  .account__table tr:first-of-type {
    -webkit-box-shadow: 0 2px 3px #8ea1b7;
       -moz-box-shadow: 0 2px 3px #8ea1b7;
            box-shadow: 0 2px 3px #8ea1b7; }
  .account__table th,
  .account__table td {
    color: #32465A;
    font-size: 10px;
    text-align: center; }
  .account__table th {
    font-weight: 700;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #f0f4f8), color-stop(70%, #ebf0f5), color-stop(85%, #d9e2eb));
    background-image: -webkit-linear-gradient(#fff, #f0f4f8 40%, #ebf0f5 70%, #d9e2eb 85%);
    background-image: -moz- oldlinear-gradient(#fff, #f0f4f8 40%, #ebf0f5 70%, #d9e2eb 85%);
    background-image: -o-linear-gradient(#fff, #f0f4f8 40%, #ebf0f5 70%, #d9e2eb 85%);
    background-image: linear-gradient(#fff, #f0f4f8 40%, #ebf0f5 70%, #d9e2eb 85%);
    padding: 15px 4px 7px; }
    .account__table th:not(:last-of-type) {
      border-right: 1px solid #d9e2eb; }
  .account__table td {
    padding: 8px 4px;
    background-color: #fff;
    border-bottom: 1px solid #8ea1b7; }
    .account__table td:first-of-type {
      border-left: 1px solid #8ea1b7; }
    .account__table td:last-of-type {
      border-right: 1px solid #8ea1b7; }
  .account__table .empty-row {
    height: 14px; }
    .account__table .empty-row td {
      background-color: transparent;
      border: 0; }

.shipping__table {
  background-color: #fff;
  border: 1px solid #9aa4ad; }

.shipping__row {
  color: #32465A;
  font-size: 12px; }

.order-summary__list {
  color: #32465A; }

.order-summary__item {
  padding: 10px;
  background-color: #fff; }

.order-summary__number {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5; }

.order-summary__img {
  min-width: 100px;
  width: 100px; }

.order-summary__column {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }

.order-summary__text {
  font-size: 12px;
  line-height: 1.3;
  color: #32465A; }
  .order-summary__text a {
    color: #369;
    text-decoration: underline; }
    .order-summary__text a:hover {
      color: #369; }

.order-summary__mini-text {
  font-size: 11px;
  line-height: 1.3;
  color: #32465A; }
  .order-summary__mini-text a {
    color: #369;
    text-decoration: underline; }
    .order-summary__mini-text a:hover {
      color: #369; }
  .order-summary__mini-text.red {
    color: #600; }

.manage-toggler {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-shadow: 0 2px 2px #32465a;
     -moz-box-shadow: 0 2px 2px #32465a;
          box-shadow: 0 2px 2px #32465a;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }
  .manage-toggler:before {
    position: absolute;
    content: '';
    top: 9px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent; }
  .manage-toggler:hover {
    color: #fff;
    text-decoration: none; }
  .manage-toggler.active:before {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #fff transparent; }

.manage-mobile-menu {
  position: absolute;
  z-index: 2;
  top: -webkit-calc(100% - 2px);
  top: -moz-calc(100% - 2px);
  top: calc(100% - 2px);
  left: 1px;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 0px 4px #32465a;
     -moz-box-shadow: 0px 0px 4px #32465a;
          box-shadow: 0px 0px 4px #32465a; }
  .manage-mobile-menu:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #4360ae;
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px; }
  .manage-mobile-menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .manage-mobile-menu li a {
      position: relative;
      width: 100%;
      color: #369;
      font-size: 12px;
      font-weight: 400;
      padding: 10px 25px 10px 10px;
      -webkit-border-radius: 0 0 4px 4px;
         -moz-border-radius: 0 0 4px 4px;
              border-radius: 0 0 4px 4px;
      border-bottom: 1px solid #cadced; }
      .manage-mobile-menu li a.with-arrow:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #1e6791;
        margin: auto; }
      .manage-mobile-menu li a:hover {
        color: #369;
        text-decoration: none; }

.thank-you__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  color: #686664;
  font-family: "cronos-pro-display", sans-serif; }

.your-order {
  color: #32465a; }
  .your-order__blue-wrapper {
    background-color: #eaedf1; }
  .your-order__blue-body {
    background-color: #fff;
    margin: 7px 5px 0;
    padding: 10px;
    overflow: hidden; }
  .your-order__separator {
    padding-top: 12px;
    border-top: 1px solid #808080; }
  .your-order__separator-2 {
    height: 20px;
    background: -moz-linear-gradient(top, #fff 0%, #e7edf3 75%, #b5c1d0 76%, #fff 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(75%, #e7edf3), color-stop(76%, #b5c1d0), color-stop(100%, #fff));
    background-image: -webkit-linear-gradient(top, #fff, #e7edf3 75%, #b5c1d0 76%, #fff);
    background: -o-linear-gradient(top, #fff 0%, #e7edf3 75%, #b5c1d0 76%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e7edf3 75%, #b5c1d0 76%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75%, #e7edf3), color-stop(76%, #b5c1d0), to(#fff));
    background-image: -moz- oldlinear-gradient(top, #fff, #e7edf3 75%, #b5c1d0 76%, #fff);
    background-image: -o-linear-gradient(top, #fff, #e7edf3 75%, #b5c1d0 76%, #fff);
    background-image: linear-gradient(top, #fff, #e7edf3 75%, #b5c1d0 76%, #fff); }
  .your-order__header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #f8fafb), to(#d5e0ea));
    background: -webkit-linear-gradient(top, white 0%, #f8fafb 50%, #d5e0ea 100%);
    background: -moz- oldlinear-gradient(top, white 0%, #f8fafb 50%, #d5e0ea 100%);
    background: -o-linear-gradient(top, white 0%, #f8fafb 50%, #d5e0ea 100%);
    background: linear-gradient(to bottom, white 0%, #f8fafb 50%, #d5e0ea 100%);
    -webkit-box-shadow: 0 2px 1px 0 rgba(50, 70, 90, 0.4);
       -moz-box-shadow: 0 2px 1px 0 rgba(50, 70, 90, 0.4);
            box-shadow: 0 2px 1px 0 rgba(50, 70, 90, 0.4); }
    .your-order__header div {
      font-size: 10px;
      font-weight: 700; }
      .your-order__header div:nth-of-type(1) {
        width: 50%; }
      .your-order__header div:nth-of-type(2) {
        width: 95px; }
      .your-order__header div:nth-of-type(3) {
        width: 30px; }
      .your-order__header div:nth-of-type(4) {
        width: 95px; }
  .your-order__body {
    background-color: #fff; }
  .your-order__item {
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 5px; }
    .your-order__item:not(:last-of-type) .your-order__wrapper {
      border-bottom: 1px solid #96a0aa; }
  .your-order__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px; }
  .your-order__column {
    width: 50%; }
    .your-order__column:nth-of-type(1) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .your-order__column:nth-of-type(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .your-order__title {
    line-height: 1.1; }
  .your-order__number {
    margin-top: 5px;
    margin-bottom: 7px; }
  .your-order__price {
    width: 95px; }
  .your-order__quantity {
    width: 30px; }
  .your-order__total {
    width: 95px; }
  .your-order__img {
    width: 50px;
    height: 50px;
    border: 1px solid #32465A; }
  .your-order__tax {
    color: #369;
    font-size: 16px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right; }
    .your-order__tax a {
      color: #369; }
  .your-order__blue-header {
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    background: #4360ae;
    background: -webkit-linear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#4360ae), color-stop(50%, #5d74b3), color-stop(51%, #4360ae), to(#4360ae));
    background: -moz- oldlinear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
    background: -o-linear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
    background: linear-gradient(to bottom, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4360ae', endColorstr='#4360ae',GradientType=0 ); }
  .your-order__warning {
    font-size: 12px;
    line-height: 14px; }
  .your-order__including {
    font-size: 10px;
    line-height: 14px;
    margin-top: 3px; }
  .your-order__register-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #474441; }
  .your-order__register-info {
    font-size: 11px;
    line-height: 15px; }
  .your-order__register-text {
    font-size: 12px;
    line-height: 15px; }
  .your-order__register-tooltip {
    font-size: 10px;
    margin-bottom: 2px; }

.register-input {
  width: 153px;
  height: 21px;
  padding: 1px 2px;
  color: #32465A;
  border-width: 1px;
  border-color: #767676;
  border-style: inset;
  background-color: #fff;
  font-weight: 400;
  font-size: 13.33px;
  font-family: Arial, sans-serif; }
  .register-input.error {
    border-width: 2px; }

.modal-open .modal {
  -webkit-overflow-scrolling: touch;
  z-index: 99999; }

.modal-header {
  padding-bottom: 0;
  border-bottom: 0; }

.modal-title {
  font-size: 14px;
  font-weight: 700;
  color: #32465a; }

.modal-content {
  border: 1px solid #32465A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e8ef), color-stop(45%, #f5f7fa), to(white));
  background-image: -webkit-linear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: -moz- oldlinear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: -o-linear-gradient(top, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  background-image: linear-gradient(to bottom, #e0e8ef 0%, #f5f7fa 45%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e8ef', endColorstr='#ffffff', GradientType=0 );
  -webkit-background-size: 100% 20px;
     -moz-background-size: 100% 20px;
          background-size: 100% 20px;
  background-position: top left;
  background-repeat: repeat-x; }

.modal-body p {
  font-size: 12px;
  color: #32465a;
  line-height: 1.5; }
  .modal-body p:not(:last-of-type) {
    margin-bottom: 10px; }
  .modal-body p.small {
    font-size: 10px;
    padding-top: 4px; }
    .modal-body p.small a {
      font-size: 10px; }

.modal-body .two-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

.modal-body a {
  font-size: 12px;
  color: #369;
  line-height: 1.5;
  text-decoration: underline; }
  .modal-body a:hover {
    color: #369; }

.modal-body ol {
  list-style: none;
  counter-reset: counter; }
  .modal-body ol li {
    counter-increment: counter;
    padding-bottom: 5px; }
    .modal-body ol li:before {
      content: counter(counter) ".";
      margin-right: 5px; }

.modal-body ul.disc li {
  list-style: outside disc;
  margin-left: 1em; }

.modal-body li {
  font-size: 12px;
  color: #32465a;
  line-height: 1.5; }

.modal-body .products__express-ship {
  color: #701723;
  font-size: 10px; }

.modal-body .products__stock {
  font-size: 10px; }

.modal-body .btn-secondary {
  color: #fff;
  text-decoration: none; }

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: transparent; }
  .close-button.edge {
    position: absolute;
    top: -7px;
    right: -8px; }
    .close-button.edge .close-icon:before {
      -webkit-box-shadow: -1px 1px 3px #fff;
         -moz-box-shadow: -1px 1px 3px #fff;
              box-shadow: -1px 1px 3px #fff; }

.close-text {
  font-size: 10px;
  font-weight: 700;
  color: #369;
  letter-spacing: 0; }
  .close-text:hover {
    text-decoration: underline; }

.close-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -2px; }
  .close-icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #32465a;
       -moz-box-shadow: 0 1px 2px #32465a;
            box-shadow: 0 1px 2px #32465a;
    background: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
    background: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91); }
  .close-icon:after {
    position: absolute;
    content: 'x';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff; }

.shipping-modal__title {
  max-width: 480px;
  font-weight: 700;
  font-size: 12px;
  color: #32465a;
  margin-left: auto;
  text-align: center; }

.shipping-modal__table {
  margin-top: 10px; }
  .shipping-modal__table th:first-child {
    text-align: right;
    font-size: 11px;
    font-weight: 400; }
  .shipping-modal__table td {
    line-height: 1.4; }
    .shipping-modal__table td:nth-of-type(2n+1) {
      width: 75px;
      background-color: #eef1f4; }
    .shipping-modal__table td:nth-of-type(2n) {
      width: 85px; }
    .shipping-modal__table td:first-of-type {
      width: auto;
      padding: 8px; }
    .shipping-modal__table td:not(:first-of-type) {
      padding: 2px; }

.shipping-modal__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.shipping-modal__img {
  min-width: 50px;
  width: 50px;
  margin-right: 8px; }

.shipping-modal__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.shipping-modal__name {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left; }

.shipping-modal__number {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left; }

.cvv-modal__visa {
  padding-right: 200px;
  background-image: url("../img/payment/cvv-visa.png");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: auto 120px;
     -moz-background-size: auto 120px;
          background-size: auto 120px; }

.cvv-modal__american {
  margin-top: 15px;
  padding-right: 200px;
  background-image: url("../img/payment/cvv-american-express.png");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: auto 120px;
     -moz-background-size: auto 120px;
          background-size: auto 120px; }

.privacy-modal .two-columns {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }

.privacy-modal ul li {
  margin-left: 17px;
  list-style-type: disc;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 10px;
  font-size: 12px; }

.std-modal .cali-link {
  font-weight: 400;
  font-size: 10px;
  color: #600;
  text-decoration: none; }
  .std-modal .cali-link span {
    font-weight: 600; }
  .std-modal .cali-link:hover {
    color: #600;
    text-decoration: underline; }

.norisk__modal .bg {
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
          background-size: 100% auto;
  background-position: center;
  margin-left: auto;
  margin-right: auto; }

.norisk__title {
  width: 425px;
  height: 31px;
  margin-bottom: 20px;
  background-image: url("../img/noriskModal/title.png"); }

.norisk__returns {
  width: 129px;
  height: 94px;
  margin-bottom: 10px;
  background-image: url("../img/noriskModal/returns.png"); }

.norisk__installments {
  width: 129px;
  height: 94px;
  margin-bottom: 10px;
  background-image: url("../img/noriskModal/installments.png"); }

.norisk__personalization {
  width: 129px;
  height: 94px;
  margin-bottom: 10px;
  background-image: url("../img/noriskModal/personalization.png"); }

.norisk__logo {
  width: 141px;
  height: 125px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url("../img/noriskModal/logo.png"); }

#crossSellModal.flying-focused:focus {
  background-color: transparent; }

#privacyModal {
  padding-right: 0 !important; }

.siteUsageStatisticsModal {
  overflow-y: scroll !important; }

.breadcrumbs {
  margin-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumbs__label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    margin-right: 5px;
    color: #32465A; }
  .breadcrumbs__list {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadcrumbs__item {
    position: relative;
    font-size: 12px;
    display: inline-block; }
    .breadcrumbs__item:not(:last-of-type) {
      padding-right: 7px;
      margin-right: 5px; }
      .breadcrumbs__item:not(:last-of-type):before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        width: 5px;
        height: 5px;
        border-top: 1px solid #4360AE;
        border-right: 1px solid #4360AE;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: auto; }
      .breadcrumbs__item:not(:last-of-type).sub:before {
        width: 1px;
        height: 9px;
        background-color: #686664;
        border: none;
        -webkit-transform: rotate(25deg);
           -moz-transform: rotate(25deg);
            -ms-transform: rotate(25deg);
             -o-transform: rotate(25deg);
                transform: rotate(25deg); }
  .breadcrumbs__link {
    display: block;
    text-decoration: underline;
    font-weight: 300;
    line-height: 1.3; }
    .breadcrumbs__link h1,
    .breadcrumbs__link h2,
    .breadcrumbs__link span {
      color: #4360AE;
      font-weight: 300; }
  .breadcrumbs__last {
    font-weight: 300;
    color: #686664;
    font-size: 12px;
    line-height: 1.3; }
    .breadcrumbs__last * {
      font-weight: 300; }
  .breadcrumbs__mob {
    width: 100%; }
  .breadcrumbs__tap {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    padding-right: 10px; }
    .breadcrumbs__tap:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 7px 4px 0 4px;
      border-color: #1e6791 transparent transparent transparent; }
  .breadcrumbs__back {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1;
    padding-left: 10px; }
    .breadcrumbs__back:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 4px 7px 4px 0;
      border-color: transparent #1e6791 transparent transparent; }
    .breadcrumbs__back.new {
      position: absolute;
      z-index: 1;
      left: 15px;
      background-color: #fff;
      padding-right: 10px; }
      .breadcrumbs__back.new:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 5px;
        width: 1px;
        height: 12px;
        background-color: #686664;
        margin: auto; }
  .breadcrumbs__count {
    font-size: 12px;
    font-weight: 300;
    color: #32465a; }

.btn-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
  background-image: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background-image: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background-image: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
  background-image: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91); }
  .btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2c0d0), color-stop(50%, #d6dce4), color-stop(51%, #cad2dc), to(#c6ced9));
    background-image: -webkit-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -moz- oldlinear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -o-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: linear-gradient(to bottom, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%); }
  .btn-primary.with-arrow {
    position: relative;
    padding-left: 21px; }
    .btn-primary.with-arrow:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 8px;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 5px 8px 5px 0;
      border-color: transparent #fff transparent transparent; }

.btn-secondary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b42b30), color-stop(50%, #af474e), color-stop(51%, #9f272e), to(#6c121e));
  background-image: -webkit-linear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background-image: -moz- oldlinear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background-image: -o-linear-gradient(top, #b42b30, #af474e 50%, #9f272e 51%, #6c121e);
  background-image: linear-gradient(to bottom, #b42b30, #af474e 50%, #9f272e 51%, #6c121e); }
  .btn-secondary:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2c0d0), color-stop(50%, #d6dce4), color-stop(51%, #cad2dc), to(#c6ced9));
    background-image: -webkit-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -moz- oldlinear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -o-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: linear-gradient(to bottom, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%); }
  .btn-secondary span {
    position: relative;
    padding-right: 19px; }
    .btn-secondary span:before {
      position: absolute;
      content: '';
      top: 7px;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6.5px 0 6.5px 11px;
      border-color: transparent transparent transparent #ffffff; }

.btn-success {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  font-size: 14px;
  text-shadow: 1px 1px 2px #32465a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe7e05), color-stop(50%, #f39547), color-stop(51%, #eb6a00), to(#dd5c00));
  background-image: -webkit-linear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background-image: -moz- oldlinear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background-image: -o-linear-gradient(top, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00);
  background-image: linear-gradient(to bottom, #fe7e05, #f39547 50%, #eb6a00 51%, #dd5c00); }
  .btn-success:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-success.disabled, .btn-success:disabled {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2c0d0), color-stop(50%, #d6dce4), color-stop(51%, #cad2dc), to(#c6ced9));
    background-image: -webkit-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -moz- oldlinear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: -o-linear-gradient(top, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%);
    background-image: linear-gradient(to bottom, #b2c0d0 0%, #d6dce4 50%, #cad2dc 51%, #c6ced9 100%); }
  .btn-success.with-arrow {
    position: relative;
    padding-right: 24px; }
    .btn-success.with-arrow:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 8px;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #ffffff; }

.page-title {
  font-weight: 700;
  font-size: 18px;
  color: #32465A;
  line-height: 1.2; }

.sans-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #32465A; }

.page-subtitle {
  font-weight: 700;
  font-size: 14px;
  color: #32465A;
  line-height: 1.3; }

.passion-header {
  font-family: "cronos-pro-subhead", sans-serif;
  font-weight: 600;
  color: #4360AE;
  font-size: 20px;
  line-height: 1;
  text-shadow: 1px 1px 0 white;
  padding: 3px 0;
  text-align: center;
  margin: 5px auto 5px;
  background: white;
  background: -webkit-linear-gradient(90deg, white 0%, #fafaf9 15%, #efeeeb 50%, #f6f5f4 85%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(15%, #fafaf9), color-stop(50%, #efeeeb), color-stop(85%, #f6f5f4), to(white));
  background: -webkit-linear-gradient(left, white 0%, #fafaf9 15%, #efeeeb 50%, #f6f5f4 85%, white 100%);
  background: -moz- oldlinear-gradient(left, white 0%, #fafaf9 15%, #efeeeb 50%, #f6f5f4 85%, white 100%);
  background: -o-linear-gradient(left, white 0%, #fafaf9 15%, #efeeeb 50%, #f6f5f4 85%, white 100%);
  background: linear-gradient(90deg, white 0%, #fafaf9 15%, #efeeeb 50%, #f6f5f4 85%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }

.title-with-border-bottom {
  position: relative;
  z-index: 1;
  font-family: "cronos-pro-display", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #4360AE; }
  .title-with-border-bottom:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E3E1; }
  .title-with-border-bottom span {
    position: relative;
    bottom: -2px;
    z-index: 2;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px; }

p {
  color: #474441;
  line-height: 1.7;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 10px; }
  p a {
    text-decoration: underline; }

.fz-18 {
  font-size: 18px !important; }

.fz-16 {
  font-size: 16px !important; }

.fz-15 {
  font-size: 15px !important; }

.fz-14 {
  font-size: 14px !important; }

.fz-13 {
  font-size: 13px !important; }

.fz-12 {
  font-size: 12px !important; }

.fz-11 {
  font-size: 11px !important; }

.fz-10 {
  font-size: 10px !important; }

.fz-9 {
  font-size: 9px !important; }

.fz-8 {
  font-size: 8px !important; }

/*-----------------Personalize UX----------------*/
/* ###### White / Pink #########*/
.personalUX {
  clear: both;
  border-top: 1px solid #4360AE;
  margin-bottom: 10px;
  font-family: "Roboto", Arial, sans-serif; }

.personalUX .sleeve {
  background: url(https://www.bradfordexchange.com/store/20091217001/responsive2/images/backgrounds/bg-content-box-bottom.png) repeat-x 0 bottom;
  line-height: 20px;
  width: 480px;
  float: left; }

.personalUX .persHeading {
  font-size: 1.6em; }

.personalUX label > span {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: #969696; }

.personalUX .widget-field .inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.widget-field input[type="text"] {
  padding: 1px 0; }

.personalUX input[type="text"] {
  /*width: 60%;*/
  padding: 9px 0px 9px 5px;
  margin-right: 6px;
  margin-bottom: 0px !important;
  border: 1px solid #898989;
  background: #fbfbfb;
  line-height: 15px;
  outline: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  font-size: 16px;
  color: #32465A; }

.personalUX .widget12 input.personalized-form-element,
.personalUX .widget13 input.personalized-form-element,
.personalUX .widget113 input.personalized-form-element,
.personalUX .widget26 input.personalized-form-element {
  width: 191px; }

.personalUX .widget12 .dd.ddcommon,
.personalUX .widget13 .dd.ddcommon,
.personalUX .widget113 .dd.ddcommon,
.personalUX .widget26 .dd.ddcommon {
  width: 191px !important; }

.personalUX .widget12 select.personalized-form-element,
.personalUX .widget13 select.personalized-form-element,
.personalUX .widget113 select.personalized-form-element {
  visibility: hidden; }

.personalUX .widget26 .dd.ddcommon .ddChild {
  min-height: 213px; }

.ddcommon .ddChild {
  width: 100% !important;
  overflow-y: hidden; }

.ddcommon .shadow {
  -webkit-box-shadow: 5px 5px 5px -5px #000 !important;
     -moz-box-shadow: 5px 5px 5px -5px #000 !important;
          box-shadow: 5px 5px 5px -5px #000 !important; }

.personalUX input[type="radio"] {
  font-size: 16px;
  color: #32465A;
  vertical-align: middle;
  position: absolute;
  visibility: hidden; }

.personalUX textarea {
  height: 100px;
  padding: 5px 0px 0px 5px;
  width: 70%; }

div.personalUX select {
  width: auto;
  line-height: 15px;
  min-width: 80px;
  font-size: 18px !important;
  -webkit-appearance: menulist-button;
  padding-right: 30px;
  font-family: inherit; }

.input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 19px;
  width: 19px;
  margin: -26px;
  padding: 0;
  border: 0; }

input[type=radio].css-checkbox + label.css-label {
  padding-left: 28px;
  height: 21px;
  display: inline-block;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  /*vertical-align:middle;*/
  cursor: pointer; }

label[for=pr_hide] {
  display: none !important; }

input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -21px; }

label.css-label {
  background-image: url(../img/icons/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.personalUX .head-free-personalization {
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 12px; }

.personalUX .personalization-correct span {
  font-size: 16px !important;
  line-height: normal;
  font-weight: bold;
  margin-left: 5px; }

.personalUX .persProdHeading {
  padding-bottom: 10px;
  font-size: 16px; }

.personalUX .backgroundWrapper {
  background-color: #EAEDF1;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #4360AE;
  margin-bottom: 15px; }

.personalUX .widget-field {
  margin-bottom: 15px; }

.personalUX .widget-field.ringSize {
  margin-right: 10px; }

.personalUX .widget-field.ringSize,
.personalUX .widget-field.ringSizer {
  display: inline-block !important;
  width: auto !important;
  vertical-align: bottom; }

.personalUX .snippet-wrapper.widget03, .personalUX .snippet-wrapper.widget02, .personalUX .snippet-wrapper.pers_section_61 {
  font-size: 0px; }

.personalUX .snippet-wrapper .snippet-wrapper {
  margin-top: 0px; }

.personalUX .widget-field.ringSizer a {
  font-size: 16px !important; }

.personalUX .fieldContainer.ruleCheckbox .personalization-correct input {
  float: none; }

.personalUX #widget_14_clearall {
  margin-bottom: 5px !important; }

.fieldContainer.ruleCheckbox .personalization-correct {
  margin-bottom: 5px !important; }
  .fieldContainer.ruleCheckbox .personalization-correct table {
    margin-bottom: 0; }

.fieldContainer.ruleCheckbox .personalized-form-element.checkbox {
  vertical-align: top;
  padding: 5px 4px 0 3px !important; }

.fieldContainer.ruleCheckbox .personalized-form-element.text p {
  line-height: 21px; }
  .fieldContainer.ruleCheckbox .personalized-form-element.text p span {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px !important;
    font-weight: 700 !important; }

.personalUX .previewMulti {
  float: none;
  display: inline-block;
  height: 40px;
  margin-left: 10px;
  padding-top: 8px; }

.personalUX #widget_14 .personalize-left-side {
  text-align: left !important;
  width: auto !important; }

.personalUX .snippet-wrapper {
  margin-top: 10px;
  line-height: normal;
  display: inline-block;
  width: 100%; }

.personalUX .widget-field.ringSize .snippet-wrapper.widget51 .widget-field {
  margin-bottom: 0px; }

.personalUX .widget-field.ringSize .snippet-wrapper.widget51 .widget-field, .personalUX .widget-field.ringSize .snippet-wrapper.widget51 .dd.ddcommon {
  display: block; }

.personalUX .dd.ddcommon#itemQty_msdd {
  min-width: auto !important;
  width: 80px !important; }

.personalUX .snippet-wrapper p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: normal;
  padding-bottom: 5px; }

.personalUX .snippet-wrapper label table td.personalized-form-element,
.personalUX .choose-free-personalization label table td.personalized-form-element,
.personalUX .widget-field label table td.personalized-form-element {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle; }

td.personalized-form-element p {
  margin-bottom: 2px;
  padding-left: 5px; }

.personalUX .snippet-wrapper strong {
  width: 17px !important;
  font-size: 16px !important;
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.personalUX .personalize-left-side.s7clearall #clear_personalization {
  font-size: 14px !important;
  line-height: normal; }

.personalUX .personalize-left-side.s7clearall {
  line-height: 1px; }

.personalUX .dd.ddcommon:last-of-type {
  margin-bottom: 0px; }

.personalUX #widget_14 {
  position: relative;
  padding-left: 0px !important;
  margin-top: 10px; }

.personalUX #widget_14 .personalize-left-side {
  padding-right: 82px; }

.personalUX .error_in_field .dd.ddcommon {
  border: 2px solid #fbd3d3; }
  .personalUX .error_in_field .dd.ddcommon:focus {
    outline: 0; }

.personalUX .error_in_field input[type="text"] {
  background: #fbd3d3 !important; }

.personalUX .contextError {
  width: 100%;
  color: #600 !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px; }

.personalUX .contextErrorContainer {
  width: 100%; }

.personalUX .personalization-correct td {
  /*white-space: nowrap;*/ }

.fieldContainer.ruleCheckbox.error .personalization-correct {
  background: #fbd3d3 !important;
  border: 1px solid #d2a6a6 !important;
  width: auto !important;
  height: auto !important;
  padding-left: 5px; }

.fieldContainer.ruleCheckbox.error .personalization-correct table {
  margin-bottom: 0; }

.personalUX .dd.ddcommon {
  margin-top: 0px;
  width: 180px; }
  .personalUX .dd.ddcommon:focus {
    outline: 0; }

.personalUX .snippet-wrapper.widget03 ~ .snippet-wrapper.widget51 {
  margin-top: 0px; }

.ddOutOfVision:not([id*="msdd"]) select {
  width: 180px !important; }

.modal-body .personalUX select {
  visibility: hidden; }

.personalUX .dd.ddcommon input {
  background: none transparent;
  color: transparent;
  caret-color: transparent;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important; }

.personalUX .personalize-left-side.s7clearall a {
  display: inline-block; }

.personalUX .widget-field.widget-counter .count1 {
  display: none !important; }

.personalUX .widget-field.widget-counter .count2 {
  display: block !important; }

.personalUX .head-free-personalization {
  display: none !important; }

.personalUX .widget17 .widget-field.widget-counter, .personalUX .widget27 .widget-field.widget-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.personalUX .widget27 .widget-field.widget-counter, .personalUX .widget17 .widget-field.widget-counter {
  position: relative; }

.personalUX .widget17 input[type="text"], .personalUX .widget27 input[type="text"] {
  width: 185px; }

.personalUX .dd .ddChild .ddlabel {
  font-size: 16px;
  line-height: 17px; }

/*----------------- .end Personalize UX----------------*/
.contextError {
  font-size: 14px;
  line-height: 1.7; }

.dd .ddChild li {
  font-size: 16px;
  line-height: 1.2; }

/* Desktop widgets START */
body.productDetail .info .contentBox.alt form .snippet-wrapper {
  clear: both; }

body.productDetail .info .contentBox.alt form .snippet-wrapper p {
  margin-bottom: 12px; }

.choose-free-personalization {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 0px; }

.widget-field > label,
.choose-free-personalization label {
  display: block;
  width: 100%; }

.choose-free-personalization .snippet-wrapper {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.widget-field .head-free-personalization + label {
  margin-bottom: 15px; }

.snippet-wrapper ~ .widget-field > label:first-of-type {
  margin-top: 10px; }

.personalUX .snippet-wrapper.widget51 ~ .snippet-wrapper.widget51,
.personalUX .snippet-wrapper ~ .snippet-wrapper.widget03, .personalUX .snippet-wrapper ~ .snippet-wrapper.widget02,
.personalUX .snippet-wrapper ~ .widget62 .snippet-wrapper.pers_section_51 {
  margin-top: 0px; }

.personalUX .persContentAreaFields + .snippet-wrapper.widget03 {
  margin-top: 10px; }

.personalUX .choose-free-personalization label:last-of-type input:checked + label {
  margin-bottom: 10px; }

.choose-free-personalization table.personalized-form-element {
  margin-bottom: 15px; }

.choose-free-personalization label:last-of-type .personalized-form-element {
  margin-bottom: 5px !important; }

.disclaimerLarge {
  font-weight: 700; }

.personalizedFieldContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.personalizedFieldContainer > div:not(:last-of-type) {
  width: 160px;
  margin-right: 5px; }

.choose-free-personalization h2, .head-free-personalization {
  font-size: 12px;
  font-weight: 700;
  color: #474441;
  line-height: 20px;
  margin-bottom: 3px;
  *margin-bottom: 0px; }

.choose-free-personalization td.personalized-form-element input {
  margin-left: 0;
  vertical-align: text-bottom; }

.snippet-wrapper strong {
  display: block;
  float: left;
  width: 12px;
  margin-right: 8px;
  font-size: 12px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #474441; }

.snippet-wrapper b {
  font-size: 12px;
  line-height: 20px; }

.snippet-wrapper select {
  font-family: Arial, sans-serif;
  font-size: 13px; }

.snippet-wrapper p {
  clear: both; }

.persHeading {
  color: #2E475B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 5px; }

/* Personalzed Preview START */
#widget_14, .widgetPreviewNow {
  clear: both;
  padding-left: 67px;
  margin-bottom: 5px !important;
  position: relative; }

.widgetPreviewNow {
  height: 28px; }

#widget_14 .personalize-left-side,
.widgetPreviewNow .personalize-left-side {
  float: left;
  width: 170px; }

#widget_14 .personalize-left-side a#clear_personalization, .widgetPreviewNow .personalize-left-side a#clear_personalization {
  font-size: 10px;
  text-decoration: underline; }

/* Personalized Preview END */
.personalization-correct {
  margin-bottom: 17px;
  clear: both; }

.personalization-correct input {
  margin-left: 0; }

#errDiv {
  display: none;
  margin-bottom: 7px; }

#errDiv li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 3px; }

.widget-field a {
  text-decoration: underline;
  font-size: 10px;
  display: block; }

.widget-field h2 {
  font-weight: bold; }

.widget-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  clear: both; }
  .widget-field.hide {
    display: none !important; }

.widget-field script + .divider {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px; }

.widget-field .ddcommon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.widget-field select {
  margin-left: 0px;
  font-size: 13px;
  font-family: Arial, sans-serif; }

.snippet-wrapper select#itemQty {
  margin-bottom: 10px; }

.widget-field + input.personalized-form-element {
  margin-bottom: 5px;
  margin-left: 0px; }

.widget-field a.ringSizePdf {
  margin-top: -11px;
  *margin-bottom: 10px;
  width: 60px; }

.snippet-wrapper {
  /*  overflow: auto;*/ }

.snippet-wrapper .ddcommon {
  /*display: inline-block;*/
  margin-top: 0; }

.inline {
  display: inline-block; }

.buyNowBtnPers {
  height: 44px; }

body.productDetail .info .price dl.secondary {
  line-height: 12px;
  font-size: 10px; }

body.productDetail .info .contentBox.alt .sleeve .price {
  width: 236px;
  line-height: 12px; }

body.productDetail .info .contentBox.alt .sleeve .column {
  width: 190px; }

table.personalized-form-element {
  margin-left: 0;
  margin-bottom: 10px; }

td.personalized-form-element {
  font-size: 12px;
  color: #474441; }

td.personalized-form-element input[type="radio"] {
  margin: 3px 3px 3px 0; }

.snippet-wrapper select#prop_custom1 {
  margin-left: 0px; }

.snippet-wrapper select#custom1 {
  margin-left: 0px; }

.snippet-wrapper select#custom2 {
  margin-left: 0px; }

.snippet-wrapper .widget-field.ringSizer {
  width: 100px;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 20px; }

.snippet-wrapper .error_in_field + .widget-field.ringSizer {
  margin-bottom: 20px; }

.snippet-wrapper .widget-counter {
  margin-bottom: 15px; }

.snippet-wrapper td.personalized-form-element {
  *padding-right: 0px; }

.personalUX .snippet-wrapper strong.font-b {
  margin-top: 0;
  margin-right: 22px !important;
  line-height: 32px !important; }

/* Desktop widgets END */
.field > .fieldGroup.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px; }

.fieldGroup.radio .fieldGroup.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px; }

.fieldGroup.radio .radioColumn {
  width: 150px; }

.fieldGroup.radio input {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 5px;
  margin-right: 5px; }

.fieldGroup.radio label {
  font-size: 11px;
  font-weight: 700;
  color: #474441; }

.labelNames1 .snippet-wrapper strong,
.labelInitial2 .snippet-wrapper strong {
  width: 55px !important;
  margin-right: 0px;
  height: 30px !important;
  line-height: 20px; }

.regularPBM img {
  max-width: 100%; }

.accessories__main-title-form1 {
  font-size: 11.5px;
  font-weight: 700;
  color: #32465a;
  line-height: 1.2; }

.accessories__img-form1 {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px; }

.accessories__checkbox-form1 {
  min-width: 13px;
  margin-top: 17px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

.accessories__title-form1 {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3; }

.accessories__price-form1 {
  font-size: 11px; }

.accessories__list-title-form1 {
  font-size: 14px;
  font-weight: 700; }

.accessories__list-subtitle-form1 {
  font-size: 11px; }

.accessories__ss-form1 {
  color: #32465A;
  margin-top: 8px;
  font-size: 10px; }

.accessories__main-title-form2 {
  font-size: 11.5px;
  font-weight: 700;
  color: #32465a;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: -8px;
  border-bottom: 1px solid #32465A; }

.accessories__main-subtitle-form2 {
  font-size: 11.5px;
  color: #32465a; }

.accessories__img-form2 {
  width: 98px;
  border: 1px solid #32465A;
  margin-left: 10px;
  margin-right: 10px; }

.accessories__title-form2 {
  font-size: 11px;
  line-height: 1.25;
  margin-bottom: 8px; }

.accessories__price-form2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px; }

.accessories__ss-form2 {
  font-size: 10px;
  color: #75808a; }

.accessories__checkbox-form3 {
  min-width: 13px;
  margin: 3px 3px 3px 4px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

.accessories__main-title-form4 {
  font-size: 14px;
  font-weight: 700;
  color: #32465a;
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #32465A; }

.accessories__img-form4 {
  width: 100px;
  -webkit-box-shadow: 1.2px 1.2px 5px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 1.2px 1.2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1.2px 1.2px 5px 0 rgba(0, 0, 0, 0.25);
  margin-left: 10px;
  margin-right: 10px; }

.accessories__title-form4 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: #32465a;
  margin-bottom: 5px; }

.accessories__price-form4 {
  font-size: 14px;
  font-weight: 700;
  color: #32465a;
  margin-bottom: 7px; }

.accessories__buy-block-form5 input {
  width: 18px;
  height: 18px; }

.accessories__buy-block-form5 img {
  width: 75px;
  height: 75px; }

.accessories__list-title-form5 {
  font-size: 14px;
  font-weight: 700; }

.accessories__list-subtitle-form5 {
  font-size: 12px; }

.accessories__list-img-form5 {
  width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #E5E3E1; }

.accessories__checkbox-form5 {
  width: 18px;
  height: 18px; }

.accessories__img-form5 {
  border: 1px solid #E5E3E1;
  border: 1px solid #E5E3E1; }

.accessories__title-form5 {
  font-size: 21px;
  font-weight: 600;
  font-family: "cronos-pro-display", sans-serif;
  margin-bottom: 15px; }

.accessories__price-form5 {
  font-size: 14px;
  font-weight: 700; }

.dd .ddTitle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  color: #474441 !important; }
  .dd .ddTitle:focus {
    outline: 0; }

.dd .ddTitle .ddTitleText {
  padding: 3px 20px 3px 5px !important; }
  .dd .ddTitle .ddTitleText:focus {
    outline: 0; }

.personalUX .widget-field.widget-counter .inline input.personalized-form-element {
  margin-left: 31px !important; }

.personalUX .dd.ddcommon {
  display: inline-block;
  vertical-align: middle; }

.personalUX .dd .ddTitle .ddTitleText {
  font-size: 18px;
  width: 100%;
  padding: 3px 30px 3px 5px !important; }

.personalUX .ddlabel {
  color: #474441 !important;
  line-height: normal;
  height: auto !important; }

.personalUX .backgroundWrapper p.fz-14.mb-0 {
  line-height: 1; }

.personalUX .snippet-wrapper:last-of-type {
  margin-bottom: -10px; }

.personalUX #widget_14_clearall {
  margin-top: 10px; }

.productPreviewProcess .subtitle {
  bottom: auto !important;
  font-size: 12px;
  font-weight: 700; }

.redPersonalizeUploaderButton, .start-personalizing-button {
  display: inline-block; }
  .redPersonalizeUploaderButton:hover, .start-personalizing-button:hover {
    color: #fff; }

.printMoreDetailsUpload {
  margin-top: 3px;
  margin-left: 26px; }

.printMoreDetails {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
  color: #474441; }

.persContentAreaFields .snippet-wrapper strong {
  width: 12px;
  margin-right: 14px;
  font-size: 14px;
  line-height: 30px;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
              -ms-grid-row-align: start;
          align-self: start; }
  .persContentAreaFields .snippet-wrapper strong.font-b {
    margin-right: 22px; }

.persContentAreaFields label span p {
  margin-bottom: 0; }

#fakeInputFile {
  padding: 1px 2px; }

#fakeInputFileBtn {
  top: 0 !important; }

.hidden {
  display: none; }

@media screen and (max-width: 991px) {
  .wrapper {
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important; }
  .thank-you__title {
    font-size: 21px;
    text-align: center; }
  .search-results {
    top: 120px;
    width: 100%;
    border-top: none; }
    .category
.search-results__title {
      background-color: #F6F3F5;
      margin-left: -.5rem;
      margin-right: -.5rem;
      padding: .25rem .5rem; }
    .search-results__suggest ul li a {
      padding: 0;
      margin-top: 20px;
      font-weight: 400; }
      .search-results__suggest ul li a:hover {
        background-color: transparent; }
    .search-results__block ul li {
      margin-bottom: 10px; }
  .your-order__warning {
    line-height: 16px; }
  .your-order__register-tooltip {
    margin-bottom: 6px; }
  .account__count-products {
    width: 20px;
    height: 20px;
    -webkit-transform: translate(30%, -30%);
       -moz-transform: translate(30%, -30%);
        -ms-transform: translate(30%, -30%);
         -o-transform: translate(30%, -30%);
            transform: translate(30%, -30%);
    font-size: 14px; }
  .link:hover {
    text-decoration: none; }
  .label {
    width: 100%;
    margin-right: 0;
    margin-top: 0; }
  .input-error {
    max-width: 100%;
    margin-left: 0; }
  .input-wrapper {
    width: 100%;
    min-width: 100%; }
  .input-field {
    width: 100%;
    min-width: 100%; }
    .input-field-mid {
      width: 100%;
      min-width: 100%; }
    .input-field-small {
      width: 100%;
      min-width: 100%; }
    .input-field.name {
      width: 214px;
      min-width: 214px; }
    .input-field.zip {
      width: 124px;
      min-width: 124px; }
  .passion-header {
    margin-top: -10px; }
  .main-offer.suggestions {
    margin-left: -16px;
    margin-right: -16px; }
  .main-offer__link {
    padding: 10px 0; }
  .main-slider button {
    display: none; }
  .main-slider .owl-item.active:not(.center) {
    -webkit-transform: scale(1.55) translateX(18%);
       -moz-transform: scale(1.55) translateX(18%);
        -ms-transform: scale(1.55) translateX(18%);
         -o-transform: scale(1.55) translateX(18%);
            transform: scale(1.55) translateX(18%); }
  .main-slider .owl-item.active.center {
    z-index: 10; }
    .main-slider .owl-item.active.center img {
      width: 450px; }
    .main-slider .owl-item.active.center + .active {
      -webkit-transform: scale(1.55) translateX(-17%);
         -moz-transform: scale(1.55) translateX(-17%);
          -ms-transform: scale(1.55) translateX(-17%);
           -o-transform: scale(1.55) translateX(-17%);
              transform: scale(1.55) translateX(-17%); }
  .shop-menu__form.mob {
    position: static; }
    .shop-menu__form.mob.active {
      position: fixed;
      z-index: 5;
      top: -4px;
      left: 0;
      width: 100%;
      height: 100%; }
      .shop-menu__form.mob.active .shop-menu__form--wrapper {
        position: relative;
        padding-top: 12px;
        padding-left: 12px;
        padding-bottom: 21px;
        background-color: #F5F3F4; }
        .shop-menu__form.mob.active .shop-menu__form--wrapper:before {
          position: absolute;
          content: '';
          bottom: 0;
          left: 0;
          width: 100%;
          height: 11px;
          background-color: #4360AE;
          border-bottom: 3px solid #fff; }
        .shop-menu__form.mob.active .shop-menu__form--wrapper:after {
          position: absolute;
          content: '';
          top: 100%;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #ccc; }
      .shop-menu__form.mob.active .shop-menu__form--cancel {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #4360AE;
        -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.141176);
           -moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.141176);
                box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.141176);
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding: 8px;
        color: #fff;
        cursor: pointer; }
      .shop-menu__form.mob.active .shop-menu__form--close {
        position: absolute;
        top: 21px;
        right: 20px;
        width: 20px;
        height: 20px;
        cursor: pointer; }
        .shop-menu__form.mob.active .shop-menu__form--close:before, .shop-menu__form.mob.active .shop-menu__form--close:after {
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          width: 26px;
          height: 2px;
          margin: auto;
          background-color: #4360AE; }
        .shop-menu__form.mob.active .shop-menu__form--close:before {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
             -moz-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
               -o-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
        .shop-menu__form.mob.active .shop-menu__form--close:after {
          -webkit-transform: translate(-50%, -50%) rotate(135deg);
             -moz-transform: translate(-50%, -50%) rotate(135deg);
              -ms-transform: translate(-50%, -50%) rotate(135deg);
               -o-transform: translate(-50%, -50%) rotate(135deg);
                  transform: translate(-50%, -50%) rotate(135deg); }
      .shop-menu__form.mob.active .search-results__suggest {
        display: block;
        height: 100%;
        padding-bottom: 35px; }
        .shop-menu__form.mob.active .search-results__suggest h3 {
          font-family: "Roboto", Arial, sans-serif;
          color: #686664; }
        .shop-menu__form.mob.active .search-results__suggest ul li a {
          font-weight: 300;
          font-size: 18px;
          margin-top: 0;
          padding-top: 12px;
          padding-bottom: 17px; }
          .shop-menu__form.mob.active .search-results__suggest ul li a strong {
            font-weight: 500; }
      .shop-menu__form.mob.active .input-group {
        max-width: 80%; }
  .shop-menu__form--input {
    height: 40px;
    padding: 8px 50px 8px 15px;
    color: #4360AE;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #9da0a4; }
    .shop-menu__form--input.form-control:focus {
      color: #4360AE; }
  .shop-menu__form--button {
    right: 1px;
    padding-right: 0;
    background-color: #4360AE;
    -webkit-background-size: auto 20px;
       -moz-background-size: auto 20px;
            background-size: auto 20px;
    background-image: url("../img/icons/search-icon-mob.svg"); }
  .circles__slider {
    height: auto;
    padding: 0 30px; }
  .circles.units-8 .circles__img-wrapper {
    max-width: none;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.25);
    border-width: 2px; }
  .circles.units-8 .circles__slider .oval-arrow {
    bottom: 0; }
  .circles.units-10 .circles__link {
    width: 100%;
    height: 100%; }
  .circles.units-10 .circles__img-wrapper {
    width: auto;
    height: 100%; }
    .circles.units-10 .circles__img-wrapper span {
      top: auto; }
  .circles.units-10 .circles__slider .oval-arrow {
    bottom: -50px; }
  .circles.label-inner .circles__descr {
    width: 80px;
    margin-top: -38px;
    font-size: 12px;
    text-shadow: -1px -1px 0 #fff; }
  .circles.label-outer .circles__descr {
    width: 100%;
    padding: 0; }
  .circles__link:hover .circles__img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .circles__link:hover .circles__descr {
    text-decoration: none; }
  .no-risk__wrapper {
    min-height: 110px; }
  .no-risk__title:before {
    display: none; }
  .no-risk__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0; }
    .no-risk__item:nth-child(1) {
      -webkit-animation: norisk01 20s linear infinite;
         -moz-animation: norisk01 20s linear infinite;
           -o-animation: norisk01 20s linear infinite;
              animation: norisk01 20s linear infinite; }
    .no-risk__item:nth-child(2) {
      -webkit-animation: norisk02 20s linear infinite;
         -moz-animation: norisk02 20s linear infinite;
           -o-animation: norisk02 20s linear infinite;
              animation: norisk02 20s linear infinite; }
    .no-risk__item:nth-child(3) {
      -webkit-animation: norisk03 20s linear infinite;
         -moz-animation: norisk03 20s linear infinite;
           -o-animation: norisk03 20s linear infinite;
              animation: norisk03 20s linear infinite; }
    .no-risk__item:nth-child(4) {
      -webkit-animation: norisk04 20s linear infinite;
         -moz-animation: norisk04 20s linear infinite;
           -o-animation: norisk04 20s linear infinite;
              animation: norisk04 20s linear infinite; }
    .no-risk__item img.mob {
      height: 72px; }
  .no-risk__img {
    height: 33px;
    margin-right: 10px; }
    .no-risk__img.truck {
      height: 24px; }
    .no-risk__img.coin {
      height: 35px; }
  .no-risk__text {
    color: #918B84;
    line-height: 1.7; }
  .top-ideas {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    .top-ideas.overflow-hidden-mob {
      overflow-y: hidden; }
    .top-ideas__another-title {
      font-size: 21px; }
    .top-ideas__left {
      min-width: 180px; }
    .top-ideas__slider {
      overflow: visible; }
      .top-ideas__slider.overflow-x-mob {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; }
    .top-ideas__item {
      min-width: 120px; }
    .top-ideas__link {
      margin: 0 10px; }
  .oval-arrow.oval-prev {
    left: 15px; }
  .oval-arrow.oval-next {
    right: 15px; }
  .why-we-care {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: none; }
    .why-we-care:before {
      position: absolute;
      content: "";
      z-index: 1;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 25px;
      background: -webkit-radial-gradient(ellipse farthest-side at 50% 225%, #a8b7c1 0%, white 100%);
      background: -moz- oldradial-gradient(ellipse farthest-side at 50% 225%, #a8b7c1 0%, white 100%);
      background: -o-radial-gradient(ellipse farthest-side at 50% 225%, #a8b7c1 0%, white 100%);
      background: radial-gradient(ellipse farthest-side at 50% 225%, #a8b7c1 0%, white 100%);
      opacity: 0.6; }
    .why-we-care__wrapper {
      position: relative; }
      .why-we-care__wrapper:before {
        position: absolute;
        content: "";
        z-index: 1;
        top: 100%;
        left: 0;
        width: 100%;
        height: 25px;
        background: -webkit-radial-gradient(ellipse farthest-side at 50% -125%, #a8b7c1 0%, white 100%);
        background: -moz- oldradial-gradient(ellipse farthest-side at 50% -125%, #a8b7c1 0%, white 100%);
        background: -o-radial-gradient(ellipse farthest-side at 50% -125%, #a8b7c1 0%, white 100%);
        background: radial-gradient(ellipse farthest-side at 50% -125%, #a8b7c1 0%, white 100%);
        opacity: 0.6; }
    .why-we-care__left {
      min-width: 145px;
      margin-left: 0; }
    .why-we-care__item {
      font-size: 12px; }
    .why-we-care__title {
      font-size: 34px; }
    .why-we-care__canvas h1, .why-we-care__canvas h2, .why-we-care__canvas h3, .why-we-care__canvas p {
      font-size: 14px !important;
      color: #8090BB !important; }
    .why-we-care__canvas a {
      color: #8090BB;
      text-decoration: underline; }
    .why-we-care__subtitle, .why-we-care__text {
      font-size: 14px; }
  .seo-block.collapse:not(.show) {
    position: relative;
    height: 100px;
    overflow: hidden; }
    .seo-block.collapse:not(.show):before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0.1)), to(white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, white 100%);
      background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0.1) 70%, white 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 70%, white 100%); }
  .seo-block.collapsing {
    height: 125px; }
  .seo-block__see-more {
    font-size: 11px; }
  .breadcrumbs {
    margin-top: 10px; }
    .breadcrumbs.new {
      padding-left: 46px;
      padding-bottom: 8px;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      border-bottom: 1px solid #F2F1F0; }
    .breadcrumbs__back.new {
      line-height: 1.1; }
    .breadcrumbs__item {
      font-size: 10px; }
      .breadcrumbs__item:not(:last-of-type).sub:before {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
    .breadcrumbs__last {
      font-size: 10px; }
  .category__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    border-top: 0; }
    .category__wrapper .zero_results {
      padding-bottom: 25px;
      border-bottom: 1px solid #E5E3E1; }
  .category__left {
    display: none; }
  .category__right {
    width: 100%; }
  .category-theme__title {
    font-size: 28px;
    color: #686664; }
  .category__title {
    font-size: 28px;
    color: #686664;
    text-align: left;
    margin-bottom: 0; }
    .category__title.cannedSearch {
      width: auto;
      height: auto;
      text-indent: unset;
      background: none; }
  .category__side {
    background-color: #fff; }
    .category__side ul li {
      margin-bottom: 19px; }
      .category__side ul li a {
        font-size: 16px; }
      .category__side ul li span {
        font-size: 14px; }
  .category__list {
    border-top: none;
    background-image: none;
    padding-top: 0;
    padding-bottom: 35px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0; }
  .category__block:not(:last-of-type) {
    margin-bottom: 15px; }
  .category__block:last-of-type {
    border-bottom: none; }
  .category__list-toggler {
    font-size: 16px;
    margin-bottom: 12px;
    color: #686664;
    padding-bottom: 0 !important; }
  .category__show-more {
    font-size: 16px;
    margin-bottom: 0; }
  .category__seo h2 {
    font-size: 11px; }
  .search-term {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-align: left; }
  .searching-title {
    font-size: 12px;
    font-weight: 300;
    text-align: left; }
  .refine {
    position: relative; }
    .refine.active,
    .refine .active {
      padding-bottom: 5px; }
      .refine.active > .toggler,
      .refine .active > .toggler {
        -webkit-border-radius: 4px 4px 0 0;
           -moz-border-radius: 4px 4px 0 0;
                border-radius: 4px 4px 0 0; }
        .refine.active > .toggler:before,
        .refine .active > .toggler:before {
          display: block; }
      .refine.active > .refine__main-toggler:after,
      .refine .active > .refine__main-toggler:after {
        border-width: 0 5px 8px 5px;
        border-color: transparent transparent #fff transparent; }
    .refine.disabled > .refine__main-toggler:after {
      display: none; }
    .refine .toggler {
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      text-align: center;
      color: #fff;
      font-weight: 700;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#4360ae), color-stop(50%, #5d74b3), color-stop(51%, #4360ae), to(#4360ae));
      background-image: -webkit-linear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
      background-image: -moz- oldlinear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
      background-image: -o-linear-gradient(top, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
      background-image: linear-gradient(to bottom, #4360ae 0%, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
      -webkit-box-shadow: 0 2px 2px #32465a;
         -moz-box-shadow: 0 2px 2px #32465a;
              box-shadow: 0 2px 2px #32465a;
      cursor: pointer; }
      .refine .toggler:before {
        display: none;
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        -webkit-box-shadow: 1px 2px 1px #32465a;
           -moz-box-shadow: 1px 2px 1px #32465a;
                box-shadow: 1px 2px 1px #32465a;
        background-color: #4360ae;
        -webkit-border-radius: 0 0 4px 4px;
           -moz-border-radius: 0 0 4px 4px;
                border-radius: 0 0 4px 4px; }
    .refine__main-toggler {
      height: 26px;
      font-size: 14px; }
      .refine__main-toggler:after {
        position: absolute;
        content: '';
        top: 9px;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #fff transparent transparent transparent; }
    .refine > ul > li {
      position: relative;
      background-color: #fff; }
      .refine > ul > li:not(:last-of-type) {
        margin-bottom: 10px; }
      .refine > ul > li > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 26px;
        padding-left: 10px;
        color: #fff;
        font-size: 12px; }
        .refine > ul > li > a:after {
          position: absolute;
          content: '';
          top: 9px;
          right: 10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 6.5px 0 6.5px;
          border-color: #fff transparent transparent transparent; }
        .refine > ul > li > a:hover {
          text-decoration: none; }
      .refine > ul > li.active > a:after {
        border-width: 0 6.5px 11px 6.5px;
        border-color: transparent transparent #fff transparent; }
      .refine > ul > li > ul > li > a {
        position: relative;
        display: block;
        -webkit-tap-highlight-color: #ccc;
        border-bottom: 1px solid #cadced;
        padding: 11px 10px;
        color: #336699;
        font-size: 12px;
        font-weight: 400;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        .refine > ul > li > ul > li > a:before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          right: 10px;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent #1e6791; }
        .refine > ul > li > ul > li > a span {
          color: #32465A;
          font-size: 10px;
          margin-left: 4px; }
  #refine-menu {
    background-color: #eaedf1; }
    #refine-menu.new {
      background-color: #F2F1F0; }
  .products__item {
    margin-bottom: 8px; }
    .products__item-wrapper {
      max-width: 100%;
      height: 100%;
      border: 1px solid #E0E6EA;
      -webkit-box-shadow: 1.5px 1.5px 2px 0 rgba(0, 0, 0, 0.2);
         -moz-box-shadow: 1.5px 1.5px 2px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 1.5px 1.5px 2px 0 rgba(0, 0, 0, 0.2);
      padding: 5px 0 15px; }
  .products__link {
    min-height: auto;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none; }
  .products__price {
    font-size: 12px;
    font-weight: 600;
    color: #686664; }
  .products__img-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .products__bottom-line, .products__link {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .selected-filters__title {
    font-size: 16px; }
  .selected-filters__clear {
    font-size: 14px;
    line-height: 1.4; }
  .selected-filters__item {
    font-size: 14px; }
  .paginator__buttons {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .paginator-mobile__arrow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px; }
    .paginator-mobile__arrow:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid; }
  .paginator-mobile__prev:before {
    border-width: 3px 17px 3px 0;
    border-color: transparent #e0e4ea transparent transparent; }
  .paginator-mobile__next:before {
    border-width: 3px 0 3px 17px;
    border-color: transparent transparent transparent #e0e4ea; }
  .paginator-mobile__show-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-shadow: 1px 2px 1px 0 #32465a;
       -moz-box-shadow: 1px 2px 1px 0 #32465a;
            box-shadow: 1px 2px 1px 0 #32465a;
    color: #fff;
    background: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91); }
  .cart .special .title {
    font-size: 14px; }
  .cart__title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #e5e3e1; }
  .cart__top-line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px; }
    .cart__top-line div {
      width: 100%; }
  .cart__bottom-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .cart__paypal-button {
    height: 36px;
    background-position: center 9px; }
    .cart__paypal-button.small {
      margin-left: 0;
      margin-right: auto; }
    .cart__paypal-button.full-length {
      margin-top: 15px;
      margin-right: auto; }
  .cart__empty {
    margin: 5px; }
  .cart__error {
    font-size: 11px;
    font-weight: 400;
    color: #600;
    padding: 5px;
    line-height: 1.2;
    margin-bottom: -15px; }
  .cart__checkout-button {
    padding-top: 10px;
    padding-bottom: 10px; }
    .cart__checkout-button.full-length {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; }
      .cart__checkout-button.full-length:before {
        left: 77px;
        right: 0; }
  .cart__paypal-button.full-length, .cart__checkout-button.full-length {
    width: 100%; }
  .empty-cart-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #eaedf1; }
    .empty-cart-list__item {
      width: 48%;
      height: 77px; }
    .empty-cart-list__link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      background-color: #fff;
      -webkit-box-shadow: 1px 1px 1px #999;
         -moz-box-shadow: 1px 1px 1px #999;
              box-shadow: 1px 1px 1px #999;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px; }
    .empty-cart-list__img {
      height: 60px; }
    .empty-cart-list__text {
      width: 100%;
      font-weight: 400;
      font-size: 10px;
      text-align: center;
      line-height: 1.5;
      color: #fff;
      background-color: #4360AE;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
      -webkit-border-radius: 0 0 5px 5px;
         -moz-border-radius: 0 0 5px 5px;
              border-radius: 0 0 5px 5px;
      margin-bottom: 0; }
  .cart-table {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #32465A; }
    .cart-table__item {
      padding-bottom: 10px; }
    .cart-table__wrapper {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .cart-table__title:nth-of-type(1) {
      width: 350px; }
    .cart-table__title:nth-of-type(2) {
      width: 130px; }
    .cart-table__title:nth-of-type(3) {
      width: 120px; }
    .cart-table__title:nth-of-type(4) {
      width: 90px; }
    .cart-table__img {
      min-width: 120px;
      width: 120px;
      margin-right: 5px; }
    .cart-table__column:nth-of-type(1), .cart-table__column:nth-of-type(2), .cart-table__column:nth-of-type(3) {
      width: 100%;
      padding-top: 0;
      padding-right: 0; }
    .cart-table__column:nth-of-type(1) {
      margin-top: 5px; }
    .cart-table__number {
      color: #64788C; }
    .cart-table__button {
      width: 22px;
      height: 22px; }
      .cart-table__button:before, .cart-table__button:after {
        width: 14px; }
    .cart-table__price {
      margin-top: 9px; }
      .cart-table__price span:first-of-type {
        font-weight: 700; }
    .cart-table__quantity {
      width: 37px;
      height: 26px;
      margin-left: 8px;
      margin-right: 8px; }
    .cart-table__security {
      height: auto;
      padding: 0;
      background: none;
      margin-top: 0; }
    .cart-table__purchase {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .cart-table__shipping {
      margin-top: 0;
      font-size: 14px; }
    .cart-table__availability {
      margin-top: 4px; }
    .cart-table__calc {
      width: 100%;
      margin-top: 7px; }
    .cart-table__remove {
      margin-top: 0; }
    .cart-table__modify {
      margin-top: 10px; }
    .cart-table__link {
      font-size: 14px; }
  .cart-page__logos--item:first-child {
    max-width: 87px; }
  .checkout .input-error {
    font-size: 11px;
    line-height: 1.5; }
  __register-tooltip {
    font-size: 10px;
    line-height: 1.2; }
  __register-info {
    line-height: 14px; }
  __register-text {
    font-size: 11px; }
  .sorryMsg {
    padding: 0; }
  .checkout-order {
    padding: 0;
    border: 0;
    margin-top: 0;
    background: none; }
  .form-body {
    background-color: #eaedf1; }
  .form-header {
    padding-left: 10px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  .form-title {
    font-size: 14px; }
  .form-row {
    max-width: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto; }
  .form-legend {
    font-size: 11px; }
  .form-social-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .form-social-buttons a {
      width: 220px; }
      .form-social-buttons a.facebook {
        padding-left: 45px; }
        .form-social-buttons a.facebook:before {
          width: 25px;
          height: 25px; }
      .form-social-buttons a.google:before {
        width: 20px;
        height: 20px; }
    .form-social-buttons button {
      width: 225px; }
  .form-select {
    width: 100%; }
  .form-flag {
    display: none !important; }
  .form-group {
    margin-bottom: 15px; }
  .form-label {
    padding: 0;
    font-size: 12px; }
    .form-label.mobile-11 {
      font-size: 11px; }
  .form-modal-link {
    font-size: 11px; }
  .form-top-links {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form-check-label {
    margin-top: 4px; }
  .std-select {
    width: 45px; }
  .register__left {
    min-width: auto;
    width: 100%;
    margin-right: 0; }
  .register-steps__item:before {
    width: 17px;
    padding-bottom: 1px; }
  .register-input {
    width: 166px !important;
    height: 21px;
    padding: 3px 4px;
    font-size: 11px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px; }
  .account__left {
    width: 100%;
    padding-right: 0; }
  .account__right {
    width: 100%; }
  .account__link {
    font-size: 14px; }
  .account__mini-text {
    font-size: 12px; }
  .products-list-links.blue {
    background-color: #eaedf1; }
  .products-list-links.border-top {
    border-top: 1px solid #000; }
  .products-list-links li {
    position: relative; }
    .products-list-links li:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 10px;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #1e6791; }
    .products-list-links li:not(.submenu) {
      border-bottom: 2px solid #fff; }
      .products-list-links li:not(.submenu):hover {
        background-color: #ccc; }
        .products-list-links li:not(.submenu):hover:before {
          display: none; }
    .products-list-links li a {
      display: block;
      padding: 11px 22px 11px 10px;
      color: #369;
      font-size: 12px;
      text-decoration: none; }
  .error-message {
    line-height: 1.2;
    font-size: 11px; }
    .error-message ul li {
      list-style: disc;
      margin-left: 17px;
      line-height: 1.2;
      padding-top: 4px; }
      .error-message ul li label {
        display: inline; }
  .side-menu > ul > li {
    padding-top: 0;
    padding-bottom: 8px; }
    .side-menu > ul > li:not(:last-of-type) {
      margin-bottom: 0; }
    .side-menu > ul > li > a {
      font-size: 14px;
      font-weight: 700; }
  .service-page__title {
    font-size: 28px; }
  .service-page-block {
    padding: 0;
    border-top: 0;
    margin: 0 -30px; }
    .service-page-block p {
      font-size: 14px; }
    .service-page-block__title {
      margin-bottom: 0;
      border-bottom: 1px solid #fff; }
      .service-page-block__title a {
        position: relative;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        padding: 10px 30px 10px 18px;
        background-color: #4360AE; }
        .service-page-block__title a:before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          right: 20px;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 10px 6px 0 6px;
          border-color: #fff transparent transparent transparent; }
        .service-page-block__title a:hover {
          color: #fff;
          text-decoration: none; }
    .service-page-block__list {
      display: none;
      padding: 0 21px 0 18px; }
      .service-page-block__list > li:not(:last-of-type) {
        margin-bottom: 0; }
      .service-page-block__list > li:not(:first-of-type) > a {
        border-top: 1px solid #e5e3e1; }
      .service-page-block__list > li > a {
        position: relative;
        display: block;
        line-height: 1.4;
        font-weight: 300;
        padding: 10px 20px 10px 0; }
        .service-page-block__list > li > a:before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          right: 0;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-color: transparent transparent transparent #435fae; }
        .service-page-block__list > li > a:hover {
          text-decoration: none; }
        .service-page-block__list > li > a.active:before {
          border-width: 10px 6px 0 6px;
          border-color: #435fae transparent transparent transparent; }
  .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
  .product__left {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px; }
  .product__right {
    background-color: #F8F7F7;
    border: 4px solid #e5e3e1;
    padding: 8px; }
  .product__img-wrapper {
    border: none; }
    .product__img-wrapper #zoomBtnContainer,
    .product__img-wrapper .zoomBtnContainer {
      display: none; }
    .product__img-wrapper #s7viewerContainer_photos {
      border: 1px solid #32465a;
      overflow: hidden; }
  .product__title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px; }
  .product__subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px; }
  .product__descr {
    margin-top: 5px; }
  .product__details {
    margin-top: 4px; }
  .product__text {
    font-size: 14px;
    line-height: 1.5; }
  .product__shop-similar {
    border-bottom: 1px solid #E5E3E1;
    background: #F2F1F0;
    padding: 10px 14px;
    margin-top: 10px; }
  .product__attributes p {
    font-size: 13.3px; }
  .product__attributes select {
    height: 28px;
    padding-left: 6px;
    border: 1px solid #32465a;
    font-size: 12px; }
  .product-bottom__tab {
    position: relative;
    z-index: 2;
    display: block;
    margin-left: 0;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4360ae), color-stop(50%, #5d74b3), color-stop(51%, #4360ae), to(#4360ae));
    background: -webkit-linear-gradient(top, #4360ae 0, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
    background: -moz- oldlinear-gradient(top, #4360ae 0, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
    background: -o-linear-gradient(top, #4360ae 0, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
    background: linear-gradient(to bottom, #4360ae 0, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
    -webkit-box-shadow: 0 2px 2px #32465a;
       -moz-box-shadow: 0 2px 2px #32465a;
            box-shadow: 0 2px 2px #32465a;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0; }
    .product-bottom__tab a {
      padding: 5px 0;
      font-weight: 700; }
      .product-bottom__tab a:before {
        position: absolute;
        content: '';
        top: 9px;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #fff transparent transparent transparent; }
      .product-bottom__tab a:after {
        position: absolute;
        content: 'More';
        z-index: 3;
        top: 72px;
        right: 10px;
        width: 47px;
        height: 19px;
        font-size: 11px;
        font-weight: 700;
        color: #fff;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .5s .5s;
        -o-transition: opacity .5s .5s;
        -moz-transition: opacity .5s .5s;
        transition: opacity .5s .5s;
        padding: 4px 8px;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        -webkit-box-shadow: 1px 2px 1px 0 #32465a;
           -moz-box-shadow: 1px 2px 1px 0 #32465a;
                box-shadow: 1px 2px 1px 0 #32465a;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4360ae), color-stop(50%, #5d74b3), color-stop(51%, #4360ae), to(#4360ae));
        background: -webkit-linear-gradient(top, #4360ae 0, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
        background: -moz- oldlinear-gradient(top, #4360ae 0, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
        background: -o-linear-gradient(top, #4360ae 0, #5d74b3 50%, #4360ae 51%, #4360ae 100%);
        background: linear-gradient(to bottom, #4360ae 0, #5d74b3 50%, #4360ae 51%, #4360ae 100%); }
      .product-bottom__tab a.active:before {
        border-width: 0 5px 8px 5px;
        border-color: transparent transparent #fff transparent; }
      .product-bottom__tab a.active:after {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .5s .5s;
        -o-transition: opacity .5s .5s;
        -moz-transition: opacity .5s .5s;
        transition: opacity .5s .5s; }
  .product-bottom__content {
    background-color: #eaedf1;
    background-image: none;
    padding: 6px 10px 10px; }
    .product-bottom__content.collapse:not(.show) {
      display: block;
      height: 75px;
      overflow: hidden; }
      .product-bottom__content.collapse:not(.show):before {
        display: none; }
    .product-bottom__content.collapsing {
      height: 120px; }
    .product-bottom__content .heading2 {
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 0; }
    .product-bottom__content p {
      line-height: 1.5; }
    .product-bottom__content .column {
      float: none;
      width: 100%; }
      .product-bottom__content .column.last {
        padding-left: 0; }
      .product-bottom__content .column li {
        font-size: 14px;
        margin-bottom: 0; }
    .product-bottom__content img {
      display: none; }
  .buy-now {
    width: 100%;
    background-color: #F8F7F7;
    border: 4px solid #e5e3e1;
    padding: 8px;
    margin-top: 10px; }
    .buy-now__right {
      width: 100%; }
    .buy-now__subtitle {
      line-height: 1.3;
      margin-top: 0;
      font-size: 12px;
      font-weight: 700; }
    .buy-now__ship-service {
      font-size: 10px;
      font-weight: 400;
      color: #369; }
      .buy-now__ship-service:hover {
        color: #369;
        text-decoration: none; }
    .buy-now__one-option-mob {
      border: 0 !important;
      padding: 0; }
    .buy-now__number {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.3; }
    .buy-now__copyright {
      font-weight: 300; }
  .buy-block__column {
    width: 50% !important; }
    .buy-block__column-std {
      width: 100%; }
  .buy-block__add-to-cart {
    padding: 5px 6px; }
  .buy-block__help-text {
    margin-top: 6px;
    line-height: 1.3;
    pointer-events: none;
    color: #474441; }
    .buy-block__help-text.options-page {
      margin-top: 5px; }
    .buy-block__help-text:hover {
      color: #474441; }
  .buy-block__delivery {
    font-size: 12px;
    margin-top: 11px;
    line-height: 1.4; }
  .register-steps__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .register-steps__list:before {
      top: 13px;
      left: 0;
      right: 0;
      width: 200px;
      height: 4px;
      margin: auto; }
  .register-steps__item {
    max-width: 110px;
    text-align: center;
    padding-top: 37px;
    padding-left: 0;
    line-height: 1.4; }
    .register-steps__item.active:before, .register-steps__item:before {
      bottom: auto;
      left: 0;
      right: 0;
      width: 30px;
      height: 30px;
      font-size: 15px;
      padding-left: 0; }
    .register-steps__item.active:after {
      top: -12px;
      bottom: auto;
      right: 0;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
    .register-steps__item:not(:last-of-type) {
      margin-bottom: 0; }
  .no-results__products {
    display: block;
    width: 100%;
    overflow-x: auto;
    padding-left: 10px;
    white-space: nowrap;
    font-size: 0; }
    .no-results__products li {
      display: inline-block;
      min-width: 150px;
      width: 150px;
      height: 175px;
      vertical-align: middle;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
         -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
              box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
      margin-right: 15px;
      white-space: normal;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
      .no-results__products li img {
        width: 130px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 3px; }
      .no-results__products li a {
        font-size: 16px; }
  .contact-us__mm {
    width: 265px;
    margin-top: -10px;
    font-size: 12px; }
  .contact-us__three-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .contact-us__three-columns .first-column {
      width: 100%;
      padding-top: 0;
      padding-right: 0; }
    .contact-us__three-columns .second-column {
      width: 55%;
      margin-top: 7px; }
    .contact-us__three-columns .third-column {
      width: 45%;
      margin-top: 7px;
      padding-top: 0;
      padding-left: 0; }
    .contact-us__three-columns .second-column label,
    .contact-us__three-columns .third-column label {
      font-size: 12px; }
  .contact-us__two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px; }
    .contact-us__two-columns.checkbox {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; }
    .contact-us__two-columns label {
      width: 265px;
      font-weight: 700;
      text-align: left;
      margin-bottom: 2px;
      padding-right: 0; }
      .contact-us__two-columns label span {
        display: block;
        font-size: 12px;
        margin-top: 4px;
        margin-bottom: 7px; }
    .contact-us__two-columns input:not([type=checkbox]) {
      width: 265px;
      height: 25px;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      border-color: #000;
      border-width: 1px;
      padding: 6px 6px 4px 6px; }
      .contact-us__two-columns input:not([type=checkbox]).md {
        width: 190px;
        margin-right: 70px; }
      .contact-us__two-columns input:not([type=checkbox]).sm {
        width: 190px;
        margin-right: 70px; }
    .contact-us__two-columns select {
      width: 190px;
      margin-right: 70px;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      border-color: #000;
      border-width: 1px; }
    .contact-us__two-columns textarea {
      width: 265px;
      border-color: #000;
      border-width: 1px; }
  .page-404__title {
    font-size: 13px;
    border-top: 1px solid #EAEDF1;
    border-bottom: 1px solid #EAEDF1; }
  .page-404__text-block {
    border-top-color: #808080;
    border-bottom: none !important;
    background-image: none !important;
    padding-bottom: 0; }
  .page-404__form {
    width: 305px;
    border: none; }
  .page-404__input {
    height: auto;
    padding: 3px 4px;
    font-size: 13px;
    line-height: 1;
    border-right: none; }
  .page-404__button {
    position: static;
    width: auto;
    height: 22px;
    font-size: 13px !important;
    font-weight: 700;
    padding: 5px;
    color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0 #32465a;
       -moz-box-shadow: 1px 2px 1px 0 #32465a;
            box-shadow: 1px 2px 1px 0 #32465a;
    -webkit-border-radius: 0 6px 6px 0;
       -moz-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
    margin: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#246b9d), color-stop(50%, #5493b8), color-stop(51%, #2770a0), to(#145a91));
    background-image: -webkit-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background-image: -moz- oldlinear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background-image: -o-linear-gradient(top, #246b9d, #5493b8 50%, #2770a0 51%, #145a91);
    background-image: linear-gradient(to bottom, #246b9d, #5493b8 50%, #2770a0 51%, #145a91); }
    .page-404__button:before {
      display: none; }
  .cali-residents__link {
    font-size: 12px;
    text-decoration: underline; }
  .forgot-password-block {
    display: none; }
  .no-gradients-mob {
    background: none; }
  .pinItWrapper {
    margin-right: 50px; }
  .title-with-border-bottom {
    font-size: 35px;
    letter-spacing: -.5px; }
  .h1 {
    font-size: 16px; }
  .h2 {
    font-size: 14px; }
  .error label {
    color: #32465A; }
  .input-error {
    line-height: 1.5;
    margin-top: 0; }
  .mob-hidden {
    display: none !important; }
  .col-form-label-sm {
    font-weight: 700; }
  .custom-select-sm,
  .form-control-sm {
    height: 25px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border-color: #000; }
    .custom-select-sm.state,
    .form-control-sm.state {
      width: 180px;
      min-width: 180px; }
  .page-ul.two-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
  .welDesc h2 {
    font-size: 11px; }
  .welDesc p {
    color: #8898A5;
    font-size: 11px; }
  .welDesc a {
    text-decoration: underline; }
  .accessories__buy-block-form1 {
    border-bottom: 1px solid #647382;
    padding-bottom: 8px;
    margin-bottom: 12px; }
  .accessories__img-form1 {
    margin-right: 5px; }
  .accessories__title-form1 {
    margin-bottom: 5px;
    line-height: 11px; }
  .accessories__price-form1 {
    font-size: 10px; }
  .accessories__list-title-form1 {
    font-size: 11.5px; }
  .accessories__list-subtitle-form1 {
    font-size: 11.5px;
    margin-top: 4px; }
  .accessories__add-to-cart-form1 {
    border-top: 1px solid #647382; }
  .accessories__title-form2 {
    margin-top: 4px;
    margin-bottom: 5px; }
  .accessories__img-form2 {
    width: 110px;
    margin-left: 0;
    margin-right: 0; }
  .accessories__img-form4 {
    width: 75px;
    margin-left: 5px;
    margin-right: 5px; }
  .accessories__checkbox-form4 {
    margin-top: 11px; }
  .accessories__title-form4 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px; }
  .accessories__list-form4 {
    padding-bottom: 2px;
    border-bottom: 1px solid #32465A; }
  .accessories__price-form4 {
    line-height: 1;
    margin-bottom: 5px; }
  .accessories__list-title {
    font-size: 11.5px; }
  .accessories__list-subtitle {
    font-size: 11.5px; }
  .accessories__img-form5 {
    width: 100px;
    height: 100px;
    margin-left: 5px;
    margin-right: 5px; }
  .accessories__title-form5 {
    font-size: 16px;
    margin-bottom: 8px; }
  .accessories__delivery-form5 {
    margin-top: 2px; }
  .outerAdditionalBlock {
    margin: 12px -6px 20px !important;
    line-height: 1 !important; }
    .outerAdditionalBlock .adprprice {
      margin-top: 10px; }
    .outerAdditionalBlock .adprss {
      margin-top: 4px; }
    .outerAdditionalBlock .checkprod {
      clear: both;
      padding-top: 12px; }
  #missing_options {
    font-size: 11px; }
  .field > .fieldGroup.radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
    margin-bottom: 0; }
  .field.optionField {
    padding-bottom: 10px; }
  .fieldGroup.radio .fieldGroup.radio {
    margin-bottom: 12px; }
  .fieldGroup.radio .radioColumn {
    width: auto; }
  .fieldGroup.radio label {
    font-size: 14px;
    font-weight: 300; }
  .widget-field {
    width: 100%; }
    .widget-field.ringSizer {
      text-decoration: underline; }
    .widget-field .personalize-left-side {
      width: 50%; }
    .widget-field select {
      min-height: 28px; }
    .widget-field a {
      text-decoration: none; }
      .widget-field a img {
        width: 90px;
        height: auto; }
    .widget-field .clearPersonalizationBtn {
      text-decoration: underline; }
  .disclaimerLarge {
    margin-bottom: 4px; }
  .persContentAreaFields .snippet-wrapper p,
  .persContentAreaFields .snippet-wrapper b {
    font-size: 12px; }
  .persContentAreaFields .snippet-wrapper strong {
    line-height: 26px; }
  .persContentAreaFields label span p {
    font-size: 13.3px; }
  .choose-free-personalization .head-free-personalization {
    line-height: 18px; }
  .choose-free-personalization h2 {
    font-weight: 700;
    line-height: 18px; }
  td.personalized-form-element {
    font-size: 12px; }
  .widget-field input[type="text"] {
    width: 80%;
    font-size: 12px;
    padding: 6px 6px 4px 6px;
    border: 1px solid #32465a; }
  .personalize-now-widget {
    padding: 10px !important; }
    .personalize-now-widget select {
      height: 28px;
      font-size: 11px;
      border: 1px solid #32465a; }
    .personalize-now-widget .previewMulti .process {
      background: none;
      background: url(https://www.bradfordexchange.com/store/20091217001/responsive2/images/preloader-40x40.gif) 0 0 no-repeat;
      -webkit-background-size: 13px 13px;
         -moz-background-size: 13px;
              background-size: 13px;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      padding-left: 24px;
      color: #32465a;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
  #persContentArea .fieldContainer.ruleCheckbox .personalization-correct input {
    font-size: 11px;
    padding: 0;
    margin: 0;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  #persContentArea .error label {
    display: inline;
    color: #600; }
  .fieldContainer.ruleCheckbox {
    margin-top: 15px; }
    .fieldContainer.ruleCheckbox .personalization-correct {
      margin-bottom: 0px !important;
      width: auto !important; }
  .fieldContainer .hrLine {
    display: none; }
  .contextMessage {
    font-size: 11px; }
  .personalUX {
    border-top: none;
    margin-bottom: 10px !important; }
    .personalUX .backgroundWrapper {
      padding: 0;
      border-bottom: 0;
      background-color: #eaedf1;
      margin-bottom: 5px; }
    .personalUX .persProdHeading {
      padding-bottom: 10px; }
    .personalUX .snippet-wrapper {
      display: inline-block;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      font-size: 16px; }
      .personalUX .snippet-wrapper > div {
        width: 100% !important; }
      .personalUX .snippet-wrapper p {
        font-size: 16px; }
      .personalUX .snippet-wrapper strong {
        margin-right: 7px;
        height: 31px !important;
        line-height: 28px;
        -webkit-align-self: start !important;
            -ms-flex-item-align: start !important;
                    -ms-grid-row-align: start !important;
                align-self: start !important;
        margin-top: 0; }
    .personalUX .widget-field.ringSizer {
      width: auto;
      padding-bottom: 0;
      margin-top: 0; }
      .personalUX .widget-field.ringSizer a {
        text-decoration: underline; }
    .personalUX .widget-field.ringSize {
      width: auto;
      padding-bottom: 0;
      margin-bottom: 15px; }
      .personalUX .widget-field.ringSize .dd.ddcommon {
        font-size: 16px;
        min-width: 160px !important; }
    .personalUX .widget-field.widget-input strong {
      margin-top: 5px;
      -webkit-align-self: start;
          -ms-flex-item-align: start;
                  -ms-grid-row-align: start;
              align-self: start; }
    .personalUX .widget-field.widget-counter.widget-input .inline input.personalized-form-element {
      width: 80%;
      margin-left: 0 !important; }
    .personalUX .widget-field.widget-counter input[type="text"] {
      width: 80%; }
    .personalUX .widget-field.widget-counter .inline input.personalized-form-element {
      margin-left: 25px !important; }
    .personalUX .widget-field.widget-counter > div:not(.previewMulti) {
      width: 100%; }
    .personalUX .widget-field input[type="text"] {
      width: 80%;
      height: 42px;
      font-size: 16px; }
    .personalUX #widget_14 .personalize-left-side {
      width: 55% !important;
      padding-right: 0;
      display: inline-block; }
    .personalUX .previewMulti {
      height: 25px;
      margin-left: 0;
      padding-top: 7px; }
    .personalUX .dd.ddcommon:not([id*="msdd"]) {
      width: 180px !important; }
    .personalUX .refine__main-toggler {
      height: 5px;
      -webkit-box-shadow: unset !important;
         -moz-box-shadow: unset !important;
              box-shadow: unset !important; }
    .personalUX .refine__main-toggler:after {
      border: 0px !important;
      content: ""; }
    .personalUX #widget_14, .personalUX .widgetPreviewNow {
      margin-bottom: 15px !important;
      white-space: nowrap; }
  .snippet-wrapper .ddcommon {
    height: 28px; }
  .fieldContainer.ruleCheckbox .personalized-form-element.text p span {
    margin-left: 0; }
  .fieldContainer.ruleCheckbox .personalized-form-element.checkbox {
    width: 20px;
    vertical-align: top;
    padding: 4px 4px 0 0 !important; }
  .fieldContainer.ruleCheckbox .personalized-form-element.error .personalization-correct {
    padding-left: 3px; }
  .printMoreDetails {
    font-size: 10px; }
  .ddlabel {
    font-size: 18px;
    font-weight: 400; }
  .dd .ddTitle .ddTitleText {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 50px 3px 5px !important;
    font-size: 16px; }
  .personalize-button {
    float: right; }
  .snippet-wrapper select {
    min-height: 28px;
    font-size: 12px;
    padding-left: 6px; }
  .snippet-wrapper b {
    font-size: 10px;
    line-height: 10px; }
  .snippet-wrapper .widget-counter {
    margin-bottom: 15px; }
  #widget_14,
  .widgetPreviewNow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0; }
    #widget_14 .personalize-left-side,
    .widgetPreviewNow .personalize-left-side {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%; }
      #widget_14 .personalize-left-side a#clear_personalization,
      .widgetPreviewNow .personalize-left-side a#clear_personalization {
        font-size: 14px;
        text-decoration: underline;
        margin: auto 0;
        display: inline-block; }
    #widget_14 .personalize-right-side,
    .widgetPreviewNow .personalize-right-side {
      position: static;
      width: 45%;
      display: inline-block; }
  .accessoryItemsInfo {
    padding-top: 0; }
  .accessoriesContainer {
    margin-bottom: 0 !important; } }

@media screen and (max-width: 767px) {
  .circles__slider {
    margin: 0; }
  .mobile-menu {
    position: fixed;
    height: -webkit-calc(100% - 45px);
    height: -moz-calc(100% - 45px);
    height: calc(100% - 45px); }
  .shop-menu__form--wrapper {
    overflow: hidden; }
  .shop-menu__form.mob {
    width: -webkit-calc(100% - 102px);
    width: -moz-calc(100% - 102px);
    width: calc(100% - 102px); }
  .top-ideas__left {
    min-width: 150px; }
  .featured__title {
    font-size: 36px; }
  .featured__item-wrapper:not(:last-of-type) {
    margin-bottom: 25px; }
  .footer__main-block {
    padding-top: 45px;
    border-top-width: 10px; }
  .footer__column {
    width: 100%;
    border-bottom: 1px solid #fff; }
    .footer__column:nth-of-type(3) {
      width: 100%; }
  .footer__california a {
    font-size: 16px; }
    .footer__california a:hover {
      text-decoration: none; }
  .footer__title.plus {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    padding: 20px 0; }
    .footer__title.plus:before, .footer__title.plus:after {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      width: 16px;
      height: 2px;
      margin: auto;
      background-color: #fff; }
    .footer__title.plus:after {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      -moz-transition: .3s all;
      transition: .3s all; }
    .footer__title.plus.active:after {
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; }
  .footer__title.active {
    font-weight: 600; }
  .footer__list {
    display: none;
    max-height: none;
    padding-bottom: 35px; }
  .footer__item {
    width: auto; }
  .footer__link {
    font-size: 16px; }
  .footer__social {
    width: 100%;
    margin: 0;
    padding: 0; }
  .footer__form {
    width: 100%; }
    .footer__form--label {
      margin-bottom: 15px; }
    .footer__form--input {
      width: 100%; }
  .footer__copyright--item {
    margin-bottom: 5px; }
  .footer__copyright--text {
    font-size: 10px; }
  .footer__privacy {
    font-size: 10px;
    margin-top: 0; }
  .recently-viewed {
    border-top: none;
    background-image: none; }
    .recently-viewed__slider {
      padding: 0 8px;
      margin-top: 10px;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .recently-viewed__slider .products__img-wrapper,
      .recently-viewed__slider .products__bottom-line,
      .recently-viewed__slider .products__link {
        margin-left: 0; }
    .recently-viewed__item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 40%;
      width: 130px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 35px; }
    .recently-viewed__link {
      font-weight: 300;
      color: #369;
      padding: 0; }
      .recently-viewed__link-wrapper {
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 100%; }
    .recently-viewed__buy {
      margin-left: 0;
      margin-right: auto; }
    .recently-viewed__price {
      font-weight: 700; }
  .login__left, .login__right {
    width: 100%; }
  .login__left {
    padding-right: 0; }
  .order-summary__row {
    position: relative;
    padding-left: 80px; }
  .order-summary__img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 70px;
    width: 70px; }
  .account__title {
    font-size: 16px; }
  .shipping__first-row, .shipping__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
    .shipping__first-row > div, .shipping__row > div {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      border: none;
      background: none;
      padding: 0; }
      .shipping__first-row > div:first-of-type, .shipping__row > div:first-of-type {
        border-left: none; }
      .shipping__first-row > div:last-of-type, .shipping__row > div:last-of-type {
        border-right: none; }
      .shipping__first-row > div:nth-of-type(3), .shipping__row > div:nth-of-type(3) {
        width: 100%; }
      .shipping__first-row > div:nth-of-type(5), .shipping__row > div:nth-of-type(5) {
        width: 100%; }
      .shipping__first-row > div > div, .shipping__row > div > div {
        width: auto; }
  .shipping__first-row, .shipping__empty-row {
    display: none; }
  .login__title {
    font-size: 14px; }
  .login__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .login__love {
    font-size: 12px; }
  .page-title {
    font-size: 14px; }
  .font-regular-mobile {
    display: block;
    font-weight: 400; } }

@media screen and (max-width: 575px) {
  .footer-std:after {
    bottom: 40px; }
  .main-slider .owl-item.active:not(.center) {
    -webkit-transform: scale(2.5) translateX(30%);
       -moz-transform: scale(2.5) translateX(30%);
        -ms-transform: scale(2.5) translateX(30%);
         -o-transform: scale(2.5) translateX(30%);
            transform: scale(2.5) translateX(30%); }
  .main-slider .owl-item.active.center {
    z-index: 10;
    margin-right: 0 !important; }
    .main-slider .owl-item.active.center img {
      width: 275%; }
    .main-slider .owl-item.active.center + .active {
      -webkit-transform: scale(2.5) translateX(-26.6%);
         -moz-transform: scale(2.5) translateX(-26.6%);
          -ms-transform: scale(2.5) translateX(-26.6%);
           -o-transform: scale(2.5) translateX(-26.6%);
              transform: scale(2.5) translateX(-26.6%); }
  .payment-options {
    border-top: 0;
    border-bottom: 0;
    padding: 0; }
    .payment-options.shipping-options .payment-options__label {
      padding-top: 0;
      padding-bottom: 0; }
    .payment-options__row {
      padding: 5px;
      background-color: #fff; }
      .payment-options__row:not(:last-child) {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 5px; }
    .payment-options__img-wrapper {
      min-width: 55px;
      width: 55px;
      height: 55px;
      margin-right: 5px;
      border: 1px solid #99a3ad; }
    .payment-options__title {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5px;
      font-size: 11px; }
    .payment-options__label {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      padding: 0; }
      .payment-options__label:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px; }
      .payment-options__label a {
        font-size: 11px; }
    .payment-options__radio {
      margin-right: 5px; }
    .payment-options__descr {
      margin-top: 0;
      margin-right: 5px;
      font-size: 11.5px; }
    .payment-options__price {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 19px;
      text-align: left;
      font-size: 11px; }
      .payment-options__price br {
        display: none; }
    .payment-options__arrives {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: auto;
      padding-left: 0;
      padding-right: 0;
      font-size: 11px; }
      .payment-options__arrives.with-delivery {
        height: auto; }
      .payment-options__arrives--by {
        width: auto;
        border-top: 0;
        padding-top: 0;
        padding-left: 19px;
        margin-right: 3px;
        font-size: 11px; }
      .payment-options__arrives--date {
        font-size: 11px; }
        .payment-options__arrives--date br {
          display: none; }
  .cart-page__bottom-logo {
    width: 135px;
    margin-top: -55px; }
  .cart-page__logos--item {
    max-width: 80px; }
    .cart-page__logos--item:first-child {
      max-width: 79px;
      margin-right: 10px; }
  .cart-page__copyright {
    height: 34px;
    font-size: 8px; }
    .cart-page__copyright a {
      text-decoration: underline;
      color: #32465A; }
      .cart-page__copyright a:hover {
        color: #32465A; }
  .cali-residents {
    margin-top: 20px; }
  .payment-information p {
    font-size: 10px; } }

@media screen and (max-width: 480px) {
  .top-ideas__slider {
    padding: 0;
    margin-left: 0; } }

@media screen and (max-width: 340px) {
  .popular-gifts__link {
    font-size: 14px; }
  .top-ideas__left {
    min-width: 100px; }
  .top-ideas__item {
    width: 130px; } }

@media print {
  header,
  .js-print-page,
  footer,
  #register,
  .crossSellBanner,
  #crossSellModal,
  .your-order__column .your-order__description > .align-items-center {
    display: none !important; }
  .form-block {
    display: block !important; }
  body {
    background: #fff; }
  .row > .col-12.col-lg-6,
  .wrapper {
    width: 100% !important;
    max-width: none !important; }
  .form-header,
  .form-title {
    background: none;
    color: #000; }
  .form-body,
  .form-block.last,
  .your-order__header {
    background: none; }
  .your-order__body {
    border-bottom: 1px solid #000; }
  .form-block.last {
    border: none; } }

/*# sourceMappingURL=style.css.map */
