.fa-search {
  position: relative;
  top: 5px;
  margin-left: -40px;
  font-size: 25px; }

/*
  Colors
*/
/*
  Fonts
*/
/*============= Resets =============*/
html,
body {
  height: 100%;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-user-select: none;
  /* Chrome all / Safari all / to disable tap action */
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }

a > img {
  border: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/*============= Headings and Titles =============*/
h1, h2,
h3, h4, h6 {
  font-family: "Spectral", serif;
  font-style: normal;
  color: #6D7177;
  line-height: 1.3;
  margin: 0 0 1em; }
  h1 a, h2 a,
  h3 a, h4 a, h6 a {
    color: #608189;
    text-decoration: none;
    transition: color .3s ease; }
    h1 a:hover, h2 a:hover,
    h3 a:hover, h4 a:hover, h6 a:hover {
      color: #505050; }

h1 {
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 1.25px; }

h2 {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 1.25px; }

h3 {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

h4 {
  font-weight: 500;
  font-size: 1.1875em;
  text-transform: uppercase;
  margin-bottom: .5em; }

h5 {
  font-weight: 800;
  font-size: .8125em;
  text-transform: lowercase;
  letter-spacing: 1.5px;
  font-family: "Spectral", serif;
  font-style: normal;
  color: #6D7177;
  line-height: 1.3;
  margin: 0 0 1em; }
  h5 a {
    color: #608189;
    text-decoration: none;
    font-weight: 800;
    transition: color .3s ease; }
    h5 a:hover {
      color: #505050; }

h6 {
  font-weight: 700;
  font-size: .9em; }

.h1--alt {
  font-style: italic;
  color: #848071; }

.h1-sc {
  font-size: 2.5em;
  font-weight: 700; }

.h2--alt {
  color: #848071; }

.h2-sm {
  font-size: 1.25em; }

.h3--alt {
  color: #848071; }

.h4--alt {
  color: #848071; }

.h-upper {
  text-transform: uppercase; }

.h-capital {
  text-transform: capitalize; }

.general-link {
  font-family: "Spectral", serif;
  font-weight: 800;
  color: #608189;
  transition: color .3s ease;
  font-size: 1.125em; }

.general-link:hover {
  color: #505050; }

p {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 16px;
  /*font-weight: 400;*/
  /*font-size: 1em;*/
  line-height: 24px;
  margin: .5em 0 1.5em 0; }

.p--small {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px; }

.p--large {
  font-size: 18px;
  line-height: 28px; }

.p--bold {
  font-weight: 700; }

.p--med {
  font-size: 15px; }

.p-blue {
  background-color: #D9E7EA;
  padding: 4px; }
  .p-blue a {
    color: #6D7177; }

a {
  font-family: "Spectral", serif;
  text-decoration: none;
  font-weight: 800;
  color: #608189;
  transition: .3s color ease; }
  a p {
    color: #608189; }
  a:hover {
    color: #505050; }
    a:hover p {
      color: #505050; }

a.help-page {
  font-family: "Montserrat"; }

a .arrow path {
  transition: fill .3s ease; }
a:hover svg path {
  fill: #608189; }

.back-to-top {
  clear: left; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

.p--category {
  font-size: .75em; }

/*============= Misc. =============*/
.arrow--up-right {
  transform: translate(2px, -2px); }

.video-link {
  position: relative; }
  .video-link::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #71B2C9;
    transition: border-color .3s ease; }

a:hover .video-link::after {
  border-color: transparent transparent transparent #608189; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.center {
  text-align: center;
  align-content: center;
  align-items: center; }

.strike {
  text-decoration: line-through; }

.half-width {
  width: 50%; }

.full-width {
  width: 100%; }

.no-margin {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }

.no-padding {
  padding: 0 !important; }

div.no-gutter--margin {
  margin-right: 0; }
  div.no-gutter--margin select {
    margin: 7.5px 0; }

.prod-related__label {
  font: normal 400 1.2em "Mercury SSm A", "Mercury SSm B"; }

.product-price-sale {
  border: dashed 2px #71B2C9;
  padding-left: 2px;
  padding-right: 2px;
  border-collapse: collapse;
  float: left; }

.sale-indicator {
  float: left;
  font-weight: bold;
  background-color: #71B2C9;
  color: white;
  border: solid 2px #71B2C9;
  border-collapse: collapse;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 4px; }

.center-h-margins {
  margin-left: auto;
  margin-right: auto; }

.product-label-bestsellers {
  font-family: "Spectral", serif;
  font-style: normal;
  font-size: 14px; }

.two-column-dashed-seperator > div {
  width: 50%;
  float: left;
  padding-top: 0;
  padding-bottom: 5px; }

.two-column-dashed-seperator > div:last-child {
  border-left: 2px dashed #8DB9CA;
  /*padding-top: 7px;*/
  padding-left: 15px; }

.hidden {
  display: none; }

.padding-small--top {
  padding-top: 35px; }

.whats-this {
  font-size: 13px;
  white-space: nowrap;
  font-family: "Montserrat";
  font-weight: normal; }

.a--normal {
  font-weight: normal; }

label.active {
  border: 1px solid #A4C7D5 !important;
  background-color: #A4C7D5 !important;
  color: #FFF !important; }

/*============= Layout =============*/
.container {
  width: 100%;
  min-width: 1000px;
  min-height: 256px;
  padding: 0px 20px 15px 20px;
  overflow: hidden; }

.content {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.content-item {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px; }

img.content-item {
  width: auto;
  width: initial;
  margin: 0px auto 16px; }

.float-holder {
  overflow: hidden; }

table.content-item {
  display: table; }

header,
footer {
  width: 100%; }

.image-container {
  position: relative; }
  .image-container img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/*
  Forms
*/
.form-area {
  /* used to be applied to all form tags */
  max-width: 600px; }
  .form-area.full-width {
    max-width: 100%;
    width: 100%; }
  .form-area label {
    font-family: "Spectral", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    display: block;
    margin: 0 50px 20px 0;
    width: 250px; }
  .form-area input[type="text"],
  .form-area input[type="password"],
  .form-area select,
  .form-area textarea {
    width: 100%;
    font-family: "Spectral", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    display: block;
    margin: 7.5px 0;
    padding: 10px 15px;
    border: 1px solid #505050;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }
    .form-area input[type="text"].focus, .form-area input[type="text"]:focus,
    .form-area input[type="password"].focus,
    .form-area input[type="password"]:focus,
    .form-area select.focus,
    .form-area select:focus,
    .form-area textarea.focus,
    .form-area textarea:focus {
      border-color: #8DB9CA; }
  .form-area select {
    width: 100%;
    font-family: "Montserrat";
    font-size: 1em; }
  .form-area input {
    box-sizing: border-box; }
  .form-area input[type=submit] {
    margin-top: 5px; }
  .form-area select {
    min-width: 100px;
    background: transparent;
    background-image: url("../../images/triangle_down_large.svg");
    background-position: right 10px center;
    background-repeat: no-repeat; }
  .form-area select::-ms-expand {
    display: none; }

.min_sz {
  min-width: 1024px;
  width: 1024px; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #608189;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

input[type="checkbox"]:checked + label:before {
  width: 7px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type="radio"] + label {
  margin: -1px 0px 0px 8px;
  position: absolute; }

.radio__measurements, .radio__measurements span {
  display: flex;
  justify-content: space-between; }
  .radio__measurements input, .radio__measurements label, .radio__measurements span input, .radio__measurements span label {
    padding-left: 15px; }
  .radio__measurements td label, .radio__measurements span td label {
    display: inline;
    margin: 2px 0 0 8px; }

/*
  Buttons
*/
.btn {
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  color: #FFF;
  margin: 0 0 20px;
  padding: 15px 30px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #71B2C9;
  border-radius: 0;
  background-color: #F9F8F2;
  transition: color .3s ease, background-color .3s ease, border .3s ease; }
  .btn:hover {
    color: #F9F8F2;
    background-color: #71B2C9; }

.btn--white {
  background-color: #FFF;
  color: #608189;
  border: none; }
  .btn--white:hover {
    background-color: #F2F2F2;
    color: #505050; }

.btn--clear {
  background-color: transparent; }
  .btn--clear:hover {
    color: #FFF;
    background-color: #71B2C9; }

.btn--blue {
  color: #FFF;
  background-color: #71B2C9; }
  .btn--blue:hover {
    border: 1px solid #608189;
    background-color: #608189; }

.btn--small {
  padding: 10px 25px;
  font-size: .8em; }

a.btn__center {
  display: block;
  margin: 35px auto;
  max-width: 242px; }

/*
  Lines
*/
/* TODO: change all urls to actual web site before going live */
.line {
  height: 3px;
  background-size: 16px;
  background-image: url("../../Images/media/line_blue.png");
  background-repeat: repeat-x;
  clear: both; }
  .line.line--sand {
    background-image: url("../../Images/media/line_sand.png"); }
  .line.line--space {
    margin-bottom: 16px; }
  .line.line--big--space {
    margin-bottom: 64px; }

.line--fine {
  height: 2px;
  background-size: 6px;
  background-image: url("../../Images/media/line_fine_blue.png"); }
  .line--fine.line--sand {
    background-image: url("../../Images/media/line_fine_sand.png"); }

.line--coarse {
  height: 4px;
  background-size: 48px;
  background-image: url("../../Images/media/line_coarse_blue.png"); }
  .line--coarse.line--sand {
    background-image: url("../../Images/media/line_coarse_sand.png"); }

.line--double {
  height: 20px;
  background-size: 140px;
  background-image: url("../../Images/media/line_double_blue.png"); }
  .line--double.line--sand {
    background-image: url("../../Images/media/line_double_sand.png"); }

/*
  Printing
*/
.only-print {
  display: none; }

@media print {
  .only-print {
    display: inherit; }

  .no-print {
    display: none; }

  .no_vis_print {
    visibility: hidden; }

  img {
    page-break-inside: avoid; }

  .print_noback {
    background-color: white !important;
    padding: 10px 0px 10px 20px !important;
    border: 1px solid #505050 !important; } }
/*
    Tables
*/
table {
  font-family: "Spectral", serif;
  width: 100%; }

.info-table {
  border: 1px solid #E5F0F2; }
  .info-table tr.condense {
    line-height: 16px; }
    .info-table tr.condense td {
      padding-top: 3px; }
  .info-table td {
    padding: 2px;
    vertical-align: top; }
  .info-table td:nth-child(odd) {
    font-weight: 600; }
  .info-table.padded {
    padding: 0px 60px 0px 40px; }
  .info-table.sidepad {
    padding: 5px 15px 10px 25px;
    border: 1px dotted #8DB9CA; }
  .info-table.no-border {
    border: 0px; }

.brand-table {
  font-family: "Spectral", serif;
  width: 100%;
  border-collapse: collapse;
  text-align: left; }
  .brand-table tr th {
    font-weight: normal;
    font-size: 1.1em;
    background-color: #D9E7EA;
    height: 50px;
    border-right: 1px solid #E5F0F2;
    padding: 10px 20px; }
  .brand-table tr td {
    height: 30px;
    border-right: 1px solid #E5F0F2;
    border-bottom: 2px solid #8DB9CA;
    padding: 8px 20px; }
  .brand-table tr td:last-child, .brand-table tr th:last-child {
    border-right: none; }
  .brand-table tr .right {
    text-align: right; }

.checkbox-table {
  margin-bottom: 16px;
  margin-top: 6px; }
  .checkbox-table input[type="checkbox"] + label {
    margin-left: 20px; }
  .checkbox-table input[type="checkbox"] + label:before {
    left: 15px;
    margin-top: 3px; }

.align__left {
  text-align: left; }

.align__middle {
  display: flex;
  align-items: center;
  justify-content: center; }

.border-bottom, .border-top {
  margin-bottom: 25px; }

/* top */
.margin_top_15px {
  margin-top: 15px; }

.margin_top_20px {
  margin-top: 20px; }

.margin_top_30px {
  margin-top: 30px; }

.margin_top_40px {
  margin-top: 40px; }

.margin_top_60px {
  margin-top: 60px; }

.margin_top_130px {
  margin-top: 130px; }

/* bottom */
.margin_bottom_20px {
  margin-bottom: 20px; }

.margin_bottom_60px {
  margin-bottom: 60px; }

/* left */
.margin_left_10px {
  margin-left: 10px; }

.margin_left_25px {
  margin-left: 25px; }

.margin_left_190px {
  margin-left: 190px; }

.margin_left_118px {
  margin-left: 118px; }

.margin_left_200px {
  margin-left: 200px; }

.margin_left_136px {
  margin-left: 136px; }

.margin_left_300px {
  margin-left: 250px; }

/* right */
.margin_right_200px {
  margin-right: 200px; }

.margin_right_20px {
  margin-right: 20px; }

.margin-auto {
  display: block;
  margin: 20px auto 0; }

.error_messages, .saleWarnMsg {
  display: block;
  color: #A91B2D !important;
  background-color: #F7E5E5;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  list-style-type: none;
  font-family: spectral;
  height: auto !important; }

.img_error {
  vertical-align: middle !important;
  margin-bottom: 4px;
  padding-right: 10px; }

.checkError {
  color: #A91B2D !important;
  background-color: #F7E5E5;
  text-align: left;
  padding: 8px;
  margin: 10px 0px; }

.error li {
  color: #A91B2D; }

header {
  /* TODO: change to actual web site before going live */
  background-image: url("../../Images/media/EL_Pattern_lt.png");
  padding-bottom: 16px;
  overflow: hidden;
  border-image-repeat: repeat; }

.header__utilities {
  list-style: none;
  display: table;
  width: 100%; }
  .header__utilities li {
    display: table-cell;
    text-align: center;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto; }

.header__utilities h3 {
  position: relative;
  font-weight: 500; }
  .header__utilities h3 svg path {
    transition: fill 0.3s ease, stroke 0.3s ease; }
  .header__utilities h3:hover .heart-icon path {
    stroke: #8DB9CA; }
  .header__utilities h3:hover .cart-icon path {
    fill: #8DB9CA; }

.header__search {
  float: right;
  width: 240px;
  margin: 25px; }

.header__search__field,
.header__search__submit {
  position: relative;
  float: left;
  margin: 0; }
  .header__search__field input, .header__search__field a,
  .header__search__submit input,
  .header__search__submit a {
    float: left;
    height: 38px;
    letter-spacing: .5px;
    margin: 10px 0 15px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #608189;
    border-radius: 0;
    background-color: transparent; }
    .header__search__field input:focus, .header__search__field a:focus,
    .header__search__submit input:focus,
    .header__search__submit a:focus {
      border-color: #608189; }
  .header__search__field svg,
  .header__search__submit svg {
    position: absolute;
    top: 25px; }

.header__search__field input {
  width: 160px;
  color: #608189;
  padding: 11px 5px 11px 25px; }
  .header__search__field input:focus {
    outline: none; }
.header__search__field svg {
  right: 147px; }

.header__search__submit a {
  width: 80px;
  font-style: italic;
  font-weight: 700;
  color: #608189;
  cursor: pointer;
  margin: 10px 0 15px;
  padding: 11px 5px 11px 10px;
  border-width: 0 0 1px 1px;
  transition: color .3s ease; }
  .header__search__submit a:focus {
    outline: none; }
  .header__search__submit a svg path {
    transition: fill .3s ease; }
.header__search__submit:hover a {
  color: #505050; }
.header__search__submit:hover svg path {
  fill: #608189; }

.header__search__submit svg {
  position: absolute;
  right: 0; }

.header__search__advanced {
  width: 100%;
  font-style: italic;
  font-weight: 700;
  text-align: right;
  float: right; }

.header__primary-identity {
  float: left;
  margin: 20px 30px 0px; }
  .header__primary-identity img {
    width: 265px;
    height: 90px; }

.row__header-title {
  width: 100%;
  max-width: 325px;
  margin: 0 auto 35px;
  border-bottom: 1px dashed #71B2C9; }

.fade_to_top {
  background: rgba(255, 255, 255, 0.64);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 5%, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.65) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 5%, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.65) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 5%, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.65) 90%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.35) 5%, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.65) 90%); }

.siteNote {
  width: 100%;
  max-height: 76px;
  background-color: #F5F5DC;
  text-align: center;
  font: 500 1em Arial;
  line-height: 20px;
  margin-top: -8px;
  position: relative;
  z-index: 1000; }

.siteNoteMsg {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block; }

.siteNoteClosed {
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .5s ease, opacity .5s ease, max-height 0.33s ease .4s;
  -webkit-transition: visibility .5s ease, opacity .5s ease, max-height 0.33s ease .4s;
  -moz-transition: visibility .5s ease, opacity .5s ease, max-height 0.33s ease .4s;
  -o-transition: visibility .5s ease, opacity .5s ease, max-height 0.33s ease .4s; }

footer {
  margin-top: 50px;
  height: 390px;
  background-color: #F9F8F2; }

.footer__monogram {
  position: relative;
  top: -18px; }
  .footer__monogram img {
    width: 92px;
    height: auto;
    position: relative;
    left: 31px; }

.footer__links {
  float: left;
  list-style: none;
  width: 540px;
  margin: 0 0 65px 75px; }
  .footer__links li {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    width: 50%;
    margin: 0 0 1em; }
    .footer__links li a {
      color: #608189; }
      .footer__links li a:hover {
        color: #505050; }

.footer__social {
  margin-right: 75px;
  float: right;
  list-style: none; }
  .footer__social li {
    display: inline-block;
    margin-right: 13px; }
    .footer__social li svg path,
    .footer__social li svg polygon {
      transition: fill .3s ease; }
    .footer__social li:hover svg path, .footer__social li:hover svg polygon {
      fill: #608189; }

.footer__seals {
  display: table;
  float: left;
  margin: 20px 100px 10px 40px; }

.footer__seals__cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px; }
  .footer__seals__cell img {
    width: 95px;
    height: auto; }

.footer__colophon {
  float: right;
  margin: 25px 32px 0px 0px; }
  .footer__colophon p {
    font-family: "Spectral", serif;
    width: auto;
    color: #848071; }

.breadcrumb ul {
  list-style: none;
  margin: 10px 20px 10px 40px;
  font-family: "Spectral", serif;
  font-style: normal;
  text-decoration: none; }
  .breadcrumb ul li {
    display: inline-block;
    position: relative;
    margin-right: 40px; }
    .breadcrumb ul li::after {
      content: '';
      position: absolute;
      height: 10px;
      width: 10px;
      right: -25px;
      top: 6px;
      background-image: url("../../images/triangle_right.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .breadcrumb ul li:last-of-type::after {
      display: none; }
  .breadcrumb ul a {
    color: #608189;
    font-size: 1.125em;
    font-weight: 800;
    text-transform: capitalize; }
    .breadcrumb ul a:hover {
      color: #505050; }

.breadcrumb_padding {
  padding-top: 15px; }
  .breadcrumb_padding a {
    padding-left: 20px; }
  .breadcrumb_padding div {
    margin-top: 15px; }

.primary-nav {
  list-style: none;
  width: 100%;
  display: table; }
  .primary-nav a {
    color: #608189;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none; }

.primary-nav__item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  height: 55px;
  width: 10%;
  cursor: pointer;
  border: solid 1px #D9E7EA;
  margin: 0 -1px 0 0;
  padding: 0 2px;
  transition: background-color .3s ease;
  line-height: 14px; }
  .primary-nav__item:hover, .primary-nav__item:active, .primary-nav__item.mnu_active {
    background-color: #71B2C9;
    color: white; }
    .primary-nav__item:hover a, .primary-nav__item:active a, .primary-nav__item.mnu_active a {
      color: white; }

.submenu {
  display: none;
  position: absolute;
  z-index: 2;
  margin: 2px;
  background-color: #FFF;
  border: 1px solid #71B2C9;
  line-height: 24px; }
  .submenu a {
    display: block; }
    .submenu a:hover {
      background-color: #71B2C9;
      color: #F9F8F2; }

.categories, .project-categories {
  width: 410px; }
  .categories div, .project-categories div {
    width: 50%;
    padding: 10px;
    position: relative;
    float: left; }

.categories {
  right: 50%; }

.project-categories {
  top: 391px;
  right: 0px; }

.inspiration, .projects, .exclusive {
  width: 200px;
  padding: 10px;
  right: 0px; }

.inspiration {
  margin-right: 20%; }

.projects {
  margin-right: 10%; }

.primary-nav__submenu {
  position: absolute;
  list-style: none;
  z-index: 2;
  top: 53px;
  left: -1px;
  width: 200px;
  border: solid 0 #BBD4DA;
  max-height: 0;
  overflow: hidden;
  background-color: #FFF;
  transition: all .5s ease; }
  .primary-nav__submenu.expand {
    border: solid 1px #BBD4DA;
    max-height: 5000px;
    padding: 10px 0; }
  .primary-nav__submenu li {
    height: auto;
    text-transform: none;
    padding: 0 10px; }
  .primary-nav__submenu p {
    width: auto;
    margin: 0 0 .5em 0; }
  .primary-nav__submenu a {
    color: #608189; }
    .primary-nav__submenu a:hover {
      color: #71B2C9; }

.primary-nav .has-submenu::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: 2px;
  left: 0;
  background-image: url("../../Images/media/triangle_down_large.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px; }

.primary-nav .has-submenu:hover::after {
  background-image: url("../../Images/media/triangle_down_large_white.svg"); }

.order-details td {
  vertical-align: middle; }

/*
    Project display
*/
.product-table {
  width: 100%; }

.product-control-table td {
  vertical-align: top;
  padding-left: 35px; }
  .product-control-table td:first-of-type {
    padding-left: 0px; }

/*
  Embroidery Design/Pack Product Control
*/
.prodImg_parent {
  min-width: 300px;
  min-height: 300px;
  margin-bottom: 8px;
  position: relative;
  border: 1px solid #D8D8D8; }

.prodImg_centered {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.prod_sale_note {
  height: 35px;
  width: 75px;
  position: relative;
  right: -224px;
  bottom: -263px;
  z-index: 10;
  background-color: #71B2C9;
  color: #FFF;
  padding: 5px 22px;
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 700; }

.prodName_Label {
  width: 180px;
  line-height: 20px;
  vertical-align: text-top;
  padding-bottom: 1em; }

.productCtrlMain {
  width: 100%;
  color: #505050;
  font-family: "Spectral", serif; }
  .productCtrlMain td {
    text-align: left;
    font-size: 1em;
    padding-left: 2px !important;
    min-width: 125px; }

.productCtrl_Repeater {
  width: 972px;
  border-collapse: collapse; }
  .productCtrl_Repeater td {
    vertical-align: top;
    padding-left: 24px; }

.sizeLabel {
  font-family: montserrat;
  color: #505050;
  font-size: 1em; }

.sizeSpan {
  margin-bottom: 4px;
  font-family: montserrat;
  font-size: 1em;
  color: #505050; }
  .sizeSpan p {
    margin: 0px; }
  .sizeSpan a {
    color: #505050;
    font-family: montserrat; }

.product_preview_price {
  padding: 2px 2px 2px 0px;
  font-weight: 600;
  font-family: "Montserrat"; }

.sale_price {
  border: 2px dashed #71B2C9;
  padding: 2px 6px;
  font-family: "Montserrat"; }

.packImg_crop {
  width: 290px;
  height: 290px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto; }

.packImg_centered {
  width: 300px;
  height: 300px;
  position: relative;
  top: -5px;
  left: -5px; }

/*
    Search and Search support
*/
.searchbox-area, .searchbox-area-advanced {
  background-color: #D9E7EA;
  margin: 20px 0px 0px 0px;
  font-family: "Spectral", serif;
  height: 61px; }
  .searchbox-area .search-box, .searchbox-area-advanced .search-box {
    padding: 18px 0px;
    display: inline; }
  .searchbox-area input[type=text], .searchbox-area-advanced input[type=text] {
    background-color: transparent;
    color: #505050;
    font: 600 italic 1em "Spectral", serif;
    border: none;
    border-bottom: 1px solid #608189;
    padding-left: 3px; }
    .searchbox-area input[type=text]:focus, .searchbox-area-advanced input[type=text]:focus {
      outline: none; }
  .searchbox-area .btn, .searchbox-area-advanced .btn {
    margin-bottom: 0px;
    font-weight: 400;
    margin-left: 8px; }
  .searchbox-area .advanced-search, .searchbox-area-advanced .advanced-search {
    font-weight: 700;
    font-style: italic; }
  .searchbox-area.searchbox-area, .searchbox-area-advanced.searchbox-area {
    padding: 10px 0px 0px 16px; }
    .searchbox-area.searchbox-area > *, .searchbox-area-advanced.searchbox-area > * {
      margin-right: 5px; }
    .searchbox-area.searchbox-area .search-box input, .searchbox-area-advanced.searchbox-area .search-box input {
      width: 530px; }
      .searchbox-area.searchbox-area .search-box input.wide, .searchbox-area-advanced.searchbox-area .search-box input.wide {
        max-width: 780px; }
  .searchbox-area.searchbox-area-advanced, .searchbox-area-advanced.searchbox-area-advanced {
    padding: 10px 0px 0px 13px;
    width: 980px; }
    .searchbox-area.searchbox-area-advanced > *, .searchbox-area-advanced.searchbox-area-advanced > * {
      margin-right: 12px; }
    .searchbox-area.searchbox-area-advanced .search-box input, .searchbox-area-advanced.searchbox-area-advanced .search-box input {
      width: 405px; }

/*
  Pagination & Filters for product and project
*/
/* Product  */
.stSelect {
  overflow: hidden;
  border: 1px solid #505050;
  height: 20px;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .stSelect select {
    height: 20px;
    padding: 1px 1px 1px 3px;
    border: 0px solid #FFF;
    font-family: "Spectral";
    font-weight: 600;
    font-size: 1.35em;
    background-color: transparent;
    background-color: transparent;
    color: #505050;
    -webkit-appearance: none;
    -moz-appearance: none; }

.dropdownBtn {
  position: absolute;
  top: 12px;
  right: 10px;
  line-height: 16px;
  font-size: 14px;
  color: #608189;
  -webkit-transform: scaleX(1.5);
  -moz-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  -o-transform: scaleX(1.5);
  transform: scaleX(1.5); }

.backToTopArw {
  font-weight: bold;
  font-size: 24px;
  color: #71B2C9;
  -webkit-transform: scale(2, 4);
  -moz-transform: scale(2, 4);
  -ms-transform: scale(2, 4);
  -o-transform: scale(2, 4);
  transform: scale(2, 4); }

.pgNumPanel > * {
  margin: 0px 6px 0px 0px;
  vertical-align: middle;
  float: left;
  font-family: "Spectral";
  font-size: 1.35em;
  font-weight: 600;
  color: #71B2C9; }

.pgdSrc_2 {
  font-family: "Spectral";
  font-weight: 600;
  font-size: 1.35em;
  color: #505050; }

.pgdSrc_3 {
  font-family: "Spectral";
  font-weight: 600;
  font-size: 1.2em;
  color: #505050; }

.pgdSrc_4 {
  font-family: "Spectral";
  font-weight: 600;
  font-size: 1em;
  color: #71B2C9; }

/* Project  */
.pagination {
  width: 100%; }
  .pagination td {
    padding: 0px 4px; }
  .pagination td.page-number {
    width: 50%; }
    .pagination td.page-number div {
      display: inline; }
  .pagination td.result-label {
    width: 30%;
    text-align: right; }
  .pagination td.per-page {
    width: 20%; }

.pagination-lt {
  display: flex;
  width: 974px;
  margin-top: 20px; }

.pagination__column--page {
  display: flex;
  align-items: center; }
  .pagination__column--page .pg__label {
    margin-top: 0;
    color: #505050; }
  .pagination__column--page .pg__control {
    color: #505050; }
  .pagination__column--page:last-child {
    margin-left: 0; }

.filter a {
  font-size: 1em;
  font-weight: 700; }
.filter p {
  display: inline-block; }

.filter__label {
  margin-bottom: 1em;
  margin-right: 10px;
  color: #505050; }

.filter__label_tbl {
  margin-right: 10px;
  display: inline-block;
  font-size: 1em;
  color: #505050;
  font-family: "Montserrat"; }

.filter__choice {
  width: 130px;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.selectable {
  margin-bottom: 1em;
  margin-right: 2px;
  padding: 4px 7px;
  font-size: 1.125em; }

.selectable a {
  display: block;
  color: #608189;
  padding: 4px 7px;
  background-color: transparent;
  transition: all .3s ease; }

.selectable a:hover {
  background-color: #D9E7EA;
  color: #4A4A4A; }

.selectable--active a {
  background-color: #D9E7EA;
  color: #4A4A4A; }

.selectable:hover {
  background-color: #D9E7EA;
  color: #4A4A4A;
  padding: 4px 7px; }

.selectable--active {
  background-color: #D9E7EA;
  color: #4A4A4A;
  padding: 4px 7px;
  font-size: 1.125em; }

.container__table {
  box-sizing: border-box;
  margin-top: 30px; }
  .container__table input[type="text"] {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-size: 1em;
    display: inline;
    margin: 0 auto;
    padding: 13px 15px;
    width: 325px;
    height: 53px;
    border: 1px solid #6D7177;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

.row__table--intro {
  background-color: #EDF4F5;
  padding: 30px 30px;
  margin-bottom: 30px; }
  .row__table--intro h1, .row__table--intro h2 {
    margin-bottom: 0;
    color: #848071;
    font-style: italic;
    font-weight: bold; }
  .row__table--intro p {
    margin-bottom: 0;
    font-family: "Montserrat"; }

.row_table-row, .col__payment-details, .col__discount-details {
  display: flex;
  justify-content: center; }
  .row_table-row div, .col__payment-details div, .col__discount-details div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 15px;
    border-right: 1px solid #D9E7EA;
    text-align: center; }
  .row_table-row div:last-child, .col__payment-details div:last-child, .col__discount-details div:last-child {
    border-right: 0; }
  .row_table-row h3, .col__payment-details h3, .col__discount-details h3 {
    margin-bottom: 0;
    font-size: 17px;
    color: #010101;
    text-transform: none;
    font-weight: bold;
    text-align: center; }
  .row_table-row a, .col__payment-details a, .col__discount-details a {
    display: block;
    text-decoration: none;
    font-weight: 800; }

.row__table-row--divider {
  border-bottom: 2px solid #BBD4DA; }

.row__search-orders {
  text-align: right;
  margin-bottom: 15px; }

.table__labels {
  background-color: #EDF4F5; }
  .table__labels div.col__table-data {
    max-height: 23px; }

.row_table-row div.col__table-data, .col__payment-details div.col__table-data, .col__discount-details div.col__table-data {
  display: block;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 163px;
  text-align: left; }
  .row_table-row div.col__table-data p, .col__payment-details div.col__table-data p, .col__discount-details div.col__table-data p {
    margin-bottom: 0;
    font-size: 12px; }
  .row_table-row div.col__table-data select, .col__payment-details div.col__table-data select, .col__discount-details div.col__table-data select {
    max-height: 44px;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-size: 1em;
    display: block;
    margin: 7.5px 0;
    padding: 9px 10px;
    border: 1px solid #6D7177;
    border-radius: 0;
    outline: none; }
.row_table-row div.col-color-sheet, .col__payment-details div.col-color-sheet, .col__discount-details div.col-color-sheet, .row_table-row div.col-email-designs, .col__payment-details div.col-email-designs, .col__discount-details div.col-email-designs, .row_table-row div.col-download-designs, .col__payment-details div.col-download-designs, .col__discount-details div.col-download-designs {
  padding-left: 0;
  padding-right: 0; }
.row_table-row div.col-pricing, .col__payment-details div.col-pricing, .col__discount-details div.col-pricing {
  padding-left: 0;
  padding-right: 0; }
  .row_table-row div.col-pricing div.col__table-data, .col__payment-details div.col-pricing div.col__table-data, .col__discount-details div.col-pricing div.col__table-data {
    text-align: right; }
    .row_table-row div.col-pricing div.col__table-data p, .col__payment-details div.col-pricing div.col__table-data p, .col__discount-details div.col-pricing div.col__table-data p {
      font-size: .875em; }
.row_table-row div.col__table--download, .col__payment-details div.col__table--download, .col__discount-details div.col__table--download {
  padding: 0 0 0 15px; }
  .row_table-row div.col__table--download a, .col__payment-details div.col__table--download a, .col__discount-details div.col__table--download a {
    display: block;
    text-align: left;
    font-weight: 800;
    color: #608189;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 15px; }
.row_table-row div.col-details, .col__payment-details div.col-details, .col__discount-details div.col-details {
  padding-left: 0; }
.row_table-row div.col-details:nth-child(1), .col__payment-details div.col-details:nth-child(1), .col__discount-details div.col-details:nth-child(1) {
  flex: 0 0 357px; }

.col__payment-details {
  display: block;
  margin-bottom: 25px; }
  .col__payment-details h3, .col__payment-details div {
    display: block;
    text-align: left; }
  .col__payment-details div:not(:first-child) {
    padding: 0; }

.col__discount-details {
  display: block;
  text-align: left; }
  .col__discount-details h3, .col__discount-details div {
    display: block;
    text-align: left; }
  .col__discount-details div:not(:first-child) {
    padding-left: 35px; }

.col__payment-details .table__labels, .col__discount-details .table__labels {
  padding: 20px 25px; }

div.row__details {
  display: flex;
  padding: 0 35px;
  font-family: "Spectral", serif; }

div.col__details-label {
  border-right: 0;
  padding-left: 0;
  flex: 3;
  font-size: 1.125em; }

div.col__details-total {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 1.125em; }

.colum__hoop-size {
  max-width: 300px;
  margin: 0 auto;
  text-align: left; }
  .colum__hoop-size .col__width input[type="text"], .colum__hoop-size .col__height input[type="text"], .colum__hoop-size .col__close input[type="text"] {
    margin-left: 0;
    max-width: 155px; }

.prompt-image {
  display: table;
  width: 100%;
  height: 335px;
  margin: 15px 0;
  padding: 15px;
  background-position: center;
  background-size: cover; }

.prompt-image__text {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  height: 305px;
  padding: 20px;
  text-align: center; }
  .prompt-image__text h1 {
    color: #FFF;
    margin-bottom: .5em; }
  .prompt-image__text h2 {
    color: #FFF;
    padding: 0 40px;
    margin-bottom: 1.5em; }

.prompt-image__text--mat {
  background-color: rgba(42, 78, 88, 0.5); }

.prompt-image__text--center {
  width: 50%; }

.prompt-image-text {
  width: 100%;
  margin: 15px 0;
  min-height: 350px; }

.prompt-image__spacer {
  display: table-cell; }

.prompt-image__spacer--25 {
  width: 25%; }

.prompt-image__spacer--60 {
  width: 60%; }

.prompt-image-text__image {
  float: left;
  width: 50%;
  height: 350px;
  background-position: center;
  background-size: cover; }

.prompt-image-text__text {
  float: left;
  width: 50%;
  padding: 20px 70px; }
  .prompt-image-text__text p {
    width: auto; }

.prompt-triple {
  display: table;
  margin: 50px 0 50px; }

.prompt-triple__prompt {
  float: left;
  width: 33.33%;
  text-align: center; }
  .prompt-triple__prompt:nth-of-type(1) {
    padding-right: 10px; }
  .prompt-triple__prompt:nth-of-type(2) {
    padding: 0 5px; }
  .prompt-triple__prompt:nth-of-type(3) {
    padding-left: 10px; }

.prompt-triple__prompt__image {
  height: 0;
  padding-top: 100%;
  border: solid 1px #D8D8D8;
  background-position: center;
  background-size: cover; }

.prompt_page_error {
  font-family: "Montserrat";
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
  padding: 20px;
  border: 0.1em dashed #71B2C9;
  color: #505050;
  width: 652px;
  position: relative;
  top: 30px;
  left: 135px; }
  .prompt_page_error a {
    font-family: montserrat; }

.library-page {
  max-width: 90%;
  margin: 50px auto; }

.section {
  margin: 0 0 100px; }

.section__head {
  font-family: sans-serif;
  font-size: 1.25em;
  color: #D8D8D8;
  margin: 0 0 30px;
  padding: 0; }

.section__contents {
  margin: 40px 0;
  padding: 0 10px 0 20px; }
  .section__contents::after {
    content: '';
    display: block;
    clear: both; }

.p--category,
.p--utility {
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none; }

.p--utility a {
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: 1px; }

.nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav__tab {
  display: table;
  float: left;
  letter-spacing: .25px;
  text-transform: uppercase;
  height: 50px;
  width: 110px;
  background-color: #EDF4F5;
  margin: 0 10px 10px 0;
  transition: background-color .3s ease; }
  .nav__tab a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    color: #71B2C9;
    transition: color .3s ease; }
  .nav__tab:hover {
    background-color: #71B2C9; }
    .nav__tab:hover a {
      color: #FFF; }

.nav__tab--active a {
  color: #608189; }
.nav__tab--active:hover {
  background-color: #EDF4F5; }
  .nav__tab--active:hover a {
    color: #608189; }

.headings {
  float: left;
  margin-right: 50px; }

.links-buttons {
  float: left;
  margin-right: 25px; }

.colors::after {
  content: '';
  display: block;
  clear: both; }

.colors__block {
  display: table;
  height: 130px;
  width: 130px;
  float: left;
  margin: 0 30px 20px 0; }
  .colors__block:hover .colors__info {
    opacity: 1; }

.colors__info {
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 400;
  font-size: .8em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: opacity .3s ease;
  opacity: 0; }

.colors__block--small {
  height: 100px;
  width: 100px;
  margin-right: 60px; }

.colors__block--blue {
  background-color: #71B2C9; }

.colors__block--sand {
  background-color: #E2D9C2; }

.colors__block--dark-cyan {
  background-color: #608189; }

.colors__block--steel {
  background-color: #6D7177; }

.colors__block--clay {
  background-color: #848071; }

.colors__block--white {
  border: solid 1px #000;
  background-color: #FFF; }

.prod-display {
  margin: 20px 0;
  overflow: hidden; }

.prod-display__images {
  float: left;
  width: 60%;
  padding: 0 40px; }

.prod-display__images__main {
  height: 480px;
  width: 100%; }
  .prod-display__images__main.clear {
    opacity: .25; }

.prod-display__price_strike h1 {
  text-decoration: line-through; }

.prod-display__detail__form label {
  width: 300px; }

.nosell {
  min-height: 350px; }
  .nosell * {
    visibility: hidden; }

div.pack-view {
  height: 480px;
  width: 480px;
  overflow: hidden;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center; }
  div.pack-view img:not(.newpack) {
    width: 300px;
    height: 300px;
    outline: 4px solid white;
    outline-offset: -4px;
    display: inline-block;
    margin-top: 90px; }
  div.pack-view .newpack {
    width: 480px;
    height: 480px;
    outline: 0px;
    display: inline-block;
    margin-top: 0px; }

.prod-display__detail {
  float: left;
  width: 40%; }

.prod-display__images__thumbnails {
  list-style: none;
  margin: 40px 0 10px;
  text-align: center; }
  .prod-display__images__thumbnails img {
    display: inline-block;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .prod-display__images__thumbnails img.activeImg {
      border: solid 2px #8DB9CA; }

.prod-display__images__thumbnails--max6 img {
  max-height: 60px;
  max-width: 60px;
  margin-right: 20px; }

.prod-display__images__thumbnails--max10 li {
  height: 30px;
  width: 30px;
  margin-right: 10px; }

.prod-display__images__thumbnails--max20 li {
  height: 18px;
  width: 18px;
  margin-right: 4px; }

.prod-display__images__thumbnails--max30 {
  overflow-x: scroll;
  text-align: center;
  white-space: nowrap; }
  .prod-display__images__thumbnails--max30 li {
    height: 18px;
    width: 18px;
    margin-right: 5px; }

.prod-display__images__zoom {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  background-color: #F2F2F2;
  transition: all .5s ease; }
  .prod-display__images__zoom.active {
    left: 5%;
    top: 5%;
    width: 90%;
    padding: 40px;
    height: 500px;
    height: 90vh;
    opacity: 1;
    -webkit-box-shadow: 0px 10px 60px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 60px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 60px -10px rgba(0, 0, 0, 0.75); }

.prod-display__images__zoom img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  max-height: 90%;
  max-width: 80%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease; }

.prod-display__images__zoom.active img {
  opacity: 1; }
  .prod-display__images__zoom.active img.clear {
    opacity: .2; }

.prod-display__images__zoom__exit {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 60px;
  cursor: pointer;
  transition: background-color .5s ease; }
  .prod-display__images__zoom__exit svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%); }
  .prod-display__images__zoom__exit svg path {
    transition: stroke .3s ease; }
  .prod-display__images__zoom__exit p {
    width: auto;
    margin: 0;
    line-height: 1; }
  .prod-display__images__zoom__exit a {
    color: #608189; }
  .prod-display__images__zoom__exit:hover a {
    color: #505050; }
  .prod-display__images__zoom__exit:hover svg path {
    stroke: #71B2C9; }

.prod-display__images__zoom__left,
.prod-display__images__zoom__right {
  position: absolute;
  top: 50%;
  cursor: pointer; }
  .prod-display__images__zoom__left svg,
  .prod-display__images__zoom__right svg {
    transform: scale(2.5) translate3d(0, 0, 0);
    transition: transform .3s ease; }
  .prod-display__images__zoom__left:hover svg,
  .prod-display__images__zoom__right:hover svg {
    transform: scale(2.75) translate3d(0, 0, 0); }

.prod-display__images__zoom__left {
  left: 30px; }

.prod-display__images__zoom__right {
  right: 30px; }

.pack-item {
  width: 200px;
  margin: 5px 20px 0px 20px;
  float: left; }
  .pack-item .image-container {
    width: 100%;
    height: 200px; }

.prod-display__detail__price-message {
  margin: 20px 0 8px;
  overflow: hidden; }
  .prod-display__detail__price-message h1 {
    margin-bottom: 0px; }

.prod-display__detail__price {
  float: left;
  width: 140px; }

.prod-display__detail__message {
  float: left;
  width: 200px;
  margin: 24px 0 16px 0;
  padding: 8px;
  border: dashed 1px #71B2C9;
  font-family: "Montserrat";
  font-size: 1em; }

.prod-display__detail__save h6 {
  display: inline-block;
  font-size: 1.25em;
  margin-right: 30px; }
.prod-display__detail__save svg {
  transform: translateY(10%);
  margin-right: 2px; }
.prod-display__detail__save .facebook-icon {
  height: 20px;
  width: 20px; }
  .prod-display__detail__save .facebook-icon path {
    fill: #71B2C9;
    transition: fill .3s ease; }
.prod-display__detail__save .heart-icon {
  height: 18px;
  width: 18px; }
  .prod-display__detail__save .heart-icon path {
    fill: #71B2C9;
    stroke: #71B2C9;
    transition: fill .3s ease, stroke .3s ease; }
.prod-display__detail__save a {
  font-weight: 800;
  color: #71B2C9; }
  .prod-display__detail__save a:hover {
    color: #608189; }
    .prod-display__detail__save a:hover .facebook-icon path {
      fill: #608189; }
    .prod-display__detail__save a:hover .heart-icon path {
      fill: #608189;
      stroke: #608189; }

/* 
    Product Meta
*/
.prod-meta {
  margin: 20px 0 0;
  min-height: 99px;
  overflow: hidden; }

.prod-meta__about {
  float: left;
  width: 60%;
  padding: 0 40px; }
  .prod-meta__about p {
    width: auto; }

.prod-meta__details {
  float: left;
  width: 40%;
  padding: 0 40px 0 0; }
  .prod-meta__details p {
    font-family: "Montserrat";
    width: auto;
    margin-bottom: 0; }
    .prod-meta__details p:last-of-type {
      margin-top: 0; }
  .prod-meta__details a {
    font-family: "Montserrat"; }

/* 
    Product Links
*/
.prod-links {
  margin: 40px 0 8px;
  text-align: center; }

.prod-links__link {
  display: inline-block;
  vertical-align: text-top;
  width: 33%;
  padding: 0 70px; }
  .prod-links__link p {
    width: auto; }

.prod-links__link__image {
  display: inline-block;
  height: 200px;
  max-width: 200px;
  margin-bottom: 10px; }

/* 
    Product Related
*/
.prod-related {
  margin: 30px 0px;
  overflow: hidden; }
  .prod-related h4 {
    text-align: center; }
  .prod-related p {
    width: auto; }

.prod-related__product {
  width: 240px;
  margin-top: 30px;
  float: left;
  text-align: center;
  padding: 0 20px; }
  .prod-related__product div {
    height: 200px;
    margin-bottom: 8px; }

.prod-related__product__image {
  background-position: center;
  background-size: cover; }

.prod-display__prodid {
  position: relative;
  text-transform: uppercase;
  top: -20px;
  left: 1px;
  padding-bottom: 5px;
  color: #6D7177; }

.montserrat {
  font-family: "Montserrat";
  font-size: 1em; }

.inspirationStudio__categories div {
  width: 136px;
  display: inline-block;
  vertical-align: top; }
  .inspirationStudio__categories div a {
    padding: 0 6px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 32px;
    font-family: "Montserrat";
    font-size: .9em; }
    .inspirationStudio__categories div a.selected {
      background-color: #71B2C9; }
  .inspirationStudio__categories div.form-area {
    width: 280px;
    position: relative; }
    .inspirationStudio__categories div.form-area label {
      width: 100%;
      margin: 0; }
    .inspirationStudio__categories div.form-area svg {
      position: absolute;
      top: 38px;
      left: 10px; }
    .inspirationStudio__categories div.form-area input {
      width: 200px;
      padding: 7px 0 7px 32px;
      display: inline-block;
      border: 1px solid #CCC; }
      .inspirationStudio__categories div.form-area input:focus {
        border-color: #CCC; }
    .inspirationStudio__categories div.form-area .btn {
      margin-bottom: 0px;
      margin-left: -5px;
      font-size: .8em; }

.inspirationStudio__row {
  margin-bottom: 16px; }
  .inspirationStudio__row td {
    width: 340px;
    padding: 0 16px;
    vertical-align: top; }

.inspirationStudio__row4 {
  margin-bottom: 16px; }
  .inspirationStudio__row4 td {
    width: 255px;
    padding: 0 16px;
    vertical-align: top; }

.single_container_inspiration {
  width: 100%;
  min-width: 1000px;
  padding: 0px 0px 0px;
  overflow: hidden; }

.inspirationStudio__4accrossTD {
  width: 255px; }

.inspirationStudio__4accross {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 220px;
  max-width: 220px;
  margin-bottom: 30px; }

.inspirationStudio__single {
  text-align: center;
  font-family: "Montserrat"; }
  .inspirationStudio__single .image-link {
    position: relative; }
  .inspirationStudio__single img:first-of-type {
    width: 100%; }
  .inspirationStudio__single .name-link {
    margin-bottom: 8px;
    margin-top: 8px;
    display: block;
    font-family: "Montserrat"; }

#ctl00_MainContent_bestPackRows table {
  margin-bottom: 10px;
  padding: 6px;
  height: 140px !important;
  font-size: 16px; }

#packList_DisplayTbl tr {
  margin-bottom: 20px; }

.ctl00_MainContent_Table1 {
  width: 500px; }

.ctl00_MainContent_Table1 {
  width: 500px; }

#row_text {
  margin-left: 10px !important;
  font-family: Spectral;
  font-size: 16px;
  width: 300px; }

.prod-related__label {
  font-family: Spectral !important; }

#ctl00_MainContent_TableRow19 table {
  margin-bottom: 10px;
  margin-left: 40px;
  padding: 6px;
  height: 140px !important; }

#stiched_HR_div {
  border-bottom: 2px dashed #71B2C9;
  margin-top: 20px; }
  #stiched_HR_div a {
    margin-left: 130px; }

.lb_active {
  font-weight: bold;
  font-size: 18px; }

#row_text div div:first-child {
  margin-right: 20px; }
#row_text div div:nth-child(2) {
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px; }

.product_name_label {
  padding-bottom: 10px; }

.product_size_label {
  padding-bottom: 10px; }

.product_img_best {
  display: block;
  margin: auto;
  max-width: 112px;
  max-height: 112px; }

#ctl00_MainContent_mainFrame {
  padding-left: 40px !important; }

#ctl00_MainContent_YearLabelTBL {
  width: 550px !important;
  margin-left: 240px;
  margin-bottom: 20px; }

.year_link_base {
  display: inline-block !important;
  width: 50px !important;
  margin-left: 60px;
  height: 60px;
  font-size: 16px;
  width: 80px !important;
  height: 40px !important;
  margin-left: 20px !important;
  padding-top: 7px !important;
  text-align: center;
  vertical-align: middle !important; }

.active {
  border: none !important;
  background-color: #71B2C9 !important; }
  .active a {
    color: #FFF !important; }

.not-active {
  border: 1px #A4C7D5 solid !important;
  background-color: #FFF !important; }
  .not-active a {
    color: #71B2C9 !important; }

.not-active:hover {
  background-color: #D9E7EA !important;
  transition: background-color .3s ease !important; }

.align_center {
  text-align: center; }

.product_img {
  text-decoration: none; }

#ctl00_MainContent_prodsInBasket {
  font-family: montserrat !important;
  font-size: 16px;
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.basketHeader th {
  border-right: 1px #D9E7EA solid;
  font-family: "Montserrat"; }

.basketHeader th:last-child {
  border-right: 0 !important; }

.spectral {
  font-family: "Spectral", serif; }

.discountMessage_row {
  height: auto !important; }
  .discountMessage_row td {
    height: auto !important; }

.new_error_cart_table_row {
  color: #A91B2D !important;
  background-color: #F7E5E5;
  text-align: left;
  list-style-type: none;
  font-family: "Spectral", serif;
  height: auto !important; }
  .new_error_cart_table_row td {
    height: auto !important; }
    .new_error_cart_table_row td .error_messages {
      display: inline; }

#ctl00_MainContent_BasketDetail {
  width: 980px; }
  #ctl00_MainContent_BasketDetail #new_error_cart_table_row {
    height: 40px !important; }

.cart_table_row {
  text-align: center;
  align-content: center;
  font-size: 16px; }
  .cart_table_row tr {
    font-weight: normal !important;
    /*border-top: solid #D9E7EA 2px;*/ }
  .cart_table_row td {
    height: 120px;
    font-size: 16px; }
  .cart_table_row th {
    text-align: center;
    align-content: center;
    font-size: 16px; }
  .cart_table_row input {
    border: red 1px solid !important; }

#ctl00_MainContent_BasketDetail {
  border-bottom: solid #D9E7EA 2px !important; }

#ctl00_MainContent_cartHeader {
  color: #A91B2D !important;
  background-color: #F7E5E5;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  list-style-type: none;
  font-family: spectral;
  height: auto !important; }
  #ctl00_MainContent_cartHeader li {
    vertical-align: middle;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px; }

#cart_table_row_error {
  text-align: center;
  align-content: center;
  font-size: 16px; }
  #cart_table_row_error tr {
    font-weight: normal !important; }
  #cart_table_row_error td {
    width: 162px;
    height: 120px;
    font-size: 16px; }
  #cart_table_row_error th {
    text-align: center;
    align-content: center;
    font-size: 16px; }
  #cart_table_row_error input {
    border: red 1px solid !important; }

#ctl00_MainContent_BasketDetail tr:first-child {
  border-top: none; }

.login_textbox {
  width: 230px;
  height: 40px;
  border: 1px solid #000;
  padding: 10px !important;
  font-size: 16px; }

.container {
  overflow: auto; }

table {
  border-spacing: 0; }

.check-box_column, .product_column, .displayname_column {
  border: none !important; }

.displayname_txt {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: normal; }

.displayname {
  font-size: 16px;
  font-weight: 800;
  color: #608189;
  font-family: "Spectral", serif; }

.width_335px {
  width: 335px; }

.pad_LR_20px {
  padding-left: 20px;
  padding-right: 20px; }

.login_col_banner {
  color: #608189; }

.stitchedButton {
  border-color: #71B2C9 !important;
  background-color: #71B2C9 !important;
  color: #FFFFFF !important;
  padding: 6px !important;
  border-style: solid !important;
  width: 335px;
  height: 40px;
  font-family: Spectral;
  margin-bottom: 20px;
  font-size: 16px; }

.basketHeader {
  height: 60px !important;
  background-color: #EDF4F5; }
  .basketHeader th {
    color: #000000;
    font-size: 16px; }

.hidden {
  display: none; }

#select_all_checkbox {
  width: 160px;
  float: left;
  font-size: 16px;
  margin-left: 5px;
  clear: right;
  font-family: "Montserrat"; }

.cart_table_row td:first-child label {
  margin-top: -12px !important; }

.product_table .product_column {
  width: 60px !important; }
.product_table .displayname_column {
  width: 200px !important; }

.product_table td:first-child {
  width: 15px !important; }

.product_table td:nth-child(2) {
  width: 50px !important; }

.product_table td:last-child {
  width: 230px !important;
  text-align: left;
  padding-left: 10px !important; }

#subtotal_row {
  width: 300px !important;
  text-align: right; }

#payment_details_header {
  height: 60px !important;
  text-align: center;
  padding-top: 20px;
  font-family: spectral;
  background-color: #EDF4F5;
  color: #505050;
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  font-family: "Montserrat";
  font-weight: 600; }

.totalsLabel {
  border-bottom: 2px solid #B0C1C5;
  width: 360px;
  height: 40px;
  font-family: spectral;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  font-family: "Montserrat"; }

.totalsAmount {
  border-bottom: 2px solid #B0C1C5;
  width: 50px !important;
  height: 30px;
  text-align: right;
  font-family: spectral;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  font-family: "Montserrat"; }

#move_remove_btns {
  float: left;
  margin-top: 20px; }

.basketButtonTable {
  font-family: Spectral;
  font-weight: 600;
  width: 500px; }

.montserrat {
  font-family: montserrat !important; }

#ctl00_MainContent_PromoCodes_ApplyCodeButton {
  height: 40px;
  padding: 5px; }

#item_list_div_left {
  float: left;
  width: 340px;
  margin-top: 20px; }

#item_list_div_right {
  float: right;
  margin-top: 20px; }

#gift_cert_payment_block {
  margin-top: 20px; }

.remove_code_btn {
  margin-left: 160px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px !important; }

.Error {
  list-style: none; }

.text_align_left {
  text-align: left; }

.align_left {
  text-align: left; }

.cart_header {
  margin-bottom: 0 !important;
  font-size: 17px !important;
  color: #010101 !important;
  text-transform: none !important;
  font-weight: bold !important;
  text-align: center !important; }

.Error_text {
  color: #A91B2D;
  background-color: #F7E5E5;
  list-style-type: none; }

.pad_5px {
  padding: 5px !important; }

.font_size_16px {
  font-size: 16px; }

.align__right {
  text-align: right; }

.cart_table_row td {
  border-top: solid #D9E7EA 2px; }

#ctl00_MainContent_PromoCodes_GiftCertRepeater_ctl00_GiftCertRH_Table {
  font-weight: 600;
  font-size: 16px; }

#ctl00_MainContent_PromoCodes_GiftCertRepeater_ctl00_PromoCodeRH_Table {
  font-weight: 200 !important;
  font-size: 16px; }

.new_error_cart_table_row {
  color: #A91B2D !important;
  background-color: #F7E5E5;
  text-align: left;
  list-style-type: none;
  font-family: "Spectral", serif;
  height: auto !important; }

.error_img_cart {
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: -4px;
  padding-right: 10px; }

.btn--remove {
  font-size: .9em;
  padding: 4px 8px;
  margin-bottom: 0px; }

#CartPopupParent {
  width: 400px;
  top: 185px;
  left: 600px;
  display: none;
  position: absolute;
  vertical-align: top;
  text-align: left;
  background-color: #F9F8F2;
  border: 2px solid #505050;
  font-family: Montserrat;
  font-size: 1em;
  z-index: 990;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px; }

#cartpopupContent {
  margin: 3px;
  padding: 10px 5px 15px 5px; }

.profile_check_msg {
  width: 420px;
  border: 2px solid #71B2C9;
  padding: 15px;
  background-color: #F9F8F2;
  font-size: 1.2em; }

.category-display-table {
  width: 100%;
  text-align: center;
  margin-bottom: 32px; }
  .category-display-table td {
    width: 33%;
    padding: 10px;
    vertical-align: top; }
  .category-display-table div {
    width: 216px;
    height: 216px;
    overflow: hidden;
    margin: 0 auto 8px; }
    .category-display-table div img {
      position: relative;
      width: 220px;
      height: 220px;
      top: -2px;
      left: -2px; }
  .category-display-table .category-display-name {
    width: 216px;
    margin: 0 auto;
    display: block; }

.proj_hdr {
  position: relative;
  width: 986px;
  max-width: 986px; }
  .proj_hdr div {
    padding-bottom: 35px;
    margin-left: 45px;
    position: relative;
    float: left; }
    .proj_hdr div img {
      width: 270px;
      height: 249px; }

.proj_txt_hdr {
  width: 600px;
  margin: 30px auto 6px auto; }
  .proj_txt_hdr span {
    text-align: left;
    font-family: "Montserrat"; }

.stiched_col {
  font-family: Spectral, serif;
  font-weight: 600;
  border-style: dashed;
  border-color: #71B2C9;
  border-width: 1px;
  width: 470px;
  height: auto; }

.stiched_sucesss_col {
  font-family: Spectral, serif;
  font-weight: 600;
  border-style: dashed;
  border-color: #71B2C9;
  border-width: .1em;
  width: 470px;
  height: 250px; }

ul {
  list-style-type: none; }

.login_textbox {
  width: 230px;
  height: 40px;
  border: 1px solid #000;
  padding: 10px !important;
  margin-bottom: 20px;
  padding: 10px 15px; }

.font-weight_600 {
  font-weight: 600; }

.login_col_banner {
  color: #608189;
  margin-bottom: 20px; }

.instruction_banner {
  color: #608189;
  font-size: 16px;
  font-family: montserrat; }

/*buttons*/
.sign-in_btn {
  border-color: #71B2C9 !important;
  background-color: #71B2C9 !important;
  color: #FFF !important;
  padding: 10px !important;
  border-style: solid !important;
  width: 180px;
  height: 40px; }

.no-style {
  text-decoration: none;
  list-style-type: none; }

.height_40px {
  height: 40px; }

.font14px {
  font-size: 14px; }

.CheckoutWizard {
  overflow: hidden; }

.checkout__payment-info {
  width: 50%; }
  .checkout__payment-info > p:first-of-type {
    margin: 0px 0 8px; }

.checkout__payment-totals {
  width: 45%;
  line-height: 30px; }

.date-inputs label, .date-inputs select {
  width: 144px;
  margin-right: 15px;
  display: inline-block; }

.date-inputs option {
  padding-left: 5px; }

.card-input input[type="text"] {
  font-size: 1.1em;
  letter-spacing: 3px;
  margin-bottom: 0px; }

.security-input {
  width: 300px;
  position: relative; }
  .security-input label {
    margin-right: 8px;
    display: inline;
    width: 200px; }
  .security-input a {
    font-size: .9em; }
  .security-input input[type="text"] {
    width: 144px;
    letter-spacing: 4px;
    font-size: 1.1em;
    margin: 0px; }
  .security-input div {
    top: -35px;
    left: 155px;
    position: relative; }

#NextButton {
  margin-bottom: 0px; }

.processing-area {
  margin-top: 30px;
  padding-top: 40px; }

.color-table, .color-table-nested {
  width: 100%; }
  .color-table th, .color-table-nested th {
    text-align: center; }
  .color-table img, .color-table-nested img {
    width: 40px;
    height: 30px;
    vertical-align: middle; }

.color-table tr {
  height: 42px; }
.color-table th {
  border-bottom: 1px solid #F3F0E7; }
.color-table td {
  padding: 3px 0px;
  border-bottom: 1px solid #F3F0E7; }

.color-table-nested th {
  border-bottom: 1px solid #F3F0E7; }
.color-table-nested .half-width {
  height: 42px;
  border-bottom: 1px solid #F3F0E7; }

.color-table-nested td table td {
  padding: 0px 4px 0px 0px;
  line-height: 18px; }
.color-table-nested td table tr td:nth-child(1) {
  width: 54px; }

.showme div {
  width: 914px; }
.showme .checkbox-table {
  margin-top: 0px; }

#PackTable {
  border: none; }

.designpack_intro {
  text-align: center;
  margin: 15px auto 20px auto; }

.designpack_header_msg {
  text-align: left;
  width: 70%;
  min-width: 700px;
  margin: auto; }

.designpack_box {
  font-family: Spectral, serif;
  background-color: none;
  color: #608189; }

.divWrap {
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px !important;
  align-content: center !important; }

.dashed_tofu_bottom_border {
  width: auto !important;
  border-bottom: 2px dashed #CACE96; }

.divWrap td {
  width: 310px !important;
  min-width: 244px; }

#packImg_hl {
  margin-left: 50px !important; }

#linkListPanel {
  margin-left: 50px !important; }

#pd_ctrl {
  margin-top: 20px;
  margin-bottom: 20px; }

#ctl00_MainContent_mulPack_List_ctrl0_ctl00_scatname {
  font-family: spectral;
  font-size: 16px;
  font-weight: normal; }

.designpack {
  margin-left: 30px !important;
  margin-top: 20px;
  margin-bottom: 20px; }
  .designpack td {
    width: 140px; }

.designpack_sectionname {
  font-family: Spectral;
  font-size: 16px;
  font-weight: 400; }

.catgList_Display {
  max-width: 970px; }

#linkListPanel {
  text-align: left !important; }

.margin_bottom_20px {
  margin-bottom: 20px; }

.designpack_box {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px; }
  .designpack_box div {
    margin-bottom: 5px; }

.div_subcatg_header {
  text-align: center; }
  .div_subcatg_header span {
    padding-left: 14px !important;
    padding-right: 14px !important; }

.packList_Display {
  margin: auto !important; }

#ctl00_MainContent_mulPack_List_ctrl0_ctl00_scatname {
  color: #608189;
  margin-left: 420px; }

.packCtrl img {
  height: 144px;
  width: 144px; }

/*  Christmas Club */
.ccb_hdr {
  padding: 0px;
  text-align: left;
  vertical-align: top;
  border-width: 0px;
  border-collapse: collapse;
  font-size: 10pt;
  font-family: Arial;
  width: 100%; }

.ccb_hdr tr td a {
  text-decoration: none; }

.ccb_hdr tr td span {
  position: relative;
  display: inline-block; }

.ccb_hdr tr td span:hover {
  cursor: pointer; }

.ccb_hdr_img {
  width: 920px;
  min-width: 920px;
  background: url(/el/images/2016_CClub_Header.png);
  background-size: 882px;
  background-repeat: no-repeat;
  background-position: left; }

.ccb_tab {
  border: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle; }

.ccb_tab a {
  text-decoration: none;
  border: 0px 0px 0px 0px; }

.ccb_nav_wlc {
  margin-bottom: 10px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px 0px 10px; }

.ccb_nav_pts {
  color: #bb2b36;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold; }

.ccb_nav_link {
  margin-bottom: 10px;
  padding: 0px 25px; }

.ccb_nav_link a {
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none; }

.ccb_nav_days {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 10px; }

.ccb_content {
  position: relative;
  top: -6px;
  /*[if IE] top:-4px; left:-3px;*/ }

.heading {
  height: 100px; }

.form-area .message-label {
  width: 550px; }

.gift-certificate-form {
  width: 600px;
  margin: auto; }
  .gift-certificate-form .form-area {
    margin-left: 25px; }
    .gift-certificate-form .form-area label {
      margin-right: 25px; }
  .gift-certificate-form .content-item input {
    margin: 16px 25px 16px auto;
    display: block; }

.login_col {
  font-family: Spectral;
  font-weight: 600;
  border-style: dashed;
  border-color: #71B2C9;
  border-width: .1em;
  margin-top: 20px;
  height: 500px;
  width: 470px; }

.login_col_2 {
  width: 470px;
  height: 500px;
  padding-bottom: 15px; }

.login_textbox {
  width: 230px;
  height: 40px;
  border: 1px solid #000;
  padding: 10px !important;
  font-family: "Montserrat";
  font-weight: normal; }

.font-weight_600 {
  font-weight: 600; }

.login_textbox_label {
  font-size: 16px;
  margin-bottom: -4px;
  font-family: "Montserrat";
  font-weight: normal; }

.login_hidden {
  display: none; }

.sign-in_btn {
  border-color: #71B2C9 !important;
  background-color: #71B2C9 !important;
  color: #FFF !important;
  padding: 10px !important;
  border-style: solid !important;
  width: 180px;
  height: 40px;
  font-family: Spectral; }

.error_text_color {
  color: #A91B2D; }

.padding_top_20px {
  padding-top: 20px; }

.lookbook-master {
  width: 90%;
  height: 540px;
  margin: 0px 20px 32px 38px;
  display: inherit; }

.lookbook-item {
  width: 214px;
  height: 290px;
  margin: 0px 10px 16px 15px;
  position: relative;
  float: left;
  text-align: center; }
  .lookbook-item .new {
    left: 64px;
    top: 16px;
    position: absolute; }
  .lookbook-item img {
    max-width: 100%; }

#cb_Compare_Cell span {
  float: left;
  width: 170px;
  height: 24px;
  margin-right: 20px;
  position: relative; }

#cb_Compare_Cell input[type=checkbox] {
  position: relative;
  bottom: -2px; }

.thread-search-box-area {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 0 solid #608189;
  text-align: center;
  padding: 8px 8px 0px 20px; }

.thread-search-box-area p {
  width: 100%;
  margin: 0;
  font-size: .8em;
  clear: both; }

.thread-search-box-area a:after {
  display: inline; }

.checkbox-listarea {
  overflow: hidden; }

.checkbox-listarea tr {
  vertical-align: top; }

.checkbox-listarea tr > td {
  width: 20%;
  padding-top: 5px; }

.checkbox-listarea label {
  font-family: 'Spectral', serif;
  font-weight: 400;
  font-size: 16px; }

.thread-numbers {
  text-align: left;
  padding-right: 0;
  padding-bottom: 5px; }

.thread-number > label {
  font-family: 'Spectral', serif;
  font-weight: 400;
  float: left;
  width: 95px;
  text-align: right;
  padding-right: 10px;
  margin-top: 11px !important; }

.thread-number input[type="text"] {
  padding: 5px 15px !important;
  letter-spacing: 2px; }

.results-grid {
  border: none;
  font: normal small "Spectral", serif;
  text-align: left;
  vertical-align: middle;
  width: 100% !important; }

.results-grid tr {
  width: 600px;
  border: 0;
  border-bottom: 2px solid #BBD4DA; }
  .results-grid tr td {
    padding: 12px 0 6px;
    border: 0;
    border-right: 1px solid #D9E7EA;
    text-align: center;
    font-size: 16px; }
  .results-grid tr td:last-child {
    border-right: 0; }

.results-grid tr:first-child {
  background-color: #EDF4F5;
  margin-bottom: 0;
  font-size: 17px;
  color: #010101;
  text-transform: none;
  font-weight: bold;
  text-align: center;
  border-bottom: 0; }
  .results-grid tr:first-child td {
    font-weight: bold !important;
    padding: 15px; }

.profileTbl {
  max-width: 335px;
  margin: 0 auto; }

.profilePrefCell {
  width: 139px; }

.profile-hoop {
  max-width: 335px;
  margin: 15px auto 0; }

.profile-data {
  display: block;
  margin-top: 7px; }
  .profile-data table td input, .profile-data table td label {
    display: inline; }
  .profile-data table td label {
    padding-left: 5px; }

.profile-data--margin {
  margin-top: 0;
  border-spacing: 0; }

.profile-data--size {
  width: 123px;
  text-align: left; }

.label__product-size {
  max-width: 83px; }
  .label__product-size label {
    max-width: 160px;
    margin: 0; }

.form__field-select {
  display: inline-block;
  margin-right: 55px; }
  .form__field-select select {
    max-width: 70px; }

.prfCheckBox label {
  margin-left: 25px; }

.prfCheckBox input {
  display: inline;
  left: 0 !important;
  top: -70px !important; }

.prfCheckBox input[type="checkbox"] {
  top: -53px !important; }

.input__profile-submit {
  display: block;
  margin: 35px auto 0;
  text-align: center; }

.message-text {
  color: #848071;
  font-size: large;
  margin-top: 5px;
  width: 100%; }

.profile__change--password {
  display: block;
  margin-top: 35px; }
  .profile__change--password a {
    font-size: 20px; }

.col-date, .col-products, .col-total, .col-view a, .col-download {
  font-family: "Spectral", serif; }

.col-order {
  font-weight: normal; }

.col-products, .col-total {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 40px; }

.col-view a, .col-download a {
  font-weight: normal; }

.order_view-all {
  display: block;
  width: 242px;
  margin: 30px auto; }

div.col-hide {
  border-right: 0; }
  div.col-hide img {
    max-width: 120px;
    max-height: 120px; }

h3 a, h3 a:hover {
  color: #010101; }

div.flex-collapse {
  display: block; }

a.order__project-instructions {
  font-weight: bold; }

.link__help {
  font-family: "Montserrat";
  text-decoration: none; }

.container__table .searchbox-area input[type="text"] {
  background-color: inherit;
  color: #505050;
  font: 600 italic 1em "Spectral", serif;
  border: none;
  border-bottom: 1px solid #608189;
  height: auto;
  padding: 0; }

.order-pack--primary .row__table-row--divider {
  border-bottom: 2px dashed #BBD4DA; }

.order-pack {
  margin-left: 31px; }
  .order-pack .row__table-row--divider {
    border-bottom: 2px dashed #BBD4DA; }
  .order-pack .col-hide {
    padding-left: 0;
    padding-right: 4px; }
    .order-pack .col-hide img {
      width: 110px; }
  .order-pack .col-details {
    padding-right: 10px; }

.order_details_tool_links a:hover {
  cursor: pointer; }

.order_details_label {
  font-family: Spectral;
  font-size: 15px; }

.order_details_label--med {
  font-family: Spectral;
  font-size: 16px; }

#OrderDetailPopupMasterDiv {
  width: 230px;
  top: 50px;
  left: 750px;
  display: none;
  position: absolute;
  text-align: justify;
  vertical-align: top;
  text-align: center;
  background-color: #F9F8F2;
  border: 2px solid #505050;
  font-family: Arial;
  font-size: 10pt;
  z-index: 990;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px; }

#popupContent {
  position: relative;
  padding: 3px 3px 3px 3px;
  margin: 10px 10px 20px 10px;
  font-family: montserrat;
  font-size: 10pt;
  text-align: justify; }

.btn_4 {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #505050;
  background-color: #F2F2F2;
  display: inline-block;
  color: #6D7177;
  font: normal bold 10px spectral;
  height: 22px;
  line-height: 20px;
  width: 60px;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  margin: 2px 2px 2px 2px; }

.disc_detail {
  font-family: Spectral;
  font-size: 1em; }

.unsub-radio {
  font-family: "Montserrat"; }
  .unsub-radio tr {
    line-height: 30px; }

.p-link {
  font-family: "Montserrat"; }

.req_fld {
  color: #A91B2D;
  font-size: 22px;
  position: relative;
  top: 5px; }

#ProjectText table {
  width: initial; }
  #ProjectText table:first-of-type td:nth-child(2) p {
    margin: 0px; }

/* Video Section */
.mainVideo {
  width: 984px;
  height: 383px;
  margin-bottom: 32px;
  text-align: center; }

.video-item {
  width: 296px;
  height: 232px;
  margin: 0 12px 16px;
  float: left;
  text-align: center; }
  .video-item .new {
    position: absolute; }
  .video-item img {
    max-width: 100%; }

.height_RecovPassword {
  height: 400px; }

.stiched_sucesss_col {
  font-family: Spectral, serif;
  font-weight: 600;
  border-style: dashed;
  border-color: #71B2C9;
  border-width: .1em;
  width: 470px;
  height: 250px; }

ul {
  list-style-type: none; }

.login_textbox {
  width: 230px;
  height: 40px;
  border: 1px solid #000;
  padding: 10px !important; }

.font-weight_600 {
  font-weight: 600; }

/*buttons*/
.sign-in_btn {
  border-color: #71B2C9 !important;
  background-color: #71B2C9 !important;
  color: #FFF !important;
  padding: 10px !important;
  border-style: solid !important;
  width: 180px;
  height: 40px; }

.no-style {
  text-decoration: none;
  list-style-type: none; }

.width_130px {
  width: 130px; }

.body_medium {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1.2em; }

.container__register {
  width: 100%;
  overflow: hidden; }

.column-border {
  border: 1px dashed #71B2C9; }

.intro__greeting p {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  font-size: 16px; }

.row__columns-main {
  display: flex;
  justify-content: space-between; }

.row__dimensions {
  clear: both;
  flex-direction: row;
  margin: 0 auto 0;
  padding: 10px 0 30px;
  max-width: 325px; }
  .row__dimensions .label__product-size-unit {
    clear: both;
    padding-top: 15px; }

.row__dimensions--small {
  padding: 0 0 15px; }

.row__dimensions--close {
  padding: 0 0 6px; }

.row__dimensions--spcr {
  margin-bottom: 10px; }

.row__dimensions--spcr2 {
  margin-bottom: 24px; }

.row__dimensions--radio {
  padding: 6px 0px; }

.col-sm-6, .col-sm-4, .col-sm-7 {
  flex-direction: column;
  float: left;
  width: 50%; }
  .col-sm-6 input[type="text"], .col-sm-6 input[type="password"], .col-sm-6 select, .col-sm-4 input[type="text"], .col-sm-4 input[type="password"], .col-sm-4 select, .col-sm-7 input[type="text"], .col-sm-7 input[type="password"], .col-sm-7 select {
    margin: 7.5px 0; }
  .col-sm-6 select, .col-sm-4 select, .col-sm-7 select {
    min-width: 100px;
    background: transparent;
    background-image: url(../../images/triangle_down_large.svg);
    background-position: right 10px center;
    background-repeat: no-repeat; }
  .col-sm-6 td label, .col-sm-4 td label, .col-sm-7 td label {
    display: inline;
    margin: 2px 0 0 8px;
    max-width: 30px; }

.col-md-3 {
  display: block;
  float: left;
  width: 25%; }

.col-sm-4 {
  width: 40%; }

.col-sm-7 {
  width: 60%; }

.col-md-6, .form__input--standard {
  width: 475px;
  padding: 50px 0 50px; }
  .col-md-6 label, .form__input--standard label {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
    display: block;
    margin: 0 auto;
    width: 325px; }
  .col-md-6 .label__birthday-club, .form__input--standard .label__birthday-club {
    margin-top: 15px; }
  .col-md-6 input[type="text"], .form__input--standard input[type="text"], .col-md-6 input[type="password"], .form__input--standard input[type="password"], .col-md-6 select, .form__input--standard select {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1em;
    display: block;
    margin: 7.5px auto;
    padding: 10px 15px;
    width: 325px;
    border: 1px solid #6D7177;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

.form__input--standard {
  width: auto;
  padding: 10px 0 30px; }

.form__input--inline label {
  display: block;
  float: left;
  margin-top: 6%; }
.form__input--inline input[type="text"] {
  display: block;
  float: left;
  margin: 7.5px auto;
  padding: 10px 15px;
  width: auto;
  max-width: 50%;
  border: 1px solid #6D7177;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1em; }

.col__width, .col__height {
  margin-bottom: 15px; }
  .col__width input[type="text"], .col__height input[type="text"] {
    max-width: 70px;
    margin-left: 0; }

.col__width, .col__close {
  margin-bottom: 6px; }
  .col__width input[type="text"], .col__close input[type="text"] {
    max-width: 70px;
    margin-left: 0; }

.col__date {
  margin-bottom: 15px; }
  .col__date select {
    max-width: 155px;
    margin-left: 0;
    min-width: 100px;
    background: transparent;
    background-image: url(../../images/triangle_down_large.svg);
    background-position: right 10px center;
    background-repeat: no-repeat; }

#userPasswordRow p, .password-disclaimer p {
  margin: 0 auto;
  width: 315px;
  font-size: 13px;
  line-height: 20px; }

.list__item label {
  float: right;
  width: 290px;
  margin: 18px 0 0 20px !important; }
.list__item input[type="radio"] {
  float: left;
  margin-top: 18px;
  margin-right: 15px; }

.row__newsletter p {
  width: 100%; }
.row__newsletter a {
  font-family: "Montserrat"; }

.requiredSymbol {
  color: #608189; }

.btn-submit {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  display: block;
  margin-top: 25px;
  padding: 15px 0; }

.hint {
  max-width: 85px; }

.profile__errTbl {
  width: 985px;
  max-width: 985px;
  text-align: left;
  margin-bottom: 12px; }

.profile_dropdown {
  background: transparent;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: url(../../images/triangle_down_large.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* 
    Browse category results for products 
*/
.deptDisplay {
  max-width: 200px;
  display: inline-block; }

.StitchersShowCaseSubCategory {
  text-align: left;
  width: 700px;
  padding: 0px 0px 15px 0px; }

.StitchersShowcaseContainerBrowse {
  width: 740px; }

#ctl00_MainContent_disp {
  border-spacing: 5px; }
  #ctl00_MainContent_disp img {
    height: 100% !important;
    width: 100% !important; }

.tab {
  overflow: auto; }

.ui-widget-content a {
  font-family: "Spectral", serif;
  font-weight: 800;
  color: #608189 !important;
  transition: color .3s ease;
  font-size: 1.125em; }

/*.ui-widget-content:hover {
    color: #505050 !important;
}*/
.ui-widget-content a:hover {
  color: #505050 !important; }

.tab {
  text-align: left;
  width: 984px; }
  .tab a {
    width: 196px; }
  .tab td {
    width: 196px; }

.showcase_tab_div {
  height: 150px; }

.new-triangle {
  height: 100px;
  width: 100px;
  position: absolute;
  border-left: 100px solid #71B2C9;
  border-bottom: 100px solid transparent;
  color: #FFFFFF;
  margin-left: 18px;
  opacity: 0.9; }
  .new-triangle span {
    position: absolute;
    top: 25px;
    right: 50px; }

.pagingCss {
  width: 100px !important; }
  .pagingCss td {
    width: 20px !important; }
  .pagingCss tr {
    width: 20px !important; }
  .pagingCss span {
    width: 20px !important; }
  .pagingCss a {
    width: 20px !important; }

.pagingCss a, .pagingCss span {
  display: block;
  height: 20px;
  width: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-right: 10px; }

.pagingCss a {
  background-color: #FFFFFF;
  color: #71B2C9; }

.pagingCss span {
  background-color: #71B2C9;
  color: #D9E7EA; }

ui-tabs-anchor {
  margin-bottom: -300px !important; }

.showcase_container {
  overflow: hidden; }

#ctl00_MainContent_disp tr {
  margin-top: 20px;
  margin-bottom: 20px; }

#tabs {
  margin-top: 20px !important; }

.pic_row td {
  width: 100px;
  padding: 5px;
  vertical-align: middle;
  border: solid 1px #D9E7EA !important; }
  .pic_row td td {
    border: none !important; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 15px 0 0  !important;
  /* border-bottom-width: 0; */
  padding: 0;
  white-space: nowrap; }

.ui-widget-header {
  border: none !important;
  background: #FFF !important;
  font-weight: normal !important; }

/*text in non active*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #608189 !important;
  text-decoration: none; }

.ui-widget-content {
  border: none !important;
  font-size: .9em !important; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #fff !important;
  color: #ffffff; }

/* un selected tabs */
.ui-state-default {
  border: 1px solid #71B2C9 !important;
  background: #ffffff !important;
  font-weight: normal;
  color: #71B2C9; }

/*modifies thead active text*/
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  text-decoration: none;
  color: #ffffff !important; }

.ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #71B2C9;
  text-decoration: none; }

.ui-tabs, .ui-tabs-nav, li.ui-tabs-active {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background-color: #FFF !important; }

.ShowcaseFooterContainer {
  margin-bottom: 20px; }

#ctl00_MainContent_btnSearch {
  border-color: #71B2C9 !important;
  background-color: #71B2C9 !important;
  color: #FFFFFF !important;
  padding: 10px !important;
  border-style: solid !important;
  width: 180px;
  height: 40px;
  font-family: Spectral; }

.searchBox {
  width: 230px;
  height: 40px;
  border: 1px solid #000;
  padding: 10px !important;
  font-size: 16px;
  margin-top: -1px;
  margin-right: 20px; }

.margin_bottom_20px {
  margin-bottom: 20px; }

/* selected tab */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 2px solid #71B2C9 !important;
  background: #ffffff !important;
  font-weight: 800;
  color: #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px !important; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px !important; }

#ctl00_MainContent_SearchTextBox {
  width: 578px !important; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0 !important;
  padding-bottom: 0px;
  color: #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: 15px;
  background: #71B2C9 !important; }

:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: none !important;
  outline-style: auto;
  outline-width: 0px !important; }

.selected span {
  background-color: #D9E7EA;
  color: #4A4A4A; }

.height_UpdateFormat {
  height: 300px; }

.stiched_sucesss_col {
  font-family: Spectral, serif;
  font-weight: 600;
  border-style: dashed;
  border-color: #71B2C9;
  border-width: .1em;
  width: 470px;
  height: 250px; }

ul {
  list-style-type: none; }

.uf_textbox {
  border: 1px solid #505050;
  font-size: 16px;
  background: transparent;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: url("../../images/triangle_down_large.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .uf_textbox option {
    padding-left: 5px; }

.font-weight_600 {
  font-weight: 600; }

.instruction_banner {
  color: #608189;
  font-size: 13px; }

/*buttons*/
.sign-in_btn {
  border-color: #71B2C9 !important;
  background-color: #71B2C9 !important;
  color: #FFF !important;
  padding: 10px !important;
  border-style: solid !important;
  width: 180px;
  height: 40px; }

.no-style {
  text-decoration: none;
  list-style-type: none; }

.message-table {
  margin-top: 15px; }
  .message-table td:first-child {
    padding-bottom: 15px; }
  .message-table td:nth-child(2) {
    width: 60%; }
  .message-table td:nth-child(odd) {
    width: 20%; }
  .message-table table {
    width: 635px; }

.message-body-container {
  padding-left: 150px;
  padding-right: 150px; }

.WishList_col td {
  border: none !important; }

#ctl00_MainContent_BasketDetail b {
  color: #000 !important;
  font-weight: normal; }

#wish_list_instructions {
  margin-bottom: 20px !important; }

#ctl00_MainContent_prodsInBasket {
  font-family: montserrat !important;
  font-size: 16px;
  width: 1080px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

#ctl00_MainContent_BasketDetail {
  width: 980px; }

#ctl00_MainContent_BasketDetail {
  text-align: center;
  align-content: center;
  font-size: 16px; }
  #ctl00_MainContent_BasketDetail td {
    font-weight: normal !important;
    font-size: .875em;
    height: 120px;
    font-family: "Montserrat"; }
  #ctl00_MainContent_BasketDetail th {
    text-align: center;
    align-content: center; }
  #ctl00_MainContent_BasketDetail b {
    color: #000 !important; }

.WishList_col td:first-child {
  vertical-align: middle !important; }
  .WishList_col td:first-child label {
    margin-top: -7px !important; }

.WishList_col {
  width: 300px !important; }

.product_row td:first-child {
  width: 20px !important; }

.product_row td:nth-child(2) {
  width: 50px !important; }

.product_row td:last-child {
  text-align: left;
  padding-left: 20px; }

.container {
  overflow: hidden; }

table {
  border-spacing: 0; }

.basketProductLabel {
  font-size: 16px; }

.check-box_column, .product_column, .displayname_column {
  border: none !important; }

#wish_list_label {
  font-family: Spectral;
  font-weight: normal; }

.basketHeader {
  height: 60px !important;
  background-color: #ECF3F4;
  color: #000000;
  font-family: "Montserrat"; }
  .basketHeader th {
    text-align: center !important; }

.hidden {
  display: none; }

#ctl00_MainContent_MoveButton {
  float: left;
  clear: both; }

#ctl00_MainContent_RemoveButton {
  float: left;
  clear: both; }

#ctl00_MainContent_ContinueShoppingLink {
  clear: both; }

.saleWarnMsg {
  color: red;
  font-size: 16px; }

.WishList_col td:first-child {
  width: 20px !important; }

.montserrat {
  font-family: montserrat; }

.width_600px {
  width: 600px !important; }

.bold_black {
  font-weight: bold !important;
  color: black !important;
  text-decoration: none !important; }

.form__advanced--container {
  overflow: auto;
  max-width: 760px;
  margin: 30px auto 0;
  border: 1px dashed #71B2C9;
  padding: 23px 25px; }
  .form__advanced--container h2 {
    text-align: center; }

.form__row {
  overflow: auto;
  max-width: 760px;
  margin-bottom: 65px; }
  .form__row input[type="submit"] {
    display: block;
    margin: 11px auto 0; }
  .form__row.no-margin {
    margin-bottom: 0; }

.form__column-left {
  display: block;
  float: left;
  width: 182px;
  margin-top: 5px; }
  .form__column-left label {
    max-width: 165px; }

.form__column-right {
  display: block;
  float: left;
  width: 526px; }

.form__column-left--small {
  display: block;
  float: left; }

.form__column-right--small {
  display: block;
  float: left;
  margin: 14px 0 0 18px; }

.container-sort {
  display: block;
  float: left;
  width: 140px;
  margin-right: 30px; }
  .container-sort span {
    margin-left: 5px; }

label.label-sort {
  border: 1px solid #71B2C9;
  width: 140px;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
  color: #71B2C9; }

.checkbox-table_adv tr {
  display: block;
  margin-bottom: 30px; }

/*# sourceMappingURL=styles.css.map */
