/*
  Colors
*/
/*============= Resets =============*/
html,
body {
  height: 100%;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: "Montserrat";
  font-size: 16px;
  -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,
h5, h6 {
  font-family: "Montserrat";
  font-style: normal;
  color: #302D52;
  line-height: 1.3;
  margin: 0 0 1em; }
  h1 a, h2 a,
  h3 a, h4 a,
  h5 a, h6 a {
    color: #565294;
    text-decoration: none;
    transition: color .3s ease; }
    h1 a:hover, h2 a:hover,
    h3 a:hover, h4 a:hover,
    h5 a:hover, h6 a:hover {
      color: #302D52; }

h1 {
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 1.25px; }

h2 {
  font-family: "Spectral", serif;
  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: .95em;
  text-transform: lowercase;
  margin-bottom: .5em; }

h5 {
  font-weight: 700;
  font-size: .75em;
  text-transform: lowercase;
  letter-spacing: 1.5px; }

h6 {
  font-weight: 700;
  font-size: .9em; }

.h3-alt {
  font-weight: 500;
  letter-spacing: 0px; }

.h-upper {
  text-transform: uppercase; }

.h-capital {
  text-transform: capitalize; }

.page-headline {
  background: url(../../images/media/UT_Hr.png) bottom no-repeat;
  text-align: center;
  padding: 0 0 29px; }

.back-to-top {
  position: relative;
  z-index: 9;
  margin-top: 30px;
  clear: left; }

.hr-rule {
  background: url(../../images/media/UT_Hr.png) bottom no-repeat;
  padding: 0 0 29px;
  background-size: 100%; }

div.hr-line {
  padding-bottom: 60px;
  background: url(../../images/media/UT_Hr_357.png) center no-repeat;
  background-size: 354px; }

p {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin: .5em 0 1.5em 0; }

a {
  text-decoration: none;
  font-weight: 600;
  color: #565294;
  transition: .3s color ease;
  text-transform: none; }
  a:hover {
    color: #302D52; }

/*============= Misc. =============*/
.arrow--up-right {
  transform: translate(2px, -2px); }

.float-left {
  float: left; }

.float-right {
  float: right; }

.center, .text-center {
  text-align: center;
  align-content: center;
  align-items: center; }

.center-content table, .center-content div, .center-content hr {
  margin: auto; }

div.left, div.text-left {
  text-align: left;
  align-content: initial;
  align-items: initial;
  justify-content: initial; }

.clear {
  clear: both; }

.display-block {
  display: block; }

div.no-padding {
  padding: 0; }

/*============= Layout =============*/
.container {
  width: 100%;
  min-width: 1000px;
  padding: 32px 0px 178px;
  overflow: hidden; }

.ipad_container {
  width: 98%;
  min-width: 1024px;
  padding: 32px 0px 178px;
  overflow: hidden; }

/* was padding: 32px 20px 178px;*/
.content {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.content-item {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px; }

img.content-item {
  width: initial;
  margin: 0px auto 16px; }

.image-container {
  position: relative; }
  .image-container img, .image-container input[type="image"] {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.float-holder {
  overflow: hidden; }

table.content-item {
  display: table; }

/*
  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-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-style: normal;
    font-weight: 400;
    font-size: 1em;
    font-family: "Montserrat";
    display: block;
    margin: 7.5px 0;
    padding: 10px 15px;
    border: 1px solid #4A4A4A;
    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: #565294; }
  .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/media/triangle_down_large.svg");
    background-position: right 10px center;
    background-repeat: no-repeat; }
  .form-area select::-ms-expand {
    display: none; }

/*
  Printing
*/
.only-print {
  display: none; }

@media print {
  .only-print {
    display: inherit; }

  .no-print {
    display: none; }

  img {
    page-break-inside: avoid; } }
.btn {
  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: #8479A9;
  margin: 0 0 20px;
  padding: 15px 30px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 0;
  background-color: #FFF;
  transition: color .3s ease, background-color .3s ease, border .3s ease;
  max-width: 240px; }
  .btn:hover {
    color: #FFF;
    background-color: #CCC; }

.btn--white {
  background-color: #FFF;
  color: #8479A9; }

.btn--lavendar {
  background-color: #B6B8DC;
  color: #8479A9; }

.btn--kimberly {
  background-color: #8479A9;
  color: #FFF; }
  .btn--kimberly:hover {
    background-color: #565294; }

.btn--soap {
  background-color: #D3D4EA;
  color: #302D52; }

.btn--small {
  text-transform: capitalize;
  padding: 0;
  margin-left: 0;
  max-width: 141px; }

.btn--search {
  padding: 10px 25px;
  font-size: .8em; }
  .btn--search:hover, .btn--search:active, .btn--search:focus {
    background-color: #B6B8DC; }

a.btn-bsellers {
  display: block;
  text-transform: uppercase;
  border: 1px solid #302D52; }

a.btn-bsellers--active {
  display: block;
  text-transform: uppercase;
  background-color: #B6B8DC;
  padding: 10px 15px; }

.error-message--container {
  margin-top: 15px; }

.error-message {
  width: 100%;
  background: #F7E5E5 url(../../images/media/errorImg.png) 15px 15px no-repeat;
  padding: 15px 45px;
  color: #B23444; }

.warning {
  background-color: #FFD9D9;
  color: #96100F;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left; }

.success-message {
  display: block;
  padding: 25px 0 0 75px;
  color: #4A4A4A; }

.margin_right_10px {
  margin-right: 10px; }

.margin_right_20px {
  margin-right: 20px; }

.margin_right_40px {
  margin-right: 40px; }

.margin_right_50px {
  margin-right: 50px; }

.margin_right_100px {
  margin-right: 100px; }

.margin_right_200px {
  margin-right: 200px; }

.margin_right_275px {
  margin-right: 275px; }

.margin_left_10px {
  margin-left: 10px; }

.margin_left_20px {
  margin-left: 20px; }

.margin_left_30px {
  margin-left: 30px !important; }

.margin_left_40px {
  margin-left: 40px !important; }

.margin_left_50px {
  margin-left: 50px !important; }

.margin_left_60px {
  margin-left: 60px !important; }

.margin_left_100px {
  margin-left: 100px; }

.margin_left_110px {
  margin-left: 110px; }

.margin_left_120px {
  margin-left: 120px; }

.margin_left_150px {
  margin-left: 150px; }

.margin_left_160px {
  margin-left: 160px; }

.margin_left_200px {
  margin-left: 200px; }

.margin_left_275px {
  margin-left: 275px; }

.margin_bottom_8px {
  margin-bottom: 8px; }

.margin_bottom_20px {
  margin-bottom: 20px; }

.margin_bottom_30px {
  margin-bottom: 20px; }

.margin_bottom_60px {
  margin-bottom: 60px; }

.margin_top_5px {
  margin-top: 5px; }

.margin_top_10px {
  margin-top: 10px; }

.margin_top_20px {
  margin-top: 20px; }

.margin_top_40px {
  margin-top: 40px; }

.margin_top_70px {
  margin-top: 70px; }

.margin_top_15px {
  margin-top: 15px; }

.no-margin--bottom {
  margin-bottom: 0 !important; }

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0; }

.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  font-size: .9em; }

.breadcrumb li p {
  margin: 0; }

.breadcrumb li:after {
  content: " ";
  position: absolute;
  height: 10px;
  width: 10px;
  right: -25px;
  top: 5px;
  background-image: url("../../images/media/triangle_right.svg");
  background-position: 50%;
  background-repeat: no-repeat; }

.breadcrumb li:last-of-type:after {
  display: none; }

/*
  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: 290px;
  max-width: 290px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.prod_sale_note, .prod_sale_note--best-sellers {
  height: 35px;
  width: 75px;
  position: relative;
  right: -224px;
  bottom: -263px;
  background-color: #B6B8DC;
  color: #FFF;
  padding: 6px 22px;
  font-family: "Montserrat";
  font-weight: 700; }

.prod_new_note {
  height: 35px;
  width: 75px;
  position: absolute;
  right: 0px;
  background-color: #B6B8DC;
  color: #FFF;
  padding-top: 8px;
  font-family: "Montserrat";
  font-weight: 700; }

.pack-details {
  width: 230px;
  height: 100px;
  position: relative;
  float: left;
  text-align: left; }

.prod_sale_note--best-sellers {
  background: #8479A9;
  font-size: 15px;
  right: auto;
  bottom: 0;
  position: relative;
  width: 60px;
  height: auto;
  text-align: center;
  padding: 5px 0 !important;
  text-transform: uppercase;
  margin-top: 6px; }

.prodName_Label {
  width: 180px;
  line-height: 20px;
  vertical-align: text-top;
  padding-bottom: 1em; }

.productCtrlMain {
  width: 100%;
  color: #929198;
  font-family: "Montserrat"; }
  .productCtrlMain td {
    text-align: left;
    font-size: 1em;
    padding-left: 2px !important; }

.productCtrl_Repeater {
  width: 972px;
  border-collapse: collapse; }
  .productCtrl_Repeater td {
    width: 300px;
    vertical-align: top;
    padding-left: 24px; }

.sizeLabel {
  font-family: "Montserrat";
  color: #929198;
  font-weight: 600; }

.sizeSpan {
  margin-bottom: 4px; }
  .sizeSpan a {
    color: #929198;
    font-size: 16px; }

.product_preview_price {
  padding: 2px 2px 2px 0px;
  font-weight: 600;
  color: #302D52; }

.sale_price {
  border: 2px dashed #B6B8DC;
  padding: 2px 2px; }

.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; }

.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 p {
  display: inline-block; }

.filter__label {
  margin-bottom: 1em;
  margin-right: 10px;
  color: #4A4A4A; }

.filter__label_tbl {
  margin-right: 10px;
  display: inline-block;
  font-size: 1em;
  color: #4A4A4A; }

.filter__choice {
  width: 130px;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.selectable {
  margin-bottom: 1em;
  margin-right: 2px;
  padding: 4px 7px; }

.selectable a {
  display: block;
  color: #4A4A4A;
  padding: 4px 7px;
  background-color: transparent;
  transition: all .3s ease; }

.selectable a:hover {
  background-color: #8479A9;
  color: #4A4A4A; }

.selectable--active a {
  background-color: #8479A9;
  color: #4A4A4A; }

.selectable:hover {
  background-color: #D3D4EA;
  color: #4A4A4A;
  padding: 4px 7px; }

.selectable--active {
  background-color: #D3D4EA;
  color: #4A4A4A;
  padding: 4px 7px; }

footer {
  clear: both;
  width: 100%;
  height: 378px;
  margin-top: -20px;
  position: relative;
  bottom: 0px;
  background-color: #B6B8DC;
  font-family: "Montserrat"; }

.footer-graphic {
  position: absolute;
  top: -162px;
  z-index: 0; }

.footer__links {
  list-style: none;
  overflow: hidden;
  width: 520px;
  margin: 64px 0 0 136px;
  display: inline-table;
  position: relative;
  z-index: 1; }
  .footer__links li {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 600;
    width: 50%;
    margin: 0 0 1em; }
    .footer__links li a {
      font-weight: 600;
      color: #565294; }
      .footer__links li a:hover {
        color: #302D52; }
    .footer__links li svg path, .footer__links li svg polygon {
      transition: fill .3s ease;
      fill: #565294; }
    .footer__links li:hover svg path, .footer__links li:hover svg polygon {
      fill: #302D52; }

.footer__social {
  margin: 64px 64px 0 0;
  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;
      fill: #565294; }
    .footer__social li:hover svg path, .footer__social li:hover svg polygon {
      fill: #302D52; }

.footer__seals {
  margin: 32px 75px 0 0;
  float: right; }

.footer__colophon {
  margin: 50px 0 0 136px;
  font-size: .9em; }

header {
  height: 230px; }
  header div {
    background-image: url(../../Images/media/utility_background.png);
    height: 92px; }
  header img {
    width: 410px;
    display: block;
    margin: 24px auto 0; }

.header__utilities {
  list-style: none;
  display: table;
  width: 100%;
  background-color: rgba(132, 121, 169, 0.9);
  letter-spacing: 1px; }
  .header__utilities li {
    height: 48px;
    padding: 0 20px;
    display: table-cell;
    border-right: 1px solid #929198;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
    .header__utilities li:hover, .header__utilities li.active {
      border-bottom: 4px solid #302D52; }
    .header__utilities li a {
      font-family: "Montserrat";
      font-weight: 600;
      font-size: .875em;
      color: white; }
    .header__utilities li svg path, .header__utilities li svg polygon {
      transition: fill .3s ease;
      fill: #FFF; }

#searchBox {
  width: 120px;
  background-color: rgba(132, 121, 169, 0);
  border: none;
  color: white;
  font-size: 1.0em;
  letter-spacing: 1px; }
  #searchBox:focus {
    outline: none; }

.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; }

.new-triangle {
  width: 0px;
  height: 0px;
  border-bottom: 100px solid #CCC;
  border-left: 100px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 4px; }
  .new-triangle span {
    position: absolute;
    bottom: -80px;
    right: 12px;
    font-size: .9em; }

.container__page-intro {
  padding: 0 0 0; }
  .container__page-intro .page-intro {
    margin: 0 auto;
    padding: 0 0 25px 0; }
    .container__page-intro .page-intro p {
      padding-left: 25px; }

.pagination {
  margin-top: 16px;
  text-align: left;
  font-size: 1.2em;
  font-family: "Montserrat"; }
  .pagination div {
    display: inline; }
    .pagination div a, .pagination div span {
      padding: 0 6px; }
    .pagination div .selected {
      background-color: #C5C6E3; }

ul.primary-nav {
  list-style: none;
  width: 100%;
  display: table; }
  ul.primary-nav li {
    height: 60px;
    width: 12.5%;
    padding: 0px 30px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #B6B8DC;
    transition: background-color .3s ease; }
    ul.primary-nav li:hover {
      background-color: #C5C6E3;
      border-bottom: 4px solid #565294; }
    ul.primary-nav li:active, ul.primary-nav li.active {
      border-bottom: 4px solid #565294;
      background-color: #C5C6E3; }
    ul.primary-nav li a {
      display: inline-block;
      color: #302D52;
      font-family: "Montserrat";
      font-size: .875em;
      font-weight: 300; }

.submenu {
  width: 200px;
  padding: 10px;
  left: 75%;
  display: none;
  position: absolute;
  z-index: 2;
  margin: 2px;
  background-color: #FFF;
  border: 1px solid #B6B8DC;
  line-height: 24px; }
  .submenu a {
    display: block; }
    .submenu a:hover {
      background-color: #8479A9;
      color: #FFF; }

.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 .submenu-link {
  cursor: pointer;
  color: #302D52;
  font-size: .875em;
  font-weight: 300;
  text-transform: none; }

/*.searchbox-area {
    margin-bottom: 30px;
    }*/
/*.search-area {
    margin: 8px 0px;
    padding: 8px 16px;
    background-color: #D9E7EA;

    label {
        font-size: 1.2em;

        input {
            font-size: 1.0em;
            border: none;
            border-bottom: 1px solid #608189;
            display: inline;
            background-color: inherit;
            margin: 0px;
            padding-bottom: 0px;
            width: 575px;
        }
    }

    input[type=submit] {
        margin-bottom: 0px;
    }
}*/
.searchbox-area, .searchbox-area-advanced {
  background-color: white;
  margin: 20px 0px 30px 0px;
  display: inline;
  height: 61px; }
  .searchbox-area .search-box, .searchbox-area-advanced .search-box {
    padding: 18px 0px;
    display: inline;
    /*label, input, a {
        display:inline;
    }*/ }
  .searchbox-area input[type=text], .searchbox-area-advanced input[type=text] {
    background-color: transparent;
    color: #505050;
    font: 600 italic 1em "Montserrat";
    border: 1px solid #8479A9;
    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: 3px; }
  .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: 510px; }
      .searchbox-area.searchbox-area .search-box input.wide, .searchbox-area-advanced.searchbox-area .search-box input.wide {
        max-width: 510px; }
  .searchbox-area.searchbox-area-advanced, .searchbox-area-advanced.searchbox-area-advanced {
    padding: 10px 0px 30px 13px;
    display: inline-block; }
    .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 {
      max-width: 500px; }

.container__table {
  box-sizing: border-box;
  margin-top: 30px; }
  .container__table input[type="text"] {
    font-weight: 400;
    font-size: 1em;
    display: inline;
    margin: 0 auto;
    padding: 13px 15px;
    width: 325px;
    height: 53px;
    border: 1px solid #CCC;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

.row__table--intro {
  background-color: #D3D4EA;
  padding: 30px;
  margin-bottom: 30px; }
  .row__table--intro h1, .row__table--intro h2 {
    margin-bottom: 0;
    color: #8479A9;
    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;
  flex-direction: row; }
  .row__table-row div, .col__payment-details div, .col__discount-details div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #B6B8DC; }
  .row__table-row div.col-details, .col__payment-details div.col-details, .col__discount-details div.col-details {
    padding-left: 0;
    align-items: baseline; }
  .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; }
  .row__table-row div:last-child, .col__payment-details div:last-child, .col__discount-details div:last-child, .row__table-row div.col-pricing, .col__payment-details div.col-pricing, .col__discount-details div.col-pricing {
    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: normal;
    text-align: center; }
  .row__table-row a, .col__payment-details a, .col__discount-details a {
    display: block;
    text-decoration: none; }

.row__table-row--divider {
  border-bottom: 2px solid #B6B8DC; }

.row__search-orders {
  text-align: right;
  margin-bottom: 15px; }

.table__labels {
  background-color: #D3D4EA; }
  .table__labels h3 {
    font-family: "Montserrat";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px; }
  .table__labels div {
    font-weight: bold; }
  .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;
  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: 16px;
    line-height: 18px;
    text-transform: none; }
  .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-weight: 400;
    font-size: 1em;
    display: block;
    margin: 7.5px 0;
    padding: 9px 10px;
    border: 1px solid #8479A9;
    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: center; }
.row__table-row .flex, .col__payment-details .flex, .col__discount-details .flex {
  flex: 0 0 157px; }
.row__table-row div.col__table--download, .col__payment-details div.col__table--download, .col__discount-details div.col__table--download, .row__table-row div.col__table--info, .col__payment-details div.col__table--info, .col__discount-details div.col__table--info {
  padding: 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, .row__table-row div.col__table--info a, .col__payment-details div.col__table--info a, .col__discount-details div.col__table--info a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 15px;
    text-transform: none; }
.row__table-row div.col__table--info, .col__payment-details div.col__table--info, .col__discount-details div.col__table--info {
  padding: 0; }

div.col-details-container {
  flex: 0 0 357px; }

div.col-download-designs, div.col-email-designs, div.col-color-sheet {
  flex: 0 0 157px; }

div.col-color-sheet div {
  border-right: 0; }

.col-product-details {
  display: flex !important;
  max-width: 100% !important; }
  .col-product-details p {
    text-align: left; }

.container__print-header .row__table-row div.col-details:nth-child(1), .container__print-header .col__payment-details div.col-details:nth-child(1), .container__print-header .col__discount-details div.col-details:nth-child(1) {
  flex: 0 0 351px; }

div.col-address {
  padding-left: 15px; }

.col__breadcrumbs h4 {
  font-family: "Montserrat"; }

div.title__search-results {
  margin: 0;
  padding: 30px 0 0; }

.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 {
    text-transform: capitalize;
    border-right: 0; }
  .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;
  background-color: #D3D4EA; }

div.row__details {
  display: flex;
  padding: 0 35px; }

div.col__details-label {
  border-right: 0;
  padding-left: 0;
  flex: 2; }

div.col__details-total {
  display: flex;
  flex: 0 0 160px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.container__post-content {
  max-width: 600px;
  margin: 0 auto; }

.table__advanced--search {
  clear: both;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0px;
  align-items: center;
  justify-content: center; }
  .table__advanced--search input[type="text"] {
    width: 100%;
    border-right: 1px solid #B6B8DC; }

.row__advanced--search, .row__advanced-search--sort {
  clear: both;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .row__advanced--search input[type="text"], .row__advanced-search--sort input[type="text"] {
    width: 100%;
    border-right: 1px solid #B6B8DC; }
  .row__advanced--search .col-md-left, .row__advanced-search--sort .col-md-left {
    width: 50%; }
  .row__advanced--search .col-md-right, .row__advanced-search--sort .col-md-right {
    width: 50%; }
  .row__advanced--search.margin-30-bottom, .margin-30-bottom.row__advanced-search--sort {
    margin-bottom: 30px; }

.row__advanced-search--sort {
  align-items: normal; }
  .row__advanced-search--sort .col-md-left {
    padding-top: 10px; }

.col-sm-size {
  display: inline-block;
  float: left;
  vertical-align: middle;
  padding: 0 5px 15px 0; }
  .col-sm-size input[type="text"] {
    max-width: 90px;
    border-right: 1px solid #B6B8DC; }

.col__size-dimensions input[type="radio"] {
  margin-left: 5px;
  margin-top: -3px;
  margin-bottom: 4px; }
.col__size-dimensions label {
  padding-left: 5px;
  padding-right: 10px; }

.form__row {
  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: 160px;
  margin-right: 30px; }
  .container-sort span {
    margin-left: 1px; }

.option-label label {
  margin-left: 5px;
  margin-top: -3px;
  margin-bottom: 4px; }

.option-label input {
  float: left; }

label.label-sort {
  display: block;
  border: 1px solid #B6B8DC;
  width: 160px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #B6B8DC;
  vertical-align: middle; }

.checkbox-table_adv tr {
  display: block;
  margin-bottom: 30px; }

.active {
  border: none !important;
  background-color: #B6B8DC !important;
  color: #FFF !important; }

.col_number {
  margin-top: 10%; }

.hr-line_top_design {
  padding-bottom: 40px;
  background: url(../../images/media/UT_Hr_357.png) center no-repeat;
  background-size: 430px; }

.bestseller-col1, .bestseller-col2 {
  width: 435px;
  margin-top: 20px;
  padding: 0 10px 20px; }

.bestseller-col1 {
  margin-left: 40px; }

.bestseller-col2 {
  margin-right: 40px; }

.bestseller-prod-img-div {
  width: 120px;
  height: 123px;
  margin-right: 20px;
  float: left; }

.favorites__header {
  width: 100%;
  display: table;
  text-align: center; }
  .favorites__header div {
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    background-color: #D3D4EA;
    border-right: 1px solid #B6B8DC; }

.favorites__header-name {
  width: 350px; }

.favorites__header-type {
  width: 125px; }

.favorites__header-size {
  width: 140px; }

.favorites__header-format {
  width: 85px; }

.favorites__header-price {
  width: 100px; }

.favorites__header-blank {
  width: 155px;
  border-right: none;
  padding-left: 25px; }

.product_ID_name_table {
  width: 370px; }
  .product_ID_name_table img {
    max-width: 100px;
    max-height: 100px; }

.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: #C5C6E3; }
  .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"; }

.lookbook-master {
  width: 1024px;
  height: 540px;
  margin: 0px 0px 42px 0px;
  display: inherit; }

.ipad-lookbook-master {
  width: 1006px;
  height: 540px;
  margin: 0px auto 42px;
  display: inherit; }

.lookbook-item {
  width: 21%;
  height: 290px;
  margin: 0 42px 24px 0px;
  position: relative;
  float: left;
  text-align: center; }
  .lookbook-item .new-triangle {
    right: 2px;
    bottom: 18px; }
  .lookbook-item img {
    max-width: 100%; }

.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;
  text-transform: none; }

.order_view-all {
  display: block;
  width: 242px;
  margin: 30px 0;
  float: right; }

div.col-hide {
  border-right: 0; }
  div.col-hide img {
    width: 138px; }

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 "Montserrat";
  border: 1px solid #8479A9;
  height: 35px;
  padding: 0; }

div.order-pack--primary {
  border-bottom: 2px dashed #CCC;
  padding: 0; }

.order-pack {
  padding-left: 31px;
  border-bottom: 2px dashed #CCC; }
  .order-pack .col-details {
    padding-left: 0;
    padding-right: 4px; }
    .order-pack .col-details img {
      width: 110px; }
  .order-pack .row__table-row--divider {
    border-bottom: 0; }
  .order-pack .row__table-row div.col-details, .order-pack .col__payment-details div.col-details, .order-pack .col__discount-details div.col-details {
    flex: 0 0 326px; }

div.container__format {
  text-align: left;
  justify-content: initial;
  margin-left: 0;
  padding-left: 0; }
  div.container__format div {
    display: none;
    border-right: 0;
    padding: 0; }

.search-start {
  display: block;
  text-align: right; }

.no-gutter div {
  padding: 0; }

.prod-display {
  margin: 20px 0;
  padding-bottom: 32px;
  overflow: hidden;
  border-bottom: 2px solid #D3D4EA; }

.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__detail {
  float: left;
  width: 40%; }

.prod-display__detail__form.form-area label {
  width: 280px; }

.prod-display__detail__price-message {
  overflow: hidden; }

.prod-display__detail__price {
  float: left;
  width: 190px;
  position: relative; }

.prod-display__detail__price--slashed::before {
  content: "";
  position: absolute;
  display: block;
  width: 75px;
  height: 1px;
  background-color: #565294;
  top: 39px;
  left: -7px;
  transform: rotate(342deg); }

.prod-display__detail__save div, .prod-display__detail__save h6 {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer; }
.prod-display__detail__save h6 {
  font-size: 1.1em; }
  .prod-display__detail__save h6 a {
    color: #8479A9; }
  .prod-display__detail__save h6:hover a {
    color: #565294; }
  .prod-display__detail__save h6:hover svg path {
    fill: #565294; }
.prod-display__detail__save svg {
  transform: translateY(10%);
  margin-right: 2px;
  height: 20px;
  width: 20px; }
  .prod-display__detail__save svg path {
    fill: #8479A9; }

/*
    Product Meta
*/
.prod-meta {
  padding: 32px 0 32px;
  min-height: 99px;
  overflow: hidden;
  border-bottom: 2px solid #D3D4EA; }

.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 h4 {
    margin-bottom: 4px; }
  .prod-meta__details p {
    width: auto;
    margin-bottom: 0; }
    .prod-meta__details p:last-of-type {
      margin-top: 0; }
  .prod-meta__details .stitch-count, .prod-meta__details .color-link {
    line-height: 32px; }

/*
    Pack Products
*/
.pack-display {
  padding: 32px 0 32px;
  overflow: hidden;
  border-bottom: 2px solid #D3D4EA; }

.pack-item {
  width: 218px;
  height: 270px;
  margin: 16px 8px 16px 20px;
  float: left; }
  .pack-item .image-container {
    width: 100%;
    height: 200px; }
  .pack-item h5 {
    letter-spacing: 1.2px; }
  .pack-item h5.h-capital {
    margin-top: 16px; }

/* 
    Product Links
*/
.prod-links {
  padding: 32px 0 32px;
  text-align: center;
  border-bottom: 2px solid #D3D4EA; }

.prod-links__link {
  display: inline-block;
  width: 33%;
  padding: 0 70px; }
  .prod-links__link p {
    width: auto; }

.prod-links__link__image {
  display: inline-block;
  min-height: 150px;
  max-height: 200px;
  max-width: 200px;
  margin-bottom: 10px; }

.prod-related {
  padding: 32px 0; }
  .prod-related div.image-container {
    height: 200px;
    width: 200px;
    margin: 0 20px;
    display: inline-block; }

.container__register {
  width: 100%;
  overflow: hidden;
  background: url(../../images/media/UT_Hr.png) bottom center no-repeat; }

.column-border {
  border: 1px dashed #CCC; }

.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--container {
  clear: both;
  flex-direction: row;
  margin: 0 auto;
  max-width: 325px; }
  .row__dimensions--container .row__dimensions {
    padding: 5px 0;
    min-height: auto; }

.row__dimensions--small {
  padding: 0 0 15px; }

.download-include {
  padding: 0 0 5px 0; }

.col-sm-6, .col-sm-4, .col-sm-7, .col-md-12 {
  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, .col-md-12 input[type="text"], .col-md-12 input[type="password"], .col-md-12 select {
    margin: 7.5px 0; }
  .col-sm-6 select, .col-sm-4 select, .col-sm-7 select, .col-md-12 select {
    min-width: 100px;
    background: transparent;
    background-image: url(../../images/media/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, .col-md-12 td label {
    display: inline;
    margin: 2px 0 0 8px;
    max-width: 105px; }

.col-sm-6 {
  width: 50%; }

.col-sm-4 {
  width: 40%; }

.col-sm-2 {
  width: 20%; }

.col-sm-7 {
  width: 60%; }

.col-sm-8 {
  width: 80%; }

.col-md-4 {
  width: 30%; }

.container__state-zip {
  overflow: hidden; }

div.section__state select {
  width: 90%;
  margin: 6px 0 7.5px;
  background-image: url(../../images/media/triangle_down_large.svg);
  background-position: right 10px center;
  background-repeat: no-repeat; }

div.section__postal-code input[type="text"] {
  width: 100%;
  margin: 7.5px 0; }

div.section__country {
  margin-bottom: 17px; }
  div.section__country select {
    background-image: url(../../images/media/triangle_down_large.svg);
    background-position: right 10px center;
    background-repeat: no-repeat; }

.primary-interest {
  padding-bottom: 15px; }

div.custom-drop-down select {
  margin: 10px 0 0;
  width: 100%;
  height: 100%;
  border: 1px solid #8479A9;
  background: white url(../../images/media/triangle_down_large.svg) right center no-repeat;
  background-position: 95%; }

.col-md-6, .col-md-12 {
  width: 475px;
  padding: 50px 0 50px; }
  .col-md-6 label, .col-md-12 label {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
    display: block;
    margin: 0 auto;
    width: 325px; }
  .col-md-6 .label__birthday-club, .col-md-12 .label__birthday-club {
    margin-top: 15px; }
  .col-md-6 input[type="text"], .col-md-6 input[type="password"], .col-md-6 select, .col-md-12 input[type="text"], .col-md-12 input[type="password"], .col-md-12 select {
    font-weight: 400;
    font-size: 1em;
    display: block;
    margin: 7.5px auto;
    padding: 10px 15px;
    width: 325px;
    border: 1px solid #8479A9;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

.col-md-12 {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none; }
  .col-md-12 .row__dimensions {
    max-width: 100%; }
    .col-md-12 .row__dimensions input[type="text"], .col-md-12 .row__dimensions input[type="password"], .col-md-12 .row__dimensions label {
      width: 100%;
      max-width: 100%; }

.col__width, .col__width--small, .col__height--small, .col__height {
  margin-bottom: 15px; }
  .col__width input[type="text"], .col__width--small input[type="text"], .col__height--small input[type="text"], .col__height input[type="text"] {
    max-width: 155px;
    margin-left: 0; }

.col__width--small input[type="text"], .col__height--small input[type="text"] {
  max-width: 90px; }

.col__date {
  margin-bottom: 15px; }
  .col__date select {
    max-width: 155px;
    margin-left: 0;
    min-width: 100px;
    background: transparent;
    background-image: url(../../images/media/triangle_down_large.svg);
    background-position: right 10px center;
    background-repeat: no-repeat; }

#userPasswordRow 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: #302D52; }

.btn-submit {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  display: block;
  margin-top: 25px;
  padding: 15px 0; }

.whats-this {
  font-size: 13px;
  font-weight: normal; }

.hint {
  max-width: 85px; }

.page-headline--register {
  padding: 20px 0;
  background: url(../../images/media/UT_Hr.png) bottom no-repeat; }

.container__register-simple {
  display: block; }

/*.alignCB_profile_type {
    input, label {
        display:inline;
        line-height:30px;
    }
    tr {
        padding-bottom:20px;
    }
}*/
.alignCB_profile_su label, .alignCB_profile_su input, .alignCB_profile_sud label, .alignCB_profile_sud input, .alignCB_profile_type label, .alignCB_profile_type input {
  display: inline; }
.alignCB_profile_su label, .alignCB_profile_sud label, .alignCB_profile_type label {
  padding-left: 5px; }

.prfCheckBox input[type="checkbox"], .row__advanced--search input[type="checkbox"], .row__advanced-search--sort input[type="checkbox"] {
  display: none; }
.prfCheckBox input[type="checkbox"] + label, .row__advanced--search input[type="checkbox"] + label, .row__advanced-search--sort 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; }
.prfCheckBox input[type="checkbox"] + label:before, .row__advanced--search input[type="checkbox"] + label:before, .row__advanced-search--sort input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #302D52;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }
.prfCheckBox input[type="checkbox"]:checked + label:before, .row__advanced--search input[type="checkbox"]:checked + label:before, .row__advanced-search--sort input[type="checkbox"]:checked + label:before {
  width: 7px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #302D52;
  border-bottom-color: #302D52;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.utslbUserButton {
  position: relative;
  z-index: 9999;
  margin-right: 35px;
  margin-top: 10px; }

.change-password, .subscribe-message {
  padding-top: 30px !important; }

.error-row-3quarter {
  margin: 0px 100px; }

.container__sale-content table {
  max-width: 976px;
  margin: 0px auto 0; }

.thread__list-details p {
  margin: 10px 0; }

.extend__width--td td {
  max-width: 400px;
  padding-bottom: 8px; }

.max-width {
  max-width: 760px;
  margin: 0 auto; }

.tutorials__categories div {
  width: 136px;
  display: inline-block;
  vertical-align: top; }
  .tutorials__categories div a {
    padding: 0 6px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 32px;
    font-family: "Montserrat";
    font-size: .9em; }
    .tutorials__categories div a.selected {
      background-color: #C5C6E3; }
  .tutorials__categories div.form-area {
    width: 280px;
    position: relative; }
    .tutorials__categories div.form-area label {
      width: 100%;
      margin: 0; }
    .tutorials__categories div.form-area svg {
      position: absolute;
      top: 38px;
      left: 10px; }
    .tutorials__categories div.form-area input {
      width: 200px;
      padding: 7px 0 7px 32px;
      display: inline-block;
      border: 1px solid #CCC; }
      .tutorials__categories div.form-area input:focus {
        border-color: #CCC; }
    .tutorials__categories div.form-area .btn {
      margin-bottom: 0px;
      margin-left: -5px;
      font-size: .8em; }

.tutorial__row {
  margin-bottom: 16px; }
  .tutorial__row td {
    width: 33%;
    padding: 0 16px;
    vertical-align: top; }

.tutorial__single {
  text-align: center;
  font-family: "Montserrat"; }
  .tutorial__single .image-link {
    position: relative; }
  .tutorial__single img:first-of-type {
    width: 100%; }
  .tutorial__single .name-link {
    margin-bottom: 8px;
    margin-top: 8px;
    display: block;
    font-family: "Montserrat"; }
  .tutorial__single .description {
    font-size: .8em; }

.video-player {
  width: 1024px;
  height: 540px;
  margin: 0 auto 52px;
  display: inherit; }

.ipad-video-player {
  width: 1006px;
  height: 540px;
  margin: 0 auto 52px;
  display: inherit; }

.video-item {
  width: 306px;
  height: 220px;
  margin: 0 50px 5px 0px;
  float: left;
  text-align: center;
  position: relative; }
  .video-item .new-triangle {
    bottom: 53px; }
  .video-item img {
    max-width: 100%; }

.rr-item {
  width: 220px;
  margin: 20px 10px 6px 10px;
  float: left;
  text-align: center;
  position: relative; }
  .rr-item img {
    max-width: 100%; }
  .rr-item .rrdate {
    margin-top: 10px;
    margin-bottom: 5px; }
  .rr-item .image-link {
    position: relative; }
  .rr-item .name-link {
    margin-bottom: 8px;
    margin-top: 8px;
    display: block; }

.emblib-link {
  text-align: center;
  clear: left; }

.productTable_div {
  padding-top: 10px; }

hr {
  height: 1px;
  background-color: #B6B8DC;
  border: none; }

.font_size_13px {
  font-size: 13px; }

#ctl00_MainContent_repeaterRow {
  width: 960px;
  text-align: center; }
  #ctl00_MainContent_repeaterRow .row_hr {
    width: 960px; }

.cart_details_row {
  width: 960px !important;
  border-bottom: 1px #B6B8DC solid !important; }

.cartTotalLabel {
  vertical-align: middle !important;
  padding-left: 10px;
  font-size: 16px; }

.totals_lbl {
  float: right !important;
  padding-right: 15px; }

.productCol {
  width: 92px !important;
  text-align: left; }

.productCol_design {
  width: 220px !important;
  text-align: left; }

.lbl_product_type {
  width: 200px !important; }

.product_name {
  margin-bottom: 10px; }

.product_id_lbl {
  margin-top: 10px !important; }

.product_id {
  width: 50px; }

.img_size_cell {
  text-align: left !important;
  width: 100px !important; }

.img_format_cell {
  text-align: left !important;
  width: 100px !important; }

.imgPriceCell {
  text-align: left !important;
  width: 100px !important; }

.img_prod_Type_Cell {
  text-align: left !important;
  padding-left: 15px;
  padding-right: 12px; }

.action_btns {
  text-align: left !important;
  width: 200px !important; }

.product_table {
  padding-left: 5px; }

.order_details_header {
  background-color: #B6B8DC;
  width: auto;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: montserrat !important;
  font-weight: 600 !important;
  text-align: left;
  font-size: 16px;
  color: black;
  letter-spacing: 1px;
  font-weight: 500 !important; }

.ctl00_MainContent_PromoCodeManager_PromoCodes tr {
  border-bottom: 1px #CCC solid !important; }

.gft_cert_block {
  float: left !important;
  padding-right: 183px;
  font-family: montserrat !important;
  font-size: 13px;
  text-align: left !important;
  padding-left: 20px; }

.PromoCodeInput {
  width: 360px !important;
  margin-top: 10px;
  margin-bottom: 10px; }
  .PromoCodeInput input {
    padding-left: 10px;
    width: 360px !important;
    height: 40px;
    border: 1px #B6B8DC solid; }

.applycode_btn {
  text-align: right !important; }

.gft_cert_text {
  width: 200px !important; }

.gftCert_payment_details {
  margin-top: 30px !important;
  margin-right: 10px; }

.gftCert_payment_details td:first-child {
  vertical-align: top; }

.total_details_table {
  width: 400px !important;
  float: right !important;
  text-align: left;
  font-family: montserrat !important;
  color: black;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500 !important; }
  .total_details_table .total_details__row {
    height: 40px !important;
    padding-top: 20px;
    padding-bottom: 35px; }

tr .total_details__row {
  border-bottom: 1px #B6B8DC solid; }

.check_out_btns {
  text-align: right; }

.align_center {
  text-align: center; }

.montserrat {
  font-family: montserrat !important; }

.productRow td:first-child span {
  margin-left: 5px !important; }

.applycode_btn input {
  outline: none; }

.apply_code_button {
  font-family: montserrat;
  font-weight: 600;
  font-size: 14px !important;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  width: auto;
  color: #8479A9;
  margin: 0 0 20px;
  padding: 10px 25px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
  border-style: solid;
  background-color: #FFF;
  transition: color .3s ease, background-color .3s ease, border .3s ease;
  border: 2px solid #8479A9 !important; }

.apply_code_button:hover {
  color: #fff;
  border-color: #565294;
  background-color: #565294; }

.checkout_btn {
  font-family: montserrat;
  font-weight: 600;
  font-size: 14px !important;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  width: auto;
  color: #FFF;
  margin: 0 0 20px;
  padding: 10px 25px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
  border-style: solid;
  background-color: #8479A9;
  transition: color .3s ease, background-color .3s ease, border .3s ease;
  border: 2px solid #8479A9 !important; }

.checkout_btn:hover {
  color: #fff;
  border-color: #565294;
  background-color: #565294; }

#ctl00_MainContent_BasketMessage {
  width: 980px !important;
  font-family: montserrat;
  padding-left: 20px !important;
  width: 960px !important;
  text-align: left; }

.error_icon {
  margin-bottom: -4px; }

.sale_msg_top {
  background-color: #FFD9D9;
  color: #96100F;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px; }

.size_warning {
  background-color: #FFD9D9;
  color: #96100F;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left; }

.width_900px {
  width: 900px !important; }

.diff_total {
  background-color: #FFD9D9;
  color: #96100F;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px; }

.cart_warning {
  background-color: #FFD9D9;
  color: #96100F;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px; }

.or_label {
  margin-right: 85px !important; }

#ctl00_MainContent_ContinueShoppingButton {
  margin-right: 20px; }

.general-link {
  font-family: montserrat;
  letter-spacing: 1px; }

.good_msg {
  width: 340px;
  font-size: 15px;
  font-weight: 600;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-right: 0 !important;
  clear: both;
  text-align: right; }

#error_msg {
  background-color: #FFD9D9;
  width: 360px;
  color: #96100F;
  font-size: 13px;
  font-weight: 600;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-right: 0 !important;
  clear: both;
  list-style-type: none !important; }

.remove_icon_coupon {
  float: right !important;
  margin-top: -25px !important; }

.basket_disc_message {
  padding-left: 100px; }

.lbl_product_size {
  width: 138px;
  padding-left: 10px;
  display: inline-table; }

.lbl_format {
  width: 83px;
  padding-left: 20px;
  display: inline-table; }

.lbl_price {
  width: 98px;
  padding-right: 10px;
  display: inline-table;
  text-align: right; }

.gft_cert_row {
  font-size: 16px; }

#drop_cown_cell {
  margin-left: 20px !important;
  padding: 0px !important; }

.pad_left_40px {
  padding-left: 40px; }

.pad_right_40px {
  padding-right: 40px; }

.border_bottom_lav {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #B6B8DC solid; }

.giftcert_form {
  margin-left: 200px;
  margin-right: 180px;
  padding-bottom: 20px; }

.TextBox {
  border: 1px #B6B8DC solid;
  height: 40px;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px; }

#ctl00_MainContent_SenderMsgTextBox {
  border: 1px #B6B8DC solid;
  height: 40px;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 600px !important; }

.drop_down_gft_cert {
  border: 1px #B6B8DC solid;
  height: 40px;
  width: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  min-width: 40px;
  font-family: montserrat;
  background: transparent;
  background-image: url("../../images/media/triangle_down_large.svg");
  background-position: right 2px center;
  background-repeat: no-repeat; }

select.decorated option:hover {
  box-shadow: 0 0 10px 100px #1882A8 inset; }

select :hover {
  background-color: #B6B8DC !important; }
  select :hover #dd_GCAmtSelectedValue:hover {
    background-color: #B6B8DC !important; }
  select :hover #dd_GCAmtSelectedValue1:hover {
    background-color: #B6B8DC !important; }
  select :hover #dd_GCAmtSelectedValue2:hover {
    background-color: #B6B8DC !important; }
  select :hover #dd_GCAmtSelectedValue3:hover {
    background-color: #B6B8DC !important; }
  select :hover #dd_GCAmtSelectedValue4:hover {
    background-color: #B6B8DC !important; }

#GCTBL tr:nth-child(2) {
  vertical-align: middle !important;
  margin-bottom: 20px; }

#GCTBL tr:nth-child(3) {
  padding-bottom: 20px !important; }

#ctl00_MainContent_RecvNameLabel {
  margin-left: 0px;
  margin-right: 10px;
  width: 250px !important; }

#ctl00_MainContent_RecvNameTextBox {
  margin-left: 0px;
  margin-right: 10px;
  width: 250px !important;
  vertical-align: middle !important;
  margin-top: 5px;
  margin-bottom: 20px; }

#ctl00_MainContent_RecvEmailAddressLabel {
  width: 250px !important; }

#ctl00_MainContent_RecvEmailAddressTextBox {
  width: 250px !important;
  margin-top: 5px;
  margin-bottom: 20px; }

#ctl00_MainContent_SenderNameLabel {
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
  width: 250px !important; }

#ctl00_MainContent_SenderNameTextBox {
  margin-left: 0px;
  margin-right: 10px;
  width: 250px !important;
  margin-top: 5px;
  margin-bottom: 20px; }

#ctl00_MainContent_SenderEmailAddressLabel {
  margin-bottom: 5px;
  width: 250px !important; }

#ctl00_MainContent_SenderEmailAddressTextBox {
  width: 250px !important;
  margin-top: 5px;
  margin-bottom: 20px; }

.radio_btns_gft_cert {
  width: 300px; }

.forth_row_gftcert {
  vertical-align: middle; }

.btn_caption {
  width: 180px;
  margin-left: 90px;
  text-align: right;
  padding-right: 21px; }

.forth_row_gftcert {
  height: auto !important; }

.forth_row_gftcert td:first-child {
  padding: 0 !important; }

#ctl00_MainContent_AddToBasket_AddToBasket {
  padding-left: 428px;
  text-align: right;
  padding-top: 20px; }

.remove_border {
  border: none !important;
  outline: none !important; }

.alignCB_GC label {
  display: block;
  margin-left: 20px;
  margin-top: -3px;
  margin-bottom: 4px; }

.alignCB_GC input {
  float: left; }

.contact_us_msg {
  width: 600px;
  margin: 0 auto; }

.contact_us_form.form-area {
  max-width: 600px;
  width: 600px;
  margin: 20px auto 0;
  padding-top: 16px;
  border-top: 1px #B6B8DC solid;
  border-bottom: 1px #B6B8DC solid; }

.form-area .contact_us_left, .form-area .contact_us_right {
  width: 276px;
  margin-right: 0px;
  display: inline-block; }
  .form-area .contact_us_left.contact_us_right, .form-area .contact_us_right.contact_us_right {
    float: right; }

.form-area .contact_us_full, .form-area .contact_us_textarea {
  width: 100%;
  margin-right: 0px; }
  .form-area .contact_us_full select, .form-area .contact_us_full textarea, .form-area .contact_us_textarea select, .form-area .contact_us_textarea textarea {
    width: 100%; }

.form-area .contact_us_textarea textarea {
  height: 80px;
  resize: none; }

.save_div {
  text-align: right; }

.login_block, .reg_block {
  width: 400px;
  height: 500px;
  margin-top: 20px;
  padding-top: 20px;
  border: 2px solid #B6B8DC; }

.login_block {
  float: left;
  margin-left: 60px; }
  .login_block table {
    width: 100%; }
    .login_block table .form-area label {
      width: 200px;
      margin-right: 0px;
      display: inline-block;
      text-align: left; }

.reg_block {
  float: right;
  margin-right: 60px; }

.forgot-password {
  width: 100%; }
  .forgot-password .forgot_form {
    height: auto;
    margin: 0 auto;
    padding: 20px 80px;
    border: 2px solid #B6B8DC;
    text-align: center; }
    .forgot-password .forgot_form.form-area label {
      margin: 0 auto;
      text-align: left; }
    .forgot-password .forgot_form .btn {
      max-width: 278px;
      margin: 0 auto;
      display: block; }

.error_login {
  color: red;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }

.login-change-password__main {
  height: auto;
  margin: 20px 275px;
  border: 2px #B6B8DC solid;
  text-align: center; }
  .login-change-password__main table {
    width: 100%; }
    .login-change-password__main table .form-area label {
      margin: 20px auto 0; }
    .login-change-password__main table input[type="submit"]:first-of-type {
      margin-top: 16px; }

.login__instructions {
  width: 600px;
  margin-left: 200px;
  text-align: center; }
  .login__instructions.forgot {
    margin-right: 200px; }

.fail-img {
  padding-top: 10px; }

.categorieShowDescription {
  height: 220px !important; }

.design_cat_table {
  margin-bottom: 10px;
  margin-left: 22px;
  margin-right: 22px;
  width: 936px;
  border: 0; }

.cat_name {
  width: 214px;
  position: relative;
  cursor: pointer;
  text-align: center; }

.utslbTxt {
  margin-top: 5px;
  color: Red;
  font-weight: bold; }

.page-data-panel {
  width: 600px;
  margin-left: 20px; }

#ctl00_MainContent_OrderDetailsTable {
  float: left;
  height: 580px;
  width: 400px !important;
  padding-left: 20px;
  padding-right: 20px; }

#ctl00_MainContent_PaymentDetailsTable {
  float: right;
  height: 580px;
  width: 400px; }

#ctl00_MainContent_OrderDetailsTable tr:first-child td:first-child {
  padding: 0 !important;
  height: 80px;
  width: 400px !important;
  padding-left: 20px;
  padding-right: 20px; }

.border_2px_lavendar {
  border: 2px #B6B8DC solid; }

.no_pad_TB {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.float_left {
  float: left !important; }

.float_right {
  float: right !important; }

.clear_right {
  clear: right !important; }

.clear_left {
  clear: left; }

.clear_both {
  clear: both; }

.width_100px {
  width: 100px; }

.width_200px {
  width: 200px; }

.width_300px {
  width: 300px; }

.pad_20px {
  padding: 20px; }

.pad_left_20px {
  padding-left: 20px; }

.card_number_div {
  clear: both;
  padding-top: 20px;
  padding-left: 20px;
  height: 60px !important; }
  .card_number_div input[type="text"] {
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 10px; }

.sec_code_div {
  padding-top: 40px;
  padding-left: 20px; }
  .sec_code_div input[type="text"] {
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 10px; }

.comp_order_div {
  margin-top: 20px;
  text-align: center;
  padding-left: 20px; }

.cc_logo {
  width: 150px;
  height: 30px;
  margin: 12px 0px; }

#PayPal {
  display: inline-block;
  margin: auto;
  height: 42px;
  width: 200px;
  background-image: url("/images/media/lav_paypal_btn.png");
  cursor: pointer; }

#PayPal:hover {
  background-image: url("/images/media/purple_paypal_btn.png"); }

.cc_drop_down {
  border: 1px #B6B8DC solid;
  height: 40px;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  min-width: 40px;
  font-family: montserrat;
  background: transparent;
  background-image: url("../../images/media/triangle_down_large.svg");
  background-position: right 4px center;
  background-repeat: no-repeat; }

.cc_drop_down--wide {
  min-width: 150px;
  width: 150px; }

.cc_drop_down--slim {
  min-width: 75px;
  width: 75px; }

/*# sourceMappingURL=styles.css.map */
