@import '../fonts/Nunito-ExtraLight/styles.css';
@import '../fonts/Nunito-Light/styles.css';
@import '../fonts/Nunito-Regular/styles.css';
@import '../fonts/Nunito-SemiBold/styles.css';
@import '../fonts/Nunito-Bold/styles.css';
@import '../fonts/Nunito-ExtraBold/styles.css';
@import '../fonts/Nunito-Black/styles.css';
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.spinner {
  margin: 0;
  position: absolute;
  left: 48%;
  top: 50%;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.modal {
  display: none;
  z-index: 200;
  position: fixed;
  left: 10%;
  top: 5%;
  width: 80%;
  margin: auto;
}
.modal .loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 300;
}
.modal .txt {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 35%;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a,
p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.my-account {
  margin-left: 30px;
}
.my-account .page-title h1 {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #000;
}
.my-account .pager .pages {
  display: inline;
  float: right;
  margin-top: 0;
}
.my-account .pager .limiter {
  display: inline-block;
  margin-top: -8px;
  margin-left: 20px;
}
.my-account .pager .amount {
  float: left;
  margin-top: 0px;
}
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
.my-account #form-validate {
  display: block;
  width: 475px;
}
.my-account #form-validate h2 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.my-account #form-validate li.control label {
  float: left;
  line-height: 1.5em;
}
.my-account #form-validate li.control input.checkbox {
  margin: 0 0 0 5px;
}
.customer-account-applystorecredit .main .col-main .my-account .fieldset h2.legend {
  display: none;
}
.customer-account-applystorecredit .main .col-main .my-account .fieldset div.input-credit-code input#credit_code {
  min-width: 230px;
  height: 40px;
  color: #000;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
}
.customer-account-applystorecredit .main .col-main .my-account .fieldset div > input#credit_apply_btn {
  border-radius: 20px;
  width: 100px !important;
  height: 35px !important;
  background: #000;
  border: 0;
  margin-top: 3px;
  margin-left: 15px;
}
body {
  font: 12px/16px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  position: relative !important;
}
body .giftcards-carousel.giftcard-detail .box-inner-right .top-content h1.carousel-product-name {
  color: #000;
  font-size: 28px;
}
body .giftcards-carousel.giftcard-detail .box-inner-right .choose-options {
  font: normal 12px 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
body .giftcards-carousel.giftcard-detail #card-info-section li.current {
  color: #000;
  font: normal 12px 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
body .giftcards-carousel.giftcard-detail #card-info-section li {
  color: #000;
  font: normal 12px 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
body .giftcards-carousel label {
  font: normal 12px 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
body #card-info-content p {
  color: #000;
  font-size: 10px;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
}
body #card-info-content p a {
  color: #000;
}
body .personalization-area .preview-content {
  padding: 35px 0 35px 25px;
}
body li.menu-item.giftcard {
  display: none;
}
body #fancybox-content {
  border-radius: 15px;
}
.main-container-home {
  padding-top: 10px;
}
.top-border img {
  position: absolute;
  top: 130px;
  width: 1000px;
}
img {
  border: 0;
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:hover#card-holder-image-gallery-nav-left {
  background: url("../images/round_arrow-left-over.png") no-repeat scroll center top transparent;
}
a:hover#card-holder-image-gallery-nav-left.disabled {
  background: url("../images/round_arrow-left-disabled.png") no-repeat scroll center top transparent;
}
a:hover#card-holder-image-gallery-nav-right {
  background: url("../images/round_arrow-right-over.png") no-repeat scroll center top transparent;
}
a:hover#card-holder-image-gallery-nav-right.disabled {
  background: url("../images/round_arrow-right-disabled.png") no-repeat scroll center top transparent;
}
:focus {
  outline: 0;
}
h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
}
h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.15em;
  color: #535353;
}
h3 {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 16px;
  line-height: 1.15em;
  color: #535353;
}
h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.15em;
  color: #535353;
}
h5 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.15em;
  color: #535353;
}
h6 {
  font-size: 11px;
  font-weight: bold;
}
form {
  display: inline;
}
fieldset {
  border: 0;
}
fieldset .form-list li {
  margin: 0;
}
fieldset .form-list li.control {
  margin: 0 0 5px;
}
legend {
  display: none;
}
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
strong {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
q {
  quotes: none;
}
q:before {
  content: '';
}
q:after {
  content: '';
}
blockquote {
  quotes: none;
}
small {
  font-size: 1em;
}
big {
  font-size: 1em;
}
sup {
  font-size: 1em;
  vertical-align: top;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
ul.content-list {
  list-style: disc inside none;
}
.content-list li {
  margin: 0;
}
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.hidden {
  display: none !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left {
  float: left !important;
}
.left {
  float: left !important;
}
.left-align {
  text-align: left;
}
.f-right {
  float: right !important;
}
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
  visibility: hidden;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.inline-block {
  display: inline-block;
}
.wrapper {
  min-height: 564px;
  margin: auto;
  overflow-x: hidden;
  text-align: left;
}
.page {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.page-print {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.page-print .buttons-set button {
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
}
.page-print .print-head {
  margin-bottom: 30px;
}
.page-print .print-head img {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print .print-head:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax {
  white-space: nowrap;
}
.page-print .price-excl-tax .label {
  display: inline;
}
.page-print .price-excl-tax .price {
  display: inline;
}
.page-print .price-incl-tax {
  white-space: nowrap;
}
.page-print .price-incl-tax .label {
  display: inline;
}
.page-print .price-incl-tax .price {
  display: inline;
}
.page-print .cart-price {
  display: inline;
}
.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.page-popup {
  padding: 20px;
  text-align: left;
}
.main {
  margin: 0 auto;
}
.main:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.main .col-main .totals-check span {
  display: inline-block;
  width: 37.2%;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.main .holder-product-name h2 {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 12px;
  color: #000;
}
.main .card-holder-price {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
}
.col-left {
  float: left;
  width: 190px;
  padding: 0;
  margin-top: 20px;
}
.col-left .truncated .show dl {
  left: 30px;
  top: 7px;
}
@media (max-width: 768px) {
  body {
    font: 16px/20px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  }
}
.main-container {
  box-sizing: border-box;
  margin: 10px auto 0;
  max-width: 1040px;
  min-height: 600px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .main-container {
    padding: 0 20px;
  }
}
body[class*="customer-"] .col2-left-layout .main,
.oauth-customer-token-index .col2-left-layout .main,
.sales-order-history .col2-left-layout .main,
.product-drafts-index .col2-left-layout .main {
  display: flex;
  flex-wrap: wrap;
}
body[class*="customer-"] .col2-left-layout .col-main,
.oauth-customer-token-index .col2-left-layout .col-main,
.sales-order-history .col2-left-layout .col-main,
.product-drafts-index .col2-left-layout .col-main {
  margin-bottom: 15px;
  order: 1;
  width: 100%;
}
body[class*="customer-"] .block-title h2,
.oauth-customer-token-index .block-title h2,
.sales-order-history .block-title h2,
.product-drafts-index .block-title h2 {
  color: #000;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
body[class*="customer-"] .block-content h1,
.oauth-customer-token-index .block-content h1,
.sales-order-history .block-content h1,
.product-drafts-index .block-content h1 {
  color: #2BC8DC;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
@media (max-width: 400px) {
  body[class*="customer-"] .main-container,
  .oauth-customer-token-index .main-container,
  .sales-order-history .main-container,
  .product-drafts-index .main-container {
    padding: 0 15px;
  }
  body[class*="customer-"] .block-title h2,
  .oauth-customer-token-index .block-title h2,
  .sales-order-history .block-title h2,
  .product-drafts-index .block-title h2 {
    font-size: 32px;
  }
  body[class*="customer-"] .block-content h1,
  .oauth-customer-token-index .block-content h1,
  .sales-order-history .block-content h1,
  .product-drafts-index .block-content h1 {
    font-size: 28px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  body[class*="customer-"] .main-container,
  .oauth-customer-token-index .main-container,
  .sales-order-history .main-container,
  .product-drafts-index .main-container {
    padding: 0 25px;
  }
  body[class*="customer-"] .block-title h2,
  .oauth-customer-token-index .block-title h2,
  .sales-order-history .block-title h2,
  .product-drafts-index .block-title h2 {
    font-size: 36px;
  }
  body[class*="customer-"] .block-content h1,
  .oauth-customer-token-index .block-content h1,
  .sales-order-history .block-content h1,
  .product-drafts-index .block-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body[class*="customer-"] .block-content h1,
  .oauth-customer-token-index .block-content h1,
  .sales-order-history .block-content h1,
  .product-drafts-index .block-content h1 {
    margin-bottom: 30px;
  }
  body[class*="customer-"] .my-account,
  .oauth-customer-token-index .my-account,
  .sales-order-history .my-account,
  .product-drafts-index .my-account {
    margin-left: 0;
  }
  body[class*="customer-"] .my-account .dashboard h3,
  .oauth-customer-token-index .my-account .dashboard h3,
  .sales-order-history .my-account .dashboard h3,
  .product-drafts-index .my-account .dashboard h3,
  body[class*="customer-"] .my-account .dashboard h4,
  .oauth-customer-token-index .my-account .dashboard h4,
  .sales-order-history .my-account .dashboard h4,
  .product-drafts-index .my-account .dashboard h4 {
    font-size: 16px;
  }
  body[class*="customer-"] .my-account .title-buttons,
  .oauth-customer-token-index .my-account .title-buttons,
  .sales-order-history .my-account .title-buttons,
  .product-drafts-index .my-account .title-buttons {
    display: flex;
    flex-wrap: wrap;
  }
  body[class*="customer-"] .my-account .title-buttons button#btn-add-address,
  .oauth-customer-token-index .my-account .title-buttons button#btn-add-address,
  .sales-order-history .my-account .title-buttons button#btn-add-address,
  .product-drafts-index .my-account .title-buttons button#btn-add-address {
    height: 40px;
    width: 100%;
  }
  body[class*="customer-"] .my-account .addresses-list,
  .oauth-customer-token-index .my-account .addresses-list,
  .sales-order-history .my-account .addresses-list,
  .product-drafts-index .my-account .addresses-list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  body[class*="customer-"] .my-account .addresses-primary,
  .oauth-customer-token-index .my-account .addresses-primary,
  .sales-order-history .my-account .addresses-primary,
  .product-drafts-index .my-account .addresses-primary,
  body[class*="customer-"] .my-account .addresses-additional,
  .oauth-customer-token-index .my-account .addresses-additional,
  .sales-order-history .my-account .addresses-additional,
  .product-drafts-index .my-account .addresses-additional {
    min-width: 260px;
    width: calc(50% - 20px);
  }
  body[class*="customer-"] .my-account .data-table-wrapper,
  .oauth-customer-token-index .my-account .data-table-wrapper,
  .sales-order-history .my-account .data-table-wrapper,
  .product-drafts-index .my-account .data-table-wrapper,
  body[class*="customer-"] .my-account .border-table,
  .oauth-customer-token-index .my-account .border-table,
  .sales-order-history .my-account .border-table,
  .product-drafts-index .my-account .border-table {
    overflow-x: auto;
  }
  body[class*="customer-"] .my-account .data-table-wrapper table tr th,
  .oauth-customer-token-index .my-account .data-table-wrapper table tr th,
  .sales-order-history .my-account .data-table-wrapper table tr th,
  .product-drafts-index .my-account .data-table-wrapper table tr th,
  body[class*="customer-"] .my-account .border-table table tr th,
  .oauth-customer-token-index .my-account .border-table table tr th,
  .sales-order-history .my-account .border-table table tr th,
  .product-drafts-index .my-account .border-table table tr th {
    font-size: 14px;
    padding: 5px;
  }
  body[class*="customer-"] .my-account .data-table-wrapper table tr td,
  .oauth-customer-token-index .my-account .data-table-wrapper table tr td,
  .sales-order-history .my-account .data-table-wrapper table tr td,
  .product-drafts-index .my-account .data-table-wrapper table tr td,
  body[class*="customer-"] .my-account .border-table table tr td,
  .oauth-customer-token-index .my-account .border-table table tr td,
  .sales-order-history .my-account .border-table table tr td,
  .product-drafts-index .my-account .border-table table tr td {
    padding: 5px;
  }
  body[class*="customer-"] .my-account .box-account.box-info .box-title,
  .oauth-customer-token-index .my-account .box-account.box-info .box-title,
  .sales-order-history .my-account .box-account.box-info .box-title,
  .product-drafts-index .my-account .box-account.box-info .box-title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body[class*="customer-"] .my-account .box-account.box-info .box-title h3,
  .oauth-customer-token-index .my-account .box-account.box-info .box-title h3,
  .sales-order-history .my-account .box-account.box-info .box-title h3,
  .product-drafts-index .my-account .box-account.box-info .box-title h3 {
    margin-right: 10px;
  }
  body[class*="customer-"] .my-account .box-account.box-info .box-title > *,
  .oauth-customer-token-index .my-account .box-account.box-info .box-title > *,
  .sales-order-history .my-account .box-account.box-info .box-title > *,
  .product-drafts-index .my-account .box-account.box-info .box-title > * {
    display: inline-block;
    float: none;
    margin: 0 0 5px;
  }
  body[class*="customer-"] .my-account .box-account.box-info .box-title > * a,
  .oauth-customer-token-index .my-account .box-account.box-info .box-title > * a,
  .sales-order-history .my-account .box-account.box-info .box-title > * a,
  .product-drafts-index .my-account .box-account.box-info .box-title > * a {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
  }
  body[class*="customer-"] .my-account .box-account.box-info .box-content,
  .oauth-customer-token-index .my-account .box-account.box-info .box-content,
  .sales-order-history .my-account .box-account.box-info .box-content,
  .product-drafts-index .my-account .box-account.box-info .box-content {
    display: flex;
    flex-wrap: wrap;
  }
  body[class*="customer-"] .my-account .box-account.box-info .box-content .col-1,
  .oauth-customer-token-index .my-account .box-account.box-info .box-content .col-1,
  .sales-order-history .my-account .box-account.box-info .box-content .col-1,
  .product-drafts-index .my-account .box-account.box-info .box-content .col-1,
  body[class*="customer-"] .my-account .box-account.box-info .box-content .col-2,
  .oauth-customer-token-index .my-account .box-account.box-info .box-content .col-2,
  .sales-order-history .my-account .box-account.box-info .box-content .col-2,
  .product-drafts-index .my-account .box-account.box-info .box-content .col-2 {
    float: none;
    margin-bottom: 20px;
  }
  body[class*="customer-"] #form-validate,
  .oauth-customer-token-index #form-validate,
  .sales-order-history #form-validate,
  .product-drafts-index #form-validate {
    width: 100%;
  }
  body[class*="customer-"] #form-validate .fieldset,
  .oauth-customer-token-index #form-validate .fieldset,
  .sales-order-history #form-validate .fieldset,
  .product-drafts-index #form-validate .fieldset {
    margin-bottom: 20px;
  }
  body[class*="customer-"] #form-validate .fieldset .legend,
  .oauth-customer-token-index #form-validate .fieldset .legend,
  .sales-order-history #form-validate .fieldset .legend,
  .product-drafts-index #form-validate .fieldset .legend {
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    font-size: 18px;
  }
  body[class*="customer-"] #form-validate .fieldset > p,
  .oauth-customer-token-index #form-validate .fieldset > p,
  .sales-order-history #form-validate .fieldset > p,
  .product-drafts-index #form-validate .fieldset > p {
    font-size: 16px;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list,
  .oauth-customer-token-index #form-validate .fieldset .form-list,
  .sales-order-history #form-validate .fieldset .form-list,
  .product-drafts-index #form-validate .fieldset .form-list {
    margin-bottom: 0;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list .field,
  .oauth-customer-token-index #form-validate .fieldset .form-list .field,
  .sales-order-history #form-validate .fieldset .form-list .field,
  .product-drafts-index #form-validate .fieldset .form-list .field {
    margin: 0;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list li,
  .oauth-customer-token-index #form-validate .fieldset .form-list li,
  .sales-order-history #form-validate .fieldset .form-list li,
  .product-drafts-index #form-validate .fieldset .form-list li {
    margin: 0;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list label,
  .oauth-customer-token-index #form-validate .fieldset .form-list label,
  .sales-order-history #form-validate .fieldset .form-list label,
  .product-drafts-index #form-validate .fieldset .form-list label {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list .input-box,
  .oauth-customer-token-index #form-validate .fieldset .form-list .input-box,
  .sales-order-history #form-validate .fieldset .form-list .input-box,
  .product-drafts-index #form-validate .fieldset .form-list .input-box {
    width: 100%;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list .input-box input,
  .oauth-customer-token-index #form-validate .fieldset .form-list .input-box input,
  .sales-order-history #form-validate .fieldset .form-list .input-box input,
  .product-drafts-index #form-validate .fieldset .form-list .input-box input {
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list .control,
  .oauth-customer-token-index #form-validate .fieldset .form-list .control,
  .sales-order-history #form-validate .fieldset .form-list .control,
  .product-drafts-index #form-validate .fieldset .form-list .control {
    margin-left: 0;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list .control label,
  .oauth-customer-token-index #form-validate .fieldset .form-list .control label,
  .sales-order-history #form-validate .fieldset .form-list .control label,
  .product-drafts-index #form-validate .fieldset .form-list .control label {
    float: none;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list .control label::before,
  .oauth-customer-token-index #form-validate .fieldset .form-list .control label::before,
  .sales-order-history #form-validate .fieldset .form-list .control label::before,
  .product-drafts-index #form-validate .fieldset .form-list .control label::before,
  body[class*="customer-"] #form-validate .fieldset .form-list .control label::after,
  .oauth-customer-token-index #form-validate .fieldset .form-list .control label::after,
  .sales-order-history #form-validate .fieldset .form-list .control label::after,
  .product-drafts-index #form-validate .fieldset .form-list .control label::after {
    height: 16px;
    width: 16px;
  }
  body[class*="customer-"] #form-validate .fieldset .form-list .control label::after,
  .oauth-customer-token-index #form-validate .fieldset .form-list .control label::after,
  .sales-order-history #form-validate .fieldset .form-list .control label::after,
  .product-drafts-index #form-validate .fieldset .form-list .control label::after {
    background-size: 16px;
  }
  body[class*="customer-"] #form-validate p.required,
  .oauth-customer-token-index #form-validate p.required,
  .sales-order-history #form-validate p.required,
  .product-drafts-index #form-validate p.required {
    color: #eb0000;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  body[class*="customer-"] #form-validate .buttons-set button,
  .oauth-customer-token-index #form-validate .buttons-set button,
  .sales-order-history #form-validate .buttons-set button,
  .product-drafts-index #form-validate .buttons-set button {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*="customer-"] .buttons-set,
  .oauth-customer-token-index .buttons-set,
  .sales-order-history .buttons-set,
  .product-drafts-index .buttons-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  body[class*="customer-"] .buttons-set .back-link,
  .oauth-customer-token-index .buttons-set .back-link,
  .sales-order-history .buttons-set .back-link,
  .product-drafts-index .buttons-set .back-link {
    float: none;
    font-size: 16px;
    order: 1;
    padding: 0;
  }
  body[class*="customer-"] .buttons-set .back-link a,
  .oauth-customer-token-index .buttons-set .back-link a,
  .sales-order-history .buttons-set .back-link a,
  .product-drafts-index .buttons-set .back-link a {
    color: #000;
  }
  body[class*="customer-"] .buttons-set button,
  .oauth-customer-token-index .buttons-set button,
  .sales-order-history .buttons-set button,
  .product-drafts-index .buttons-set button {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*="customer-"] .col-left,
  .oauth-customer-token-index .col-left,
  .sales-order-history .col-left,
  .product-drafts-index .col-left {
    width: 100%;
  }
  body[class*="customer-"] .block-account .current-view,
  .oauth-customer-token-index .block-account .current-view,
  .sales-order-history .block-account .current-view,
  .product-drafts-index .block-account .current-view {
    background: url('../images/filter_arrowDown.png') no-repeat right 10px top 50%;
    background-size: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px 35px 10px 15px;
  }
  body[class*="customer-"] .block-account .current-view p,
  .oauth-customer-token-index .block-account .current-view p,
  .sales-order-history .block-account .current-view p,
  .product-drafts-index .block-account .current-view p {
    font-size: 16px;
  }
  body[class*="customer-"] .block-account .current-view span,
  .oauth-customer-token-index .block-account .current-view span,
  .sales-order-history .block-account .current-view span,
  .product-drafts-index .block-account .current-view span {
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
  }
  body[class*="customer-"] .block-account .current-view.active,
  .oauth-customer-token-index .block-account .current-view.active,
  .sales-order-history .block-account .current-view.active,
  .product-drafts-index .block-account .current-view.active {
    background-image: url('../images/filter_arrowUp.png');
  }
  body[class*="customer-"] .block-account #left-nav,
  .oauth-customer-token-index .block-account #left-nav,
  .sales-order-history .block-account #left-nav,
  .product-drafts-index .block-account #left-nav {
    border: 1px solid #ccc;
    border-top-width: 0;
  }
  body[class*="customer-"] .block-account #left-nav li a,
  .oauth-customer-token-index .block-account #left-nav li a,
  .sales-order-history .block-account #left-nav li a,
  .product-drafts-index .block-account #left-nav li a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
  body[class*="customer-"] .block-account #left-nav li.current a,
  .oauth-customer-token-index .block-account #left-nav li.current a,
  .sales-order-history .block-account #left-nav li.current a,
  .product-drafts-index .block-account #left-nav li.current a {
    background: #000;
    color: #fff;
  }
}
@media (min-width: 769px) {
  body[class*="customer-"] .header-container,
  .oauth-customer-token-index .header-container,
  .sales-order-history .header-container,
  .product-drafts-index .header-container {
    margin-bottom: 50px;
  }
  body[class*="customer-"] .main,
  .oauth-customer-token-index .main,
  .sales-order-history .main,
  .product-drafts-index .main {
    border: 1px solid rgba(46, 53, 22, 0.2);
    box-sizing: border-box;
    margin: 20px 0;
    padding: 25px;
  }
  body[class*="customer-"] .block-content h1,
  .oauth-customer-token-index .block-content h1,
  .sales-order-history .block-content h1,
  .product-drafts-index .block-content h1 {
    margin-bottom: 10px;
  }
  body[class*="customer-"] .col2-left-layout .main,
  .oauth-customer-token-index .col2-left-layout .main,
  .sales-order-history .col2-left-layout .main,
  .product-drafts-index .col2-left-layout .main {
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
  body[class*="customer-"] .col2-left-layout .main .col-main,
  .oauth-customer-token-index .col2-left-layout .main .col-main,
  .sales-order-history .col2-left-layout .main .col-main,
  .product-drafts-index .col2-left-layout .main .col-main {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 0;
    padding-left: 25px;
    width: 70%;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account,
  .sales-order-history .col2-left-layout .main .col-main .my-account,
  .product-drafts-index .col2-left-layout .main .col-main .my-account {
    margin-left: 0;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .dashboard .page-title h1,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .dashboard .page-title h1,
  .sales-order-history .col2-left-layout .main .col-main .my-account .dashboard .page-title h1,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .dashboard .page-title h1 {
    color: #000;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 24px;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr th,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr th,
  .sales-order-history .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr th,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr th,
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .border-table table tr th,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .border-table table tr th,
  .sales-order-history .col2-left-layout .main .col-main .my-account .border-table table tr th,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .border-table table tr th,
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr td,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr td,
  .sales-order-history .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr td,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr td,
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .border-table table tr td,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .border-table table tr td,
  .sales-order-history .col2-left-layout .main .col-main .my-account .border-table table tr td,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .border-table table tr td {
    padding-right: 10px;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr th:last-child,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr th:last-child,
  .sales-order-history .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr th:last-child,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr th:last-child,
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .border-table table tr th:last-child,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .border-table table tr th:last-child,
  .sales-order-history .col2-left-layout .main .col-main .my-account .border-table table tr th:last-child,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .border-table table tr th:last-child,
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr td:last-child,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr td:last-child,
  .sales-order-history .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr td:last-child,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .data-table-wrapper table tr td:last-child,
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account .border-table table tr td:last-child,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account .border-table table tr td:last-child,
  .sales-order-history .col2-left-layout .main .col-main .my-account .border-table table tr td:last-child,
  .product-drafts-index .col2-left-layout .main .col-main .my-account .border-table table tr td:last-child {
    padding-right: 0;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account #form-validate,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account #form-validate,
  .sales-order-history .col2-left-layout .main .col-main .my-account #form-validate,
  .product-drafts-index .col2-left-layout .main .col-main .my-account #form-validate {
    width: 100%;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account #form-validate label,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account #form-validate label,
  .sales-order-history .col2-left-layout .main .col-main .my-account #form-validate label,
  .product-drafts-index .col2-left-layout .main .col-main .my-account #form-validate label {
    max-width: 200px;
    width: 50%;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account #form-validate .input-box,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account #form-validate .input-box,
  .sales-order-history .col2-left-layout .main .col-main .my-account #form-validate .input-box,
  .product-drafts-index .col2-left-layout .main .col-main .my-account #form-validate .input-box {
    max-width: 260px;
    width: 50%;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account #form-validate .input-box input,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account #form-validate .input-box input,
  .sales-order-history .col2-left-layout .main .col-main .my-account #form-validate .input-box input,
  .product-drafts-index .col2-left-layout .main .col-main .my-account #form-validate .input-box input {
    width: 100%;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account #form-validate .control,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account #form-validate .control,
  .sales-order-history .col2-left-layout .main .col-main .my-account #form-validate .control,
  .product-drafts-index .col2-left-layout .main .col-main .my-account #form-validate .control {
    margin-left: 200px;
  }
  body[class*="customer-"] .col2-left-layout .main .col-main .my-account #form-validate .control label,
  .oauth-customer-token-index .col2-left-layout .main .col-main .my-account #form-validate .control label,
  .sales-order-history .col2-left-layout .main .col-main .my-account #form-validate .control label,
  .product-drafts-index .col2-left-layout .main .col-main .my-account #form-validate .control label {
    width: auto;
    line-height: 14px;
  }
  body[class*="customer-"] .col2-left-layout .main .col-left,
  .oauth-customer-token-index .col2-left-layout .main .col-left,
  .sales-order-history .col2-left-layout .main .col-left,
  .product-drafts-index .col2-left-layout .main .col-left {
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0;
    padding-right: 25px;
    width: 30%;
  }
  body[class*="customer-"] .col2-left-layout .main .block-account #left-nav li a,
  .oauth-customer-token-index .col2-left-layout .main .block-account #left-nav li a,
  .sales-order-history .col2-left-layout .main .block-account #left-nav li a,
  .product-drafts-index .col2-left-layout .main .block-account #left-nav li a {
    color: #6b7476;
    display: block;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
  }
  body[class*="customer-"] .col2-left-layout .main .block-account #left-nav li a span,
  .oauth-customer-token-index .col2-left-layout .main .block-account #left-nav li a span,
  .sales-order-history .col2-left-layout .main .block-account #left-nav li a span,
  .product-drafts-index .col2-left-layout .main .block-account #left-nav li a span {
    display: block;
  }
  body[class*="customer-"] .col2-left-layout .main .block-account #left-nav li a:hover,
  .oauth-customer-token-index .col2-left-layout .main .block-account #left-nav li a:hover,
  .sales-order-history .col2-left-layout .main .block-account #left-nav li a:hover,
  .product-drafts-index .col2-left-layout .main .block-account #left-nav li a:hover {
    background: #000;
    color: #fff;
  }
  body[class*="customer-"] .col2-left-layout .main .block-account #left-nav .current a,
  .oauth-customer-token-index .col2-left-layout .main .block-account #left-nav .current a,
  .sales-order-history .col2-left-layout .main .block-account #left-nav .current a,
  .product-drafts-index .col2-left-layout .main .block-account #left-nav .current a {
    background: #000;
    color: #fff;
  }
}
@media (max-width: 400px) {
  .customer-account-login .page-title h1,
  .customer-account-forgotpassword .page-title h1,
  .customer-account-create .page-title h1 {
    font-size: 28px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .customer-account-login .page-title h1,
  .customer-account-forgotpassword .page-title h1,
  .customer-account-create .page-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .customer-account-login .main,
  .customer-account-forgotpassword .main,
  .customer-account-create .main {
    padding-bottom: 20px;
  }
  .customer-account-login .wrapper .header-container,
  .customer-account-forgotpassword .wrapper .header-container,
  .customer-account-create .wrapper .header-container {
    margin-bottom: 10px;
  }
  .customer-account-login .page-title h1,
  .customer-account-forgotpassword .page-title h1,
  .customer-account-create .page-title h1 {
    color: #000;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
  }
}
.customer-account-login .account-login-container {
  display: flex;
}
@media (max-width: 768px) {
  .customer-account-login .account-login-container {
    flex-wrap: wrap;
  }
  .customer-account-login .account-login-container .new-users,
  .customer-account-login .account-login-container .registered-users {
    width: 100%;
  }
  .customer-account-login .account-login-container .new-users {
    order: 1;
  }
  .customer-account-login .account-login-container .new-users .content h2 {
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .customer-account-login .account-login-container .new-users .content p {
    font-size: 16px;
  }
  .customer-account-login .account-login-container .registered-users {
    margin-bottom: 50px;
  }
  .customer-account-login .account-login-container .registered-users h2 {
    display: none;
  }
  .customer-account-login .account-login-container .registered-users .content > p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .customer-account-login .account-login-container .registered-users .form-list {
    margin-bottom: 20px;
  }
  .customer-account-login .account-login-container .registered-users .form-list label {
    font-size: 16px;
  }
  .customer-account-login .account-login-container .registered-users .form-list .input-box {
    width: 100%;
  }
  .customer-account-login .account-login-container .registered-users .form-list .input-box input {
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    padding: 5px;
    width: 100%;
  }
  .customer-account-login #login-form .new-users .buttons-set button {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
  }
  .customer-account-login #login-form .registered-users .buttons-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .customer-account-login #login-form .registered-users .buttons-set button {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
  }
  .customer-account-login #login-form .registered-users .buttons-set > a {
    color: #000;
    float: none;
    font-size: 16px;
    order: 1;
  }
}
@media (min-width: 769px) {
  .customer-account-login .account-login-container {
    align-items: stretch;
  }
  .customer-account-login .account-login-container .new-users,
  .customer-account-login .account-login-container .registered-users {
    display: flex;
    flex: 0 1 340px;
    flex-direction: column;
    justify-content: space-between;
  }
  .customer-account-login .account-login-container .new-users {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .customer-account-create .account-create {
    width: 100%;
  }
}
.catalog-category-view {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.catalog-category-view .col-left {
  width: auto;
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .breadcrumbs {
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .toolbar-bottom:not(.bottom-pagination) {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .toolbar-bottom.bottom-pagination {
    margin-top: 0;
    text-align: center;
  }
  .catalog-category-view .col2-left-layout .toolbar-bottom.bottom-pagination .pager .pages {
    display: block;
    float: none;
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 0;
  }
  .catalog-category-view .col2-left-layout .toolbar-bottom.bottom-pagination .pager .pages li {
    display: inline-block;
    width: 25px;
  }
}
.catalog-category-view .col2-left-layout .main {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view .col2-left-layout .sidebar {
  min-height: 1px;
}
.catalog-category-view .col2-left-layout .col-main {
  order: 1;
  width: 100%;
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .col-main {
    width: calc(100% - 205px);
  }
}
.catalog-category-view .col2-left-layout .col-left {
  order: 0;
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .col-left {
    border: none;
    float: left;
    margin: 0 15px 15px 0;
    width: 190px;
    padding: 0;
  }
  .catalog-category-view .col2-left-layout .col-left .sidebar {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .generic-banner {
    margin-bottom: 25px;
  }
  .catalog-category-view .col2-left-layout .generic-banner.digital.giftcard .catalog-category-view .col2-left-layout .generic-banner.digital.gifttoken,
  .catalog-category-view .col2-left-layout .generic-banner.digital.giftcard .catalog-category-view .col2-left-layout .generic-banner.physical.gifttoken,
  .catalog-category-view .col2-left-layout .generic-banner.physical.giftcard .catalog-category-view .col2-left-layout .generic-banner.digital.gifttoken,
  .catalog-category-view .col2-left-layout .generic-banner.physical.giftcard .catalog-category-view .col2-left-layout .generic-banner.physical.gifttoken {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .category-products {
    padding: 0 15px;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content {
  padding-top: 20px;
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container .product-holder {
  box-sizing: border-box;
  float: none;
  height: auto;
  margin-bottom: 30px;
  padding: 0 5px;
  width: 50%;
}
@media (min-width: 640px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container .product-holder {
    width: 33.33333333%;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container .product-holder img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container .product-holder .holder-image {
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container .product-holder .holder-product-name h2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container .product-holder .card-holder-price {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container .product-holder .product-promo-text {
    font-size: 16px;
    padding-top: 5px;
  }
}
@media (min-width: 401px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.giftcard .product-holder {
    padding: 0 15px;
  }
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.giftcard .product-holder {
    min-height: 190px;
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.giftcard .product-holder {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation {
    margin: 0 -5px;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .product-holder .holder-product-name h2 {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .product-holder img {
  width: 100%;
}
@media (max-width: 400px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .product-holder {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .product-holder .holder-image {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .product-holder {
    margin-bottom: 40px;
    min-height: 185px;
    padding: 0 10px;
    width: 50%;
  }
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .product-holder .holder-product-name h2 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .product-holder {
    width: 33.33333333%;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .play_wrapper {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 37px;
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.animation .play_wrapper .play_button {
  background: url("../images/triangle_right.png") no-repeat 20px 8px;
  background-size: 20px;
  cursor: pointer;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.giftwrap {
    margin: 0 -5px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.giftwrap .product-holder .holder-image {
    margin-bottom: 15px;
  }
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.giftwrap .product-holder .holder-product-name h2 {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  }
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.giftwrap .product-holder {
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .products-holder-container.giftwrap .product-holder .holder-product-name h2 {
    font-size: 14px;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
  padding: 0;
  width: 100%;
}
@media (max-width: 769px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid {
    margin-bottom: 35px !important;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item {
  box-sizing: border-box;
  float: none;
  padding: 0 5px;
  width: 50%;
}
@media (min-width: 401px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item {
    padding: 0 16.5px;
  }
}
@media (min-width: 640px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item {
    width: 33.33333333%;
  }
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item {
    padding: 0 22px;
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item {
    min-height: 215px;
    width: 25%;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .product-image {
  margin-bottom: 15px;
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .product-name {
  overflow: hidden;
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .product-name h4 {
  color: #000;
}
@media (max-width: 769px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .product-name {
    font-size: 14px;
  }
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .product-name h4 {
    font-size: 16px;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .product-description {
  max-height: 36px;
}
@media (max-width: 769px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .product-description {
    max-height: 42px;
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .arrow-up {
  border-bottom: 18px solid #f0f0f0;
  border-left-width: 12px;
  border-right-width: 12px;
  bottom: auto;
  top: calc(100% + 3px);
}
@media (max-width: 769px) {
  .catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .products-grid .item .arrow-up {
    top: calc(100% + 18px);
  }
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .brand_products_group .products-grid {
  padding: 12.5px 0;
}
.catalog-category-view .col2-left-layout .category-products .products-holder-content .product-grid-gifttokens .brand_products_group .products-grid .item {
  margin: 12.5px 0;
}
@media (max-width: 400px) {
  .catalog-category-view .col2-left-layout .block-layered-nav {
    width: 80%;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .catalog-category-view .col2-left-layout .block-layered-nav {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .block-layered-nav {
    background: #fff;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .block-layered-nav {
    display: block !important;
  }
}
@media (max-width: 400px) {
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content {
    margin: 84px 0 0;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dt {
    background-position: 7.5px 16px;
    background-size: 15px 7.5px;
    font-size: 16px;
    padding: 15px 20px 15px 30px;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li a {
    font-size: 16px;
    padding: 15px 20px 15px 30px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content {
    margin: 104px 0 0;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dt {
    background-position: 20px 17px;
    background-size: 20px 10px;
    font-size: 20px;
    padding: 15px 20px 15px 60px;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li a {
    font-size: 20px;
    padding: 15px 20px 15px 60px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content {
    border-top: 1px solid #ccc;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dl {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dl:last-child {
    border-bottom: 0;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dl#narrow-by-list dt {
    border-bottom: none;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dt {
    background-image: url("../images/filter_arrowDown.png");
    background-repeat: no-repeat;
    line-height: 1em;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dt.active {
    background-image: url("../images/filter_arrowUp.png");
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li {
    margin: 0;
    padding: 0;
    text-indent: 0;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li a {
    display: block;
    line-height: 1em;
    margin: 0;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li a:hover,
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li a:active,
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li a.active {
    background: #e3e3e3;
    color: #6b7476;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  }
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content {
    margin-bottom: 0;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dt {
    color: #000;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd {
    font-weight: bold;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd a {
    display: block;
    font-size: 12px;
    list-style-type: none;
    padding: 5px 10px 5px 20px;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li {
    cursor: pointer;
    line-height: 1em;
    margin: 0;
    text-indent: 0;
    padding: 0;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li:hover {
    background: #fff;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li:hover a {
    color: #474747;
    font-weight: bold;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd li a:hover {
    color: #474747;
    font-weight: bold;
  }
  .catalog-category-view .col2-left-layout .block-layered-nav .block-content dd a.active {
    color: #474747;
    font-weight: bold;
  }
}
.catalog-category-view .col2-left-layout .block-layered-nav-trigger {
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  max-width: 235px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.catalog-category-view .col2-left-layout .block-layered-nav-trigger:hover,
.catalog-category-view .col2-left-layout .block-layered-nav-trigger:active,
.catalog-category-view .col2-left-layout .block-layered-nav-trigger.active {
  border-color: #000;
  color: #000;
}
.catalog-category-view .col2-left-layout .block-layered-nav-trigger.digital.giftcard {
  border-color: #000;
  color: #000;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  position: relative;
  text-align: left;
}
.catalog-category-view .col2-left-layout .block-layered-nav-trigger.digital.giftcard::after {
  background: url("../images/filter_arrowUp.png") no-repeat center;
  background-size: 20px;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  -webkit-transform: rotateZ(90deg) translateX(-50%);
  -moz-transform: rotateZ(90deg) translateX(-50%);
  -ms-transform: rotateZ(90deg) translateX(-50%);
  -o-transform: rotateZ(90deg) translateX(-50%);
  transform: rotateZ(90deg) translateX(-50%);
}
.catalog-category-view .col2-left-layout .block-layered-nav-trigger.digital.giftcard.active::after {
  -webkit-transform: rotateZ(-90deg) translateX(50%);
  -moz-transform: rotateZ(-90deg) translateX(50%);
  -ms-transform: rotateZ(-90deg) translateX(50%);
  -o-transform: rotateZ(-90deg) translateX(50%);
  transform: rotateZ(-90deg) translateX(50%);
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .block-layered-nav-trigger {
    display: none !important;
  }
}
.catalog-category-view .col2-left-layout .block-layered-nav-background {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 769px) {
  .catalog-category-view .col2-left-layout .block-layered-nav-background {
    display: none !important;
  }
}
.catalog-category-view.filter_opened {
  overflow: hidden;
}
.product-wrapper .product-info-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding: 20px;
}
.product-wrapper .product-info-wrapper .info img {
  width: 160px;
}
.product-animation-index .product-wrapper .product-info-wrapper .info,
.product-giftwrap-index .product-wrapper .product-info-wrapper .info {
  position: relative;
}
.product-animation-index .product-wrapper .product-info-wrapper .info .close,
.product-giftwrap-index .product-wrapper .product-info-wrapper .info .close {
  display: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-wrapper .product-info-wrapper .close {
  font-size: 16px;
  color: grey;
}
.product-wrapper .product-info-wrapper .product-links {
  position: absolute;
  bottom: 20px;
}
.product-wrapper .product-info-wrapper .product-links a {
  display: inline-block;
  margin-right: 30px;
  color: #b7b7b7;
  text-decoration: underline;
}
.product-wrapper #photobook_frame {
  position: relative;
}
.product-wrapper .product-image-wrapper {
  max-height: 333px;
  position: relative;
  padding: 20px;
}
.product-wrapper .product-image-wrapper.animation {
  padding: 0;
}
.product-wrapper .product-image-wrapper #replayIframe {
  position: absolute;
  bottom: 5px;
}
.product-wrapper .fullwidth {
  height: auto;
  padding: 0;
}
.product-wrapper .fullwidth .product-image {
  margin-bottom: 0;
}
.product-wrapper .fullwidth #main_product_image {
  height: 100%;
}
.product-wrapper .fullwidth ~ .hrborder {
  margin: 0 0 15px;
}
.product-wrapper img.fullwidth {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-wrapper #make_it_a_gift {
  padding: 20px 40px 0;
}
.product-wrapper #make_it_a_gift h3 {
  color: #08BDD8;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.product-wrapper #make_it_a_gift p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.product-wrapper #make_it_a_gift #tokenlistFlex {
  padding-top: 10px;
}
.product-wrapper #make_it_a_gift #tokenlistFlex li img {
  width: 100px;
}
.product-wrapper #make_it_a_gift .giftcards .product-holder {
  box-sizing: border-box;
  width: 118px;
  height: 95px;
  padding: 0;
}
.product-wrapper #make_it_a_gift .giftcards .product-holder img {
  width: 100px;
  height: auto;
}
.product-wrapper #make_it_a_gift .viewall,
.product-wrapper #make_it_a_gift .viewall:hover {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  text-decoration: underline;
  color: #08BDD8;
}
.product-wrapper #gift_card_info {
  padding: 0 20px 15px;
  text-align: left;
}
.product-wrapper .remove {
  box-sizing: border-box;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font: bold 10px monospace;
}
.product-wrapper #product_preview .fullwidth {
  max-height: 333px;
}
.product-wrapper .close_preview {
  display: inline-block;
  padding: 5px;
}
.product-wrapper .product_info h3 {
  margin-bottom: 25px;
}
.product-wrapper .csv_info #btnImportFile {
  padding-left: 0px;
  width: 100%;
}
.product-wrapper select,
.product-wrapper input {
  border: 1px solid #000;
  box-sizing: border-box;
}
.product-wrapper input {
  padding-left: 10px;
}
.product-giftwrap-index .product-wrapper #product_preview_wrapper {
  min-height: 250px;
  border-bottom: 1px solid #000;
}
.product-giftwrap-index .product-wrapper #product_preview_wrapper .product-image-wrapper {
  padding: 0;
  max-height: none;
}
.product-giftwrap-index .product-wrapper #product_preview_wrapper .product-image-wrapper img {
  width: 100%;
  max-height: 350px;
}
.product-giftwrap-index .product-wrapper #product_preview_wrapper .ajax-loading-iframe {
  display: none;
  position: relative;
  top: 150px;
  height: 290px;
  text-align: center;
}
@media (max-width: 400px) {
  .wrapper .viewall-popup .close {
    margin: 5px 5px 5px auto;
  }
  .wrapper .viewall-popup .modal-content {
    padding: 25px 15px;
  }
  .wrapper .viewall-popup .viewall-content .options {
    width: 80%;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper {
    margin: 84px 0 0;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dt {
    background-position: 7.5px 16px;
    background-size: 15px 7.5px;
    font-size: 16px;
    padding: 15px 20px 15px 30px;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dd li a {
    font-size: 16px;
    padding: 15px 20px 15px 30px;
  }
  .wrapper .viewall-popup .viewall-content .products {
    padding: 15px 7.5px;
  }
  .wrapper .viewall-popup#viewall_gifttoken .viewall-content .products .product-select {
    width: calc((100%/2) - 15px);
  }
  .main-container .product-wrapper #make_it_a_gift {
    padding: 15px 7.5px;
  }
  .main-container .product-wrapper #make_it_a_gift .tokens .product,
  .main-container .product-wrapper #make_it_a_gift .giftcards .product {
    margin: 0 7.5px;
  }
  .main-container .product-wrapper .product-preview-wrapper {
    padding: 15px 0;
  }
  .main-container .product-wrapper .product-info-wrapper {
    padding: 15px;
  }
  .main-container .product-wrapper .product-info-wrapper .info img {
    width: 40%;
  }
  .main-container .product-wrapper .product-info-text {
    padding: 0 10px;
    width: 60%;
  }
  .main-container .product-wrapper #card-info-section .card-info-close {
    margin: 5px 5px 5px auto;
  }
  .main-container .product-wrapper #card-info-section #card-info-content {
    padding: 15px;
  }
  .main-container .product-wrapper .product_box {
    padding: 15px;
  }
  .main-container .product-wrapper .delivery-info-container {
    padding: 15px 0 0;
  }
  .main-container .product-wrapper .delivery-boxes,
  .main-container .product-wrapper .delivery_option {
    margin-bottom: 15px;
    padding: 0 15px 15px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box[data-type="giftwrap"] .viewall {
    top: calc(100% + 5px);
  }
  .main-container .product-wrapper .delivery-options {
    padding: 0 15px;
  }
  .main-container .product-wrapper .delivery_option .optional {
    margin: 0 -15px;
    padding: 15px 15px 0;
  }
  .main-container .product-wrapper .delivery_option.physical {
    padding-bottom: 0;
  }
  .main-container .product-wrapper .send {
    padding: 0 0 15px;
  }
  .main-container .product-wrapper .send .sendby {
    padding: 0 15px 10px;
  }
  .main-container .product-wrapper .send .csv-upload {
    margin-bottom: 15px;
    padding: 0 15px 15px;
  }
  .main-container .product-wrapper .send #sendby_boxes {
    padding: 0 15px 15px;
  }
  .main-container .product-wrapper .send .gift-check {
    margin-left: 15px;
  }
  .main-container .product-wrapper .send #email_from {
    padding: 0 15px;
  }
  .main-container .product-wrapper > .price {
    padding: 15px;
  }
  .main-container .product-wrapper .product-actions {
    padding: 0 15px 15px;
  }
  .main-container .product-wrapper #save-card,
  .main-container .product-wrapper .save-card-notice,
  .main-container .product-wrapper .checkout-notice {
    padding: 0 15px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .wrapper .viewall-popup .close {
    margin: 5px 15px 5px auto;
  }
  .wrapper .viewall-popup .modal-content {
    padding: 35px 25px;
  }
  .wrapper .viewall-popup .viewall-content .options {
    width: 75%;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper {
    margin: 104px 0 0;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dt {
    background-position: 20px 17px;
    background-size: 20px 10px;
    font-size: 20px;
    padding: 15px 20px 15px 60px;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dd li a {
    font-size: 20px;
    padding: 15px 20px 15px 60px;
  }
  .wrapper .viewall-popup .viewall-content .products {
    padding: 25px 12.5px;
  }
  .wrapper .viewall-popup#viewall_greetingcard .viewall-content .products .product-select,
  .wrapper .viewall-popup#viewall_giftcard .viewall-content .products .product-select {
    width: calc((100%/2) - 15px);
  }
  .wrapper .viewall-popup#viewall_gifttoken .viewall-content .products .product-select {
    width: calc((100%/3) - 15px);
  }
  .main-container .product-wrapper #make_it_a_gift {
    padding: 25px 12.5px;
  }
  .main-container .product-wrapper #make_it_a_gift .tokens .product,
  .main-container .product-wrapper #make_it_a_gift .giftcards .product {
    margin: 0 12.5px;
  }
  .main-container .product-wrapper .product-preview-wrapper {
    padding: 25px 0;
  }
  .main-container .product-wrapper .product-info-wrapper {
    padding: 25px;
  }
  .main-container .product-wrapper .product-info-wrapper .info img {
    width: 156px;
  }
  .main-container .product-wrapper .product-info-text {
    padding: 0 20px;
  }
  .main-container .product-wrapper #card-info-section .card-info-close {
    margin: 5px 15px 5px auto;
  }
  .main-container .product-wrapper #card-info-section #card-info-content {
    padding: 25px;
  }
  .main-container .product-wrapper .product_box {
    padding: 25px;
  }
  .main-container .product-wrapper .delivery-info-container {
    padding: 25px 0 0;
  }
  .main-container .product-wrapper .delivery-boxes,
  .main-container .product-wrapper .delivery_option {
    margin-bottom: 25px;
    padding: 0 25px 25px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box[data-type="giftwrap"] .viewall {
    top: calc(100% + 10px);
  }
  .main-container .product-wrapper .delivery-options {
    padding: 0 25px;
  }
  .main-container .product-wrapper .delivery_option .optional {
    margin: 0 -25px;
    padding: 25px 25px 0;
  }
  .main-container .product-wrapper .delivery_option.digital .card_options {
    padding-bottom: 10px;
  }
  .main-container .product-wrapper .delivery_option.physical {
    padding-bottom: 10px;
  }
  .main-container .product-wrapper .send {
    padding: 0 0 25px;
  }
  .main-container .product-wrapper .send .sendby {
    padding: 0 25px 15px;
  }
  .main-container .product-wrapper .send .csv-upload {
    margin-bottom: 25px;
    padding: 0 25px 25px;
  }
  .main-container .product-wrapper .send #sendby_boxes {
    padding: 0 25px 25px;
  }
  .main-container .product-wrapper .send .gift-check {
    margin-left: 25px;
  }
  .main-container .product-wrapper .send #email_from {
    padding: 0 25px;
  }
  .main-container .product-wrapper > .price {
    padding: 25px;
  }
  .main-container .product-wrapper .product-actions {
    padding: 0 25px 25px;
  }
  .main-container .product-wrapper #save-card,
  .main-container .product-wrapper .save-card-notice,
  .main-container .product-wrapper .checkout-notice {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .wrapper.popup-active,
  .wrapper.modal_opened {
    overflow: hidden;
  }
  .wrapper .viewall-popup {
    background: none;
    border: none;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    max-height: 100%;
    min-height: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    top: auto !important;
    width: 100%;
  }
  .wrapper .viewall-popup .close {
    background: url('../images/close-popup.png') no-repeat center;
    display: block;
    float: none;
    height: 30px;
    position: static;
    width: 30px;
  }
  .wrapper .viewall-popup .modal-content {
    box-sizing: border-box;
    background: #fff;
  }
  .wrapper .viewall-popup .modal-content > h2 {
    margin: 0 0 30px;
    text-align: center;
  }
  .wrapper .viewall-popup .modal-content .pager {
    margin-bottom: 10px;
    text-align: right;
  }
  .wrapper .viewall-popup .modal-content .pager .pages {
    float: none;
    font-size: 14px;
    margin: 0;
  }
  .wrapper .viewall-popup .modal-content .pager .pages ol {
    display: inline-block;
  }
  .wrapper .viewall-popup .modal-content .pager .pages ol li {
    display: inline-block;
    margin: 0 5px;
  }
  .wrapper .viewall-popup .viewall-content {
    margin: 0 0 25px;
    padding: 0;
  }
  .wrapper .viewall-popup .viewall-content .viewall-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .wrapper .viewall-popup .viewall-content .viewall-filter-status {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .wrapper .viewall-popup .viewall-content .viewall-filter-status > span {
    color: #000;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  }
  .wrapper .viewall-popup .viewall-content .viewall-filter-trigger {
    color: #000;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .wrapper .viewall-popup .viewall-content .viewall-filter-bg {
    background-color: #000;
    display: none;
    height: 100%;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .wrapper .viewall-popup .viewall-content .options {
    background: #fff;
    left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper {
    border-top: 1px solid #ccc;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    display: block;
    float: none;
    margin-top: 0;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list:last-child {
    border-bottom: 0;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dt {
    background-image: url("../images/filter_arrowDown.png");
    background-repeat: no-repeat;
    line-height: 1em;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dt.active {
    background-image: url("../images/filter_arrowUp.png");
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dd {
    max-height: 100%;
    position: static;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dd li {
    margin: 0;
    padding: 0;
    text-indent: 0;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dd li a {
    display: block;
    line-height: 1em;
    margin: 0;
  }
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dd li a:hover,
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dd li a:active,
  .wrapper .viewall-popup .viewall-content .options-wrapper dl.narrow-by-list dd li a.active {
    background: #e3e3e3;
    color: #6b7476;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  }
  .wrapper .viewall-popup .viewall-content .products {
    align-items: center;
    border: 1px solid lightgray;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wrapper .viewall-popup .viewall-content .products .product-select {
    margin: 0 7.5px 20px;
    min-height: 1px;
    padding: 5px;
    width: 100%;
  }
  .wrapper .viewall-popup .viewall-content .products .product-select .image_wrapper {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .wrapper .viewall-popup .viewall-content .products .product-select .image_wrapper .play_wrapper {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .wrapper .viewall-popup .viewall-content .products .product-select .image_wrapper + p {
    font-size: 16px;
  }
  .wrapper .viewall-popup .viewall-content .products .product-select .preview_wrapper .buttons a {
    font-size: 16px;
  }
  .wrapper .viewall-popup .viewall-content .products .product-select:last-child {
    margin-bottom: 0;
  }
  .wrapper .viewall-popup .select_wrapper {
    position: static;
  }
  .wrapper .viewall-popup .select_wrapper .select_product,
  .wrapper .viewall-popup .select_wrapper .select_giftcard {
    height: 36px;
    margin: 0;
    width: 100%;
  }
  .main-container .product-wrapper {
    border: none;
    flex-wrap: wrap;
    position: relative;
  }
  .main-container .product-wrapper > * {
    width: 100%;
  }
  .main-container .product-wrapper .hrborder {
    display: none;
  }
  .main-container .product-wrapper #product_preview_wrapper {
    min-height: 1px;
  }
  .main-container .product-wrapper #product_preview_wrapper #product_preview {
    overflow: hidden;
  }
  .product-animation-index .main-container .product-wrapper #product_preview_wrapper,
  .product-giftwrap-index .main-container .product-wrapper #product_preview_wrapper {
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .main-container .product-wrapper #product_preview_wrapper .product-image-wrapper {
    max-height: none;
    padding: 0;
  }
  .main-container .product-wrapper #product_preview_wrapper .product-image-wrapper img {
    max-width: 100%;
    width: auto;
  }
  .main-container .product-wrapper #product_preview_wrapper #giftcard_preview .product-image-wrapper {
    padding: 0 20px;
  }
  .main-container .product-wrapper #product_preview_wrapper #photobook_frame {
    top: 0;
    left: 0;
  }
  .main-container .product-wrapper #product_preview_wrapper .controls {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: auto;
    line-height: 1;
    margin-top: 15px;
    padding-top: 15px;
  }
  .main-container .product-wrapper #product_preview_wrapper .controls .arrow {
    background-size: 16px;
    height: 40px;
    margin: 0 20px;
    width: 20px;
  }
  .main-container .product-wrapper #make_it_a_gift {
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .main-container .product-wrapper #make_it_a_gift > h3 {
    font-size: 18px;
  }
  .main-container .product-wrapper #make_it_a_gift > p {
    font-size: 16px;
  }
  .main-container .product-wrapper #make_it_a_gift #tokenlistFlex,
  .main-container .product-wrapper #make_it_a_gift .giftcards {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow-y: hidden;
  }
  .main-container .product-wrapper #make_it_a_gift #tokenlistFlex .product,
  .main-container .product-wrapper #make_it_a_gift .giftcards .product {
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    max-height: 100%;
    min-width: 88.75px;
    text-align: center;
    width: calc(25% - 25px);
  }
  .main-container .product-wrapper #make_it_a_gift #tokenlistFlex .product img,
  .main-container .product-wrapper #make_it_a_gift .giftcards .product img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
  .main-container .product-wrapper #make_it_a_gift #tokenlistFlex {
    height: 104px;
    padding: 0;
  }
  .main-container .product-wrapper #make_it_a_gift #tokenlistFlex .product {
    height: 92px;
  }
  .main-container .product-wrapper #make_it_a_gift .giftcards {
    height: 70px;
  }
  .main-container .product-wrapper #make_it_a_gift .giftcards .product {
    height: 58px;
  }
  .main-container .product-wrapper #make_it_a_gift .giftcards .product-holder .holder-image {
    height: 100%;
  }
  .main-container .product-wrapper #make_it_a_gift .giftcards .product-holder img {
    margin-top: 0 !important;
  }
  .main-container .product-wrapper #make_it_a_gift .tokens,
  .main-container .product-wrapper #make_it_a_gift .giftcards {
    margin: 10px 0 20px;
  }
  .main-container .product-wrapper #make_it_a_gift .button_wrapper .viewall {
    font-size: 16px;
  }
  .main-container .product-wrapper .product-info-wrapper {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    margin-bottom: 0;
    order: -2;
  }
  .product-giftcard-index .main-container .product-wrapper .product-info-wrapper {
    margin-top: -10px;
  }
  .main-container .product-wrapper .product-info-wrapper .info {
    align-items: flex-start;
    display: flex;
  }
  .product-animation-index .main-container .product-wrapper .product-info-wrapper .info,
  .product-giftwrap-index .main-container .product-wrapper .product-info-wrapper .info {
    position: relative;
  }
  .product-animation-index .main-container .product-wrapper .product-info-wrapper .info .close,
  .product-giftwrap-index .main-container .product-wrapper .product-info-wrapper .info .close {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-container .product-wrapper .product-price {
    font-size: 24px;
  }
  .main-container .product-wrapper .product-name {
    color: #000;
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  }
  .main-container .product-wrapper .product-name-assoc {
    color: #676767;
    line-height: 1.4;
  }
  .main-container .product-wrapper .product-terms {
    font-size: 14px;
    margin-top: 15px;
    text-decoration: underline;
  }
  .main-container .product-wrapper #assoc_product_name {
    font-size: 14px;
  }
  .main-container .product-wrapper #card-info-section {
    bottom: 0;
    box-sizing: border-box;
    display: none;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    width: 100%;
    z-index: 3;
  }
  .main-container .product-wrapper #card-info-section .card-info-close {
    background: url('../images/close-popup.png') no-repeat center;
    display: block;
    float: none;
    height: 30px;
    position: static;
    width: 30px;
  }
  .main-container .product-wrapper #card-info-section #card-info-content {
    background: white;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    margin: 0;
    text-align: center;
  }
  .main-container .product-wrapper #card-info-section > ul {
    display: none;
  }
  .main-container .product-wrapper #card-info-section ._tabContent:not(#card-tc-detail) {
    display: none;
  }
  .main-container .product-wrapper #card-info-section #card-tc-detail {
    color: #000;
    display: block;
    visibility: visible;
  }
  .main-container .product-wrapper #card-info-section #card-tc-detail h1 {
    color: #000;
    margin-bottom: 30px;
  }
  .main-container .product-wrapper #card-info-section #card-tc-detail p {
    font-size: 14px;
  }
  .main-container .product-wrapper .product_box {
    align-items: center;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    order: -1;
  }
  .product-animation-index .main-container .product-wrapper .product_box,
  .product-giftwrap-index .main-container .product-wrapper .product_box {
    border-width: 1px 0 0;
    display: block;
    padding-bottom: 0;
  }
  .product-animation-index .main-container .product-wrapper .product_box .options,
  .product-giftwrap-index .main-container .product-wrapper .product_box .options {
    border: none;
    margin: 0;
    padding: 0;
  }
  .product-animation-index .main-container .product-wrapper .product_box .options .quantity,
  .product-giftwrap-index .main-container .product-wrapper .product_box .options .quantity {
    display: none;
  }
  .product-animation-index .main-container .product-wrapper .product_box .product_info h3 {
    margin: 0;
  }
  .product-giftwrap-index .main-container .product-wrapper .product_box .product_info_title {
    margin-bottom: 10px;
  }
  .main-container .product-wrapper .product_box .denomination {
    float: none;
    margin: 0 10px 0 0;
    max-width: 290px;
    width: calc(100% - 140px);
  }
  .product-animation-index .main-container .product-wrapper .product_box .denomination,
  .product-giftwrap-index .main-container .product-wrapper .product_box .denomination {
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
  }
  .main-container .product-wrapper .product_box .denomination .denomination_select {
    margin: 10px 0 0;
    width: 100%;
  }
  .main-container .product-wrapper .product_box .denomination .gci_custom_price input {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 0 10px 0 15px;
    width: 100%;
  }
  .main-container .product-wrapper .product_box .denomination select {
    background: url('../images/arrowdown.png') no-repeat 90% 50%;
    background-size: 16px;
    font-size: 16px;
    height: 40px;
    margin: 0;
    padding: 0 30px 0 15px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .main-container .product-wrapper .product_box .denomination select::-ms-expand {
    display: none;
  }
  .main-container .product-wrapper .product_box .denomination select:focus {
    background: url('../images/arrowup.png') no-repeat 90% 50%;
    background-size: 16px;
  }
  .main-container .product-wrapper .product_box .quantity {
    width: 130px;
  }
  .main-container .product-wrapper .product_box .quantity input {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 0 10px 0 15px;
    width: 100%;
  }
  .main-container .product-wrapper .delivery-boxes,
  .main-container .product-wrapper .delivery_option {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px;
  }
  .main-container .product-wrapper .delivery-options {
    margin-bottom: 0;
  }
  .main-container .product-wrapper .delivery-options-list {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .main-container .product-wrapper .delivery-options-list .delivery-option {
    border-width: 1px 1px 1px 0;
    font-size: 14px;
    height: auto;
    margin-right: 0;
    padding: 11px 5px;
    width: 100%;
  }
  .main-container .product-wrapper .delivery-options-list .delivery-option.active {
    background-color: #999999;
    border-color: transparent;
  }
  .main-container .product-wrapper .delivery-options-list .delivery-option:first-child {
    border-width: 1px;
  }
  .main-container .product-wrapper .delivery-options-list .delivery-option[data-type="greetingcard"] {
    display: none;
  }
  .main-container .product-wrapper .delivery-boxes .viewall {
    display: inline-block;
    float: none;
    margin: 5px;
    vertical-align: middle;
    width: 80px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box {
    overflow: visible;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box .products {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow-y: hidden;
    vertical-align: middle;
    width: calc(100% - 90px);
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box .products .product {
    height: 92px;
    margin: 7px 5px;
    position: relative;
    width: 80px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box .products .product:first-of-type {
    margin-left: 5px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box .products .product img.product-img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box[data-type="giftwrap"] {
    margin-bottom: 20px;
    position: relative;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box[data-type="giftwrap"] .delivery-cards {
    display: block;
    overflow-x: auto;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box[data-type="giftwrap"] .products {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: auto;
    width: 1000px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box[data-type="giftwrap"] .products .product {
    height: 102px;
    width: 172px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box[data-type="giftwrap"] .products .product .product-img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-box[data-type="giftwrap"] .viewall {
    line-height: 1;
    position: absolute;
    right: 0;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-animation .products {
    height: 92px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-animation .products .product {
    height: 80px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-animation .products .product .product-img {
    height: 80px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-cards .products {
    height: 108px;
  }
  .main-container .product-wrapper .delivery-boxes .delivery-animation,
  .main-container .product-wrapper .delivery-boxes .delivery-cards {
    align-items: center;
    border-top: none;
    display: flex;
    padding: 15px 9px;
  }
  .main-container .product-wrapper .delivery_option > section.option ~ section.option {
    margin-bottom: 0;
  }
  .main-container .product-wrapper .delivery_option .add-logo {
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  }
  .main-container .product-wrapper .delivery_option input.name {
    font-size: 16px;
    height: 40px;
    margin: 3px 0 25px;
  }
  .main-container .product-wrapper .delivery_option textarea.textarea {
    font-size: 16px;
    height: 80px;
    margin-top: 3px;
    min-height: 1px;
  }
  .main-container .product-wrapper .delivery_option .char-limit {
    display: none;
  }
  .main-container .product-wrapper .delivery_option .card_options {
    float: none;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .row {
    width: 50%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .row.text-font-family {
    padding: 0;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .row.text-font-family #font-family-control {
    padding-top: 40px !important;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .row.text-font-family .choose-font-family {
    background: url('../images/arrowdown.png') no-repeat;
    background-position: right 10px top 50%;
    background-size: 20px;
    border: 1px solid #ccc;
    border-top-width: 0;
    color: #000;
    height: auto;
    line-height: 28px;
    margin: 0;
    padding: 5px;
    text-align: left;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .row.text-font-family .choose-font-family.active {
    background: #666 url('../images/arrowup_white.png') no-repeat;
    background-position: right 10px top 50%;
    background-size: 20px;
    color: #fff;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .row.text-font-adjustment {
    display: flex;
    padding: 0;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control {
    height: 38px;
    margin: 0;
    width: 50%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control > img {
    display: none;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color {
    align-items: center;
    display: flex;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color span {
    border-bottom: 4px solid;
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    font-size: 22px;
    margin: 5px 10px;
    padding: 0 2.5px;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color.active {
    background: #666;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color.active span {
    color: #fff !important;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="left"] {
    background: url('text_adjustment/images/align_text_left.png') no-repeat 10px 50%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="left"].active {
    background: #666 url('text_adjustment/images/align_text_left_active.png') no-repeat 10px 50%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="center"] {
    background: url('text_adjustment/images/align_text_center.png') no-repeat 10px 50%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="center"].active {
    background: #666 url('text_adjustment/images/align_text_center_active.png') no-repeat 10px 50%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="right"] {
    background: url('text_adjustment/images/align_text_right.png') no-repeat 10px 50%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="right"].active {
    background: #666 url('text_adjustment/images/align_text_right_active.png') no-repeat 10px 50%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color,
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align {
    border: 1px solid #ccc;
    border-left-width: 0;
    border-top-width: 0;
    position: relative;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color::after,
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align::after {
    background: url('../images/arrowdown.png') no-repeat center / 20px;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color.active::after,
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align.active::after {
    background: url('../images/arrowup_white.png') no-repeat center / 20px;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-view {
    float: none;
    min-height: 1px;
    padding: 5px 0;
    width: 100%;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-view .adjustment-item {
    box-sizing: border-box;
    float: right;
    height: auto;
    margin: 0;
    padding: 10px;
    text-align: right;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-view .adjustment-item.text-align-view {
    width: 200px;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-view .adjustment-item .hover-font-color {
    margin: 5px 4px;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-view .adjustment-item .text-align-item {
    display: inline-block;
    float: none;
    height: auto;
    width: 44px;
  }
  .main-container .product-wrapper .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-view .adjustment-item::after {
    clear: both;
    content: '';
    display: table;
  }
  .main-container .product-wrapper .delivery_option .optional {
    border-top: 1px solid #ccc;
  }
  .main-container .product-wrapper .delivery_option .optional label {
    display: block;
    float: none;
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    margin-bottom: 10px;
  }
  .main-container .product-wrapper .delivery_option .optional .addon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    float: none;
  }
  .main-container .product-wrapper .delivery_option .optional .addon a {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 18px;
    height: auto;
    line-height: 28px;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
  }
  .main-container .product-wrapper .delivery_option .optional .addon a#addon-video,
  .main-container .product-wrapper .delivery_option .optional .addon a#addon-sound {
    background: none;
    margin: 0;
  }
  .main-container .product-wrapper .delivery_option .optional .addon a#addon-video::before,
  .main-container .product-wrapper .delivery_option .optional .addon a#addon-sound::before {
    background: url("../images/sound-icon.png") no-repeat center / 28px;
    content: '';
    display: inline-block;
    height: 28px;
    margin-right: 10px;
    vertical-align: middle;
    width: 28px;
  }
  .main-container .product-wrapper .delivery_option .optional .addon a#addon-video::before {
    background: url("../images/sound-icon.png") no-repeat center / 28px;
  }
  .main-container .product-wrapper .delivery_option .optional .addon a#addon-sound::before {
    background: url("../images/video-icon.png") no-repeat center / 28px;
  }
  .main-container .product-wrapper .delivery_option .optional .addon a.addon-sound,
  .main-container .product-wrapper .delivery_option .optional .addon a.remove-sound {
    border-left-width: 0;
  }
  .main-container .product-wrapper .delivery_option .optional .addon p {
    text-align: right;
    width: 100%;
  }
  .main-container .product-wrapper .delivery_option .optional .addon p small {
    font-size: 14px;
    font-style: normal;
  }
  .main-container .product-wrapper .delivery_option.physical .option.formats {
    margin-bottom: 20px;
  }
  .main-container .product-wrapper .delivery_option.physical #addSound {
    border-bottom: 0;
    padding: 0;
  }
  .main-container .product-wrapper .send {
    border-bottom: 1px solid #ccc;
  }
  .main-container .product-wrapper .send .sendby > strong {
    margin-right: 20px;
    width: auto;
  }
  .main-container .product-wrapper .send .sendby > form label:first-child {
    margin-right: 20px;
  }
  .main-container .product-wrapper .send .sendby > form .control_indicator {
    top: 3px;
  }
  .main-container .product-wrapper .send .csv-upload {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }
  .main-container .product-wrapper .send .csv-upload > form,
  .main-container .product-wrapper .send .csv-upload #sample-email,
  .main-container .product-wrapper .send .csv-upload #sample-text {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .main-container .product-wrapper .send .csv-upload > form {
    margin-right: 20px;
  }
  .main-container .product-wrapper .send .csv-upload #sample-email {
    margin-right: 20px;
  }
  .main-container .product-wrapper .send .csv-upload .csv-check {
    font-size: 14px;
  }
  .main-container .product-wrapper .send #sendby_boxes strong {
    margin-bottom: 5px;
    width: 100%;
  }
  .main-container .product-wrapper .send #sendby_boxes input {
    font-size: 16px;
    height: 40px;
    width: 100%;
  }
  .main-container .product-wrapper .send #sendby_boxes .email-to .recipients,
  .main-container .product-wrapper .send #sendby_boxes .text-to .recipients {
    width: 100%;
  }
  .main-container .product-wrapper .send .gift-check {
    margin-bottom: 20px;
  }
  .main-container .product-wrapper .send #email_from {
    box-sizing: border-box;
  }
  .main-container .product-wrapper .send #email_from strong {
    margin-bottom: 5px;
    width: 100%;
  }
  .main-container .product-wrapper .send #email_from input {
    font-size: 16px;
    height: 40px;
    width: 100%;
  }
  .main-container .product-wrapper > p.price {
    font-size: 28px;
    line-height: 1.1;
    text-align: left;
  }
  .main-container .product-wrapper > p.price strong {
    font-size: 28px;
  }
  .main-container .product-wrapper .product-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .main-container .product-wrapper .product-actions .product-addtocart {
    height: 40px;
    margin: 0;
    order: 1;
    width: 100%;
  }
  .main-container .product-wrapper .product-actions .product-preview {
    height: 40px;
    margin: 0 0 10px;
    width: 100%;
  }
  .main-container .product-wrapper #save-card {
    font-size: 16px;
    text-decoration: underline;
  }
  .main-container .product-wrapper #save-card,
  .main-container .product-wrapper .save-card-notice {
    display: none;
  }
  .main-container .product-wrapper .save-card-notice,
  .main-container .product-wrapper .checkout-notice {
    font-size: 14px;
  }
  .main-container .product-wrapper #save-card,
  .main-container .product-wrapper .save-card-notice,
  .main-container .product-wrapper .checkout-notice {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .main-container .product-wrapper .product-left .product-terms {
    display: none;
  }
  .main-container .product-wrapper .product-left #make_it_a_gift {
    text-align: center;
  }
  .main-container .product-wrapper .product-left #card-info-section .card-info-close {
    display: none;
  }
  .main-container .product-wrapper .product-left #card-info-section #card-tc-detail h1 {
    display: none;
  }
  .main-container .product-wrapper .product-right .delivery-options-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .main-container .product-wrapper .product-right .delivery-options-list .delivery-option {
    height: auto;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .products {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 87px;
    overflow-y: hidden;
    vertical-align: middle;
    width: calc(100% - 74px);
  }
  .main-container .product-wrapper .product-right .delivery-boxes .products .product {
    height: 75px;
    margin: 5px;
    position: relative;
    width: 60px;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .products .product:first-of-type {
    margin-left: 5px;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .products .product img.product-img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .products.products-giftwrap {
    height: 72px;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .products.products-giftwrap .product {
    height: 60px;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .viewall {
    display: inline-block;
    float: none;
    margin: 5px;
    vertical-align: middle;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .delivery-animation .products {
    height: 72px;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .delivery-animation .products .product {
    height: 60px;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .delivery-animation .products .product .product-img {
    height: 60px;
  }
  .main-container .product-wrapper .product-right .delivery-boxes .delivery-animation,
  .main-container .product-wrapper .product-right .delivery-boxes .delivery-cards {
    align-items: center;
    display: flex;
    padding: 10px 5px;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .row {
    cursor: pointer;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .row:first-child {
    padding-top: 0;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .row.text-font-family .choose-font-family {
    background: url('../images/arrowdown.png') no-repeat;
    background-position: right 10px top 15.5px;
    background-size: 10px;
    color: #000;
    height: auto;
    line-height: 25px;
    margin: 0;
    padding: 5px;
    text-align: left;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .row.text-font-family .choose-font-family.active {
    background: #666 url('../images/arrowup_white.png') no-repeat;
    background-position: right 10px top 15.5px;
    background-size: 10px;
    color: #fff;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .row.text-font-adjustment {
    padding: 0;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control {
    height: 35px;
    margin: 0;
    width: 50%;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control > img {
    display: none;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color {
    text-align: left;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color span {
    border-bottom: 3px solid;
    display: inline-block;
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    line-height: 1;
    padding: 0 2.5px;
    position: relative;
    top: 3.5px;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color.active {
    background: #666;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color.active span {
    color: #fff !important;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align {
    background-position: 5px 50%;
    background-repeat: no-repeat;
    background-size: 18px;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="left"] {
    background-image: url('text_adjustment/images/align_text_left.png');
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="left"].active {
    background-color: #666;
    background-image: url('text_adjustment/images/align_text_left_active.png');
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="center"] {
    background-image: url('text_adjustment/images/align_text_center.png');
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="center"].active {
    background-color: #666;
    background-image: url('text_adjustment/images/align_text_center_active.png');
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="right"] {
    background-image: url('text_adjustment/images/align_text_right.png');
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align[data-textalign="right"].active {
    background-color: #666;
    background-image: url('text_adjustment/images/align_text_right_active.png');
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color,
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align {
    box-sizing: border-box;
    padding: 5px;
    position: relative;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color::after,
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align::after {
    background: url('../images/arrowdown.png') no-repeat center / 10px;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 12.5px;
    width: 10px;
  }
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.font-color.active::after,
  .main-container .product-wrapper .product-right .delivery_option .card_options #text-adjustment-content .text-adjustment .text-adjustment-control.text-align.active::after {
    background: url('../images/arrowup_white.png') no-repeat center / 10px;
  }
  .main-container .product-wrapper .product-right .send .sendby > strong {
    margin-right: 12px;
    width: auto;
  }
  .main-container .product-wrapper .product-right .send .csv-upload {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 2.5px 0;
    padding-left: 70px;
  }
  .main-container .product-wrapper .product-right .send .csv-upload > form,
  .main-container .product-wrapper .product-right .send .csv-upload #sample-email,
  .main-container .product-wrapper .product-right .send .csv-upload #sample-text {
    display: inline-block;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
  }
  .main-container .product-wrapper .product-right p.price {
    margin-bottom: 20px;
  }
  .main-container .product-wrapper .product-right .product-actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .main-container .product-wrapper .product-right .product-actions .product-addtocart,
  .main-container .product-wrapper .product-right .product-actions .product-preview {
    float: none;
    height: 40px;
    margin: 5px;
    width: 145px;
  }
  .main-container .product-wrapper .product-right .product-actions .product-addtocart {
    order: 1;
  }
  .main-container .product-wrapper .product-right #save-card,
  .main-container .product-wrapper .product-right .save-card-notice {
    display: none;
  }
}
.product-delivery-index .back-button,
.product-delivery-index .mobile-menu,
.product-delivery-index .quick-access {
  display: none;
}
.product-delivery-index .header-container .inner-wrapper {
  text-align: center;
}
.product-delivery-index .header-container .inner-wrapper > .logo {
  float: none;
  left: 0;
}
.product-delivery-index .product-wrapper .product-image-wrapper #photobook_frame.iframe-animation {
  display: block;
}
.product-delivery-index .product-info-container .product-info-wrapper .card_info {
  padding-left: 0;
}
.product-delivery-index .product-info-container .say-thanks {
  width: 250px;
}
.product-delivery-index .product-info-container .say-thanks p {
  margin: 0;
}
.product-delivery-index .product-info-container .say-thanks a {
  box-sizing: border-box;
  display: block;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  text-decoration: none;
  width: 100%;
}
.product-delivery-index .product-info-container .say-thanks a > img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.product-delivery-index .product-info-container .say-thanks a > span {
  display: block;
}
.product-delivery-index .product-info-container .say-thanks .for-free {
  color: #ff3333;
  font-size: 28px;
  margin-bottom: 10px;
  text-decoration: none;
}
.product-delivery-index .product-info-container .say-thanks .for-free span {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.product-delivery-index .product-info-container .say-thanks .click-here {
  color: #000;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}
.product-delivery-index .tokenfooterlinks {
  position: relative;
}
.product-delivery-index .tokenfooterlinks a {
  height: 21%;
  position: absolute;
  right: 5.3%;
  width: 15%;
}
.product-delivery-index .tokenfooterlinks a.itunes {
  top: 19%;
}
.product-delivery-index .tokenfooterlinks a.gplay {
  top: 48%;
}
@media (max-width: 400px) {
  .product-delivery-index .product-info-container .product-info-wrapper {
    padding: 20px 15px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .product-delivery-index .product-info-container .product-info-wrapper {
    padding: 20px 25px;
  }
}
@media (max-width: 768px) {
  .product-delivery-index .product-wrapper {
    padding-bottom: 60px;
  }
  .product-delivery-index .product-wrapper .social-icons {
    display: flex;
    justify-content: center;
    left: 0;
    top: calc(100% - 40px);
    width: 100%;
  }
  .product-delivery-index .product-wrapper .product-image-wrapper {
    padding: 5px 0;
    border-top: 1px solid #ccc;
  }
  .product-delivery-index .product-info-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
  }
  .product-delivery-index .product-info-container .say-thanks {
    margin: 20px 0 !important;
    order: 1;
    padding: 0;
  }
  .product-delivery-index .product-info-container .say-thanks-link .for-free {
    text-decoration: none;
  }
  .product-delivery-index .product-info-container .say-thanks-link .for-free span {
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  }
  .product-delivery-index .product-info-container .say-thanks-link .click-here {
    color: #000;
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    font-size: 16px;
  }
  .product-delivery-index .product-info-container .product-info-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .product-info-text p,
  .product-delivery-index .product-info-container .product-info-wrapper .card_info dl dt {
    font-size: 16px;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .product-info-text {
    margin-bottom: 30px;
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .product-info-text .egiftcard {
    margin: 10px 0;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info {
    margin: 0 -5px;
    position: relative;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info dl {
    display: inline-block;
    margin: 5px;
    position: static;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info dl dt {
    text-decoration: underline;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info dl dt.active {
    color: #000;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info dl dd {
    display: none;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 100%;
  }
}
@media (min-width: 769px) {
  .product-delivery-index .header-container .inner-wrapper > .logo {
    float: left;
  }
  .product-delivery-index .product-wrapper .social-icons {
    margin-bottom: 10px;
    right: 20px;
    text-align: right;
  }
  .product-delivery-index .product-info-container {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .product-delivery-index .product-info-container .say-thanks {
    float: none;
    order: 1;
  }
  .product-delivery-index .product-info-container .product-info-wrapper {
    box-sizing: border-box;
    width: calc(100% - 260px);
  }
  .product-delivery-index .product-info-container .product-info-wrapper > img {
    margin-right: 20px;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .product-info-text {
    padding: 20px 20px 20px 0;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info {
    margin-bottom: 0 !important;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info dl dt {
    padding: 15px 0 2px 20px;
    background: url("../images/CaretUp.png") no-repeat scroll 0 19px rgba(0, 0, 0, 0);
    background-size: 12px;
    font-size: 14px;
    text-decoration: underline;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info dl dt.active {
    background: url("../images/CaretDown.png") no-repeat scroll 0 19px rgba(0, 0, 0, 0);
    background-size: 12px;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info dl dt:hover {
    cursor: pointer;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info dl dd {
    display: none;
    padding-left: 20px;
  }
  .product-delivery-index .product-info-container .product-info-wrapper .delivery_card_info .show {
    display: block;
  }
}
.personalizations-cards-generic {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.personalizations-cards-generic .col-left.generic {
  float: left;
  width: 190px;
  padding: 0;
  border-right-style: solid;
  border-width: 1px;
  margin-top: 0px;
  border-color: #b5b1b1;
}
.personalizations-cards-generic .col-left.generic .col-left {
  margin-top: 0px;
  min-height: 745px;
}
.personalizations-cards-generic .col-left.sidebar.generic {
  border: none;
  margin-bottom: 15px;
}
.personalizations-cards-generic .block .block-content {
  margin-bottom: 0px;
}
.personalizations-cards-generic .block-layered-nav dt {
  color: #000;
}
.personalizations-cards-generic .block-layered-nav dd {
  padding: 2px 0px 2px;
  font-weight: bold;
}
.personalizations-cards-generic .block-layered-nav dd a {
  display: block;
  font-size: 12px;
  list-style-type: none;
  padding: 0 10px 4px 20px;
}
.personalizations-cards-generic .block-layered-nav dd li {
  cursor: pointer;
  line-height: 1em;
  margin: 0;
  text-indent: 3px;
  padding: 0px;
}
.personalizations-cards-generic .block-layered-nav dd li:hover {
  background: #fff;
}
.personalizations-cards-generic .block-layered-nav dd li:hover a {
  color: #474747;
  font-weight: bold;
}
.personalizations-cards-generic .block-layered-nav dd li a:hover {
  color: #474747;
  font-weight: bold;
}
.personalizations-cards-generic .block-layered-nav dd a.active {
  color: #474747;
  font-weight: bold;
}
.personalizations-cards-generic .generic-content .generic-item .item-name a {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.col-right {
  float: right;
  width: 180px;
}
.col-right .truncated .show dl {
  left: -240px;
  top: 7px;
}
.col-right .checkout-progress {
  padding: 0 10px;
  margin: 10px 0;
}
.col-right .checkout-progress li {
  float: none;
  width: 100%;
  color: #ccc;
}
.col-right .checkout-progress li.active {
  color: #535353;
}
.col1-layout .col-main {
  float: none;
  width: 100%;
}
.col1-layout .main {
  min-height: 450px;
}
.col1-layout .products-grid {
  width: 670px;
  margin: 0 auto;
}
.col1-layout .product-view .product-shop {
  float: right;
  width: 700px;
}
.page-navigation {
  margin: 0 0 0 35px;
}
.category-landing-col1 {
  float: left;
  width: 190px;
  margin: 30px 20px 0 20px;
  background-color: #fff;
  padding: 20px 0 100px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.category-landing-col1 .menu a {
  font-size: 13px;
  background: 0;
  display: block;
  height: 20px;
  position: relative;
  left: -10px;
  margin: 0 0 0 0;
  color: #6b7476;
  text-decoration: none;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  padding: 10px;
  width: 96.1%;
  display: inline-block;
  width: 200px;
}
.category-landing-col1 .menu li a span {
  display: block;
  height: 18px;
  padding: 1px 10px;
  position: relative;
  line-height: 16px;
}
.category-landing-col1 .menu li a:hover {
  background: #2BC8DC;
  color: #FFF;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  padding: 10px;
  width: 96.1%;
  display: inline-block;
}
.category-landing-col1 .menu li a:hover span {
  right: -10px;
  margin-left: -10px;
  width: 200px;
  display: block;
  width: 190px;
}
.category-landing-col1 .menu .current a {
  background: #2BC8DC;
  color: #FFF;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  padding: 10px;
  width: 96.1%;
  display: inline-block;
}
.category-landing-col1 .menu .current a span {
  right: -10px;
  margin-left: -10px;
  width: 200px;
  display: block;
  width: 190px;
}
.category-landing-col1 .menu h2 {
  text-transform: uppercase;
  color: #1ca0b1;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  margin: 0 0 10px 0;
}
.category-landing-col1 .menu ul {
  margin: 0 0 25px 0;
}
#category-landing-container-outer.col1-layout .main {
  background: 0;
  padding: 0;
  width: 100%;
}
#category-landing-business-container-outer.col1-layout .main {
  background: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 100px;
}
.col2-right-layout .col-main {
  float: left;
  width: 656px;
}
.col2-right-layout .main {
  background: url(../images/bg_content.png) no-repeat;
  padding: 60px 40px 0 40px;
  min-height: 450px;
  width: 879px;
  margin-bottom: 200px;
}
.col3-layout .col-main {
  width: 484px;
  margin-left: 10px;
}
.col3-layout .col-wrapper {
  float: left;
  width: 748px;
}
.col3-layout .col-wrapper .col-main {
  float: right;
}
.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto;
}
.col3-layout .product-view .product-shop {
  float: none;
  width: auto;
}
.col2-set .col-1 {
  float: left;
  width: 260px;
  margin-right: 40px;
}
.col2-set .col-2 {
  float: left;
  width: 340px;
}
.col2-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.col2-set #onepage-guest-register-button span {
  font-size: 15px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#checkout-step-login .col2-set .col-1.loginDivider {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #848484;
}
#checkout-step-login .col2-set .col-2 {
  float: left;
  width: 300px;
}
#checkout-step-login .col2-set label {
  font-size: 13px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#checkout-step-login .col2-set p {
  font-size: 13px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#checkout-step-login .col2-set span {
  font-size: 13px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#checkout-step-login button {
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
}
#checkout-step-login button:hover {
  background-color: #ff687c;
}
#checkout-step-login p.required {
  font-size: 10px;
  text-align: right;
  color: #e7001e;
  line-height: 10px;
  margin: 0 0 5px 0;
}
#checkout-step-login .col12-set .totals-check span {
  font-size: 20px;
}
input {
  font: 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
}
.text {
  color: #000;
}
select {
  font: 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 1px;
  height: 23px;
}
select option {
  padding-right: 10px;
}
textarea {
  font: 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 2px;
  overflow: auto;
}
button {
  vertical-align: middle;
}
button:hover {
  background-color: #ff687c;
}
input.input-text {
  background: #fff;
  border: 1px solid #000;
  padding: 2px;
  height: 17px;
}
select.multiselect option {
  border-bottom: 1px solid #ddd;
  padding: 2px 5px;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 38px !important;
  text-align: center;
  color: #000;
}
button.button {
  border: 0 none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}
button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.primary {
  width: 195px;
  height: 35px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  margin: 10px auto;
}
button.primary:hover {
  background-color: #ff687c;
}
button.btn-proceed-checkout,
button.btn-continue-shopping {
  width: 195px;
  height: 35px;
  display: block;
  float: right;
  font: normal 16px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
#checkout_multishipping_form button.btn-next-step {
  width: 195px;
  height: 35px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
#checkout_multishipping_form button.btn-next-step:hover {
  background-color: #ff687c;
}
#checkout_multishipping_form button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  float: right;
}
#checkout_multishipping_form button:hover {
  background-color: #666;
  background-color: #ff687c;
}
button.btn-next-step {
  width: 195px;
  height: 35px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
button.btn-next-step:hover {
  background-color: #ff687c;
}
#review-buttons-container button {
  width: 195px;
  height: 35px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
#review-buttons-container button:hover {
  background-color: #ff687c;
}
button.secondary {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
button.secondary:hover {
  background-color: #666;
  background-color: #ff687c;
}
button.btn-continue {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
button.btn-continue:hover {
  background-color: #666;
  background-color: #ff687c;
}
button.btn-update {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
button.btn-update:hover {
  background-color: #666;
  background-color: #ff687c;
}
#login-form button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
#login-form button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#login-form .new-users button {
  width: 150px;
}
#login-form .registered-users button {
  width: 100px;
}
#form-validate button {
  width: 174px;
  height: 30px;
  display: block;
  font: normal 16px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
#form-validate .fieldset {
  margin: 0 0 30px 0;
}
#form-validate .field {
  clear: both;
  margin: 0 0 15px 0;
}
#form-validate .control {
  margin: 15px 0 0 0;
}
#form-validate .control label {
  line-height: 1em;
}
#form-validate label {
  display: inline-block;
  line-height: 2em;
  margin: 0 10px 0 0;
  text-align: right;
  vertical-align: middle;
  width: 200px;
}
#form-validate .input-box {
  display: inline-block;
  margin: 0;
  width: 260px;
}
.discount-form .buttons-set {
  width: 233px;
  margin: 0;
  float: right;
}
.discount-form .buttons-set button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
.discount-form .buttons-set button:hover {
  background-color: #ff687c;
}
.discount-form label {
  color: #535353;
  display: block;
  font-size: 11px;
  margin: 0 0 20px 0;
  line-height: 1.4em;
}
.discount-form .input-box {
  float: left;
  width: 227px;
  margin: 3px 10px 10px 0;
  margin-bottom: 15px;
}
.shipping-form button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}
.shipping-form button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#billing-buttons-container {
  margin: 0 40px 0 0;
}
#billing-buttons-container button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
}
#billing-buttons-container button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#shipping-buttons-container {
  margin: 0 40px 0 0;
}
#shipping-buttons-container button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
}
#shipping-buttons-container button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#shipping-method-buttons-container button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
}
#shipping-method-buttons-container button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#payment-buttons-container button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
}
#payment-buttons-container button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#contactForm button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
}
#contactForm button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#contactForm h2 {
  margin-bottom: 10px;
}
#contactForm div.field {
  margin-bottom: 10px;
}
#contactForm .wide {
  width: 406px;
}
#contactForm .wide textarea {
  width: 400px;
}
#contactForm .buttons-set {
  margin-top: 25px;
}
#upload-cover-photo .button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 100px;
  float: left;
  margin-right: 5px;
}
#upload-cover-photo button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#upload-cover-photo .price {
  float: right;
  color: #008293;
  font-weight: bold;
}
#upload-cover-photo a.image-preview {
  float: right;
  display: block;
  width: 106px;
  height: 35px;
  font-size: 0;
  line-height: 0;
  background: url(../images/preview-photo.png) no-repeat right top;
  text-indent: -999em;
  overflow: hidden;
}
#upload-cover-photo a.image-preview:hover {
  background: url(../images/preview-photo-over.png) no-repeat right top;
}
#upload-cover-photo a.image-change {
  float: right;
  display: block;
  width: 106px;
  height: 35px;
  font-size: 0;
  line-height: 0;
  background: url(../images/change-photo.png) no-repeat right top;
  text-indent: -999em;
  overflow: hidden;
}
#upload-cover-photo a.image-change:hover {
  background: url(../images/change-photo-over.png) no-repeat right top;
}
#upload-cover-photo label {
  color: #535353;
  font-weight: bold;
  vertical-align: middle;
}
#oar_widget_orders_and_returns_form button {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
  float: right;
}
#oar_widget_orders_and_returns_form button:hover {
  background-color: #666;
  background-color: #ff687c;
}
#oar_widget_orders_and_returns_form ul li {
  width: 515px;
  margin-bottom: 15px;
}
#oar_widget_orders_and_returns_form div.leftCol {
  float: left;
  width: 200px;
  text-align: right;
  margin-right: 10px;
}
#oar_widget_orders_and_returns_form div.rightCol {
  float: left;
  width: 305px;
}
#oar_widget_orders_and_returns_form .buttons-set {
  margin-top: 40px;
}
#oar_widget_orders_and_returns_form #quick_search_type_id {
  width: 200px;
}
#continue-after-success {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#btn-add-address {
  width: 190px;
  height: 30px;
  font: normal 16px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  display: inline;
}
#openScene7 {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 150px;
}
#openScene7 span {
  display: block;
  padding: 8px;
}
#openScene7:hover {
  background-color: #666;
  background-color: #ff687c;
}
#messagePreview {
  width: 174px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  float: right;
  width: 120px;
  display: block;
  padding-top: 10px;
  height: 25px;
}
#messagePreview:hover {
  background-color: #666;
  background-color: #ff687c;
}
button.closePopup {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 120px;
  display: inline;
}
button.closePopup:hover {
  background-color: #666;
  background-color: #ff687c;
}
#personalizeCardFromPopup {
  width: 174px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #848484;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  width: 105px;
}
#personalizeCardFromPopup span {
  display: block;
  padding: 8px;
}
button.cta_secondary {
  border: 1px solid #d3d3d3;
  color: #a5a5a3;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px 3px;
  display: block;
}
a.cta_secondary {
  border: 1px solid #d3d3d3;
  color: #a5a5a3;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px 3px;
}
#messagePreview.disabled {
  background-color: #c0c0c0 !important;
  cursor: default;
}
p.control input.checkbox {
  margin-right: 6px;
}
p.control input.radio {
  margin-right: 6px;
}
.form-list li {
  margin: 0;
}
.form-list li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.form-list label {
  float: none;
  color: #535353;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.form-list .input-box {
  margin: 0;
  display: block;
  clear: both;
  width: 260px;
}
.form-list label.required em {
  font-style: normal;
  color: #eb340a;
  margin: 0 5px 0 0;
}
.form-list li.control label {
  float: none;
  vertical-align: middle;
}
.form-list li.control input.radio {
  margin-right: 6px;
}
.form-list li.control input.checkbox {
  margin-right: 6px;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list .field {
  float: none;
}
.form-list .field:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.form-list input.input-text {
  width: 254px;
}
.form-list textarea {
  width: 254px;
  height: 10em;
}
.form-list select {
  width: 260px;
}
.form-list li.wide .input-box {
  width: 535px;
}
.form-list li.wide input.input-text {
  width: 535px;
}
.form-list li.wide textarea {
  width: 529px;
}
.form-list li.wide select {
  width: 535px;
}
.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .input-range input.input-text {
  width: 74px;
}
.form-list .customer-name-prefix .input-box {
  width: auto;
}
.form-list .customer-name-prefix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix .name-firstname input.input-text {
  width: 189px;
}
.form-list .customer-name-suffix .input-box {
  width: auto;
}
.form-list .customer-name-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .input-box {
  width: auto;
}
.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-middlename .input-box {
  width: auto;
}
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-middlename-suffix .input-box {
  width: auto;
}
.form-list .customer-name-middlename-suffix .name-firstname {
  width: 205px;
}
.form-list .customer-name-middlename-suffix .name-firstname input.input-text {
  width: 189px;
}
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}
.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .name-middlename {
  width: 70px;
}
.form-list .name-middlename input.input-text {
  width: 49px;
}
.form-list .customer-name-middlename .name-firstname {
  width: 210px;
  width: 205px;
}
.form-list .customer-name-middlename .name-firstname input.input-text {
  width: 189px;
}
.form-list .customer-dob .dob-month {
  float: left;
  width: 85px;
  width: 60px;
}
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.form-list .customer-dob .dob-day {
  float: left;
  width: 85px;
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text {
  width: 46px;
}
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}
.form-list:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.form-alt label {
  float: none;
  color: #535353;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.form-alt label.required em {
  font-style: normal;
  color: #eb340a;
  margin: 0 5px 0 0;
}
#shipping-zip-form .form-list li {
  margin: 0 0 15px;
}
#shipping-zip-form .form-list input.input-text {
  width: 254px;
}
#shipping-zip-form button {
  width: 110px;
}
#co-billing-form li label {
  font: normal 12px 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  display: inline-block;
  text-align: right;
  width: 200px;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}
#co-billing-form li .input-box {
  display: inline-block;
  width: 360px;
  float: right;
  margin: 0 40px 15px 0;
}
#co-billing-form li.wide input.input-text {
  width: 354px;
  padding: 2px;
}
#co-billing-form li.wide select {
  width: 360px;
}
#co-billing-form li.wide .field {
  clear: both;
}
#co-billing-form li.control label {
  float: left;
  line-height: 1.5em;
}
#co-billing-form li.control input.radio {
  margin: 0 0 0 5px;
}
#co-shipping-form li label {
  display: inline-block;
  text-align: right;
  width: 200px;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}
#co-shipping-form li .input-box {
  display: inline-block;
  width: 360px;
  float: right;
  margin: 0 40px 15px 0;
}
#co-shipping-form li.wide input.input-text {
  width: 354px;
  padding: 2px;
}
#co-shipping-form li.wide select {
  width: 360px;
}
#co-shipping-form li.wide .field {
  clear: both;
}
#co-shipping-form li.control label {
  float: left;
  line-height: 1.5em;
}
#co-shipping-form li.control input.checkbox {
  margin: 0 0 0 5px;
}
.buttons-set {
  margin: 15px 0 0 0;
}
.buttons-set p {
  font-size: 11px;
  padding-top: 10px;
}
.buttons-set a {
  color: #ea003a;
  text-decoration: underline;
}
.buttons-set a:hover {
  text-decoration: none;
}
.buttons-set .back-link a {
  float: left;
  color: #535353;
}
.buttons-set button.button {
  float: right;
}
.buttons-set p.required {
  margin: 0 0 5px;
  font-size: 10px;
  text-align: left;
  color: #eb0000;
  line-height: 10px;
  margin: 0 0 10px 0;
}
.buttons-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.validation-advice {
  float: left;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 10px;
  line-height: 13px;
  color: #e7001e;
}
.validation-failed {
  border: 1px dashed #e7001e !important;
  background: #faebe7 !important;
}
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #e7001e;
  font-weight: bold;
}
.notice {
  color: #ccc;
}
.messages {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages li {
  margin: 0 0 10px;
}
.messages li li {
  margin: 0 0 3px;
}
.error-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a;
}
.success-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  color: #3d6611;
}
.note-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611;
  margin-bottom: 30px;
}
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611;
}
.breadcrumbs {
  padding: 15px 0;
  padding-left: 15px;
  margin-bottom: 0;
  border: 0 solid #dddddd;
  line-height: 24px;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.breadcrumbs img {
  margin: 10px 1px 0;
}
.breadcrumbs a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #1ca0b1;
}
.page-title h1 {
  font-size: 21px;
  color: #535353;
  margin: 0 0 20px 0;
}
.page-title h2 {
  font-size: 21px;
  color: #535353;
  margin: 0 0 20px 0;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
}
.page-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1 {
  float: left;
}
.title-buttons h2 {
  float: left;
}
.title-buttons h3 {
  float: left;
}
.title-buttons h4 {
  float: left;
}
.title-buttons h5 {
  float: left;
}
.title-buttons h6 {
  float: left;
}
.subtitle {
  clear: both;
}
.sub-title {
  clear: both;
}
.pager .amount {
  float: left;
  margin-top: 10px;
}
.pager .amount strong {
  font-weight: normal;
}
.pager .limiter {
  display: inline-block;
}
.pager .limiter select {
  margin: 0 8px 0 0;
}
.pager .limiter label {
  text-align: right;
  padding: 0;
  display: inline-block;
  font-weight: bold;
}
.pager .pages {
  display: inline;
  float: right;
  margin-top: -35px;
  font: normal 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.pager .pages strong {
  font: normal 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.pager .pages strong a {
  margin-right: 10px;
  color: #000;
  text-decoration: none;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline;
}
.pager .pages li a {
  text-decoration: none;
  color: #000;
}
.pager .pages li img {
  margin-bottom: 3px;
}
.pager .pages li.current {
  color: #08BDD8;
}
.sort-by label {
  text-align: right;
  padding: 0 0px 0 0;
  display: inline-block;
  font-weight: bold;
}
.sorter {
  display: inline;
  padding-right: 50px;
}
.sorter .view-mode {
  float: left;
}
.sorter .sort-by {
  float: left;
}
.sorter .sort-by select {
  width: 115px;
}
.toolbar {
  border: 1px solid #e6e6e6;
  padding: 5px 10px 5px 15px;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.toolbar .pager {
  margin: 0 0 0px 0;
}
.data-table {
  width: 100%;
}
.data-table th {
  padding: 5px 0;
  font-weight: normal;
  white-space: nowrap;
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
}
.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}
.data-table td {
  padding: 10px 0;
  border: 0;
  vertical-align: middle;
}
.data-table .btn-remove {
  margin: auto;
}
.data-table tfoot .btn-continue {
  float: left;
}
.data-table tfoot .btn-update {
  float: right;
}
.data-table thead {
  background: 0;
}
.data-table tbody.odd td {
  border-width: 0 1px;
}
.data-table tbody.odd tr.border td {
  border-bottom-width: 1px;
}
.data-table tbody.even {
  background-color: #f6f6f6;
}
.data-table tbody.even td {
  border-width: 0 1px;
}
.data-table tbody.even tr.border td {
  border-bottom-width: 1px;
}
.data-table td.label {
  font-weight: bold;
  color: #535353;
}
.data-table th.label {
  font-weight: bold;
  color: #535353;
}
.data-table td.value {
  font-weight: bold;
  color: #535353;
}
#tracking-table-popup-0.data-table th {
  border-bottom: 0;
}
#shopping-cart-table.data-table tfoot td {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.btn-wrap-with-style {
  display: inline-block;
  padding: 4px 7px 4px 10px;
  border: 1px solid #d0dbdc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #535353;
  text-decoration: none;
  line-height: 1em;
  margin: 0 0 0 10px;
  -moz-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.btn-wrap-with-style:hover {
  background-color: #edfcff;
}
.btn-wrap-with-style em {
  color: #8fa300;
  font-weight: bold;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.btn-wrap-with-style span {
  background: url(../images/arrow_wws-btn.png) no-repeat center right;
  padding: 0 13px 0 0;
}
.cart-table .product-image {
  display: block;
  margin: 0 15px 0 0;
}
.cart-table .btn-edit-purchase {
  text-transform: uppercase;
  font-size: 9px;
  color: #848484;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.cart-table .item-msg {
  font-size: 10px;
}
.cart-price {
  color: #535353;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
}
.product-wrapped {
  color: #535353;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
}
.cart-odd {
  padding: 0;
}
.cart-odd td {
  padding: 0;
}
.cart-even {
  padding: 0;
}
.cart-even td {
  padding: 0;
}
.cart-odd-personalization-top td {
  padding: 0;
}
.cart-odd-personalization-top .item-relations {
  background-position: 0 20px;
}
.cart-even-personalization-top td {
  padding: 0;
}
.cart-even-personalization-top .item-relations {
  background-position: 0 20px;
}
.cart-odd-personalization-mid td {
  padding: 0;
}
.cart-odd-personalization-mid .btn-remove {
  display: none;
}
.cart-odd-personalization-mid .item-relations {
  background-position: 0 -50px;
}
.cart-even-personalization-mid td {
  padding: 0;
}
.cart-even-personalization-mid .btn-remove {
  display: none;
}
.cart-even-personalization-mid .item-relations {
  background-position: 0 -50px;
}
.cart-odd-personalization-bot td {
  padding: 0;
}
.cart-odd-personalization-bot .btn-remove {
  display: none;
}
.cart-odd-personalization-bot .item-relations {
  background-position: 0 -185px;
}
.cart-even-personalization-bot td {
  padding: 0;
}
.cart-even-personalization-bot .btn-remove {
  display: none;
}
.cart-even-personalization-bot .item-relations {
  background-position: 0 -185px;
}
.item-relations {
  width: 25px;
  height: 55px;
  background-image: url(../images/connector_cart.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -53px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}
.cart-tax-info {
  display: block;
  padding-right: 20px;
}
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-info .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
  cursor: pointer;
}
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -53px;
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.links li {
  display: inline;
}
.links .welcome {
  padding: 3px 0 0 0;
  font-weight: 700;
}
.links .welcome a {
  text-decoration: none;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}
.link-cart {
  font-weight: bold;
  color: #e7001e;
}
.link-wishlist {
  font-weight: bold;
}
.link-reorder {
  font-weight: bold;
}
.link-compare {
  font-weight: bold;
}
.link-print {
  background: url(../images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
}
.link-rss {
  background: url(../images/i_rss.gif) 0 1px no-repeat;
  padding-left: 18px;
  white-space: nowrap;
}
.btn-remove {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  background: url(../images/icon_delete.png) no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #ddd;
  text-indent: -999em;
  overflow: hidden;
}
.noscript {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.noscript .noscript-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url(../images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p {
  margin: 0;
}
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
}
.logo {
  float: left;
}
.logo img {
  height: 90px;
}
@media (max-width: 400px) {
  .logo img {
    height: 70px;
  }
}
@media (min-width: 769px) {
}
.header-top-container {
  float: right;
}
@media (max-width: 768px) {
  .header-top-container {
    align-items: center;
    display: inline-flex;
    justify-content: flex-end;
    min-width: 150px;
    padding-bottom: 7.5px;
    padding-top: 15px;
  }
}
#search_mini_form {
  float: right;
  margin: 0;
}
@media (max-width: 768px) {
  #search_mini_form {
    float: none;
  }
}
@media (min-width: 769px) {
  #search_mini_form {
    width: 180px;
  }
  #search_mini_form .form-search {
    top: 6px !important;
  }
}
.quick-access {
  width: auto;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .quick-access {
    align-items: center;
    display: flex;
  }
  .quick-access::after {
    clear: both;
    content: '';
    display: table;
  }
  .quick-access .links > *:not(.top-link-cart),
  .quick-access .newlinks {
    display: none;
  }
}
@media (min-width: 769px) {
  .quick-access {
    margin: 4px 0 21px;
    position: relative;
  }
  .quick-access .links li.link_my-account,
  .quick-access .links li.link_account-dashboard,
  .quick-access .links li.link_create-account {
    display: none;
  }
}
.quick-access:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.nav-container {
  position: relative;
}
@media (max-width: 768px) {
  .nav-container {
    margin-top: 0;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
  }
  .nav-container.active {
    margin-top: 62.5px;
  }
  .nav-container.digital.giftcard .digital-giftcard-title {
    display: none;
  }
  .catalog-category-view .nav-container.digital.giftcard .digital-giftcard-title {
    color: #000;
    display: inline-block;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  .catalog-category-view .nav-container.digital.giftcard .top-tab-headers {
    display: none;
  }
  .catalog-category-view .nav-container.physical.giftcard .top-tab-headers {
    display: none;
  }
  .product-giftcard-index .nav-container.digital.giftcard .top-tab-headers,
  .product-giftcard-index .nav-container.physical.giftcard .top-tab-headers {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav-container.digital.giftcard .digital-giftcard-title {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-container .top-tab-menu-items {
    display: none;
  }
}
.header-container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1040px;
  padding: 0 25px;
  width: 100%;
}
@media (max-width: 400px) {
  .header-container {
    padding: 0 15px;
  }
}
@media (min-width: 769px) {
  .header-container {
    padding: 0 20px;
  }
}
.header-container .top-container {
  clear: both;
  text-align: right;
}
.header-container .top-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.header-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.mobile-menu-content {
  background-color: #fff;
  display: none;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 75%;
  z-index: 3;
}
@media (max-width: 400px) {
  .mobile-menu-content {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .mobile-menu-content {
    display: none !important;
  }
}
.mobile-menu-content .mobile-menu-container {
  border-top: 1px solid #ccc;
  margin: 104px 0 0;
}
@media (max-width: 400px) {
  .mobile-menu-content .mobile-menu-container {
    margin-top: 84px;
  }
}
.mobile-menu-content .links {
  border-bottom: 1px solid #ccc;
  display: block;
  float: none;
  padding: 10px 0;
  width: 100%;
}
.mobile-menu-content .links li {
  display: list-item;
  font-size: 20px;
}
@media (max-width: 400px) {
  .mobile-menu-content .links li {
    font-size: 16px;
  }
}
.mobile-menu-content .links li a {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  float: none;
  line-height: 50px;
  width: 100%;
}
.mobile-menu-content .links li a:hover,
.mobile-menu-content .links li a:active {
  background-color: #E3E3E3;
}
.mobile-menu-content .links li a.top-link-cart {
  display: none;
}
.mobile-menu-content .links li.welcome {
  padding: 0;
}
.mobile-menu-content .links li.welcome .welcome-message {
  display: inline-block;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 15px 0 0 55px;
}
.mobile-menu-content .links li.link_my-account a {
  color: #000;
  padding: 0 0 0 30px;
}
.mobile-menu-content .links li.link_my-account a:hover,
.mobile-menu-content .links li.link_my-account a:active {
  color: #000;
}
.mobile-menu-content .links li:not(.link_my-account) a {
  padding: 0 0 0 55px;
}
.mobile-menu-content .links li.top-link-cart {
  display: none;
}
.mobile-menu-content .top-tab-menu-items #nav {
  float: none;
  padding: 10px 0;
  width: 100%;
}
.mobile-menu-content .top-tab-menu-items #nav li {
  padding: 0;
}
.mobile-menu-content .top-tab-menu-items #nav li a {
  box-sizing: border-box;
  color: #000;
  display: block;
  float: none;
  font-size: 20px;
  line-height: 50px;
  padding: 0 0 0 30px;
  width: 100%;
}
@media (max-width: 400px) {
  .mobile-menu-content .top-tab-menu-items #nav li a {
    font-size: 16px;
  }
}
.mobile-menu-content .top-tab-menu-items #nav li a:hover,
.mobile-menu-content .top-tab-menu-items #nav li a:active {
  color: #000;
  background-color: #E3E3E3;
}
@media (max-width: 768px) {
  .mobile-menu-content .top-tab-menu-items #nav li.greetingcard {
    display: none;
  }
}
.mobile-menu-content .top-tab-menu-items #nav li.greetingcard > a {
  display: none;
}
.mobile-menu-content .top-tab-menu-items #nav li.greetingcard > ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.mobile-menu-content .top-tab-menu-items #nav li.greetingcard > ul > li a {
  margin: 0;
}
.mobile-menu-content .top-tab-menu-items #nav li.greetingcard > ul > li:first-child {
  order: 1;
}
.mobile-menu-background,
.global-overlay {
  background-color: #000;
  display: none;
  height: 100%;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) {
  .mobile-menu-background,
  .global-overlay {
    display: none !important;
  }
}
.mobile-menu {
  cursor: pointer;
  background: url(../images/menu_mobile_new.png) center / 30px 30px no-repeat;
  display: block;
  height: 30px;
  width: 30px;
}
@media (max-width: 400px) {
  .mobile-menu {
    background-size: 25px 25px;
  }
}
.mobile-menu > span {
  display: none;
}
.mobile-menu.active + .mobile-menu-background {
  visibility: visible;
}
@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}
body > .wrapper.menu_opened {
  overflow: hidden;
}
.header {
  position: relative;
}
.header .inner-wrapper > .logo {
  padding: 7.5px 0;
}
@media (max-width: 400px) {
  .header .inner-wrapper > .logo {
    left: -5px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .header .inner-wrapper > .logo {
    left: -15px;
  }
}
@media (max-width: 768px) {
  .header .inner-wrapper {
    background-color: #fff;
    padding: 7.5px 0 0;
  }
  .header .inner-wrapper > .logo {
    padding: 0 0 7.5px;
    position: relative;
  }
}
@media (min-width: 769px) {
  .header .inner-wrapper > .clearfix {
    display: none;
  }
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
@media (min-width: 769px) {
  .header .logo {
    text-decoration: none !important;
  }
}
.header .kellerwilliams-logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.header .welcome-msg {
  color: #fff;
  font-weight: normal;
  text-align: right;
  float: right;
  height: 25px;
  padding-top: 4px;
  padding-right: 6px;
}
.header .hours-msg {
  font-weight: normal;
  text-align: right;
  float: right;
  height: 20px;
  padding-top: 0;
  padding-right: 2px;
  font-size: 10px;
}
.header .links {
  float: right;
  position: relative;
  font-size: 12px;
}
@media (max-width: 768px) {
  .header .links {
    float: none;
    order: 1;
  }
}
@media (min-width: 769px) {
  .header .links {
    right: 5px;
  }
}
.header .links li {
  float: left;
  margin: 0 0 0 5px;
}
.header .links li.break-tab {
  margin-top: 9px;
  height: 13px;
  width: 0;
  padding-right: 3px;
  margin-left: 9px;
  border-left: 1px solid #cccccc;
}
.header .links li.last a {
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  padding: 1px 0 0;
  vertical-align: middle;
  line-height: 32px;
}
.header .links li.last a:hover {
  color: #08BDD8;
}
.header .links .first a {
  font: normal 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: block;
  float: left;
  padding: 11px 0 10px;
  line-height: 1em;
  text-decoration: none;
  color: #4c4c4c;
}
.header .links .top-link-cart a {
  display: block;
}
@media (max-width: 400px) {
  .header .links .top-link-cart {
    margin: 0 15px;
  }
  .header .links .top-link-cart a .cart-icon_mobile {
    background-size: 33.5px 25px;
    height: 30px;
    width: 33.5px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .header .links .top-link-cart {
    margin: 0 20px;
  }
  .header .links .top-link-cart a .cart-icon_mobile {
    background-size: 40px 30px;
    height: 30px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  .header .links .top-link-cart a {
    position: relative;
  }
  .header .links .top-link-cart a .cart-icon_mobile {
    background-image: url("../images/cart-icon_mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  .header .links .top-link-cart a .cart-counter {
    background: #000;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
  }
  .header .links .top-link-cart a img {
    display: none;
  }
  .header .links .top-link-cart.cart-has-items a .cart-icon_mobile {
    background-image: url("../images/cart-icon_mobile_active.png");
  }
}
@media (min-width: 769px) {
  .header .links .top-link-cart {
    width: auto;
    position: relative;
    top: -8px;
    right: -10px;
    margin-left: 190px;
  }
  .header .links .top-link-cart a {
    font-size: 11px;
    float: left;
    line-height: 1em;
    text-decoration: none;
    font-weight: normal;
    color: #4c4c4c;
    padding: 11px 0 0;
  }
  .header .links .top-link-cart a img {
    padding-top: 3px;
  }
  .header .links .top-link-cart a .cart-counter {
    font-size: 13px;
    line-height: 29px;
    color: #000;
  }
  .header .links .top-link-cart.cart-has-items a .cart-counter {
    color: #000;
  }
}
.header .links .welcome {
  font: normal 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  padding: 11px 10px 10px;
  line-height: 1em;
  color: #4c4c4c;
}
.header .links .welcome a {
  font: normal 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  display: inline;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  font-weight: 700;
}
.header .links .last a {
  display: block;
  float: left;
  line-height: 1em;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #4c4c4c;
}
.header .for-business {
  padding: 8.5px 30px;
  height: 17px;
  font-size: 12px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  float: right;
  font-weight: normal;
}
.header .mobile-search-toggle {
  background: url("../images/bg_search_input_mobile.png") center / 30px 30px no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (max-width: 400px) {
  .header .mobile-search-toggle {
    background-size: 25px 25px;
  }
}
@media (min-width: 769px) {
  .header .mobile-search-toggle {
    display: none;
  }
}
.header .form-search {
  text-align: right;
  margin-left: 5px;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  right: 42px;
  top: 6px;
}
@media (max-width: 400px) {
  .header .form-search {
    top: 32.5px;
  }
  .header .form-search.active {
    top: 95px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .header .form-search {
    top: 52.5px;
  }
  .header .form-search.active {
    top: 115px;
  }
}
@media (max-width: 768px) {
  .header .form-search {
    height: 35px;
    left: 0;
    margin: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease, z-index 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease, z-index 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease, z-index 0.3s ease;
    -o-transition: top 0.3s ease, opacity 0.3s ease, z-index 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease, z-index 0.3s ease;
  }
  .header .form-search.active {
    opacity: 1;
    z-index: 1;
  }
  .header .form-search #search {
    border-radius: 17.5px;
    box-sizing: border-box;
    font-size: 16px;
    height: 35px;
    margin: 0;
    padding: 7.5px 12px 7.5px 22px;
    width: 100%;
  }
}
.header .form-search .search-autocomplete {
  z-index: 999;
}
.header .form-search .search-autocomplete ul {
  border: 1px solid #ddd;
  background-color: #fff;
}
.header .form-search .search-autocomplete li {
  padding: 3px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
.header #search {
  background: url("../images/bg_search_input.png") no-repeat right;
  background-size: 22px;
  border: medium none;
  color: #474747;
  float: left;
  font: 400 12px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  height: 18px;
  line-height: 19px;
  padding-left: 12px;
  padding-right: 22px;
  vertical-align: middle;
  background-color: #EDEDED;
  width: 140px;
  border-radius: 10px;
}
.header button {
  float: left;
  width: 25px;
  height: 20px;
  margin-top: 0px;
  background: none;
  text-indent: -9999px;
  background-position: center;
  margin-left: -23px;
}
.header .form-language {
  clear: both;
  text-align: right;
}
.header:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.header .quick-access:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.top-link-cart span {
  text-transform: none;
}
.alagift-top-menu {
  padding-top: 30px;
  width: 100%;
  height: 30px;
}
#nav {
  float: right;
}
#nav li {
  text-align: left;
  position: relative;
  float: left;
  margin-right: 35px;
}
#nav li.last {
  padding-right: 0;
}
#nav li a {
  display: block;
  text-decoration: none;
  float: left;
  line-height: 1.1em;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 5px 0 16px 0;
  color: #494948;
}
#nav li a:hover {
  text-decoration: none;
  color: #000;
}
#nav li a span {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 20px 0 0;
}
#nav li ul {
  margin: 20px 0 20px 0;
}
#nav li ul a {
  margin: 0 0 8px 0;
}
#nav li ul a span {
  white-space: normal;
}
#nav li a.level-top {
  text-align: center;
  padding-bottom: 16px;
}
#nav li a.level-top span.sub-text {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #7e7e7e;
  line-height: 12px;
  background: none;
}
#nav li a.level-top.active {
  color: #04a5bc;
}
#nav li .subcategory-links-col h2 {
  height: 25px;
  vertical-align: bottom;
  position: relative;
}
#nav li .subcategory-links-col h2 span {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15px;
}
#nav li h2 {
  text-transform: uppercase;
  color: #1ca0b1;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  margin: 0 0 10px 0;
}
#nav li h2 a {
  text-transform: uppercase;
  color: #009db7;
}
#nav li .category-links ul a {
  color: #6b7476;
  background: 0;
  border: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 0;
  float: none;
  line-height: 1em;
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  height: 20px;
  position: relative;
  left: -10px;
  margin: 0 0 2px 0;
  text-decoration: none;
}
#nav li .category-links ul a span {
  height: 18px;
  padding: 1px 10px;
  position: relative;
  line-height: 16px;
  background: 0;
  width: 130px;
  display: block;
}
#nav li .category-links ul a:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav li .category-links ul .current a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav li .category-links ul a.occasion-digital {
  background: url("../images/arrow-inactive.png") no-repeat top 2px right 10px !important;
  width: 70px;
}
#nav li .category-links ul a.occasion-digital:hover {
  background: url("../images/arrow-active.png") no-repeat top 2px right 10px !important;
}
#nav li .category-links ul a.occasion-mail {
  background: url("../images/arrow-inactive.png") no-repeat top 2px right 10px !important;
  width: 70px;
}
#nav li .category-links ul a.occasion-mail:hover {
  background: url("../images/arrow-active.png") no-repeat top 2px right 10px !important;
}
#nav li .category-links ul a.active {
  background: url("../images/arrow-active.png") no-repeat top 2px right 10px !important;
}
#nav li .category-links ul.level1 li.active a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav li .subcategory-links ul a {
  color: #6b7476;
  background: 0;
  border: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 0;
  float: none;
  line-height: 1em;
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  height: 20px;
  position: relative;
  margin: 0 0 2px 0;
  text-decoration: none;
  left: 0;
}
#nav li .subcategory-links ul a:hover {
  color: #333;
}
#nav li ul.shown-sub {
  left: 0;
  z-index: 999;
  display: block !important;
  background: #fff;
  margin: 0;
}
#nav li ul.shown-sub li {
  margin-right: 0;
}
#nav li ul.shown-sub li a {
  font-size: 11px;
}
#nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
#nav li .shown-sub ul.shown-sub {
  left: 100px;
}
#nav li .shown-sub li div.shown-sub {
  left: 100px;
}
#nav li.over {
  z-index: 1000;
}
#nav li.over a.level-top {
  color: #000;
}
#nav li.over a.level-top:hover span.sub-text {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #7e7e7e;
  line-height: 12px;
  background: none;
}
#nav li.over a span {
  background: url(../images/arrow_blue_primary-nav-over.png) no-repeat center right;
}
#nav li.over .subcategory-links-col h2 span {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15px;
}
#nav li.over h2 {
  text-transform: uppercase;
  color: #1ca0b1;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  margin: 0 0 0px 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
}
#nav li.over h2 a {
  text-transform: uppercase;
  color: #009db7;
}
#nav li.over .category-links ul a {
  color: #6b7476;
  background: 0;
  border: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 0;
  float: none;
  line-height: 1em;
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  height: 20px;
  position: relative;
  left: -10px;
  margin: 0 0 2px 0;
  text-decoration: none;
}
#nav li.over .category-links ul a span {
  height: 18px;
  padding: 1px 10px;
  position: relative;
  line-height: 16px;
  background: 0;
  width: 130px;
  display: block;
}
#nav li.over .category-links ul a:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav li.over .subcategory-links ul a {
  color: #6b7476;
  background: 0;
  border: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 0;
  float: none;
  line-height: 1em;
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  height: 20px;
  position: relative;
  left: -10px;
  margin: 0 0 2px 0;
  text-decoration: none;
  left: 0;
}
#nav li.over .subcategory-links ul a:hover {
  color: #333;
}
#nav li.menu-item {
  float: left;
  padding-left: 17px;
  padding-right: 17px;
  margin-right: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  #nav li.menu-item {
    float: none;
  }
}
#nav li.menu-item:hover {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#nav li.menu-item a {
  color: #838383;
}
#nav li.menu-item a:hover {
  color: #000;
  font-weight: normal !important;
}
#nav li.menu-item ul.level0 li.level1 {
  float: right;
  margin-right: 0px;
}
#nav li.menu-item div.dropdown {
  padding-left: 0;
  width: 100%;
}
#nav li.menu-item div.dropdown ul.level0 {
  width: auto !important;
  margin-left: 20px;
  margin-bottom: 0px;
  left: 0 !important;
}
#nav li.menu-item div.dropdown ul.level0 li {
  float: none;
  padding-top: 10px;
}
#nav li.menu-item div.dropdown ul.level0 li a {
  left: 0;
  white-space: nowrap;
}
#nav li.menu-item .category-links a.active {
  color: #000 !important;
  background: none !important;
}
#nav li.level0.parent.level-top {
  float: left;
  padding-left: 17px;
  padding-right: 17px;
  margin-right: 0px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#nav li.level0.parent.level-top:hover {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#nav li.menu-item.music {
  padding-right: 2px;
}
#nav li.business {
  top: 10px;
  padding-left: 2px;
  padding-right: 10px;
  width: 100px;
}
#nav li.business a {
  padding: 6px 10px;
}
#nav li.business a:hover {
  color: #000;
  padding: 6px 10px;
  border: 0;
}
#nav li.business a span {
  background: 0;
  padding: 0;
}
#nav .top-business a {
  background: #ffffff !important;
  color: #000000 !important;
  margin-left: 85px;
  padding-right: 0px !important;
}
#nav li.business.over a span {
  background: 0;
  padding: 0;
}
#nav li.default a.level-top span {
  font-size: 13px;
  color: #04a5bc;
  line-height: 1.1em;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav li.default.adjust.over a.level-top:hover span:first-child {
  font-size: 13px;
  color: #04a5bc;
  line-height: 1.1em;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav li.default.over a.level-top:hover span {
  font-size: 13px;
  color: #04a5bc;
  line-height: 1.1em;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav li.default.adjust a.level-top span:first-child {
  color: #494948;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
}
#nav li#digital-nav {
  background: url(../images/top_dropdown.png) no-repeat right 9px;
}
#nav li#digital-nav a {
  margin-left: 2px !important;
}
#nav li.active a span {
  background: url(../images/arrow_blue_primary-nav-over.png) no-repeat center right;
}
#nav li.active .subcategory-links-col h2 span {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15px;
}
#nav li.active h2 {
  text-transform: uppercase;
  color: #1ca0b1;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
}
#nav li.active h2 a {
  text-transform: uppercase;
  color: #009db7;
}
#nav li.active .category-links ul a {
  color: #6b7476;
  background: 0;
  border: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  float: none;
  line-height: 1em;
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  height: 20px;
  position: relative;
  left: -10px;
  margin: 0 0 2px 0;
  text-decoration: none;
}
#nav li.active .category-links ul a span {
  display: block;
  height: 18px;
  padding: 1px 10px;
  position: relative;
  line-height: 16px;
  background: 0;
  width: 130px;
}
#nav li.active .category-links ul a:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav li.active .subcategory-links ul a {
  color: #6b7476;
  background: 0;
  border: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 0;
  float: none;
  line-height: 1em;
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  height: 20px;
  position: relative;
  margin: 0 0 2px 0;
  text-decoration: none;
  left: 0;
}
#nav li.active .subcategory-links ul a:hover {
  color: #333;
}
#nav li.level-top.over a span {
  background: none;
}
#nav li.level-top.active a span {
  background: none;
}
#nav div.dropdown {
  position: absolute;
  top: 24px;
  left: -10000px;
  margin-top: 16px;
  border-top: 1px solid #ccc;
  padding-bottom: 0;
}
#nav div ul {
  position: static;
  width: 100%;
  border: 0;
}
#nav #teaseronly_menu a span {
  background: none;
}
#nav #teaseronly_menu.over a {
  color: #ffffff;
  background-color: transparent;
  border: none;
  padding: 15px 17px;
  z-index: 1000;
  position: relative;
}
#nav #teaseronly_menu.active a {
  color: #ffffff;
  background-color: transparent;
  border: none;
  padding: 15px 17px;
  z-index: 1000;
  position: relative;
}
#nav .brand-form h2 {
  margin: 0 0 10px 0;
}
#nav .brand-form p {
  margin: 0 0 15px 0;
}
#nav .city-form h2 {
  margin: 0 0 10px 0;
}
#nav .city-form p {
  margin: 0 0 15px 0;
}
#nav div.onesite-occasions-menu li.level1 h2 {
  color: #535353 !important;
}
#nav .subcategory-links ul li a.view-more {
  color: #ee4f47;
  text-decoration: underline;
  background: 0;
}
#nav .subcategory-links ul li a.view-more:hover {
  text-decoration: none;
}
#nav .subcategory-links ul li.over a.view-more {
  color: #ee4f47;
  text-decoration: underline;
  background: 0;
}
#nav .subcategory-links ul li.over a.view-more:hover {
  text-decoration: none;
}
#nav .subcategory-links ul li.active a.view-more {
  color: #ee4f47;
  text-decoration: underline;
  background: 0;
}
#nav .subcategory-links ul li.active a.view-more:hover {
  text-decoration: none;
}
#nav ul {
  font-weight: 300;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#nav ul li {
  float: none;
}
#nav ul li a {
  float: none;
  padding: 0;
  font-weight: normal;
  color: #6b7476;
}
#nav ul li a:hover {
  color: #333;
}
#nav ul li.last {
  border-bottom: 0;
}
#nav li.nav-3 div.shown-sub {
  left: -222px;
}
#nav li.nav-4 div.shown-sub {
  left: -347px;
}
#nav #brandAuto {
  width: 170px;
  height: 18px;
  padding: 1px;
  border: 1px solid #ababab;
}
#nav:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
#nav ul.level0 li.menu-default {
  display: block;
  border: none;
}
#nav ul.level0 li.menu-default a.active {
  color: #000;
  font-weight: normal !important;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif !important;
}
#nav ul.level0 li.level1 {
  float: right;
  margin-right: 0px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
#nav ul.level0 li.level1 h2 {
  text-transform: none;
}
#nav ul.level0 li.level1 li.level2 {
  margin-right: 15px;
}
#nav .onesite-occasions-menu a span {
  width: 130px !important;
}
.list-occasions {
  float: left;
}
#teaseronly_menu.over a span {
  background: none;
}
#teaseronly_menu.active a span {
  background: none;
}
.dropdown {
  background-color: #FFF;
  border: 3px solid #FFF;
  padding: 0 0 10px 14px;
}
.city-form {
  width: 163px;
  height: 195px;
  padding-right: 20px;
}
.brand-form {
  width: 200px;
  height: 195px;
  padding-right: 20px;
}
#search_brand_form select {
  width: 163px;
}
#search_brand_form .form-row {
  margin-bottom: 10px;
}
#search_brand_form .form-row-submit {
  margin-top: 20px;
}
#search_brand_form button {
  background: 0;
  background-color: #ff425b;
  color: #FFF;
  text-align: left;
  text-indent: 0;
  height: 23px;
  float: none;
  display: block;
  width: 151px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#search_brand_form button:hover {
  background-color: #ff687c;
}
#search_brand_form button:hover span {
  background: url(../images/arrow_search-city-over.png) no-repeat center right;
}
#search_brand_form button span {
  background: url(../images/arrow_search-city.png) no-repeat center right;
  height: 21px;
  padding: 2px 0 0 25px;
  position: relative;
  right: -7px;
  font-size: 14px;
  font-weight: bold;
  float: none;
  display: block;
  text-align: left;
}
#search_city_form select {
  width: 163px;
}
#search_city_form .form-row {
  margin-bottom: 10px;
}
#search_city_form .form-row-submit {
  margin-top: 20px;
}
#search_city_form button {
  background: 0;
  background-color: #ff425b;
  color: #FFF;
  text-align: left;
  text-indent: 0;
  height: 23px;
  float: none;
  display: block;
  width: 151px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#search_city_form button:hover {
  background-color: #ff687c;
}
#search_city_form button:hover span {
  background: url(../images/arrow_search-city-over.png) no-repeat center right;
}
#search_city_form button span {
  background: url(../images/arrow_search-city.png) no-repeat center right;
  height: 21px;
  padding: 2px 0 0 25px;
  position: relative;
  right: -7px;
  font-size: 14px;
  font-weight: bold;
  float: none;
  display: block;
  text-align: left;
}
.dd-col-left {
  float: left;
  width: 140px;
  background: url(../images/divider_dd-nav.png) no-repeat top right;
  min-height: 360px;
}
.dd-col-right {
  float: left;
  width: 530px;
  padding: 0 0 0 20px;
}
.subcategory-links {
  padding-top: 20px;
}
.subcategory-links-col {
  float: left;
  width: 160px;
}
.dd-feature-area {
  margin: 0 0 20px 0;
}
#nav-2 {
  position: relative;
}
.clear-bottom {
  background: none repeat scroll 0 0 #fff;
  bottom: -1px;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1001;
}
.brand_acResults {
  position: absolute;
  width: 162px;
  height: 100px;
  border: 1px solid #ababab;
  top: 21px;
  left: 0;
  background-color: #fff;
  z-index: 100000;
  overflow-y: auto;
  padding: 5px;
  display: none;
}
.brand_acResults ul {
  margin-bottom: 0;
}
.brand_acResults li a {
  text-transform: none;
  border: 0;
  padding: 0;
  color: #6b7476;
  z-index: 11;
}
.brand_acResults li.over a {
  border: 0;
  padding: 0;
  color: #009db7;
}
#dropdown {
  position: absolute;
  top: 0;
  left: 152px;
  width: 22px;
  height: 22px;
}
.block-options {
  margin: 0 0 13px 0;
  background: url(../images/divider_current-shopping-top.png) no-repeat bottom;
  padding: 0 0 25px 0;
}
.block-options select {
  margin: 0 0 10px 0;
  color: #000;
  width: 170px;
}
.block .block-title {
  font-size: 14px;
  font-weight: bold;
  color: #535353;
  margin: 0 0 15px 0;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #1ca0b1;
  text-transform: uppercase;
  margin: 0 0 13px 0;
  line-height: 1em;
}
.block .label {
  font-weight: bold;
  color: #525252;
}
.block .category {
  color: #007c9e;
}
.block .block-content {
  margin-bottom: 20px;
}
.block .block-content li.item {
  padding: 5px 0;
}
.block .block-content:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block .btn-remove {
  float: right;
}
.block .btn-edit {
  float: right;
}
.block .actions {
  text-align: right;
}
.block .actions a {
  float: right;
  color: #c72935;
  font-size: 11px;
}
.block .actions:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block li.even {
  background-color: #f6f6f6;
}
.block li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.mini-products-list li {
  padding: 5px 0;
}
.mini-products-list .product-image {
  float: left;
  width: 50px;
  padding: 5px;
  border: 1px solid #ddd;
}
.mini-products-list .product-details {
  margin-left: 75px;
}
.mini-products-list .product-details h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
.block-currency select {
  width: 100%;
  border: 1px solid #888;
}
.sidebar {
  min-height: 656px;
}
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
.block-layered-nav {
  padding: 0 0px 0 0;
}
.block-layered-nav dt {
  font-weight: bold;
  font-size: 12px;
  color: #000;
  margin: 0 0 0px 0;
  padding: 8px 10px 8px 30px;
  background: url("../images/CaretUp.png") no-repeat scroll 8px 9px rgba(0, 0, 0, 0);
  cursor: pointer;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.block-layered-nav dt.active {
  background: url("../images/CaretDown.png") no-repeat scroll 8px 10px rgba(0, 0, 0, 0);
}
.block-layered-nav dd {
  padding: 5px 0px 2px;
  font-weight: bold;
}
.block-layered-nav dd a {
  color: #6b7476;
  text-decoration: none;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.1em;
  font-weight: normal;
  margin-left: 10px;
}
.block-layered-nav dd a:hover {
  color: #333;
  font-weight: bold;
}
.block-layered-nav dd a.active {
  color: #333;
  font-weight: bold;
}
.block-layered-nav dd li {
  line-height: 1em;
  margin: 0 0 9px 0;
  text-indent: 3px;
  padding: 0 10px 0 20px;
}
.block-layered-nav .currently {
  padding: 0 0 22px 0;
  background: url(../images/divider_current-shopping-btm.png) no-repeat bottom;
  margin: 0 0 10px 0;
}
.block-layered-nav .currently li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block-layered-nav .btn-remove {
  float: right;
  margin: 0;
}
.block-cart .subtotal {
  text-align: center;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 5px 0;
}
.block-related li {
  padding: 5px 0;
}
.block-related input.checkbox {
  float: left;
  margin-right: -20px;
}
.block-related .product {
  margin-left: 20px;
}
.block-related .product .product-image {
  float: left;
  margin-right: -65px;
}
.block-related .product .product-details {
  margin-left: 65px;
}
.block-compare li {
  padding: 5px 0;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
}
.block-poll li {
  padding: 3px 9px;
}
.block-poll li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.block-tags ul {
  display: inline;
}
.block-tags li {
  display: inline;
}
.block-reorder li {
  padding: 5px 0;
}
.block-reorder input.checkbox {
  float: left;
  margin: 3px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-banner .block-content {
  text-align: center;
}
.block-login label {
  font-weight: bold;
  color: #000;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.category-title {
  border: 0;
  margin: 0 0 7px;
}
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: left;
}
.category-description {
  margin: 0 0 10px;
}
.products-grid {
  position: relative;
  border-bottom-style: dotted;
  padding: 0px 0 10px 0;
  margin-bottom: 15px !important;
}
.products-grid li.item {
  border: 1px solid #fff;
  cursor: pointer;
  float: left;
  padding: 0px 5px 10px;
  position: relative;
  text-align: center;
  width: 188px;
  overflow: hidden;
}
.products-grid li.last {
  margin-right: 0px !important;
}
.products-grid li .notify-video-card {
  position: absolute;
  top: 9px;
  left: 6px;
  background: url(../images/search_video-card.png) 0 0 no-repeat;
  width: 45px;
  height: 45px;
  z-index: 100;
}
.products-grid li .notify-sound-card {
  position: absolute;
  top: 10px;
  left: 40px;
  background: url(../images/search_sound-card.png) 0 0 no-repeat;
  width: 28px;
  height: 28px;
  z-index: 100;
}
.products-grid li .notify-photo-card {
  background: url(../images/photo-card-icon.png) 0 0 no-repeat;
  height: 37px;
  left: 14px;
  position: absolute;
  top: 203px;
  width: 31px;
  z-index: 100;
}
.products-grid li .notify-sound-photo-card {
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../images/search_photo-sound-card.png) 0 0 no-repeat;
  width: 60px;
  height: 28px;
  z-index: 100;
}
.products-grid .product-image {
  margin: 0;
  display: block;
}
.products-grid .product-image img {
  text-align: center;
  margin: auto;
  display: block;
}
.products-grid .product-name {
  margin: 0;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 10px;
}
.products-grid .product-name a {
  color: #676767;
  text-decoration: none;
  font-weight: normal;
}
.products-grid .product-name h4 {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 12px;
}
.products-grid .product-name-holder {
  margin-top: 15px;
  font-size: 13px;
  padding-left: 56px;
  text-align: center;
}
.products-grid .product-name-holder a {
  color: #676767;
  text-decoration: none;
  font-weight: normal;
}
.products-grid .price-box {
  margin: 5px 0;
}
.products-grid .availability {
  line-height: 21px;
}
.products-grid .actions {
  position: absolute;
  bottom: 12px;
}
.products-grid:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.products-grid span {
  margin: 10px;
}
.card-holder-price-container-ex {
  padding: 0 15px !important;
}
.product-name-holder-ex {
  padding: 0 15px !important;
}
.notify-photo-card-ex {
  top: 252px !important;
  right: 170px !important;
  left: 30px !important;
}
.products-grid.last {
  border-bottom: 0;
}
.custom-options {
  color: #676767;
  text-decoration: none;
  font-weight: bold;
}
.products-list li.item {
  border-bottom: 1px solid #ddd;
  padding: 12px 10px;
}
.products-list li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.products-list li.item.last {
  border-bottom: 0;
}
.products-list .product-image {
  float: left;
  width: 135px;
  height: 135px;
  margin: 0 0 10px;
}
.products-list .product-shop {
  margin-left: 150px;
}
.products-list .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
}
.products-list .price-box {
  float: left;
  margin: 3px 13px 5px 0;
}
.products-list .availability {
  float: left;
  margin: 3px 0 0;
}
.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35;
}
.products-list .desc .link-learn {
  font-size: 11px;
}
.products-list .add-to-links {
  clear: both;
}
.products-list .add-to-links li {
  display: inline;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px;
}
.no-rating {
  margin: 0;
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.ratings:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings-table th {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
  font-weight: bold;
  padding-right: 8px;
}
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.out-of-stock span {
  color: #d83820;
}
.availability-only {
  margin: 0 0 7px;
}
.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #f2f2f2;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  padding: 2px 8px 1px;
}
#choose-card-form-container {
  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0px 10px 10px 10px;
  width: 215px;
  margin: 0 0 0 25px;
}
#choose-card-form-container .price {
  padding-top: 3px;
  display: block;
}
#choose-card-form-container .defaultQty {
  padding-top: 3px;
  padding-left: 18px;
  display: block;
}
#cardValue {
  width: 100px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}
.price {
  white-space: nowrap !important;
}
.price-box .price {
  font-weight: bold;
}
.regular-price .price {
  font-weight: bold;
}
.old-price .price-label {
  white-space: nowrap;
}
.old-price .price {
  font-weight: bold;
  text-decoration: line-through;
}
.special-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.special-price .price {
  font-weight: bold;
}
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .price {
  font-weight: normal;
}
.price-excluding-tax {
  display: block;
}
.price-excluding-tax .label {
  white-space: nowrap;
}
.price-excluding-tax .price {
  font-weight: normal;
}
.price-including-tax {
  display: block;
}
.price-including-tax .label {
  white-space: nowrap;
}
.price-including-tax .price {
  font-weight: bold;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-notice {
  padding-left: 10px;
}
.price-notice .price {
  font-weight: bold;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.tier-prices .price {
  font-weight: bold;
}
.add-to-links .separator {
  display: none;
}
.add-to-cart label {
  float: left;
  margin-right: 5px;
}
.add-to-cart .qty {
  float: left;
}
.add-to-cart button.button {
  float: left;
  margin-left: 5px;
}
.add-to-cart .paypal-logo {
  clear: left;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}
.add-to-cart:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}
.product-view .product-img-box {
  float: left;
  width: 267px;
}
.product-view .product-img-box .product-image {
  border: 1px solid #ddd;
}
.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 265px;
  height: 265px;
  overflow: hidden;
  z-index: 9;
}
.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}
.product-view .product-img-box .zoom-notice {
  text-align: center;
}
.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(../images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}
.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}
.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}
.product-view .product-img-box .zoom.disabled {
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
  opacity: 0.3;
}
.product-view .product-img-box .more-views ul {
  margin-left: -4px;
}
.product-view .product-img-box .more-views ul:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-view .product-img-box .more-views li {
  float: left;
  padding: 1px;
  background-color: #ddd;
  margin: 0 0 8px 4px;
}
.product-view .product-shop {
  float: right;
  width: 445px;
}
.product-view .product-shop .short-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-view .box-up-sell .products-grid td {
  width: 25%;
}
.product-view .box-tags .form-add label {
  float: left;
}
.product-view .box-tags .form-add .input-box {
  float: left;
  width: 260px;
  margin: 0 5px;
}
.product-view .box-tags .form-add input.input-text {
  width: 254px;
}
.product-view .box-tags .form-add p {
  clear: both;
}
.product-view .box-tags .form-add:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-view .box-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.add-to-box .add-to-cart {
  float: left;
}
.add-to-box .or {
  float: left;
  margin: 0 10px;
}
.add-to-box .add-to-links {
  float: left;
}
.add-to-box:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-collateral .box-collateral {
  margin: 0 0 15px;
}
.product-collateral:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-image-popup .nav {
  margin: 0 100px;
  text-align: center;
}
.product-image-popup .image {
  display: block;
}
.product-options {
  padding: 10px;
  margin: 10px 0 0;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.product-options dt label {
  font-weight: bold;
}
.product-options dt .qty-holder {
  float: right;
}
.product-options dt .qty-holder label {
  vertical-align: middle;
}
.product-options dt .qty-disabled {
  background: 0;
  border: 0;
  padding: 3px;
  color: #000;
}
.product-options dd {
  margin: 10px 0;
}
.product-options dd input.input-text {
  width: 98%;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  width: 100%;
}
.product-options .options-list input.radio {
  float: left;
  margin: 3px -18px 0 0;
}
.product-options .options-list input.checkbox {
  float: left;
  margin: 3px -20px 0 0;
}
.product-options .options-list .label {
  display: block;
  margin-left: 20px;
}
.product-options .options-list li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.required {
  padding: 15px 0 0;
}
.product-options-bottom {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
}
.product-options-bottom .price-box {
  margin: 10px 0;
}
.product-options-bottom:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-name {
  line-height: 1em;
  color: #535353;
  font-size: 12px;
  font-weight: bold;
}
.product-name a {
  color: #535353;
}
.tags-list li {
  display: inline;
}
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.35;
  background-position: 0 2px;
}
.checkout-cart-index .header-container {
  margin-bottom: 50px;
}
.checkout-cart-index .sidebar {
  width: 57%;
  margin-top: 0px;
  border: none;
}
.checkout-cart-index .sidebar .cart .page-title h1 {
  color: #ccc;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 20pt;
  margin-right: 30px;
}
.checkout-cart-index .sidebar .cart .page-title .active {
  color: #000;
}
.checkout-cart-index .sidebar .personalization-combined {
  border-bottom: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px;
}
.checkout-cart-index .sidebar .personalization-combined-bottom {
  border-top: 0px;
  padding: 10px;
}
.checkout-cart-index .sidebar .cart-odd-personalization-top {
  padding: 10px;
}
.checkout-cart-index .sidebar .cart-odd-personalization-bot {
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 10px;
}
.checkout-cart-index .sidebar .cart-even-personalization-top {
  margin-bottom: 10px;
  padding: 10px;
}
.checkout-cart-index .sidebar .cart-even-personalization-bot {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px;
}
.checkout-cart-index .col-main {
  width: 34%;
  float: right;
  margin-top: 41px;
  border: 1px solid #D5D5D5;
  background: #F4F4F4;
  padding: 30px 20px;
}
.checkout-cart-index .col-main .product-name {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .col-main ul li p {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .col-main a {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .col-main span {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .col-main label {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .col-main p {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .cart-odd-personalization-top {
  border: 1px solid #D5D5D5;
  padding-right: 40px;
  position: relative;
  margin-bottom: 0;
}
.checkout-cart-index .cart-even-personalization-top {
  position: relative;
}
.checkout-cart-index .cart-odd-personalization-bot {
  border: 1px solid #D5D5D5;
  margin-bottom: 10px;
  padding-right: 40px;
  position: relative;
  border-top: 0 !important;
  margin-top: 0 !important;
}
.checkout-cart-index .cart-even-personalization-bot {
  border: 1px solid #D5D5D5;
  margin-bottom: 10px;
  padding-right: 40px;
  border-top: 0 !important;
  margin-top: 0 !important;
}
.checkout-cart-index #shopping-cart-table.data-table tfoot td {
  border: none;
}
.checkout-cart-index #shopping-cart-table.data-table tbody tr {
  position: relative;
}
.checkout-cart-index .data-table th {
  border-bottom: none;
}
.checkout-cart-index tbody {
  display: block;
}
.checkout-cart-index tr {
  display: block;
}
.checkout-cart-index td {
  display: inline-block;
}
.checkout-cart-index .product-attributes {
  width: 60%;
  padding-left: 25px;
}
.checkout-cart-index .product-attributes .product-name {
  margin-bottom: 5px;
  font-size: 16px;
}
.checkout-cart-index .img-container {
  width: 15%;
  border: 1px solid #D5D5D5;
  padding: 20px 10px;
}
.checkout-cart-index .img-container img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.checkout-cart-index .a-center {
  width: 1px;
}
.checkout-cart-index .a-center .btn-remove {
  position: absolute;
  right: 8px;
  top: 5px;
  width: 23px;
  height: 23px;
  background: url(../images/html5design/close-fancybox.png);
}
.checkout-cart-index .a-center .btn-edit-purchase {
  position: absolute;
  bottom: 5px;
  right: 6px;
  color: #000;
  text-transform: lowercase;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .cart .title-buttons {
  margin-bottom: 5px;
}
.checkout-cart-index .cart .product-name {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  color: #000;
}
.checkout-cart-index .cart ul li p {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 11px;
  color: #999;
  margin-left: 0;
}
.checkout-cart-index .cart ul li span {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 11px;
  color: #999;
  margin-left: 0;
  font-size: 15px;
  color: #000;
}
.checkout-cart-index .cart a {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .cart span {
  font-size: 14px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .cart .price_text {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  display: inline-block;
  min-width: 65px;
  font-size: 11px;
  color: #999;
  margin-left: 0;
}
.checkout-cart-index .cart .qty_text {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  display: inline-block;
  min-width: 65px;
  font-size: 11px;
  color: #999;
  margin-left: 0;
}
.checkout-cart-index .cart .attr_label {
  min-width: 90px;
  display: inline-block;
  font-size: 11px;
  color: #ccc;
}
.checkout-cart-index .list-qty span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
}
.checkout-cart-index .list-price span {
  margin-left: 26px;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 15px;
  color: #000;
  margin-left: 20px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .list-price p {
  color: #ccc;
}
.checkout-cart-index #coupon_code {
  width: 100%;
  float: left;
  display: inline-block;
}
.checkout-cart-index #discount-coupon-form {
  width: 96%;
  float: right;
  margin-right: 0px;
}
.checkout-cart-index #discount-coupon-form .discount .discount-form .buttons-set button {
  background: #CDCDCD;
  width: 80px;
  padding: 0px 15px;
  border-radius: 15px;
  float: right;
  margin-right: -3px;
  font-weight: normal;
}
.checkout-cart-index .main button:hover {
  opacity: 0.8;
}
.checkout-cart-index .main .col-main .checkout-table {
  padding: 15px 6px 10px 6px;
  border-bottom: 1px solid #D3D3D3;
}
.checkout-cart-index .main .col-main #discount-coupon-form {
  padding: 25px 6px;
  border-bottom: 1px solid #D3D3D3;
}
.checkout-cart-index .main .col-main .discount-form .input-box {
  float: right;
  width: 33%;
  display: inline-block;
  margin-right: 0px !important;
}
.checkout-cart-index .main .col-main .btn-proceed-checkout,
.checkout-cart-index .main .col-main .btn-continue-shopping {
  float: none;
  font-weight: normal;
  width: 84%;
  height: 45px;
  margin-left: auto;
}
.checkout-cart-index .main .col-main .btn-proceed-checkout {
  background: #000 !important;
  margin-top: 20px;
}
.checkout-cart-index .main .col-main .btn-continue-shopping {
  background: #fff !important;
  border: 1px solid #000;
  color: #000 !important;
}
.checkout-cart-index .main .col-main .button-divider {
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  position: relative;
  text-align: center;
  width: 84%;
  height: 20px;
}
.checkout-cart-index .main .col-main .button-divider span {
  background-color: #F4F4F4;
  font-size: 16px;
  left: calc(50% - 15px);
  position: absolute;
  width: 30px;
  z-index: 2;
}
.checkout-cart-index .main .col-main .button-divider:after {
  border-top: 2px solid black;
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% - 42.5px);
  width: 85px;
}
.checkout-cart-index .main .col-main .totals-check {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
}
.checkout-cart-index .main .col-main .totals-check span {
  font-size: 22px;
}
.checkout-cart-index .main .col-main .totals-check .terms-cond {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}
.checkout-cart-index .main .col-main .totals-check .terms-cond input {
  position: absolute;
}
.checkout-cart-index .main .col-main .totals-check .terms-cond p {
  margin-left: 20px;
  color: #999;
  font-size: 11px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  line-height: 1.8;
}
.checkout-cart-index .main .col-main .totals-check .terms-cond a {
  color: #999;
  text-decoration: underline;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.checkout-cart-index .main .col-main .totals-check label {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-cart-index .discount-form .span-code {
  display: inline-block;
  float: left;
  padding: 6px 12px;
  font-weight: bold;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 15px;
  margin-top: 12px;
}
.checkout-cart-index .checkout-table ul li {
  text-align: right;
  margin-bottom: 3px;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.checkout-cart-index .checkout-table ul li span {
  font-weight: bold;
  display: inline-block;
  margin-left: 4px;
  text-align: left;
  width: 17%;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.checkout-cart-index .checkout-table ul li label {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 15px;
}
.checkout-cart-index .buttons-set span {
  font-size: 12px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}
.checkout-cart-index .btn-proceed-checkout span,
.checkout-cart-index .btn-continue-shopping span {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.checkout-cart-index .cart-table .btn-edit-purchase {
  text-decoration: underline;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.checkout-onepage-index .header-container {
  margin-bottom: 50px;
}
.sales-billing-agreement-index .header-container {
  margin-bottom: 50px;
}
.sales-recurring-profile-index .header-container {
  margin-bottom: 50px;
}
.newsletter-manage-index .header-container {
  margin-bottom: 50px;
}
.cart .checkout-types {
  float: right;
  text-align: right;
}
.cart .checkout-types li {
  margin: 0 0 5px 0;
}
.cart .checkout-types li a {
  color: #535353;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}
.cart .title-buttons {
  margin: 0 0 40px 0;
}
.cart .title-buttons h1 {
  margin: 0;
}
.cart .totals {
  float: right;
  width: 320px;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 3px 55px 8px 0;
  line-height: 1;
  font-size: 11px;
}
.cart .totals table {
  width: 100%;
}
.cart .totals table th {
  font-weight: bold;
}
.cart .cart-collaterals {
  padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set {
  float: left;
  width: 590px;
}
.cart .crosssell h2 {
  font-size: 13px;
  font-weight: bold;
}
.cart .crosssell .product-image {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid #ddd;
}
.cart .crosssell .product-details {
  margin-left: 90px;
}
.cart .crosssell li.item {
  margin: 12px 0;
}
.cart .crosssell li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.cart .shipping {
  float: left;
  width: 260px;
  margin: 0 30px 0 0;
}
.cart:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
#discount-coupon-form {
  float: left;
  width: 235px;
  display: block;
  margin: 0 30px 0 0;
}
#discount-coupon-form .buttons-set button {
  width: 110px;
}
#discount-coupon-form .buttons-set button.first-margin {
  margin-right: 7px;
}
#discount-coupon-form .discount-form .buttons-set {
  float: right;
}
.discount h2 {
  margin: 0 0 10px 0;
  line-height: 1em;
}
.shipping h2 {
  margin: 0 0 10px 0;
  line-height: 1em;
}
.shipping p {
  color: #535353;
  display: block;
  font-size: 11px;
  margin: 0 0 20px 0;
  line-height: 1.4em;
}
#coupon_code {
  width: 100%;
  height: 30px;
}
.totals tbody td {
  color: #535353;
  padding: 0 0 20px 0;
}
.totals tbody td span.price {
  font-size: 14px;
}
.totals tfoot td {
  font-size: 16px;
  color: #535353;
  padding: 0 0 20px 0;
}
#checkout-review-table.data-table tbody .last td {
  border-bottom: 2px solid #ddd;
}
#checkout-review-table.data-table tfoot td {
  font-size: 13px;
  color: #535353;
  padding: 0 0 5px 0;
}
#checkout-review-table.data-table tfoot .first td {
  padding: 20px 0 5px 0;
}
#checkout-review-table.data-table tfoot .last td {
  font-size: 16px;
  color: #535353;
  padding: 30px 0 15px;
}
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
}
.truncated {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value dl {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .show dl {
  top: -20px;
  left: 50%;
}
.sp-methods dt {
  font-weight: bold;
  margin: 0 0 5px 0;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods select.month {
  width: 150px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0 1em;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.please-wait {
  float: right;
  margin-right: 5px;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  cursor: help;
  margin-left: 5px;
  line-height: 22px;
  font-size: 11px;
}
.tool-tip {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
.tool-tip .payment-tool-tip-close {
  text-transform: uppercase;
}
.gift-messages-form {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.gift-message-link {
  display: block;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  padding-left: 20px;
}
.gift-message-link.expanded {
  background-position: 0 -53px;
}
.gift-message-row .btn-close {
  float: right;
}
.gift-message dt strong {
  font-weight: bold;
  color: #000;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
.checkout-agreements li {
  margin: 10px 0;
}
.checkout-agreements .agreement-content {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  height: 10em;
  overflow: auto;
}
.checkout-agreements .agree {
  padding: 6px;
}
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
#checkout-progress-wrapper {
  margin: 45px 0 0 0;
}
.block-progress dt {
  font-weight: bold;
  color: #535353;
  font-size: 11px;
}
.block-progress dt .separator {
  display: none;
}
.block-progress dt a {
  float: right;
  color: #e60047;
}
.block-progress dd.complete {
  padding: 10px 0 20px 15px;
  line-height: 18px;
  color: #3d3d3d;
  font-size: 11px;
}
.multiple-checkout {
  position: relative;
  margin-bottom: 25px;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 10px;
}
.multiple-checkout .grand-total {
  font-size: 1.5em;
  text-align: right;
}
.multiple-checkout .place-order:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.multiple-checkout .col2-set {
  margin-bottom: 30px;
}
.multiple-checkout .col2-set h2 {
  margin-bottom: 15px;
}
.multiple-checkout .col2-set h3 {
  margin-bottom: 10px;
}
.multiple-checkout .col2-set h4 {
  margin-bottom: 10px;
}
#multishipping-billing-form .box {
  margin-bottom: 25px;
}
#multishipping-billing-form .box-title {
  margin-bottom: 10px;
}
#shipping_method_form .box h3 {
  margin-bottom: 10px;
}
#shipping_method_form .col2-set {
  margin-bottom: 25px;
}
#shipping_method_form .box-title {
  margin-bottom: 10px;
}
.account-login h2 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.account-login p {
  color: #535353;
  display: block;
  font-size: 11px;
  margin: 0 0 15px 0;
  line-height: 1.4em;
}
.account-login p.required {
  color: #eb0000;
  font-size: 10px;
  margin: 0;
  line-height: 1em;
}
.account-login .form-list li {
  margin: 0 0 15px;
}
.account-login .buttons-set {
  margin: 20px 0 0 0;
}
.account-login .buttons-set a {
  float: left;
  font-size: 11px;
  color: #535353;
  line-height: 25px;
}
.account-create {
  width: 475px;
}
.account-create h2 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.dashboard .welcome-msg {
  margin: 0 0 30px;
}
.dashboard .box-head {
  margin: 0 0 20px;
}
.dashboard .col2-set .col-1 {
  margin: 0 40px 0 0;
}
.dashboard h3 {
  font-size: 14px;
  margin: 0 0 10px;
}
.dashboard h4 {
  font-size: 12px;
  margin: 0 0 2px;
}
.dashboard .box-content {
  margin: 0;
}
.dashboard .box {
  margin: 0 0 20px 0;
}
.dashboard .box .box-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.dashboard .box-recent {
  margin: 30px 0;
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.forgot-password {
  width: 340px;
  display: block;
}
.forgot-password h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.forgot-password p {
  color: #535353;
  display: block;
  font-size: 11px;
  line-height: 1.4em;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
#form-validate.forgot-password label {
  text-align: left;
}
#form-validate.forgot-password .fieldset {
  margin: 0;
}
.order-info {
  border: 1px solid #ddd;
  padding: 5px;
}
.order-info dt {
  display: inline;
  font-weight: bold;
}
.order-info dd {
  display: inline;
}
.order-info ul {
  display: inline;
}
.order-info li {
  display: inline;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  margin-bottom: 20px;
}
.order-info-box h2 {
  margin-bottom: 10px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-additional {
  margin: 15px 0;
}
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 25px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table td.label {
  background-color: #fff;
  width: 200px;
}
.tracking-table-popup {
  width: 100%;
  margin: 5px 0;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
  border: 0;
  padding: 1px 8px;
}
.tracking-table-popup td {
  padding: 1px 8px;
}
.shipping-tracking-popup .divider {
  margin: 15px;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}
.product-review:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.paypal-express-review h2 {
  margin-bottom: 10px;
}
.paypal-express-review h3 {
  margin-bottom: 10px;
  font-weight: normal;
  float: left;
}
.paypal-express-review .box-title a {
  float: right;
}
.paypal-express-review .box {
  margin-bottom: 25px;
}
.paypal-express-review .col2-set .col-1 {
  width: 320px;
}
.footer {
  width: 1060px;
  margin: auto;
  padding: 10px 0 25px;
  background-color: #dcdcdc;
}
.footer p {
  text-align: right;
}
.footer a {
  text-decoration: none;
}
@media (min-width: 769px) {
  .footer {
    padding: 15px 0;
  }
}
.footer h3 {
  font-weight: bold;
  color: #4c4c4c;
  font-size: 13px;
  margin: 0 0 15px 0;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.footer ul li {
  line-height: 1em;
  margin: 0 0 6px 0;
}
.footer ul li a {
  color: #5d5d5d;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #333;
}
.footer:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.footer-container {
  background: url("../images/footer_breakline1.png") repeat-x scroll 0 15px #dcdcdc;
}
.footer-container .bottom-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.footer-content {
  display: flex;
  max-width: 1000px;
  padding: 0 30px;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .footer-content {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .footer-content {
    box-sizing: border-box;
    margin: auto;
    padding: 0 20px;
  }
}
.thanks-footer {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .thanks-footer {
    margin: 15px auto 10px;
    max-width: 150px;
  }
}
@media (min-width: 769px) {
  .thanks-footer {
    max-width: 200px;
  }
}
.thanks-footer img {
  background-clip: content-box;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  padding: 2px;
}
.footer-links {
  margin: 10px 0;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .footer-links {
    order: -1;
    width: 100%;
  }
}
.footer-links ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.footer-links ul li {
  margin: 8px 10px;
}
.footer-links ul li a {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#copyright {
  display: inline-block;
  box-sizing: border-box;
  max-width: 562px;
  width: 100%;
  font-size: 10px;
  color: #5d5d5d;
  text-align: center;
  padding: 20px;
}
@media (max-width: 768px) {
  #copyright {
    display: block;
    margin: 10px auto;
    padding: 0 30px;
  }
}
@media (min-width: 769px) {
  #copyright {
    width: calc(100% - 400px);
  }
}
#copyright a {
  color: #5d5d5d;
}
#copyright a:hover {
  color: #333;
}
@media (max-width: 768px) {
  .footer-social {
    margin: 10px 0 0;
  }
}
@media (min-width: 769px) {
  .footer-social {
    padding-top: 20px;
    text-align: right;
    width: 200px;
    white-space: nowrap;
  }
}
.footer-social a.icon-share {
  margin-right: 5px;
}
.footer-social a.icon-share:last-child {
  margin-right: 0;
}
.footer-social .clearer {
  display: inline-block;
}
.footer-breakline {
  width: 100%;
  height: 22px;
  background: url(../images/footer_breakline.png) repeat-x center center;
  margin: 0;
}
.footer-col {
  float: left;
  margin: 0 35px 0 0;
}
.footer-col.last {
  margin: 0;
}
#disclaimer {
  font-size: 10px;
  color: #5d5d5d;
  margin-top: 30px;
}
#sm-fb {
  background: url(../images/icon_fb.png) no-repeat center left;
  padding: 0 0 0 27px;
  color: #5d5d5d;
  margin: 0 25px 0 0;
  display: inline-block;
  height: 18px;
  line-height: 20px;
}
#sm-fb:hover {
  color: #333;
}
#sm-tw {
  background: url(../images/icon_tw.png) no-repeat center left;
  padding: 0 0 0 27px;
  color: #5d5d5d;
  display: inline-block;
  height: 18px;
  line-height: 20px;
}
#sm-tw:hover {
  color: #333;
}
.col-main:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.col3-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.col4-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.search-autocomplete li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.box-account .box-head:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.box-reviews li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.box-tags li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-essential:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.cart-collaterals:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.opc .step-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.checkout-progress:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.group-select li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.advanced-search-summary:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.print-all-invoices {
  margin-bottom: 20px;
}
.print-all-invoices:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.track-all-shipments {
  margin-bottom: 30px;
}
.track-all-shipments:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.shipping-info {
  margin-bottom: 15px;
}
.shipping-info:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.grand_total:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
#checkout-review-submit {
  float: right;
  width: 100%;
}
#checkout-review-submit:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
#checkout-review-load:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.box-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.clearer {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#main-feature-area {
  width: 960px;
  margin: 0 auto 20px;
  position: relative;
}
#main-feature-items {
  margin: 0 0 15px 0;
  height: 454px;
  position: relative;
  width: 959px;
}
#uploadMessageData a {
  margin-top: 10px;
  display: block;
}
#uploadPhotoData a {
  margin-top: 10px;
  display: block;
}
#uploadAudioData a {
  margin-top: 10px;
  display: block;
}
#uploadVideoData a {
  margin-top: 10px;
  display: block;
}
#podTeaserData a {
  margin-top: 10px;
  display: block;
}
#noCustomizeData a {
  margin-top: 10px;
  display: block;
}
#main-feature-items-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 334px;
  width: 960px;
  z-index: 2;
}
#main-feature-items-mask a {
  display: block;
  height: 334px;
  width: 960px;
  text-decoration: none;
}
#main-feature-items-mask a:hover {
  text-decoration: none;
}
#main-feature-items-get-started {
  position: absolute;
  top: 260px;
  left: 90px;
  height: 38px;
  width: 166px;
  z-index: 10;
}
#main-feature-items-get-started a {
  background: url(../images/banners/home/banner_get-started.png) no-repeat;
  display: block;
  height: 38px;
  width: 166px;
  text-indent: -999px;
}
#main-feature-items-get-started a:hover {
  background: url(../images/banners/home/banner_get-started_hover.png) no-repeat;
}
#main-feature-items-dynamic {
  height: 530px;
  width: 959px;
}
#main-feature-items-carousel {
  height: 530px;
  width: 959px;
  overflow: hidden;
}
#main-feature-items-carousel li {
  float: left;
}
#main-feature-items-carousel-ul {
  width: 99999px;
  position: relative;
  left: -959px;
}
#main-feature-nav-prev {
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 3;
  width: 58px;
  height: 109px;
}
#main-feature-nav-prev a {
  background: url(../images/images/alagift/arrow_prev.png) no-repeat;
  width: 58px;
  height: 109px;
  display: block;
  text-decoration: none;
}
#main-feature-nav-next {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 3;
  width: 54px;
  height: 109px;
}
#main-feature-nav-next a {
  background: url(../images/images/alagift/arrow_next.png) no-repeat;
  width: 58px;
  height: 109px;
  display: block;
  text-decoration: none;
}
#main-feature-nav {
  text-align: center;
}
#main-feature-nav a {
  background: url(../images/indicator_hp-fimg-carousel.png) no-repeat;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  margin: 0 11px 0 0;
  display: inline-block;
}
#main-feature-nav a.current {
  background: url(../images/indicator_hp-fimg-carousel-current.png) no-repeat;
}
#main-feature-nav a.last {
  margin: 0;
}
#main-feature-nav-bullets {
  bottom: 3px;
  left: 0;
  position: absolute;
  width: 960px;
  z-index: 5;
}
#main-feature-nav-bullets ul {
  position: absolute;
  right: 0;
  bottom: 2px;
}
#main-feature-nav-bullets ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  text-indent: -9999px;
  background: url(../images/images/alagift/indicator_fcard-carousel.png) no-repeat center right;
  width: 27px;
  height: 24px;
}
#main-feature-nav-bullets ul li.active {
  background: url(../images/images/alagift/indicator_fcard-carousel_active.png) no-repeat center right;
}
#featured-gift-card-brands {
  width: 960px;
  position: relative;
  border-bottom: 3px solid #e8e8e8;
  margin: 0 auto 25px;
}
#featured-gift-card-brands h2 {
  font-size: 18px;
  line-height: 1em;
  color: #347283;
  text-align: center;
  margin: 0 0 30px 0;
}
#featured-gift-card-brands .jcarousel-skin-tango {
  float: right;
}
#featured-gift-card-brands li.last {
  margin: 0;
}
#cta-startHere {
  height: 110px;
  width: 110px;
  float: left;
  background: blue;
}
#cta-startHere a {
  display: block;
  height: 110px;
  width: 110px;
}
#featured-gift-card-brands-items {
  text-align: center;
  margin: 0 auto 25px;
  height: 105px;
}
#featured-gift-card-brands-items li {
  display: inline-block;
  text-align: center;
  margin: 0;
  width: 105px;
}
#nav-featured-gift-card-brands-prev {
  background: url(../images/nav_hp-featured-brands-prev.png) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
}
#nav-teaser-prev {
  background: url(../images/nav_hp-featured-brands-prev.png) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
}
#nav-featured-gift-card-brands-next {
  background: url(../images/nav_hp-featured-brands-next.png) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
}
#nav-teaser-next {
  background: url(../images/nav_hp-featured-brands-next.png) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
}
#nav-featured-gift-card-brands-prev.hover {
  background-position: center;
}
#nav-featured-gift-card-brands-next.hover {
  background-position: center;
}
#nav-teaser-prev.hover {
  background-position: center;
}
#nav-teaser-next.hover {
  background-position: center;
}
#nav-featured-gift-card-brands-prev.inactive {
  background-position: bottom;
  cursor: default;
}
#nav-featured-gift-card-brands-next.inactive {
  background-position: bottom;
  cursor: default;
}
#nav-teaser-prev.inactive {
  background-position: bottom;
  cursor: default;
}
#nav-teaser-next.inactive {
  background-position: bottom;
  cursor: default;
}
#gift-experience {
  width: 960px;
  margin: 0 auto 5px;
}
#gift-experience h2 {
  display: none;
  margin: 0 0 30px 0;
  font-size: 30px;
  line-height: 1em;
  color: #3f90a5;
}
#gift-experience h2 em {
  color: #cbd613;
  font-style: italic;
  font-weight: bold;
}
#gift-experience h2 span {
  color: #868686;
  font-size: 16px;
  margin: 0 0 0 15px;
}
.feature-item-detail p {
  padding: 10px 5px 0;
}
#sneak-peek {
  float: right;
  width: 346px;
  height: 400px;
  position: relative;
  margin: 0;
  overflow: visible;
}
#sneak-peek .feature-item-detail {
  padding: 10px;
}
#sneak-peek .feature-item-detail p {
  padding-top: 5px;
}
#sneak-peek .feature-item-detail p span {
  font-weight: bold;
  font-style: italic;
}
#sneak-peek .feature-item-desc {
  width: 310px;
  float: none;
  display: block;
  margin: 0 0 8px 5px;
}
.feature-item {
  width: 282px;
  height: 190px;
  background-color: #FFF;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 15px 20px 0;
  float: left;
  overflow: hidden;
}
.feature-item h3 {
  background-color: #c7d213;
  height: 30px;
  padding: 8px 0 0 15px;
  font-size: 21px;
  font-weight: normal;
  color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#feature-item-video {
  padding: 20px;
  background-color: #FFFFFF !important;
}
#sneak-peek.feature-item h3 {
  height: 55px;
  padding-left: 75px;
}
.feature-item-icon-popup {
  float: left;
  display: inline;
  width: 55px;
}
.feature-item-desc {
  float: left;
  display: inline;
  width: 205px;
  line-height: 15px;
}
#starburst-try-me {
  position: absolute;
  top: -15px;
  left: -15px;
}
#about-gci-container {
  background-color: #ebebeb;
  padding: 30px 0;
}
#about-gci {
  width: 940px;
  margin: auto;
}
#about-gci h3 {
  color: #588990;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1em;
}
#about-gci h4 {
  color: #3d3d3d;
  font-size: 13px;
  line-height: 1em;
  margin: 0 0 7px 0;
  font-weight: bold;
}
#about-gci h4 a {
  color: #3d3d3d;
  text-decoration: none;
}
#about-gci p {
  color: #505050;
}
#about-gci p a {
  color: #ed4b0f;
  text-decoration: none;
}
#about-gci p a:hover {
  color: #aa3205;
}
#gci-offers {
  float: left;
  margin: 0 50px 0 20px;
}
#gci-offers img {
  float: left;
  margin: -5px 30px 0 20px;
}
#gci-impressions {
  float: left;
  width: 355px;
  margin: 0;
}
#gci-impressions img {
  float: left;
  margin: 0 23px 0 10px;
}
#category-landing-container {
  min-height: 560px;
  margin: 0 0 150px 0;
}
#category-landing-container.christmas {
  background: url(../images/bg_landing-christmas.png) no-repeat;
}
.block-title h2 {
  text-transform: uppercase;
  color: #1ca0b1;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  margin: 0 0 10px 0;
}
.category-landing-col2 {
  margin: 360px 0 0 0;
  float: right;
  width: 709px;
}
#subcategory-tile-container {
  width: 709px;
  margin: 0 0 30px 0;
}
#subcategory-tile-container .last {
  margin: 0;
}
.subcategory-tile {
  float: left;
  background-color: #FFF;
  width: 208px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  margin: 0 18px 0 0;
  height: 160px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  padding: 25px 0 0 0;
}
.subcategory-tile img {
  display: block;
  margin: 0 auto 5px;
}
.subcategory-tile .cta {
  margin: auto;
  text-align: center;
  display: block;
  background-color: #ff425b;
  width: 125px;
  padding: 7px 0 8px;
  color: #FFF;
  font-weight: bold;
  line-height: 1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
}
.subcategory-tile .cta:hover {
  background-color: #ff687c;
}
.subcategory-title {
  display: block;
  text-align: center;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  height: 15px;
}
.travel .subcategory-title {
  font-size: 11px;
}
.static-content {
  border: 1px dashed #ccc;
  padding: 80px 0;
  text-align: center;
  margin-right: 25px;
}
#category-landing-business-container {
  margin: 0;
}
#category-landing-business-feature-main {
  margin: 0 0 40px 0;
  position: relative;
}
#category-landing-business-feature-main .cta {
  background-color: #ff425b;
  font-size: 18px;
  line-height: 1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: bold;
  display: block;
  width: 200px;
  color: #FFF;
  text-decoration: none;
  padding: 9px 0 10px;
  text-align: center;
  position: absolute;
  top: 290px;
  left: 150px;
}
#category-landing-business-feature-main .cta:hover {
  background-color: #ff687c;
}
#category-landing-business-feature-secondary {
  text-align: center;
  margin: 0 auto 60px;
}
#category-landing-business-feature-secondary .last {
  margin: 0;
}
.feature-secondary-item {
  text-align: center;
  width: 240px;
  margin: 0 65px 0 0;
  display: inline-block;
  vertical-align: top;
}
.feature-secondary-item img {
  margin: 0 0 25px 0;
}
.feature-secondary-item h3 {
  font-size: 12px;
  font-weight: bold;
  color: #ff425b;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1em;
}
.feature-secondary-item p {
  line-height: 21px;
}
#category-landing-business-loyalty {
  float: left;
  margin: 0 0 0 45px;
  width: 450px;
}
#category-landing-business-loyalty h3 {
  font-size: 20px;
  line-height: 1em;
  color: #3e3e3e;
  font-weight: normal;
  margin: 0 0 20px 0;
}
#category-landing-business-loyalty p {
  line-height: 21px;
  margin: 0 0 15px 0;
}
#category-landing-business-loyalty .cta-line {
  font-size: 15px;
}
#category-landing-business-loyalty .cta-line span {
  color: #3e3e3e;
  margin: 0 15px;
}
#category-landing-business-loyalty .cta-line a {
  color: #ff425b;
}
.tagline {
  color: #3e3e3e;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 1em;
}
#category-landing-business-benefits {
  float: right;
  margin: 0 50px 0 0;
  width: 365px;
}
#category-landing-business-benefits h3 {
  font-size: 20px;
  line-height: 1em;
  color: #3e3e3e;
  font-weight: normal;
  margin: 0 0 20px 0;
}
#category-landing-business-benefits p {
  line-height: 21px;
  margin: 0 0 15px 0;
}
#benefits-list {
  list-style: disc inside none;
  margin-bottom: 20px;
}
#benefits-list li {
  margin-bottom: 10px;
  height: 15px;
}
#benefits-list p {
  font-size: 12px;
  line-height: 16px;
}
#benefits-list img {
  float: left;
  margin: 0 10px 0 0;
}
#benefits-upload {
  margin: 0;
}
#benefits-archive {
  margin: 0;
}
#benefits-ordering {
  margin: 0;
}
#benefits-placeholder {
  width: 150px;
  margin: 0;
}
#purchase-area {
  width: 960px;
  margin-left: 20px;
}
#purchase-area-nav {
  float: left;
  height: 60px;
  padding-top: 10px;
  display: none;
}
#purchase-area-nav li {
  height: 60px;
  float: left;
}
#purchase-area-nav a {
  text-decoration: none;
}
#purchase-area-nav span {
  color: #a5a5a3;
  display: block;
  font-weight: bold;
  height: 43px;
  text-decoration: none;
}
#purchase-area-nav li.on span {
  color: #00AACD;
}
.nav-number-two {
  margin-left: 5px;
  background: url("../images/no2.png") no-repeat 0px 0px;
}
.nav-number-three {
  margin-left: 5px;
  background: url("../images/no3.png") no-repeat 0px 0px;
}
.nav-number-four {
  margin-left: 5px;
  background: url("../images/no4.png") no-repeat 0px 0px;
}
.nav-number-five {
  margin-left: 5px;
  background: url("../images/no5.png") no-repeat 0px 0px;
}
.nav-number-one {
  background: url("../images/no1.png") no-repeat 0px 0px;
  margin-left: 80px;
}
.nav-number-five.on {
  background: url("../images/no5-active.png") no-repeat left center !important;
}
.txt-review-order {
  margin-left: 100px;
}
#nav-choose-card.completed {
  background-position: left center;
}
#nav2-choose-card.completed {
  background-position: left center;
}
#nav-choose-card.on {
  background-position: left center;
}
#nav2-choose-card.on {
  background-position: left center;
}
#nav-choose-card span {
  padding-left: 35px;
  padding-top: 22px;
  text-transform: uppercase;
}
#nav2-choose-card span {
  padding-left: 30px;
  padding-top: 22px;
  text-transform: uppercase;
}
#nav-choose-holder.completed {
  background-position: left center;
}
#nav-choose-holder.on {
  background-position: left center;
}
#nav-choose-holder span {
  padding-left: 26px;
  padding-top: 22px;
  text-transform: uppercase;
}
#nav-personalize.completed {
  background-position: left center;
}
#nav2-personalize.completed {
  background-position: left center;
}
#nav-personalize.on {
  background-position: left center;
}
#nav2-personalize.on {
  background-position: left center;
}
#nav-personalize span {
  padding-left: 26px;
  padding-top: 22px;
  text-transform: uppercase;
}
#nav2-personalize span {
  padding-left: 30px;
  padding-top: 22px;
  text-transform: uppercase;
}
#nav-video-teaser.completed {
  background-position: left center;
}
#nav2-video-teaser.completed {
  background-position: left center;
}
#nav-video-teaser.on {
  background-position: left center;
}
#nav2-video-teaser.on {
  background-position: left center;
}
#nav-video-teaser span {
  padding-left: 26px;
  padding-top: 22px;
  text-transform: uppercase;
}
#nav2-video-teaser span {
  padding-left: 30px;
  padding-top: 22px;
  text-transform: uppercase;
}
#nav-review.completed {
  background-position: left center;
}
#nav2-review.completed {
  background-position: left center;
}
#nav-review.on {
  background-position: left center;
}
#nav2-review.on {
  background-position: left center;
}
#nav-review span {
  padding-left: 26px;
  padding-top: 22px;
  text-transform: uppercase;
}
#nav2-review span {
  padding-left: 30px;
  padding-top: 22px;
  text-transform: uppercase;
}
#card-detail-container {
  height: 460px;
  width: 842px;
  padding: 57px 81px 0 37px;
  margin: 0 0 40px 0;
  background: url(../images/bg_product_purchase.png) no-repeat;
}
#card-detail-container.choose-gift-card-generic {
  margin-top: 0;
}
#card-detail-container.choose-gift-card {
  position: relative;
  z-index: 2;
}
#card-detail-container.starbucks {
  background: url(../images/bg_branded-prod-starbucks.png) no-repeat;
}
#card-desc {
  margin: 0 0 30px 0;
}
#brand-heading {
  height: 130px;
}
#brand-heading .brand-logo {
  margin: 0 25px 25px 0;
  float: left;
  width: 105px;
}
#brand-heading .brand-desc {
  margin: 0 0 25px 0;
  float: left;
  width: 700px;
}
#brand-heading h1 {
  color: #969696;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#brand-heading p {
  color: #969696;
  line-height: 18px;
}
#card-design-detail {
  float: left;
  width: 465px;
  margin: 0 0 0 125px;
  display: inline;
  text-align: left;
}
#card-design-thumbs {
  float: left;
  width: 165px;
  margin: 0;
  display: inline;
}
#card-design-thumbs li {
  float: left;
  width: 59px;
  margin: 0 8px 11px 0;
  position: relative;
}
#card-design-thumbs li img {
  opacity: 0.3;
}
#card-design-thumbs li a:hover img {
  opacity: 1;
}
#card-design-thumbs li:hover span {
  background: url(../images/bg_card-over.png) no-repeat;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 63px;
  height: 40px;
  display: block;
  z-index: 2;
}
#card-design-thumbs .checked img {
  opacity: 1;
}
#card-design-thumbs .checked span {
  background: url(../images/bg_card-checked.png) no-repeat;
  position: absolute;
  top: -6px;
  left: -2px;
  width: 68px;
  height: 44px;
  display: block;
  z-index: 2;
}
#card-design-thumbs li.checked:hover span {
  background: url(../images/bg_card-checked.png) no-repeat;
  position: absolute;
  top: -6px;
  left: -2px;
  width: 68px;
  height: 44px;
  display: block;
  z-index: 2;
}
#card-choose-options {
  float: right;
  width: 247px;
  margin-bottom: 20px;
  background-color: #b9e1e8;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-bottom: 6px;
}
#card-choose-options h2 {
  font-size: 12px;
  font-weight: bold;
  color: #535353;
  text-transform: uppercase;
  padding: 23px 0 11px 20px;
}
#stepCsv {
  display: none;
}
#stepCsv .legend {
  font-weight: bold;
  color: #535353;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  line-height: 1em;
  margin-bottom: 10px;
}
#stepCsv p {
  float: left;
  margin-right: 30px;
}
#uploadCsv {
  display: none;
}
.choose-card-form .form-row {
  margin: 0 0 25px 0;
}
.choose-card-form .form-row.changeQty {
  height: 45px;
  margin: 0 0 5px;
}
.choose-card-form label {
  display: block;
  margin: 0 0 4px 0;
  color: #4A4848;
  font-weight: bold;
}
.choose-card-form .qtySelection label {
  display: inline;
  padding-left: 7px;
  font-weight: normal;
}
#input-quantity {
  width: 41px;
  text-align: center;
}
#select-value {
  width: 135px;
}
#field-quantity {
  float: left;
  width: 58px;
}
#field-value {
  float: left;
  width: 135px;
}
#ordering-for-business {
  border-bottom: 1px solid #bababa;
  color: #757575;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 5px 0;
}
#card-info-secondary {
  width: 960px;
  margin: 0 0 150px 0;
}
#card-info-section {
  float: left;
  width: 335px;
  margin: 0 0 20px 10px;
  text-align: left;
}
#card-info-section ul {
  margin: 0 0 15px 0;
}
#card-info-section li {
  display: inline-block;
  line-height: 1em;
  padding: 5px 10px;
  cursor: pointer;
  color: #000;
  font-size: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 3px 0 0;
  text-decoration: underline;
}
#card-info-content {
  margin: 0 0 0 25px;
  text-align: left;
}
#card-info-content p {
  line-height: 21px;
  color: #969696;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 10px;
}
#wrap-with-style {
  float: right;
  width: 310px;
  margin: 0 10px 0 0;
}
#wrap-with-style h3 {
  margin: 0 0 25px 0;
  font-size: 16px;
  font-weight: bold;
  color: #3b3b3b;
}
#wrap-with-style li {
  margin: 0 0 30px 0;
}
#wrap-with-style li img {
  margin: 0 12px 0 0;
  float: left;
  display: inline;
}
#wrap-with-style li p {
  float: left;
  display: inline;
  width: 255px;
  color: #969696;
}
#product-purchase-container {
  min-height: 500px;
  padding: 30px 20px 20px;
  position: relative;
}
#product-purchase-container .loading {
  background: url(../images/loader_big.gif) no-repeat;
  position: absolute;
  top: 300px;
  left: 440px;
  width: 70px;
  height: 70px;
  z-index: 900;
  display: none;
}
#product-purchase-intro {
  margin: 0 0 20px;
  text-align: center;
  min-height: 90px;
  position: relative;
}
#product-purchase-intro h1 {
  color: #a1b500;
  margin: 0 0 10px;
  white-space: nowrap;
}
#product-purchase-intro h1 em {
  color: #00b0c7;
  font-style: italic;
}
#product-purchase-intro h1 em.normal {
  font-style: normal;
}
#product-purchase-intro p {
  font-size: 1.083em;
  line-height: 1.231em;
  width: 650px;
  margin: 0 auto;
}
#product-purchase-intro h2 {
  font-size: 16px;
  font-weight: bold;
  color: #6b6b6b;
}
#makeThemStar {
  position: absolute;
  top: -25px;
  left: 10px;
}
.watchDemoText {
  font-size: 1.3em;
  font-weight: bold;
}
#personalization-type-selection {
  padding: 30px 0 80px;
  text-align: center;
}
#personalization-type-selection .personalization-type {
  border-right: 2px solid #b6d8e1;
  display: inline-block;
  height: 360px;
  vertical-align: top;
  width: 305px;
}
#personalization-type-selection .personalization-type.last {
  border: medium none;
}
.personalization-type img {
  display: block;
  margin: 0 auto;
}
.personalization-type h2 {
  font-size: 1.083em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.personalization-type p.price {
  font-size: 1.417em;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 10px;
}
.personalization-type a.cta_primary {
  display: block;
  font-size: 1.083em;
  height: 18px;
  margin: 0 auto 15px;
  padding: 0 20px;
  width: 50px;
}
.personalization-type a.cta_primary span {
  line-height: 1.8em;
}
.personalization-type ul {
  font-size: 1.083em;
  line-height: 1.154em;
  margin: 0 auto;
  width: 240px;
}
.personalization-type ul li {
  background: url("../images/bullet.png") no-repeat scroll 0 6px transparent;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  text-align: left;
}
button.cta_primary {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  min-height: 25px;
  text-align: center;
  text-decoration: none;
}
a.cta_primary {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  min-height: 25px;
  text-align: center;
  text-decoration: none;
}
.bottom-callout {
  background-color: #fff;
  bottom: 0;
  height: 50px;
  left: 0;
  position: absolute;
  width: 960px;
}
.bottom-callout a {
  display: block;
  height: 50px;
  text-align: center;
  text-decoration: none;
  width: 960px;
}
.bottom-callout a span.title {
  color: #37b1d2;
  font-size: 1.3em;
  font-weight: bold;
}
.bottom-callout a span {
  color: #999;
  display: block;
  font-size: 0.833em;
}
#personalization-type-selection-continue a span.title {
  margin-top: 10px;
}
button.color-scheme-gray {
  background-color: #f5f5f5 !important;
  color: #a5a5a3 !important;
}
button.color-scheme-gray:hover {
  background-color: #fff !important;
  color: #a5a5a3 !important;
}
a.color-scheme-gray {
  background-color: #f5f5f5 !important;
  color: #a5a5a3 !important;
}
a.color-scheme-gray:hover {
  background-color: #fff !important;
  color: #a5a5a3 !important;
}
button.color-scheme-dark-red {
  background-color: #b40101 !important;
  color: #fff !important;
}
button.color-scheme-dark-red:hover {
  background-color: #771212 !important;
  color: #fff !important;
}
a.color-scheme-dark-red {
  background-color: #b40101 !important;
  color: #fff !important;
}
a.color-scheme-dark-red:hover {
  background-color: #771212 !important;
  color: #fff !important;
}
button.color-scheme-red {
  background-color: #ff425b !important;
  color: #fff !important;
}
button.color-scheme-red:hover {
  background-color: #ff687c !important;
  color: #fff !important;
}
a.color-scheme-red {
  background-color: #ff425b !important;
  color: #fff !important;
}
a.color-scheme-red:hover {
  background-color: #ff687c !important;
  color: #fff !important;
}
button.color-scheme-green {
  background-color: #000 !important;
  color: #fff !important;
}
button.color-scheme-green:hover {
  background-color: #000 !important;
  color: #fff !important;
}
a.color-scheme-green {
  background-color: #000 !important;
  color: #fff !important;
}
a.color-scheme-green:hover {
  background-color: #000 !important;
  color: #fff !important;
}
button.color-scheme-blue {
  background-color: #2a40e4 !important;
  color: #fff !important;
}
button.color-scheme-blue:hover {
  background-color: #5667e5 !important;
  color: #fff !important;
}
a.color-scheme-blue {
  background-color: #2a40e4 !important;
  color: #fff !important;
}
a.color-scheme-blue:hover {
  background-color: #5667e5 !important;
  color: #fff !important;
}
button.color-scheme-turquoise {
  background-color: #000 !important;
  color: #fff !important;
}
button.color-scheme-turquoise:hover {
  background-color: #000 !important;
  color: #fff !important;
}
a.color-scheme-turquoise {
  background-color: #000 !important;
  color: #fff !important;
}
a.color-scheme-turquoise:hover {
  background-color: #000 !important;
  color: #fff !important;
}
button.color-scheme-orange {
  background-color: #E43D1A !important;
  color: #fff !important;
}
a.color-scheme-orange {
  background-color: #E43D1A !important;
  color: #fff !important;
}
button.color-scheme-white {
  background-color: #fff !important;
  color: #000 !important;
}
button.color-scheme-white:hover {
  background-color: #e4e4e4 !important;
  color: #000 !important;
}
a.color-scheme-white {
  background-color: #fff !important;
  color: #000 !important;
}
a.color-scheme-white:hover {
  background-color: #e4e4e4 !important;
  color: #000 !important;
}
#personalization-type-customizable-selection {
  padding: 30px 0 20px;
}
#personalization-type-customizable-selection .personalization-type {
  border-right: 2px solid #b6d8e1;
  display: inline-block;
  float: left;
  height: 290px;
  width: 228px;
}
#personalization-type-customizable-selection p.price {
  font-size: 1.417em;
  margin-bottom: 15px;
}
#personalization-type-customizable-selection p {
  font-size: 1.083em;
  line-height: 1.154em;
  margin: 0 auto;
  text-align: center;
  width: 190px;
}
#personalization-type-customizable-selection .personalization-type.last {
  border: medium none;
}
#product-purchase-navigation-steps {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #d9dad4;
  padding: 4px 5px 4px 10px;
  margin-bottom: 10px;
}
#product-purchase-navigation-steps h2 {
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1.125em;
  color: #6b6b6b;
  white-space: nowrap;
}
#product-purchase-navigation-steps p.backLink {
  float: right;
  margin-right: 15px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 13px;
}
#product-purchase-navigation-steps p a {
  text-decoration: none;
}
#product-purchase-navigation-steps p a:hover {
  text-decoration: underline;
}
#product-purchase-navigation-steps-demo {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #d9dad4;
  padding: 4px 5px 4px 10px;
  margin-bottom: 10px;
}
#product-purchase-navigation-steps-demo h2 {
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1.125em;
  color: #6b6b6b;
  white-space: nowrap;
}
#video-teaser-continue {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #d9dad4;
  bottom: 0;
  left: 0;
  padding: 4px 5px 4px 10px;
  position: absolute;
  width: 613px;
}
#video-teaser-continue p {
  font-size: 0.917em;
  line-height: 15px;
  float: left;
}
#video-teaser-continue span.statusIncomplete {
  font-style: italic;
  color: #a5a5a3;
  float: right;
  font-weight: normal;
  margin: 5px 5px 10px;
}
#video-teaser-continue span.statusComplete {
  font-style: italic;
  color: #37b1d2;
  float: right;
  font-weight: normal;
  background: url("../images/step_complete.png") no-repeat scroll 0 2px transparent;
  padding-left: 15px;
  margin: 5px 5px 10px;
}
#video-teaser-filter {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border-bottom: 1px solid #d9dad4;
  height: 23px;
  padding: 5px 5px 5px 10px;
}
#video-teaser-filter p {
  float: left;
  padding-top: 3px;
}
#video-teaser-pagination {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border-top: 1px solid #d9dad4;
  height: 25px;
  padding: 5px 5px 5px 10px;
}
#video-teaser-pagination p {
  float: right;
  padding-top: 5px;
  display: none;
}
#video-teaser-pagination a {
  float: right;
  margin-left: 3px;
  width: 26px;
  height: 26px;
  display: block;
  text-indent: -9999px;
}
#video-teaser-pagination a#video-teaser-list-next {
  background: url("../images/round_arrow-down.png") no-repeat scroll center top transparent;
}
#video-teaser-pagination a#video-teaser-list-next:hover {
  background: url("../images/round_arrow-down-over.png") no-repeat scroll center top transparent;
}
#video-teaser-pagination a#video-teaser-list-next.disabled {
  background: url("../images/round_arrow-down-disabled.png") no-repeat scroll center top transparent;
}
#video-teaser-pagination a#video-teaser-list-next.disabled:hover {
  background: url("../images/round_arrow-down-disabled.png") no-repeat scroll center top transparent;
}
#video-teaser-pagination a#video-teaser-list-prev {
  background: url("../images/round_arrow-up.png") no-repeat scroll center top transparent;
}
#video-teaser-pagination a#video-teaser-list-prev:hover {
  background: url("../images/round_arrow-up.png") no-repeat scroll center top transparent;
}
#video-teaser-pagination a#video-teaser-list-prev.disabled {
  background: url("../images/round_arrow-up-disabled.png") no-repeat scroll center top transparent;
}
#video-teaser-pagination a#video-teaser-list-prev.disabled:hover {
  background: url("../images/round_arrow-up-disabled.png") no-repeat scroll center top transparent;
}
#card-holder-personalize-bar {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border-top: 1px solid #d9dad4;
  height: 27px;
  padding: 4px 5px 4px 10px;
}
#card-holder-selection-filter {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border-bottom: 1px solid #d9dad4;
  height: 23px;
  padding: 5px 5px 5px 10px;
}
#card-holder-selection-filter p {
  float: left;
  padding-top: 3px;
}
#soundLibrary-selection-filter {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border-bottom: 1px solid #d9dad4;
  height: 23px;
  padding: 5px 5px 5px 10px;
}
#soundLibrary-selection-filter p {
  float: left;
  padding-top: 3px;
}
#card-holder-pagination {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border-top: 1px solid #d9dad4;
  height: 25px;
  padding: 5px 5px 5px 10px;
}
#card-holder-pagination p {
  float: right;
  padding-top: 5px;
  display: none;
}
#card-holder-pagination a {
  float: right;
  margin-left: 3px;
  width: 26px;
  height: 26px;
  display: block;
  text-indent: -9999px;
}
#card-holder-pagination a#card-holder-list-next {
  background: url("../images/round_arrow-down.png") no-repeat scroll center top transparent;
}
#card-holder-pagination a#card-holder-list-next.disabled {
  background: url("../images/round_arrow-down-disabled.png") no-repeat scroll center top transparent;
}
#card-holder-pagination a#card-holder-list-next.disabled:hover {
  background: url("../images/round_arrow-down-disabled.png") no-repeat scroll center top transparent;
}
#card-holder-pagination a#card-holder-list-prev {
  background: url("../images/round_arrow-up.png") no-repeat scroll center top transparent;
}
#card-holder-pagination a#card-holder-list-prev:hover {
  background: url("../images/round_arrow-up.png") no-repeat scroll center top transparent;
}
#card-holder-pagination a#card-holder-list-prev.disabled {
  background: url("../images/round_arrow-up-disabled.png") no-repeat scroll center top transparent;
}
#card-holder-pagination a#card-holder-list-prev.disabled:hover {
  background: url("../images/round_arrow-up-disabled.png") no-repeat scroll center top transparent;
}
#product-purchase-navigation-steps-arrows.gradient-background {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}
#video-teaser-photo-upload-panel {
  padding: 50px 30px 0;
}
#video-teaser-photo-upload-panel .video-teaser-upload-picture-box {
  border: 1px solid #d9dad4;
  width: 375px;
  height: 285px;
  background-color: #fff;
  float: left;
  display: inline-block;
  padding-top: 30px;
  text-align: center;
}
#video-teaser-photo-upload-panel .video-teaser-upload-picture-box .video-teaser-continue {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 33%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 33%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  border-top: 1px solid #d9dad4;
  height: 25px;
  padding: 5px 5px 5px 10px;
}
#video-teaser-photo-upload-panel .video-teaser-upload-picture-divider {
  width: 105px;
  display: inline-block;
  float: left;
  padding-top: 150px;
  font-size: 1.833em;
  text-align: center;
}
#video-teaser-photo-upload-panel .video-teaser-upload-selection {
  height: 249px;
}
#video-teaser-photo-upload-panel .video-teaser-upload-selection p {
  margin-bottom: 45px;
  font-size: 1.333em;
}
#video-teaser-photo-upload-panel .video-teaser-upload-selection img {
  display: block;
  margin: 0 auto 30px;
}
#video-teaser-photo-upload-panel .video-teaser-upload-selection label {
  cursor: pointer;
  padding-left: 5px;
}
#video-teaser-photo-upload-panel .video-teaser-upload-selection input {
  cursor: pointer;
}
#product-purchase-navigation-steps-title {
  display: inline;
  float: left;
  color: #6b6b6b;
  padding-top: 3px;
}
#product-purchase-navigation-steps-title-demo {
  display: inline;
  float: left;
  color: #6b6b6b;
  padding-top: 3px;
}
#product-purchase-navigation-steps-arrows {
  display: inline;
  float: right;
}
#product-purchase-navigation-steps-arrows a {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: top;
}
#product-purchase-navigation-steps-arrows-demo {
  display: inline;
  float: right;
}
#product-purchase-navigation-steps-arrows-demo a {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: top;
}
.navigation-prev-bg-gray {
  background-image: url("../images/btn_purchase-navigation_back_gray.png");
  width: 65px;
  height: 24px;
}
#product-purchase-navigation-back {
  background-position: center top;
  margin-right: 5px;
}
#product-purchase-navigation-back:hover {
  background-position: center center;
}
#product-purchase-navigation-back-demo {
  background-position: center top;
  margin-right: 5px;
}
#product-purchase-navigation-back-demo:hover {
  background-position: center center;
}
#product-purchase-navigation-back.disabled {
  background-position: center bottom;
}
#product-purchase-navigation-back.disabled:hover {
  background-position: center bottom;
}
#product-purchase-navigation-back-demo.disabled {
  background-position: center bottom;
}
#product-purchase-navigation-back-demo.disabled:hover {
  background-position: center bottom;
}
.navigation-approve-bg-dark-red {
  background-color: #b40101 !important;
  color: #fff !important;
}
.navigation-approve-bg-dark-red:hover {
  background-color: #b40101 !important;
  color: #fff !important;
}
.navigation-approve-bg-red {
  background-color: #ff425b;
  color: #fff;
}
.navigation-approve-bg-red:hover {
  background-color: #ff687c;
  color: #fff;
}
.navigation-approve-bg-green {
  background-color: #000;
  color: #000;
}
.navigation-approve-bg-green:hover {
  background-color: #000;
  color: #000;
}
.navigation-approve-bg-blue {
  background-color: #2a40e4;
  color: #fff;
}
.navigation-approve-bg-blue:hover {
  background-color: #5667e5;
  color: #fff;
}
.navigation-approve-bg-white {
  background-color: #fff;
}
.navigation-approve-bg-white:hover {
  background-color: #e4e4e4;
}
#product-purchase-navigation-approve {
  padding: 4px 15px 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  height: 19px;
  text-align: center;
  text-decoration: none;
  text-indent: 0 !important;
}
#product-purchase-navigation-approve span {
  display: block;
}
.navigation-next-bg-red {
  background-image: url("../images/btn_purchase-navigation_next_red.png");
  width: 71px;
  height: 24px;
}
.navigation-next-bg-green {
  background-image: url("../images/btn_purchase-navigation_next_green.png");
  width: 71px;
  height: 24px;
}
.navigation-next-bg-dark-red {
  background-image: url("../images/btn_purchase-navigation_next_dark_red.png");
  width: 71px;
  height: 24px;
}
.navigation-next-bg-blue {
  background-image: url("../images/btn_purchase-navigation_next_blue.png");
  width: 71px;
  height: 24px;
}
#product-purchase-navigation-next {
  background-position: center top;
}
#product-purchase-navigation-next:hover {
  background-position: center center;
}
#product-purchase-navigation-next-demo {
  background-position: center top;
}
#product-purchase-navigation-next-demo:hover {
  background-position: center center;
}
#product-purchase-navigation-next.disabled {
  background-position: center bottom;
  cursor: default;
}
#product-purchase-navigation-next.disabled:hover {
  background-position: center bottom;
  cursor: default;
}
#product-purchase-navigation-next-demo.disabled {
  background-position: center bottom;
  cursor: default;
}
#product-purchase-navigation-next-demo.disabled:hover {
  background-position: center bottom;
  cursor: default;
}
#teaser-header-message {
  text-align: center;
  margin: 0 0 40px 0;
}
#teaser-header-message p {
  color: #5d5d5d;
  margin: auto;
  font-size: 14px;
  line-height: 18px;
}
#teaser-header-message h1 {
  color: #ff6666;
  float: left;
  font-size: 45px;
  margin: 0 100px 30px;
  position: relative;
  text-align: center;
  text-indent: -30px;
  white-space: nowrap;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
}
#teaser-header-message h1 em {
  font-style: italic;
  font-family: 'Nunito-SemiBold', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#video-teaser-option-wrapper {
  height: 500px;
  position: relative;
}
#video-teaser-demo-preview-panel {
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 920px;
}
#video-teaser-demo-wrapper {
  margin: 50px auto 0;
  width: 680px;
}
#video-teaser-selection-panel {
  display: none;
  height: 440px;
  left: 0;
  position: absolute;
  top: 0;
  width: 920px;
}
#video-teaser-selection-col1 {
  width: 630px;
  display: inline;
  float: left;
  height: 387px;
  position: relative;
}
#video-teaser-selection-col2 {
  width: 280px;
  height: 385px;
  border: 1px solid #d9dad4;
  display: inline;
  float: right;
  background-color: #fafafa;
}
#video-teaser-container {
  padding-top: 0;
}
#addVideoTeaser {
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  margin-top: 15px;
  float: right;
  margin-top: 0;
}
#occasion-select-wrapper {
  background: url("../images/occasion-filter_dropdown-arrow.gif") no-repeat scroll right center #fff;
  height: 23px;
  overflow: hidden;
  width: 150px;
  float: right;
}
#occasion-select-wrapper select {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #bbb;
  font-size: 0.917em;
  height: 23px;
  padding: 2px;
  width: 170px;
  -webkit-appearance: none;
}
#video-teaser-list {
  height: 315px;
  overflow: hidden;
  position: relative;
}
#video-teaser-list .video-teaser-list-item {
  border-bottom: 1px solid #d9dad4;
  position: relative;
}
#video-teaser-list .video-teaser-list-item a {
  display: block;
  height: 58px;
  padding: 10px 5px 10px 95px;
  font-size: 0.833em;
  line-height: 1.4em;
  color: #a5a5a3;
  text-decoration: none;
}
#video-teaser-list .video-teaser-list-item a span.video-teaser-title {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
#video-teaser-list .video-teaser-list-item a:hover {
  background-color: #6ed6f2;
  color: #fff;
}
#video-teaser-list .video-teaser-list-item img {
  position: absolute;
  top: 10px;
  left: 10px;
}
#video-teaser-list .video-teaser-list-item a.active {
  background-color: #37b1d2;
  color: #fff;
}
#video-teaser-list .video-teaser-list-item a.active:hover {
  background-color: #37b1d2;
  color: #fff;
}
#video-teaser-list .teaser_loading {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background: url("../images/loader-teaser.gif") no-repeat scroll center center #37b1d2;
}
#video-teaser-list .video-teaser-list-item.last {
  border: 0;
}
#video-teaser-list .video-teaser-list-item.text-only {
  width: auto;
  border: 0;
  display: block;
  cursor: auto;
  padding: 10px;
}
#video-teaser-list .video-teaser-list-item.text-only:hover {
  width: auto;
  border: 0;
  display: block;
  cursor: auto;
  padding: 10px;
}
#video-teaser-list-wrapper {
  position: relative;
  top: 0;
}
#video-teaser-pagination-arrows {
  float: right;
  margin-left: 10px;
  display: none;
}
#video-teaser-list-continue {
  display: block;
}
#video-teaser-list-continue a span.title {
  padding-top: 20px;
}
#uploadPhotoComputer {
  float: right;
}
#uploadPhotoFacebook {
  float: right;
}
#buttonApproveVideoTeaser {
  float: right;
  height: 23px;
  padding: 0 15px 2px;
}
#loader-container {
  background: url("../images/loader.gif") no-repeat scroll center center #fff;
  height: 100px;
  left: 400px;
  position: absolute;
  top: 220px;
  width: 100px;
  z-index: 9999;
  display: none;
}
#product-review {
  position: relative;
}
#product-review .single-product-wrapper {
  border-bottom: 2px solid #b6d8e1;
  min-height: 165px;
  margin-bottom: 20px;
  vertical-align: top;
}
#product-review .single-product-wrapper h3 {
  margin-bottom: 21px;
  color: #04A5BC;
  font-size: 1.667em;
}
#product-review .single-product-wrapper h3 em {
  color: #6eb7cd;
  font-style: italic;
}
#product-review .single-product-wrapper.last {
  border-bottom: 0;
}
#product-review .single-product-image {
  display: inline;
  float: left;
  margin-right: 15px;
  width: 170px;
}
#product-review .single-product-details {
  display: inline;
  float: right;
  width: 605px;
  font-size: 0.917em;
  line-height: 1.273em;
}
#product-review .single-product-details p {
  margin-bottom: 20px;
}
#product-review .single-product-details span.title {
  font-size: 1.364em;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#product-review .single-product-details span.price {
  font-size: 1.273em;
  display: block;
  margin-bottom: 20px;
}
#connector-1 {
  position: absolute;
  top: 80px;
  left: 35px;
  background: url("../images/connector_1.png") no-repeat scroll center top transparent;
  width: 28px;
  height: 216px;
}
#connector-2 {
  position: absolute;
  top: 80px;
  left: 35px;
  background: url("../images/connector_2.png") no-repeat scroll center top transparent;
  width: 28px;
  height: 408px;
}
#gift-card-package-options {
  margin: 0 0 50px 0;
  vertical-align: top;
  position: relative;
}
#gift-card-package-options .middle {
  margin-right: 15px;
  margin-left: 15px;
}
#customizeData.thickbox-container {
  height: 363px;
}
#customizeData.thickbox-container h2 {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: center;
}
#customizeData .boxTitle {
  font-size: 30px;
  color: #a1b500;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
}
#customizeData .boxCustomization {
  width: 175px;
  margin-right: 15px;
  float: left;
  display: inline;
}
#customizeData .boxCustomization.last {
  margin-right: 0;
}
#customizeData .customNotes {
  height: 50px;
  margin-bottom: 10px;
}
#customizeData .customizeImage {
  margin-bottom: 10px;
  display: block;
}
#customizeData .cta {
  width: 175px;
  height: 25px;
  padding: 10px 0 0 0;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1em;
}
#customizeData .cta:hover {
  background-color: #ff687c;
}
.gift-card-package {
  display: inline-block;
  float: left;
  margin: 0;
  width: 230px;
  height: 400px;
}
.gift-card-package .cta {
  width: 175px;
  height: 25px;
  padding: 10px 0 0 0;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1em;
}
.gift-card-package .cta:hover {
  background-color: #ff687c;
}
.gift-card-package h2 {
  font-weight: bold;
  font-size: 14px;
  color: #5d5d5d;
  text-align: center;
  margin: 0 0 10px 0;
}
.gift-card-package img {
  text-align: center;
  margin: 0 auto 10px;
  display: block;
}
.gift-card-package ul {
  width: 175px;
  margin: auto;
}
.gift-card-package ul li {
  background: url(../images/bullet.png) no-repeat 0 6px;
  padding: 0 0 0 10px;
  line-height: 18px;
  margin: 0 0 6px 0;
}
.pricing {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #5d5d5d;
  margin: 0 0 10px 0;
}
.cta-skip-to-cart {
  width: 160px;
  height: 36px;
  padding: 8px 0 0 0;
  display: block;
  color: #FFF;
  background-color: #a7c2c8;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 14px;
  font-weight: bold;
}
.cta-skip-to-cart:hover {
  background-color: #00b0c7;
  background-color: #ff687c;
}
.cta-skip-to-cart em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.cta-skip-to-cart span {
  font-size: 10px;
  display: block;
}
#giftCardOnlyMessage {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
#card-holder-selection {
  width: 730px;
}
#card-holder-selection .fieldset {
  margin: 0 0 50px 0;
}
#card-holder-selection .legend {
  font-weight: bold;
  color: #535353;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 23px 0;
  background: url(../images/divider_fieldset.png) no-repeat bottom;
  line-height: 1em;
}
#card-holder-selection .form-row {
  margin: 0 0 7px 0;
}
#card-holder-selection select {
  width: 264px;
}
#card-holder-selection .input-text {
  width: 260px;
  color: #9a9a9a;
  height: 22px;
}
#card-holder-selection textarea {
  width: 260px;
  height: 80px;
  color: #9a9a9a;
}
#card-holder-selection .fieldset.submit {
  background: url(../images/divider_fieldset.png) no-repeat;
  padding: 15px 0 0 0;
}
#card-holder-selection .instructions {
  margin: 0 0 15px 10px;
  color: #848484;
}
#card-holder-selection-col1 {
  background-color: #fff;
  border: 1px solid #d9dad4;
  display: inline;
  float: left;
  height: 470px;
  width: 495px;
}
#card-holder-preview-container {
  height: 434px;
}
#card-holder-image-container {
  height: 380px;
  position: relative;
}
#card-holder-image-gallery-hover-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 495px;
  height: 400px;
  z-index: 200;
  background-color: #fff;
}
#card-holder-image-gallery-hover {
  position: absolute;
  left: 35px;
  top: 30px;
  width: 425px;
  height: 340px;
  z-index: 201;
}
#card-holder-image-gallery {
  height: 340px;
  left: 35px;
  position: absolute;
  top: 30px;
  width: 425px;
}
#card-holder-image-gallery img {
  display: none;
  height: 340px;
  left: 0;
  position: absolute;
  top: 0;
  width: 425px;
}
a#card-holder-image-gallery-nav-left {
  position: absolute;
  left: 10px;
  top: 187px;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  display: none;
  background: url("../images/round_arrow-left.png") no-repeat scroll center top transparent;
}
a#card-holder-image-gallery-nav-left.disabled {
  background: url("../images/round_arrow-left-disabled.png") no-repeat scroll center top transparent;
}
a#card-holder-image-gallery-nav-right {
  position: absolute;
  right: 10px;
  top: 187px;
  width: 26px;
  height: 26px;
  background: url("../images/round_arrow-right.png") no-repeat scroll center top transparent;
  text-indent: -9999px;
  display: none;
}
a#card-holder-image-gallery-nav-right.disabled {
  background: url("../images/round_arrow-right-disabled.png") no-repeat scroll center top transparent;
}
#personalizeCard {
  float: right;
  display: none;
  padding: 0 15px;
}
#card-holder-selection-thumb {
  overflow: hidden;
  width: 422px;
  margin: 0 0 15px;
}
#card-holder-selection-col2 {
  background-color: #fff;
  border: 1px solid #d9dad4;
  display: inline;
  float: right;
  height: 470px;
  width: 385px;
}
#card-holder-selection-col2 #cardOccasion {
  margin-bottom: 10px;
}
#card-holder-selection-col2 optgroup {
  padding-left: 5px;
}
#card-holder-selection-col2 optgroup option {
  padding-left: 15px;
}
#card-holder-occasion-select-wrapper {
  background: url("../images/occasion-filter_dropdown-arrow.gif") no-repeat scroll right center #fff;
  float: right;
  height: 23px;
  overflow: hidden;
  width: 180px;
}
#card-holder-occasion-select-wrapper select {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #bbb;
  font-size: 0.917em;
  height: 23px;
  padding: 2px;
  width: 200px;
  -webkit-appearance: none;
}
#card-holder-list {
  height: 373px;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  margin: 15px 0 12px;
}
#card-holder-list .card-holder-list-item {
  position: relative;
  width: 113px;
  height: 113px;
  border: 1px solid #d9dad4;
  display: inline-block;
  float: left;
  margin: 6px 5px 5px;
  cursor: pointer;
}
#card-holder-list .card-holder-list-item a {
  display: block;
  width: 113px;
  height: 113px;
  z-index: 200;
}
#card-holder-list .card-holder-list-item:hover {
  border: 1px solid #999;
}
#card-holder-list .card-holder-list-item img {
  position: absolute;
  top: 0;
  left: 0;
}
#card-holder-list .card-holder-list-item span.active {
  background: url("../images/holder_thumb-active.png") no-repeat scroll center top transparent;
}
#card-holder-list .card-holder-list-item span {
  height: 121px;
  left: -1px;
  position: absolute;
  top: -7px;
  width: 120px;
  z-index: 100;
}
#card-holder-list .card-holder-list-item.text-only {
  width: auto;
  border: 0;
  display: block;
  cursor: auto;
}
#card-holder-list .card-holder-list-item.text-only:hover {
  width: auto;
  border: 0;
  display: block;
  cursor: auto;
}
#card-holder-list-wrapper {
  position: relative;
  top: 0;
}
#mask {
  height: 373px;
  position: absolute;
  width: 385px;
  top: 0;
  left: 0;
  background: url("../images/loader.gif") no-repeat scroll center center #fff;
  display: none;
}
#maskTeaser {
  height: 315px;
  position: absolute;
  width: 260px;
  top: 0;
  left: 0;
  background: url("../images/loader.gif") no-repeat scroll center center #fafafa;
  display: none;
}
#card-holder-pagination-arrows {
  float: right;
  margin-left: 10px;
  display: none;
}
#card-holder-paginationn a#card-holder-list-next:hover {
  background: url("../images/round_arrow-down-over.png") no-repeat scroll center top transparent;
}
#card-holder-personalization-col1 {
  width: 390px;
  display: inline;
  float: right;
}
#card-holder-personalization-col2 {
  width: 445px;
  height: 410px;
  border: 1px solid #d9dad4;
  display: inline;
  float: left;
  background-color: #fff;
  padding: 30px;
  position: relative;
}
#option-panel {
  background-color: #fff;
  display: none;
  height: 390px;
  left: 0;
  margin: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 425px;
  z-index: 200;
}
#option-panel #loader {
  left: 230px;
  position: absolute;
  top: 190px;
}
#option-panel h2 {
  margin-bottom: 15px;
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1.125em;
}
#soundLibrary-selection {
  background-color: #fff;
  border: 1px solid #d9dad4;
  display: inline;
  float: right;
  width: 423px;
}
#soundLibrary-occasion-select-wrapper {
  background: url("../images/occasion-filter_dropdown-arrow.gif") no-repeat scroll right center #fff;
  float: right;
  height: 23px;
  overflow: hidden;
  width: 180px;
}
#soundLibrary-occasion-select-wrapper select {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #bbb;
  font-size: 0.917em;
  height: 23px;
  padding: 2px;
  width: 200px;
  -webkit-appearance: none;
}
#sound-list {
  padding: 10px 1px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 125px;
  position: relative;
}
#sound-list .sound-list-item {
  padding: 3px 0 1px 15px;
  margin-bottom: 3px;
}
#sound-list .sound-list-item.song_selected {
  background-color: #69c5dd;
}
#sound-list .styledRadio {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
#sound-list label.sound_name {
  display: inline-block;
  float: left;
  position: relative;
  top: -2px;
}
#sound-list-loader {
  position: absolute;
  top: 55px;
  left: 200px;
  width: 32px;
  height: 32px;
  background: url("../images/loader.gif") no-repeat scroll center center #fff;
  display: none;
}
#holder-preview-box {
  height: 470px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 505px;
  background-color: #fff;
  z-index: 100;
}
#holder-preview-box img {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 425px;
  height: 340px;
  display: none;
}
#overall-wrapper {
  position: relative;
}
#scene7-container {
  position: absolute;
  border: 1px solid #d9dad4;
  top: 183px;
  left: 385px;
  width: 150px;
  height: 150px;
  z-index: 9999;
  display: none;
}
#scene7-container .flash-not-installed {
  margin-top: 50px;
  text-align: center;
}
#vms-container {
  position: absolute;
  border: 0 solid #d9dad4;
  top: 193px;
  left: 384px;
  width: 152px;
  height: 142px;
  z-index: 9998;
  display: none;
  background: url("../images/loader.gif") no-repeat scroll center center #fff;
}
#vms .flash-not-installed {
  margin-top: 50px;
  text-align: center;
}
#card-preview-wapper {
  text-align: center;
  margin: 0 auto 15px;
  width: 390px;
}
#card-preview-wapper p {
  text-align: left;
}
#card-preview-wapper ul {
  margin-bottom: 0;
}
.card-preview-box {
  width: 113px;
  height: 98px;
  background-color: #fff;
  border: 1px solid #d9dad4;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  padding-top: 15px;
}
.card-preview-box:hover {
  border: 1px solid #999;
}
.card-preview-box span {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 115px;
  height: 115px;
}
.card-preview-box span.active {
  background: url("../images/card_thumb-active.png") no-repeat scroll center top transparent;
}
.card-preview-box.last {
  margin-right: 0;
}
#personalization-steps {
  background-color: #fff;
  border: 1px solid #d9dad4;
}
#personalization-steps .step1 {
  background: url("../images/personalization_step1.png") no-repeat scroll 20px 9px transparent;
}
#personalization-steps .step2 {
  background: url("../images/personalization_step2.png") no-repeat scroll 20px 9px transparent;
}
#personalization-steps .step2.disabled {
  background: url("../images/personalization_step2_inactive.png") no-repeat scroll 20px 9px transparent;
}
#personalization-steps .step3 {
  background: url("../images/personalization_step3.png") no-repeat scroll 20px 9px transparent;
}
#personalization-steps .step3.disabled {
  background: url("../images/personalization_step3_inactive.png") no-repeat scroll 20px 9px transparent;
}
#personalization-steps .fieldset {
  border-top: 1px solid #d9dad4;
  padding: 10px 10px 10px 45px;
  background-color: #f5f5f5;
}
#personalization-steps .fieldset span.legend {
  font-size: 1.083em;
  line-height: 1.231em;
  font-weight: bold;
}
#personalization-steps .fieldset span.statusIncomplete {
  font-style: italic;
  color: #a5a5a3;
  float: right;
  font-weight: normal;
}
#personalization-steps .fieldset span.statusComplete {
  font-style: italic;
  color: #37b1d2;
  float: right;
  font-weight: normal;
  background: url("../images/step_complete.png") no-repeat scroll 0 2px transparent;
  padding-left: 15px;
}
#personalization-steps .fieldset p {
  margin-bottom: 5px;
}
#personalization-steps .fieldset.first {
  border-top: 0;
}
.boxMessage {
  float: left;
  width: 215px;
}
#buttonUploadVideo {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}
#buttonChangeVideo {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}
#buttonChangeAudio {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  margin: 0;
}
#buttonStepContinue {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}
#user-action-save {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  margin-top: 15px;
  min-height: 0;
  padding: 5px 15px;
}
.button-customize-video {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}
#buttonCustomize {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}
#buttonCustomizeAudio {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}
.button-customize-audio {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}
#buttonChangePersonalization {
  float: right;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}
#buttonUploadVideo.disabled {
  background-color: #fff !important;
  border: 1px solid #d3d3d3;
  color: #a5a5a3 !important;
  cursor: default;
}
#buttonUploadVideo.disabled:hover {
  background-color: #fff !important;
  border: 1px solid #d3d3d3;
  color: #a5a5a3 !important;
  cursor: default;
}
#buttonStepContinue.disabled {
  background-color: #fff !important;
  border: 1px solid #d3d3d3;
  color: #a5a5a3 !important;
  cursor: default;
}
#buttonStepContinue.disabled:hover {
  background-color: #fff !important;
  border: 1px solid #d3d3d3;
  color: #a5a5a3 !important;
  cursor: default;
}
#buttonSaveAndContinue {
  float: right;
  height: 23px;
  padding: 0 15px 2px;
}
#upload-video {
  margin: 10px 0 0;
}
#upload-video .price {
  float: right;
  color: #008293;
  font-weight: bold;
}
#upload-video label {
  color: #535353;
  font-weight: bold;
  vertical-align: middle;
}
#upload-voice-sound {
  margin: 10px 0 0;
}
#upload-voice-sound .price {
  float: right;
  color: #008293;
  font-weight: bold;
}
#upload-voice-sound label {
  color: #535353;
  font-weight: bold;
  vertical-align: middle;
}
#selected-song {
  float: left;
  padding-top: 5px;
}
#uploadFeedback {
  font-style: italic;
  font-weight: bold;
  padding-top: 3px;
}
#upload-video-options {
  margin-bottom: 10px;
}
#upload-video-options li {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
  text-align: center;
  width: 90px;
  height: 89px;
}
#upload-video-options li a {
  display: block;
  text-decoration: none;
  width: 90px;
  height: 89px;
}
#upload-video-options li.hover-with-border {
  border: 1px solid #999;
}
#upload-video-options em {
  color: #535353;
  display: block;
  font-size: 0.833em;
  font-style: normal;
  line-height: 1.1em;
}
#upload-video-options span {
  display: none;
}
#upload-voice-sound-options {
  margin-bottom: 10px;
}
#upload-voice-sound-options li {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
  text-align: center;
  width: 90px;
  height: 89px;
}
#upload-voice-sound-options li a {
  display: block;
  text-decoration: none;
  width: 90px;
  height: 89px;
}
#upload-voice-sound-options li.hover-with-border {
  border: 1px solid #999;
}
#upload-voice-sound-options em {
  color: #535353;
  display: block;
  font-size: 0.833em;
  font-style: normal;
  line-height: 1.1em;
}
#upload-voice-sound-options span {
  display: none;
}
#selected-video {
  float: left;
  padding-top: 5px;
}
#step-video.disabled #upload-video-options li a {
  cursor: default;
}
#step-audio.disabled #upload-voice-sound-options li a {
  cursor: default;
}
#csv_multiple_radio {
  margin: 10px 0;
}
#csv_multiple_radio input {
  margin: 0 5px 5px;
}
#csv_multiple_radio label {
  margin-right: 10px;
  display: inline;
}
#card-holder-selection.required {
  color: #eb0000;
  font-size: 12px;
}
#card-holder-view-gallery-container-preview {
  position: absolute;
  top: 25px;
  left: 1px;
  width: 421px;
  height: 300px;
  background-color: white;
  display: none;
}
#card-holder-view-gallery-container-preview img {
  padding-top: 0;
  padding-left: 14px;
}
#multi-shipping-info {
  color: #00b0c7;
  text-decoration: underline;
  line-height: 1em;
  padding-top: 2px;
  margin-left: 19px;
}
#multi-shipping-info:hover {
  color: #404040;
}
#fcc-info {
  color: #00b0c7;
  text-decoration: underline;
  line-height: 1em;
  float: none;
}
#fcc-info:hover {
  color: #404040;
}
#clickDisagree {
  background-color: #848484;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin-top: 20px;
  float: right;
  margin-right: 10px;
}
#clickDisagree span {
  padding-top: 8px;
  display: block;
}
#clickDisagree:hover {
  background-color: #666;
}
#clickAgree {
  background-color: #848484;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin-top: 20px;
  float: right;
}
#clickAgree span {
  padding-top: 8px;
  display: block;
}
#clickAgree:hover {
  background-color: #666;
}
#videoStatus {
  margin-bottom: 15px;
}
#popupCsvInstructionsData h1 {
  margin-bottom: 20px;
}
#videoLoader {
  float: right;
  height: 32px;
  width: 32px;
  display: none;
}
.accepted-formats {
  color: #919191;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.required-label {
  color: #eb0000;
  font-size: 10px;
  line-height: 1em;
}
.total {
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: #4e4e4e;
  line-height: 1em;
  margin: 0 0 15px 0;
}
.total span {
  margin: 0 15px 0 0;
}
#upload-cover-photo.disabled a.image-preview {
  cursor: default;
  background: url(../images/preview-photo-disabled.png) no-repeat right top;
}
#upload-cover-photo.disabled a.image-preview:hover {
  cursor: default;
  background: url(../images/preview-photo-disabled.png) no-repeat right top;
}
#upload-cover-photo.disabled a.image-change {
  cursor: default;
  background: url(../images/change-photo-disabled.png) no-repeat right top;
}
#upload-cover-photo.disabled a.image-change:hover {
  cursor: default;
  background: url(../images/change-photo-disabled.png) no-repeat right top;
}
#checkbox-photo-upload {
  margin: 0 0 15px 0;
}
#checkbox-photo-upload .checkbox {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#checkbox-voice-sound-upload {
  margin: 0 0 35px 0;
}
#checkbox-voice-sound-upload .checkbox {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#file-photo-upload {
  margin: 0 0 15px 27px;
}
#file-photo-uploaded {
  margin: 0 0 15px 27px;
}
.sidenote {
  font-size: 11px;
  line-height: 15px;
  color: #000;
}
#card-holder-design-thumbs {
  float: left;
  height: 110px;
  padding-top: 6px !important;
  padding-left: 2px !important;
}
#card-holder-design-thumbs li {
  float: left;
  margin: 0 15px 0 0;
  width: 105px;
  height: 100px;
  position: relative;
}
#card-holder-design-thumbs li a {
  background-color: #FFF;
  display: block;
  padding-top: 10px;
  height: 90px;
}
#card-holder-design-thumbs li a img {
  text-align: center;
  display: block;
  margin: auto;
}
#card-holder-design-thumbs li:hover span {
  position: absolute;
  top: 0;
  left: 0;
  width: 101px;
  height: 96px;
  display: block;
  z-index: 2;
  border: 2px solid #00c0da;
  cursor: pointer;
}
#card-holder-design-thumbs .checked span {
  background: url(../images/bg_card-design-checked.png) no-repeat;
  position: absolute;
  top: -6px;
  left: 0;
  width: 112px;
  height: 106px;
  display: block;
  z-index: 2;
  border: 0;
}
#card-holder-design-thumbs li.checked:hover span {
  background: url(../images/bg_card-design-checked.png) no-repeat;
  position: absolute;
  top: -6px;
  left: 0;
  width: 112px;
  height: 106px;
  display: block;
  z-index: 2;
  border: 0;
}
#card-holder-view-gallery-container {
  width: 422px;
  height: 332px;
  background-color: #FFF;
  position: relative;
  margin: 0 0 10px 0;
}
#card-holder-view-gallery {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 392px;
  height: 295px;
}
#card-holder-view-gallery img {
  display: none;
  height: 295px;
  left: 0;
  position: absolute;
  top: 0;
  width: 392px;
}
#card-holder-view-gallery-nav {
  position: absolute;
  top: 11px;
  left: 11px;
  display: none;
}
#card-holder-view-gallery-nav a {
  background: url(../images/indicator_fcard-carousel.png) no-repeat;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  margin: 0 6px 0 0;
  display: block;
  float: left;
}
#card-holder-view-gallery-nav a.current {
  background: url(../images/indicator_fcard-carousel-current.png) no-repeat;
}
#nav-card-holder-view-prev {
  background: url(../images/nav_card-holder-view-prev.png) no-repeat;
  width: 34px;
  height: 65px;
  display: block;
  position: absolute;
  top: 130px;
  left: 0;
  text-indent: -9999px;
}
#nav-card-holder-view-next {
  background: url(../images/nav_card-holder-view-next.png) no-repeat;
  width: 34px;
  height: 65px;
  display: block;
  position: absolute;
  top: 130px;
  right: 0;
  text-indent: -9999px;
}
#nav-card-holder-view-prev.hover {
  background-position: bottom;
}
#nav-card-holder-view-next.hover {
  background-position: bottom;
}
#nav-card-holder-view-prev.inactive {
  background-position: top;
  cursor: default;
}
#nav-card-holder-view-next.inactive {
  background-position: top;
  cursor: default;
}
#create-video-teaser-container {
  text-align: center;
}
#create-video-teaser-container.pixfusion {
  height: 380px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.pixfusion #PixFusionVms {
  margin-top: -150px;
}
#create-video-teaser-thumb-list {
  margin: 0 0 40px 0;
}
#create-video-teaser-thumb-list .video-text {
  height: 75px;
}
#create-video-teaser-thumb-list .video-text h3 {
  margin: 0 0 5px 0;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
}
#create-video-teaser-thumb-list .video-text p {
  color: #5d5d5d;
  font-size: 11px;
}
#create-video-teaser-thumb-list h2 {
  margin: 0 0 10px 0;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}
#create-video-teaser-thumb-list ul li {
  display: inline-block;
  margin: 8px 8px 0 0;
  position: relative;
  width: 155px;
}
#create-video-teaser-thumb-list ul li.current span {
  display: block;
  z-index: 2;
  top: -6px;
  left: 0;
  position: absolute;
  width: 162px;
  height: 92px;
  background: url("../images/bg_video-checked.png") no-repeat scroll 0 0 transparent;
}
#create-video-teaser-thumb-list ul li.last {
  margin-right: 0;
}
#create-video-teaser-thumb-list .cta {
  margin: auto;
  text-align: center;
  display: block;
  background-color: #a7c2c8;
  width: 110px;
  padding: 9px 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#create-video-teaser-thumb-list .cta:hover {
  background-color: #00b0c7;
}
#create-video-teaser-thumb-list li.current .cta {
  background-color: #00b0c7;
}
#user-actions ul li {
  display: inline-block;
  margin: 0 8px 0 0;
  position: relative;
}
.video-thumb {
  margin: 0 0 8px 0;
}
.cta-add-video-teaser {
  width: 214px;
  height: 50px;
  padding: 12px 0 0 0;
  display: block;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 21px;
  font-weight: bold;
}
.cta-add-video-teaser:hover {
  background-color: #ff687c;
}
.cta-add-video-teaser em {
  font-size: 16px;
  display: block;
  font-style: normal;
}
.cta-add-video-teaser span {
  font-size: 15px;
  display: block;
  font-weight: normal;
}
.cta-preview-video-teaser {
  width: 214px;
  height: 50px;
  padding: 12px 0 0 0;
  display: block;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 21px;
  font-weight: bold;
}
.cta-preview-video-teaser:hover {
  background-color: #ff687c;
}
.cta-preview-video-teaser em {
  font-size: 16px;
  display: block;
  font-style: normal;
}
.cta-preview-video-teaser span {
  font-size: 15px;
  display: block;
  font-weight: normal;
}
.cta-continue-video-teaser {
  width: 214px;
  height: 50px;
  padding: 12px 0 0 0;
  display: block;
  color: #FFF;
  background-color: #ff425b;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 21px;
  font-weight: bold;
}
.cta-continue-video-teaser:hover {
  background-color: #ff687c;
}
.cta-continue-video-teaser em {
  font-size: 16px;
  display: block;
  font-style: normal;
}
.cta-continue-video-teaser span {
  font-size: 15px;
  display: block;
  font-weight: normal;
}
.cta-add-video-teaser.disabled {
  background-color: #ff687c;
  cursor: default;
}
#product-purchase-container.review {
  padding: 60px 90px;
}
.product-review-bundle {
  padding: 10px 60px 10px 70px;
}
.product-review-gift-card {
  width: 779px;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #bee0e6;
}
.product-review-gift-card .total-gift-card {
  color: #404040;
}
.product-review-gift-card .total-gift-card strong {
  font-size: 14px;
}
.product-review-gift-card .total-gift-card span {
  font-size: 15px;
  margin: 0 0 0 10px;
}
.product-review-video-teaser {
  width: 779px;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #bee0e6;
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  position: relative;
}
.product-review-video-teaser .total-video-teaser {
  color: #404040;
}
.product-review-video-teaser .total-video-teaser strong {
  font-size: 14px;
}
.product-review-video-teaser .total-video-teaser span {
  font-size: 15px;
  margin: 0 0 0 10px;
}
.product-review-video-teaser h1 {
  color: #a1b500;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 15px 0;
}
.product-review-video-teaser h1 em {
  color: #00b0c7;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.product-review-wrap-with-style {
  width: 779px;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #bee0e6;
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  position: relative;
}
.product-review-wrap-with-style .total-wrap-with-style {
  color: #404040;
}
.product-review-wrap-with-style .total-wrap-with-style strong {
  font-size: 14px;
}
.product-review-wrap-with-style .total-wrap-with-style span {
  font-size: 15px;
  margin: 0 0 0 10px;
}
.product-review-wrap-with-style h1 {
  color: #a1b500;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 15px 0;
}
.product-review-wrap-with-style h1 em {
  color: #00b0c7;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.edit-btn {
  float: right;
  color: #00aacd;
  font-size: 11px;
  font-weight: bold;
}
.edit-btn:hover {
  color: #404040;
  text-decoration: underline;
}
.product-review-gift-card-img {
  display: inline;
  float: left;
  width: 191px;
  margin: 0 15px 0 0;
}
.product-review-wrap-with-style-img {
  display: inline;
  float: left;
  width: 191px;
  margin: 0 15px 0 0;
}
.product-review-video-teaser-img {
  display: inline;
  float: left;
  width: 191px;
  margin: 0 15px 0 0;
}
.product-review-gift-card-details {
  display: inline;
  float: left;
  width: 570px;
}
.product-review-gift-card-details h2 {
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 25px 0;
}
.product-review-gift-card-details .value {
  text-transform: uppercase;
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.product-review-gift-card-details .quantity {
  text-transform: uppercase;
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.product-review-gift-card-details .total-gift-card {
  font-size: 10px;
  margin: 45px 0 0 0;
}
.product-review-video-teaser-details {
  display: inline;
  float: left;
  width: 570px;
}
.product-review-video-teaser-details h2 {
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 25px 0;
}
.product-review-video-teaser-details .value {
  text-transform: uppercase;
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.product-review-video-teaser-details .quantity {
  text-transform: uppercase;
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.product-review-video-teaser-details .total-video-teaser {
  font-size: 10px;
  margin: 45px 0 0 0;
}
.product-review-wrap-with-style-details {
  display: inline;
  float: left;
  width: 570px;
}
.product-review-wrap-with-style-details h2 {
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 25px 0;
}
.product-review-wrap-with-style-details .value {
  text-transform: uppercase;
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.product-review-wrap-with-style-details .quantity {
  text-transform: uppercase;
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.product-review-wrap-with-style-details .total-wrap-with-style {
  font-size: 10px;
  margin: 45px 0 0 0;
}
.total-video-teaser {
  font-size: 13px;
  color: #404040;
  margin: 30px 0 15px 0;
}
.total-video-teaser span {
  margin: 0 0 0 20px;
}
.total-wrap-with-style {
  color: #404040;
}
.total-wrap-with-style strong {
  font-size: 14px;
}
.total-wrap-with-style span {
  font-size: 17px;
  margin: 0 0 0 20px;
}
#product-review-totals {
  float: right;
  width: 270px;
  line-height: 1em;
  padding-right: 60px;
  position: relative;
}
#termAndCondCheckbox {
  float: right;
  padding: 10px 0px;
}
#termAndCondCheckbox input {
  float: left;
  display: block;
}
#termAndCondCheckbox label {
  float: left;
  display: block;
  padding-left: 10px;
  line-height: 17px;
}
.final-total-gift-card {
  color: #272727;
  margin: 0 0 7px 0;
}
.final-total-wrap-with-style {
  color: #272727;
  margin: 0 0 7px 0;
}
.description {
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  width: 170px;
  display: block;
  float: left;
}
.amount {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  float: right;
  display: block;
}
.grand-total {
  color: #e8002a;
  margin: 25px 0 50px 0;
}
.grand-total .description {
  font-size: 18px;
}
.grand-total .amount {
  font-size: 18px;
}
.acknowledge-notes {
  font-size: 10px;
  text-align: right;
  margin: 0 0 10px 0;
}
.connector {
  position: absolute;
  top: -102px;
  left: -36px;
  background: url(../images/bg_review-connector.png) no-repeat;
  width: 28px;
  height: 216px;
}
#my-orders-table {
  margin-bottom: 30px;
}
select.formError {
  background-color: #f5f1df;
  color: #f00;
}
input.formError {
  background-color: #f5f1df;
  color: #f00;
}
textarea.formError {
  background-color: #f5f1df;
  color: #f00;
}
.formError {
  background-color: #f5f1df;
  color: #f00;
}
.inlineContent {
  display: inline;
}
.floatingLeft {
  float: left;
}
.floatingRight {
  float: right;
}
#my-shipment-tracking {
  width: 200%;
}
#recently-viewed-items li {
  background-color: transparent;
}
#multiship-addresses-table select {
  width: 350px;
}
.address-details {
  margin-bottom: 30px;
}
#grand_total {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#create-video-teaser-preview {
  padding: 3px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #00aacd;
  width: 676px;
  padding-bottom: 0;
  margin-left: 30px;
}
#popupSneakPeek img {
  float: left;
  width: 260px;
}
.video-homepage-txt {
  padding-top: 35px;
  line-height: 30px;
}
.video-homepage-txt #homepage-title-bottom {
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #48b7c7;
}
.video-homepage-txt #homepage-des-bottom {
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000000;
}
.video-homepage-txt #homepage-des-bottom span {
  margin-left: 5px;
}
#homepage-des-bottom-right {
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #48b7c7;
  line-height: 30px;
}
.desc-right {
  color: #000000;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.desc-tryout-right {
  color: #000000;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#alagift-home-left {
  width: 55%;
  float: left;
  display: none;
}
#alagift-home-right {
  float: left;
  width: 42%;
  border-left: 1px solid #AFAFAF;
  margin-left: 20px;
  display: none;
}
a.home-shop {
  color: #e7663a;
  font-weight: bold;
}
span.home-last-minute {
  color: #e7663a;
}
#create-video-teaser-preview.smallSize {
  width: 523px;
  padding-bottom: 3px;
  margin: 0 100px 30px;
}
.landingTitle h1 {
  text-align: center;
  margin-bottom: 80px;
}
#bannerSelection {
  margin: 0 0 50px 170px;
  position: relative;
}
#shopNow {
  position: absolute;
  top: -59px;
  left: -53px;
}
#productSelection {
  margin: 0 0 50px 71px;
}
#productSelection .productType {
  width: 239px;
  display: inline;
  float: left;
  text-align: center;
}
#productSelection .productType h2 {
  text-transform: uppercase;
  color: #14abba;
  font-weight: bold;
  font-family: verdana;
}
#productSelection .productType p {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: helvetica;
}
#productSelection .productType img {
  margin-bottom: 10px;
}
#productSelection .productType a {
  font-family: verdana;
  font-weight: bold;
  font-size: 11px;
  color: #e60f36;
  text-decoration: none;
  text-transform: uppercase;
}
#productSelection .productType a:hover {
  color: #a60e2a;
}
#csv_upload_file {
  font-size: 11px;
}
.personalizations-preview-teaser .footer-col {
  float: none;
}
.personalizations-preview-teaser .footer-col h3 {
  display: none;
}
#popupPreview {
  -webkit-box-shadow: 2px 2px 8px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 2px 2px 8px rgba(50, 50, 50, 0.8);
  box-shadow: 2px 2px 8px rgba(50, 50, 50, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
  width: 590px;
  cursor: default;
}
#popupPreview h2 {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 20px;
}
#popupPreviewGallery {
  float: left;
  margin-right: 20px;
  width: 392px;
}
#popupPreviewInfo {
  float: left;
}
#popupPreviewInfo .price {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 20px;
}
#previewImageThumb {
  margin: 20px auto 0;
  text-align: center;
  width: 392px;
}
#previewImageThumb li {
  width: 113px;
  height: 98px;
  background-color: white;
  border: 1px solid #d9dad4;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  padding-top: 15px;
}
#previewImageThumb li.selected {
  border: 1px solid #999;
}
#previewImageThumb li.selected-temp {
  border: 1px solid #999;
}
#previewImageLarge img {
  display: none;
}
#customizeTeaserSteps {
  margin: 20px 0;
}
#customizeTeaserSteps li {
  display: inline-block;
  margin-right: 65px;
  height: 103px;
  width: 70px;
}
#customizeTeaserSteps li.last {
  margin-right: 0;
}
#customizeTeaserSteps li.teaserStep1 {
  background: url(../images/teaser-step1.png) no-repeat;
  height: 103px;
  width: 70px;
}
#customizeTeaserSteps li.teaserStep2 {
  background: url(../images/teaser-step2.png) no-repeat;
  height: 103px;
  width: 70px;
}
#customizeTeaserSteps li.teaserStep3 {
  background: url(../images/teaser-step3.png) no-repeat;
  height: 103px;
  width: 70px;
}
#teaserFree {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 85px;
  height: 86px;
  background: url(../images/freeTeaser.png) no-repeat scroll 0 0 transparent;
}
.wrapitwithvideo {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #00B0C7;
  font-size: 22px;
  font-weight: normal;
  line-height: 1em;
  left: 690px;
  position: absolute;
  top: 135px;
}
.content-step {
  background-color: #f3f3f3;
  padding: 15px 0px 15px 30px;
}
.content-step a {
  text-decoration: none;
}
.content-step #step1 {
  width: 70px;
  height: 70px;
}
.content-step #step2 {
  width: 70px;
  height: 70px;
  padding-left: 1px;
}
.content-step #step3 {
  width: 70px;
  height: 70px;
  padding-left: 10px;
}
.content-step #step1_txt {
  padding-top: 20px;
}
.content-step #step2_txt {
  padding-top: 20px;
}
.content-step #step3_txt {
  padding-top: 20px;
}
.homepage_btn {
  position: absolute;
  z-index: 1;
  margin-left: 650px;
  margin-top: 340px;
}
#gci_brand {
  width: 150px !important;
}
span.quick-look {
  display: none;
  position: absolute;
  z-index: 100;
}
span.quick-look a.basic {
  background: none;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
  width: 170px;
  top: 0px;
  left: 0px;
}
span.quick-look a.basic div {
  background: url("../images/images/alagift/alagift_quick_look.png") no-repeat scroll 0 0 transparent;
  height: 46px;
  width: 181px;
}
span.quick-look a.basic span {
  background: url("../images/images/alagift/alagift_quick_look.png") no-repeat scroll 0 0 transparent;
  height: 46px;
  width: 181px;
}
span.quick-look.active {
  display: block;
  top: 70px;
  left: 20px;
}
span.quick-look.digital a.basic div {
  background: url("../images/images/alagift/alagift_quick_customize.png") scroll 0 0 transparent;
  padding: 10px 17px;
  height: auto;
  width: auto;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 20px;
}
span.quick-look.digital a.basic span {
  background: url("../images/images/alagift/alagift_quick_customize.png") scroll 0 0 transparent;
  padding: 10px 17px;
  height: auto;
  width: auto;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 20px;
}
span.quick-look.digital.active {
  left: 30px;
}
.category-products .header-content {
  color: #07A9BD;
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-left: 45px;
  text-transform: uppercase;
  float: left;
  padding-right: 8px;
}
.category-products .small {
  font-weight: 700;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: lowercase;
  font-style: italic;
  color: #AFB4B5;
  text-decoration: none;
}
.category-products .product-price {
  margin: 0 0 0 0px;
}
.category-products .products-holder-content .products-grid .item .product-name-holder a {
  font-size: 12px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #000;
}
.strong-hidden {
  visibility: hidden;
  display: none;
}
.cancel-gift-top a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-bottom: 5px;
  padding-top: 10px;
}
.cancel-gift-top a span.title {
  color: #37b1d2;
  font-size: 1.3em;
  font-weight: bold;
}
.bottom-nothank {
  background-color: #fff;
  bottom: 0;
  height: 50px;
  left: 0;
}
.bottom-nothank a {
  color: #37b1d2;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  height: 50px;
  text-align: center;
  text-decoration: none;
}
.ajaxLoadingOverlayPurl {
  overflow: hidden;
}
.ajaxLoadingOverlay {
  width: 190px;
  height: 75px;
  position: fixed;
  margin-left: -85px;
  margin-top: -35px;
}
.ajax-please-wait-loading {
  border: 5px solid #f3b66f;
  font-size: 12px;
  background-color: #FFFFFF;
  padding: 30px;
  white-space: nowrap;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 10px 10px 50px 20px #f2f2f2;
  -webkit-box-shadow: 10px 10px 50px 20px #f2f2f2;
  box-shadow: 10px 10px 50px 20px #f2f2f2;
}
.icon-loading {
  position: fixed;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C0C0C0;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  left: 55%;
  margin: -80px 0 0 -146px;
  padding: 20px;
  top: 50%;
  white-space: nowrap;
  z-index: 99;
}
.holderPreviewWrapper {
  margin-top: 20px;
  margin-left: 20px;
}
.toolbar-teaser {
  border-bottom: 3px dotted;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.select-teaser {
  margin-right: 6px;
  margin-left: 35px;
}
.teaser-customize {
  background: none repeat scroll 0 0 #f7f6f6;
  border: 10px solid #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0 5px 5px #d9d9d9;
  -webkit-box-shadow: 0 0 5px 5px #d9d9d9;
  box-shadow: 0 0 5px 5px #d9d9d9;
  position: relative;
}
#pixfusion-logo {
  position: absolute;
  bottom: 8%;
  text-align: center;
  left: 26%;
}
.card-holder-price-container {
  text-align: left;
  padding-left: 56px;
}
.card-holder-dimensions {
  color: #04a7be;
}
.card-holder-price {
  color: #7d7d7d;
}
.card-holder-price a {
  color: #7d7d7d;
}
.holder-line-space {
  margin-bottom: 10px;
}
.red-price .price {
  color: #e73b00;
}
.view-more-link {
  color: #828282;
  font-style: italic;
  padding-left: 5px;
}
.teaser-nothank {
  float: left;
  margin-left: 100px;
  margin-top: 10px;
}
.teaser-nothank a {
  color: #FF0000 !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.teaser-nothank a:hover {
  color: #FF0000 !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.teaser-nothank a:active {
  color: #FF0000 !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.gift-holder-price-container {
  color: #e73b00;
  text-align: center;
}
.greeting-bubble-container {
  position: absolute;
  right: 100px;
  top: -15px;
}
.mail-box-desc {
  float: left;
  margin-top: 33px;
  font-size: 18px;
  font-weight: bold;
}
.greeting-description-containter {
  float: right;
  margin-top: 30px;
  line-height: 20px;
  display: none;
}
.greeting-description-containter a.desc-first {
  color: #e73b00;
  font-size: 18px;
  text-decoration: underline;
}
.greeting-description-containter a.desc-last {
  color: #000;
  font-size: 16px;
  margin-top: 44px;
}
.gift-cancel-button {
  float: left;
  font-size: 16px;
  color: #C8C8C8;
  margin-left: 20px;
  padding-top: 10px;
}
.gift-cancel-button a {
  color: #969696;
}
.gift-continue-button {
  margin-left: 50px;
}
div.learn-more-des {
  font-weight: normal;
  font-size: 13px;
  padding-top: 10px;
  display: none;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif !important;
  line-height: 18px;
}
div.learn-more-des span {
  text-decoration: underline;
}
div.gift-continue-button button#add_to_cart {
  background: none;
  color: #000;
  border: 3px solid;
  width: 180px;
}
div.gift-continue-button button#personalize_giftcard {
  width: 180px;
}
div.send-your-gift {
  position: relative;
  margin-top: 20px;
}
div.send-your-gift-des {
  color: #c3d72d;
  position: absolute;
  top: 0;
}
div.send-your-gift-des span {
  display: block;
}
div.card-rotate {
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  position: relative;
  float: right;
  top: -60px;
  right: 15px;
  height: 25px;
}
.gift-image-popup {
  width: 335px;
  margin: 0 0 0 10px;
}
div.breadcrumbs-numbers .no1-available {
  float: left;
  color: #07a9bd;
  padding: 3px 10px 0px 0px;
  background: url("../images/no1-active.png") no-repeat 0px 0px;
  height: 20px;
}
div.breadcrumbs-numbers .no1-disable {
  color: #d9d9d9;
  float: left;
  padding: 3px 10px 0px 0px;
  background: url("../images/no1.png") no-repeat 0px 0px;
  height: 20px;
}
div.breadcrumbs-numbers .no2-available {
  float: left;
  color: #07a9bd;
  padding: 3px 10px 0px 0px;
  background: url("../images/no2-active.png") no-repeat 0px 0px;
  height: 20px;
}
div.breadcrumbs-numbers .no2-disable {
  color: #d9d9d9;
  float: left;
  padding: 3px 10px 0px 0px;
  background: url("../images/no2.png") no-repeat 0px 0px;
  height: 20px;
}
div.breadcrumbs-numbers .no3-available {
  float: left;
  color: #07a9bd;
  padding: 3px 10px 0px 0px;
  background: url("../images/no3-active.png") no-repeat 0px 0px;
  height: 20px;
}
div.breadcrumbs-numbers .no3-disable {
  color: #d9d9d9;
  float: left;
  padding: 3px 10px 0px 0px;
  background: url("../images/no3.png") no-repeat 0px 0px;
  height: 20px;
}
div.breadcrumbs-numbers .no4-available {
  float: left;
  color: #07a9bd;
  padding: 3px 10px 0px 0px;
  background: url("../images/no4-active.png") no-repeat 0px 0px;
  height: 20px;
}
div.breadcrumbs-numbers .no4-disable {
  color: #d9d9d9;
  float: left;
  padding: 3px 10px 0px 0px;
  background: url("../images/no4.png") no-repeat 0px 0px;
  height: 20px;
}
.no1-available a.step {
  padding-right: 25px;
}
.no1-disable a.step {
  padding-right: 25px;
}
.no2-available a.step {
  padding-right: 25px;
}
.no2-disable a.step {
  padding-right: 25px;
}
.no3-available a.step {
  padding-right: 25px;
}
.no3-disable a.step {
  padding-right: 25px;
}
.no4-available a.step {
  padding-right: 25px;
}
.no4-disable a.step {
  padding-right: 25px;
}
.sound-selections a:hover {
  text-decoration: none !important;
}
#digital-detail-tip-detail {
  margin-bottom: 10px;
}
#digital-detail-tip-detail h3 {
  color: #E73B00;
}
#digital-detail-tip-detail .secondtext {
  padding-bottom: 15px;
  padding-top: 15px;
}
#digital-detail-tip-detail .digital-tip-list {
  list-style: disc outside none;
  padding-left: 15px;
}
.toolbar-greeting {
  border-top: 3px dotted;
  margin-top: 10px;
  padding-top: 15px;
  height: 30px;
}
.toolbar-greeting .title {
  color: #07A9BD;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.video-flash-object {
  background: none repeat scroll 0 0 #DDE7EB;
  padding: 10px 10px 30px;
  text-align: center;
}
#social {
  position: absolute;
  left: 430px;
  top: 12px;
}
#social p {
  float: left;
  padding-top: 5px;
  padding-right: 5px;
}
#qty-wrap {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
}
.bottom-content {
  margin-left: 40px !important;
}
#teaserPricingTip h3 {
  color: #E73B00;
}
.csv-formats-error {
  width: 245px;
  color: red;
  font-size: 11px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.csv-multiteaser-error {
  width: 400px !important;
}
.cms-mobile-app {
  padding: 0;
}
.mobile-app-container {
  margin: 20px auto auto;
  position: relative;
  width: 960px;
  padding-bottom: 20px;
  height: 560px;
  text-align: center;
}
.mobile-app-header {
  margin-bottom: 10px;
  text-align: left;
}
.mobile-app-main-container {
  overflow: hidden;
  box-shadow: 0 0 3px #D0D0D0;
  margin: 25px 0 0 0;
  padding: 70px 0 100px 20px;
}
.mobile-app-img-left {
  overflow: hidden;
  float: left;
  text-align: left;
}
.mobile-app-text-right {
  overflow: hidden;
  float: left;
  padding: 285px 0 0 30px;
}
.mobile-app-store {
  position: absolute;
  right: 515px;
  top: 1080px;
}
.mobile-app-google-play {
  position: absolute;
  right: 120px;
  top: 1080px;
}
.mobile-app-no-thank img {
  margin-top: 15px;
}
.multiteaser-head img {
  width: 900px;
  padding-bottom: 17px;
}
.multiteaser-col-main {
  margin: 40px 0 0 60px;
}
.multiteaser-col-main .multiteaser-simple-toolbar {
  background: url("../images/bulkupload/skinny-bar.png") repeat-x scroll 0 0 transparent;
  border: 1px solid #E5E5E5;
  height: 32px;
  padding: 0px 10px;
  width: 878px;
}
.multiteaser-col-main #play-in-sandbox {
  width: 900px;
}
.multiteaser-step {
  margin: 40px 0 40px 35px;
  padding: 10px;
}
.multiteaser-step a {
  text-decoration: underline;
  color: inherit;
}
.multiteaser-step .multiteaser-step-general span {
  display: block;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  margin: 12px 0 0 35px;
  font-size: 16px;
}
.multiteaser-step .multiteaser-step-general .second-line {
  margin: 3px 0 0 35px;
}
.multiteaser-step .multiteaser-step-general .step-content {
  margin: 10px 0 0 35px;
}
.multiteaser-step .multiteaser-step1-active p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #e73b00;
  font-size: 28px;
  float: left;
  padding-right: 10px;
}
.multiteaser-step .multiteaser-step1-active .img {
  background: url("../images/bulkupload/triangle-symbol-active.png") no-repeat;
  width: 17px;
  height: 15px;
  vertical-align: bottom;
  float: left;
  background-size: 94%;
  margin-top: 3px;
}
.multiteaser-step .multiteaser-step1-inactive p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #4e4d50;
  font-size: 28px;
  float: left;
  padding-right: 10px;
}
.multiteaser-step .multiteaser-step1-inactive .img {
  background: url("../images/bulkupload/triangle-symbol-inactive.png") no-repeat;
  width: 17px;
  height: 15px;
  vertical-align: bottom;
  float: left;
  background-size: 70%;
  margin-top: 3px;
}
.multiteaser-step .multiteaser-step2 {
  margin-top: 60px;
}
.multiteaser-step .multiteaser-step2 .step-content img {
  width: 125px;
  cursor: pointer;
}
.multiteaser-step .multiteaser-step2-active p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #e73b00;
  font-size: 28px;
  float: left;
  padding-right: 10px;
}
.multiteaser-step .multiteaser-step2-active .img-symbol {
  background: url("../images/bulkupload/triangle-symbol-active.png") no-repeat;
  width: 17px;
  height: 15px;
  vertical-align: bottom;
  float: left;
  background-size: 94%;
  margin-top: 3px;
}
.multiteaser-step .multiteaser-step2-active .step-content {
  display: block;
}
.multiteaser-step .multiteaser-step2-inactive p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #4e4d50;
  font-size: 28px;
  float: left;
  padding-right: 10px;
}
.multiteaser-step .multiteaser-step2-inactive .img-symbol {
  background: url("../images/bulkupload/triangle-symbol-inactive.png") no-repeat;
  width: 17px;
  height: 15px;
  vertical-align: bottom;
  float: left;
  background-size: 70%;
  margin-top: 3px;
}
.multiteaser-step .multiteaser-step2-inactive .step-content {
  display: none;
}
.multiteaser-step .multiteaser-step3 {
  margin-top: 60px;
}
.multiteaser-step .multiteaser-step3-active p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #e73b00;
  font-size: 28px;
  float: left;
  padding-right: 10px;
}
.multiteaser-step .multiteaser-step3-active .img-symbol {
  background: url("../images/bulkupload/triangle-symbol-active.png") no-repeat;
  width: 17px;
  height: 15px;
  vertical-align: bottom;
  float: left;
  background-size: 94%;
  margin-top: 3px;
}
.multiteaser-step .multiteaser-step3-active .step-content {
  display: block;
}
.multiteaser-step .multiteaser-step3-inactive p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #4e4d50;
  font-size: 28px;
  float: left;
  padding-right: 10px;
}
.multiteaser-step .multiteaser-step3-inactive .img-symbol {
  background: url("../images/bulkupload/triangle-symbol-inactive.png") no-repeat;
  width: 17px;
  height: 15px;
  vertical-align: bottom;
  float: left;
  background-size: 70%;
  margin-top: 3px;
}
.multiteaser-step .multiteaser-step3-inactive .step-content {
  display: none;
}
.multiteaser-step .multiteaser-step4 {
  margin-top: 60px;
}
.multiteaser-step .multiteaser-step4-active p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #e73b00;
  font-size: 28px;
  float: left;
  padding-right: 10px;
}
.multiteaser-step .multiteaser-step4-active .img-symbol {
  background: url("../images/bulkupload/triangle-symbol-active.png") no-repeat;
  width: 17px;
  height: 15px;
  vertical-align: bottom;
  float: left;
  background-size: 94%;
  margin-top: 3px;
}
.multiteaser-step .multiteaser-step4-active .step-content {
  display: block;
}
.multiteaser-step .multiteaser-step4-active .step-content .wrapper-dropdown span {
  display: block;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  margin: 5px 25px 0 5px;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiteaser-step .multiteaser-step4-active .step-content .wrapper-dropdown a {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.multiteaser-step .multiteaser-step4-active .step-content textarea {
  padding: 15px;
}
.multiteaser-step .multiteaser-step4-active .step-content #multiteaser-step4-save img {
  width: 75px;
  z-index: 15;
  margin-left: 270px;
}
.multiteaser-step .multiteaser-step4-inactive p {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #4e4d50;
  font-size: 28px;
  float: left;
  padding-right: 10px;
}
.multiteaser-step .multiteaser-step4-inactive .img-symbol {
  background: url("../images/bulkupload/triangle-symbol-inactive.png") no-repeat;
  width: 17px;
  height: 15px;
  vertical-align: bottom;
  float: left;
  background-size: 70%;
  margin-top: 3px;
}
.multiteaser-step .multiteaser-step4-inactive .step-content {
  display: none;
}
.multi-teaser-customize {
  padding: 0 !important;
}
#fancybox-content .csv-info-head {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 29px;
  color: #e73b00;
  margin-top: 15px;
}
#fancybox-content .csv-info {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #e73b00;
  margin-top: 15px;
}
#fancybox-content .csv-info-middle {
  color: #555555;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 45px;
}
#fancybox-content .csv-re-upload {
  display: inline-block;
  margin-right: 50px;
}
#fancybox-content .csv-ok {
  display: inline-block;
}
#fancybox-content .csv-ok #csv-re-upload-btn {
  color: #fff;
  background-color: #48b7c7;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 7px 35px;
  text-decoration: none;
}
#fancybox-content #csv-re-upload-btn {
  color: #fff;
  background-color: #48b7c7;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 9px;
  text-decoration: none;
}
#fancybox-content #csv-re-upload-btn:HOVER {
  background-color: #e73b00;
}
#fancybox-content .csv-re #csv-re-upload-btn {
  color: #fff;
  background-color: #48b7c7;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 6px 9px;
  text-decoration: none;
}
#fancybox-content .csv-continue {
  display: inline-block;
}
#fancybox-content #csv-continue-btn {
  color: #fff;
  background-color: #48b7c7;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 9px;
  text-decoration: none;
}
#fancybox-content #csv-continue-btn:HOVER {
  background-color: #e73b00;
}
.multiteaser-step1 #download-wrap {
  position: absolute;
  margin-left: 250px;
  margin-top: -12px;
  opacity: 0;
}
.gift-card-new-image {
  position: absolute;
  right: 5px;
  top: 0;
}
.predesigned-new-image {
  position: absolute;
  top: -8px;
  left: 210px;
}
.number-of-photos img {
  margin: 5px 7px 2px 0px;
}
.toggle-images {
  cursor: pointer;
  margin-top: 3px;
}
.giftcard-carousels {
  position: relative;
  width: 1000px;
  margin: 40px 0 45px;
}
.giftcard-carousels .jcarousel {
  width: 900px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.giftcard-carousels .jcarousel ul {
  list-style: none;
  position: relative;
  margin-top: 6px;
}
.giftcard-carousels .jcarousel ul li {
  width: 150px;
  margin: 0px 15px;
  height: 105px;
  float: left;
}
.giftcard-carousels .jcarousel ul li img {
  width: 100%;
  cursor: pointer;
}
.giftcard-carousels .jcarousel ul li .discount-percentage {
  background-color: #b72f24;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -6px;
  right: -12px;
  border-radius: 50%;
}
.giftcard-carousels .jcarousel ul li .discount-percentage span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.giftcard-carousels .jcarousel ul li .discount-special-offer {
  background-color: #b72f24;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -6px;
  right: -12px;
  border-radius: 50%;
}
.giftcard-carousels .jcarousel ul li .discount-special-offer span {
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.giftcard-carousels .prev-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 105px;
  color: #fff;
  left: 0;
}
.giftcard-carousels .prev-stage img {
  height: 40px;
  margin-top: 140px;
  float: left;
}
.giftcard-carousels .prev-stage:hover img {
  display: block;
}
.giftcard-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 105px;
  color: #fff;
  right: 0;
}
.giftcard-carousels .next-stage img {
  height: 40px;
  margin-top: 140px;
  float: right;
}
.giftcard-carousels .next-stage:hover img {
  display: block;
}
.giftcard-carousels .prev-stage.inactive {
  display: none;
}
.giftcard-carousels .next-stage.inactive {
  display: none;
}
.giftcards-carousel.giftcard-detail {
  margin: auto;
  width: 680px;
  padding: 0px 10px;
  overflow: auto;
  background: #fff;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #5D5D5D;
  font-size: 13px;
}
.giftcards-carousel.giftcard-detail .box-inner-left {
  float: left;
  text-align: center;
  width: 53%;
  padding: 35px 5% 30px 0px;
}
.giftcards-carousel.giftcard-detail .box-inner-left img {
  padding-bottom: 25px;
  width: 100%;
}
.giftcards-carousel.giftcard-detail .gift-image-popup {
  margin: 0px;
  width: 100%;
}
.giftcards-carousel.giftcard-detail .box-inner-right {
  font-weight: bold;
  padding: 0 0 0 5%;
  width: 36%;
  margin: 35px 0px 20px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  float: left;
  border-left: 2px solid #ddd;
}
.giftcards-carousel.giftcard-detail .box-inner-right .top-content h1 {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.giftcards-carousel.giftcard-detail .box-inner-right .top-content h1.carousel-product-name {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #000;
  line-height: 40px;
  margin-top: -10px;
  padding-top: 0;
}
.giftcards-carousel.giftcard-detail .box-inner-right div {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.giftcards-carousel.giftcard-detail .box-inner-right .mid-content {
  margin: 0px;
  overflow: hidden;
}
.giftcards-carousel.giftcard-detail .box-inner-right .choose-options {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  padding: 8px 0;
}
.giftcards-carousel.giftcard-detail input {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.giftcards-carousel.giftcard-detail select {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.giftcards-carousel.giftcard-detail textarea {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.giftcards-carousel.giftcard-detail button {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.giftcards-carousel.giftcard-detail .gift-continue-button {
  width: 160px;
  float: left;
  margin-left: 0px;
}
.giftcards-carousel.giftcard-detail #card-info-section {
  float: left;
  margin: 0;
  width: 100%;
}
.giftcards-carousel.giftcard-detail #card-info-section ul {
  margin: 0;
  text-align: left;
  font-size: 13px;
  width: 100%;
}
.giftcards-carousel.giftcard-detail #card-info-section li {
  background-color: #fff;
  color: #5D5D5D;
  padding: 5px 0px 5px 0;
  margin: 0px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.giftcards-carousel.giftcard-detail #card-info-section li:first-child {
  padding: 5px 5px 5px 0;
}
.giftcards-carousel.giftcard-detail #card-info-section li.last {
  padding: 5px 0 5px 0;
  float: right;
}
.giftcards-carousel.giftcard-detail #card-info-section li.current {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.giftcards-carousel.giftcard-detail #card-info-content {
  background: none repeat scroll 0 0 #f3f3f3;
  padding: 10px 15px;
  text-align: left;
  margin: 0px;
  font-size: 11px;
}
.giftcards-carousel.giftcard-detail #card-info-content div {
  top: 0px;
}
.giftcards-carousel.giftcard-detail .top-content {
  margin-left: 0px;
  text-align: left;
  width: 100%;
}
.giftcards-carousel.giftcard-detail .gift-cancel-button {
  float: left;
  margin: 0px;
  color: #4A4848;
  font-size: 14px;
  padding: 5px 0px 0px;
}
#cropimage_overlay {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 120;
}
.giftcards-carousel .box-inner-right .top-content h1 {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 8px 0;
}
.giftcards-carousel select#cardValue {
  font-size: 18px;
  line-height: 24px;
  height: 30px;
  width: 135px;
  color: #5d5d5d;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.giftcards-carousel .button {
  background: none repeat scroll 0 0 #000;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 38px;
  margin: 12px 0px 0px 0px;
  position: relative;
  width: 160px;
}
.giftcards-carousel .button:hover {
  background: none repeat scroll 0 0 #bfdb2f;
}
.giftcards-carousel #digital-radio {
  float: left;
  margin-top: 1px;
  margin-left: 2px;
}
.giftcards-carousel #physical-radio {
  float: left;
  margin-top: 1px;
  margin-left: 2px;
}
.giftcards-carousel label {
  float: left;
  margin-left: 5px;
  font-size: 12px;
  color: #ccc;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.giftcards-carousel label.active {
  color: #434343;
}
.giftcards-carousel a.gift-back-button {
  color: #b5b5b5;
}
.box-inner-right2 .top-content h1 {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 8px 0;
}
#fancybox-close.close-fancybox-carousel {
  right: 5px;
  top: 5px;
  background: url('../images/html5design/close-fancybox.png');
}
.catalogsearch-result-index .col1-layout .products-grid {
  width: 830px;
}
.top-tab-headers {
  font-size: 16px;
}
@media (max-width: 768px) {
}
.top-tab-headers img {
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 768px) {
  .top-tab-headers .top-header-content {
    margin: 0 -19px;
  }
}
.top-tab-headers .top-header-content a {
  color: #222;
  display: inline-block;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.top-tab-headers .top-header-content a.active {
  color: #08BDD8 !important;
}
.top-tab-headers .top-header-content a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .top-tab-headers .top-header-content a {
    line-height: 34px;
    margin: 0 19px;
  }
}
.top-tab-headers .top-header-content #button_digital_top {
  color: #000;
  margin-left: 0;
  margin-right: 3px;
  margin-top: 0;
  cursor: pointer;
  position: relative;
  background-image: url(about:blank);
}
@media (max-width: 768px) {
  .top-tab-headers .top-header-content #button_digital_top {
    display: none;
  }
}
.top-tab-headers .divider-header {
  color: #000;
  display: inline-block;
  line-height: 47px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .top-tab-headers .divider-header {
    display: none;
  }
}
@media (min-width: 769px) {
  .top-tab-menu-items #nav > li > ul {
    background: #fff;
    display: none;
    left: 0;
    margin: 0;
    padding: 0 17px 8px;
    position: absolute;
    top: 100%;
  }
  .top-tab-menu-items #nav > li > ul > li {
    margin-right: 0;
  }
  .top-tab-menu-items #nav > li > ul > li a {
    font-size: 11px;
  }
  .top-tab-menu-items #nav > li > ul > li:last-child a {
    margin: 0;
  }
  .top-tab-menu-items #nav > li:hover > ul {
    display: block;
    z-index: 2;
  }
}
#button_digital_top {
  font-family: 'Nunito-SemiBold', Arial, Helvetica, sans-serif;
  font-style: italic;
}
@media (min-width: 769px) {
  .nav-container.digital {
    float: right;
  }
}
.nav-container.digital .menu-item.photobook {
  display: block;
}
.nav-container.digital .menu-item.videogreeting {
  display: block;
}
.nav-container.digital .menu-item.music {
  display: block;
}
.nav-container.digital img.top_digital {
  display: block;
}
@media (min-width: 769px) {
  .nav-container.physical {
    float: right;
  }
}
.nav-container.physical .menu-item.photobook {
  display: none;
}
.nav-container.physical .menu-item.videogreeting {
  display: none;
}
.nav-container.physical .menu-item.music {
  display: none;
}
.nav-container.physical img.top_physical {
  display: block;
}
.nav-container.default img.top_digital_physical {
  display: block;
}
a.occasion-digital:hover {
  color: #000;
  font-weight: normal !important;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif !important;
}
a.occasion-digital:active {
  color: #000;
  font-weight: normal !important;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif !important;
}
a.occasion-mail:hover {
  color: #000;
  font-weight: normal !important;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif !important;
}
a.occasion-mail:active {
  color: #000;
  font-weight: normal !important;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif !important;
}
.menu-active > a {
  color: #08BDD8 !important;
}
.menu-active ul li > a {
  color: #838383 !important;
}
.menu-active ul li > a:hover {
  color: #08BDD8 !important;
}
#upload_content .flash object {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.divider-line-photobook-delivery {
  height: 3px;
  margin-top: -40px;
  position: relative;
  width: 100%;
}
#teaser-header-photobook-message {
  text-align: left;
  margin-left: 73px;
  margin-bottom: 30px;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
}
#teaser-header-photobook-message p {
  color: #ff6666;
  font-size: 45px;
  text-align: left;
}
#teaser-header-photobook-message p em {
  font-size: 45px;
  font-family: 'Nunito-SemiBold', Arial, Helvetica, sans-serif;
}
#teaser-header-photobook-message > p > strong {
  color: red;
}
.connect-to-another {
  font-size: 20px;
  margin: 0 0 40px 73px;
  line-height: 35px;
  float: left;
}
#notice-back-teaser {
  color: #92d3df;
  float: right;
  font-size: 15px;
  margin-right: 85px;
  margin-top: -40px;
  position: relative;
}
.product-type {
  color: #72bfd4;
  font-weight: bold;
  text-transform: uppercase;
}
.triangle-right > img {
  height: 25px;
  margin-left: -5px;
  margin-top: -5px;
  width: 25px;
}
.connect-to-another.have-giftcard {
  float: left;
  font-size: 20px;
  line-height: 35px;
  margin: 30px 0 40px 73px;
}
.perfect-gift {
  margin: 20px 0;
  margin-top: -11px;
  text-align: center;
}
.perfect-gift .perfect-gift-des {
  color: #000;
  font-size: 14px;
  background-color: white;
}
.perfect-gift .perfect-gift-des img {
  width: 50px;
  margin-top: -15px;
  padding: 0 10px;
}
.perfect-gift .perfect-gift-des .gift-cards {
  font-weight: bold;
  font-size: 18px;
}
.perfect-gift .perfect-gift-des .always-perfect-gift {
  color: #6b7476;
}
.perfect-gift-rule {
  border: 1px solid #ededed;
}
button#personalize_giftcard {
  background: url("../images/images/bows_on_personalizations.png") no-repeat;
  background-color: #000;
}
a.b2b {
  color: #4c4c4c;
}
a.b2b:hover {
  color: #000;
}
.for-blogs {
  color: #4c4c4c;
  float: right;
  font-size: 12px;
  position: relative;
  top: 11px;
  display: none;
}
.for-blogs a {
  color: #4c4c4c;
}
.for-blogs a:hover {
  color: #000;
}
.apple-bees-message {
  color: #f32d0a;
  font-size: 16px;
  left: 390px;
  line-height: 20px;
  position: absolute;
  width: 380px;
  margin: auto;
}
.discountedPrice {
  color: #ff3333;
}
.hide-gifttokens {
  display: none;
}
li.gifttokens sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
  line-height: 0;
}
.store-credit-balance {
  padding-bottom: 45px;
  padding-left: 20px;
}
.store-credit-balance p {
  font-size: 15px;
}
.balance-label {
  padding-right: 15px;
}
.store-credit-code-form {
  padding-left: 20px;
}
.store-credit-code-form h2 {
  padding-bottom: 10px;
}
#credit_apply_btn {
  width: 60px;
  height: 24px;
  font-size: 13px;
  background-color: #000;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  padding-bottom: 3px;
  cursor: pointer;
}
.store-credit-message-error {
  color: #FF0000;
  padding-top: 5px;
}
.store-credit-message-success {
  color: #000;
  padding-top: 5px;
}
.input-credit-code {
  padding-right: 5px;
}
.store-credit-element {
  display: inline-flex;
}
.store-credit-checkout-label {
  font-size: 12px !important;
}
.store-credit-checkout-value {
  font-size: 14px !important;
}
.store-credit-checkout-label-review {
  font-size: 11px !important;
}
.store-credit-checkout-value-review {
  font-size: 12px !important;
}
#cookies_main_content {
  text-align: left;
}
#cookies_background {
  position: relative;
  background-image: url('/skin/frontend/gci/giftcardshop/images/cookie_gift_token/background_page2_small.png');
  width: 1100px;
  height: 450px;
  left: -100px;
  top: 300px;
  background-repeat: no-repeat;
}
#cookies_content_top {
  position: absolute;
  top: -240px;
  left: 110px;
  font-family: 'Conv_Archer-Medium-Pro';
}
#text_content_top_1 {
  line-height: 1;
  font-family: 'Conv_Archer-Medium-Pro';
}
.text_top_1 {
  font-size: 55px;
  color: #c3d72d;
  font-weight: bold;
}
#text_font_value {
  font-style: italic;
  font-weight: normal;
}
#text_content_top_2 {
  margin-top: 20px;
  line-height: 1.2;
}
#text_top_2 {
  color: #c4d72e;
  font-size: 1.9em;
  font-weight: bold;
}
#text_top_2_TM {
  font-size: 0.8em;
  position: absolute;
}
#text_top_2_app {
  padding-left: 25px;
}
#text_promocode {
  font-size: 1.5em;
  color: #7b7b7b;
}
#text_smartcookies {
  font-weight: bold;
}
#cookies_img_content {
  margin: 40px 0 20px 0;
}
#cookies_appstore {
  margin-right: 20px;
}
#text_top_3 {
  margin-bottom: 3px;
}
#text_top_4 {
  font-weight: bold;
}
#img_handphone {
  margin-top: -250px;
  margin-left: 665px;
}
#cookies_content_bottom {
  overflow: hidden;
  margin: 40px 0;
  width: 1100px;
}
.content_bottom {
  float: left;
  margin-left: 15px;
  width: 250px;
  text-align: center;
}
.content_bottom_1 {
  float: left;
  margin-left: 10px;
  width: 250px;
  text-align: center;
}
.content_bottom_2 {
  float: left;
  margin-left: 15px;
  text-align: center;
}
#text_bottom_1 {
  width: 100%;
  margin-left: -60px;
  margin-top: 10px;
  color: #535353;
}
#text_bottom_2 {
  font-weight: bold;
}
#text_bottom_3 {
  width: 100%;
  margin-left: -60px;
  margin-top: 10px;
  color: #535353;
}
#text_bottom_4 {
  width: 100%;
  margin-left: -60px;
  margin-top: 10px;
  color: #535353;
}
#text_bottom_5 {
  width: 100%;
  margin-left: 5px;
  margin-top: 10px;
  color: #13bfd5;
  font-style: italic;
}
.cookies_text_mobile {
  display: none;
}
#main_offer {
  position: relative;
  background-image: url('/skin/frontend/gci/giftcardshop/images/offer/background_page1.png');
  width: 1100px;
  height: 450px;
  top: 50px;
}
#img_content_offer {
  position: relative;
  width: 950px;
  height: 280px;
  top: 70px;
  left: 70px;
}
#content_offer {
  position: absolute;
  top: 60px;
  right: 60px;
}
.text_input {
  width: 240px;
  padding: 5px 0px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.button_input {
  width: 240px;
  background: none repeat scroll 0 0 #000;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  padding: 9px 14px;
}
#img_content {
  width: 950px;
  height: 280px;
  background-image: url('/skin/frontend/gci/giftcardshop/images/offer/background_white2_page1.png');
  background-repeat: no-repeat;
}
.input_error {
  width: 240px;
}
.confetti_envelop {
  width: 40%;
  float: left;
  padding-top: 15px;
  position: relative;
  height: 40px;
}
.text_confetti {
  position: absolute;
  top: 20px;
  font-size: 0.9em;
}
.white_envelop {
  width: 50%;
  float: left;
  padding-top: 15px;
  margin-left: 30px;
  position: relative;
  height: 40px;
}
.carousel-card-container {
  height: 100%;
  position: relative;
}
.carousel-button-center-left {
  left: -659px;
  top: -75px;
}
.table-wrapper {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 95px;
  max-width: 355px;
}
.table-wrapper .table-inner {
  border: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 100px;
  min-width: 355px;
}
.table-wrapper .table-inner .row-title {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  vertical-align: top;
}
.table-wrapper .table-inner .row-title .first.box.empty {
  width: 100px;
  font-size: 12px;
}
.table-wrapper .table-inner .row-title .box {
  width: 45px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.table-wrapper .table-inner .row-info .box {
  width: 45px;
  display: inline-block;
  font-size: 12px;
}
.table-wrapper .table-inner .row-info .first.box.filled {
  width: 100px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
.table-wrapper .table-inner .row {
  min-height: 25px;
  line-height: 25px;
}
.table-wrapper .gray {
  background: #f4f4f4;
}
.mid-content .right-row #buttonContinue {
  background: #c5d80c;
  border-radius: 0 !important;
  border: 0 !important;
  text-transform: uppercase;
  min-width: 175px;
}
.mid-content .fifty-percent {
  width: 50%;
  float: left;
  margin-top: 80px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 60px;
}
.wrapper-box {
  display: inline-block;
  width: 130%;
  text-align: left;
  color: #989898;
  margin: 20px 0 20px 10px;
}
.wrapper-box span {
  display: inline-block;
}
.wrapper-box span.title {
  font-size: 16px;
  margin-bottom: 25px;
}
.wrapper-box span.info {
  font-size: 14px;
  margin-bottom: 3px;
  width: 100%;
  display: inline-block;
}
.wrapper-box span.info span.info-title {
  min-width: 120px;
}
.checkout-register #checkout-step-login .checkout-table-second {
  background: #F4F4F4;
  -webkit-box-shadow: 0px 0px 2px 0px #d3d3d3;
  -moz-box-shadow: 0px 0px 2px 0px #d3d3d3;
  box-shadow: 0px 0px 2px 0px #d3d3d3;
  padding: 10px 30px;
}
.checkout-register #checkout-step-login .checkout-table {
  padding: 15px 30px;
  border: 1px solid #D3D3D3;
  min-height: 299px;
}
.checkout-register #checkout-step-login .checkout-table ul li {
  text-align: right;
  margin-bottom: 3px;
}
.checkout-register #checkout-step-login .checkout-table ul li span {
  margin-left: 20px;
  font-weight: bold;
  display: inline-block;
}
.checkout-register #checkout-step-login .totals-check {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  border-top: 1px solid #D3D3D3;
}
.checkout-register #checkout-step-login .totals-check span {
  font-size: 20px;
  display: inline-block;
  width: 37%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-register #checkout-step-login .totals-check label {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-register #checkout-step-login .col2-set {
  margin-top: 10px;
}
.checkout-register #checkout-step-login .col2-set .col-2.loginDivider {
  border-left: 0px;
  padding-left: 0px;
}
.checkout-register #checkout-step-login .col2-set .col-2 {
  width: 39%;
  margin-right: 0px;
}
.checkout-register #checkout-step-login .btn-container {
  margin-top: 0px !important;
}
.checkout-register #login-form .log-form .input-box .input-text {
  width: 98%;
}
.checkout-register #login-form .log-form .input-box input {
  padding-left: 10px;
}
.checkout-register #onepage-guest-register-button {
  width: 56%;
  background-color: #C5D80C !important;
  margin-top: 15px;
  height: 38px;
}
.checkout-register .login-container {
  padding-left: 30px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.checkout-register .login-container #login-form .log-form .input-box {
  float: left;
}
.checkout-register .login-container h3 {
  margin-bottom: 5px !important;
  color: #737373;
}
.checkout-register #login-select {
  border: 1px solid #D3D3D3;
  padding: 0px 20px;
  width: 50%;
  padding-top: 20px;
  -webkit-box-shadow: 0px 0px 2px 0px #d3d3d3;
  -moz-box-shadow: 0px 0px 2px 0px #d3d3d3;
  box-shadow: 0px 0px 2px 0px #d3d3d3;
}
.checkout-register #login-select .form-list-ala .control label {
  margin-left: 8px;
}
.checkout-register #login-password {
  margin-top: 0px;
}
.checkout-register .form-list input[type="text"] {
  border: 1px solid #D3D3D3;
}
.checkout-register .form-list input[type="password"] {
  border: 1px solid #D3D3D3;
}
.checkout-register .multistep .txt {
  display: none;
}
.checkout-register .opc {
  overflow: visible !important;
}
.checkout-register .opc .form-list .input-box {
  margin-right: 0px;
}
.checkout-register .opc .step {
  width: 100%;
}
.checkout-register .page-title-check {
  color: #19C1D7 !important;
}
.checkout-register #checkoutSteps {
  min-height: 500px;
  width: 54%;
  display: inline-block;
}
.btn-enabled {
  background: #000 !important;
}
.btn-disabled {
  background: #CDCDCD !important;
}
.price-total {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.input-box button {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  font-size: 12px;
  background-color: #000;
  height: 28px;
}
.totals-check span {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.terms-cond p {
  width: 75%;
}
#agreeToTos {
  margin-top: 2px;
}
.list-qty p {
  color: #ccc;
}
.list-qty span {
  color: #000;
  margin-left: 20px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.newlinks {
  float: right;
  margin-right: 25px;
  vertical-align: middle;
  line-height: 32px;
}
.newlinks a {
  padding-left: 30px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #4c4c4c;
}
.newlinks a:first-child {
  padding-top: 1px;
  float: right;
  text-transform: uppercase;
}
.newlinks a:hover {
  color: #000;
}
.newlinks a:hover span {
  color: #000;
}
.newlinks a:last-child {
  font-style: italic;
}
.newlinks a span {
  color: #ff3333;
  padding-right: 5px;
}
.allgiftcards {
  color: #000;
}
.quickgifts {
  color: #000;
}
.quickgifts span span {
  font-style: italic;
  text-transform: none;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
#fancybox-wrap #fancybox-out .fancybox-bg {
  display: none;
}
#fancybox-wrap #fancybox-outer .fancybox-bg {
  display: none;
}
.personalization-area .preview-content .preview-controls .controls .click-to-open {
  display: none;
}
#personalization-container #top_panel #tabs_header a {
  font-size: 16px;
  color: #999;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
  border-left: 1px solid #999;
}
#personalization-container #top_panel #tabs_header a.active {
  font-size: 16px;
  color: #000;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
}
.card-customize #tabs_content input.photo-upload-button {
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  color: #000;
  font-size: 14px;
}
#notice-cookie-block {
  background: #f8f8f8;
}
.personalizations-cards-design #fancybox-content .giftcards-list .list-header .list-title {
  color: #000;
  font-size: 36px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.personalizations-cards-design #fancybox-content .giftcards-list .list-header .steps-content chose-gift-step {
  color: #ccc;
}
.personalizations-cards-design #fancybox-content .giftcards-list .list-header .steps-content chose-gift-step.active {
  color: #000;
}
.personalizations-cards-design #fancybox-content .giftcards-list .list-contents .giftcard-item {
  min-height: 260px;
}
.personalizations-cards-design #fancybox-content .giftcards-list .list-contents .giftcard-item .giftcard-name {
  color: #000;
  cursor: pointer;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.personalizations-cards-design #fancybox-content .giftcards-list .list-contents .giftcard-item .giftcard-price {
  color: #999;
  cursor: pointer;
  font-family: 'Nunito-Light', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.personalizations-cards-design #fancybox-wrap #fancybox-outer a#fancybox-close {
  background: url("../../800f/images/html5design/close-fancybox.png") !important;
  right: 15px;
  top: 20px;
}
.personalizations-cards-design .fancybox-bg {
  display: none;
}
#envelope_content .envelope-list-wrap .title {
  color: #000 !important;
  font-size: 16px;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
#envelope_content .description.description-special {
  height: 30px;
  overflow: hidden;
}
#envelope_content .description.description-special img {
  margin-top: -20px;
}
span.change-envelope {
  background: #f1f1f1;
  min-height: 35px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 35px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
}
span.change-liner {
  background: #f1f1f1;
  min-height: 35px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 35px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #f1f1f1;
  margin: 0 auto;
}
#main-panel .top-panel .next-button-content input.schedule-send {
  border-radius: 0;
  background: white;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}
#main-panel .top-panel .next-button-content input#send-button {
  border-radius: 0;
  text-transform: uppercase;
  min-width: 170px;
}
.personalizations-cards-digitalschedule #personalization-container #top_panel #tabs_header a.tab-header {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 28px;
}
.personalizations-cards-digitalschedule #personalization-container #main-panel .digital-schedule .form-input .right-column .left-label {
  color: #000;
}
.personalizations-cards-digitalschedule #personalization-container #main-panel .digital-schedule .form-input .left-column .left-label {
  color: #000;
}
.section {
  width: 100%;
}
.col-2.loginDivider {
  padding-right: 20px;
  padding-left: 0px;
  margin-top: 59px;
  background: #F4F4F4;
  -webkit-box-shadow: 0px 0px 2px 0px #d3d3d3;
  -moz-box-shadow: 0px 0px 2px 0px #d3d3d3;
  box-shadow: 0px 0px 2px 0px #d3d3d3;
  padding: 10px 30px;
  padding-left: 20px;
  margin-right: 20px;
  margin-left: 45px;
}
#checkoutSteps {
  position: static;
}
li.menu-item.giftcard {
  display: none;
}
personalizations-cards-design .fancybox-bg {
  display: none;
}
body.catalog-category-view.categorypath-categories-html.category-categories .fancybox-bg {
  display: none;
}
a.selected {
  color: #fff;
}
.top-tab-menu-items #nav li.menu-item.last {
  padding-right: 0;
}
.hrborder {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
}
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background: #6e6e6e;
  opacity: 0.9;
}
.guestorders-index-vieworder .overlay {
  z-index: 6;
}
.products-holder-content .products-grid li {
  height: auto;
}
.catalog-category-view .block-layered-nav dl {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.catalog-category-view .block-layered-nav dl:first-of-type {
  margin-top: 0;
}
.catalog-category-view .block-layered-nav dl:last-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.catalog-category-view .block-layered-nav dl dt {
  text-transform: uppercase;
}
#narrow-by-list dt {
  display: block;
}
#narrow-by-list dd {
  display: block;
}
#narrow-by-list dt:first-of-type {
  border-bottom: 1px solid #ccc;
}
#narrow-by-list dt.active {
  border-bottom: none;
}
.catalog-category-view .block-layered-nav dd a {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.catalog-category-view .block-layered-nav dd a:hover,
.catalog-category-view .block-layered-nav dd a.active {
  color: #000;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.breadcrumbs a {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.breadcrumbs span {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.drafts-wrapper .draft {
  position: relative;
  height: 125px;
  overflow: auto;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.drafts-wrapper .draft img {
  width: 100px;
  float: left;
}
.drafts-wrapper .draft h5 {
  margin-top: 7px;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
  color: #2BC8DC;
}
.drafts-wrapper .draft .links {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.drafts-wrapper .draft .links a {
  display: inline-block;
  margin-left: 25px;
  text-decoration: underline;
}
.drafts-wrapper .draft .links #delete-draft {
  color: #f0573f;
}
.header .links a.top-link-cart {
  display: none;
}
.center {
  text-align: center;
}
.checkout-cart-index .sidebar .cart-odd-personalization-top {
  box-shadow: none;
  border: none;
}
.checkout-cart-index .messages {
  display: none;
}
.checkout-cart-index .cart form {
  display: block;
  position: relative;
  padding: 10px;
}
.checkout-cart-index .cart form .img-container {
  position: relative;
  width: 105px;
  height: 125px;
  box-sizing: border-box;
}
.checkout-cart-index .cart form .img-container .product-image {
  margin: 0;
}
.checkout-cart-index .cart form .img-container .product-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  margin: auto;
}
.checkout-cart-index .cart .attr_label {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #838383;
}
.checkout-cart-index .main #discount-coupon-form {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.checkout-cart-index .col-main {
  padding: 30px 20px 30px 50px;
}
.checkout-cart-index .col-main .calc-shipping {
  padding-left: 55px;
  font-size: 12px;
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.checkout-cart-index .col-main .totals-check {
  color: #222;
}
.checkout-cart-index .col-main .totals-check span {
  margin-bottom: 10px;
}
.checkout-cart-index .col-main .totals-check .price-total {
  width: 27%;
}
.checkout-cart-index .col-main .btn-proceed-checkout {
  margin-top: 80px;
}
.checkout-cart-index .main .col-main .totals-check label,
.checkout-cart-index .main .col-main .totals-check label a {
  color: #838383;
  font-size: 11px;
  text-align: left;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.checkout-cart-index .main .col-main .totals-check label a {
  text-decoration: underline;
}
@media (max-width: 400px) {
  .checkout-cart-index .main,
  .checkout-cart-index .col-main {
    padding: 0 15px;
  }
  .checkout-cart-index .col-main {
    margin: 0 0 15px;
  }
  .checkout-cart-index .cart form .img-container {
    height: 100px;
    width: 100px;
  }
  .checkout-cart-index .cart form .product-attributes {
    width: calc(100% - 105px);
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .checkout-cart-index .main,
  .checkout-cart-index .col-main {
    padding: 0 25px;
  }
  .checkout-cart-index .col-main {
    margin: 0 0 25px;
  }
  .checkout-cart-index .cart form .img-container {
    height: 145px;
    width: 145px;
  }
  .checkout-cart-index .cart form .product-attributes {
    width: calc(100% - 150px);
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .header-container {
    margin-bottom: 25px;
  }
  .checkout-cart-index .main {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-cart-index .main .col-main .checkout-table {
    padding: 20px 5px;
  }
  .checkout-cart-index .main .col-main .checkout-table ul li {
    margin-bottom: 5px;
  }
  .checkout-cart-index .main .col-main .checkout-table ul li:last-child {
    margin-bottom: 0;
  }
  .checkout-cart-index .main .col-main .checkout-table ul li label {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.1;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form {
    border-top: 0;
    float: none;
    padding: 20px 0;
    width: 100%;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .span-code {
    box-sizing: border-box;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    text-align: right;
    width: 50%;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .input-box {
    float: none;
    margin: 0;
    width: 50%;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .input-box input {
    box-sizing: border-box;
    font-size: 16px;
    height: 45px;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .buttons-set {
    margin: 20px 0 0;
    width: 100%;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .buttons-set button {
    border-radius: 22.5px;
    height: 45px;
    margin: 0;
    width: auto;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .buttons-set button span {
    font-size: 20px;
  }
  .checkout-cart-index .main .col-main .totals-check {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .checkout-cart-index .main .col-main .totals-check.control {
    margin: 20px 0;
  }
  .checkout-cart-index .main .col-main .totals-check.control input:checked + label::after {
    background-size: 16px;
  }
  .checkout-cart-index .main .col-main .totals-check.control label::before {
    height: 16px;
    width: 16px;
  }
  .checkout-cart-index .main .col-main .totals-check.control + .totals-check {
    margin-bottom: 20px;
  }
  .checkout-cart-index .main .col-main .totals-check label {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
  }
  .checkout-cart-index .main .col-main .totals-check label a {
    font-size: 16px;
  }
  .checkout-cart-index .main .col-main .totals-check span {
    line-height: 1.1;
    margin: 0;
  }
  .checkout-cart-index .main .col-main .totals-check .sub-label {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin-right: 10px;
    width: auto;
  }
  .checkout-cart-index .main .col-main .totals-check .sub-label::after {
    content: ':';
  }
  .checkout-cart-index .main .col-main .totals-check .price-total {
    font-size: 32px;
    width: auto;
  }
  .checkout-cart-index .main .col-main .calc-shipping {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
    width: 100%;
  }
  .checkout-cart-index .main .col-main .btn-proceed-checkout {
    font-size: 18px;
    height: 40px;
    margin: 50px 0 15px;
    width: 100%;
  }
  .checkout-cart-index .main .col-main .btn-continue-shopping {
    font-size: 18px;
    height: 40px;
    margin: 0 0 20px;
    width: 100%;
  }
  .checkout-cart-index .main .col-main .button-divider {
    width: 100%;
  }
  .checkout-cart-index .main .cart-table tbody > tr {
    border: 1px solid #d5d5d5;
    border-top-width: 0;
    margin: 0;
    padding: 10px 30px 10px 10px;
  }
  .checkout-cart-index .main .cart-table tbody > tr:first-child {
    border-top-width: 1px;
  }
  .checkout-cart-index .main .cart-table tbody > tr[class*='personalization-mid'] {
    border-top-width: 0;
  }
  .checkout-cart-index .col-main,
  .checkout-cart-index .col-left {
    float: none;
    width: 100%;
  }
  .checkout-cart-index .col-main {
    order: 1;
  }
  .checkout-cart-index .col-left {
    margin: 0;
  }
  .checkout-cart-index .cart .page-title h1 {
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
  }
  .checkout-cart-index .cart form {
    padding: 0;
  }
  .checkout-cart-index .cart form .img-container {
    box-sizing: border-box;
    padding: 0;
    vertical-align: top;
  }
  .checkout-cart-index .cart form .img-container img {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .checkout-cart-index .cart form .product-attributes {
    box-sizing: border-box;
    vertical-align: bottom;
  }
  .checkout-cart-index .cart form .product-attributes .product-name {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .checkout-cart-index .cart form .product-attributes .list-qty > p {
    color: #626262;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  .checkout-cart-index .cart form .product-attributes .attr_label {
    color: #626262;
    font-size: 16px;
    margin-right: 20px;
    width: 115px;
  }
  .checkout-cart-index .cart form .product-attributes .attr_label + span,
  .checkout-cart-index .cart form .product-attributes .attr_label + select {
    color: #626262;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  .checkout-cart-index .cart form .a-center {
    height: auto;
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
  }
  .checkout-cart-index .cart form .a-center a {
    background-position: center;
    position: static;
  }
}
@media (min-width: 769px) {
  .checkout-cart-index .main-container {
    max-width: 1040px;
    width: 100%;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .span-code {
    box-sizing: border-box;
    margin: 0;
    padding: 6px 12px 6px 0;
    text-align: right;
    width: 67%;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .input-box {
    float: none;
    margin: 0;
    width: 33%;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .buttons-set {
    margin: 20px 0 0;
    width: 100%;
  }
  .checkout-cart-index .main .col-main #discount-coupon-form .discount-form .buttons-set button {
    margin: 0;
    width: auto;
  }
  .checkout-cart-index .main .col-main .totals-check .sub-label {
    margin-right: 10px;
    width: auto;
  }
  .checkout-cart-index .main .col-main .totals-check .sub-label::after {
    content: ':';
  }
  .checkout-cart-index .main .col-main .totals-check .price-total {
    width: auto;
  }
  .checkout-cart-index .main .col-main .calc-shipping {
    padding-left: 0;
    text-align: center;
  }
  .checkout-cart-index .col-main {
    box-sizing: border-box;
    width: 40%;
  }
  .checkout-cart-index .col-left {
    box-sizing: border-box;
    margin-right: 2%;
    width: 56%;
  }
}
@media (max-width: 400px) {
  .checkout-register #checkout-wrapper {
    padding: 0 15px;
  }
  .checkout-register #checkout-wrapper .left #opc-shipping_method.active .step-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method {
    padding: 15px;
  }
  .checkout-register #checkout-wrapper .right .checkout-table {
    padding: 0 15px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .sub-label {
    font-size: 20px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .grand-total {
    font-size: 24px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .price-total.subtotal {
    font-size: 24px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .price-total.grandtotal {
    font-size: 28px;
  }
  .checkout-register #checkout-step-login .page-title-check {
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .checkout-register #shipping_personalize {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .checkout-register #checkout-step-billing .page-title-check {
    font-size: 28px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled {
    margin: -4px 5px 0 0 !important;
    height: 16px;
    width: 16px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled ~ label {
    font-size: 18px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li label {
    width: 100%;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box {
    width: 100%;
  }
  .checkout-register #checkout-step-billing #payment-tool-tip {
    left: 55px !important;
  }
  .checkout-register #checkout-step-billing #co-billing-form {
    padding-left: 0;
  }
  .checkout-register #checkout-step-billing #co-billing-form .form-billing-title {
    font-size: 18px;
  }
  .checkout-register #checkout-step-personalization_shipping h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col-2-8,
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col-3-8 {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .checkout-register #checkout-wrapper {
    padding: 0 25px;
  }
  .checkout-register #checkout-wrapper .left #opc-shipping_method.active .step-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method {
    padding: 25px;
  }
  .checkout-register #checkout-wrapper .right .checkout-table {
    padding: 0 25px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .sub-label {
    font-size: 24px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .grand-label {
    font-size: 28px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .price-total.subtotal {
    font-size: 28px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .price-total.grandtotal {
    font-size: 32px;
  }
  .checkout-register #checkout-step-login .page-title-check {
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .checkout-register #shipping_personalize {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .checkout-register #checkout-step-billing .page-title-check {
    font-size: 32px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled {
    margin: -8px 5px 0 0 !important;
    height: 20px;
    width: 20px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled ~ label {
    font-size: 22px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li label {
    width: 100%;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box {
    width: 100%;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box #vesta_pay_cc_number ~ img {
    position: static !important;
  }
  .checkout-register #checkout-step-billing #payment-tool-tip {
    left: 65px !important;
  }
  .checkout-register #checkout-step-billing #co-billing-form {
    padding-left: 28px;
  }
  .checkout-register #checkout-step-billing #co-billing-form .form-billing-title {
    font-size: 22px;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields.billing-state {
    width: 40%;
    margin-right: 10px;
    display: inline-block;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields.billing-postcode {
    width: calc(60% - 14px);
    display: inline-block;
  }
  .checkout-register #checkout-step-personalization_shipping h3 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col-2-8 {
    margin-right: 10px;
    width: 40%;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col-3-8 {
    margin-right: 0;
    width: calc(60% - 10px);
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col-3-8 ~ .col-3-8 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-register .main-container-home {
    width: 100%;
  }
  .checkout-register #checkout-wrapper .left,
  .checkout-register #checkout-wrapper .right {
    float: none !important;
    margin: 0;
    width: 100%;
  }
  .checkout-register #checkout-wrapper .left {
    padding: 0;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method {
    border-bottom: 0;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method .shippingNote {
    font-size: 16px;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods {
    margin: 40px 0;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input {
    background-clip: content-box;
    border: 1px solid #afafaf;
    height: 18px;
    margin: 0 5px 0 0 !important;
    padding: 3px !important;
    vertical-align: top;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input::-ms-check {
    border-color: #afafaf;
    color: #000;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input:hover {
    border-color: #afafaf;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input:checked {
    background-color: #000;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input:disabled,
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input:disabled:hover {
    border-color: #afafaf;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input:focus {
    box-shadow: none;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input[type="radio"] {
    border-radius: 100%;
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods input ~ label {
    font-size: 18px;
    display: inline-block;
    line-height: 1.1;
    vertical-align: top;
    width: calc(100% - 30px);
  }
  .checkout-register #checkout-wrapper .left #checkout-step-shipping_method #co-shipping-method-form ul.shipment-methods .shipment-info {
    font-size: 16px !important;
    padding-left: 27px !important;
  }
  .checkout-register #checkout-wrapper .right {
    box-sizing: border-box;
  }
  .checkout-register #checkout-wrapper .right .checkout-table {
    float: none;
    margin-bottom: 25px;
    margin-top: 0;
  }
  .checkout-register #checkout-wrapper .right .checkout-table ul {
    border-bottom: 1px solid #D3D3D3;
    padding: 20px 5px;
  }
  .checkout-register #checkout-wrapper .right .checkout-table ul li {
    margin-bottom: 5px;
  }
  .checkout-register #checkout-wrapper .right .checkout-table ul li:last-child {
    margin-bottom: 0;
  }
  .checkout-register #checkout-wrapper .right .checkout-table ul li label {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.1;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form {
    border-top: 0;
    float: none;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .span-code {
    box-sizing: border-box;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 6px 12px;
    text-align: right;
    width: 50%;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .input-box {
    float: none;
    margin: 0;
    width: 50%;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .input-box input {
    box-sizing: border-box;
    height: 45px;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .buttons-set {
    margin: 20px 0 0;
    width: 100%;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .buttons-set button {
    border-radius: 22.5px;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    height: 45px;
    margin: 0;
    width: auto;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .buttons-set button span {
    font-size: 20px;
  }
  .checkout-register #checkout-wrapper .right .totals-check-wrapper {
    border-spacing: 0 20px;
    display: table;
    margin: -20px 0;
  }
  .checkout-register #checkout-wrapper .right .totals-check {
    box-sizing: border-box;
    display: table-row;
    width: 100%;
  }
  .checkout-register #checkout-wrapper .right .totals-check label {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
  }
  .checkout-register #checkout-wrapper .right .totals-check label a {
    font-size: 16px;
  }
  .checkout-register #checkout-wrapper .right .totals-check span {
    line-height: 1.1;
    margin: 0;
    width: auto;
  }
  .checkout-register #checkout-wrapper .right .totals-check .sub-label,
  .checkout-register #checkout-wrapper .right .totals-check .grand-label {
    border-bottom: 1px solid #ccc;
    display: table-cell;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    padding-right: 15px;
    padding-bottom: 20px;
    width: 100%;
  }
  .checkout-register #checkout-wrapper .right .totals-check .sub-label::after,
  .checkout-register #checkout-wrapper .right .totals-check .grand-label::after {
    content: ':';
  }
  .checkout-register #checkout-wrapper .right .totals-check .price-total {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  .checkout-register #checkout-wrapper .right .totals-check#shipping_price ~ .totals-check .sub-label,
  .checkout-register #checkout-wrapper .right .totals-check#shipping_price ~ .totals-check .grand-label,
  .checkout-register #checkout-wrapper .right .totals-check#shipping_price ~ .totals-check .price-total {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-register #checkout-wrapper .right .btn-proceed-checkout {
    font-size: 18px;
    height: 40px;
    margin: 50px 0 20px;
    width: 100%;
  }
  .checkout-register #checkoutSteps {
    box-sizing: border-box;
    min-height: 1px;
  }
  .checkout-register #checkout-step-login .page-title-check {
    border-bottom: 1px solid #ccc;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    line-height: 1.1;
  }
  .checkout-register #checkout-step-login .col2-set {
    margin: 0;
  }
  .checkout-register #checkout-step-login #login-select {
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    box-shadow: none;
    margin: 0 0 20px;
    padding: 10px;
  }
  .checkout-register #checkout-step-login #login-select h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .checkout-register #checkout-step-login #login-select .form-list-ala .control {
    margin: 0 0 10px !important;
    padding: 0;
  }
  .checkout-register #checkout-step-login #login-select .form-list-ala .control label {
    font-size: 18px;
    margin-left: 0;
  }
  .checkout-register #checkout-step-login #login-select #login-form {
    width: 100%;
  }
  .checkout-register #checkout-step-login #login-select #login-form .log-form li {
    width: 100%;
  }
  .checkout-register #checkout-step-login #login-select #login-form .log-form .input-box {
    float: none;
  }
  .checkout-register #checkout-step-login #login-select #login-form .log-form .input-box .input-text {
    font-size: 16px;
    height: 40px;
    width: 100%;
  }
  .checkout-register #shipping_personalize {
    border-bottom: 1px solid #ccc;
  }
  .checkout-register #checkout-step-billing .second_step {
    border-bottom: 0;
  }
  .checkout-register #checkout-step-billing .payment {
    border-bottom: 0;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled {
    background-clip: content-box;
    border: 1px solid #afafaf;
    padding: 3px !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled::-ms-check {
    border-color: #afafaf;
    color: #000;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled:hover {
    border-color: #afafaf;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled:checked {
    background-color: #000;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled:disabled,
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled:disabled:hover {
    border-color: #afafaf;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled:focus {
    box-shadow: none;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled[type="radio"] {
    border-radius: 100%;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dt input.styled ~ label {
    display: inline-block;
    line-height: 1.1;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list {
    padding-left: 30px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li label {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box {
    margin-bottom: 5px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box input,
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box select {
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    margin: 0 0 5px;
    width: 100%;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box select.month {
    margin-right: 20px;
    width: 155px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box select.year {
    width: 155px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box .validation-advice {
    float: none;
    margin: 0;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box .v-fix {
    display: inline-block;
    float: none;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box .v-fix .validation-advice {
    margin-right: 0;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box #vesta_pay_cc_number ~ img {
    margin-bottom: 10px;
    position: static !important;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box .cvv-what-is-this {
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .checkout-register #checkout-step-billing #payment-tool-tip {
    margin-top: 40px;
    max-width: 450px;
    width: calc(100% - 100px);
  }
  .checkout-register #checkout-step-billing #payment-tool-tip img {
    max-height: 100%;
    max-width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form {
    border-bottom: 0;
  }
  .checkout-register #checkout-step-billing #co-billing-form .form-billing-title {
    color: #222;
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    margin-bottom: 20px;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide {
    margin-bottom: 20px;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide > label {
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box select {
    font-size: 16px;
    height: 40px;
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box input.radio {
    background-color: transparent;
    background-clip: content-box;
    background-image: none;
    border: 1px solid #afafaf;
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 3px !important;
    position: static;
    vertical-align: middle;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box input.radio::-ms-check {
    border-color: #afafaf;
    color: #000;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box input.radio:hover {
    border-color: #afafaf;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box input.radio:checked {
    background-color: #000;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box input.radio:disabled,
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box input.radio:disabled:hover {
    border-color: #afafaf;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box input.radio:focus {
    box-shadow: none;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box input.radio ~ label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    vertical-align: middle;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields label {
    box-sizing: border-box;
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields label em {
    left: 0;
    position: absolute;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields .billing-input-span input,
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields .billing-input-span select {
    font-size: 16px;
    height: 40px;
    margin: 0 0 10px;
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields .billing-input-span .validation-advice {
    margin: 0 0 10px;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields.address_secondary {
    text-align: right;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields.address_secondary .billing-input-span input {
    margin: 0 0 10px;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields > .control label {
    font-size: 14px;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields > .control label::before {
    height: 14px;
    left: 25px;
    top: 3px;
    width: 14px;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields > .control label::after {
    left: 27px;
    top: 5px;
  }
  .checkout-register #checkout-step-personalization_shipping {
    border: none;
    padding: 0;
  }
  .checkout-register #checkout-step-personalization_shipping .hrborder {
    display: none;
  }
  .checkout-register #checkout-step-personalization_shipping h2 {
    font-size: 24px;
  }
  .checkout-register #checkout-step-personalization_shipping h3 {
    border-bottom: 1px solid #ccc;
  }
  .checkout-register #checkout-step-personalization_shipping .select-qty-wrapper {
    display: none;
  }
  .checkout-register #checkout-step-personalization_shipping .attr_label {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .checkout-register #checkout-step-personalization_shipping .selectQty {
    font-size: 16px;
    vertical-align: middle;
    width: 70px;
  }
  .checkout-register #checkout-step-personalization_shipping .control.separate-address {
    font-size: 14px;
  }
  .checkout-register #checkout-step-personalization_shipping .control.separate-address > label::before {
    height: 14px;
    top: 3px;
    width: 14px;
  }
  .checkout-register #checkout-step-personalization_shipping .control.separate-address > label::after {
    background-size: 14px;
    top: 3px;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv {
    float: none;
    margin-bottom: 10px;
    right: auto;
    top: 0;
    width: 100%;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box .csv-upload,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv .csv-upload {
    float: none;
    font-size: 14px;
    padding-left: 20px;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box .csv-upload > label::before,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv .csv-upload > label::before {
    height: 14px;
    top: 3px;
    width: 14px;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box .csv-upload > label::after,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv .csv-upload > label::after {
    background-size: 14px;
    top: 3px;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box .csv-upload .csv_info,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv .csv-upload .csv_info {
    float: none;
    text-align: left;
    margin: 10px 0 0;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box .csv-upload .csv_info .accepted-formats,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv .csv-upload .csv_info .accepted-formats {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box .csv-upload .csv_info input,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv .csv-upload .csv_info input {
    font-size: 14px;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping {
    margin: 0;
    max-height: 500px;
    width: 100%;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-to {
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping > span.index {
    display: block;
    float: none;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs {
    margin: 0;
    padding-right: 15px;
    width: 100%;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs > div {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col {
    border: none;
    float: none;
    height: auto;
    padding: 0;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col-half {
    margin-right: 0;
    width: 100%;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col-6-8 {
    width: 100%;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs input {
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    padding-left: 10px;
    width: 100%;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .validation-advice {
    float: none;
    margin: 5px 0;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .checkout-register .main-container-home {
    max-width: 1040px;
    width: 100%;
  }
  .checkout-register #checkout-wrapper {
    padding: 0 20px;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .span-code {
    box-sizing: border-box;
    margin: 0;
    padding: 6px 12px 6px 0;
    text-align: right;
    width: 67%;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .input-box {
    float: none;
    margin: 0;
    width: 33%;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .buttons-set {
    margin: 20px 0 0;
    width: 100%;
  }
  .checkout-register #checkout-wrapper .right #discount-coupon-form .discount-form .buttons-set button {
    margin: 0;
    width: auto;
  }
  .checkout-register #checkout-wrapper .right .totals-check-wrapper {
    display: table;
  }
  .checkout-register #checkout-wrapper .right .totals-check {
    display: table-row;
  }
  .checkout-register #checkout-wrapper .right .totals-check .sub-label,
  .checkout-register #checkout-wrapper .right .totals-check .grand-label {
    display: table-cell;
    padding-right: 15px;
    width: 100%;
  }
  .checkout-register #checkout-wrapper .right .totals-check .sub-label::after,
  .checkout-register #checkout-wrapper .right .totals-check .grand-label::after {
    content: ':';
  }
  .checkout-register #checkout-wrapper .right .totals-check .sub-label {
    padding-top: 10px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .grand-label {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .checkout-register #checkout-wrapper .right .totals-check .price-total {
    display: table-cell;
    width: auto;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li label {
    width: 42%;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box {
    margin-bottom: 5px;
    width: 56%;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box input,
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box select {
    margin-bottom: 5px;
    width: 100%;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box select.month,
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box select.year {
    width: 120px;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box .validation-advice {
    float: none;
    margin: 0;
  }
  .checkout-register #checkout-step-billing dl.sp-methods dd ul.form-list li .input-box .v-fix .validation-advice {
    margin-right: 0;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide > label {
    margin-bottom: 10px;
    padding-top: 10px;
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box {
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form .wide .input-box select {
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields label {
    float: left;
    margin: 0 0 10px;
    width: 42%;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields .billing-input-span {
    display: inline-block;
    float: right;
    width: 56%;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields .billing-input-span input,
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields .billing-input-span select {
    width: 100%;
  }
  .checkout-register #checkout-step-billing #co-billing-form #billing-info-fields .fields.address_secondary .billing-input-span input {
    margin-right: 0;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv {
    float: none;
    position: static;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box .csv-upload,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv .csv-upload {
    float: none;
    padding-left: 20px;
  }
  .checkout-register #checkout-step-personalization_shipping .csv-box .csv-upload .csv_info,
  .checkout-register #checkout-step-personalization_shipping .csv-box.guest-csv .csv-upload .csv_info {
    float: none;
    text-align: left;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-to {
    display: none;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs > div {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .col {
    border: none;
    float: none;
    height: auto;
    padding: 0;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs input {
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    height: 28px;
    padding-left: 10px;
    width: 100%;
  }
  .checkout-register #checkout-step-personalization_shipping .shipping-inputs .validation-advice {
    float: none;
    margin: 5px 0 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .checkout-onepage-success .main-container-home {
    padding: 0 15px;
  }
  .checkout-onepage-success .main-container-home .sub-title {
    font-size: 28px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .checkout-onepage-success .main-container-home {
    padding: 0 25px;
  }
  .checkout-onepage-success .main-container-home .sub-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .checkout-onepage-success .main-container-home {
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
  }
  .checkout-onepage-success .main-container-home #purchase-area {
    margin: 0;
    width: auto;
  }
  .checkout-onepage-success .main-container-home .page-title h1 {
    font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
    text-align: center;
  }
  .checkout-onepage-success .main-container-home .sub-title {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1.1;
    margin-bottom: 0;
    text-align: center;
  }
  .checkout-onepage-success .main-container-home p {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-align: center;
  }
  .checkout-onepage-success .main-container-home .buttons-set {
    margin: 35px 0 0;
  }
  .checkout-onepage-success .main-container-home .buttons-set #continue-after-success {
    font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .checkout-onepage-success .main-container-home {
    max-width: 1040px;
    padding: 0 20px;
    width: 100%;
  }
  .checkout-onepage-success .main-container-home #purchase-area {
    margin: 0;
    width: 100%;
  }
  .checkout-onepage-success .main-container-home .buttons-set #continue-after-success {
    float: none;
  }
  .checkout-onepage-success .main-container-home p {
    margin-bottom: 10px;
  }
}
.control {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 13px;
  width: 13px;
  background: #FFFFFF;
  border: 1px solid #ACACAC;
}
.control-radio .control_indicator {
  border-radius: 50%;
}
.control input:checked ~ .control_indicator {
  background: #FFFFFF;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #0e6647 d;
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-radio .control_indicator:after {
  left: 2px;
  top: 2px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #000;
}
.control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: 'none';
  position: absolute;
  background: url("../images/check.png") no-repeat;
  background-size: 12px;
  top: 0;
  left: 2px;
  font-size: 14px;
  line-height: 1.2;
  color: transparent;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999999;
}
[type="checkbox"]:disabled + label {
  color: #aaaaaa;
}
.underline {
  text-decoration: underline;
}
input:disabled + label {
  color: #bbb;
}
.checkout-cart-index .sidebar .cart-odd-personalization-top,
.checkout-cart-index .sidebar .cart-even-personalization-top,
.checkout-cart-index .sidebar .cart-odd-personalization-bot {
  border: 1px solid #000;
  margin-bottom: 25px;
}
.checkout-cart-index .sidebar .cart-odd-personalization-bot {
  border-top: none;
}
.checkout-cart-index .sidebar .personalization-combined-bottom {
  position: relative;
  background: #fff;
  top: -26px;
  margin-bottom: 0;
}
.italic {
  font-style: italic;
}
#gcisound_wrapper .inner {
  max-height: 90%;
  overflow: auto;
  top: 40px !important;
}
#gcisound_wrapper .inner button.add {
  width: 200px;
}
#gcisound_wrapper .inner button.add,
#gcisound_wrapper .inner button.library span,
#gcisound_wrapper .inner button.record span {
  font: 16px 'Nunito-Regular', Arial, Helvetica, sans-serif;
}
.align_right {
  text-align: right;
}
.header-border {
  padding: 0 1000%;
  position: absolute;
  top: 44px;
}
.header-border.hrborder {
  margin: 0 -1000%;
}
@media (max-width: 768px) {
  .header-border {
    bottom: 100%;
    top: auto;
  }
}
.greetingcard-holder-custom-text {
  font-family: 'Nunito-Regular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
  text-align: center;
}
#gcisound_sounds input {
  margin-left: 3px;
}
#fancybox-content iframe {
  position: relative;
  left: -3px;
}
.order-modal span.close,
.signin-modal span.close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/skin/frontend/gci/giftcardshopb2c/images/close.png") center;
}
.order-modal {
  background: #fff;
  box-sizing: border-box;
  left: 0;
  margin: auto;
  max-width: 790px;
  max-height: 80%;
  padding: 30px 30px 60px;
  right: 0;
  top: 10%;
  width: 100%;
}
.order-modal h1 {
  font: normal 32px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #2BC8DC;
}
.order-modal .image-wrapper {
  display: inline-block;
  width: 20%;
  margin-right: 20px;
  float: left;
  border: 1px solid #ccc;
  padding: 20px;
}
.order-modal .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.order-modal .order-content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-modal .order-content > div {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #ccc;
  padding: 20px;
}
.order-modal .order-content .image-wrapper {
  align-items: center;
}
.order-modal .order-content .order-details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.order-modal .order-content .order-details > div {
  float: left;
  width: 50%;
}
.order-modal .order-content .order-details .details-left {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.order-modal .order-content .order-details p {
  width: 100%;
  text-align: left;
  line-height: 30px;
}
.order-modal .order-content .order-details .resend-btn,
.order-modal .order-content .order-details .buy-again {
  position: static;
}
.order-modal .order-content .order-details .recipient_email span {
  word-wrap: break-word;
}
.order-modal .order-content .not-opened {
  color: #ff3333;
}
.order-modal .edit-recipient {
  text-decoration: underline;
  color: #ff3333;
}
.order-modal .edit-order-wrapper {
  border: none;
  padding: 0 0 50px;
  flex-grow: 2;
  flex-wrap: wrap;
  display: block;
}
.order-modal .edit-order-wrapper .img-wrapper {
  box-sizing: border-box;
}
.order-modal .edit-order-wrapper .edit-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.order-modal .edit-order-wrapper .edit-order,
.order-modal .edit-order-wrapper .edit-resend {
  border: 1px solid #ccc;
  padding: 20px;
}
.order-modal .edit-order-wrapper .edit-order {
  margin-bottom: 20px;
  color: #ff3333;
}
.order-modal .edit-order-wrapper .edit-resend {
  line-height: 30px;
}
.order-modal .edit-order-wrapper .edit-resend strong {
  display: inline-block;
  min-width: 120px;
}
.order-modal .edit-order-wrapper input {
  height: 23px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.order-modal .edit-order-wrapper .edit-order-actions {
  text-align: center;
  width: 100%;
}
.order-modal .edit-order-wrapper .resend-btn {
  position: static;
}
.order-modal .edit-order-wrapper .back-link {
  margin-right: 10px;
  text-decoration: underline;
}
@media (max-width: 400px) {
  .order-modal .view-order-wrapper {
    padding: 15px;
  }
  .order-modal .order-content .order-details {
    padding: 15px 10px;
  }
  .order-modal .order-content .edit-order-wrapper {
    padding: 15px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .order-modal .view-order-wrapper {
    padding: 25px;
  }
  .order-modal .order-content .order-details {
    padding: 25px 20px;
  }
  .order-modal .order-content .edit-order-wrapper {
    padding: 25px;
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .order-modal .order-content .order-details > div {
    flex: 0 0 100%;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .order-modal .order-content .order-details > div {
    flex: 1 1 50%;
  }
}
@media (max-width: 768px) {
  .order-modal {
    bottom: 0;
    height: calc(95% - 50px);
    padding: 0;
    top: auto;
  }
  .order-modal span.close {
    top: -50px;
    background: url("../images/close-popup.png") center;
  }
  .order-modal .view-order-wrapper {
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
  }
  .order-modal .order-content .image-wrapper {
    display: none;
  }
  .order-modal .order-content .buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .order-modal .order-content .buttons a {
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    text-decoration: none;
    width: 100%;
  }
  .order-modal .order-content .buttons a.resend-btn {
    order: 1;
  }
  .order-modal .order-content .buttons a.edit-recipient {
    background-color: #ff3333;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
  }
  .order-modal .order-content .order-details {
    flex-wrap: wrap;
  }
  .order-modal .order-content .order-details > div {
    box-sizing: border-box;
    padding: 0 5px;
  }
  .order-modal .order-content .order-details .details-left {
    border: none;
    margin: 0;
    padding-right: 5px;
  }
  .order-modal .order-content .edit-order-wrapper {
    box-sizing: border-box;
    width: 100%;
  }
  .order-modal .order-content .edit-order-wrapper .edit-resend strong {
    display: inline-block;
    min-width: 130px;
  }
  .order-modal .order-content .edit-order-wrapper .edit-resend strong ~ form,
  .order-modal .order-content .edit-order-wrapper .edit-resend strong ~ span {
    display: inline-block;
  }
  .order-modal .order-content .edit-order-wrapper .edit-resend input {
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    margin-bottom: 5px;
    width: 100%;
  }
  .order-modal .order-content .edit-order-wrapper .edit-order-actions {
    display: flex;
    flex-wrap: wrap;
  }
  .order-modal .order-content .edit-order-wrapper .edit-order-actions a {
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    width: 100%;
  }
  .order-modal .order-content .edit-order-wrapper .edit-order-actions a.back-link {
    order: 1;
  }
}
@media (min-width: 769px) {
  .order-modal {
    overflow-y: auto;
  }
  .order-modal .buy-again {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .order-modal {
    max-height: 90%;
    top: 5%;
  }
}
.signin-modal {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  background: #fff;
  left: 0;
  right: 0;
}
.signin-modal .flex {
  display: flex;
}
.signin-modal .flex > div {
  width: 50%;
  padding: 20px;
}
.signin-modal .flex > div:first-of-type {
  border-right: 1px solid #ccc;
}
.signin-modal .flex > div ul {
  margin-top: 20px;
}
.signin-modal .flex > div ul li {
  margin-bottom: 15px;
}
.signin-modal .flex > div:last-of-type {
  padding-left: 40px;
}
.signin-modal h1 {
  font: normal 28px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  color: #2BC8DC;
}
.signin-modal label {
  display: inline-block;
  margin-bottom: 3px;
  font-family: 'Nunito-Bold', "Arial Black", Gadget, sans-serif;
}
.signin-modal .forgot-pass {
  text-decoration: underline;
  display: block;
  margin: 20px 0 30px;
}
.signin-modal .create-account {
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  border: 2px solid #ccc;
  border-radius: 20px;
  color: #ccc;
}
.signin-modal input {
  width: 90%;
  padding: 2px 10px;
}
.signin-modal .new-customers {
  margin: 50px 0 0;
}
.signin-modal .new-customers p {
  text-align: left;
}
.signin-modal .new-customers .create-account {
  margin: 15px 0;
}
.signin-modal .view-btn {
  margin-top: 30px;
}
#signin-modal {
  display: block;
}
@media (max-width: 400px) {
  #signin-modal .flex {
    padding: 15px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  #signin-modal .flex {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  #signin-modal {
    bottom: 0;
    height: calc(95% - 50px);
    top: auto;
  }
  #signin-modal span.close {
    top: -50px;
    background: url("../images/close-popup.png") center;
  }
  #signin-modal .flex {
    box-sizing: border-box;
    flex-wrap: wrap;
    max-height: 100%;
    overflow-y: auto;
  }
  #signin-modal .flex > div {
    border: none;
    padding: 0;
    width: 100%;
  }
  #signin-modal .flex > div:first-child {
    margin-bottom: 20px;
  }
  #signin-modal .flex input {
    box-sizing: border-box;
    height: 40px;
    width: 100%;
  }
  #signin-modal .flex .forgot-pass {
    margin: 20px 0;
    text-align: center;
  }
  #signin-modal .flex .login-btn {
    height: 40px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  #signin-modal {
    max-height: 100%;
    padding: 15px;
    overflow-y: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  #signin-modal {
    top: 5%;
  }
}
@media screen and (min-width: 1401px) {
  #signin-modal {
    top: 20%;
  }
}
.modal .resend-btn,
.modal .buy-again,
.modal .login-btn,
.modal .view-btn {
  display: inline-block;
  padding: 0 30px;
  background-color: #000;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  height: 30px;
  font: 400 16px/30px 'Nunito-Regular', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.modal .resend-btn,
.modal .buy-again {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.guestorders-index-index #main_overlay {
  display: block;
  z-index: 5;
}
@media screen and (max-width: 1280px) {
  .say-thanks {
    margin: 20px 40px !important;
  }
  .footer {
    width: 100%;
  }
  .main-container {
    width: 100%;
  }
}
.preview_wrapper .buttons {
  text-align: center;
}
.preview_wrapper .buttons a {
  text-transform: capitalize;
}
.preview_wrapper .buttons .replay_button {
  margin-right: 10px;
}
span.close {
  cursor: pointer;
  display: block;
  float: right;
  margin: 15px;
  width: 20px;
  height: 20px;
  background: url("/skin/frontend/gci/giftcardshopb2c/images/close.png") center;
}
.modal-chase {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.modal-content-chase {
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
}
.close-button-modal-chase {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.close-button-chase:hover {
  background-color: darkgray;
}
.show-modal-chase {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
#iframe_chase {
  width: 100%;
  min-height: 482px;
  border-bottom: 1px solid #E0E0E0 !important;
  margin-bottom: 24px;
}
#iframe_chase body {
  margin: 0;
}
