﻿@charset "UTF-8";
.underline {
  text-decoration: underline;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.right0 {
  right: 0;
}

.center {
  display: block;
  text-align: center;
}

.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

#hiddenSection {
  display: none;
}

.hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.red_bold_text {
  font-weight: bold !important;
  color: red !important;
}

.link_arrow {
  color: #2197d4;
  font-size: 25px;
  font-weight: 500;
  margin-top: -4px;
  margin-left: 5px;
  position: absolute;
}

/* symbols - START */
.price:before {
  content: "$";
}

.crossedout {
  text-decoration: line-through;
}

.asterisk {
  color: #f00;
}

.hide {
  visibility: hidden;
}

/* symbols - END */
/*******************Media Query Export Location Start**********************************/
@media screen and (max-width: 940px) {
  .add_margin {
    border-top: 1px solid transparent;
  }
  .first_half_container {
    width: 46.5%;
  }
  .second_half_container {
    width: 46.5%;
  }
}
@media screen and (max-width: 900px) {
  .first_half_container {
    width: 46%;
  }
  .second_half_container {
    width: 46%;
  }
}
@media screen and (max-width: 850px) {
  .main_promo_heading h3 a {
    font-size: 21px;
  }
  .category_container_heading h3 a {
    font-size: 21px;
  }
  .container {
    max-height: 550px;
    float: left;
  }
  .button_container {
    top: -65px;
    left: 55%;
  }
}
@media screen and (max-width: 810px) {
  .main_promo_container img {
    margin: -33px 0 0 0;
  }
}
@media screen and (max-width: 775px) {
  .main_promo_container img {
    margin: -30px 0 0 0;
  }
  .container {
    max-height: 525px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    max-height: 490px;
  }
  .button_container {
    top: -65px;
    left: 45%;
  }
}
@media screen and (max-width: 730px) {
  .first_half_container {
    width: 45.75%;
  }
  .second_half_container {
    width: 45.75%;
  }
}
@media screen and (max-width: 700px) {
  .main_promo_container img {
    margin: -27px 0 0 0;
  }
}
@media screen and (max-width: 660px) {
  .main_promo_container img {
    margin: -24px 0 0 0;
  }
  .container {
    max-height: 450px;
  }
  .image_container .add_margin {
    margin: -5px 0 0 0;
  }
}
@media screen and (max-width: 635px) {
  .main_promo_heading h3 a {
    font-size: 17px;
  }
  .category_container_heading h3 a {
    font-size: 17px;
  }
}
@media screen and (max-width: 615px) {
  .main_promo_container img {
    margin: -21px 0 0 0;
  }
  .container {
    max-height: 420px;
  }
  .button_container {
    top: -65px;
    left: 40%;
  }
}
@media screen and (max-width: 530px) {
  .button_container {
    top: -65px;
    left: 35%;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*Added style for Logo Fee Charge Free text*/
.charge_free {
  color: red;
}

/*End - Added style for Logo Fee Charge Free text*/
.padding0 {
  padding: 0 !important;
}

.margin0 {
  margin: 0 !important;
}

/* classes specific to printers */
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
/* classes specific to tablets */
#topnavigation.tablet {
  background-color: transparent !important;
}

#topnavlist .menu_button ~ li.tablet {
  display: block !important;
}

/*Begin Global Elements, Tags, Id's & Classes*/
* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  background-color: white;
  color: black;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  margin: 0;
}

input {
  border-radius: 0;
}

input, textarea, select, button {
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  /*Chrome/Safari*/
  -webkit-appearance: none;
  /*firefox*/
  -moz-appearance: none;
  appearance: none;
  /*Chrome/Safari*/
  -webkit-border-radius: 0;
  /*firefox*/
  -moz-border-radius: 0;
  border-radius: 0;
}

button, input[type=button] {
  -webkit-appearance: none;
  /*Safari/Chrome*/
  -moz-appearance: none;
  /*Firefox*/
  -ms-appearance: none;
  /*IE*/
  -o-appearance: none;
  /*Opera*/
  appearance: none;
  -webkit-border-radius: 0;
  transition: all 0.25s ease;
}

a {
  color: #003087;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #954f72;
}

form {
  margin: 0;
}

h1 {
  color: #fc5a0f;
  font-weight: bold;
  margin: 0 0 12px;
}
h1 {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  h1 {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  color: #978784;
  margin: 0 0 12px 5px;
}
h2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  h2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  h2 {
    font-size: 1.37rem;
  }
}

h3 {
  color: #f6931e;
  margin: 0 0 6px;
}
h3 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  h3 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  h3 {
    font-size: 1.37rem;
  }
}

h4 {
  color: #474747;
  font-weight: bold;
  margin: 2px 0 3px;
}
h4 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  h4 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  h4 {
    font-size: 0.94rem;
  }
}

h5 {
  color: #865842;
  margin: 0 0 6px;
}
h5 {
  font-size: 0.69rem;
}
@media screen and (min-width: 47rem) {
  h5 {
    font-size: calc(0.25vw + 0.5725rem);
  }
}
@media screen and (min-width: 95rem) {
  h5 {
    font-size: 0.81rem;
  }
}

.ui-widget {
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

.content {
  margin: 0 auto;
  position: relative;
  max-width: 950px;
  width: 100%;
}
@media (max-width: 949px) {
  .content {
    width: 100%;
  }
}

.content_fullwidth {
  width: 100%;
}

#overallbody {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.table_wrapper {
  display: table;
  width: 100%;
}
.table_wrapper > .content {
  display: inherit;
}
.table_wrapper .table_cell {
  display: table-cell;
}

/* body shell - START */
#layout {
  /* was 800px*/
}
#layout .a {
  float: left;
  margin: 13px 0 0;
  padding: 0;
  width: 172px;
}
#layout .bc {
  float: left;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
#layout .s_body {
  margin: 8px auto 0;
  text-align: left;
  width: 100%;
}
#layout .s_body .content {
  max-width: 1300px;
}

/* body shell - END */
/* Loading Graphic - START */
.general_waitingIcon_large {
  height: 400px;
  overflow: hidden;
  position: absolute;
  width: 400px;
  z-index: 3000001;
}

.general_waitingBackground {
  background: #333;
  filter: alpha(opacity=60);
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: 3000000;
}

.jcWaitCover_cover {
  background: #333;
  opacity: 0.6;
  z-index: 9999;
}

.jcWaitCover_text {
  background-color: #383838;
  color: black;
  font-size: 14px;
  overflow: visible;
}

.jcWaitCover_icon_large {
  background-color: transparent;
  height: 115px;
  overflow: hidden;
  width: 115px;
}

.jcWaitCover_icon_small {
  background-color: transparent;
  height: 55px;
  overflow: hidden;
  width: 55px;
}

/*use.htm layout*/
.use_wrapper {
  max-width: 1160px;
  margin: 20px auto 10px auto;
  padding: 0 5px;
}

/* Loading Graphic - END */
.skip-nav {
  position: absolute;
  top: -999em;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: left;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-nav:focus {
  position: static;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  padding: 5px;
  color: #007bff;
  text-decoration: underline;
  z-index: 100;
}

.tips-promo-partner {
  font-size: 14px;
}
.tips-promo-partner .breadcrumbs {
  text-align: left;
  margin: 10px 0;
}
.tips-promo-partner h2 {
  color: #231f20;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 22px 0;
}
.tips-promo-partner .hero {
  padding: 20px;
  text-align: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.tips-promo-partner .hero h1 {
  font-weight: bold;
  font-size: 34px;
  margin: 0;
  color: #231f20;
  margin-bottom: 20px;
}
.tips-promo-partner .hero h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  color: #949494;
}
.tips-promo-partner .hero img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 668px;
  width: 100%;
  height: auto;
}
.tips-promo-partner .content-img-1,
.tips-promo-partner .content-img-2,
.tips-promo-partner .content-img-3 {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 628px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tips-promo-partner .main-content {
  padding: 20px;
  text-align: left;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.tips-promo-partner .main-content p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5em;
}
.tips-promo-partner .main-content a {
  text-decoration: underline;
}
.tips-promo-partner .main-content a:hover {
  text-decoration: none;
}
.tips-promo-partner .main-content li {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.tips-promo-partner .main-content .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.tips-promo-partner .main-content .images img {
  width: 23%;
  min-width: 300px;
  height: auto;
}
@media (max-width: 950px) {
  .tips-promo-partner .main-content .images img {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .tips-promo-partner .main-content .images img {
    width: 100%;
  }
}

.tips-from-your-promo-partner p {
  margin-bottom: 50px;
  margin-top: 4px;
}

.redirect123promos {
  font-size: 14px;
}
.redirect123promos h2 {
  color: #231f20;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 22px 0;
}
.redirect123promos .hero {
  padding: 0;
  text-align: center;
}
.redirect123promos .hero h1 {
  font-weight: bold;
  font-size: 44px;
  margin: 0;
  color: #231f20;
}
.redirect123promos .hero h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  color: #949494;
}
.redirect123promos .our-promise {
  padding: 40px 20px;
  display: flex;
  gap: 40px;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .redirect123promos .our-promise {
    flex-wrap: wrap;
  }
}
.redirect123promos .our-promise section:nth-child(1) strong {
  color: #4ec3e0;
}
.redirect123promos .our-promise section:nth-child(1) .seal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.redirect123promos .our-promise section:nth-child(1) .seal strong {
  font-size: 20px;
  color: #231f20;
}
.redirect123promos .our-promise section:nth-child(1) .seal p {
  max-width: 350px;
}
.redirect123promos .our-promise section:nth-child(2) {
  background-color: #ffc72c;
  color: #000;
  width: 33%;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px;
}
@media (max-width: 600px) {
  .redirect123promos .our-promise section:nth-child(2) {
    width: 100%;
  }
}
.redirect123promos .our-promise section:nth-child(2) h3 {
  color: #000;
}
.redirect123promos .our-promise section:nth-child(2) a {
  color: #000;
}
.redirect123promos .our-promise section:nth-child(2) .newsletter_signup_area {
  padding-right: 0;
  text-align: unset;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.redirect123promos .our-promise section:nth-child(2) .newsletter_signup_area .nwstext {
  border: 1px solid #051937;
}
.redirect123promos .our-promise section:nth-child(2) .newsletter_signup_area .nwsbut {
  background-color: #051937;
  border: 1px solid #051937;
  color: #fff;
  white-space: nowrap;
}
.redirect123promos .our-promise section:nth-child(2) .newsletter_signup_area .nwsbut:hover {
  background-color: #4ec3e0;
  border: 1px solid #4ec3e0;
}
.redirect123promos .our-products {
  padding: 40px 20px;
  text-align: center;
  background-color: #4ec3e0;
}
.redirect123promos .our-products h2, .redirect123promos .our-products h3 {
  color: #051937;
}
.redirect123promos .our-products img {
  width: 100%;
  height: auto;
  max-width: 940px;
  margin-top: 30px;
}
.redirect123promos .our-products .highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.redirect123promos .our-products .highlights .highlight {
  background-color: #fff;
  border-radius: 6px;
  padding: 0 20px 30px 20px;
  text-align: center;
  width: 23%;
  min-width: 300px;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 950px) {
  .redirect123promos .our-products .highlights .highlight {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .redirect123promos .our-products .highlights .highlight {
    width: 100%;
  }
}
.redirect123promos .our-products .highlights .highlight img {
  width: 100px;
  height: auto;
  top: -52px;
  position: relative;
  margin-bottom: -50px;
}
.redirect123promos .our-products .highlights .highlight .blurb {
  color: #000;
}
.redirect123promos .our-products .highlights .highlight .author {
  color: #000;
  font-weight: bold;
}
.redirect123promos .top-products {
  padding: 40px 20px;
  text-align: center;
}
.redirect123promos .top-products .links {
  display: flex;
  justify-content: center;
}
.redirect123promos .top-products .links ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.redirect123promos .top-products .links ul li {
  margin: 0 10px;
}
.redirect123promos .top-products .links ul li a {
  background-color: #051937;
  padding: 12px 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  min-width: 140px;
  display: inline-block;
  transition: all 0.25s ease;
  text-decoration: none;
}
.redirect123promos .top-products .links ul li a:hover {
  text-decoration: none;
  background-color: #4ec3e0;
}
.redirect123promos .people {
  padding: 40px 20px;
  text-align: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.redirect123promos .people .testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.redirect123promos .people .testimonials .testimonial {
  background-color: #051937;
  border-radius: 6px;
  padding: 0 20px 30px 20px;
  text-align: center;
  width: 23%;
  min-width: 300px;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 950px) {
  .redirect123promos .people .testimonials .testimonial {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .redirect123promos .people .testimonials .testimonial {
    width: 100%;
  }
}
.redirect123promos .people .testimonials .testimonial img {
  width: 50%;
  height: auto;
  top: -52px;
  position: relative;
  margin-bottom: -50px;
}
.redirect123promos .people .testimonials .testimonial .blurb {
  color: #fff;
}
.redirect123promos .people .testimonials .testimonial .author {
  color: #ffc72c;
  font-weight: bold;
}
.redirect123promos .service {
  padding: 40px 20px;
  text-align: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.redirect123promos .service .testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.redirect123promos .service .testimonials h2 {
  margin: 0;
}
@media (min-width: 950px) {
  .redirect123promos .service .testimonials .testimonial:nth-child(2) {
    border-right: 1px solid #828382;
    border-left: 1px solid #828382;
  }
}
.redirect123promos .service .testimonials .testimonial {
  padding: 0 20px 30px 20px;
  text-align: center;
  width: 30%;
  min-width: 300px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 950px) {
  .redirect123promos .service .testimonials .testimonial {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .redirect123promos .service .testimonials .testimonial {
    width: 100%;
  }
}
.redirect123promos .service .testimonials .testimonial .title {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
}
.redirect123promos .service .testimonials .testimonial .blurb {
  color: #000;
  margin-top: 0;
}
.redirect123promos .service .testimonials .testimonial .author {
  color: #000;
  font-weight: bold;
  margin-top: 0;
}
.redirect123promos .service .videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.redirect123promos .service .videos .video {
  padding: 0;
  text-align: center;
  width: 32%;
  min-width: 300px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 950px) {
  .redirect123promos .service .videos .video {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .redirect123promos .service .videos .video {
    width: 100%;
  }
}
.redirect123promos .service .videos .video img {
  width: 100%;
  height: auto;
}
.redirect123promos .goods-place {
  padding: 40px 20px;
  text-align: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.redirect123promos .goods-place p {
  text-align: left;
}
.redirect123promos .goods-place .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.redirect123promos .goods-place .images img {
  width: 23%;
  min-width: 300px;
  height: auto;
}
@media (max-width: 950px) {
  .redirect123promos .goods-place .images img {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .redirect123promos .goods-place .images img {
    width: 100%;
  }
}

.redirect123promos-modal img {
  width: 100%;
  height: auto;
}

.aboutus {
  font-size: 14px;
}
.aboutus h2 {
  color: #231f20;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 22px 0;
}
.aboutus .hero {
  padding: 40px 0;
  text-align: center;
}
.aboutus .hero h1 {
  font-weight: bold;
  font-size: 44px;
  margin: 0;
  color: #231f20;
}
.aboutus .hero h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  color: #949494;
}
.aboutus .our-promise {
  padding: 40px 20px;
  display: flex;
  gap: 40px;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.aboutus .our-promise section:nth-child(1) strong {
  color: #4ec3e0;
}
.aboutus .our-promise section:nth-child(1) .seal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.aboutus .our-promise section:nth-child(1) .seal strong {
  font-size: 20px;
  color: #231f20;
}
.aboutus .our-promise section:nth-child(1) .seal p {
  max-width: 350px;
}
.aboutus .our-promise section:nth-child(2) {
  background-color: #ffc72c;
  width: 33%;
  min-width: 120px;
  display: flex;
  align-items: center;
}
.aboutus .our-promise section:nth-child(2) img {
  width: 100%;
  height: auto;
}
.aboutus .our-products {
  padding: 40px 20px;
  text-align: center;
  background-color: #4ec3e0;
}
.aboutus .our-products h2 {
  color: #fff;
}
.aboutus .our-products img {
  width: 100%;
  height: auto;
  max-width: 940px;
}
.aboutus .top-products {
  padding: 40px 20px;
  text-align: center;
}
.aboutus .top-products .links {
  display: flex;
  justify-content: center;
}
.aboutus .top-products .links ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.aboutus .top-products .links ul li {
  margin: 0 10px;
}
.aboutus .top-products .links ul li a {
  background-color: #051937;
  padding: 12px 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  min-width: 140px;
  display: inline-block;
  transition: all 0.25s ease;
  text-decoration: none;
}
.aboutus .top-products .links ul li a:hover {
  text-decoration: none;
  background-color: #4ec3e0;
}
.aboutus .people {
  padding: 40px 20px;
  text-align: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.aboutus .people .testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.aboutus .people .testimonials .testimonial {
  background-color: #051937;
  border-radius: 6px;
  padding: 0 20px 30px 20px;
  text-align: center;
  width: 23%;
  min-width: 300px;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 950px) {
  .aboutus .people .testimonials .testimonial {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .aboutus .people .testimonials .testimonial {
    width: 100%;
  }
}
.aboutus .people .testimonials .testimonial img {
  width: 50%;
  height: auto;
  top: -52px;
  position: relative;
  margin-bottom: -50px;
}
.aboutus .people .testimonials .testimonial .blurb {
  color: #fff;
}
.aboutus .people .testimonials .testimonial .author {
  color: #ffc72c;
  font-weight: bold;
}
.aboutus .service {
  padding: 40px 20px;
  text-align: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.aboutus .service .testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.aboutus .service .testimonials h2 {
  margin: 0;
}
@media (min-width: 950px) {
  .aboutus .service .testimonials .testimonial:nth-child(2) {
    border-right: 1px solid #828382;
    border-left: 1px solid #828382;
  }
}
.aboutus .service .testimonials .testimonial {
  padding: 0 20px 30px 20px;
  text-align: center;
  width: 30%;
  min-width: 300px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 950px) {
  .aboutus .service .testimonials .testimonial {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .aboutus .service .testimonials .testimonial {
    width: 100%;
  }
}
.aboutus .service .testimonials .testimonial .title {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
}
.aboutus .service .testimonials .testimonial .blurb {
  color: #000;
  margin-top: 0;
}
.aboutus .service .testimonials .testimonial .author {
  color: #000;
  font-weight: bold;
  margin-top: 0;
}
.aboutus .service .videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.aboutus .service .videos .video {
  padding: 0;
  text-align: center;
  width: 32%;
  min-width: 300px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 950px) {
  .aboutus .service .videos .video {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .aboutus .service .videos .video {
    width: 100%;
  }
}
.aboutus .service .videos .video img {
  width: 100%;
  height: auto;
}
.aboutus .goods-place {
  padding: 40px 20px;
  text-align: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.aboutus .goods-place p {
  text-align: left;
}
.aboutus .goods-place .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.aboutus .goods-place .images img {
  width: 23%;
  min-width: 300px;
  height: auto;
}
@media (max-width: 950px) {
  .aboutus .goods-place .images img {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .aboutus .goods-place .images img {
    width: 100%;
  }
}

/* Careers - START */
.careers_wrapper {
  margin-bottom: 130px;
  overflow: hidden;
}
.careers_wrapper h4 {
  margin-bottom: 8px;
}
.careers_wrapper .column_left {
  float: left;
  width: 600px;
}
.careers_wrapper .introtext {
  line-height: 16px;
}

/* Careers - END */
/* Category - START */
#divcategorylisting {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.category_filters,
.gsa_filters {
  width: 172px;
}
.category_filters .category_box,
.gsa_filters .category_box {
  border-left: 0;
  color: #003087;
  margin: 0 0 5px;
  padding: 0 0 5px 0px;
  text-align: left;
}
.category_filters .category_box .category_filtitle,
.gsa_filters .category_box .category_filtitle {
  color: black;
  font-weight: bold;
}
.category_filters .category_box .category_filtitle,
.gsa_filters .category_box .category_filtitle {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .category_filters .category_box .category_filtitle,
  .gsa_filters .category_box .category_filtitle {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .category_filters .category_box .category_filtitle,
  .gsa_filters .category_box .category_filtitle {
    font-size: 0.94rem;
  }
}
.category_filters .category_box .catfilgroup,
.gsa_filters .category_box .catfilgroup {
  color: #474747;
  cursor: pointer;
  font-weight: 600;
  margin-top: 5px;
  padding: 5px 0;
}
.category_filters .category_box .catfilgroup .arrow,
.gsa_filters .category_box .catfilgroup .arrow {
  float: right;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background-image: url("/Amsterdam/pict/down_arrow.svg");
  position: relative;
  top: 5px;
}
.category_filters .category_box .catfilgroup .left,
.gsa_filters .category_box .catfilgroup .left {
  background-image: url("/Amsterdam/pict/right_arrow.svg");
}
.category_filters .category_box .catfilgroup .text,
.gsa_filters .category_box .catfilgroup .text {
  color: black;
  text-transform: uppercase;
  border-top: 2px solid #aaa;
  padding-top: 3px;
}
.category_filters .category_box .catfilmenu,
.gsa_filters .category_box .catfilmenu {
  overflow: hidden;
  font-size: 13px;
}
.category_filters .category_box .catfilmenu ul,
.gsa_filters .category_box .catfilmenu ul {
  color: black;
  list-style-image: url("/Amsterdam/pict/pix.gif");
  margin: 0;
  padding: 3px 0;
}
.category_filters .category_box .catfilmenu ul li,
.gsa_filters .category_box .catfilmenu ul li {
  padding: 3px 2px 3px 0;
  display: flex;
}
.category_filters .category_box .catfilmenu ul li a,
.gsa_filters .category_box .catfilmenu ul li a {
  color: black;
  padding: 0;
}
.category_filters .category_box .catfilmenu ul li input[type=checkbox],
.gsa_filters .category_box .catfilmenu ul li input[type=checkbox] {
  cursor: pointer;
  margin-top: 0px;
  vertical-align: middle;
}
.category_filters .category_box .catfilmenu ul li label.text,
.gsa_filters .category_box .catfilmenu ul li label.text {
  cursor: pointer;
}
.category_filters .category_box .catfilmenu ul li label.text:hover,
.gsa_filters .category_box .catfilmenu ul li label.text:hover {
  text-decoration: underline;
}
/*category_content style updates*/
.category_content {
  max-width: 1192px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.category_center_page {
  display: flex;
}

.category_main {
  flex: 1;
  padding-left: 15px;
}
.category_main .category_margin5 {
  margin-right: 5px;
}
.category_main .category_margin8 {
  margin-right: 8px;
}
.category_main .category_margin10 {
  margin-right: 10px;
}
.category_main .category_header {
  margin-bottom: 10px;
}
.category_main .category_header .category_head {
  color: #000;
  font-weight: 700;
  margin: 0;
}
.category_main .category_header .category_head {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .category_main .category_header .category_head {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .category_main .category_header .category_head {
    font-size: 1.37rem;
  }
}
.category_main .category_header .category_itemcount {
  /*color: $color-primary-gray;*/
  color: #000;
  font-weight: 600;
  margin: 5px 0 0 5px;
}
.category_main .category_header .category_ddlsort {
  color: black;
  font-family: Helvetica;
}
.category_main .catfilremovecontainer {
  border-radius: 10px;
  border: 1px solid #ccc;
  /*color: #2C5987;*/
  font-weight: bold;
  margin-bottom: 5px;
  padding: 8px;
  line-height: 20px;
}
.category_main .catfilremovecontainer .catfilremove {
  /*cursor: pointer;*/
  margin-left: 10px;
}
.category_main .catfilremovecontainer .catfilremove .icon {
  background-color: #58b9f5;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 0.63rem;
  height: 13px;
  line-height: 15px;
  margin: 3px 2px 0;
  text-align: center;
  width: 13px;
}
.category_main .products_margin {
  margin-bottom: 30px;
}
.category_main .product_container {
  display: inline-block;
  margin: 0 4px 30px 15px;
  overflow: hidden;
  padding-bottom: 40px;
  vertical-align: top;
  width: 231px;
}
.category_main .product_container .product_image_container {
  cursor: pointer;
  height: 314px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease;
  border: 1px solid #fff;
}
.category_main .product_container .product_image_container:hover {
  transform: scale(0.98);
  border: 1px solid #E8E8E8;
}
.category_main .product_container .product_image_container .product_image {
  height: 280px;
  padding: 0;
  position: absolute;
  top: 30px;
}
.category_main .product_container .product_image_container .product_image .category_thumb4 {
  height: 100%;
  width: 100%;
}
.category_main .product_container .product_info {
  color: #000;
  line-height: 16px;
}
.category_main .product_container .product_info .reviews {
  margin: 6px 0;
}
.category_main .product_container .product_info .quickview_link {
  border-bottom: 1px solid #ccc;
  color: #003087;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.category_main .product_container .product_info .quickview_link:before {
  background-image: url("/Amsterdam/pict/quick-view-icon.svg");
  background-size: 17px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  width: 17px;
}
.category_main .product_container .product_info .divider {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  clear: both;
}
.category_main .product_container .product_info .addtocart_link {
  clear: both;
  color: #003087;
  cursor: pointer;
  margin: 4px 0 4px 0;
  padding: 4px 0;
  display: block;
  line-height: 1.5;
}
.category_main .product_container .product_info .addtocart_link img {
  height: 13px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  width: 17px;
}
.category_main .product_container .product_info .click_swatch_txt {
  font-weight: 700;
  font-size: 0.63rem;
}
.category_main .product_container .product_info .text_info {
  clear: both;
}
.category_main .product_container .product_info .text_info .product_name {
  font-weight: 700;
  text-overflow: initial;
  white-space: normal;
  display: block;
  line-height: 1.5;
  font-size: 16px;
}
.category_main .product_container .product_info .text_info .product_name a {
  /*padding: 44px 0px 44px 0px;*/
}
.category_main .product_container .product_info .text_info .product_add_desc {
  /*color: $text-placeholder;*/
  color: #000;
  white-space: normal;
  word-break: keep-all;
  word-wrap: break-word;
  margin: 12px 0;
  font-size: 13px;
}
.category_main .product_container .product_info .text_info .product_id {
  /*color: $text-placeholder;*/
  color: #000;
}
.category_main .product_container .product_info .text_info .product_price {
  display: inline-block;
}

/* Category - END */
/* 'Go to Top' arrow - START */
.category_uparrow {
  cursor: pointer;
  /*display: none;*/
  left: 800px;
  position: absolute;
  text-align: center;
  top: 0;
}
@media (min-width: 950px) {
  .category_uparrow {
    display: block;
  }
}
.category_uparrow .icon {
  background-image: url("/Amsterdam/pict/category_uparrow.png");
  height: 24px;
  width: 54px;
}

/* 'Go to Top' arrow - END */
/* Banners - START */
.cat_banner_text {
  color: black;
  left: 0 !important;
  margin-left: 187px;
  max-width: 950px;
  padding: 10px 0;
  width: auto;
}
.cat_banner_text {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .cat_banner_text {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .cat_banner_text {
    font-size: 0.94rem;
  }
}

.cat_banner_text h1 {
  color: black;
  font-weight: normal;
  margin-bottom: 3px;
}
.cat_banner_text h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .cat_banner_text h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .cat_banner_text h1 {
    font-size: 1.37rem;
  }
}

@media only screen and (max-width: 950px) {
  .cat_banner_text {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.footnote {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .footnote {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .footnote {
    font-size: 0.75rem;
  }
}

.cat_banner_text .sub_cat_description {
  font-weight: normal;
  margin-top: 5px;
}

/*category_updates J*/
.category_banner {
  border-bottom: solid 1px #aaa;
  margin-bottom: 30px;
  position: relative;
}
.category_banner:hover a {
  transform: scale(1.01);
  transition: 0.25s;
}
.category_banner img {
  max-width: 1192px;
  width: 100%;
}
@media (max-width: 949px) {
  .category_banner img {
    height: auto;
    width: 100%;
  }
}
.category_banner .banner_text {
  left: 25px;
  position: absolute;
  text-align: left;
  top: 10px;
  zoom: 68%;
}
@media (min-width: 750px) {
  .category_banner .banner_text {
    zoom: 77%;
  }
}
@media (min-width: 850px) {
  .category_banner .banner_text {
    zoom: 88%;
  }
}
@media (min-width: 950px) {
  .category_banner .banner_text {
    zoom: 100%;
  }
}
.category_banner .banner_text .title {
  color: #0076bb;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 45px;
  text-shadow: 0 0 15px #005688;
}
.category_banner .banner_text .subtitle {
  color: #383838;
  font-size: 26px;
  line-height: 26px;
  margin-top: 3px;
}
.category_banner .banner_text .description {
  color: #383838;
  line-height: 16px;
  margin-top: 3px;
}
.category_banner .banner_text .description {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .category_banner .banner_text .description {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .category_banner .banner_text .description {
    font-size: 0.88rem;
  }
}
.category_banner .banner_text .footnote {
  color: #383838;
  margin: 7px 0 0;
}
.category_banner .banner_text .footnote {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .category_banner .banner_text .footnote {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .category_banner .banner_text .footnote {
    font-size: 0.75rem;
  }
}
.category_banner .category_banner_results {
  background-image: url("/Amsterdam/pict/category_banners/APL_CouponResults_Banner.jpg");
  background-repeat: no-repeat;
  border-bottom: solid 5px #999;
  color: #3a3b3b;
  font-family: Helvetica;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
}
.category_banner .category_banner_results .category_banner_text1 {
  font-weight: bold;
  left: 25px;
  line-height: normal;
  position: absolute;
  top: 20px;
  width: 580px;
}
.category_banner .category_banner_results .category_banner_text1 {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  .category_banner .category_banner_results .category_banner_text1 {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .category_banner .category_banner_results .category_banner_text1 {
    font-size: 1.5rem;
  }
}
.category_banner .category_banner_results .category_banner_text2 {
  left: 25px;
  line-height: normal;
  position: absolute;
  top: 55px;
  width: 580px;
}
.category_banner .category_banner_results .category_banner_text2 {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .category_banner .category_banner_results .category_banner_text2 {
    font-size: calc(0.5vw + 0.645rem);
  }
}
@media screen and (min-width: 95rem) {
  .category_banner .category_banner_results .category_banner_text2 {
    font-size: 1.12rem;
  }
}

.banner_coupon {
  background-color: white;
  position: relative;
  width: 950px;
}
.banner_coupon .content {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#eeeeee', endColorstr='#fff')";
  background-image: -moz-linear-gradient(top, #ededed 0, white 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(white));
  background-color: #ededed;
  border: 3px dashed #051937;
  margin-top: 24px;
  padding: 18px 40px;
  width: auto;
}
.banner_coupon .content .title {
  color: black;
  font-size: 40px;
  margin-bottom: 15px;
}
.banner_coupon .content .description {
  color: #051937;
  font-weight: 700;
  width: 450px;
}
.banner_coupon .content .description {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .banner_coupon .content .description {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .banner_coupon .content .description {
    font-size: 0.88rem;
  }
}
.banner_coupon .content .banner_image {
  background-image: url("/Amsterdam/pict/tags.png");
  background-repeat: no-repeat;
  height: 188px;
  position: absolute;
  right: 40px;
  top: -24px;
  width: 431px;
}
.banner_coupon .fineprint {
  color: #383838;
  display: block;
  font-size: 0.63rem;
  margin: 15px 0 0;
  text-align: right;
}

.category_banner .shop_by_icon {
  float: left;
  margin: 5px 10px 0 0;
  width: 105px;
  height: 105px;
}

.shop_by_industry_container {
  color: black;
  display: flex;
  margin: 0px 0px 10px 15%;
  max-width: 991px;
}

.shop_by_industry_container .title {
  color: black;
  font-size: 40px;
  font-weight: 400;
  margin: 5px 0 2px;
}

.shop_by_industry_container .description {
  color: black;
}
.shop_by_industry_container .description {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .shop_by_industry_container .description {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .shop_by_industry_container .description {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .shop_by_industry_container {
    max-width: 80%;
  }
}
@media (max-width: 900px) {
  .shop_by_industry_container {
    max-width: 72%;
  }
}
@media (max-width: 800px) {
  .shop_by_industry_container .description {
    font-size: 0.81rem;
  }
}
@media screen and (max-width: 800px) and (min-width: 47rem) {
  .shop_by_industry_container .description {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (max-width: 800px) and (min-width: 95rem) {
  .shop_by_industry_container .description {
    font-size: 0.94rem;
  }
}
@media (max-width: 949px) {
  .category_banner img.shop_by_icon {
    height: 105px;
    width: 105px;
  }
}
/* Banners - END */
/* GSA Search Banner - BEGIN */
.search_banner {
  background-image: url("/Amsterdam/pict/banners/banner_bg_blue.jpg");
  background-repeat: no-repeat;
  height: 120px;
  position: relative;
  width: 950px;
}
.search_banner .item_image {
  left: 0;
  position: absolute;
  top: 0;
}
.search_banner .content_left {
  float: left;
  margin: 9px 0 0 25px;
  text-align: left;
}
.search_banner .content_right {
  float: right;
  margin: 3px 19px 0 0;
  text-align: right;
}
.search_banner .item_description {
  color: white;
  letter-spacing: 2px;
}
.search_banner .item_description {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .search_banner .item_description {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .search_banner .item_description {
    font-size: 1.37rem;
  }
}
.search_banner .item_name {
  color: #383838;
  letter-spacing: 1px;
  margin-top: 4px;
}
.search_banner .item_name {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .search_banner .item_name {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .search_banner .item_name {
    font-size: 0.94rem;
  }
}
.search_banner .item_number {
  color: white;
  letter-spacing: 1px;
  margin-top: 2px;
}
.search_banner .item_promo_1 {
  color: #97cafd;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
}
.search_banner .item_promo_2 {
  color: #383838;
  letter-spacing: 2px;
}
.search_banner .item_promo_2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .search_banner .item_promo_2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .search_banner .item_promo_2 {
    font-size: 1.37rem;
  }
}
.search_banner .item_code_label {
  color: #383838;
  letter-spacing: 2px;
}
.search_banner .item_code_label {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .search_banner .item_code_label {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .search_banner .item_code_label {
    font-size: 1.37rem;
  }
}
.search_banner .item_code {
  color: white;
  display: inline-block;
}
.search_banner .item_code {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .search_banner .item_code {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .search_banner .item_code {
    font-size: 1.37rem;
  }
}

/* GSA Search Banner - END */
.pagination_container {
  width: 100%;
  margin: 10px auto;
  display: inline-block;
}
.pagination_container .pagination_items_container {
  width: 75%;
  height: auto;
  margin: 20px auto;
  text-align: center;
}
.pagination_container .pagination_items_container .pagination_text {
  color: #000;
  font-weight: bold;
  font-family: arial;
}
.pagination_container .pagination_smaller_container {
  width: 75%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.pagination_container .pagination_smaller_container .pagination {
  width: 40px;
  height: 35px;
  background-color: #051937;
  color: white !important;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-family: arial;
  margin: 0 0.9%;
  vertical-align: middle;
}
.pagination_container .pagination_smaller_container .underline_page {
  text-decoration: underline;
}
.pagination_container .pagination_smaller_container .active_pagination_page {
  background-color: #58b9f5;
  color: #051937 !important;
}
.pagination_container .pagination_smaller_container .disabled {
  color: #383838;
  background-color: #ededed;
  display: none;
}

.brand_banner {
  margin: 0 auto;
  max-width: 1192px;
  width: 100%;
}
.brand_banner img {
  width: 100%;
}

.brand_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1192px;
  margin: 0 auto;
}
.brand_wrapper p {
  font-weight: bold;
  margin: 30px 0 0;
  width: 100%;
}
.brand_wrapper p {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .brand_wrapper p {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .brand_wrapper p {
    font-size: 1.37rem;
  }
}

.brand_box {
  border: 1px solid #aaa;
  margin: 10px 20px 0 0;
  text-align: center;
  width: 214px;
}
.brand_box p {
  font-weight: bold;
  height: 59px;
  margin-bottom: 10px;
}
.brand_box p {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  .brand_box p {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .brand_box p {
    font-size: 1.5rem;
  }
}
.brand_box img {
  height: 85px;
  width: 85px;
}
.brand_box .button_link {
  background-color: #9CCB3B;
  border-radius: 7px;
  color: white;
  display: block;
  margin: 0 auto 20px;
  padding: 10px 0;
  text-align: center;
  width: 155px;
}
.brand_box .button_link {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .brand_box .button_link {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .brand_box .button_link {
    font-size: 1rem;
  }
}

.brand_wrapper.events_page p {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  .brand_wrapper.events_page p {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .brand_wrapper.events_page p {
    font-size: 1.25rem;
  }
}
.brand_wrapper.events_page img {
  height: 125px;
  width: 125px;
}

.category-banner-style-1 {
  position: relative;
}
.category-banner-style-1 img {
  width: 100%;
  max-width: 1190px;
}
.category-banner-style-1 .text-wrapper {
  margin-left: 0;
  padding: 10px;
  position: absolute;
  top: 54px;
  left: 42px;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .category-banner-style-1 .text-wrapper {
    width: 283px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .category-banner-style-1 .text-wrapper {
    width: 283px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .category-banner-style-1 .text-wrapper {
    width: 334px;
    top: 43px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .category-banner-style-1 .text-wrapper {
    width: 390px;
  }
}
@media only screen and (min-width: 1201px) {
  .category-banner-style-1 .text-wrapper {
    width: 480px;
  }
}
.category-banner-style-1 .text-wrapper h1 {
  color: #404040;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .category-banner-style-1 .text-wrapper h1 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .category-banner-style-1 .text-wrapper h1 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .category-banner-style-1 .text-wrapper h1 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .category-banner-style-1 .text-wrapper h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1201px) {
  .category-banner-style-1 .text-wrapper h1 {
    font-size: 22px;
  }
}
.category-banner-style-1 .text-wrapper p {
  color: #404040;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .category-banner-style-1 .text-wrapper p {
    font-size: 8px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .category-banner-style-1 .text-wrapper p {
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .category-banner-style-1 .text-wrapper p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .category-banner-style-1 .text-wrapper p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1201px) {
  .category-banner-style-1 .text-wrapper p {
    font-size: 14px;
  }
}

.goods {
  max-width: 1192px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px 40px 10px;
  position: relative;
  --items-visible: 3;
}
.goods .goods-list {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  gap: 10px;
}
.goods .goods-list .goods-item {
  flex: 0 0 calc(100% / var(--items-visible) - 10px);
  max-width: calc(100% / var(--items-visible) - 10px);
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.goods .goods-list .goods-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #001738;
}
.goods .goods-list .goods-item a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.goods .carousel-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  opacity: 1;
  transition: opacity 0.3s;
  top: 50%;
  transform: translateY(-85%);
}
.goods .carousel-arrow::before {
  content: "";
  border: solid #001738;
  border-width: 0 6px 6px 0;
  padding: 6px;
  display: inline-block;
  transform: rotate(45deg);
  margin-top: 2px;
}
.goods .carousel-arrow.left {
  left: -10px;
}
.goods .carousel-arrow.left::before {
  transform: rotate(135deg);
  margin-left: 4px;
}
.goods .carousel-arrow.right {
  right: -10px;
}
.goods .carousel-arrow.right::before {
  transform: rotate(-45deg);
  margin-right: 4px;
}
.goods .carousel-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.goods .carousel-arrow.disabled::before {
  border-color: #999;
}
.goods .carousel-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .goods {
    --items-visible: 7;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .goods {
    --items-visible: 6;
  }
}
@media (min-width: 1440px) {
  .goods {
    --items-visible: 9;
  }
}
@media (max-width: 480px) {
  .goods .carousel-arrow.left, .goods .carousel-arrow.right {
    width: 25px;
    height: 25px;
  }
  .goods .goods-list {
    gap: 5px;
  }
}

/* Checkout1 - START */
.checkout_flex {
  display: flex;
}

.selectContent {
  width: 290px;
  position: relative;
  font-size: 12px;
}
.selectContent ul, .selectContent li {
  list-style: none;
}
.selectContent .selectText {
  height: 100%;
  line-height: 36px;
  padding-left: 10px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}
.selectContent .selectUl {
  border: 1px solid #c1c1c1;
  background: #ffffff;
  border-top: none;
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  padding-left: 0px;
}
.selectContent .selectUl .selectLi {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  cursor: pointer;
}
.selectContent .selectUl .selectLi:hover {
  background: #0074E8;
  color: white;
}
.selectContent .arrow {
  bottom: -16px;
  height: 16px;
  position: absolute;
  margin-left: -35px;
  top: 15px;
  left: 94% !important;
  overflow: hidden;
  width: 50px !important;
}
.selectContent .arrow:after {
  background: white;
  border: 1px solid #051937;
  box-shadow: 0 0 15px -5px #aaa;
  content: "";
  height: 25px;
  left: 20px;
  position: absolute;
  top: -20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
}

.normal-login > div {
  float: left;
}
.normal-login .returning_customer_login {
  width: 490px;
  border-right: 1px solid #cccccc;
  padding: 0 40px 40px 0;
}
.normal-login .returning_customer_login div.recovery-pwd {
  margin-top: 8px;
  text-align: right;
}
.normal-login .guest-checkout {
  padding: 0 0 40px 40px;
  width: 490px;
}
.normal-login .guest-checkout h4 {
  margin: 20px 4px;
}
.normal-login .guest-checkout input#ctl00_cphBody_ctl00_checkoutLogin_BtnContinueAsGuest:hover {
  background-color: #051937;
  color: #fff;
}

.checkout-info {
  width: 610px;
  margin: 0 auto;
}

.checkout1_left {
  float: none;
  margin: 0 auto;
  width: 980px;
}
@media (min-width: 950px) {
  .checkout1_left {
    float: none;
    margin: 0 auto;
  }
}

.checkout1_right #summary_block {
  float: none;
  margin: 0 auto;
  width: 410px;
  background: white;
}
.checkout1_right #summary_block .summary_wrapper {
  background-color: white;
  border: none;
  margin-top: 40px;
}
.checkout1_right #summary_block .summary_heading, .checkout1_right #summary_block .CouponWidgetBlock, .checkout1_right #summary_block .pricing_flex, .checkout1_right #summary_block .Shipping_Container {
  display: none !important;
}
.checkout1_right #summary_block > .checkout_iconwrapper {
  float: right;
  max-width: 285px;
}
.checkout1_right > .help_section {
  float: left;
  background: white;
}

.shipping_section h1 {
  color: black;
  font-weight: bold;
  margin: 5px 0 4px;
}
.shipping_section h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .shipping_section h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .shipping_section h1 {
    font-size: 1.37rem;
  }
}
.shipping_section a {
  cursor: pointer;
}
.shipping_section a.shippingacctnum {
  color: black;
}
.shipping_section hr {
  margin: 25px 0;
}
.shipping_section .passage {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .shipping_section .passage {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .shipping_section .passage {
    font-size: 0.94rem;
  }
}
.shipping_section .shipping_email {
  margin: 28px 0;
}
.shipping_section .customer_type {
  margin-bottom: 15px;
  text-align: center;
}
.shipping_section .customer_number_registration {
  clear: both;
  text-align: center;
  width: 100%;
}
.shipping_section .label {
  color: black;
}
.shipping_section .label {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .shipping_section .label {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .shipping_section .label {
    font-size: 0.94rem;
  }
}
.shipping_section input[type=text], .shipping_section input[type=password], .shipping_section select {
  border: 1px solid #aaa;
  height: 44px;
  width: 100%;
}
.shipping_section input[type=text][readonly] {
  border: none;
  padding-left: 8px;
}
.shipping_section .button {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 5px 15px 0;
  overflow: hidden;
}
.shipping_section .btn {
  border-radius: 7px;
  border: 1px solid white;
  display: inline-block;
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-weight: bold;
  height: 44px;
}
.shipping_section .btn:hover {
  background-color: #fff;
  color: #051937;
  border: 1px solid #051937;
}
.shipping_section .btn_blue {
  background-color: #051937;
}
.shipping_section .btn_gray {
  background-color: #aaa;
}
.shipping_section .btn_size19 {
  padding: 10px 19px;
}
.shipping_section .btn_size52 {
  padding: 10px 52px;
}
.shipping_section .required:after {
  color: #b30000;
  content: "*";
  margin-left: 3px;
}
.shipping_section .table_container {
  width: 100%;
}
.shipping_section .table_container .gap {
  width: 15px;
}
.shipping_section .table_container .td_right {
  text-align: right;
}
.shipping_section .shipping_custnum {
  margin: 28px 0;
}
.shipping_section .returning_customer_links {
  margin-top: 30px;
}
.shipping_section .upper {
  margin-top: -15px;
}
.shipping_section .right {
  margin-left: 18px;
}
.shipping_section .checkbox {
  margin-top: 7px;
}
.shipping_section .checkbox label {
  vertical-align: top;
}
.shipping_section .inline_block {
  display: inline-block;
}
.shipping_section .shipping_name, .shipping_section .shipping_company, .shipping_section .shipping_city, .shipping_section .shipping_method, .shipping_section .shipping_accountnum {
  width: 292px;
}
.shipping_section .shipping_state, .shipping_section .shipping_zip, .shipping_section .shipping_phoneext {
  width: 136px;
}
.shipping_section .shipping_phoneext_message {
  white-space: nowrap;
}
.shipping_section .full_width {
  width: 606px;
}
.shipping_section .shipping_phone {
  width: 450px;
}
.shipping_section .shipping_address .shipping-address > .error-pobox {
  color: #b30000;
  font-weight: bold;
}
.shipping_section .shipping_address .shipping-address:not(.has-error-pobox) > .error-pobox {
  display: none;
}
.shipping_section .shipping_address .shipping-address.has-error-pobox > .txt-shipping-address {
  background-color: white;
}
.shipping_section .shipping_address > div, .shipping_section .billing_address > div, .shipping_section .shipping_methods > div {
  margin-top: 15px;
}
.shipping_section .btn_customer {
  color: white;
}
.shipping_section .btn_customer {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .shipping_section .btn_customer {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .shipping_section .btn_customer {
    font-size: 1rem;
  }
}
.shipping_section .btn_customer .btn_content, .shipping_section .btn_customer .wishList .quickadd_but, .wishList .shipping_section .btn_customer .quickadd_but, .shipping_section .btn_customer #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .shipping_section .btn_customer .quickadd_but {
  background-color: #051937;
  padding: 10px 20px;
}
.shipping_section .btn_guest {
  color: white;
}
.shipping_section .btn_guest {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .shipping_section .btn_guest {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .shipping_section .btn_guest {
    font-size: 1rem;
  }
}
.shipping_section .btn_guest .btn_content, .shipping_section .btn_guest .wishList .quickadd_but, .wishList .shipping_section .btn_guest .quickadd_but, .shipping_section .btn_guest #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .shipping_section .btn_guest .quickadd_but {
  background-color: #051937;
  padding: 10px 20px;
}

/*global, but used for checkout below*/
.checkoutLogin_container {
  margin: 0;
}

/* Checkout1 - END */
/*Checkout1 Recognize Email And Create Password - START*/
.createPasswordDialog {
  width: 620px !important;
}
.createPasswordDialog .step1Content {
  padding: 20px;
  width: 560px;
}
.createPasswordDialog .step2Content {
  padding: 20px;
  width: 380px;
}
.createPasswordDialog .content .baseDescription {
  color: #051937;
  font-weight: bold;
  text-align: left;
}
.createPasswordDialog .content .baseDescription {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .createPasswordDialog .content .baseDescription {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .createPasswordDialog .content .baseDescription {
    font-size: 0.94rem;
  }
}
.createPasswordDialog .content .password-requirements-chars-details {
  padding-left: 15px;
}
.createPasswordDialog .content .description1 {
  margin-bottom: 20px;
}
.createPasswordDialog .content .description2 {
  margin-bottom: 20px;
}
.createPasswordDialog .content .description3 {
  margin-left: 0;
}
.createPasswordDialog .content .line {
  background-color: #ededed;
  display: inline-block;
  height: 1px;
  margin: 10px 0 10px;
  width: 100%;
}
.createPasswordDialog input[type=text], .createPasswordDialog input[type=password] {
  border: 1px solid #aaa;
  color: black;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 200px;
}
.createPasswordDialog input[type=text], .createPasswordDialog input[type=password] {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .createPasswordDialog input[type=text], .createPasswordDialog input[type=password] {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .createPasswordDialog input[type=text], .createPasswordDialog input[type=password] {
    font-size: 0.94rem;
  }
}
.createPasswordDialog .btnContainer {
  text-align: right;
}
.createPasswordDialog .chkHidePasswordContainer {
  color: black;
  margin-left: 85px;
  margin-top: 5px;
}
.createPasswordDialog .passwordLabel {
  display: inline-block;
  margin-right: 10px;
}
.createPasswordDialog .btnContinue {
  border: none;
  color: white;
  cursor: pointer;
  font-weight: 700;
}
.createPasswordDialog .btnContinue {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .createPasswordDialog .btnContinue {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .createPasswordDialog .btnContinue {
    font-size: 1rem;
  }
}

/*Checkout1 Recognize Email And Create Password - END*/
/*Checkout1 Recognize Email And Create Password Start*/
.createPasswordDialog .step1Content {
  padding: 20px;
  width: 560px;
}

.createPasswordDialog .step2Content {
  padding: 20px;
  width: 380px;
}

.createPasswordDialog .content .baseDescription {
  color: #051937;
  font-weight: bold;
  text-align: left;
}
.createPasswordDialog .content .baseDescription {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .createPasswordDialog .content .baseDescription {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .createPasswordDialog .content .baseDescription {
    font-size: 0.94rem;
  }
}

.createPasswordDialog .content .description1 {
  margin-bottom: 20px;
  text-align: center;
}

.createPasswordDialog .content .description2 {
  margin-bottom: 20px;
}

.createPasswordDialog .content .description3 {
  margin-left: 3%;
  width: 100%;
  float: left;
}

.createPasswordDialog .content.step2Content .description3 {
  float: right;
  width: 45%;
}

.createPasswordDialog .content .chargedescription {
  text-align: left;
  float: left;
  width: 50%;
}

.createPasswordDialog .content.step2Content .line {
  width: 100%;
}

.createPasswordDialog input[type=text],
.createPasswordDialog input[type=password] {
  border: 1px solid #aaa;
  color: black;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 200px;
}
.createPasswordDialog input[type=text],
.createPasswordDialog input[type=password] {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .createPasswordDialog input[type=text],
  .createPasswordDialog input[type=password] {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .createPasswordDialog input[type=text],
  .createPasswordDialog input[type=password] {
    font-size: 0.94rem;
  }
}

.createPasswordDialog .step2Content input[type=password] {
  width: 100%;
}

.createPasswordDialog .btnContainer {
  text-align: right;
}

.createPasswordDialog .chkHidePasswordContainer {
  color: black;
  margin-left: 85px;
  margin-top: 5px;
}

.createPasswordDialog .passwordLabel {
  display: inline-block;
  margin-right: 10px;
  color: #333;
}

.createPasswordDialog .btnContinue {
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.createPasswordDialog .btnContinue {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .createPasswordDialog .btnContinue {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .createPasswordDialog .btnContinue {
    font-size: 1rem;
  }
}

.createPasswordDialog > .content:not(.update-password) .update-password,
.createPasswordDialog > .content.update-password .create-password {
  display: none;
}

/*Checkout1 Recognize Email And Create Password End*/
/* Checkout2 - START */
#shoppingcart_layout .payment_flex {
  display: flex;
  justify-content: space-between;
  min-width: 600px;
  margin-top: 20px;
}
#shoppingcart_layout .payment_flex .pricing_flex > div:first-of-type {
  width: auto;
}

.div_checkout1a {
  border: 1px solid #ccc;
  border-top: none;
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 68%;
}
.div_checkout1a .top_borders {
  clear: both;
  display: flex;
}
.div_checkout1a .top_borders h3 {
  color: black;
  margin: -8px 5px 0;
}
.div_checkout1a .top_borders h3 {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .div_checkout1a .top_borders h3 {
    font-size: calc(0.5vw + 0.645rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_checkout1a .top_borders h3 {
    font-size: 1.12rem;
  }
}
.div_checkout1a .top_borders .top_border {
  border-top: 1px solid #ccc;
  flex-grow: 1;
  width: 61%;
}
.div_checkout1a .top_borders .top_border:first-of-type {
  width: 1%;
}
.div_checkout1a hr {
  margin: 20px 0;
}
.div_checkout1a input:not([type=checkbox]), .div_checkout1a select {
  border: 1px solid #aaa;
  height: 31px;
  width: 100%;
  background-color: white;
}
.div_checkout1a input[type=checkbox] {
  vertical-align: middle;
}
.div_checkout1a input.checkout2_cvvnumber {
  width: 85px;
}
.div_checkout1a .div_checkout1a_payment {
  padding: 0 18px 40px;
}
.div_checkout1a .div_checkout1a_payment .top_borders h3 {
  margin-left: 0;
}
.div_checkout1a .div_checkout1a_payment .payment_type {
  margin: 5px 0 20px -7px;
  width: 100%;
}
.div_checkout1a .div_checkout1a_payment .payment_type input {
  height: auto;
  width: auto;
}
.div_checkout1a .payment_check {
  clear: both;
}
.div_checkout1a .payment_check table {
  float: left;
  padding: 0;
}
.div_checkout1a .payment_check .summary_shipping_address {
  margin-right: 2%;
  margin-bottom: 20px;
}
.div_checkout1a .payment_check .payment_check_content {
  width: 49%;
  margin-top: 5px;
  line-height: 17px;
}
.div_checkout1a .payment_billme {
  clear: both;
}
.div_checkout1a .payment_billme .payment_billdate {
  margin-right: 2%;
  width: 49%;
}
.div_checkout1a .payment_ordernum {
  clear: both;
  margin-right: 2%;
  padding-top: 5px;
  width: 49%;
}
.div_checkout1a .shipping_summary {
  padding: 0 18px 20px;
}
.div_checkout1a .summary_shipping_address, .div_checkout1a .summary_shipping_method {
  display: inline-block;
}
.div_checkout1a .summary_shipping_address th, .div_checkout1a .summary_shipping_method th {
  border: none;
  color: black;
  padding-bottom: 10px;
  text-align: left;
}
.div_checkout1a .paymentCard_flex {
  clear: both;
  display: flex !important;
  float: none !important;
}
.div_checkout1a .payment_creditcard > div, .div_checkout1a .payment_check > div, .div_checkout1a .payment_billme > div {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.div_checkout1a .payment_name {
  width: 49%;
}
.div_checkout1a .payment_cardnum {
  margin-right: 2%;
  width: 45%;
}
.div_checkout1a .payment_expmonth {
  margin-right: 2%;
  width: 23%;
}
.div_checkout1a .payment_expyear {
  width: 24%;
}
.div_checkout1a .payment_cardtypes {
  flex-grow: 1;
  height: 60px;
  margin-bottom: 0 !important;
  position: relative;
  width: 50px;
}
.div_checkout1a .payment_cardtypes > .creditCard {
  margin-top: 15px;
}
.div_checkout1a .payment_cardtypes > .creditCard .payment_logo {
  width: 40px;
  height: 32px;
}
.div_checkout1a .payment_cardtypes > .creditCard .payment_logo.grayfill {
  fill: gray;
}
.div_checkout1a .required:after {
  color: #b30000;
  content: "*";
  margin-left: 3px;
  text-decoration: none !important;
}
.div_checkout1a .div_shippingSummary, .div_checkout1a .div_productSummary {
  padding: 0 18px 40px 18px;
}
.div_checkout1a .div_shippingSummary .top_borders h3, .div_checkout1a .div_productSummary .top_borders h3 {
  margin-left: 0;
}
.div_checkout1a .div_productSummary {
  padding-bottom: 20px;
  padding-top: 20px;
}
.div_checkout1a .summary_shipping_address_wrapper, .div_checkout1a .summary_shipping_method_wrapper {
  display: inline-block;
  margin-top: 5px;
  width: 49%;
  vertical-align: top;
}
.div_checkout1a .products_summary {
  border-collapse: collapse;
  width: 100%;
}
.div_checkout1a .products_summary .prod_info {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
}
.div_checkout1a .products_summary .prod_info .prod_desc {
  width: 70%;
}
.div_checkout1a .products_summary .prod_info .prod_desc .prod_name {
  font-size: 15px;
  font-weight: 900;
}
.div_checkout1a .products_summary .prod_info .prod_desc .cartlist_itemNo_static, .div_checkout1a .products_summary .prod_info .prod_desc .cartlist_qty_static {
  clear: both;
  color: black;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}
.div_checkout1a .products_summary .prod_info .prod_desc .cartlistQtyBogo {
  margin-left: 30px;
}
.div_checkout1a .products_summary .prod_info .prod_image {
  width: 30%;
  text-align: right;
}
.div_checkout1a .products_summary .prod_info .prod_image img {
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
}
.div_checkout1a .products_summary .price_detail {
  width: initial;
  margin-left: 50px;
}
.div_checkout1a .products_summary .price_detail a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.div_checkout1a .products_summary .product_details {
  margin: 0;
}
.div_checkout1a .products_summary .product_details .liBomDetail {
  text-align: left;
}
.div_checkout1a .products_summary .product_details .liBomDetail .bomDetail {
  margin-right: 5px;
  font-weight: 700;
  text-transform: capitalize;
}
.div_checkout1a .products_summary > .item:nth-child(2n+2) {
  background-color: #ededed;
}
.div_checkout1a .products_summary > tbody > tr:nth-child(3n+1) > td {
  padding-top: 10px;
}
.div_checkout1a .products_summary td + td + td {
  text-align: right;
}
.div_checkout1a .products_summary ul {
  margin: 0;
  padding: 0;
}
.div_checkout1a .products_summary li {
  display: block;
  text-align: right;
}
.div_checkout1a .products_summary .details_wrapper > div {
  display: inline-block;
}
.div_checkout1a .products_summary .details_wrapper .details_label {
  width: 52%;
}
.div_checkout1a .products_summary .details_wrapper .details_qty {
  width: 45%;
}
.div_checkout1a #divBillingAddr {
  padding: 0 18px 40px;
}
.div_checkout1a #divBillingAddr.show .billing-address-information {
  display: block;
}
.div_checkout1a #divBillingAddr.show .billing-address-edit {
  display: none;
}
.div_checkout1a #divBillingAddr.edit .billing-address-information {
  display: none;
}
.div_checkout1a #divBillingAddr.edit .billing-address-edit {
  display: block;
}
.div_checkout1a #divBillingAddr h1 {
  margin-bottom: 20px;
}
.div_checkout1a #divBillingAddr .h2 {
  margin: 8px 0;
  font-weight: bold;
}
.div_checkout1a #divBillingAddr .checkbox > input[type=checkbox] {
  margin: 0;
}
.div_checkout1a #divBillingAddr .billing-text {
  color: #000;
}
.div_checkout1a #divBillingAddr .billing-text p {
  margin: 5px 0;
}
.div_checkout1a #divBillingAddr .billing-static {
  margin-top: 10px;
}
.div_checkout1a #divBillingAddr .billing-static .lbl-billing-addr2:empty {
  display: none;
}
.div_checkout1a #divBillingAddr .billing-address-edit > div {
  margin: 15px 0;
}
.div_checkout1a #divBillingAddr .billing-address-edit > .inline-block {
  display: inline-block;
  margin-top: 0;
}
.div_checkout1a #divBillingAddr .billing-address-edit > div.billing-name, .div_checkout1a #divBillingAddr .billing-address-edit > div.billing-city {
  width: 50%;
}
.div_checkout1a #divBillingAddr .billing-address-edit > div.billing-state, .div_checkout1a #divBillingAddr .billing-address-edit > div.billing-zip {
  width: 21%;
  margin-left: 20px;
}
.div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons {
  margin-top: 0;
}
.div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons .btn-cancel-billing {
  font-weight: bold;
}
.div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons .btn-cancel-billing {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons .btn-cancel-billing {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons .btn-cancel-billing {
    font-size: 0.94rem;
  }
}
.div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons #btnUpdateBilling {
  background: #9CCB3B;
  padding: 10px 18px;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 35px;
  border: none;
  border-radius: 7px;
}
.div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons #btnUpdateBilling {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons #btnUpdateBilling {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons #btnUpdateBilling {
    font-size: 0.94rem;
  }
}

/* Checkout2 - END */
.tax-status {
  padding: 0 18px 40px;
}
.tax-status {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .tax-status {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .tax-status {
    font-size: 0.88rem;
  }
}
.tax-status label.checkbox {
  vertical-align: middle;
}
.tax-status .tax-exempt-msg {
  margin-left: 24px;
}
.tax-status .tax-exempt-msg .tax-exempt-msg-p1 {
  margin-top: 10px;
}
.tax-status .tax-exempt-msg .tax-exempt-msg-p2 {
  margin-top: 20px;
}
.tax-status .tax-exempt-msg .tax-exempt-mail > div {
  margin-left: 30px;
}

.footnotes {
  padding: 0 18px;
}
.footnotes > div {
  margin-bottom: 10px;
}
.footnotes > div.dropdown {
  margin-bottom: 0;
}
.footnotes .icon_question {
  background: transparent url("/Amsterdam/pict/specChgHelp.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 8px 2px 0 15px;
  vertical-align: top;
  width: 14px;
}

/* Super User - START */
.co_btn_PlaceOrder {
  background-color: #b30000;
  border: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  margin: 15px auto 25px;
  overflow: hidden;
  padding: 10px;
  width: 117px;
}
.co_btn_PlaceOrder {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .co_btn_PlaceOrder {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .co_btn_PlaceOrder {
    font-size: 0.94rem;
  }
}

.checkout2_fineprint_improvement {
  background: #ededed;
  border-top: solid 1px #ccc;
  clear: both;
  float: none;
  margin-left: 73px !important;
  width: 630px;
}
@media (min-width: 950px) {
  .checkout2_fineprint_improvement {
    float: left;
    margin: 0;
  }
}

/* Super User - END */
.overrun_disclaimer {
  margin-left: 35px;
}
.overrun_disclaimer > div {
  margin-bottom: 10px;
}

.overrun_summary {
  display: inline-block;
  vertical-align: bottom;
}

.popup-ca65 {
  top: 100px;
  margin: auto;
}
.popup-ca65 div.box .content {
  width: 500px;
  color: #00649d;
  text-align: left;
  font-weight: bold;
  padding: 4px;
}
.popup-ca65 div.box .content .blue-border {
  width: 100%;
  margin: 0;
  border: 1px #00649d solid;
  padding: 15px;
}
.popup-ca65 div.box .content .blue-border h1 {
  color: #00649d;
}
.popup-ca65 div.box .content .blue-border h1 {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  .popup-ca65 div.box .content .blue-border h1 {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup-ca65 div.box .content .blue-border h1 {
    font-size: 1.5rem;
  }
}
.popup-ca65 div.box .content .blue-border .text-ca65 {
  margin-top: 20px;
}
.popup-ca65 div.box .content .blue-border .text-ca65 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .popup-ca65 div.box .content .blue-border .text-ca65 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup-ca65 div.box .content .blue-border .text-ca65 {
    font-size: 0.94rem;
  }
}
.popup-ca65 div.box .content .blue-border .buttons {
  text-align: center;
  margin-top: 35px;
}
.popup-ca65 div.box .content .blue-border .buttons button {
  width: 150px;
  height: 40px;
  border: none;
  background: #00649d;
  border-radius: 5px;
  color: white;
}
.popup-ca65 div.box .content .blue-border .warning-text {
  color: black;
  margin: 20px 0 0 50px;
  position: relative;
  font-weight: normal;
}
.popup-ca65 div.box .content .blue-border .warning-text {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .popup-ca65 div.box .content .blue-border .warning-text {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup-ca65 div.box .content .blue-border .warning-text {
    font-size: 0.94rem;
  }
}
.popup-ca65 div.box .content .blue-border .warning-text img {
  position: absolute;
  left: -25px;
  width: 20px;
}

.chk-tax-exempt {
  margin-top: 5px;
}

span.relative {
  display: inline-block;
}

.relative {
  position: relative;
}

#popCa65 {
  z-index: 12000;
  position: absolute;
  top: 35px;
  left: 0;
}
#popCa65 .box {
  border: 1px #00649d solid;
}
#popCa65 .box .content {
  padding-right: 15px;
}

/* Contact Us - START */
#custsupport_table {
  border-collapse: collapse;
  color: #878787;
  margin: 0;
  padding: 0;
  width: 100%;
}
#custsupport_table td {
  margin: 0;
  padding: 0 40px 5px 0;
  text-align: right;
  vertical-align: top;
  width: 33%;
}
#custsupport_table td.heading {
  border-bottom: 5px solid #aaa;
  padding-right: 22px;
}
#custsupport_table td.heading .title1 {
  color: #878787;
}
#custsupport_table td.heading .title1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #custsupport_table td.heading .title1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #custsupport_table td.heading .title1 {
    font-size: 1.37rem;
  }
}
#custsupport_table td.heading .title2 {
  color: #0076bb;
  font-weight: 700;
}
#custsupport_table td.heading .title2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #custsupport_table td.heading .title2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #custsupport_table td.heading .title2 {
    font-size: 1.37rem;
  }
}
#custsupport_table td.centercell {
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
#custsupport_table td.bottomcell {
  border-bottom: 10px solid #aaa;
  padding-bottom: 20px;
}
#custsupport_table td.bottomcell ul {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
}
#custsupport_table td.bottomcell ul li {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
#custsupport_table td.bottomcell a:hover {
  text-decoration: underline;
}
#custsupport_table td.bottomcell .link_arrow2 {
  color: #58b9f5;
  font-weight: 700;
  margin-top: -4px;
  margin-left: 5px;
  position: absolute;
}
#custsupport_table td.bottomcell .link_arrow2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #custsupport_table td.bottomcell .link_arrow2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #custsupport_table td.bottomcell .link_arrow2 {
    font-size: 1.37rem;
  }
}
#custsupport_table td.bottomcell .title3 {
  color: #f6931e;
  display: inline-block;
}

/* Contact Us - END */
#layout .a {
  display: none;
}

#layout .bc {
  width: 100%;
}

/* Search by Code - START */
.searchbycode {
  margin-top: 10px;
}
.searchbycode.content {
  max-width: 1192px;
  width: 100%;
}
.searchbycode .pd_recommendations .content .recommendations_scrollContainer {
  width: 88%;
}
.searchbycode .banner_flex {
  position: relative;
  display: block;
  justify-content: space-between;
  /***************************test banner style*************************************************/
}
.searchbycode .banner_flex img {
  height: auto;
  max-width: 1192px;
  width: 100%;
}
.searchbycode .banner_flex .coupon {
  color: white;
  position: absolute;
  top: 25%;
  left: 46%;
  transform: rotate(5deg);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.searchbycode .banner_flex .coupon p {
  font-weight: bold;
  margin: 0;
}
.searchbycode .banner_flex .coupon p.codeTitle {
  font-size: 2.1vw;
}
@media (min-width: 1115px) {
  .searchbycode .banner_flex .coupon p.codeTitle {
    font-size: 22px;
  }
}
.searchbycode .banner_flex .coupon p.code {
  font-size: 48px;
  margin-top: 10px;
}
.searchbycode .banner_flex .coupon_desc {
  position: absolute;
  right: 0.5%;
  top: 18%;
  display: flex;
  align-items: center;
  width: 36.5%;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}
.searchbycode .banner_flex .coupon_desc p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.searchbycode .banner_flex .coupon_desc p.coupon_header {
  font-size: 25px;
}
.searchbycode .banner_flex .coupon_desc p.coupon_originalDesc {
  white-space: initial;
  font-size: 2vw;
  margin-top: 3%;
}
@media (min-width: 1115px) {
  .searchbycode .banner_flex .coupon_desc p.coupon_originalDesc {
    font-size: 24px;
  }
}
.searchbycode .banner_flex a {
  color: #fff;
  font-size: 1.2vw;
  position: absolute;
  bottom: 12px;
  right: 15px;
  text-decoration: none;
}
@media (min-width: 950px) {
  .searchbycode .banner_flex a {
    font-size: 0.63rem;
  }
}
@media screen and (min-width: 950px) and (min-width: 47rem) {
  .searchbycode .banner_flex a {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 950px) and (min-width: 95rem) {
  .searchbycode .banner_flex a {
    font-size: 0.75rem;
  }
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode {
  right: 15px;
  background: white;
  position: absolute;
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode .box {
  border: 1px solid #0076bb;
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode .box .top-right-circle-hex {
  line-height: 20px;
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode .box .top.arrow {
  left: 83%;
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode .box .content {
  padding: 12px 50px 12px 10px !important;
  width: 280px;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
.searchbycode .banner_flex.banner2 {
  display: block;
  margin-bottom: 40px;
}
.searchbycode .banner_flex.banner2 .coupon {
  color: #58bef9;
  position: absolute;
  top: -12%;
  left: 14%;
  transform: rotate(0deg);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.searchbycode .banner_flex.banner2 .coupon p {
  font-weight: bold;
  margin: 0;
}
.searchbycode .banner_flex.banner2 .coupon p.codeTitle {
  display: none;
}
.searchbycode .banner_flex.banner2 .coupon p.code {
  font-size: 14px !important;
  margin-top: 34px;
}
@media (min-width: 576px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 24px !important;
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 24px !important;
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 45px !important;
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 45px !important;
    margin-top: 78px;
  }
}
@media (min-width: 1400px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 45px !important;
    margin-top: 80px;
  }
}
.searchbycode .banner_flex.banner2 .coupon_desc {
  position: absolute;
  left: 50%;
  top: 18%;
  display: flex;
  align-items: center;
  width: 36.5%;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.2em !important;
}
.searchbycode .banner_flex.banner2 .coupon_desc p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.2em !important;
}
.searchbycode .banner_flex.banner2 .coupon_desc p.coupon_originalDesc {
  white-space: initial;
  font-size: 2vw;
  margin-top: 3%;
}
@media (min-width: 1115px) {
  .searchbycode .banner_flex.banner2 .coupon_desc p.coupon_originalDesc {
    font-size: 24px;
  }
}
.searchbycode .banner_flex.banner2 a {
  color: #fff;
  font-size: 1.2vw;
  position: absolute;
  bottom: 12px;
  right: 15px;
  text-decoration: none;
}
@media (min-width: 950px) {
  .searchbycode .banner_flex.banner2 a {
    font-size: 0.63rem;
  }
}
@media screen and (min-width: 950px) and (min-width: 47rem) {
  .searchbycode .banner_flex.banner2 a {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 950px) and (min-width: 95rem) {
  .searchbycode .banner_flex.banner2 a {
    font-size: 0.75rem;
  }
}
.searchbycode .banner_flex.banner3 {
  display: block;
}
.searchbycode .banner_flex.banner3 img {
  content: url("/Amsterdam/pict/AmsterdamWebBanner_3.jpg");
}
.searchbycode .banner_flex.banner3 .coupon {
  position: absolute;
  top: 28%;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  transform: rotate(0deg);
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  left: -10%;
}
.searchbycode .banner_flex.banner3 .coupon p {
  color: white;
  font-weight: bold;
  margin: 0;
}
.searchbycode .banner_flex.banner3 .coupon p.codeTitle {
  display: none;
}
@media (min-width: 1115px) {
  .searchbycode .banner_flex.banner3 .coupon p.codeTitle {
    font-size: 22px;
  }
}
.searchbycode .banner_flex.banner3 .coupon p.code {
  font-size: 48px;
  margin-top: 10px;
}
.searchbycode .category-imgs {
  display: flex;
  justify-content: space-between;
}
.searchbycode .category-imgs a {
  border: 1px solid #707070;
  margin: 0 5px;
  flex-grow: 1;
}
.searchbycode .category-imgs a:hover {
  text-decoration: none;
}
.searchbycode .category-imgs a:hover p {
  background-color: #05A26B;
}
.searchbycode .category-imgs a:hover img {
  transform: rotate(0.01turn) scale(0.9);
}
.searchbycode .category-imgs img {
  transition: all 0.25s ease;
  width: 100%;
  height: auto;
  padding: 10px;
}
.searchbycode .category-imgs p {
  transition: all 0.25s ease;
  color: #fff;
  background-color: #003087;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 5px 0;
}
.searchbycode #block_products {
  border-collapse: separate;
  border-spacing: 14px 0;
  clear: both;
  padding: 20px 0 40px;
  width: 100%;
}
.searchbycode #block_products th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 20px solid #051937;
  padding: 5px 0;
  text-align: center;
}
.searchbycode #block_products th a {
  color: #878787;
  font-weight: normal;
  text-decoration: none;
}
.searchbycode #block_products th a {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  .searchbycode #block_products th a {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .searchbycode #block_products th a {
    font-size: 1.5rem;
  }
}
.searchbycode #block_products td {
  border: none;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.searchbycode #block_products td img {
  height: auto;
  width: 100%;
}
.searchbycode #block_products td .product_rollover {
  background-color: rgba(0, 79, 152, 0.8);
  color: white;
  display: none;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: normal;
  padding: 50px 15px;
  position: absolute;
  text-align: center;
  top: 0;
}
.searchbycode #block_products td .product_rollover {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .searchbycode #block_products td .product_rollover {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .searchbycode #block_products td .product_rollover {
    font-size: 0.94rem;
  }
}
.searchbycode #block_products td .product_rollover .btn_advance .btn_content, .searchbycode #block_products td .product_rollover .btn_advance .wishList .quickadd_but, .wishList .searchbycode #block_products td .product_rollover .btn_advance .quickadd_but {
  background-color: #9CCB3B;
  background-image: none;
}
.searchbycode #block_products td .product_rollover .btn_advance .btn_content:hover, .searchbycode #block_products td .product_rollover .btn_advance .wishList .quickadd_but:hover, .wishList .searchbycode #block_products td .product_rollover .btn_advance .quickadd_but:hover {
  background-color: #c5e08c;
}
.searchbycode #block_products td:hover .product_rollover {
  display: block;
}

#coupon_results .category_main .product_container {
  width: 200px;
}
#coupon_results .category_main .product_container .product_image_container {
  height: 275px;
}
#coupon_results .category_main .product_container .product_image_container .product_image {
  height: 242px;
}
#coupon_results .tnt_topCats h1 {
  font-weight: normal;
  font-size: 28px;
  margin: 30px 0;
}

.category_bar {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 5% 0 2%;
}
.category_bar a {
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
}

.tnt_topCats {
  margin-top: 30px !important;
}

/* Search by Code - END */
/* FAQs - START */
.faq_wrapper {
  margin: 0 0 10px 10px;
}
.faq_wrapper .hide_topic {
  display: none;
}
.faq_wrapper .content {
  max-width: 1200px;
}
.faq_wrapper h1 {
  margin-top: 20px;
}
.faq_wrapper p {
  margin: 0;
}
.faq_wrapper span {
  margin: 0 10px;
}
.faq_wrapper span:first-of-type {
  margin-left: 0;
}
.faq_wrapper span:last-of-type {
  margin-right: 0;
}
.faq_wrapper .bold {
  font-weight: bold;
}
.faq_wrapper .faq_heading {
  margin-top: 20px;
}
.faq_wrapper .faq_contact {
  display: flex;
  margin: 30px 0 40px;
}
.faq_wrapper .contact_method {
  align-items: center;
  display: flex;
  margin-right: 3%;
}
.faq_wrapper .contact_method img {
  width: 45px;
}
.faq_wrapper .contact_method .method_info {
  margin-left: 10px;
}
.faq_wrapper .faq_browse {
  margin-top: 20px;
}
.faq_wrapper .faq_content_container {
  border: 1px solid #ccc;
  display: flex;
  margin-right: 20px;
}
.faq_wrapper .faq_content_container ul {
  margin: 0;
  padding: 0;
}
.faq_wrapper .faq_content_container ul li {
  list-style: none;
}
.faq_wrapper .faq_content_container .faq_topics_container {
  background-color: #ededed;
  flex: none;
  padding: 5px 0 20px;
  width: 250px;
}
.faq_wrapper .faq_content_container .faq_topics_container a {
  font-weight: bold;
}
.faq_wrapper .faq_content_container .faq_topics_container li {
  list-style: none;
  margin: 0 3px;
  padding: 12px 0 12px 5px;
}
.faq_wrapper .faq_content_container .faq_topics_container li.selected {
  background-color: white;
}
.faq_wrapper .faq_content_container .faq_topics_container li.selected a {
  color: black;
}
.faq_wrapper .faq_content_container .faq_topics_container li .arrow-right {
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.faq_wrapper .faq_content_container .faq_topics_container li .arrow-right {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .faq_wrapper .faq_content_container .faq_topics_container li .arrow-right {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .faq_wrapper .faq_content_container .faq_topics_container li .arrow-right {
    font-size: 1rem;
  }
}
.faq_wrapper .faq_content_container .faq_questions_container {
  margin: 10px 0 5px 5px;
}
.faq_wrapper .faq_content_container .faq_questions_container li {
  margin-bottom: 15px;
}
.faq_wrapper .faq_content_container .faq_questions_container .faq_question {
  cursor: pointer;
}
.faq_wrapper .faq_content_container .faq_questions_container .faq_answer {
  display: none;
  margin: 5px 5px 0 20px;
}
.faq_wrapper .faq_content_container .faq_questions_container .faq_answer p {
  margin-bottom: 15px;
}
.faq_wrapper .faq_content_container .faq_questions_container .faq_answer .answer_no-margin {
  margin-bottom: 0;
}
.faq_wrapper .faq_content_container .faq_questions_container .answer_indent {
  margin-left: 30px;
}
.faq_wrapper .faq_content_container .faq_questions_container .answer_heading {
  font-weight: bold;
  margin: 10px 0;
}
.faq_wrapper #layout .a {
  display: none;
}
.faq_wrapper #layout .bc {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}

/* FAQs - END */
/* 100% Satisfaction Guarantee - START */
.guarantee_wrapper .title_wrapper {
  background-color: #ededed;
  padding: 35px 0;
  text-align: center;
}
.guarantee_wrapper .title_wrapper h1 {
  color: #383838;
  font-weight: 700;
  margin: 0;
}
.guarantee_wrapper .title_wrapper h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 47rem) {
  .guarantee_wrapper .title_wrapper h1 {
    font-size: calc(0.5208333333vw + 1.2552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .guarantee_wrapper .title_wrapper h1 {
    font-size: 1.75rem;
  }
}
.guarantee_wrapper .title_wrapper .percentage {
  color: #051937;
  display: inline-block;
  font-size: 125px;
  letter-spacing: -11px;
  margin: 0 15px 0 0;
}
.guarantee_wrapper .title_wrapper .percentage:first-letter {
  letter-spacing: -25px;
}
.guarantee_wrapper .title_wrapper .percentage sup {
  font-size: 50px;
  position: relative;
  top: -11px;
}
.guarantee_wrapper .title_wrapper .guaranteed {
  color: #000;
  display: inline-block;
  font-size: 57px;
  font-weight: 400;
  line-height: 90%;
}
.guarantee_wrapper .overview_wrapper {
  margin: 60px 0 50px;
}
.guarantee_wrapper .overview_wrapper .content > div {
  display: block;
  margin: 0 40px 40px;
  position: relative;
  vertical-align: middle;
  width: auto;
}
@media (min-width: 950px) {
  .guarantee_wrapper .overview_wrapper .content > div {
    display: table-cell;
    margin: 0;
    width: 50%;
  }
}
.guarantee_wrapper .overview_wrapper .content > div:first-child:after {
  background-color: #ededed;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
@media (min-width: 950px) {
  .guarantee_wrapper .overview_wrapper .content > div:first-child:after {
    width: 1px;
  }
}
.guarantee_wrapper .overview_wrapper .overview {
  padding: 0;
}
@media (min-width: 950px) {
  .guarantee_wrapper .overview_wrapper .overview {
    padding: 0 70px 0 0;
  }
}
.guarantee_wrapper .overview_wrapper .overview .title {
  font-weight: bold;
}
.guarantee_wrapper .overview_wrapper .overview .title {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .guarantee_wrapper .overview_wrapper .overview .title {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .guarantee_wrapper .overview_wrapper .overview .title {
    font-size: 1.37rem;
  }
}
.guarantee_wrapper .overview_wrapper .overview .description {
  color: #383838;
  line-height: 21px;
  margin-top: 5px;
  width: 95%;
}
.guarantee_wrapper .overview_wrapper .overview .description {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .guarantee_wrapper .overview_wrapper .overview .description {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .guarantee_wrapper .overview_wrapper .overview .description {
    font-size: 0.94rem;
  }
}
.guarantee_wrapper .overview_wrapper .review {
  padding: 0;
}
@media (min-width: 950px) {
  .guarantee_wrapper .overview_wrapper .review {
    padding: 0 0 0 70px;
  }
}
.guarantee_wrapper .overview_wrapper .review .reviewstars {
  background: url("/Amsterdam/pict/stars.png") no-repeat;
  float: none;
  height: 22px;
  margin: 0 0 7px;
  width: 124px;
}
.guarantee_wrapper .overview_wrapper .review .review_text {
  font-weight: bold;
  margin: 0 0 8px;
}
.guarantee_wrapper .overview_wrapper .review .review_text {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .guarantee_wrapper .overview_wrapper .review .review_text {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .guarantee_wrapper .overview_wrapper .review .review_text {
    font-size: 1.37rem;
  }
}
.guarantee_wrapper .overview_wrapper .review .reviewer_info {
  color: #777;
}
.guarantee_wrapper .overview_wrapper .review .reviewer_info {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .guarantee_wrapper .overview_wrapper .review .reviewer_info {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .guarantee_wrapper .overview_wrapper .review .reviewer_info {
    font-size: 0.94rem;
  }
}
.guarantee_wrapper .customer_videos_wrapper {
  background-color: #ededed;
  padding: 60px 0 55px;
}
.guarantee_wrapper .customer_videos_wrapper .table_cell {
  display: block;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 950px) {
  .guarantee_wrapper .customer_videos_wrapper .table_cell {
    display: table-cell;
    padding: 0;
  }
}
.guarantee_wrapper .customer_videos_wrapper .title {
  color: black;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 39px;
  text-align: center;
}
.guarantee_wrapper .customer_videos_wrapper .video {
  box-shadow: 0 0 23px #878787;
  display: inline-block;
  line-height: 0;
  margin: auto auto;
}
.guarantee_wrapper .customer_videos_wrapper .video iframe {
  border: none;
}
.guarantee_wrapper .customer_videos_wrapper .overview {
  margin: 17px 0 0;
  text-align: center;
}
.guarantee_wrapper .customer_videos_wrapper .overview .company_name {
  color: black;
  font-weight: bold;
}
.guarantee_wrapper .customer_videos_wrapper .overview .company_name {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .guarantee_wrapper .customer_videos_wrapper .overview .company_name {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .guarantee_wrapper .customer_videos_wrapper .overview .company_name {
    font-size: 0.94rem;
  }
}
.guarantee_wrapper .customer_videos_wrapper .overview .interviewee, .guarantee_wrapper .customer_videos_wrapper .overview .position, .guarantee_wrapper .customer_videos_wrapper .overview .industry {
  color: black;
  font-weight: normal;
}
.guarantee_wrapper .customer_videos_wrapper .more_link {
  font-weight: 700;
  margin: 30px 0 0;
  text-align: center;
}
.guarantee_wrapper #layout .a {
  display: none;
}
.guarantee_wrapper #layout .bc {
  width: 100%;
}
.guarantee_wrapper .gsa_wrapper {
  display: none;
}
.guarantee_wrapper #footerbot {
  padding-top: 0;
}

/* 100% Satisfaction Guarantee - END */
.holiday-gift-guide {
  padding: 0 22px;
}
.holiday-gift-guide .hero {
  margin: 0 auto 40px auto;
  max-width: 1450px;
}
.holiday-gift-guide .hero section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.holiday-gift-guide .hero section h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #081A36;
}
.holiday-gift-guide .hero section .ctas {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .holiday-gift-guide .hero section .ctas {
    flex-wrap: wrap;
  }
}
.holiday-gift-guide .hero section .ctas .customers,
.holiday-gift-guide .hero section .ctas .Employees {
  background: url("/Amsterdam/pict/holiday-gift-guide/green2.webp") no-repeat center center/cover;
  flex: 1;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  max-width: 320px;
}
@media (max-width: 768px) {
  .holiday-gift-guide .hero section .ctas .customers,
  .holiday-gift-guide .hero section .ctas .Employees {
    max-width: 100%;
  }
}
.holiday-gift-guide .hero section .ctas .customers h3,
.holiday-gift-guide .hero section .ctas .Employees h3 {
  font-size: 30.97px;
  font-weight: normal;
  color: white;
  margin-bottom: 10px;
}
.holiday-gift-guide .hero section .ctas .customers h3 span,
.holiday-gift-guide .hero section .ctas .Employees h3 span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.holiday-gift-guide .hero section .ctas .customers p,
.holiday-gift-guide .hero section .ctas .Employees p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  padding: 0 80px 0 5px;
  font-weight: 600;
}
.holiday-gift-guide .hero section .ctas .customers .button,
.holiday-gift-guide .hero section .ctas .Employees .button {
  background-color: #ffffff;
  color: #005571;
  padding: 7px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: 100%;
  text-align: center;
}
.holiday-gift-guide .hero section .ctas .customers .button:hover,
.holiday-gift-guide .hero section .ctas .Employees .button:hover {
  background-color: #005571;
  color: #fff !important;
}
.holiday-gift-guide .hero section .ctas .customers {
  border-radius: 10px 0 0 10px;
}
.holiday-gift-guide .hero section .ctas .cta-img {
  flex: 2;
  margin: 0;
  background: url("/Amsterdam/pict/holiday-gift-guide/Holiday Banner Middle Image.webp") no-repeat center center/cover;
  height: auto;
  border-radius: 0;
  min-height: 300px;
}
.holiday-gift-guide .hero section .ctas .Employees {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .holiday-gift-guide .hero section .ctas .customers,
  .holiday-gift-guide .hero section .ctas .Employees {
    margin: 10px 0;
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
  }
  .holiday-gift-guide .hero section .ctas .cta-img {
    margin: 10px 0;
    flex: unset;
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
  }
}
.holiday-gift-guide .gift-for-everyone {
  text-align: center;
  padding: 0 5%;
}
.holiday-gift-guide .gift-for-everyone .content {
  max-width: 1300px;
}
.holiday-gift-guide .gift-for-everyone .content .title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #081A36;
}
@media (max-width: 850px) {
  .holiday-gift-guide .gift-for-everyone .content .title {
    font-size: 30px;
  }
}
.holiday-gift-guide .gift-for-everyone .content p {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  color: #001738;
}
.holiday-gift-guide .gift-for-everyone .content .promo-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.holiday-gift-guide .gift-for-everyone .content .promo-item {
  flex: 1 1 calc(33.33% - 25px);
  text-align: center;
}
.holiday-gift-guide .gift-for-everyone .content .promo-item img {
  margin-top: 20px;
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.holiday-gift-guide .gift-for-everyone .content .promo-item p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #001738;
}
@media (max-width: 844px) {
  .holiday-gift-guide .gift-for-everyone .content .promo-item p {
    font-size: 13px;
  }
}
.holiday-gift-guide .gift-for-everyone .content .promo-item .button {
  background-color: #051937;
  color: #ffc72c;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: 75%;
  text-align: center;
  margin: 0 0 15px 0;
  display: inline-block;
}
.holiday-gift-guide .gift-for-everyone .content .promo-item .button:hover {
  background-color: #FFCF34;
  color: #001738;
}
.holiday-gift-guide .shop-by-category {
  margin: 40px auto;
  max-width: 1300px;
}
.holiday-gift-guide .shop-by-category section {
  text-align: center;
}
.holiday-gift-guide .shop-by-category section h3 {
  font-size: 24.3px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #081A36;
}
.holiday-gift-guide .shop-by-category section .small-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
.holiday-gift-guide .shop-by-category section .small-categories a {
  text-decoration: none;
  color: #1a1a1a;
  flex: 1 1 12%;
  max-width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2px;
}
.holiday-gift-guide .shop-by-category section .small-categories a:hover h4 {
  margin-top: -20px;
}
.holiday-gift-guide .shop-by-category section .small-categories a .bg-1, .holiday-gift-guide .shop-by-category section .small-categories a .bg-2, .holiday-gift-guide .shop-by-category section .small-categories a .bg-3 {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.holiday-gift-guide .shop-by-category section .small-categories a .bg-1 {
  background: url("/Amsterdam/pict/holiday-gift-guide/green2.webp") no-repeat center center/cover;
}
.holiday-gift-guide .shop-by-category section .small-categories a .bg-2 {
  background: url("/Amsterdam/pict/holiday-gift-guide/green3.webp") no-repeat center center/cover;
}
.holiday-gift-guide .shop-by-category section .small-categories a .bg-3 {
  background: url("/Amsterdam/pict/holiday-gift-guide/green1.webp") no-repeat center center/cover;
}
.holiday-gift-guide .shop-by-category section .small-categories a h4 {
  transition: all 0.5s ease;
  font-size: 1rem;
  color: white;
  position: relative;
}
.holiday-gift-guide .shop-by-category section .small-categories a .gifts-under {
  font-size: 1rem;
  display: block;
}
.holiday-gift-guide .shop-by-category section .small-categories a .dollar {
  font-size: 0.8rem;
  display: inline-block;
  position: relative;
  top: -11px;
}
.holiday-gift-guide .shop-by-category section .small-categories a .num {
  font-size: 2rem;
  display: inline-block;
}
.holiday-gift-guide .shop-by-category section .small-categories a p {
  font-size: 14.8px;
  margin-top: 10px;
  color: #081A36;
  font-weight: 600;
}
@media (max-width: 992px) {
  .holiday-gift-guide .shop-by-category section .small-categories a {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media (max-width: 768px) {
  .holiday-gift-guide .shop-by-category section .small-categories a {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .holiday-gift-guide .shop-by-category section .small-categories a {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.holiday-gift-guide .our-favorite-gifts {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.holiday-gift-guide .our-favorite-gifts .content .header h3 {
  color: #001738;
  font-size: 24.29px;
  font-weight: 600;
}
.holiday-gift-guide .our-favorite-gifts .content .arrow_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item {
  flex: 0 0 auto;
  padding: 0 15px;
  list-style-type: none;
  width: 250px;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #051937;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide:hover img {
  transform: scale(0.9);
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide:hover .badge {
  text-decoration: none;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide:hover .product-title {
  text-decoration: underline;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide img {
  margin-bottom: 10px;
  transition: transform 0.25s ease;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .badge {
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  color: #fff;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .badge::before {
  content: "●";
  margin-right: 5px;
  font-size: 24px;
  line-height: 1;
  top: 1px;
  position: relative;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .bestseller {
  color: #9ccb3c;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .madeinusa {
  color: #59addc;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .new {
  color: #6e5ca8;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .exclusive {
  color: #7215d8;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .clearance {
  color: #ed2024;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .product-title {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}
.holiday-gift-guide .our-favorite-gifts .content .swiper-container .swiper-list .swiper-item .swiper-slide .product-title span {
  font-size: 10px;
  font-weight: 600;
}
.holiday-gift-guide .Vopz {
  margin: 40px auto;
  max-width: 1300px;
}
.holiday-gift-guide .Vopz section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.holiday-gift-guide .Vopz section img {
  max-width: 100%;
  height: auto;
}
.holiday-gift-guide .Vopz section .vopz-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #3dd5ff;
  padding: 20px;
  border-radius: 10px;
}
.holiday-gift-guide .Vopz section .learn-more,
.holiday-gift-guide .Vopz section .we-create,
.holiday-gift-guide .Vopz section .you-share,
.holiday-gift-guide .Vopz section .they-order {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  max-height: 400px;
}
.holiday-gift-guide .Vopz section .learn-more {
  background-color: transparent;
}
.holiday-gift-guide .Vopz section .learn-more img {
  max-width: 100%;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .holiday-gift-guide .Vopz section .learn-more img {
    transform: scale(130%) translateX(4%) translateY(-4%);
  }
}
.holiday-gift-guide .Vopz section .learn-more a.button {
  background-color: #051937;
  color: #fff;
  padding: 10px 10px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16.78px;
  font-weight: bold;
  width: 70%;
  transition: background-color 0.3s ease;
  text-align: center;
  margin: 25px 10px;
}
.holiday-gift-guide .Vopz section .learn-more a.button:hover {
  border: 1px solid #051937;
  background-color: #fff;
  color: #051937;
}
.holiday-gift-guide .Vopz section .we-create img,
.holiday-gift-guide .Vopz section .you-share img,
.holiday-gift-guide .Vopz section .they-order img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.holiday-gift-guide .Vopz section .we-create h4,
.holiday-gift-guide .Vopz section .you-share h4,
.holiday-gift-guide .Vopz section .they-order h4 {
  font-size: 2.25em;
  margin-bottom: 10px;
}
@media (max-width: 1126px) and (min-width: 993px) {
  .holiday-gift-guide .Vopz section .we-create h4,
  .holiday-gift-guide .Vopz section .you-share h4,
  .holiday-gift-guide .Vopz section .they-order h4 {
    font-size: 2em;
  }
}
.holiday-gift-guide .Vopz section .we-create p,
.holiday-gift-guide .Vopz section .you-share p,
.holiday-gift-guide .Vopz section .they-order p {
  font-size: 1em;
  line-height: 1.5;
  padding: 0 10px;
}
@media (max-width: 1126px) and (min-width: 993px) {
  .holiday-gift-guide .Vopz section .we-create p,
  .holiday-gift-guide .Vopz section .you-share p,
  .holiday-gift-guide .Vopz section .they-order p {
    font-size: 0.9em;
  }
}
.holiday-gift-guide .Vopz section .we-create h4 {
  color: #56CAF2;
}
.holiday-gift-guide .Vopz section .you-share h4 {
  color: #C85EA4;
}
.holiday-gift-guide .Vopz section .they-order h4 {
  color: #9887BF;
}
@media (min-width: 992px) {
  .holiday-gift-guide .Vopz .vopz-container {
    justify-content: space-between;
  }
  .holiday-gift-guide .Vopz .vopz-container .learn-more {
    flex: 2 1 calc(40% - 20px);
    max-width: calc(40% - 20px);
  }
  .holiday-gift-guide .Vopz .vopz-container .we-create,
  .holiday-gift-guide .Vopz .vopz-container .you-share,
  .holiday-gift-guide .Vopz .vopz-container .they-order {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .holiday-gift-guide .Vopz .vopz-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .holiday-gift-guide .Vopz .vopz-container .learn-more,
  .holiday-gift-guide .Vopz .vopz-container .we-create,
  .holiday-gift-guide .Vopz .vopz-container .you-share,
  .holiday-gift-guide .Vopz .vopz-container .they-order {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .holiday-gift-guide .Vopz .vopz-container {
    flex-direction: column;
  }
  .holiday-gift-guide .Vopz .vopz-container .learn-more,
  .holiday-gift-guide .Vopz .vopz-container .we-create,
  .holiday-gift-guide .Vopz .vopz-container .you-share,
  .holiday-gift-guide .Vopz .vopz-container .they-order {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.holiday-gift-guide .swiper-button-next,
.holiday-gift-guide .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 15%;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.holiday-gift-guide .swiper-button-next:hover,
.holiday-gift-guide .swiper-button-prev:hover {
  background-color: #f5f5f5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.holiday-gift-guide .swiper-button-next::after,
.holiday-gift-guide .swiper-button-prev::after {
  font-size: 18px;
  line-height: 45px;
  color: #051937;
}

#homepage .microbutton_container:hover .coupon_code {
  text-decoration: underline;
  color: #fff;
}
#homepage #pcode_small {
  background-color: #ededed;
  border: none;
  float: none;
  height: auto;
  margin: 15px 0 0;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
#homepage #pcode_small .chargedescriptionhelp {
  float: none;
  vertical-align: middle;
}
#homepage #pcode_small #pcode_content {
  color: #383838;
  display: inline-block;
  margin: 8px 0 0 16px;
  overflow: hidden;
  padding: 0;
  width: auto;
}
#homepage #pcode_small #pcode_content .title_wrapper {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  text-align: right;
}
#homepage #pcode_small #pcode_content .title_wrapper .title1 {
  color: black;
  letter-spacing: -1px;
}
#homepage #pcode_small #pcode_content .title_wrapper .title1 {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  #homepage #pcode_small #pcode_content .title_wrapper .title1 {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage #pcode_small #pcode_content .title_wrapper .title1 {
    font-size: 1.25rem;
  }
}
#homepage #pcode_small #pcode_content .title_wrapper .title3 {
  clear: none;
  color: black;
  font-weight: normal;
  margin-left: 5px;
}
#homepage #pcode_small #pcode_content input {
  float: left;
}
#homepage #pcode_small #pcode_content .prsText {
  border-top: 1px solid #aaa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #aaa;
  color: #383838;
  display: block;
  font-weight: 500;
  margin: 3px 0 0 17px;
  padding: 0 0 0 3px;
  border: 1px solid #ffc72c;
  height: 45px;
  padding-top: 0;
  width: 217px;
}
#homepage #pcode_small #pcode_content .prsBut {
  background-color: #ffc72c;
  background-image: none;
  border: 1px solid #ffc72c;
  border-radius: 0 7px 7px 0;
  color: white;
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: 47px;
  line-height: 45px;
  margin: 3px 0 0 -3px;
  padding: 0;
  width: 77px;
}
#homepage #pcode_small #pcode_content #pcode_what {
  clear: none;
  float: right;
  margin: 15px 10px 0 10px;
  padding: 0;
}
#homepage #pcode_small #pcode_content #pcode_what a {
  color: #003087;
  font-size: 0.9375rem;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}
#homepage #pcode_small #pcode_content #pcode_what a:hover {
  color: #003089;
  text-decoration: underline;
}
#homepage #pcode_small #pcode_content .searchContianer {
  float: left;
}
#homepage #pcode_small #pcode_content .searchbox {
  float: left;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper {
  border: 1px solid #ffc72c;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
  top: 65px;
  width: auto;
  z-index: 999;
  display: none;
}
@media (min-width: 1531px) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper {
    left: auto;
    right: auto;
  }
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper, #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 175px;
  background-color: white;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
  padding: 10px 0 12px 10px;
  color: black;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
  font-size: 0.69rem;
}
@media screen and (min-width: 47rem) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
    font-size: calc(0.25vw + 0.5725rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
    font-size: 0.81rem;
  }
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper .textItem_selected, #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .textItem_selected {
  background-color: #ededed;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results {
  background-color: #ededed;
  padding-left: 20px;
  width: auto;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .results_header {
  color: black;
  font-weight: bold;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .results_header {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .results_header {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .results_header {
    font-size: 0.94rem;
  }
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_container {
  display: inline-block;
  margin: 0 4px 30px 0;
  overflow: hidden;
  vertical-align: top;
  width: 134px;
}
@media (min-width: 800px) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_container {
    width: 194px;
  }
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_image_container {
  cursor: pointer;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image {
  padding-right: 10px;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image img {
  width: 100%;
}
@media (min-width: 800px) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image img {
    width: auto;
  }
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info {
  color: black;
  line-height: 16px;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info {
  clear: both;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name {
  text-overflow: initial;
  white-space: normal;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a {
  color: #051937;
  text-decoration: none;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a:hover {
  text-decoration: underline;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
  color: #383838;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
    font-size: 0.75rem;
  }
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_price {
  display: inline-block;
}
#homepage #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .review_stars {
  float: left;
}
#homepage #pcode_small #pcode_content .searchContianer .srctext {
  border-top: 1px solid #aaa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #aaa;
  color: #383838;
  display: block;
  font-weight: 500;
  margin: 3px 0 0 0;
  padding: 0 0 0 8px;
  border: 1px solid #ffc72c;
  height: 44px;
  width: 217px;
}
#homepage #pcode_small #pcode_content .searchContianer .srcbut {
  background-color: #ffc72c;
  background-image: none;
  border: 1px solid #ffc72c;
  border-radius: 0 7px 7px 0;
  color: #333;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 3px 0 0 -3px;
  padding: 0;
  width: 77px;
  line-height: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
#homepage #pcode_small #pcode_content .searchContianer .srcbut:hover {
  background-color: #ffd55f;
}
#homepage #pcode_small #pcode_content .searchContianer .pcode_error_wrapper {
  margin-left: -100px;
  height: 10px;
  color: #b30000;
}
#homepage #pcode_small #pcode_content .searchContianer .pcode_error_wrapper {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #homepage #pcode_small #pcode_content .searchContianer .pcode_error_wrapper {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage #pcode_small #pcode_content .searchContianer .pcode_error_wrapper {
    font-size: 0.75rem;
  }
}
#homepage main .content {
  display: block;
  margin: 0 auto;
  min-width: 600px;
  max-width: 780px;
  width: 100%;
}
@media (min-width: 950px) {
  #homepage main .content {
    align-items: flex-start;
    display: flex;
    margin-bottom: 36px;
    max-width: 1450px;
  }
}
#homepage main .featured_main {
  display: block;
  margin: 0 auto;
  position: relative;
}
#homepage main .featured_main:hover {
  transform: scale(1.02);
  transition: 0.25s ease;
}
@media (min-width: 950px) {
  #homepage main .featured_main {
    flex: 0 1 50%;
    margin: 34px 20px 0 0;
  }
}
#homepage main .featured_main img {
  max-height: 467px;
  width: 100%;
  height: auto;
}
#homepage main .category_labels {
  display: flex;
  justify-content: space-around;
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 950px) {
  #homepage main .category_labels {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
}
#homepage main .category_labels p {
  color: #051937;
  cursor: pointer;
  margin-bottom: 3px;
}
#homepage main .category_labels p {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #homepage main .category_labels p {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage main .category_labels p {
    font-size: 0.94rem;
  }
}
#homepage main .category_labels p:first-of-type {
  color: #ffc72c;
}
#homepage main .review-carousel {
  margin-bottom: 0;
}
#homepage main .review-carousel img {
  border-top: 4px solid #051937;
  padding-top: 3px;
  margin: 12px auto 0;
  max-height: 446px;
  width: 89%;
  max-width: 620px;
}
#homepage main .review-carousel .carousel__control--forward {
  right: 10px;
}
#homepage main .review-carousel .carousel__control--backward {
  left: 10px;
}
#homepage main .review-carousel .carousel__indicator {
  background-color: transparent;
}
#homepage main .carousel__track {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#homepage main .carousel-container {
  width: 90%;
  margin: 20px auto 0;
  max-width: 620px;
}
@media (min-width: 950px) {
  #homepage main .carousel-container {
    margin: 8px 0 0;
    max-width: 100%;
    width: 49%;
  }
}
#homepage main .carousel__track .carousel__slide a {
  display: flex;
  align-items: flex-start;
}
#homepage main .carousel__track .carousel__slide:nth-of-type(4) {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
#homepage main .carousel__indicators {
  top: 0;
  bottom: auto;
  display: flex;
  justify-content: space-around;
}
#homepage main .carousel__control {
  height: 30px;
  width: 30px;
  border-width: 7px 7px 0 0;
}
#homepage main .carousel__indicator {
  width: 10px;
  height: 10px;
  border: 10px solid #051937;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 0;
  margin-top: -8px;
  margin-left: 35px;
  opacity: 0;
}
#homepage main .carousel__indicator:nth-of-type(1) {
  margin-left: 49px;
}
#homepage main .carousel__indicator:nth-of-type(2) {
  margin-left: 85px;
}
#homepage main .carousel__indicator:hover {
  opacity: 0;
  cursor: default;
}
#homepage main .carousel__activator:nth-of-type(1):checked ~ .carousel__track {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#homepage main .carousel__activator:nth-of-type(1):checked ~ .carousel__slide:nth-of-type(1) {
  -webkit-animation: carousel-show-slide 0.5s;
  animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
#homepage main .carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: block;
}
#homepage main .carousel__activator:nth-of-type(1):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1) {
  opacity: 1;
}
#homepage main .carousel__activator:nth-of-type(2):checked ~ .carousel__track {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#homepage main .carousel__activator:nth-of-type(2):checked ~ .carousel__slide:nth-of-type(2) {
  -webkit-animation: carousel-show-slide 0.5s;
  animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
#homepage main .carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: block;
}
#homepage main .carousel__activator:nth-of-type(2):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2) {
  opacity: 1;
}
#homepage main .carousel__activator:nth-of-type(3):checked ~ .carousel__track {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
#homepage main .carousel__activator:nth-of-type(3):checked ~ .carousel__slide:nth-of-type(3) {
  -webkit-animation: carousel-show-slide 0.5s;
  animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
#homepage main .carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: block;
}
#homepage main .carousel__activator:nth-of-type(3):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3) {
  opacity: 1;
}
#homepage main .carousel__activator:nth-of-type(4):checked ~ .carousel__track {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
#homepage main .carousel__activator:nth-of-type(4):checked ~ .carousel__slide:nth-of-type(4) {
  -webkit-animation: carousel-show-slide 0.5s;
  animation: carousel-show-slide 0.5s;
  top: 0;
  left: 0;
  right: 0;
}
#homepage main .carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
  display: block;
}
#homepage main .carousel__activator:nth-of-type(4):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4) {
  opacity: 1;
}
#homepage .value_prop {
  background-color: #ededed;
}
#homepage .value_prop .content {
  max-width: 1400px;
  min-width: 600px;
}
#homepage .value_prop .prop_headline {
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 22px 0;
  text-align: center;
}
#homepage .value_prop .prop_headline {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #homepage .value_prop .prop_headline {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage .value_prop .prop_headline {
    font-size: 1.5rem;
  }
}
#homepage .value_prop .prop_wrapper {
  display: block;
}
@media (min-width: 950px) {
  #homepage .value_prop .prop_wrapper {
    display: flex;
  }
}
#homepage .value_prop .prop_wrapper .prop_item {
  border-left: 1px solid #aaa;
  display: inline-block;
  padding-left: 20px;
  margin: 0 0 30px 5%;
  vertical-align: top;
  width: 40%;
}
#homepage .value_prop .prop_wrapper .prop_item:first-of-type, #homepage .value_prop .prop_wrapper .prop_item:nth-child(3) {
  border: 0;
}
@media (min-width: 950px) {
  #homepage .value_prop .prop_wrapper .prop_item {
    flex: 1;
    margin-left: 0;
  }
  #homepage .value_prop .prop_wrapper .prop_item:nth-child(3) {
    border-left: 1px solid #aaa;
  }
}
#homepage .value_prop .prop_wrapper .prop_item p {
  margin: 0;
}
#homepage .value_prop .prop_wrapper .prop_item .item_text {
  display: inline-block;
  width: 70%;
}
#homepage .value_prop .prop_wrapper .prop_item .item_img {
  display: inline-block;
  height: 100%;
  margin-right: 10px;
  vertical-align: top;
  width: 50px;
}
#homepage .value_prop .prop_wrapper .prop_item .item_heading {
  color: #051937;
  font-weight: bold;
}
#homepage .value_prop .prop_wrapper .prop_item .item_heading {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #homepage .value_prop .prop_wrapper .prop_item .item_heading {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage .value_prop .prop_wrapper .prop_item .item_heading {
    font-size: 0.94rem;
  }
}
#homepage .top_reviews {
  margin: 50px auto 40px;
}
#homepage .top_reviews.content {
  max-width: 1400px;
  min-width: 600px;
}
#homepage .top_reviews p {
  line-height: 17px;
  margin: 0;
}
#homepage .top_reviews .reviews_headline {
  color: #000;
  font-weight: bold;
  text-align: center;
}
#homepage .top_reviews .reviews_headline {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #homepage .top_reviews .reviews_headline {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage .top_reviews .reviews_headline {
    font-size: 1.37rem;
  }
}
#homepage .top_reviews .reviews_secondary_headline {
  text-align: center;
  margin: 0 auto;
  max-width: 450px;
}
#homepage .top_reviews .top_reviews_wrapper {
  margin-top: 40px;
  padding: 0 10px;
}
@media (min-width: 950px) {
  #homepage .top_reviews .top_reviews_wrapper {
    display: flex;
  }
}
#homepage .top_reviews .top_review_container {
  margin: 0 auto;
  padding-top: 10px;
  width: 75%;
  border-top: 1px solid #aaa;
}
#homepage .top_reviews .top_review_container:first-of-type {
  border-top: 0;
  padding: 0 20px 0 0;
}
@media (min-width: 950px) {
  #homepage .top_reviews .top_review_container {
    border-left: 1px solid #aaa;
    border-top: 0;
    flex: 1;
    padding: 0 20px 85px;
    position: relative;
  }
  #homepage .top_reviews .top_review_container:first-of-type {
    border: 0;
  }
}
#homepage .top_reviews .top_review_container .top_review_stars {
  text-align: center;
}
#homepage .top_reviews .top_review_container .top_review_stars svg {
  width: 25px;
}
#homepage .top_reviews .top_review_container .top_review_stars svg polygon.goldstar {
  fill: #f2a901;
}
#homepage .top_reviews .top_review_container .top_review_headline {
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
}
#homepage .top_reviews .top_review_container .top_review_headline {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #homepage .top_reviews .top_review_container .top_review_headline {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage .top_reviews .top_review_container .top_review_headline {
    font-size: 0.94rem;
  }
}
#homepage .top_reviews .top_review_container .top_review_author {
  font-weight: bold;
}
#homepage .top_reviews .top_review_container .top_review_product {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
@media (min-width: 950px) {
  #homepage .top_reviews .top_review_container .top_review_product {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
  }
}
#homepage .top_reviews .top_review_container .top_review_product .product_link {
  font-weight: normal;
  margin-left: 10px;
}
#homepage .top_reviews .top_review_container .top_review_product .product_image {
  border: 1px solid #ccc;
  display: inline-block;
  height: auto;
  width: 70px;
}
#homepage .top_reviews .top_review_container .top_review_product .product_image img {
  height: auto;
  margin-left: 5px;
  text-align: center;
  width: 60px;
}
#homepage .homepage_seo_content .seo_headline {
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 22px 0;
  text-align: center;
}
#homepage .homepage_seo_content .seo_headline {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #homepage .homepage_seo_content .seo_headline {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #homepage .homepage_seo_content .seo_headline {
    font-size: 1.5rem;
  }
}
#homepage .homepage_seo_content .section h2 {
  color: black;
  margin: auto;
}
#homepage .homepage_seo_content .homepageReadMore {
  color: #003087;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}
#homepage .homepage_seo_content .homepageReadMore:hover {
  text-decoration: none;
}
#homepage .homepage_seo_content a {
  font-weight: bold;
  text-decoration: underline;
}
#homepage .homepage_seo_content a:hover {
  text-decoration: none;
}
#homepage .active .slide {
  display: block !important;
  visibility: hidden;
  transition: left 0.6s ease-out;
}
#homepage .active .slide.current {
  visibility: visible;
  left: 0;
}
#homepage .active .slide.current:hover a {
  transform: scale(0.9);
  transition: 0.25s;
}
#homepage .active .slide.current:hover ~ .carouselarrow {
  opacity: 1;
}
#homepage .active .slide.next {
  left: 100%;
}
#homepage .active .slide.prev {
  left: -100%;
}
#homepage .active .slide.next.in-transition,
#homepage .active .slide.prev.in-transition {
  visibility: visible;
}
#homepage .visuallyhidden {
  display: none;
}
#homepage .carousel, #homepage .slide {
  width: 50%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#homepage .carousel {
  position: relative;
  width: 50%;
  margin-top: 10px;
}
#homepage .carousel ul {
  margin: 0;
  padding: 0;
}
#homepage .slide {
  background-size: cover;
  position: relative;
  margin-bottom: 1em;
  border: 1px solid #333;
}
#homepage .slide h4 {
  display: inline-block;
  float: right;
  font-size: 1.25em;
  margin: 0;
  padding: 0.25em;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  float: right;
  border-radius: 0 0 0 0.5em;
}
#homepage .slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  clear: both;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
#homepage .slide a {
  display: block;
  text-align: right;
}
#homepage .carousel.active {
  /*height: 360px;
  border: 1px solid #333;
  position: relative;*/
}
#homepage .active .slide {
  border: none;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 200;
}
#homepage .slide.current {
  display: block;
  width: 95%;
  z-index: 500;
}
#homepage .slide.current img {
  width: 92%;
  height: auto;
}
#homepage .btn-prev,
#homepage .btn-next {
  position: absolute;
  z-index: 700;
  top: 50%;
  margin-top: -2.5em;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
  padding: 10px 5px;
  transition: padding 0.4s ease-out;
}
#homepage .btn-prev {
  left: 0;
  border-radius: 0 0.25em 0.25em 0;
}
#homepage .btn-next {
  right: 0;
  border-radius: 0.25em 0 0 0.25em;
}
#homepage .carousel.with-slidenav {
  padding-bottom: 2em;
  background-color: #fff;
}
@media (max-width: 950px) {
  #homepage .slidenav {
    max-width: 690px;
  }
}
#homepage .slidenav li:nth-child(n+6) {
  display: none;
}
#homepage .slidenav li:nth-child(5) {
  margin-right: 0;
}
#homepage .slidenav button {
  border: 2px solid #036;
  background-color: #036;
  cursor: pointer;
  line-height: 1em;
  height: 1.5em;
  width: auto;
  color: #051937;
}
@media (max-width: 1351px) {
  #homepage .slidenav button {
    font-size: 0.85rem;
  }
}
@media (max-width: 1261px) {
  #homepage .slidenav button {
    font-size: 0.8rem;
  }
}
@media (max-width: 1200px) {
  #homepage .slidenav {
    left: 0%;
  }
}
@media (max-width: 1020px) {
  #homepage .slidenav {
    left: 0%;
  }
  #homepage .slidenav li {
    margin-right: 2%;
  }
}
#homepage .slidenav li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
}
@media (max-width: 950px) {
  #homepage .carousel {
    width: 100%;
  }
  #homepage .slides {
    height: 500px;
  }
  #homepage .slidenav {
    left: 4%;
  }
  #homepage .slidenav button {
    font-size: 0.94rem;
  }
  #homepage .slidenav li {
    margin-right: 6%;
  }
  #homepage #carousel .carouselleft {
    left: 14%;
  }
  #homepage #carousel .carouselleft {
    left: 8%;
  }
}
#homepage .slidenav button.current {
  border-radius: 0.5em;
  background-color: #fff;
  color: #ffc72c;
  position: relative;
}
#homepage .slidenav button:hover,
#homepage .slidenav button:focus {
  border: 2px dotted #fff;
}
#homepage .slidenav button.current:hover,
#homepage .slidenav button.current:focus {
  border: 2px dotted #036;
}
@media (min-width: 950px) {
  #homepage #homepage main .content {
    align-items: stretch;
  }
}
#homepage #carousel button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  text-decoration: none;
}
#homepage #carousel button:hover {
  text-decoration: underline;
}
#homepage #carousel svg {
  cursor: pointer;
  padding: 5px;
}
#homepage #carousel .carouselarrow {
  background-color: #000000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  margin-left: -35px;
  opacity: 0;
  width: 40px;
  height: 60px;
}
#homepage #carousel .carouselarrow.hovered {
  opacity: 1;
  transition: all 250ms ease-in-out;
}
#homepage #carousel .carouselleft {
  left: 13%;
}
#homepage #carousel .carouselright {
  right: 5%;
}
#homepage #carousel .carouselleft:hover polyline,
#homepage #carousel .carouselleft:focus polyline {
  stroke-width: 3;
}
#homepage #carousel .carouselleft:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}
#homepage #carousel .carouselright:hover polyline,
#homepage #carousel .carouselright:focus polyline {
  stroke-width: 3;
}
#homepage #carousel .carouselright:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}
#homepage #carousel polyline {
  transition: all 250ms ease-in-out;
}
#homepage .carousel_indicator {
  position: absolute;
  top: 50%;
  left: 38%;
  width: 10px;
  height: 10px;
  border: 10px solid #051937;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 0;
  opacity: 0;
}
#homepage .show_indicator {
  opacity: 1;
}
#homepage .category_links {
  margin: 0 auto 20px;
  max-width: 900px;
}
#homepage .category_links_header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
#homepage .category_links_description {
  margin: 20px auto;
  max-width: 790px;
  text-align: center;
}
#homepage .category_links_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
#homepage .category_links_container a {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin: 0 50px 20px 0;
  padding-bottom: 5px;
  width: 175px;
}
#homepage .category_links_container a:nth-of-type(4n) {
  margin-right: 0;
}
#homepage .category_links_container i {
  border: solid #051937;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  float: right;
}
#homepage .category_links_container i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#homepage .active .slide {
  display: block !important;
  visibility: hidden;
  transition: left 0.6s ease-out;
}
#homepage .active .slide.current {
  visibility: visible;
  left: 0;
}
#homepage .active .slide.current:hover ~ .carouselarrow {
  opacity: 1;
}
#homepage .active .slide.next {
  left: 100%;
}
#homepage .active .slide.prev {
  left: -100%;
}
#homepage .active .slide.next.in-transition,
#homepage .active .slide.prev.in-transition {
  visibility: visible;
}
#homepage .visuallyhidden {
  display: none;
}
#homepage .carousel, #homepage .slide {
  width: 50%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#homepage .carousel {
  position: relative;
  width: 50%;
  margin-top: 10px;
}
#homepage .carousel ul {
  margin: 0;
  padding: 0;
}
#homepage .slide {
  background-size: cover;
  position: relative;
  margin-bottom: 1em;
  border: 1px solid #333;
}
#homepage .slide h4 {
  display: inline-block;
  float: right;
  font-size: 1.25em;
  margin: 0;
  padding: 0.25em;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  float: right;
  border-radius: 0 0 0 0.5em;
}
#homepage .slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  clear: both;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
#homepage .slide a {
  display: block;
  text-align: right;
}
#homepage #carousel:hover .carouselarrow {
  opacity: 1;
}
#homepage .active .slide {
  border: none;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 200;
}
#homepage .slide.current {
  display: block;
  width: 95%;
  z-index: 500;
}
#homepage .slide.current img {
  width: 92%;
}
#homepage .btn-prev,
#homepage .btn-next {
  position: absolute;
  z-index: 700;
  top: 50%;
  margin-top: -2.5em;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
  padding: 10px 5px;
  transition: padding 0.4s ease-out;
}
#homepage .btn-prev {
  left: 0;
  border-radius: 0 0.25em 0.25em 0;
}
#homepage .btn-next {
  right: 0;
  border-radius: 0.25em 0 0 0.25em;
}
#homepage .carousel.with-slidenav {
  padding-bottom: 2em;
  background-color: #fff;
}
#homepage .slidenav {
  border-bottom: 3px solid #051937;
  position: absolute;
  top: 0px;
  left: 8%;
  text-align: center;
  max-width: 620px;
  width: 100%;
}
@media (max-width: 950px) {
  #homepage .slidenav {
    max-width: 690px;
  }
}
#homepage .slidenav li:nth-child(n+6) {
  display: none;
}
#homepage .slidenav li:nth-child(5) {
  margin-right: 0;
}
#homepage .slidenav button {
  border: 2px solid #036;
  background-color: #036;
  cursor: pointer;
  font-size: 14px;
  line-height: 1em;
  height: 1.5em;
  width: auto;
  color: #051937;
}
@media (max-width: 1351px) {
  #homepage .slidenav button {
    font-size: 0.85rem;
  }
}
@media (max-width: 1261px) {
  #homepage .slidenav button {
    font-size: 0.8rem;
  }
}
@media (max-width: 1200px) {
  #homepage .slidenav {
    left: 0%;
  }
}
@media (max-width: 1020px) {
  #homepage .slidenav {
    left: 0%;
  }
}
#homepage .slides {
  height: 500px;
}
@media (max-width: 950px) {
  #homepage .carousel {
    width: 100%;
  }
  #homepage .slides {
    height: 500px;
  }
  #homepage .slidenav {
    left: 4%;
  }
  #homepage .slidenav button {
    font-size: 0.94rem;
  }
  #homepage .slidenav li {
    margin-right: 6%;
  }
  #homepage #carousel .carouselleft {
    left: 14%;
  }
  #homepage #carousel .carouselleft {
    left: 8%;
  }
}
#homepage .slidenav button.current {
  border-radius: 25px;
  padding: 3px 10px;
  color: #fff;
  position: relative;
  background-color: #051937 !important;
}
#homepage .slidenav button.current:hover {
  text-decoration: none !important;
}
#homepage .slidenav button:hover,
#homepage .slidenav button:focus {
  border: 2px dotted #fff;
}
#homepage .slidenav button.current:hover,
#homepage .slidenav button.current:focus {
  border: 2px dotted #036;
}
@media (min-width: 950px) {
  #homepage #homepage main .content {
    align-items: stretch;
  }
}
#homepage #carousel button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
}
#homepage #carousel svg {
  cursor: pointer;
  padding: 5px;
}
#homepage #carousel .carouselarrow {
  background-color: #000000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  margin-left: -35px;
  opacity: 0;
  width: 40px;
  height: 60px;
}
#homepage #carousel .carouselarrow.hovered {
  opacity: 1;
  transition: all 250ms ease-in-out;
}
#homepage #carousel .carouselleft {
  left: 13%;
}
#homepage #carousel .carouselright {
  right: 5%;
}
#homepage #carousel .carouselleft:hover polyline,
#homepage #carousel .carouselleft:focus polyline {
  stroke-width: 3;
}
#homepage #carousel .carouselleft:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}
#homepage #carousel .carouselright:hover polyline,
#homepage #carousel .carouselright:focus polyline {
  stroke-width: 3;
}
#homepage #carousel .carouselright:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}
#homepage #carousel polyline {
  transition: all 250ms ease-in-out;
}
#homepage .carousel_indicator {
  position: absolute;
  top: 50%;
  left: 38%;
  width: 10px;
  height: 10px;
  border: 10px solid #051937;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 0;
  opacity: 0;
}
#homepage .show_indicator {
  opacity: 1;
}
#homepage .category_links {
  margin: 0 auto 20px;
  max-width: 900px;
}
#homepage .category_links_header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
#homepage .category_links_description {
  margin: 20px auto;
  max-width: 790px;
  text-align: center;
}
#homepage .category_links_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
#homepage .category_links_container a {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin: 0 50px 20px 0;
  padding-bottom: 5px;
  width: 175px;
  line-height: 1.5;
  display: block;
  font-size: 0.87rem;
}
#homepage .category_links_container a:nth-of-type(4n) {
  margin-right: 0;
}
#homepage .category_links_container i {
  border: solid #051937;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  float: right;
}
#homepage .category_links_container i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*css for VWO test 1/25/24 start*/
.slides-test {
  height: 510px !important;
}
.slides-test .current:hover a {
  transform: scale(1) !important;
  transition: 0.25s;
}
.slides-test .activate-code {
  text-align: center;
  font-weight: bold;
  margin-left: 54px;
  width: auto;
  display: block;
}

#featured_banner-test:hover {
  transform: scale(1) !important;
  transition: 0.25s ease;
}
#featured_banner-test .activate-code {
  text-align: center;
  font-weight: bold;
  margin-left: 0;
  width: auto;
  display: block;
}

/*css for VWO test 1/25/24 end*/
/*css for VWO New Homepage Redesign test 9/3/24 start*/
#testhomepage .content {
  max-width: 1300px;
}
#testhomepage .top-banner {
  background-color: #001738;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
}
#testhomepage .top-banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#testhomepage .top-banner .banner-content .banner-logo {
  width: 100%;
}
#testhomepage .top-banner .promo-code {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#testhomepage .top-banner .promo-code .activate-code {
  background-color: #66CCEE;
  color: #001738;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
#testhomepage .top-banner .promo-code .activate-code .code {
  font-size: 16.78px;
}
#testhomepage .top-banner .promo-code a {
  color: #fff;
  text-decoration: none;
  font-size: 9px;
  margin-left: 10px;
}
#testhomepage .top-banner .promo-code a:hover {
  text-decoration: underline;
}
@media (max-width: 1370px) {
  #testhomepage .top-banner .banner-content .banner-logo {
    width: 100%;
    height: 60px;
  }
  #testhomepage .top-banner .promo-code .activate-code {
    padding: 6px 12px;
    font-size: 12px;
  }
  #testhomepage .top-banner .promo-code .activate-code .code {
    font-size: 14px;
  }
}
@media (max-width: 1110px) {
  #testhomepage .top-banner .banner-content .banner-logo {
    width: 100%;
    height: 40px;
  }
  #testhomepage .top-banner .promo-code .activate-code {
    padding: 4px 10px;
    font-size: 10px;
  }
  #testhomepage .top-banner .promo-code .activate-code .code {
    font-size: 12px;
  }
}
@media (max-width: 1110px) {
  #testhomepage .top-banner .banner-content .banner-logo {
    width: 100%;
    height: 40px;
  }
  #testhomepage .top-banner .promo-code .activate-code {
    padding: 4px 10px;
    font-size: 10px;
  }
  #testhomepage .top-banner .promo-code .activate-code .code {
    font-size: 12px;
  }
}
@media (max-width: 780px) {
  #testhomepage .top-banner .banner-content .banner-logo {
    width: 100%;
    height: 20px;
  }
  #testhomepage .top-banner .promo-code .activate-code {
    padding: 2px 5px;
    font-size: 8px;
  }
  #testhomepage .top-banner .promo-code .activate-code .code {
    font-size: 10px;
  }
}
#testhomepage .main-content {
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 20px 0;
  align-items: stretch;
  max-width: 1920px;
  margin: 0 auto;
}
#testhomepage .main-content .featured-main a,
#testhomepage .main-content .featured-main img {
  display: block;
  width: 100%;
  height: 100%;
}
#testhomepage .main-content .featured-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#testhomepage .main-content .penbanner {
  display: block;
  width: 100%;
  height: 100%;
}
#testhomepage .main-content .featured-main,
#testhomepage .main-content .featured-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testhomepage .main-content .featured-main {
  flex-basis: 69%;
}
#testhomepage .main-content .featured-item {
  flex-basis: 32%;
  position: relative;
  animation: background-twinkle 2s infinite;
}
#testhomepage .main-content .star {
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(255, 255, 0, 0.7));
  animation: twinkle 1s infinite alternate;
}
@media (max-width: 1100px) {
  #testhomepage .main-content .star {
    width: 15px;
    height: auto;
  }
}
@media (max-width: 760px) {
  #testhomepage .main-content .star {
    width: 10px;
    height: auto;
  }
}
#testhomepage .main-content .star1 {
  position: absolute;
  top: 14%;
  left: 28%;
  animation-delay: 0s;
}
#testhomepage .main-content .star2 {
  position: absolute;
  top: 8%;
  left: 24%;
  animation-delay: 0.5s;
}
#testhomepage .main-content .star3 {
  position: absolute;
  top: 12%;
  left: 82%;
  animation-delay: 1s;
}
@keyframes twinkle {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.2;
    transform: scale(1);
  }
}
@keyframes background-twinkle {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(255, 255, 0, 0.1);
  }
}
#testhomepage .banner-section {
  text-align: center;
  padding: 0 5%;
}
#testhomepage .banner-section .title {
  font-size: 24.29px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #001738;
}
#testhomepage .banner-section .goods-list {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#testhomepage .banner-section .goods-list .goods-item {
  flex: 0 0 12.5%;
  text-align: center;
}
#testhomepage .banner-section .goods-list .goods-item .oval-background {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
#testhomepage .banner-section .goods-list .goods-item a {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #001738;
}
#testhomepage .promo-section {
  text-align: center;
  padding: 0 5%;
}
#testhomepage .promo-section .title {
  font-size: 24.29px;
  font-weight: 600;
  margin-top: 40px;
  color: #001738;
}
#testhomepage .promo-section p {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #001738;
}
#testhomepage .promo-section .promo-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
#testhomepage .promo-section .promo-item {
  width: calc((100% - 40px) / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #testhomepage .promo-section .promo-item {
    width: calc((100% - 20px) / 2);
  }
}
#testhomepage .promo-section .promo-item a {
  margin-top: 20px;
}
#testhomepage .promo-section .promo-item a img {
  border-radius: 15px;
}
@media (max-width: 1312px) {
  #testhomepage .promo-section .promo-item a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 844px) {
  #testhomepage .promo-section .promo-item a img {
    width: 100%;
    height: auto;
  }
}
#testhomepage .promo-section .promo-item p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #001738;
}
@media (max-width: 844px) {
  #testhomepage .promo-section .promo-item p {
    font-size: 13px;
  }
}
#testhomepage .promo-section .promo-item .btn {
  background-color: #051937;
  color: #ffc72c;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: 50%;
  text-align: center;
  display: inline-block;
  margin-top: auto;
}
#testhomepage .promo-section .promo-item .btn:hover {
  background-color: #FFCF34;
  color: #001738;
}
@media (max-width: 844px) {
  #testhomepage .promo-section .promo-item .btn {
    width: 70%;
  }
}
#testhomepage .goods-place-container {
  margin: 0 auto;
  padding: 0 5%;
  color: #001738;
}
#testhomepage .goods-place-container .header {
  text-align: center;
  margin-bottom: 20px;
}
#testhomepage .goods-place-container .header h3 {
  font-size: 25px;
  font-weight: bold;
  color: #001738;
  margin-bottom: 20px;
  margin-top: 30px;
}
#testhomepage .goods-place-container .promo-section {
  background-color: #F5F6F7;
  border-radius: 12px;
}
#testhomepage .goods-place-container .promo-section .hero-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex-wrap: wrap;
  padding-top: 30px;
}
#testhomepage .goods-place-container .promo-section .hero-section .text-content {
  flex: 1;
}
#testhomepage .goods-place-container .promo-section .hero-section .text-content h3 {
  font-size: 46px;
  font-weight: bold;
  color: rgba(0, 23, 56, 0.5);
  white-space: nowrap;
}
@media (max-width: 1200px) {
  #testhomepage .goods-place-container .promo-section .hero-section .text-content h3 {
    font-size: 26px;
    white-space: normal;
  }
}
@media (max-width: 894px) {
  #testhomepage .goods-place-container .promo-section .hero-section .text-content h3 {
    font-size: 22px;
    white-space: normal;
  }
}
#testhomepage .goods-place-container .promo-section .hero-section .text-content p {
  margin: 20px 0;
  font-size: 15px;
  font-weight: 600;
  color: #001738;
  max-width: 600px;
  line-height: 1.53;
}
@media (max-width: 1200px) {
  #testhomepage .goods-place-container .promo-section .hero-section .text-content p {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  #testhomepage .goods-place-container .promo-section .hero-section .text-content p {
    font-size: 11px;
  }
}
#testhomepage .goods-place-container .promo-section .hero-section .text-content .learn-more-btn {
  background-color: white;
  color: #001738;
  border: 2px solid #001738;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
#testhomepage .goods-place-container .promo-section .hero-section .text-content .learn-more-btn:hover {
  background-color: #001738;
  color: white;
}
#testhomepage .goods-place-container .promo-section .hero-section .image-content {
  flex: 1;
}
#testhomepage .goods-place-container .promo-section .hero-section .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
#testhomepage .goods-place-container .promo-section .features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #ccc;
}
@media (max-width: 1200px) {
  #testhomepage .goods-place-container .promo-section .features-section {
    margin-top: 10px;
  }
}
#testhomepage .goods-place-container .promo-section .features-section .feature-item {
  text-align: center;
  flex: 1;
  padding: 20px;
}
#testhomepage .goods-place-container .promo-section .features-section .feature-item img {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
@media (max-width: 1200px) {
  #testhomepage .goods-place-container .promo-section .features-section .feature-item img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  #testhomepage .goods-place-container .promo-section .features-section .feature-item img {
    width: 30px;
    height: auto;
  }
}
#testhomepage .goods-place-container .promo-section .features-section .feature-item .image-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#testhomepage .goods-place-container .promo-section .features-section .feature-item .image-toggle p {
  font-size: 15.83px;
  font-weight: bold;
  color: #001738;
  margin: 5px 0;
}
@media (max-width: 1200px) {
  #testhomepage .goods-place-container .promo-section .features-section .feature-item .image-toggle p {
    font-size: 13px;
  }
}
#testhomepage .goods-place-container .promo-section .features-section .feature-item .feature-text {
  font-size: 14px;
  color: #001738;
  font-weight: 500;
  line-height: 1.62;
}
@media (max-width: 1200px) {
  #testhomepage .goods-place-container .promo-section .features-section .feature-item .feature-text {
    font-size: 12px;
  }
}
@media (max-width: 1320px) {
  #testhomepage .goods-place-container .promo-section .features-section .feature-item {
    max-width: 48%;
  }
}
@media (max-width: 768px) {
  #testhomepage .goods-place-container .promo-section .text-content,
  #testhomepage .goods-place-container .promo-section .image-content {
    width: 100%;
    text-align: center;
  }
  #testhomepage .goods-place-container .promo-section .text-content {
    padding-bottom: 20px;
  }
  #testhomepage .goods-place-container .promo-section .image-content img {
    width: 100%;
  }
  #testhomepage .goods-place-container .promo-section .features-section {
    flex-direction: row;
  }
  #testhomepage .goods-place-container .promo-section .features-section .feature-item {
    flex: 1 1 24%;
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  #testhomepage .goods-place-container .promo-section .text-content h3 {
    font-size: 22px;
  }
  #testhomepage .goods-place-container .promo-section .text-content p {
    font-size: 14px;
  }
  #testhomepage .goods-place-container .promo-section .learn-more-btn {
    font-size: 11px;
  }
  #testhomepage .goods-place-container .promo-section .features-section .feature-item {
    padding: 5px;
  }
}
#testhomepage #trending_products h3 {
  font-size: 25px;
  font-weight: bold;
  color: #001738;
}
#testhomepage .brand-carousel h3 {
  font-size: 25px;
  font-weight: bold;
  color: #001738;
}
#testhomepage .pd_recommendations_hp h3 {
  font-size: 25px;
  font-weight: bold;
  color: #001738;
}
@media (min-width: 1311px) {
  #testhomepage .pd_recommendations .content .leftRight_arrows .arrow.right, #testhomepage .pd_recommendations_hp .content .leftRight_arrows .arrow.right {
    right: 0;
  }
  #testhomepage .pd_recommendations .content .leftRight_arrows .arrow.left, #testhomepage .pd_recommendations_hp .content .leftRight_arrows .arrow.left {
    left: 0;
  }
}
#testhomepage .pd_recommendations .content .recommendations_scrollContainer, #testhomepage .pd_recommendations_hp .content .recommendations_scrollContainer {
  height: 300px;
}
#testhomepage .pd_recommendations .content .headline, #testhomepage .pd_recommendations .content h2, #testhomepage .pd_recommendations_hp .content .headline, #testhomepage .pd_recommendations_hp .content h3 {
  color: #001738;
  font-size: 25px;
}
#testhomepage .pd_recommendations .content .recommendation_product, #testhomepage .pd_recommendations_hp .content .recommendation_product {
  color: #001738;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
}
#testhomepage .pd_recommendations .content .product_price, #testhomepage .pd_recommendations_hp .content .product_price {
  color: #001738;
  font-size: 10px;
  font-weight: 600;
  text-align: left;
}
#testhomepage .pd_recommendations .content .product_price:hover, #testhomepage .pd_recommendations_hp .content .product_price:hover {
  text-decoration: underline;
}
#testhomepage .pd_recommendations, #testhomepage .pd_recommendations_hp {
  margin-bottom: 0;
}
#testhomepage .reviews {
  display: none;
}
#testhomepage .pd_recommendations_hp .content .headline {
  margin-bottom: 20px;
}
#testhomepage .pd_recommendations .content h2 {
  margin-bottom: 20px;
}
#testhomepage .brand-carousel {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  max-height: 150px;
}
#testhomepage .brand-carousel .header h3 {
  color: #001738;
  font-weight: bold;
}
#testhomepage .brand-carousel .arrow_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
#testhomepage .brand-carousel .carousel {
  overflow: hidden;
  width: 100%;
  max-width: 1125px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F6F7;
  height: 100px;
  position: relative;
  margin: 0 auto;
}
#testhomepage .brand-carousel .carousel-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
#testhomepage .brand-carousel .carousel-item {
  flex: 0 0 auto;
  padding: 0 15px;
}
#testhomepage .brand-carousel .carousel-item img {
  transition: transform 0.3s;
}
#testhomepage .brand-carousel .carousel-item img:hover {
  transform: scale(0.95);
}
#testhomepage .Vopz {
  margin: 40px auto;
  max-width: 1300px;
  padding: 0 20px;
}
#testhomepage .Vopz section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#testhomepage .Vopz section img {
  max-width: 100%;
  height: auto;
}
#testhomepage .Vopz section .vopz-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #3dd5ff;
  padding: 20px;
  border-radius: 10px;
}
#testhomepage .Vopz section .learn-more,
#testhomepage .Vopz section .we-create,
#testhomepage .Vopz section .you-share,
#testhomepage .Vopz section .they-order {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  max-height: 400px;
}
#testhomepage .Vopz section .learn-more {
  background-color: transparent;
}
#testhomepage .Vopz section .learn-more img {
  max-width: 100%;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #testhomepage .Vopz section .learn-more img {
    transform: scale(130%) translateX(4%) translateY(-4%);
  }
}
#testhomepage .Vopz section .learn-more a.button {
  background-color: #051937;
  color: #fff;
  padding: 10px 10px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16.78px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
  margin: 25px 10px;
}
#testhomepage .Vopz section .learn-more a.button:hover {
  border: 1px solid #051937;
  background-color: #fff;
  color: #051937;
}
#testhomepage .Vopz section .we-create img,
#testhomepage .Vopz section .you-share img,
#testhomepage .Vopz section .they-order img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#testhomepage .Vopz section .we-create h5,
#testhomepage .Vopz section .you-share h5,
#testhomepage .Vopz section .they-order h5 {
  font-size: 2.25em;
  margin-bottom: 10px;
}
#testhomepage .Vopz section .we-create p,
#testhomepage .Vopz section .you-share p,
#testhomepage .Vopz section .they-order p {
  font-size: 1em;
  line-height: 1.5;
  padding: 0 10px;
}
#testhomepage .Vopz section .we-create h5 {
  color: #56CAF2;
}
#testhomepage .Vopz section .you-share h5 {
  color: #C85EA4;
}
#testhomepage .Vopz section .they-order h5 {
  color: #9887BF;
}
@media (min-width: 992px) {
  #testhomepage .Vopz .vopz-container {
    justify-content: space-between;
  }
  #testhomepage .Vopz .vopz-container .learn-more {
    flex: 2 1 calc(40% - 20px);
    max-width: calc(40% - 20px);
  }
  #testhomepage .Vopz .vopz-container .we-create,
  #testhomepage .Vopz .vopz-container .you-share,
  #testhomepage .Vopz .vopz-container .they-order {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #testhomepage .Vopz .vopz-container {
    flex-direction: row;
    justify-content: space-between;
  }
  #testhomepage .Vopz .vopz-container .learn-more,
  #testhomepage .Vopz .vopz-container .we-create,
  #testhomepage .Vopz .vopz-container .you-share,
  #testhomepage .Vopz .vopz-container .they-order {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  #testhomepage .Vopz .vopz-container {
    flex-direction: column;
  }
  #testhomepage .Vopz .vopz-container .learn-more,
  #testhomepage .Vopz .vopz-container .we-create,
  #testhomepage .Vopz .vopz-container .you-share,
  #testhomepage .Vopz .vopz-container .they-order {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
#testhomepage .homepage_seo_content {
  padding: 0 20px;
}
#testhomepage .homepage_seo_content .content .headline {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  overflow: hidden;
}
#testhomepage .homepage_seo_content .content h1 {
  font-size: 22px;
  font-weight: bold;
  color: #001738;
  margin: 0;
}
@media (max-width: 1197px) {
  #testhomepage .homepage_seo_content .content h1 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #testhomepage .homepage_seo_content .content h1 {
    font-size: 16px;
  }
}
#testhomepage .homepage_seo_content .content h2 {
  color: #001738;
  margin: 0;
}
#testhomepage .homepage_seo_content .content p {
  font-size: 16px;
  line-height: 1.33;
}
#testhomepage .homepage_seo_content .content ul {
  font-size: 16px;
}
#testhomepage .homepage_seo_content .content a {
  text-decoration: underline;
}
#testhomepage .homepage_seo_content .content a:hover {
  text-decoration: none;
}
#testhomepage .homepage_seo_content .content .homepageReadMore {
  font-size: 16.4px;
  color: #001738;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
}
#testhomepage .homepage_seo_content .content .homepageReadMore:hover {
  text-decoration: underline;
}
@media (max-width: 1197px) {
  #testhomepage .homepage_seo_content .content .homepageReadMore {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  #testhomepage .homepage_seo_content .content .homepageReadMore {
    font-size: 14px;
  }
}

/*css for VWO New Homepage Redesign test 9/3/24 end*/
/*Invoices Common - START*/
h3.page-title {
  color: #f6931e;
  margin: 15px 0;
}
h3.page-title {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  h3.page-title {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  h3.page-title {
    font-size: 1.37rem;
  }
}

h5.company-contact {
  color: black;
}
h5.company-contact.indent {
  margin-left: 42px;
}
h5.company-contact.indent span {
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumb {
  margin-top: 15px;
  display: block;
  cursor: default;
}
.breadcrumb a {
  color: #003087;
  margin: 0 4px 0 2px;
}
.breadcrumb a:last-of-type {
  color: grey;
  text-decoration: none;
  cursor: default;
}

.ico-printer {
  background-image: url(/amsterdam/pict/printer.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  height: 28px;
  padding-left: 33px;
  position: absolute;
  top: 0;
  right: 0;
}
.ico-printer a {
  color: #58b9f5;
  font-size: 0.63rem;
  font-weight: bold;
}
.ico-printer button {
  background-color: transparent;
  border: 0;
  border-radius: initial;
  box-shadow: none;
  clear: both;
  color: #051937;
  cursor: pointer;
  font-weight: 600;
  height: 28px;
  margin: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.ico-printer button {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .ico-printer button {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .ico-printer button {
    font-size: 1rem;
  }
}
/*Invoices Common - END*/
/* View Invoices/Pay Online - START */
#InvoiceList .tabs {
  border-bottom: 2px #051937 solid;
  margin-top: 20px;
}
#InvoiceList .tabs > a {
  display: inline-block;
  width: auto;
  height: 40px;
  vertical-align: middle;
  background-color: #051937;
  line-height: 1.75;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 4px 20px;
}
#InvoiceList .tabs > a {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #InvoiceList .tabs > a {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoiceList .tabs > a {
    font-size: 0.94rem;
  }
}
#InvoiceList[data-view=open] .tabs > a.tab-open-invoices {
  background-color: #051937;
}
#InvoiceList[data-view=open] .tabs > a.tab-payment-history {
  background-color: #ccc;
  color: grey;
  height: 32px;
  line-height: 1.15;
  position: relative;
  top: 4px;
}
#InvoiceList[data-view=open] table.invoices > tbody.history {
  display: none;
}
#InvoiceList[data-view=history] .tabs > a.tab-open-invoices {
  background-color: #ccc;
  color: grey;
  height: 32px;
  line-height: 1.15;
  position: relative;
  top: 4px;
}
#InvoiceList[data-view=history] .tabs > a.tab-payment-history {
  background-color: #051937;
}
#InvoiceList[data-view=history] table.invoices > tbody.open {
  display: none;
}
#InvoiceList a.invoices_view_btn {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #InvoiceList a.invoices_view_btn {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoiceList a.invoices_view_btn {
    font-size: 1rem;
  }
}
#InvoiceList table.invoices {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
#InvoiceList table.invoices > thead > tr {
  background: #ededed;
}
#InvoiceList table.invoices > thead > tr > th {
  background: transparent;
  border: none; /*delete border*/
  color: black; /*change color to black*/
  font-weight: bold;
  margin: 0;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
}
#InvoiceList table.invoices > tbody > tr:not(.empty):nth-of-type(2n+1) {
  background: #ededed;
}
#InvoiceList table.invoices > tbody > tr.empty:not(:only-child) {
  display: none;
}
#InvoiceList table.invoices > tbody > tr.empty > td {
  text-align: center;
  font-weight: bold;
}
#InvoiceList table.invoices > tbody > tr > td {
  background: transparent;
  border: none; /*delete border*/
  color: black;
  margin: 0;
  padding: 5px 1px;
  text-align: center;
  height: 30px;
}
#InvoiceList table.invoices > tbody > tr > td .invoice_pay_button {
  border-radius: 7px;
  background-color: #9CCB3B;
  color: white;
  font-weight: bold;
  width: 40px;
  height: 20px;
  line-height: 1.7;
  display: inline-block;
  cursor: default;
  margin-left: 10px;
}

/* View Invoices/Pay Online - END */
/* Details/Pay - START */
#InvoicePay table {
  border-collapse: collapse;
  border-spacing: 0;
  color: black;
  text-align: left;
  width: 100%;
}
#InvoicePay table td {
  padding: 5px;
}
#InvoicePay table .tbl_header {
  font-weight: bold;
  text-align: center;
}
#InvoicePay table .left_cell {
  border-left: 1px solid #aaa;
}
#InvoicePay table .right_cell {
  border-right: 1px solid #aaa;
}
#InvoicePay #tbl_customer {
  margin-top: 20px;
  border: 1px solid #aaa;
}
#InvoicePay #tbl_customer td {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center;
}
#InvoicePay #tbl_ordered {
  margin-top: 5px;
}
#InvoicePay #tbl_ordered td {
  border: 1px solid #aaa;
  text-align: center;
}
#InvoicePay #tbl_ordered .subtext_ordered {
  border-bottom: 0;
  border-left: 0;
  font-size: 0.63rem;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
}
#InvoicePay #tbl_ordered .tbl_fin {
  font-weight: bold;
  text-align: right;
}
#InvoicePay #tbl_ordered .tbl_fin {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePay #tbl_ordered .tbl_fin {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePay #tbl_ordered .tbl_fin {
    font-size: 0.75rem;
  }
}
#InvoicePay #tbl_ordered .total {
  color: black;
  text-transform: uppercase;
}
#InvoicePay .title_invoice {
  color: black;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 0;
}
#InvoicePay .title_invoice {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePay .title_invoice {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePay .title_invoice {
    font-size: 0.94rem;
  }
}
#InvoicePay .invoice_address {
  padding-bottom: 15px;
  text-align: left;
}
#InvoicePay .invoice_addressName, #InvoicePay .invoice_addressLine1, #InvoicePay .invoice_addressCity {
  display: inline-block;
  font-weight: bold;
}
#InvoicePay .title_BillTo {
  color: black;
  font-weight: bold;
  vertical-align: top;
  padding-left: 0;
}
#InvoicePay .data_BillTo {
  color: black;
  font-weight: bold;
  vertical-align: top;
}
#InvoicePay .title_ShipTo {
  color: black;
  font-weight: 600;
  vertical-align: top;
}
#InvoicePay .data_ShipTo {
  color: black;
  font-weight: 600;
  vertical-align: top;
}
#InvoicePay .title_ordered {
  color: black;
  font-weight: 600;
  margin-top: 15px;
}
#InvoicePay .submitButton {
  background-color: #9CCB3B;
  border: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  float: right;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: none;
  padding: 8px 40px;
}
#InvoicePay .submitButton {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePay .submitButton {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePay .submitButton {
    font-size: 1rem;
  }
}

/* Details/Pay - END */
/* PAY ONLINE - START*/
#InvoicePayOnline .secure {
  margin: 10px 0;
}
#InvoicePayOnline table.address-info {
  width: 600px;
}
#InvoicePayOnline table.address-info .title_BillTo {
  color: black;
  font-weight: 600;
  vertical-align: top;
  padding-left: 0;
}
#InvoicePayOnline table.address-info .data_BillTo {
  color: black;
  font-weight: 600;
  vertical-align: top;
}
#InvoicePayOnline #tbl_orderinfo {
  width: 100%;
  background: #ededed;
  text-align: center;
  font-weight: bold;
}
#InvoicePayOnline #tbl_orderinfo {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePayOnline #tbl_orderinfo {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePayOnline #tbl_orderinfo {
    font-size: 0.88rem;
  }
}
#InvoicePayOnline #tbl_orderinfo td {
  font-weight: normal;
}
#InvoicePayOnline #tbl_orderinfo td {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePayOnline #tbl_orderinfo td {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePayOnline #tbl_orderinfo td {
    font-size: 0.88rem;
  }
}
#InvoicePayOnline .result-message {
  font-weight: bold;
  margin-bottom: 200px;
}
#InvoicePayOnline .result-message {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePayOnline .result-message {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePayOnline .result-message {
    font-size: 0.88rem;
  }
}
#InvoicePayOnline .maintbl + .result-message {
  margin-bottom: 50px;
}
#InvoicePayOnline .form {
  margin: 15px 0;
}
#InvoicePayOnline .form {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePayOnline .form {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePayOnline .form {
    font-size: 0.88rem;
  }
}
#InvoicePayOnline .form .required:after {
  content: "*";
  color: #b30000;
  padding-left: 3px;
}
#InvoicePayOnline .form label {
  display: block;
}
#InvoicePayOnline .form label {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePayOnline .form label {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePayOnline .form label {
    font-size: 0.88rem;
  }
}
#InvoicePayOnline .form .boxpopup > .label > span {
  cursor: pointer;
}
#InvoicePayOnline .form > div {
  margin-top: 10px;
}
#InvoicePayOnline .form .row > div {
  display: inline-block;
  vertical-align: middle;
}
#InvoicePayOnline .form input[type=text], #InvoicePayOnline .form select {
  border: 1px solid #ccc;
  height: 40px;
}
#InvoicePayOnline .form input[type=text] {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePayOnline .form input[type=text] {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePayOnline .form input[type=text] {
    font-size: 1.37rem;
  }
}
#InvoicePayOnline .form .fg-name input[type=text] {
  width: 394px;
}
#InvoicePayOnline .form .fg-card input[type=text] {
  width: 267px;
}
#InvoicePayOnline .form .fg-cvv {
  margin-left: 19px;
}
#InvoicePayOnline .form .fg-cvv input[type=text] {
  width: 105px;
}
#InvoicePayOnline .form .fg-cvv input[type=text] {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePayOnline .form .fg-cvv input[type=text] {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePayOnline .form .fg-cvv input[type=text] {
    font-size: 1.37rem;
  }
}
#InvoicePayOnline .form .creditCard {
  margin-top: 16px;
}
#InvoicePayOnline .form .ddl-month, #InvoicePayOnline .form .ddl-year {
  width: 128px;
}
#InvoicePayOnline .form .ddl-year {
  margin-left: 9px;
}
#InvoicePayOnline .form .submitButton {
  width: 15%;
  height: 40px;
  border-radius: 7px;
  border: none;
  background: #9CCB3B;
  color: white;
  font-weight: bold;
}
#InvoicePayOnline .form .submitButton {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #InvoicePayOnline .form .submitButton {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #InvoicePayOnline .form .submitButton {
    font-size: 1rem;
  }
}

/* PAY ONLINE - END*/
/* My Account - START */
#MyAccount_banner {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
#MyAccount_banner img {
  border-bottom: 5px solid #aaa;
  height: auto;
  width: 100%;
}

.myacct_main {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 800px) {
  .myacct_main {
    width: 800px;
  }
}
.myacct_main h2 {
  color: #051937;
}
.myacct_main h2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .myacct_main h2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .myacct_main h2 {
    font-size: 0.94rem;
  }
}
.myacct_main h2 span {
  color: #383838;
}
.myacct_main h3 {
  color: #f6931e;
  font-weight: 400;
  line-height: 22px;
  margin: 0 39px 0 0;
}
.myacct_main ul {
  font-weight: 400;
  line-height: 22px;
  list-style-type: none;
  margin: 0 40px 30px 0;
  padding-top: 1px;
}
.myacct_main ul li {
  margin-top: 5px;
}
.myacct_main ul li .link_arrow2 {
  color: #003087;
  font-weight: 700;
  margin-top: 0;
  margin-left: 5px;
  position: absolute;
}
.myacct_main ul li .link_arrow2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .myacct_main ul li .link_arrow2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .myacct_main ul li .link_arrow2 {
    font-size: 1.37rem;
  }
}
.myacct_main a {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .myacct_main a {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .myacct_main a {
    font-size: 0.88rem;
  }
}
.myacct_main .myacct_t1 {
  color: #878787;
  float: left;
  margin: 0 0 15px;
  padding: 0 0 0 5px;
  text-align: right;
  width: 350px;
}
.myacct_main .myacct_t1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .myacct_main .myacct_t1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .myacct_main .myacct_t1 {
    font-size: 1.37rem;
  }
}
.myacct_main .myacct_t1 .name-title {
  color: #1A6600;
  font-weight: bold;
}
.myacct_main .myacct_t1 .name-title {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .myacct_main .myacct_t1 .name-title {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .myacct_main .myacct_t1 .name-title {
    font-size: 0.94rem;
  }
}
.myacct_main .myacct_center {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.myacct_main .myacct_center .myacct_b1 {
  border-right: 1px solid #ccc;
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: right;
  width: 49%;
}
.myacct_main .myacct_center .myacct_b1 .myacct_m1 {
  color: #383838;
  margin: 0 39px 15px 0;
  padding: 0 0 0 5px;
}
.myacct_main .myacct_center .myacct_b1 .customer-number {
  color: #878787;
  font-weight: 400;
  line-height: 22px;
  margin: 4px 39px 30px 0;
}
.myacct_main .myacct_center .myacct_b2 {
  border-right: 1px solid #ccc;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 49%;
}
.myacct_main .myacct_center .myacct_b2 .myacct_m2 {
  color: #383838;
  margin: 0 39px 15px 0;
  padding: 0 0 0 5px;
}
.myacct_main .offer_noOffers {
  color: #878787;
  font-weight: 400;
  line-height: 22px;
  margin: 4px 30px 0 0;
  text-align: right;
}
.myacct_main .myacct_table1 {
  margin: 0;
  padding: 5px;
  width: 420px;
}
.myacct_main .accountMsgBanner {
  background-color: #9CCB3B;
  color: #fff;
  height: 60px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 70%;
}
.myacct_main .accountMsgBanner {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .myacct_main .accountMsgBanner {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .myacct_main .accountMsgBanner {
    font-size: 0.94rem;
  }
}
.myacct_main .accountMsgBanner .checkmark_iconwrapper {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 15px;
}
.myacct_main .accountMsgBanner .checkmark_icon {
  background: rgba(0, 0, 0, 0) url("/Amsterdam/pict/checkmark.svg") no-repeat scroll;
  height: 45px;
  width: 45px;
}

/* My Account - END */
/* Obsolete Products - START */
.obsolete_wrapper {
  text-align: center;
  max-width: 1192px;
}
.obsolete_wrapper h1 {
  color: #978784;
  margin: 10px 0 30px;
}
.obsolete_wrapper h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .obsolete_wrapper h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .obsolete_wrapper h1 {
    font-size: 1.37rem;
  }
}
.obsolete_wrapper > .product_image:first-of-type {
  border: 1px solid #ccc;
  display: inline-block;
  height: 303px;
  margin: 0 20px 0 0;
  width: 303px;
}
.obsolete_wrapper .obsolete_details {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 350px;
}
@media (min-width: 1192px) {
  .obsolete_wrapper .obsolete_details {
    width: 51%;
  }
}
.obsolete_wrapper .obsolete_details .product_name {
  color: #051937;
  display: inline-block;
  line-height: 21px;
  margin: 0 10px 10px 0;
  overflow: visible;
}
.obsolete_wrapper .obsolete_details .product_name {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .obsolete_wrapper .obsolete_details .product_name {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .obsolete_wrapper .obsolete_details .product_name {
    font-size: 0.94rem;
  }
}
.obsolete_wrapper #coupon_results {
  text-align: left;
}
.obsolete_wrapper .product_num {
  color: black;
  display: inline-block;
  line-height: 21px;
}
.obsolete_wrapper .para_1 {
  color: black;
  margin-bottom: 20px;
}
.obsolete_wrapper .para_1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .obsolete_wrapper .para_1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .obsolete_wrapper .para_1 {
    font-size: 0.94rem;
  }
}
.obsolete_wrapper .para_2 {
  color: black;
  margin-bottom: 40px;
}
.obsolete_wrapper .couponContainer {
  float: left;
  position: relative;
}
.obsolete_wrapper .couponContainer .coupon {
  background-image: url("/Amsterdam/pict/coupon-obsolete-product.png");
  float: left;
  height: 119px;
  width: 308px;
}
.obsolete_wrapper .couponContainer .couponCode {
  background-color: #ffc72c;
  float: left;
  font-weight: bold;
  left: 205px;
  padding: 2px 2px 0;
  position: absolute;
  top: 79px;
}
.obsolete_wrapper .couponContainer .couponCode {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .obsolete_wrapper .couponContainer .couponCode {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .obsolete_wrapper .couponContainer .couponCode {
    font-size: 1rem;
  }
}
.obsolete_wrapper .button_wrapper {
  float: left;
  margin-top: 23px;
}
.obsolete_wrapper .button_wrapper a {
  color: white;
  text-align: center;
  text-decoration: none;
}
.obsolete_wrapper .button_wrapper .btn_advance {
  font-weight: bold;
  height: auto;
  line-height: normal;
}
.obsolete_wrapper .button_wrapper .btn_advance {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .obsolete_wrapper .button_wrapper .btn_advance {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .obsolete_wrapper .button_wrapper .btn_advance {
    font-size: 1rem;
  }
}
.obsolete_wrapper .button_wrapper .btn_advance .btn_content, .obsolete_wrapper .button_wrapper .btn_advance .wishList .quickadd_but, .wishList .obsolete_wrapper .button_wrapper .btn_advance .quickadd_but, .obsolete_wrapper .button_wrapper .btn_advance #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .obsolete_wrapper .button_wrapper .btn_advance .quickadd_but {
  background-color: #051937;
  background-image: none;
  border: 1px solid white;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #ccc;
  padding: 22px 0;
  width: 360px;
}
.obsolete_wrapper .button_wrapper .button {
  border: none;
}
.obsolete_wrapper .category_main .product_container .product_image_container .product_image .category_thumb4 {
  height: auto;
  width: 98%;
}
.obsolete_wrapper .tnt_topCats .topCats_catcol.category_main .product_container {
  margin: 0 0 20px 0;
  text-align: left;
}

/* Obsolete Products - END */
.div_CustomizationMenu {
  float: left;
  margin: 0;
  padding: 0;
}

.div_layoutLeftSide {
  float: left;
  position: relative;
  width: 262px;
}

.link_typeStyle {
  display: inline;
  float: left;
  margin-left: 7px;
  width: 55px;
}

.link_SelectArt {
  float: left;
  font-weight: normal;
  margin-right: 20px;
  margin-bottom: 7px;
}

.div_SectionHeading {
  background: url("/amsterdam/pict/sectionheading_small.gif") no-repeat top left;
  color: #fc5a0f;
  display: inline;
  float: left;
  font-weight: bold;
  padding: 5px;
  width: 252px;
}
.div_SectionHeading {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .div_SectionHeading {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_SectionHeading {
    font-size: 0.94rem;
  }
}

.div_SectionHeading .link {
  color: #003087;
  float: left;
  font-weight: normal;
}

.div_SectionHeading .artLink {
  float: left;
  font-weight: normal;
}

.div_SectionHeading .link_WhatsThis {
  float: left;
  font-size: 0.63rem;
  font-weight: normal;
}

.div_SectionHeading .span_ImprintDescription {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
}

.div_SectionHeading .span_PersonalizationHeader {
  float: left;
  width: 175px;
}

.div_SectionHeading .span_ArtHeadingTitle {
  float: left;
  width: 214px;
}

.div_SectionHeading a:hover {
  cursor: pointer;
}

.div_SectionBody {
  border: solid 1px #ccc;
  display: inline;
  float: left;
  height: auto;
  margin-bottom: 10px;
  overflow: auto;
  padding: 10px;
  width: 240px;
}

.div_SectionBody a:hover {
  cursor: pointer;
}

#layout #div_CustomizationMenu .div_SectionBody select {
  width: 100%;
}

.img_logo {
  border: solid 1px #ccc;
  display: block;
  margin: auto;
  max-width: 200px;
  text-align: center;
}

.span_closeImprintFormatsPopup {
  clear: both;
  float: right;
  margin: 0;
}

.span_AddSlogan {
  margin: 20px 0 0 5px;
}

.div_layoutRightSide {
  float: left;
  margin-bottom: 10px;
  margin-left: 38px;
}

.div_layoutBottom {
  clear: both;
  float: left;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
}

.div_layoutBottom .div_SectionHeading {
  background: transparent url("/amsterdam/pict/sectionheading_large.gif") no-repeat top left;
  width: 940px;
}

.div_layoutBottom .div_SectionBody {
  float: left;
  margin-bottom: 0;
  overflow: visible;
  padding-bottom: 20px;
  width: 928px;
}

.pricing {
  float: left;
  width: 670px;
  padding-left: 0px;
  margin-top: 10px;
  padding-bottom: 20px;
}

.div_totalsOuter {
  float: right;
  margin: 20px 10px 0 0;
}

.div_ChargeTotal {
  background-color: #ededed;
  color: #474747;
  padding: 3px;
  width: 230px;
}
.div_ChargeTotal {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .div_ChargeTotal {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_ChargeTotal {
    font-size: 0.75rem;
  }
}

.div_ChargeTotal .left {
  float: left;
  font-weight: bold;
}

.div_ChargeTotal .right {
  float: right;
}

.div_ChargeTotal .leftTotal {
  float: left;
  font-weight: bold;
}

.div_ChargeTotal .rightTotal {
  float: right;
  font-weight: bold;
}

.div_ChargeVisible {
  display: none;
}

.div_ChargePosition {
  margin-top: 3px;
}

.div_ClearFloat {
  clear: both;
  height: 0;
  line-height: 0;
}

.div_totalsInner {
  text-align: right;
}
.div_totalsInner {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .div_totalsInner {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_totalsInner {
    font-size: 0.94rem;
  }
}

.span_prioritycodeNote {
  clear: both;
  float: right;
}

.span_previewImprintHeading {
  display: block;
  margin: auto;
  text-align: center;
}

.lit_previewImg {
  border: solid 1px #051937;
  display: block;
  margin: auto;
  text-align: center;
}

.div_PreviewColor {
  background: white;
  border: solid 3px #ccc;
  margin: 10px auto auto;
  padding: 5px;
  text-align: center;
  width: 400px;
}

.div_imprintPreviewOuter {
  text-align: left;
  width: 650px;
}

.div_imprintPreview {
  width: 100%;
}

.div_imprintPreview .div_SectionHeading {
  background: transparent url("/amsterdam/pict/sectionheading_medium.gif") no-repeat top left;
  color: #fff;
  width: 640px;
}

.div_imprintPreview .div_SectionBody {
  border: solid 1px #051937;
  margin-bottom: 0;
  padding-bottom: 20px;
  width: 628px;
}

.div_ImprintFormatsPopup {
  background: url("/amsterdam/pict/grad_gr.gif") repeat-x scroll center bottom transparent;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: black;
  display: block;
  float: left;
  margin: 9px 0 -5px -5px;
  padding: 5px;
  width: 250px;
}

.div_ImprintFormatsPopup a,
.div_CustomizePopup a {
  margin: 0 18px 0 22px;
  text-align: center;
}

.div_ImprintFormatsPopup a {
  margin-left: 85px;
}

.span_closeImprintFormatsPopup a {
  margin: 0;
}

.div_CustomizePopup {
  background: url("/amsterdam/pict/grad_gr.gif") bottom repeat-x;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  color: black;
  display: none;
  float: left;
  margin: 0 0 10px;
  padding: 5px;
  width: 228px;
}

.div_CustomizePopup select {
  width: 100%;
}

.txt_Imprint {
  display: inline;
  float: left;
  margin-bottom: 4px;
  width: 170px;
}

.div_slogan {
  display: none;
}

.removeLogo {
  float: right;
}

.td_bomTitle {
  color: black;
  font-weight: bold;
}
.td_bomTitle {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .td_bomTitle {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .td_bomTitle {
    font-size: 0.94rem;
  }
}

.td_bomTitle_ddl {
  color: black;
  font-weight: bold;
  width: 160px;
}
.td_bomTitle_ddl {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .td_bomTitle_ddl {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .td_bomTitle_ddl {
    font-size: 0.94rem;
  }
}

.div_SummarySection {
  float: left;
}

.div_ProductOptions {
  float: left;
  height: 100%;
  width: 410px;
}

.div_MultipleOptions,
.div_SingleOptions {
  float: left;
}

.tbl_MultipleOptions,
.tbl_SingleOptions {
  float: left;
}

.div_ProductOptions select {
  max-width: 150px;
  width: 100%;
}

.ddl_Options {
  max-width: 150px;
  width: 100%;
}

.link_RemoveOption {
  color: #b30000;
  font-size: 8px;
}

.link_AddMore {
  color: #b30000;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
}

.txt_Quantity {
  margin-right: 10px;
  width: 50px;
}

.div_imprintPreview img {
  max-height: 400px;
}

.td_total {
  color: #000;
  text-align: right;
  width: 55px;
}

.td_totalHeader {
  padding: 2px 5px;
}

.tr_total .td_bomTitle {
  padding: 6px 5px 0;
}

.btn_AddToCart2 {
  background: transparent url("/amsterdam/pict/addtocart3.gif") no-repeat top left;
  border: 0;
  cursor: pointer;
  height: 39px;
  margin: 0;
  padding: 0;
  width: 146px;
}

.span_prioritycode {
  clear: both;
  color: #f6931e;
  float: right;
  margin: 0;
  width: 150px;
}

.span_previewNote {
  color: #f6931e;
  float: left;
  margin: auto;
  text-align: center;
  width: 100%;
}

.h1_itemTitle {
  color: #f6931e;
}
.h1_itemTitle {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .h1_itemTitle {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .h1_itemTitle {
    font-size: 0.94rem;
  }
}

.div_layoutRightSide .h1_itemTitle {
  float: left;
}

.div_PreviewGalleryControls {
  margin: auto;
  text-align: center;
}

.span_PreviewControlsText {
  margin: 0 5px;
  position: relative;
  top: 6px;
  vertical-align: top;
}

.span_help {
  background: transparent url("/amsterdam/pict/needhelp.gif") no-repeat top right;
  float: right;
  font-weight: normal;
  height: 25px;
  padding-right: 28px;
  padding-top: 2px;
}

.span_help a {
  cursor: pointer;
}

.txt_Personalization {
  height: 50px;
  width: 220px;
}

.fontddl_title {
  background: white url("/fonts/ddl_button.PNG") no-repeat 100%;
  border: 1px solid #aaa;
  height: 20px;
  padding: 0;
  width: 150px;
}

.fontddl_title:hover {
  background: white url("/fonts/ddl_button_selected.PNG") no-repeat 100%;
  border: 1px solid #051937;
}

.fontddl_list_auto {
  background: white;
  border: 1px solid #aaa;
  display: none;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 150px;
}

.fontddl_list_fixed {
  background: white;
  border: 1px solid #aaa;
  display: none;
  height: 180px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  width: 150px;
}

.fontddl_list_auto a,
.fontddl_list_fixed a {
  margin: 0;
  padding: 0;
}

.fontddl_list img {
  width: 130px;
}

.ddlImage {
  height: 18px;
  margin: 0;
  padding: 0;
  width: 130px;
}

.div_upsell_buttons {
  clear: right;
  float: right;
  margin-right: 4px;
}

.div_upsell_buttons_bottom {
  clear: both;
  float: left;
  margin-top: 5px;
  text-align: right;
  width: 99%;
}

.div_upsell_wrapper {
  clear: both;
  float: left;
  margin: 0 50px;
  width: 100%;
}

#div_upsell_background {
  background: black;
  border: 1px solid #aaa;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

#div_upsell_popup {
  background: white;
  border: solid 2px #aaa;
  display: none;
  left: 125px;
  margin: 5% auto;
  padding: 5px;
  position: absolute;
  width: 710px;
  z-index: 2;
}

#div_upsells {
  background: white;
  border: solid 2px #ccc;
  left: 75px;
  overflow: auto;
  padding: 5px;
  position: absolute;
  top: 100px;
  width: 787px;
  z-index: 2;
}

#div_upsell_popup h1,
#div_upsells h1 {
  color: #8b8a8a;
  float: left;
  margin-bottom: 5px;
  margin-top: 30px;
  margin-left: 55px;
  text-align: left;
  width: 500px;
}
#div_upsell_popup h1,
#div_upsells h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #div_upsell_popup h1,
  #div_upsells h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #div_upsell_popup h1,
  #div_upsells h1 {
    font-size: 1.37rem;
  }
}

#div_upsell_popup h2,
#div_upsells h2 {
  color: #f6931e;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-bottom: 2px;
  text-align: left;
}
#div_upsell_popup h2,
#div_upsells h2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #div_upsell_popup h2,
  #div_upsells h2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #div_upsell_popup h2,
  #div_upsells h2 {
    font-size: 0.94rem;
  }
}

#div_upsell_popup h3,
#div_upsells h3 {
  color: #f6931e;
  display: inline;
  margin-left: 5px;
  margin-right: 7px;
  text-align: left;
}
#div_upsell_popup h3,
#div_upsells h3 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #div_upsell_popup h3,
  #div_upsells h3 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #div_upsell_popup h3,
  #div_upsells h3 {
    font-size: 0.94rem;
  }
}

.divUpsell {
  float: left;
  padding: 10px 5px 0 0;
  width: 215px;
}

.div_upsellBackground1 {
  background: #aaa;
}

.img_upsellpreview {
  display: block;
  height: 140px;
  margin: auto;
  text-align: center;
  width: 215px;
}

.div_upsellHeader_always,
.div_upsellHeader_open,
.div_upsellHeader_closed {
  color: #051937;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  width: 215px;
}

.div_upsellHeader_always {
  cursor: default;
}

.div_upsellHeader_open {
  cursor: pointer;
}

.div_upsellHeader_closed {
  cursor: pointer;
}

.div_upsellHeader_open img,
.div_upsellHeader_closed img {
  float: right;
}

.div_upsellImage {
  height: 140px;
  padding: 5px;
  width: 215px;
}

.div_upsell_price .regular_striked {
  text-decoration: line-through;
}

.div_upsell_price .sale {
  color: #b30000;
}

.btn_UpsellAddToCart {
  background: transparent url("/amsterdam/pict/addtocart3.png") no-repeat top left;
  border: 0;
  cursor: pointer;
  height: 31px;
  margin: 0;
  padding: 0;
  width: 171px;
}

.btn_UpsellNoThanks {
  background: transparent url("/amsterdam/pict/APL_Upsell_noThanks_btn.png") no-repeat top left;
  border: 0;
  cursor: pointer;
  height: 36px;
  margin-top: 15px;
  margin-bottom: 40px;
  margin-right: 15px;
  padding: 0;
  width: 140px;
}

.upsell_itemName {
  float: left;
  overflow: hidden;
  width: 165px;
}

.upsell_SlideUp {
  float: left;
  width: 50px;
}

.upsell_SlideDown {
  float: left;
  width: 50px;
}

.div_okCancel {
  margin: auto;
  text-align: center;
  width: 100%;
}

.btn_UpdatePreview {
  background: transparent url("/amsterdam/pict/btn_update_preview.gif") no-repeat top left;
  border: 0;
  cursor: pointer;
  height: 30px;
  margin: 0;
  width: 144px;
}

.msg_gowithoutimprint {
  color: #474747;
  margin-bottom: 5px;
}

.div_OrderItemMsg {
  color: #474747;
  display: block;
  margin-bottom: 8px;
}

/*Shopping Cart Changes START*/
.btn_ApplyChanges {
  background: transparent url("/amsterdam/pict/cartapply_btn.png") no-repeat top left;
  border: 0;
  cursor: pointer;
  height: 30px;
  margin: 10px;
  width: 100px;
}

/*Shopping Cart Changes END*/
/* ********** Address Verification Popup - start ********** */
.addressVerificationContainerStyle {
  float: left;
}

#AddressVerificationPanel {
  display: none;
  padding: 0;
  width: 350px;
}

#AddressVerificationPanel h3 {
  color: #fc5a0f;
  font-weight: 600;
  margin: 0;
}
#AddressVerificationPanel h3 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #AddressVerificationPanel h3 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #AddressVerificationPanel h3 {
    font-size: 0.94rem;
  }
}

#AddressVerificationPanel h4 {
  color: #474747;
  font-weight: 600;
  margin: 10px 0 0;
}

#AddressVerificationPanel .content {
  padding: 15px;
  text-align: left;
  width: 380px;
}

#AddressVerificationPanel .content .title {
  color: #000;
  font-weight: 600;
  margin: 10px 0 5px;
  text-align: left;
}
#AddressVerificationPanel .content .title {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #AddressVerificationPanel .content .title {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #AddressVerificationPanel .content .title {
    font-size: 0.94rem;
  }
}

#AddressVerificationPanel .content .subtitle {
  margin: 10px 0 15px;
  text-align: left;
}

#AddressVerificationPanel .content .partialMatchTitle {
  display: inline-block;
  margin-left: 20px;
}

#AddressVerificationPanel .content input[type=radio] {
  cursor: pointer;
  float: left;
  left: 2px;
  margin: 0;
  position: absolute;
  top: 20px;
}

#AddressVerificationPanel .content .originalContainer,
#AddressVerificationPanel .content .suggestedContainer {
  display: inline-block;
  position: relative;
}

#AddressVerificationPanel .content .originalAddressContent,
#AddressVerificationPanel .content .suggestedAddressContent {
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 1;
  padding: 2px 0 2px 30px;
  position: relative;
}
#AddressVerificationPanel .content .originalAddressContent,
#AddressVerificationPanel .content .suggestedAddressContent {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #AddressVerificationPanel .content .originalAddressContent,
  #AddressVerificationPanel .content .suggestedAddressContent {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #AddressVerificationPanel .content .originalAddressContent,
  #AddressVerificationPanel .content .suggestedAddressContent {
    font-size: 0.94rem;
  }
}

#AddressVerificationPanel .content .reenterAddressLink {
  box-shadow: none !important;
  cursor: default;
  height: 30px;
}

#AddressVerificationPanel .content .reenterAddressLink a {
  color: #003087;
  display: inline-block;
}

#AddressVerificationPanel .content .reenterAddressLink a:hover {
  text-decoration: underline;
}

#AddressVerificationPanel #NoMatch .buttonRow {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#AddressVerificationPanel #NoMatch .buttonRow .button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

#AddressVerificationPanel #NoMatch #Button1,
#AddressVerificationPanel #partialMatch #Button3 {
  background-image: url("../pict/addver_reenter.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 33px;
  width: 164px;
}

#AddressVerificationPanel #NoMatch #Button2 {
  background-image: url("../pict/addver_correct.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 33px;
  width: 164px;
}

#AddressVerificationPanel #partialMatch .buttonRow {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#AddressVerificationPanel #partialMatch .buttonRow .button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

#AddressVerificationPanel #partialMatch #ApplyAddressButton {
  background-image: url("../pict/addver_apply.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 32px;
  width: 99px;
}

.addressVerificationPopup_topbar {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #e0dfdd 0%, #a6a4a4 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #e0dfdd 0%, #a6a4a4 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #e0dfdd 0%, #a6a4a4 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0dfdd), color-stop(1, #a6a4a4));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #e0dfdd 0%, #a6a4a4 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #e0dfdd 0%, #a6a4a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#e0dfdd", endColorstr="#a6a4a4"); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0dfdd', endColorstr='#a6a4a4')"; /* IE8 */
  height: 22px;
  width: 100%;
}

/* ********** Address Verification Popup - end ********** */
/* ********** custom-radio - start ********** */
.custom-radio {
  position: relative;
}

.custom-radio input {
  left: 2px;
  margin: 0;
  position: absolute;
  top: 20px;
}

.custom-radio label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 0 0.5em 30px;
  position: relative;
}
.custom-radio label {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .custom-radio label {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .custom-radio label {
    font-size: 0.94rem;
  }
}

.custom-radio label {
  background: rgba(0, 0, 0, 0) url("/amsterdam/pict/radiobutton.gif") no-repeat scroll 0 0;
}

.custom-radio label {
  background-position: -10px 5px;
}

.custom-radio label.hover, .custom-radio label.focus {
  background-position: -10px -95px;
}

.custom-radio label.checked {
  background-position: -10px -195px;
}

/* ********** custom-radio - end ************ */
/* Order Status & Saved Projects - START */
#saved-projects {
  margin-top: 20px;
}
#saved-projects .no_orders {
  margin-left: 10%;
}
#saved-projects .no_orders p {
  margin-top: 20px;
}
#saved-projects .btn_secondary {
  padding-top: 8px;
  line-height: 24px;
}
#saved-projects .btn_secondary:hover {
  color: #fff !important;
  background-color: #051937;
}
#saved-projects .btn_primary, #saved-projects #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions #saved-projects .btn_secondary {
  padding-top: 12px;
  line-height: 24px;
}
.project_flex {
  display: flex;
  justify-content: space-between;
}

#order-status {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#order-status.content {
  max-width: 1300px;
  padding-left: 40px;
}
@media (min-width: 1400px) {
  #order-status.content {
    padding-left: 0;
  }
}
#order-status h1 {
  color: black;
}
#order-status h1 {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #order-status h1 {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #order-status h1 {
    font-size: 1.5rem;
  }
}
#order-status p {
  margin: 0;
}
#order-status .no_orders {
  margin-left: 0;
  margin-bottom: 160px;
}
#order-status .no_orders h5 {
  margin-top: 5px;
}
#order-status .no_orders p {
  margin-top: 20px;
}
#order-status .no_orders p a {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #order-status .no_orders p a {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #order-status .no_orders p a {
    font-size: 0.94rem;
  }
}
#order-status .header_column {
  display: block;
  vertical-align: top;
  width: 100%;
}
#order-status .header_column .text_center, #order-status .header_column .text_right {
  text-align: left;
}
@media (min-width: 700px) {
  #order-status .header_column .text_center {
    text-align: center;
  }
  #order-status .header_column .text_right {
    text-align: right;
  }
}
#order-status .estimated_ship {
  font-weight: bold;
  margin-left: 30px;
}
#order-status .estimated_ship {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #order-status .estimated_ship {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #order-status .estimated_ship {
    font-size: 0.94rem;
  }
}
#order-status .product-info {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  #order-status .orderDetails_flex {
    display: flex;
  }
}
#order-status .shipment_details {
  display: block;
  flex: 1;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
#order-status .shipment_details p {
  display: inline-block;
}
#order-status .shipment_details .on-hold-text-ln1, #order-status .shipment_details .on-hold-text-ln2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #order-status .shipment_details .on-hold-text-ln1, #order-status .shipment_details .on-hold-text-ln2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #order-status .shipment_details .on-hold-text-ln1, #order-status .shipment_details .on-hold-text-ln2 {
    font-size: 0.94rem;
  }
}
#order-status .shipment_details .on-hold-text-ln2 {
  margin-top: 15px;
}
#order-status .shipment_details .reorder-review > input[type=submit] {
  margin-left: 0;
}
#order-status .shipment_details a[href].underline {
  text-decoration: underline;
}
#order-status .shipment_details .shipment_statusCircle {
  background: #58b9f5;
  border-radius: 50%;
  font-weight: bold;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
#order-status .shipment_details .shipment_statusBox {
  background: white;
  border: #58b9f5 solid 1px;
  display: none;
  padding: 8px;
  position: absolute;
  top: 25px;
  left: 0;
  right: auto;
  width: 250px;
  z-index: 9999;
}
#order-status .shipment_details .shipment_statusBox:before {
  left: 50%;
}
#order-status .shipment_details .shipment_statusBox:after {
  left: 50%;
}
@media (min-width: 700px) {
  #order-status .shipment_details .shipment_statusBox {
    left: auto;
    right: 12px;
  }
  #order-status .shipment_details .shipment_statusBox:before {
    left: auto;
  }
  #order-status .shipment_details .shipment_statusBox:after {
    left: auto;
  }
}
#order-status .shipment_details .shipment_statusBox p {
  margin-bottom: 5px;
}
#order-status .shipment_details .shipment_statusBox ul {
  margin: 0 0 5px 0;
  padding-left: 20px;
}
#order-status .shipment_details .shipment_statusBox:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 10px;
  border-color: #58b9f5 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -40px;
  top: -10px;
  left: 70%;
}
@media (max-width: 700px) {
  #order-status .shipment_details .shipment_statusBox:before {
    left: 50%;
  }
}
#order-status .shipment_details .shipment_statusBox:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 10px;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -40px;
  top: -9px;
  left: 50%;
}
@media (min-width: 700px) {
  #order-status .shipment_details .shipment_statusBox:after {
    left: 70%;
  }
}
#order-status .shipment_details .shipment_statusBox .shipment_closeStatus {
  position: absolute;
  right: -5px;
  top: -10px;
  background: white;
  border: 1px solid #58b9f5;
  border-radius: 50%;
  font-weight: bold;
  color: #58b9f5;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
#order-status div.order-status {
  display: inline-block;
}
#order-status .product-info:not([data-status=Cancelled]) .item-status.cancelled,
#order-status .product-info:not([data-status=CatchAll]) .item-status.catch-all,
#order-status .product-info:not([data-status=CreditHold]) .item-status.credit-hold,
#order-status .product-info:not([data-status=InProcess]) .item-status.in-process,
#order-status .product-info:not([data-status=InProduction]) .item-status.in-production,
#order-status .product-info:not([data-status=InShipping]) .item-status.in-shipping,
#order-status .product-info:not([data-status=OnHold]) .item-status.art-hold,
#order-status .product-info:not([data-status=OrderReceived]) .item-status.order-received,
#order-status .product-info:not([data-status=Shipped]) .item-status.shipped,
#order-status .product-info:not([data-status=Unknown]) .item-status.unknown {
  display: none;
}
#order-status .product-info[data-status=True] .btn-reorder,
#order-status .product-info[data-status=True] .btn-write-review {
  display: block;
}
#order-status .product-info[data-status=Shipped] .estimated_ship,
#order-status .product-info:not([data-status=Shipped]) .ship-on {
  display: none;
}
#order-status p.bold_small.order_date {
  display: block;
}

.product_listings {
  margin-top: 5px;
  width: auto;
}
@media (min-width: 950px) {
  .product_listings {
    width: 100%;
  }
}
.product_listings h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .product_listings h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_listings h1 {
    font-size: 1.37rem;
  }
}
.product_listings a {
  font-weight: bold;
}
.product_listings hr {
  border-color: #ccc;
}
.product_listings .bold_large {
  font-weight: bold;
}
.product_listings .bold_large {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .product_listings .bold_large {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_listings .bold_large {
    font-size: 0.94rem;
  }
}
.product_listings .bold_medium {
  font-weight: bold;
}
.product_listings .bold_medium {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .product_listings .bold_medium {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_listings .bold_medium {
    font-size: 0.94rem;
  }
}
.product_listings .bold_smedium {
  font-weight: bold;
}
.product_listings .bold_smedium {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .product_listings .bold_smedium {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_listings .bold_smedium {
    font-size: 0.94rem;
  }
}
.product_listings .bold_small {
  font-weight: bold;
}
.product_listings .breadcrumbs {
  color: #383838;
  margin: 10px 0 5px;
}
.product_listings .breadcrumbs a {
  font-weight: normal;
}
.product_listings .product_listings_tabs {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tabs {
    border-bottom: 3px solid #ccc;
    height: 35px;
    position: relative;
  }
}
.product_listings .searchOrderBox {
  position: relative;
  width: 100%;
  height: 0px;
  border-radius: 5px;
}
.product_listings .searchOrderBox .box {
  float: right;
  width: 600px;
  height: 42px;
  border: 1px solid gray;
  margin: auto;
  display: flex;
  flex-direction: row;
  border-radius: 5px;
}
.product_listings .searchOrderBox .box .inputView {
  padding-left: 10px;
  width: 400px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 5px 0 0 5px;
}
.product_listings .searchOrderBox .box .buttonborder {
  border-radius: 0 5px 5px 0;
}
.product_listings .searchOrderBox .box .buttonView {
  width: 99px;
  height: 40px;
  color: gray;
  border: none;
  border-left: 1px solid gray;
  outline: none;
}
.product_listings .searchOrderBox .box .buttonView:hover {
  color: #000000;
  border-color: currentColor;
}
.product_listings .searchOrderBox .box .buttonView::after {
  opacity: 0;
  box-shadow: 0 0 0 6px #000000;
  transition: 0.3s;
}
.product_listings .searchOrderBox .box .buttonView:active::after {
  box-shadow: none;
  opacity: 0.4;
  transition: 0s;
}
.product_listings .product_listings_tab {
  border-bottom: 3px solid #ccc;
  color: #003087;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 8px;
  position: static;
  width: 40%;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tab {
    border: none;
    height: 35px;
    position: absolute;
    text-align: center;
    width: auto;
  }
}
.product_listings .product_listings_tab:nth-child(1) {
  left: 0;
}
.product_listings .product_listings_tab:nth-child(2) {
  left: 120px;
  margin: 0 0 15px -3px;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tab:nth-child(2) {
    margin-left: 0;
  }
}
.product_listings .product_listings_tab:nth-child(3) {
  left: 240px;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tab:nth-child(3) {
    display: block;
  }
}
.product_listings .product_listings_tab:nth-child(4) {
  left: 360px;
  margin-left: -3px;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tab:nth-child(4) {
    margin-left: 0;
  }
}
.product_listings .is-active {
  background-color: transparent;
  border-bottom: 3px solid #ffc72c;
  color: black;
}
.product_listings .btn_primary, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary {
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  font-weight: normal;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-align: center;
  width: 220px;
  background-color: #9CCB3B;
  color: #001738;
}
.product_listings .btn_primary, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .product_listings .btn_primary, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_listings .btn_primary, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary {
    font-size: 1rem;
  }
}
.product_listings .btn_primary:hover, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary:hover, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary:hover {
  color: #9CCB3B;
  background-color: #001738;
}
.product_listings .btn_primary:hover a, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary:hover a, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary:hover a {
  color: #9CCB3B !important;
  background-color: #001738;
}
@media (min-width: 700px) {
  .product_listings .btn_primary, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary {
    margin: 10px auto 0 auto;
  }
}
.product_listings .btn_primary a, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary a {
  font-weight: normal;
  background-color: #9CCB3B;
  color: #001738 !important;
}
.product_listings .btn_primary a, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary a {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .product_listings .btn_primary a, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary a {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_listings .btn_primary a, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary a {
    font-size: 1rem;
  }
}
.product_listings .btn_secondary {
  border: 2px solid #051937;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  font-weight: normal;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-align: center;
  width: 220px;
  background-color: #fff;
  color: #051937;
}
.product_listings .btn_secondary {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .product_listings .btn_secondary {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_listings .btn_secondary {
    font-size: 1rem;
  }
}
.product_listings .btn_secondary:hover {
  color: #fff;
  background-color: #051937;
}
.product_listings .btn_secondary:hover a {
  color: #fff !important;
  background-color: #051937;
}
.product_listings .btn_secondary a {
  font-weight: normal;
  background-color: #fff;
  color: #051937 !important;
}
.product_listings .btn_secondary a {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .product_listings .btn_secondary a {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_listings .btn_secondary a {
    font-size: 1rem;
  }
}

.moved_wrapper {
  background-color: #ccc;
  z-index: 3;
}
.moved_wrapper .overview_header {
  background-color: #ededed;
}

.orderStatus label.form-label {
  font-size: 14px;
  text-align: right;
  min-width: 200px;
  display: inline-block;
  margin: 0;
}

.orderStatus_loginBox {
  display: inline-block;
  height: 250px;
  margin-top: 20px;
  margin-right: 30px;
  /*padding: 10px;*/
  vertical-align: top;
  width: 440px;
}
.orderStatus_loginBox > p {
  height: 32px;
}
.orderStatus_loginBox label {
  /*display: inline-block;*/
  margin: 20px 0 0 20px;
}
.orderStatus_loginBox .loginBox_textInputs {
  margin: 20px 0 10px;
}
.orderStatus_loginBox .loginBox_textInputs p {
  display: inline-block;
  text-align: right;
  width: 100px;
}
.orderStatus_loginBox .loginBox_textInputs input {
  height: 44px;
  width: 200px;
  border: 1px solid black;
  padding-left: 5px;
  margin: 0 0 10px 5px;
}
.orderStatus_loginBox .btn_primary, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary {
  float: right;
  width: 180px;
  background-color: #051937;
  background-image: none;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  height: 44px;
  float: right;
  font-size: 15px;
  font-weight: bold;
  line-height: 44px;
  margin: 10px 20px 10px;
  padding: 0 20px;
  text-align: center;
}
.orderStatus_loginBox .btn_primary, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .orderStatus_loginBox .btn_primary, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .orderStatus_loginBox .btn_primary, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary {
    font-size: 1rem;
  }
}
.orderStatus_loginBox .btn_primary:hover, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary:hover, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary:hover {
  color: #051937;
  border: 2px solid #051937;
  background: #fff;
}
.orderStatus_loginBox .btn_primary a, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary a {
  font-weight: normal;
}
.orderStatus_loginBox .forgotPassword {
  margin-top: 15px;
  text-align: center;
}
.orderStatus_loginBox .forgotPassword p {
  display: inline-block;
  margin-right: 10px;
}
.orderStatus_loginBox .forgotPassword a {
  text-decoration: underline;
}

.orderTracking_input {
  width: 220px !important;
}

.orderStatus_middle_line {
  margin-top: 20px;
  display: inline-block;
  height: 240px;
  width: 1px;
  background-color: silver;
}
@media (max-width: 904px) {
  .orderStatus_middle_line {
    display: block;
    height: 1px;
    width: 450px;
    background-color: silver;
    margin: auto;
  }
}

.orderStatus_freeLogoText {
  background-color: #F2F2F2;
  color: #FB5B11;
  line-height: 25px;
  font-weight: bolder;
}

#order-status .orderStatus_middle {
  display: block;
  height: auto;
  margin: 0 5px;
  vertical-align: top;
}
#order-status .orderStatus_middle > p {
  font-weight: bold;
  margin: 10px 0 0 170px;
}
#order-status .orderStatus_middle > p {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #order-status .orderStatus_middle > p {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #order-status .orderStatus_middle > p {
    font-size: 1.5rem;
  }
}
@media (min-width: 950px) {
  #order-status .orderStatus_middle {
    display: inline-block;
    height: 250px;
  }
  #order-status .orderStatus_middle > p {
    margin: 115px 0 0 0;
  }
}

.orderStatus_tabs {
  border-bottom: 1px solid #051937;
  width: 100%;
}

.orderStatus_tab {
  background-color: #ccc;
  color: #878787;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 8px;
  width: 100px;
}

.is-active {
  background-color: #051937;
  color: white;
  padding-top: 12px;
}

.overview_header {
  background-color: #ededed;
  display: block;
  margin: 10px 0;
  padding: 5px;
}
@media (min-width: 700px) {
  .overview_header {
    display: flex;
  }
}
.overview_header .header_column {
  display: block;
  vertical-align: top;
  width: 100%;
}
.overview_header .header_column:first-of-type {
  width: 65%;
}
.overview_header .header_column p {
  display: inline-block;
}
.overview_header .header_column .text_center, .overview_header .header_column .text_right {
  text-align: left;
}
@media (min-width: 700px) {
  .overview_header .header_column .text_center {
    text-align: center;
  }
  .overview_header .header_column .float_right {
    float: right;
  }
}
.overview_header .header_column .edit_name {
  color: #003087;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
.overview_header .order_date {
  margin-top: 8px;
}

.product_details {
  flex: 2;
  margin: 5px 0 5px 3%;
  display: block;
  width: 100%;
}
.product_details .product {
  margin-top: 5px;
}
.product_details .product .box_preview {
  display: inline-block;
}
.product_details .product .product_box {
  border: 2px solid #ccc;
  cursor: pointer;
  padding: 10px;
}
.product_details .product .product_box img {
  height: auto;
  width: auto;
  max-width: 160px;
}
.product_details .product .product_preview {
  display: flex;
  margin-top: 5px;
  justify-content: center;
}
.product_details .product .product_preview .review_icon {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat -238px -117px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  height: 30px;
  width: 30px;
}
.product_details .product .product_preview a {
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}
.product_details .product .details {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product_details .product .details .bold_smedium {
  margin-top: 5px;
}

.order_actions {
  display: block;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 700px) {
  .order_actions {
    display: inline-block;
    margin-top: 5px;
    width: 25%;
  }
}
.order_actions p {
  display: inline-block;
}
.order_actions .shipment_statusCircle {
  background: #58b9f5;
  border-radius: 50%;
  font-weight: bold;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
.order_actions .shipment_statusBox {
  background: white;
  border: #58b9f5 solid 1px;
  display: none;
  padding: 8px;
  position: absolute;
  top: 25px;
  left: 0;
  right: auto;
  width: 250px;
  z-index: 9999;
}
.order_actions .shipment_statusBox:before {
  left: 50%;
}
.order_actions .shipment_statusBox:after {
  left: 50%;
}
@media (min-width: 700px) {
  .order_actions .shipment_statusBox {
    left: auto;
    right: 12px;
  }
  .order_actions .shipment_statusBox:before {
    left: auto;
  }
  .order_actions .shipment_statusBox:after {
    left: auto;
  }
}
.order_actions .shipment_statusBox p {
  margin-bottom: 5px;
}
.order_actions .shipment_statusBox ul {
  margin: 0 0 5px 0;
  padding-left: 20px;
}
.order_actions .shipment_statusBox:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 30px 10px;
  border-color: #58b9f5 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -40px;
  top: -10px;
  left: 50%;
}
@media (min-width: 700px) {
  .order_actions .shipment_statusBox:before {
    left: 70%;
  }
}
.order_actions .shipment_statusBox:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 30px 10px;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -40px;
  top: -9px;
  left: 50%;
}
@media (min-width: 700px) {
  .order_actions .shipment_statusBox:after {
    left: 70%;
  }
}
.order_actions .shipment_statusBox .shipment_closeStatus {
  position: absolute;
  right: -5px;
  top: -10px;
  background: #fff;
  border: 1px solid #58b9f5;
  border-radius: 50%;
  font-weight: bold;
  color: #58b9f5;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
.order_actions .delete_project {
  color: #003087;
  cursor: pointer;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.order_actions .delete_project {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .order_actions .delete_project {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .order_actions .delete_project {
    font-size: 0.94rem;
  }
}
.order_actions .moved_project {
  font-weight: bold;
}
.order_actions .moved_project {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .order_actions .moved_project {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .order_actions .moved_project {
    font-size: 0.94rem;
  }
}

/* Order Status & Saved Projects - END */
/* Press Room - START */
.pressroom_wrapper {
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 736px) {
  .pressroom_wrapper {
    margin-bottom: 50px;
  }
}
.pressroom_wrapper table {
  border-collapse: collapse;
  float: none;
  width: 100%;
}
@media (min-width: 736px) {
  .pressroom_wrapper table {
    float: left;
    width: 55%;
  }
}
@media (min-width: 831px) {
  .pressroom_wrapper table {
    width: 60%;
  }
}
.pressroom_wrapper table tr:nth-child(2n+1) {
  background-color: #ededed;
}
.pressroom_wrapper table th {
  background-color: #878787;
  color: white;
  font-weight: 700;
  padding: 5px 10px;
}
.pressroom_wrapper table th:first-child {
  width: 90px;
}
.pressroom_wrapper table td {
  padding: 5px 10px;
}
.pressroom_wrapper .socialmedia_wrapper {
  border: 1px solid #ccc;
  clear: both;
  float: none;
  margin: 20px 0 0 0;
  padding: 15px;
  width: 318px;
}
@media (min-width: 736px) {
  .pressroom_wrapper .socialmedia_wrapper {
    clear: none;
    float: right;
    margin: 0;
  }
}
.pressroom_wrapper .socialmedia_wrapper #engage-links {
  border: none;
  height: 96px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.pressroom_wrapper .socialmedia_wrapper #engage-links .title1 {
  clear: both;
  color: #878787;
  margin: 0;
  padding: 0;
}
.pressroom_wrapper .socialmedia_wrapper #engage-links .title1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .pressroom_wrapper .socialmedia_wrapper #engage-links .title1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .pressroom_wrapper .socialmedia_wrapper #engage-links .title1 {
    font-size: 0.94rem;
  }
}
.pressroom_wrapper .socialmedia_wrapper #engage-links .title2 {
  color: #051937;
  font-weight: 700;
}
.pressroom_wrapper .socialmedia_wrapper #engage-links .title3 {
  clear: both;
  color: #878787;
  margin: 0;
  padding: 0;
}
.pressroom_wrapper .tweets_wrapper {
  border: 1px solid #ccc;
  border-top: none;
  clear: both;
  float: left;
  padding: 15px;
  width: 318px;
}
@media (min-width: 736px) {
  .pressroom_wrapper .tweets_wrapper {
    clear: right;
    float: right;
  }
}
.pressroom_wrapper .tweets_wrapper .title1 {
  color: #878787;
  padding-bottom: 10px;
}
.pressroom_wrapper .tweets_wrapper .title1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .pressroom_wrapper .tweets_wrapper .title1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .pressroom_wrapper .tweets_wrapper .title1 {
    font-size: 0.94rem;
  }
}
.pressroom_wrapper .tweets_wrapper .title2 {
  color: #051937;
  font-weight: 700;
}
.pressroom_wrapper .tweets_wrapper .tweets {
  clear: both;
  float: left;
  width: auto;
}

#layout .a {
  display: none;
}

#layout .bc {
  width: 100%;
}

/* Press Room - END */
.vwo-btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
}

@media only screen and (max-width: 1170px) {
  .vwo-btns {
    flex-direction: column;
  }
  .vwo-btns-or {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .vwo-btns .addtocart_btn,
  .vwo-btns .button {
    width: 100% !important;
  }
  .vwo-btns .button {
    margin-left: 0 !important;
  }
}
.vwo-btns-1,
.vwo-btns-2 {
  text-align: center;
}

.vwo-btns-1 .vwo-btn {
  transition: all 0.25s ease;
  background-color: #9CCB3B;
  color: #001738;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 230px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0;
  border: 2px solid #9CCB3B;
  border-radius: 6px;
}

.vwo-btns-1 .vwo-btn:hover {
  background-color: #9CCB3B;
  color: #001738;
}

.vwo-btns-2 .vwo-btn {
  transition: all 0.25s ease;
  background-color: #fff;
  color: #003087;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 230px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0;
  border: 2px solid #003087;
  border-radius: 6px;
}

.vwo-btns-2 .vwo-btn:hover {
  background-color: #003087;
  color: #fff;
}

.vwo-btns-1 .vwo-btn-txt,
.vwo-btns-2 .vwo-btn-txt {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.vwo-btns-or {
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
  margin-top: -18px;
}

#pd_wrapper .pd_gallery_overview .overview_guarantee {
  margin: 40px 0 0 40px !important;
  width: unset !important;
}

.vwo-btns-1 .addtocart_btn {
  margin-top: 0 !important;
}

#defaultmaster .shipping_text a {
  color: #051937;
}

/* Product Details - START */
.QuickProductEstimate_Container {
  display: none !important;
}

/* Product Details - START */
.content.messagebox_content > .description {
  text-align: left;
}

#pd_wrapper {
  margin: 10px auto 0;
  min-width: 600px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  #pd_wrapper {
    padding: 5px 46px 0 46px;
  }
}
@media (max-width: 1400px) {
  #pd_wrapper {
    padding: 5px 46px 0 46px;
  }
}
@media (max-width: 960px) {
  #pd_wrapper {
    padding: 5px 38px 0 38px;
  }
}
@media (max-width: 600px) {
  #pd_wrapper {
    padding: 5px 16px 0 16px;
  }
}
#pd_wrapper h1 {
  color: black;
  margin: 0;
}
#pd_wrapper h1 {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper h1 {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper h1 {
    font-size: 1.5rem;
  }
}
#pd_wrapper h2 {
  color: black;
  text-align: center;
}
#pd_wrapper h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper h2 {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper h2 {
    font-size: 1.5rem;
  }
}
#pd_wrapper .content {
  max-width: 1300px;
}
#pd_wrapper .breadcrumbs {
  margin: 0 auto;
  max-width: 580px;
}
@media (min-width: 950px) {
  #pd_wrapper .breadcrumbs {
    max-width: 100%;
  }
}
#pd_wrapper .arrow_container {
  background-color: #ededed;
  cursor: pointer;
}
#pd_wrapper .arrow_container .up {
  transform: rotate(180deg);
}
#pd_wrapper .arrow_container .right {
  transform: rotate(-90deg);
}
#pd_wrapper .arrow_container .left {
  transform: rotate(90deg);
}
#pd_wrapper .arrow_container .arrow {
  height: 7px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  width: 5px;
}
#pd_wrapper .arrow_container .arrow:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 6px 0;
  border-color: #051937 transparent transparent transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin: 0px 0 0 -2px;
}
#pd_wrapper .arrow_container .arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #ededed transparent transparent transparent;
  display: block;
  width: 0;
  z-index: 1;
}
#pd_wrapper .leftRight_arrows {
  cursor: pointer;
  height: 20px;
  margin: 0 0 10px;
  width: 78px;
}
#pd_wrapper .leftRight_arrows .inactiveArrow.arrow:before {
  border-color: #0e4495 transparent transparent transparent;
}
#pd_wrapper .upDown_arrows {
  cursor: pointer;
  height: 44px;
  margin: 0 0 10px;
  width: 78px;
  padding: 15px;
}
#pd_wrapper .upDown_arrows:hover {
  transform: scale(1.1);
  transition: 0.25s ease;
}
#pd_wrapper .upDown_arrows .inactiveArrow.arrow:before {
  border-color: #0e4495 transparent transparent transparent;
}
#pd_wrapper .leftRight_arrows {
  display: inline-block;
  height: 70px;
  margin: 0;
  padding-top: 25px;
  width: 20px;
}
#pd_wrapper .leftRight_arrows:last-of-type {
  padding-top: 30px;
}
#pd_wrapper .pd_header {
  display: inline-block;
  margin: 0 auto;
  max-width: 580px;
  order: -1;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_header {
    text-align: left;
    width: 53%;
  }
}
#pd_wrapper .pd_itemNumber {
  margin-top: 5px;
  order: -1;
  text-align: center;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_itemNumber {
    margin-top: 0;
    text-align: left;
  }
}
#pd_wrapper .pd_quoteRequest {
  grid-area: quoteRequest;
  color: #051937;
  text-align: center;
  max-width: 500px;
  margin-left: 100px;
  margin-top: 40px;
}
#pd_wrapper .aslowas {
  float: left;
  order: 4;
  width: 55%;
}
#pd_wrapper .pd_cta {
  display: inline-block;
  order: 6;
  width: 10%;
}
#pd_wrapper .pd_cta .addtocartproddet {
  background-color: #ededed;
  float: none;
  margin: 0 auto 5px;
  padding: 15px;
  width: 250px;
}
@supports (display: grid) {
  @media (min-width: 950px) {
    #pd_wrapper .pd_cta .addtocartproddet {
      float: right;
      margin: 0 0 5px 0;
    }
  }
}
#pd_wrapper .pd_cta .addtocartproddet .qtylabelproddet {
  display: inline-block;
  font-weight: bold;
}
#pd_wrapper .pd_cta .addtocartproddet .qtytxtproddet {
  display: inline-block;
}
#pd_wrapper .pd_cta .addtocartproddet .qtytxtproddet input {
  border: 1px solid #aaa;
  height: 25px;
  width: 150px;
}
#pd_wrapper .pd_cta .addtocartproddet .lbl-lock-qty {
  margin-top: 5px;
  text-align: left;
}
#pd_wrapper #trRegularTotal, #pd_wrapper #trSaleTotal {
  display: none;
}
#pd_wrapper .pd_priceBlock {
  margin: 20px auto;
  min-width: 550px;
  order: 5;
}
#pd_wrapper .pd_priceBlock.pd_priceBlock2 {
  display: none;
  margin: 50px auto;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_priceBlock {
    margin-top: 0;
  }
}
#pd_wrapper .pd_priceBlock .leftRight_arrows {
  height: 82px;
  padding-top: 30px;
  vertical-align: top;
}
#pd_wrapper .pd_priceBlock .leftRight_arrows:last-of-type {
  padding-top: 35px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_priceBlock {
    margin: 0;
    min-width: 0;
  }
}
#pd_wrapper #galleryholder {
  border: none;
}
#pd_wrapper #galleryholder .s7container {
  overflow: visible;
}
#pd_wrapper #galleryholder #zoomContainer {
  display: none;
}
#pd_wrapper #galleryholder #zoomContainer.s7container, #pd_wrapper #galleryholder #zoomholder.s7container {
  height: auto !important;
  position: initial !important;
  width: auto !important;
}
#pd_wrapper #galleryholder .s7flyoutzoomview {
  border-style: none;
  cursor: default;
  height: 500px;
  width: 500px;
}
@media (min-width: 950px) {
  #pd_wrapper #galleryholder .s7flyoutzoomview {
    cursor: pointer;
  }
}
#pd_wrapper #galleryholder .s7flyoutzoomview .s7flyoutzoom {
  background-color: white;
  border: 1px solid #051937;
  height: 425px;
  left: 345px;
  margin-left: 5px;
  position: absolute;
  top: -1px;
  width: 495px;
  z-index: 2;
}
#pd_wrapper #galleryholder .s7flyoutzoomview .s7tip {
  -webkit-transform: translateZ(0px);
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: black;
  border-radius: 4px;
  bottom: 50px;
  color: white;
  display: none !important;
  padding-top: 10px 12px;
  position: absolute;
}
@media (min-width: 950px) {
  #pd_wrapper #galleryholder .s7flyoutzoomview .s7tip {
    display: block !important;
  }
}
@media (max-width: 949px) {
  #pd_wrapper #galleryholder .s7flyoutzoomview .s7highlight {
    display: none !important;
  }
}
#pd_wrapper #galleryholder .videoplayer {
  background-color: white;
  height: 427px;
  opacity: 1;
  position: absolute;
  top: 1px;
  width: auto;
}
#pd_wrapper #galleryholder .videoplayer .s7container {
  height: 425px;
  width: 345px;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar {
  bottom: 0;
  height: 40px;
  position: absolute;
  width: 100%;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7playpausebutton {
  left: 2px;
  top: 12px;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videoscrubber {
  left: 0;
  top: -9px;
  width: 100%;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videoscrubber .s7track {
  background-color: #555;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videoscrubber .s7trackloaded {
  background-color: #666;
  z-index: 100;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videoscrubber .s7trackplayed {
  background-color: #999;
  z-index: 200;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videotime {
  left: 70px;
  top: 13px;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7mutablevolume {
  left: 35px;
  top: 12px;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7mutablevolume .s7verticalvolume {
  z-index: 2500;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7fullscreenbutton {
  right: 4px;
  top: 12px;
}
#pd_wrapper .pd_gallery {
  float: left;
  margin: 5px auto 0;
  max-width: 580px;
  order: 1;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery {
    width: 45%;
  }
}
@media (min-width: 1115px) {
  #pd_wrapper .pd_gallery {
    padding-right: 30px;
    padding-top: 26px;
  }
}
#pd_wrapper .pd_gallery .vertical_container {
  display: inline-block;
}
#pd_wrapper .pd_gallery .vertical_scrollContainer {
  display: inline-block;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
#pd_wrapper .pd_gallery .vertical_swatches {
  position: absolute;
  height: 380px;
  top: 0;
  width: 90px;
}
#pd_wrapper .pd_gallery .vertical_swatches .swatch_container {
  height: 80px;
  margin-bottom: 10px;
  width: 80px;
}
#pd_wrapper .pd_gallery .vertical_swatches .swatch_container.selected {
  border: 1px solid #051937;
}
#pd_wrapper .pd_gallery .vertical_swatches .swatch_container img {
  cursor: pointer;
  height: 100%;
  width: auto;
}
#pd_wrapper .pd_gallery .vertical_swatches .swatch_container img:hover {
  transform: scale(0.9);
  transition: 0.25s ease;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer {
  display: inline-block;
  height: 75px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 63%;
}
@media (min-width: 1115px) {
  #pd_wrapper .pd_gallery .horizontal_scrollContainer {
    width: 70%;
  }
}
@media (min-width: 1275px) {
  #pd_wrapper .pd_gallery .horizontal_scrollContainer {
    width: 74%;
  }
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches {
  height: 75px;
  position: absolute;
  left: 0;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches .swatch_container {
  display: inline-block;
  height: 74px;
  margin-right: 10px;
  width: 75px;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches .swatch_container.selected {
  border: 1px solid #051937;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches .swatch_container img {
  cursor: pointer;
  height: 100%;
  margin-left: 9%;
  width: auto;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches .swatch_container img:hover {
  transform: scale(0.9);
  transition: 0.25s ease;
}
#pd_wrapper .pd_gallery .selected_photo {
  display: inline-table;
  position: relative;
  vertical-align: top;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer {
  color: #051937;
  float: right;
  font-weight: normal;
  margin: 10px 0;
  order: 2;
  width: 350px;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer div {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  line-height: 22px;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_zoomInButton {
  background-image: url(/Amsterdam/pict/zoom-in.svg);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
@media (max-width: 949px) {
  #pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_zoomInButton {
    display: none !important;
  }
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_zoomButtonText {
  width: 180px;
}
@media (max-width: 949px) {
  #pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_zoomButtonText {
    display: none !important;
  }
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_viewLarger {
  cursor: pointer;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_viewLarger .pd_viewLargerButton {
  background-image: url(/Amsterdam/pict/view-larger.svg);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_viewLarger .pd_viewLargerText {
  width: 80px;
  text-decoration: none;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_viewLarger .pd_viewLargerText:hover {
  color: #003089;
  text-decoration: underline;
}
#pd_wrapper .pd_gallery hr {
  border: none;
  clear: both;
}
#pd_wrapper .pd_gallery .swatch_directions {
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  vertical-align: top;
  width: 90px;
}
#pd_wrapper .pd_gallery .swatch_directions span {
  display: block;
}
#pd_wrapper .pd_gallery .pd_moreColors {
  clear: right;
  float: right;
}
#pd_wrapper #RR_PR_Widget_Wrapper_placeholder {
  display: inline-block;
  order: -1;
  text-align: center;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper #RR_PR_Widget_Wrapper_placeholder {
    width: 23%;
  }
}
#pd_wrapper .pd_star {
  height: 15px;
  width: 15px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_star {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 1115px) {
  #pd_wrapper .pd_star {
    height: 15px;
    width: 15px;
  }
}
#pd_wrapper .pd_ratingnumber {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  margin-left: 5px;
}
#pd_wrapper .pd_ratingnumber a {
  color: #051937;
}
@media (min-width: 950px) and (max-width: 1115px) {
  #pd_wrapper .pd_ratingnumber {
    display: block;
    text-align: center;
    width: 197px;
  }
}
#pd_wrapper .pd_secondary_media {
  order: 9;
  text-align: center;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_secondary_media {
    float: right;
    width: 55%;
  }
}
#pd_wrapper .button {
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #CCC;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  color: white;
  font-weight: 700;
  height: 44px;
  line-height: 23px;
  margin-left: 5%;
  width: 85%;
}
#pd_wrapper .button {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper .button {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper .button {
    font-size: 1rem;
  }
}
@media (min-width: 950px) {
  #pd_wrapper .button {
    margin-left: 0;
    width: 250px;
  }
}
#pd_wrapper .button a {
  color: white;
  text-decoration: none;
}
#pd_wrapper .button input {
  border: none;
  color: white;
  font-weight: bold;
  width: 100%;
}
#pd_wrapper .button .btn_content, #pd_wrapper .button .wishList .quickadd_but, .wishList #pd_wrapper .button .quickadd_but {
  background-color: #9CCB3B;
  font-weight: normal;
  padding: 3px 10px 0;
}
#pd_wrapper .secondarybtn {
  border: 1px solid #051937;
  color: #051937;
  height: 44px;
  margin-right: 6px;
  padding-top: 9px;
  width: 150px;
}
#pd_wrapper .secondarybtn {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper .secondarybtn {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper .secondarybtn {
    font-size: 1rem;
  }
}
#pd_wrapper .secondarybtn:hover {
  background-color: #051937;
  color: white;
}
@media (min-width: 950px) and (max-width: 1115px) {
  #pd_wrapper .secondarybtn {
    width: 140px;
  }
}
#pd_wrapper .pd_gallery_overview {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 10px 2% 0;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview {
    display: block;
  }
}
@media (min-width: 1115px) {
  #pd_wrapper .pd_gallery_overview {
    margin: 10px 0 0;
  }
}
#pd_wrapper .pd_gallery_overview .pd_offer {
  color: #b30000;
  display: inline-block;
  font-weight: bold;
  margin-top: 5px;
  order: 2;
  text-align: center;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .pd_offer {
    float: left;
    text-align: left;
    width: 28%;
  }
}
#pd_wrapper .pd_gallery_overview .promo_text {
  width: 100% !important;
}
#pd_wrapper .pd_gallery_overview .addtocart_btn {
  margin: 20px auto 0;
  width: 85%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .addtocart_btn {
    text-align: right;
    float: right;
    margin: -120px 0 0;
    width: auto;
  }
}
#pd_wrapper .pd_gallery_overview .addtocart .btn_content, #pd_wrapper .pd_gallery_overview .addtocart .wishList .quickadd_but, .wishList #pd_wrapper .pd_gallery_overview .addtocart .quickadd_but {
  background-color: #9CCB3B;
  color: #001738;
  cursor: pointer;
  font-weight: 600;
  line-height: 42px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#pd_wrapper .pd_gallery_overview .addtocart .btn_content, #pd_wrapper .pd_gallery_overview .addtocart .wishList .quickadd_but, .wishList #pd_wrapper .pd_gallery_overview .addtocart .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper .pd_gallery_overview .addtocart .btn_content, #pd_wrapper .pd_gallery_overview .addtocart .wishList .quickadd_but, .wishList #pd_wrapper .pd_gallery_overview .addtocart .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper .pd_gallery_overview .addtocart .btn_content, #pd_wrapper .pd_gallery_overview .addtocart .wishList .quickadd_but, .wishList #pd_wrapper .pd_gallery_overview .addtocart .quickadd_but {
    font-size: 1rem;
  }
}
#pd_wrapper .pd_gallery_overview .addtocart .btn_content:hover, #pd_wrapper .pd_gallery_overview .addtocart .wishList .quickadd_but:hover, .wishList #pd_wrapper .pd_gallery_overview .addtocart .quickadd_but:hover {
  border: 3px solid #001738;
  background-color: #001738;
  color: #9CCB3B;
  line-height: 36px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#pd_wrapper .pd_gallery_overview .pd_shipping {
  font-weight: normal;
  order: 3;
  text-align: right;
  width: 80%;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .pd_shipping {
    text-align: left;
    width: 73%;
  }
}
#pd_wrapper .pd_gallery_overview .pd_shipping p {
  margin: 0 0 0 5px;
}
#pd_wrapper .pd_gallery_overview .pd_shipping .shipping_icon, #pd_wrapper .pd_gallery_overview .pd_shipping .shipping_text {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
#pd_wrapper .pd_gallery_overview .pd_shipping .shipping_icon .shipIn2Days, #pd_wrapper .pd_gallery_overview .pd_shipping .shipping_text .shipIn2Days {
  background-size: cover;
  height: 33px;
  width: 33px;
}
#pd_wrapper .pd_gallery_overview .pd_shipping .shipping_icon a, #pd_wrapper .pd_gallery_overview .pd_shipping .shipping_text a {
  text-transform: capitalize;
}
#pd_wrapper .pd_gallery_overview .aslowas {
  font-weight: bold;
  margin: -30px 0 10px;
  text-align: center;
}
#pd_wrapper .pd_gallery_overview .aslowas {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper .pd_gallery_overview .aslowas {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper .pd_gallery_overview .aslowas {
    font-size: 0.94rem;
  }
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .aslowas {
    margin-top: 40px;
    text-align: left;
  }
}
#pd_wrapper .pd_gallery_overview .aslowas .low_red {
  color: #b30000;
}
#pd_wrapper .pd_gallery_overview .pricing_tableContainer {
  display: inline-block;
  height: 82px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 70%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .pricing_tableContainer {
    width: 40%;
  }
}
#pd_wrapper .pd_gallery_overview .pricing_col {
  border: 1px solid #ccc;
  border-right: none;
  display: inline-block;
  height: 82px;
  margin-right: -3px;
  vertical-align: top;
  width: 82px;
}
#pd_wrapper .pd_gallery_overview .pricing_table {
  white-space: nowrap;
  text-transform: uppercase;
}
#pd_wrapper .pd_gallery_overview .pricing_table .pricing_scrollContainer {
  display: inline-block;
  left: 0;
  position: absolute;
}
#pd_wrapper .pd_gallery_overview .pricing_table .pricing_scrollContainer .pricing_col {
  width: 65px;
}
#pd_wrapper .pd_gallery_overview .pricing_table .pricing_scrollContainer .pricing_col:last-of-type {
  border-right: 1px solid #ccc;
}
#pd_wrapper .pd_gallery_overview .pricing_quantity, #pd_wrapper .pd_gallery_overview .pricing_sale {
  background-color: #ededed;
  font-weight: bold;
  padding: 3px;
}
#pd_wrapper .pd_gallery_overview .pricing_price, #pd_wrapper .pd_gallery_overview .pricing_savings {
  font-weight: bold;
  padding: 3px;
}
#pd_wrapper .pd_gallery_overview .pricing_headline {
  width: 80px;
}
#pd_wrapper .pd_gallery_overview .pricing_sale {
  color: #1A6600;
}
#pd_wrapper .pd_gallery_overview .pricing_savings {
  color: #b30000;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee {
  background-color: #ededed;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: 40px auto 0;
  padding: 0 20px;
  order: 8;
  width: 320px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee:hover {
  filter: brightness(0.9);
}
#pd_wrapper .pd_gallery_overview .overview_guarantee.no-reviews {
  grid-column-start: starRating;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  float: left;
  margin-left: 182px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .overview_guarantee {
    margin: 40px 0 0;
    width: 32%;
  }
}
@media (min-width: 1115px) {
  #pd_wrapper .pd_gallery_overview .overview_guarantee {
    margin: 40px 0 0;
    width: 27%;
  }
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline {
  color: #051937;
  font-weight: bold;
  padding: 10px 0 0;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .number {
  display: inline-block;
  font-weight: normal;
  letter-spacing: -2px;
  text-align: left;
  width: 78px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .number {
  font-size: 1.5rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .number {
    font-size: calc(0.5208333333vw + 1.2552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .number {
    font-size: 1.75rem;
  }
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .satisfaction {
  display: inline-block;
  line-height: 14px;
  text-align: left;
  width: 110px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .satisfaction {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .satisfaction {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .satisfaction {
    font-size: 0.94rem;
  }
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_subtext {
  border-top: 1px dotted #051937;
  margin: 0 auto;
  width: 250px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_subtext p {
  display: inline-block;
  margin-top: 5px;
}
#pd_wrapper .pd_gallery_overview .overview_secondary {
  clear: right;
  margin: 40px 0 0 0;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .overview_secondary {
    margin-top: 60px;
  }
}
#pd_wrapper .pd_gallery_overview .overview_secondary a {
  text-decoration: none;
}
#pd_wrapper .pd_gallery_overview .overview_secondary .button {
  font-weight: normal;
  margin-left: 0;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .overview_secondary .button {
    margin-left: 3%;
  }
}
#pd_wrapper .pd_gallery_overview .overview_media {
  margin: 40px 0 20px 0;
}
#pd_wrapper .pd_gallery_overview .overview_media .media_icon {
  height: 33px;
  margin-right: 20px;
  width: auto;
}
#pd_wrapper .pd_gallery_overview .overview_media .media_icon:hover {
  filter: brightness(0.5);
}
#pd_wrapper .pd_featuresDetails {
  background-color: #ededed;
  clear: both;
  margin-top: 40px;
}
#pd_wrapper .pd_featuresDetails .pd_features, #pd_wrapper .pd_featuresDetails .pd_details {
  padding: 20px 0;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_featuresDetails .pd_features, #pd_wrapper .pd_featuresDetails .pd_details {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}
#pd_wrapper .pd_featuresDetails .pd_features h2, #pd_wrapper .pd_featuresDetails .pd_details h2 {
  padding-bottom: 5px;
}
#pd_wrapper .pd_featuresDetails .pd_features h2, #pd_wrapper .pd_featuresDetails .pd_details h2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper .pd_featuresDetails .pd_features h2, #pd_wrapper .pd_featuresDetails .pd_details h2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper .pd_featuresDetails .pd_features h2, #pd_wrapper .pd_featuresDetails .pd_details h2 {
    font-size: 1.37rem;
  }
}
#pd_wrapper .pd_featuresDetails .pd_features {
  margin-right: 5%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_featuresDetails .pd_features {
    width: 44%;
  }
}
#pd_wrapper .pd_featuresDetails .pd_features ul {
  margin-left: 5%;
  padding-left: 20px;
}
#pd_wrapper .pd_featuresDetails .pd_features li {
  margin: 0 0 8px;
}
#pd_wrapper .pd_featuresDetails .pd_features .features_tagline {
  font-weight: bold;
  margin-left: 5%;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail {
  border-bottom: 1px solid #ccc;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail.battery-message > img {
  display: inline-block;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail.battery-message > span {
  display: inline-block;
  width: 95%;
  vertical-align: top;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail:last-of-type {
  border-bottom: none;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .detail_label {
  display: inline-block;
  font-weight: bold;
  padding: 8px 0;
  margin-left: 5%;
  vertical-align: top;
  width: 28%;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .detail_info {
  display: inline-block;
  padding: 8px 0;
  width: 66%;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .detail_swatch {
  border: 1px solid #aaa;
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  width: 28px;
}
#pd_wrapper .pd_reviews {
  background-color: #ededed;
  padding: 50px 0 100px 0;
}
#pd_wrapper .pd_reviews .pd_starRating {
  margin: 15px 0 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .pd_starRating {
    display: inline-block;
    margin-left: 7%;
    width: 21%;
  }
}
@media (min-width: 1115px) {
  #pd_wrapper .pd_reviews .pd_starRating {
    margin-left: 10%;
    width: 20%;
  }
}
#pd_wrapper .pd_reviews .pd_ratingnumber {
  margin: 0 auto;
  width: 20%;
}
#pd_wrapper .pd_reviews .pd_ratingnumber {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #pd_wrapper .pd_reviews .pd_ratingnumber {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #pd_wrapper .pd_reviews .pd_ratingnumber {
    font-size: 0.94rem;
  }
}
#pd_wrapper .pd_reviews .reviews_bargraph {
  margin: 15px auto 0;
  width: 500px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .reviews_bargraph {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 1115px) {
  #pd_wrapper .pd_reviews .reviews_bargraph {
    width: 40%;
  }
}
#pd_wrapper .pd_reviews .reviews_ratingbar {
  margin-left: 15%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_rating, #pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar, #pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_reviews {
  display: inline-block;
  font-weight: bold;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar {
  background-color: #ccc;
  height: 15px;
  margin: 0 10px;
  width: 300px;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .ratingbar_filled {
  background-color: #051937;
  height: 15px;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .fivepercentage {
  width: 84.88%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .fourpercentage {
  width: 5.55%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .threepercentage {
  width: 4.77%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .twopercentage {
  width: 2.65%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .onepercentage {
  width: 0.8%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_reviews {
  color: #383838;
}
#pd_wrapper .pd_reviews .reviews_secondary {
  margin: 0 auto 0;
  vertical-align: top;
  width: auto;
  text-align: center;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .reviews_secondary {
    display: inline-block;
  }
}
#pd_wrapper .pd_reviews .secondarybtn {
  background-color: white;
}
#pd_wrapper .pd_reviews .secondarybtn:hover {
  background-color: #051937;
  color: white;
}
#pd_wrapper .pd_reviews .reviews_sort {
  margin: 5px 9% 0 0;
  text-align: right;
}
#pd_wrapper .pd_reviews .reviews_sort select {
  width: 210px;
}
#pd_wrapper .pd_reviews .review_tilerow {
  margin-top: 20px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .review_tilerow {
    display: flex;
    justify-content: center;
  }
}
#pd_wrapper .pd_reviews .review_tilerow .review_container {
  background-color: white;
  margin-top: 20px;
  padding: 30px 3%;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .review_tilerow .review_container {
    margin-top: 0;
    width: 44%;
  }
  #pd_wrapper .pd_reviews .review_tilerow .review_container:first-child {
    margin-right: 3%;
  }
}
#pd_wrapper .pd_reviews .review_tilerow .review_container hr {
  border-top-color: #ccc;
  border-bottom: 0;
}
#pd_wrapper .pd_reviews .review_tilerow .review_container .pd_starRating {
  margin: 10px 0 0 0;
  width: 100%;
}
#pd_wrapper .pd_reviews .review_tilerow .review_container .pd_starRating .pd_star {
  height: 25px;
  width: 25px;
}
#pd_wrapper .pd_reviews .review_tilerow .review_container .review_content {
  margin: 20px 0 0;
  width: 100%;
}
#pd_wrapper .pd_reviews .review_tilerow .review_thumbnails {
  margin: 15px 0;
}
#pd_wrapper .pd_reviews .review_tilerow .review_thumbnails img {
  cursor: pointer;
  height: 75px;
  margin-right: 15px;
  width: auto;
}
#pd_wrapper .pd_reviews .pagination_text {
  color: #383838;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
#pd_wrapper .pd_reviews .pagination_smaller_container {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
#pd_wrapper .pd_reviews .pagination_smaller_container .pagination {
  width: 40px;
  height: 35px;
  background-color: #051937;
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-family: arial;
  margin: 0 0.9%;
  vertical-align: middle;
}
#pd_wrapper .pd_reviews .pagination_smaller_container .underline_page {
  text-decoration: underline;
}
#pd_wrapper .pd_reviews .pagination_smaller_container .active_pagination_page {
  background-color: #58b9f5;
  color: #051937;
}

.divDesignService {
  float: right;
  text-align: right;
  grid-area: no_studio;
}

#pd_wrapper .secondarybtn.design_service_btn {
  font-size: 13px;
  height: 40px;
  margin: 20px 0 0;
  padding-top: 9px;
  width: 260px;
}
#pd_wrapper .secondarybtn.design_service_btn a {
  color: #051937;
}

.design_service_learn {
  cursor: pointer;
  display: flex;
  float: right;
  justify-content: center;
  width: 260px;
}
.design_service_learn:hover p {
  text-decoration: underline;
}
.design_service_learn img {
  width: 20px;
  margin-right: 10px;
}
.design_service_learn p {
  font-size: 13px;
  font-weight: bold;
}
.design_service_learn p:hover {
  text-decoration: underline;
}

.design_services_popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 !important;
  width: 600px !important;
  background-color: #fff !important;
}

.design_services_popup_container {
  position: relative;
}
.design_services_popup_container h2 {
  margin-bottom: 0;
  color: black;
}
.design_services_popup_container ul li span {
  text-align: center;
}
.design_services_popup_container .design_services_popup_header {
  background-color: #003087;
  padding: 14px 0;
  text-align: center;
}
.design_services_popup_container .design_services_popup_header h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px;
  display: inline;
}
.design_services_popup_container .design_services_popup_header img {
  width: 30px;
  height: auto;
  display: inline;
  vertical-align: bottom;
}
.design_services_popup_container .design_services_popup_content {
  padding: 30px;
}
.design_services_popup_container .step-num {
  width: 20px;
  height: auto;
  vertical-align: bottom;
}
.design_services_popup_container h2 {
  text-align: center;
}
.design_services_popup_container .product-image-design-services {
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 20px 0;
}
.design_services_popup_container h3 {
  color: #9CCB3B;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
}
.design_services_popup_container .design_services_popup_flex {
  display: flex;
  justify-content: space-around;
}
.design_services_popup_container .design_services_popup_flex div {
  width: 240px;
}
.design_services_popup_container .design_services_popup_flex img {
  width: 60px;
}
.design_services_popup_container .design_services_popup_btn {
  background-color: #9CCB3B;
  border-radius: 7px;
  border: 2px solid #9CCB3B;
  color: #001738;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  padding: 12px 10px;
  display: block;
  width: 250px;
  margin: 0 auto;
  transition: all 0.25s ease;
}
.design_services_popup_container .design_services_popup_btn a {
  color: #001738;
  text-decoration: none;
}
.design_services_popup_container .design_services_popup_btn:hover {
  background-color: #001738;
  color: #9CCB3B;
  border: 2px solid #9CCB3B;
}
.design_services_popup_container .design_services_popup_btn:hover a {
  color: #9CCB3B;
  text-decoration: none;
}
.design_services_popup_container .design_services_popup_footer {
  background-color: #fa0;
  color: white;
  width: 100%;
}
.design_services_popup_container .design_services_popup_footer_flex {
  display: flex;
  justify-content: center;
}
.design_services_popup_container .design_services_popup_footer_flex p {
  margin: 0;
}
.design_services_popup_container .design_services_popup_footer_flex p sup {
  font-size: 60%;
}
.design_services_popup_container .design_services_popup_footer_flex p:first-of-type {
  font-size: 2.8rem;
}
.design_services_popup_container .design_services_popup_footer_flex p:last-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  width: 200px;
  text-align: left;
  margin-left: 10px;
  line-height: 1.3rem;
  padding-top: 6px;
}

.design_services_popup_nothanks {
  color: #003086;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.design_services_popup_nothanks img {
  width: 20px;
}
.design_services_popup_nothanks p {
  margin: 0 0 0 10px;
}

.review_headline {
  font-weight: bold;
  text-align: center;
}
.review_headline {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .review_headline {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .review_headline {
    font-size: 0.94rem;
  }
}

polygon.graystar {
  fill: #ccc;
}

polygon.goldstar {
  fill: #ffc72c;
}

.review_author {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.review_content {
  margin: 20px auto 0;
  width: 90%;
  max-width: 500px;
}
.review_content hr {
  border-top-color: #ededed;
  border-bottom: 0;
  margin-top: 30px;
}

.review_resolution {
  margin-top: 20px;
  max-width: 500px;
}
.review_resolution p {
  margin-top: 10px;
}
.review_resolution img {
  width: 150px;
  height: auto;
}
.review_resolution .bold_heading {
  font-weight: bold;
}

.review_popup {
  border: 1px solid #051937;
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 3%;
  position: relative;
  width: 90%;
}
.review_popup .popup_close {
  position: absolute;
  right: -5px;
  top: -10px;
  background: white;
  border: 1px solid #051937;
  border-radius: 50%;
  font-weight: bold;
  color: #051937;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: top;
  width: 25px;
}
.review_popup .popup_close {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .review_popup .popup_close {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .review_popup .popup_close {
    font-size: 0.94rem;
  }
}
.review_popup .pd_starRating {
  margin: 10px 0 0 0;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.review_popup .pd_starRating .pd_star {
  height: 25px;
  width: 25px;
}
.review_popup .review_tabs {
  border-bottom: 1px solid #051937;
  padding: 20px 0 0 30%;
}
.review_popup .review_tabs .review_tab {
  background-color: #ededed;
  color: #383838;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: -3px;
  padding: 8px;
  text-align: center;
  width: 100px;
}
.review_popup .review_tabs .is-active {
  background-color: #051937;
  color: white;
  padding-top: 10px;
}
.review_popup .photos_content {
  margin-top: 20px;
  position: relative;
}
.review_popup .photos_content .side_thumb {
  float: left;
  line-height: 75px;
  margin: 0 10px 20px 0;
}
.review_popup .photos_content .side_thumb.selected {
  border: 1px solid #051937;
}
.review_popup .photos_content .photo_thumb {
  cursor: pointer;
  margin: 0 auto;
  max-height: 75px;
  max-width: 97px;
  vertical-align: middle;
}
.review_popup .photos_content .photo_main {
  width: auto;
  height: auto;
  max-height: 345px;
  max-width: 557px;
}
.review_popup .photos_content .selected_thumb {
  line-height: 345px;
}
.review_popup .photos_content .selected_thumb img {
  vertical-align: middle;
}
.review_popup .review_content {
  max-width: 700px;
}
.review_popup .review_resolution {
  max-width: 700px;
}

.no_studio_msg {
  border: 1px solid #051937;
  color: #051937;
  display: inline-block;
  float: right;
  margin: 0 auto;
  order: 6;
  padding: 16px;
  text-align: center;
  width: 350px;
}
@media (min-width: 950px) {
  .no_studio_msg {
    margin: -25px auto 0;
  }
}
@media (min-width: 950px) and (max-width: 1110px) {
  .no_studio_msg {
    width: 250px;
  }
}
.no_studio_msg p {
  margin: 0;
}
.no_studio_msg .p1 {
  margin-bottom: 10px;
}
.no_studio_msg .p2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .no_studio_msg .p2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .no_studio_msg .p2 {
    font-size: 0.94rem;
  }
}
.no_studio_msg .p2 a.live_chat {
  color: #051937;
  font-weight: bold;
}
.no_studio_msg .p2 a.live_chat {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .no_studio_msg .p2 a.live_chat {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .no_studio_msg .p2 a.live_chat {
    font-size: 0.94rem;
  }
}
.no_studio_msg .phone {
  font-weight: bold;
  justify-content: center;
}
.no_studio_msg .phone {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .no_studio_msg .phone {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .no_studio_msg .phone {
    font-size: 1.37rem;
  }
}

@supports (display: grid) {
  #pd_wrapper .pd_gallery_overview {
    display: grid;
    grid-template-columns: 45% 1fr 1fr;
    grid-template-areas: "header             header              header" "itemNumber         itemNumber          itemNumber" "RR_PR_Widget_Wrapper         RR_PR_Widget_Wrapper          RR_PR_Widget_Wrapper" "gallery            gallery             gallery" "offer              offer               offer" "usaDeals           usaDeals            usaDeals" "aslowas            shipping            shipping" "no_studio          no_studio           no_studio" "priceBlock         priceBlock          priceBlock" "cta                cta                 cta" "guarantee          guarantee           guarantee" "secondary_media    secondary_media     secondary_media";
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview {
      grid-template-areas: "gallery    header              header" "gallery    itemNumber          itemNumber" "gallery    offer               cta" "gallery    shipping            no_studio" "gallery    usaDeals            no_studio" "gallery    aslowas             ." "gallery    priceBlock          priceBlock" "gallery    RR_PR_Widget_Wrapper          guarantee" "gallery    secondary_media     secondary_media";
    }
  }
  #pd_wrapper .pd_gallery_overview .no_studio_msg {
    grid-area: no_studio;
    margin: 0 auto;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview .no_studio_msg {
      width: 100%;
    }
  }
  #pd_wrapper .pd_gallery_overview .pd_offer {
    grid-area: offer;
    text-align: center;
    width: 100%;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview .pd_offer {
      text-align: left;
      width: 60%;
    }
  }
  #pd_wrapper .pd_gallery_overview .pd_shipping {
    grid-area: shipping;
    width: 60%;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview .pd_shipping {
      width: 100%;
    }
  }
  #pd_wrapper .pd_gallery_overview .pd_usaDealsIcons {
    grid-area: usaDeals;
    min-height: 50px;
  }
  #pd_wrapper .pd_gallery_overview .aslowas {
    grid-area: aslowas;
    margin-top: 10px;
    width: 100%;
  }
  #pd_wrapper .pd_gallery_overview .addtocart_btn {
    margin-top: 10px;
  }
  #pd_wrapper .pd_gallery_overview .overview_media {
    margin: 40px 0 0;
  }
  #pd_wrapper .pd_gallery_overview .overview_guarantee {
    grid-area: guarantee;
    width: 320px;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview .overview_guarantee {
      width: 100%;
    }
  }
  #pd_wrapper .pd_gallery {
    grid-area: gallery;
    width: 100%;
  }
  #pd_wrapper .pd_header {
    grid-area: header;
    max-width: 100%;
    width: 100%;
  }
  #pd_wrapper .pd_itemNumber {
    grid-area: itemNumber;
  }
  #pd_wrapper .pd_cta {
    grid-area: cta;
    width: 100%;
  }
  #pd_wrapper .pd_priceBlock {
    grid-area: priceBlock;
  }
  #pd_wrapper .pd_priceBlock .pricing_tableContainer {
    width: 70%;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_priceBlock .pricing_tableContainer {
      width: 70%;
    }
  }
  #pd_wrapper #RR_PR_Widget_Wrapper_placeholder {
    grid-area: RR_PR_Widget_Wrapper;
    width: 100%;
  }
  #pd_wrapper .pd_secondary_media {
    grid-area: secondary_media;
    width: 100%;
  }
  .review_popup .photos_content {
    display: grid;
    grid-template-columns: 100px repeat(4, 1fr);
    grid-template-rows: repeat(4, 75px);
    grid-gap: 15px;
  }
  .review_popup .photos_content .side_thumb {
    margin: 0;
  }
  .review_popup .photos_content .side_thumb img {
    height: auto;
    width: auto;
  }
  .review_popup .selected_thumb {
    grid-column: 2/span 4;
    grid-row: 1/-1;
  }
}
/*Size Chart Start*/
.size_chart {
  width: 100%;
}
.size_chart h2 {
  color: black;
  text-align: center;
  margin: 5px;
}
.size_chart h2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .size_chart h2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .size_chart h2 {
    font-size: 0.94rem;
  }
}
.size_chart table {
  width: 100%;
  border: 1px solid #aaa;
  border-spacing: 0;
}
.size_chart table th {
  text-align: left;
  border: 0;
  border-bottom: 1px solid #aaa;
  padding-right: 3px;
}
.size_chart table th {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .size_chart table th {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .size_chart table th {
    font-size: 0.88rem;
  }
}
.size_chart table tr {
  height: 26px;
}
.size_chart table tr:nth-child(odd) {
  background-color: #ededed;
}
.size_chart table td {
  border: 0;
  padding-right: 3px;
}
.size_chart table td {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .size_chart table td {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .size_chart table td {
    font-size: 0.88rem;
  }
}

/*Size Chart End*/
/*#region Coupon code popup*/
.popup-coupon[popup] {
  width: 550px;
  height: 400px;
}
.popup-coupon[popup] > .box > .content {
  position: relative;
  background: url(/Amsterdam/pict/Coupon-Code-Popup.jpg) no-repeat;
}
.popup-coupon[popup] > .box > .content > div {
  position: absolute;
  top: 225px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.popup-coupon[popup] > .box > .content > div {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .popup-coupon[popup] > .box > .content > div {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup-coupon[popup] > .box > .content > div {
    font-size: 0.94rem;
  }
}
.popup-coupon[popup] > .box > .content > div .red-text {
  color: #b30000;
  font-weight: 900;
}
.popup-coupon[popup] > .box > .content > div a {
  cursor: pointer;
  text-align: center;
}
.popup-coupon[popup] > .box > .content > div > div {
  white-space: nowrap;
}
.popup-coupon[popup] > .box > .content > div > div.input-coupon {
  margin-top: 15px;
}
.popup-coupon[popup] > .box > .content > div > div > input {
  color: #383838;
  height: 37px;
  width: 200px;
  margin-right: -1px;
}
.popup-coupon[popup] > .box > .content > div > div > a {
  background: #051937;
  border: 1px solid #ffc72c;
  border-radius: 0 7px 7px 0;
  color: white;
  display: inline-block;
  font-weight: 700;
  height: 37px;
  line-height: 35px;
  margin: 0 0 0 -5px;
  padding: 0;
  width: 75px;
  text-decoration: none;
}
.popup-coupon[popup] > .box > .content > div > a {
  display: inline-block;
  color: #383838;
  font-weight: bold;
  margin-top: 13px;
}

/*#endregion Coupon code popup*/
.locked_quantity_message {
  white-space: nowrap;
}

/* Quick Quote info page - START */
.qq_lp_wrapper {
  margin: 0 auto;
  padding-top: 12px;
  width: 600px;
}
.qq_lp_wrapper table {
  background-color: #ededed;
  border: none;
  width: 100%;
}
.qq_lp_wrapper > table {
  padding: 10px;
}
.qq_lp_wrapper .title {
  border-bottom: 1px solid #ccc;
  color: #fc5a0f;
  font-weight: 700;
  padding-bottom: 10px;
}
.qq_lp_wrapper .title {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  .qq_lp_wrapper .title {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .qq_lp_wrapper .title {
    font-size: 1.5rem;
  }
}
.qq_lp_wrapper .product_img {
  border: 1px solid #ccc;
  max-height: 152px;
  max-width: 152px;
}
.qq_lp_wrapper .product_name {
  color: #003087;
  font-weight: 700;
  text-decoration: none;
}
.qq_lp_wrapper .product_price_total {
  color: #1A6600;
  font-weight: 700;
}
.qq_lp_wrapper .product_price_each {
  color: #1A6600;
  font-weight: 700;
}
.qq_lp_wrapper .product_itemnum_label {
  color: black;
  font-weight: 700;
}
.qq_lp_wrapper .product_itemnum {
  color: #383838;
  font-weight: 700;
}
.qq_lp_wrapper .product_qty_label {
  color: black;
  font-weight: 700;
}
.qq_lp_wrapper .product_qty {
  color: #383838;
  font-weight: 700;
}
.qq_lp_wrapper .product_link {
  color: #003087;
}
.qq_lp_wrapper .pricing_table {
  border-top: 1px solid #ccc;
}
.qq_lp_wrapper .pricing_table tr > td {
  color: black;
  font-weight: 700;
}
.qq_lp_wrapper .pricing_table tr > td + td {
  text-align: right;
}
.qq_lp_wrapper .pricing_table .discount_label, .qq_lp_wrapper .pricing_table .discount_code, .qq_lp_wrapper .pricing_table .discount_amt {
  color: #b30000;
}
.qq_lp_wrapper .pricing_table .discount_description {
  color: black;
}
.qq_lp_wrapper .pricing_table .total_row {
  background-color: #ededed;
}
.qq_lp_wrapper .pricing_table .total_row td {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .qq_lp_wrapper .pricing_table .total_row td {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .qq_lp_wrapper .pricing_table .total_row td {
    font-size: 0.94rem;
  }
}
.qq_lp_wrapper .pricing_table .total_row .total_price {
  color: #1A6600;
}
.qq_lp_wrapper .cta_btn {
  margin: 20px 0;
  text-align: center;
}
.qq_lp_wrapper .cta_btn a {
  text-decoration: underline !important;
}
.qq_lp_wrapper .contactus_txt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.qq_lp_wrapper .contactus_txt a {
  text-decoration: underline !important;
}

/*global, what's the meaning */
.auto-style1 {
  height: 27px;
}

/* Quick Quote info page - END */
/* Order History / Reorder - START */
#reorder_login_wrapper .section_bg {
  background-color: #051937;
  border: 3px solid white;
  border-radius: 20px;
  box-shadow: 0 0 5px #878787;
}
#reorder_login_wrapper .topbanner {
  color: white;
  margin: 0 auto;
  width: 80%;
}
#reorder_login_wrapper .topbanner {
  font-size: 1.5rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .topbanner {
    font-size: calc(0.5208333333vw + 1.2552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .topbanner {
    font-size: 1.75rem;
  }
}
#reorder_login_wrapper .topbanner .content {
  text-align: center;
  width: auto;
}
#reorder_login_wrapper .topbanner .bnrtxt_part1 {
  display: inline-block;
  margin-top: 12px;
  vertical-align: top;
}
#reorder_login_wrapper .topbanner .bnrtxt_part2 {
  color: #1A6600;
  display: inline-block;
  font-size: 120px;
  line-height: 114px;
}
#reorder_login_wrapper .topbanner .bnrtxt_part3 {
  display: inline-block;
}
#reorder_login_wrapper .topbanner .bnrtxt_part4 {
  margin-bottom: 5px;
}
#reorder_login_wrapper .topbanner .bnrtxt_part4 {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .topbanner .bnrtxt_part4 {
    font-size: calc(0.5208333333vw + 0.5052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .topbanner .bnrtxt_part4 {
    font-size: 1rem;
  }
}
#reorder_login_wrapper .login_sections {
  margin: 10px auto;
  width: 80%;
}
#reorder_login_wrapper .login_sections input[type=text], #reorder_login_wrapper .login_sections input[type=password] {
  font-weight: bold;
  height: 25px;
  padding-left: 10px;
}
#reorder_login_wrapper .login_sections input[type=text], #reorder_login_wrapper .login_sections input[type=password] {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .login_sections input[type=text], #reorder_login_wrapper .login_sections input[type=password] {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .login_sections input[type=text], #reorder_login_wrapper .login_sections input[type=password] {
    font-size: 0.94rem;
  }
}
#reorder_login_wrapper .login_sections .large_input {
  width: 330px;
}
#reorder_login_wrapper .login_sections .small_input {
  width: 140px;
}
#reorder_login_wrapper .login_sections .password, #reorder_login_wrapper .login_sections .couponcode, #reorder_login_wrapper .login_sections .customernum {
  margin-bottom: 15px !important;
}
#reorder_login_wrapper .login_sections .zipcode {
  margin-bottom: 15px !important;
  padding-top: 18px;
}
#reorder_login_wrapper .login_sections .float_left {
  float: left;
}
#reorder_login_wrapper .login_sections .float_right {
  float: right;
}
#reorder_login_wrapper .login_sections .btn_continue_container {
  line-height: 45px;
}
#reorder_login_wrapper .login_sections .section_height {
  min-height: 315px;
}
#reorder_login_wrapper .login_sections .special_offers_popup {
  border: solid 1px #aaa;
  background-color: white;
  left: 187px;
  padding: 10px;
  position: absolute;
  top: 247px;
  visibility: hidden;
  width: 250px;
  z-index: 2;
}
#reorder_login_wrapper .have_account, #reorder_login_wrapper .no_account {
  color: white;
  display: inline-block;
  width: 48%;
}
#reorder_login_wrapper .have_account .content, #reorder_login_wrapper .no_account .content {
  margin: 10px;
  width: auto;
}
#reorder_login_wrapper .have_account .content h2, #reorder_login_wrapper .no_account .content h2 {
  color: #1A6600;
}
#reorder_login_wrapper .have_account .content h2, #reorder_login_wrapper .no_account .content h2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .have_account .content h2, #reorder_login_wrapper .no_account .content h2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .have_account .content h2, #reorder_login_wrapper .no_account .content h2 {
    font-size: 1.37rem;
  }
}
#reorder_login_wrapper .have_account .content .form_section, #reorder_login_wrapper .no_account .content .form_section {
  margin: 5px 0;
}
#reorder_login_wrapper .have_account .content .label, #reorder_login_wrapper .no_account .content .label {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .have_account .content .label, #reorder_login_wrapper .no_account .content .label {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .have_account .content .label, #reorder_login_wrapper .no_account .content .label {
    font-size: 0.94rem;
  }
}
#reorder_login_wrapper .have_account {
  float: left;
}
#reorder_login_wrapper .no_account {
  float: right;
}
#reorder_login_wrapper .btn_login_continue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
  background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc477", endColorstr="#fb9e25",GradientType=0);
  background-color: #ffc477;
  border: 1px solid #eeb44f;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 0 #fce2c1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0 1px 0 #cc9f52;
}
#reorder_login_wrapper .btn_login_continue {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .btn_login_continue {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .btn_login_continue {
    font-size: 1rem;
  }
}
#reorder_login_wrapper .btn_login_continue:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
  background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fb9e25", endColorstr="#ffc477",GradientType=0);
  background-color: #fb9e25;
}
#reorder_login_wrapper .btn_login_continue:active {
  position: relative;
  top: 1px;
}
#reorder_login_wrapper .signup_offers {
  margin-top: 3px;
  margin-left: -3px;
  margin-bottom: 10px;
}
#reorder_login_wrapper .signup_offers input[type=checkbox], #reorder_login_wrapper .signup_offers label {
  vertical-align: middle;
}
#reorder_login_wrapper .special_offers_text1 {
  color: #545963;
  font-weight: bold;
}
#reorder_login_wrapper .special_offers_text1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .special_offers_text1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .special_offers_text1 {
    font-size: 0.94rem;
  }
}
#reorder_login_wrapper .special_offers_text2 {
  color: #ffc72c;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
#reorder_login_wrapper .special_offers_text2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .special_offers_text2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .special_offers_text2 {
    font-size: 1.37rem;
  }
}
#reorder_login_wrapper .special_offers_text3 {
  color: #383838;
  margin-top: 10px;
}
#reorder_login_wrapper .special_offer_link {
  color: white;
  cursor: pointer;
  vertical-align: middle;
}
#reorder_login_wrapper .special_offer_link {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #reorder_login_wrapper .special_offer_link {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #reorder_login_wrapper .special_offer_link {
    font-size: 0.75rem;
  }
}
#reorder_login_wrapper .clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.reorder_coupon-text h1 {
  display: block;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  color: black;
  margin-bottom: 0px;
}
.reorder_coupon-text h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .reorder_coupon-text h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reorder_coupon-text h1 {
    font-size: 1.37rem;
  }
}

.reorder_wrapper {
  max-width: 950px;
  margin: 35px auto 0 auto;
}
.reorder_wrapper a {
  cursor: pointer;
}
.reorder_wrapper P, .reorder_wrapper H1, .reorder_wrapper H2, .reorder_wrapper H3, .reorder_wrapper H4, .reorder_wrapper H5, .reorder_wrapper H6 {
  margin: 0;
}

.reorder_banner {
  border: 3px dashed #051937;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 155px;
  width: 100%;
}

.reorder_coupon-text {
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 532px) {
  .reorder_coupon-text {
    width: 60%;
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (min-width: 700px) {
  .reorder_coupon-text {
    width: 46%;
  }
}
.reorder_coupon-text h5 {
  color: #051937;
  padding-top: 15px;
}

.reorder_tags-container {
  display: none;
  float: right;
  margin: -30px 20px 0 0;
  width: 160px;
}
@media screen and (min-width: 532px) {
  .reorder_tags-container {
    display: inline-block;
  }
}
@media screen and (min-width: 700px) {
  .reorder_tags-container {
    width: 300px;
  }
}
@media screen and (min-width: 887px) {
  .reorder_tags-container {
    width: 435px;
  }
}

.reorder_tags-img {
  background-image: url(../pict/tags.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 188px;
}
@media screen and (min-width: 700px) {
  .reorder_tags-img {
    width: 300px;
  }
}
@media screen and (min-width: 887px) {
  .reorder_tags-img {
    width: auto;
  }
}

.reorder_main {
  text-align: left;
}
.reorder_main h2 {
  color: #f6931e;
}
.reorder_main h2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .reorder_main h2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reorder_main h2 {
    font-size: 0.94rem;
  }
}
.reorder_main p, .reorder_main h6 {
  font-size: 0.69rem;
}
@media screen and (min-width: 47rem) {
  .reorder_main p, .reorder_main h6 {
    font-size: calc(0.25vw + 0.5725rem);
  }
}
@media screen and (min-width: 95rem) {
  .reorder_main p, .reorder_main h6 {
    font-size: 0.81rem;
  }
}
@media screen and (max-width: 949px) {
  .reorder_main {
    padding: 30px 3%;
    text-align: left;
  }
}

.reorder_statement {
  padding: 10px 0 3px 0;
}

.reorder_product {
  padding-top: 20px;
  height: 215px;
}
@media screen and (max-width: 650px) {
  .reorder_product {
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
}

.product_image-preview {
  display: inline-block;
  width: 160px;
}
.product_image-preview .product_image-container {
  border: 2px solid #ccc;
  cursor: pointer;
  position: relative;
  height: 160px;
  width: 160px;
}
.product_image-preview .product_image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 156px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_image-preview .product_preview-container {
  margin: 5px 0 0 35px;
}
.product_image-preview .product_preview-container a {
  color: #003087;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}

.review_icon {
  background: url("../pict/sprite_shoppingcart.png") no-repeat -238px -117px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.product_item {
  display: inline-block;
  float: left;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .product_item {
    margin-top: 0;
  }
}
.product_item .product_details {
  display: inline-block;
  padding-left: 8px;
  vertical-align: top;
  width: 45%;
}
.product_item .product_details h3, .product_item .product_details h5 {
  margin-bottom: 3px;
  color: black;
}
.product_item .product_details h5:last-of-type {
  padding-bottom: 15px;
}
.product_item .product_details a {
  color: #003087;
  display: block;
  margin-bottom: 3px;
}

.product_item-text {
  color: #003087 !important;
  padding-bottom: 5px;
  cursor: pointer;
}

.product_item-data {
  font-weight: normal;
}

.product_details_h5 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .product_details_h5 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_details_h5 {
    font-size: 0.94rem;
  }
}

.reorder_review {
  display: inline-block;
  float: right;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .reorder_review {
    display: block;
    clear: both;
    margin-top: -75px;
    width: 100%;
  }
}

.product_pricing {
  margin-top: 50px;
}

.pricing_standard {
  text-align: right;
  /*text-decoration: line-through;*/
  color: black;
}

.pricing_coupon, .pricing_each {
  color: #1A6600;
  text-align: right;
}

.product_reorder-btn {
  -ms-border-radius: 7px;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  float: right;
  height: 34px;
  line-height: 34px;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  width: 164px;
}
.product_reorder-btn {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .product_reorder-btn {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .product_reorder-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 531px) {
  .product_reorder-btn {
    width: 100%;
  }
}
.product_reorder-btn .btn_content, .product_reorder-btn .wishList .quickadd_but, .wishList .product_reorder-btn .quickadd_but, .product_reorder-btn #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .product_reorder-btn .quickadd_but {
  background-image: -ms-linear-gradient(top, #1a9200 0, #218d06 100%);
  background-image: -moz-linear-gradient(top, #1a9200 0, #218d06 100%);
  background-image: -o-linear-gradient(top, #1a9200 0, #218d06 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a9200), color-stop(1, #218d06));
  background-image: -webkit-linear-gradient(top, #1a9200 0, #218d06 100%);
  background-image: linear-gradient(to bottom, #1a9200 0, #218d06 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5B9DCF', endColorstr='#388DC4')";
}

.reorder_hr {
  background-color: #ededed;
  clear: both;
  height: 2px;
  width: 100%;
  margin-top: 5px;
}

#privewImage {
  width: 600px;
  height: 600px;
}

.reorder_notAvailable_text1 {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reorder_notAvailable_text1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .reorder_notAvailable_text1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reorder_notAvailable_text1 {
    font-size: 0.94rem;
  }
}

.reorder_notAvailable_text2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .reorder_notAvailable_text2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reorder_notAvailable_text2 {
    font-size: 0.94rem;
  }
}

/* Reviews Page - START */
.reviews_wrapper {
  /*content inside each LI start*/
  /*content inside each LI end*/
  /*carousel start*/
  /*carousel end*/
}
.reviews_wrapper .customer_videos_wrapper {
  background-color: #ededed;
  padding: 60px 0 55px;
}
.reviews_wrapper .customer_videos_wrapper .table_cell {
  display: block;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 950px) {
  .reviews_wrapper .customer_videos_wrapper .table_cell {
    display: table-cell;
    padding: 0;
  }
}
.reviews_wrapper .customer_videos_wrapper .title {
  color: black;
  font-weight: 700;
  margin: 0 0 39px;
  text-align: center;
}
.reviews_wrapper .customer_videos_wrapper .title {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  .reviews_wrapper .customer_videos_wrapper .title {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reviews_wrapper .customer_videos_wrapper .title {
    font-size: 1.5rem;
  }
}
.reviews_wrapper .customer_videos_wrapper .video {
  box-shadow: 0 0 23px #878787;
  display: inline-block;
  line-height: 0;
  margin: auto auto;
}
.reviews_wrapper .customer_videos_wrapper .video iframe {
  border: none;
}
.reviews_wrapper .customer_videos_wrapper .overview {
  margin: 17px 0 0;
  text-align: center;
}
.reviews_wrapper .customer_videos_wrapper .overview .company_name {
  color: black;
  font-weight: 700;
}
.reviews_wrapper .customer_videos_wrapper .overview .company_name {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .reviews_wrapper .customer_videos_wrapper .overview .company_name {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reviews_wrapper .customer_videos_wrapper .overview .company_name {
    font-size: 0.94rem;
  }
}
.reviews_wrapper .customer_videos_wrapper .overview .interviewee, .reviews_wrapper .customer_videos_wrapper .overview .position, .reviews_wrapper .customer_videos_wrapper .overview .industry {
  color: black;
  font-weight: 400;
}
.reviews_wrapper .customer_videos_wrapper .more_link {
  font-weight: 700;
  margin: 30px 0 0;
  text-align: center;
}
.reviews_wrapper .table {
  display: table;
}
.reviews_wrapper .table > div {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.reviews_wrapper .reviewstars {
  background: url("/Amsterdam/pict/stars.png") no-repeat;
  float: none;
  height: 22px;
  margin: 0 0 7px;
  width: 124px;
}
.reviews_wrapper .reviewstars.r50 {
  background-position: 0 0;
}
.reviews_wrapper .reviewstars.r49, .reviews_wrapper .reviewstars.r48, .reviews_wrapper .reviewstars.r47 {
  background-position: 0 -22px;
}
.reviews_wrapper .reviewstars.r46, .reviews_wrapper .reviewstars.r45, .reviews_wrapper .reviewstars.r44 {
  background-position: 0 -44px;
}
.reviews_wrapper .reviewstars.r43, .reviews_wrapper .reviewstars.r42, .reviews_wrapper .reviewstars.r41 {
  background-position: 0 -66px;
}
.reviews_wrapper .reviewstars.r40 {
  background-position: 0 -88px;
}
.reviews_wrapper .reviewstars.r39, .reviews_wrapper .reviewstars.r38, .reviews_wrapper .reviewstars.r37 {
  background-position: 0 -110px;
}
.reviews_wrapper .reviewstars.r36, .reviews_wrapper .reviewstars.r35, .reviews_wrapper .reviewstars.r34 {
  background-position: 0 -132px;
}
.reviews_wrapper .reviewstars.r33, .reviews_wrapper .reviewstars.r32, .reviews_wrapper .reviewstars.r31 {
  background-position: 0 -154px;
}
.reviews_wrapper .reviewstars.r30 {
  background-position: 0 -176px;
}
.reviews_wrapper .reviewstars.r29, .reviews_wrapper .reviewstars.r28, .reviews_wrapper .reviewstars.r27 {
  background-position: 0 -198px;
}
.reviews_wrapper .reviewstars.r26, .reviews_wrapper .reviewstars.r25, .reviews_wrapper .reviewstars.r24 {
  background-position: 0 -220px;
}
.reviews_wrapper .reviewstars.r23, .reviews_wrapper .reviewstars.r22, .reviews_wrapper .reviewstars.r21 {
  background-position: 0 -242px;
}
.reviews_wrapper .reviewstars.r20 {
  background-position: 0 -264px;
}
.reviews_wrapper .reviewstars.r19, .reviews_wrapper .reviewstars.r18, .reviews_wrapper .reviewstars.r17 {
  background-position: 0 -286px;
}
.reviews_wrapper .reviewstars.r16, .reviews_wrapper .reviewstars.r15, .reviews_wrapper .reviewstars.r14 {
  background-position: 0 -308px;
}
.reviews_wrapper .reviewstars.r13, .reviews_wrapper .reviewstars.r12, .reviews_wrapper .reviewstars.r11 {
  background-position: 0 -330px;
}
.reviews_wrapper .reviewstars.r10 {
  background-position: 0 -352px;
}
.reviews_wrapper .reviewstars.r09, .reviews_wrapper .reviewstars.r08, .reviews_wrapper .reviewstars.r07 {
  background-position: 0 -374px;
}
.reviews_wrapper .reviewstars.r06, .reviews_wrapper .reviewstars.r05, .reviews_wrapper .reviewstars.r04 {
  background-position: 0 -396px;
}
.reviews_wrapper .reviewstars.r03, .reviews_wrapper .reviewstars.r02, .reviews_wrapper .reviewstars.r01 {
  background-position: 0 -418px;
}
.reviews_wrapper .reviewstars.r00 {
  /*background-position:0 -440px;*/
  background: none;
}
.reviews_wrapper .hero_banner {
  background-color: #e5eff8;
  padding: 20px;
  width: 100%;
}
@media (max-width: 845px) {
  .reviews_wrapper .hero_banner .hero_title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}
.reviews_wrapper .hero_banner .hero_title .title {
  font-size: 30px;
  text-align: center;
  color: #000;
}
@media (max-width: 845px) {
  .reviews_wrapper .hero_banner .hero_title .title {
    margin-bottom: 20px;
    width: auto;
  }
}
.reviews_wrapper .hero_banner .hero_title .about_APL {
  font-weight: 700;
  text-align: center;
}
.reviews_wrapper .hero_banner .hero_title .about_APL img {
  padding-right: 5px;
  vertical-align: middle;
}
.reviews_wrapper .hero_banner .hero_review {
  background-image: url("/Amsterdam/pict/reviews/cloud.png");
  background-position-x: center;
  background-repeat: no-repeat;
  display: block;
  height: 310px;
  text-align: center;
  width: auto;
}
@media (min-width: 846px) {
  .reviews_wrapper .hero_banner .hero_review {
    background-position-x: center;
    display: table-cell;
    text-align: left;
    width: 529px;
  }
}
.reviews_wrapper .hero_banner .hero_review .content {
  left: 50%;
  margin-left: -179px;
  position: absolute;
  text-align: center;
  top: 75px;
  width: 365px;
}
.reviews_wrapper .hero_banner .hero_review .content .reviewstars {
  margin-right: auto;
  margin-left: auto;
}
.reviews_wrapper .hero_banner .hero_review .content .reviewer_info {
  color: #595959;
}
.reviews_wrapper .hero_banner .hero_review .content .review_date {
  color: #595959;
  margin-bottom: 15px;
}
.reviews_wrapper .hero_banner .hero_review .content .review_date img {
  height: 12px;
  vertical-align: middle;
  width: 12px;
}
.reviews_wrapper .hero_banner .hero_review .content .review_title {
  color: #000;
  font-weight: 700;
  margin: 5px 0;
}
.reviews_wrapper .hero_banner .hero_review .content .review_title {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .reviews_wrapper .hero_banner .hero_review .content .review_title {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reviews_wrapper .hero_banner .hero_review .content .review_title {
    font-size: 1.37rem;
  }
}
.reviews_wrapper .hero_banner .hero_review .content .review_text {
  color: #676767;
}
.reviews_wrapper .hero_banner .hero_review .content .review_item {
  font-weight: bold;
}
.reviews_wrapper .hero_banner .hero_review .content .review_item {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .reviews_wrapper .hero_banner .hero_review .content .review_item {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .reviews_wrapper .hero_banner .hero_review .content .review_item {
    font-size: 0.75rem;
  }
}
.reviews_wrapper .reviews_section {
  padding-top: 20px;
}
.reviews_wrapper .reviews_section .title_bar {
  background-color: #051937;
  padding: 12px;
  width: 100%;
}
.reviews_wrapper .reviews_section .title_bar .title {
  color: #fff;
  font-weight: 700;
  margin: 5px;
}
.reviews_wrapper .reviews_section .title_bar .title {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .reviews_wrapper .reviews_section .title_bar .title {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reviews_wrapper .reviews_section .title_bar .title {
    font-size: 1.37rem;
  }
}
.reviews_wrapper .reviews_section .title_bar .shop_link {
  text-align: right;
}
.reviews_wrapper .reviews_section .title_bar .shop_link img {
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
}
.reviews_wrapper .reviews_section .title_bar .shop_link a {
  color: #fff;
  font-weight: 700;
}
.reviews_wrapper .reviews_section .reviews .review_block {
  border-top: 1px solid #f3f3f3;
  display: inline-block;
  padding: 30px 10px;
  vertical-align: top;
  width: 49%;
}
.reviews_wrapper .reviews_section .reviews .review_block > div {
  vertical-align: top;
}
.reviews_wrapper .reviews_section .reviews .review_block > div:first-child {
  padding-right: 20px;
  width: 152px;
}
.reviews_wrapper .reviews_section .reviews .review_block .product_image {
  border: 1px solid #dedede;
  height: 152px;
  margin-bottom: 11px;
  padding: 5px;
  text-align: center;
  width: 152px;
}
.reviews_wrapper .reviews_section .reviews .review_block .product_image img {
  width: 140px;
  height: 140px;
}
.reviews_wrapper .reviews_section .reviews .review_block .product_name {
  width: 152px;
  white-space: normal;
  text-align: center;
}
.reviews_wrapper .reviews_section .reviews .review_block a {
  color: #06C;
}
.reviews_wrapper .reviews_section .reviews .review_block a:hover {
  color: #2F84C0;
}
.reviews_wrapper .reviews_section .reviews .review_block a:visited {
  color: #4B78A5;
}
.reviews_wrapper .reviews_section .reviews .review_block .reviewstars {
  margin: 0 0 7px;
}
.reviews_wrapper .reviews_section .reviews .review_block .reviewer_info {
  color: #595959;
}
.reviews_wrapper .reviews_section .reviews .review_block .review_date {
  color: #595959;
  margin-bottom: 5px;
}
.reviews_wrapper .reviews_section .reviews .review_block .review_title {
  color: #000;
  font-weight: 700;
}
.reviews_wrapper .reviews_section .reviews .review_block .review_title {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .reviews_wrapper .reviews_section .reviews .review_block .review_title {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .reviews_wrapper .reviews_section .reviews .review_block .review_title {
    font-size: 0.94rem;
  }
}
.reviews_wrapper .reviews_section .reviews .review_block .review_text {
  color: #676767;
}
.reviews_wrapper .reviews_section .reviews .review_block .num_helped {
  color: #a3a3a3;
  padding: 5px 0;
}
.reviews_wrapper .reviews_section .reviews .review_block .num_helped {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .reviews_wrapper .reviews_section .reviews .review_block .num_helped {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .reviews_wrapper .reviews_section .reviews .review_block .num_helped {
    font-size: 0.75rem;
  }
}
.reviews_wrapper .hero_title {
  padding: 5px 0;
}
.reviews_wrapper .hero_title h1 {
  margin: 0;
}
.reviews_wrapper .hero_banner {
  margin-bottom: 30px;
}
.reviews_wrapper .reviews_wrapper .reviews_section .title_bar {
  background-color: #051937 !important;
}
.reviews_wrapper .liView {
  width: 316px !important;
}
.reviews_wrapper .review-new {
  text-align: center;
  padding: 20px 10px;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.reviews_wrapper .review-new .reviewstars {
  margin-left: auto;
  margin-right: auto;
}
.reviews_wrapper .review-new .reviewstars {
  margin-bottom: 10px;
}
.reviews_wrapper .review-new .reviewTitle {
  font-weight: bold;
}
.reviews_wrapper .review-new .reviewDate {
  font-size: 12px;
}
.reviews_wrapper .review-new .reviewAuthor {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.reviews_wrapper .reviews-carousel-container {
  margin: 0 auto;
  max-width: 1025px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.reviews_wrapper .reviews-carousel {
  border: 1px solid rgba(0, 110, 237, 0.25);
  border-radius: 16px;
  background-color: #fff;
  min-height: 272px;
}
.reviews_wrapper .reviews-carousel-container a.prev {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.reviews_wrapper .reviews-carousel-container a.next {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.reviews_wrapper .reviews-carousel-container a.prev,
.reviews_wrapper .reviews-carousel-container a.next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #051937;
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 25px;
  display: inline-block;
  text-align: center;
}
.reviews_wrapper .reviews-carousel-container a.prev:hover,
.reviews_wrapper .reviews-carousel-container a.next:hover {
  background-color: #666666;
}

/*global but part of reviews section */
.reviews_sharePopup {
  margin-top: 20px;
}

/*global but part of reviews section */
.reviews_sharePopupContent {
  height: 150px;
  width: 250px;
}

/* Reviews Page - END */
/* Request Catalog & Samples - START */
.samples_wrapper {
  margin: 20px auto;
  text-align: center;
}
.samples_wrapper h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .samples_wrapper h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .samples_wrapper h1 {
    font-size: 1.37rem;
  }
}
.samples_wrapper p, .samples_wrapper ul, .samples_wrapper h1, .samples_wrapper div {
  text-align: left;
}
.samples_wrapper p {
  margin: 0;
}
.samples_wrapper ul {
  margin-top: 0;
  padding-left: 40px;
}
.samples_wrapper img {
  width: 100%;
  margin: 0 10px;
  max-width: 700px;
  text-align: center;
  height: auto;
}
.samples_wrapper .bold_heading {
  font-weight: bold;
  margin: 10px 0;
}
.samples_wrapper .bold_heading {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .samples_wrapper .bold_heading {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .samples_wrapper .bold_heading {
    font-size: 0.94rem;
  }
}
.samples_wrapper .bold_orange {
  font-weight: bold;
  color: #fc5a0f;
}
.samples_wrapper .bold_orange {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .samples_wrapper .bold_orange {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .samples_wrapper .bold_orange {
    font-size: 0.94rem;
  }
}
.samples_wrapper .chatLink {
  color: #051937;
  cursor: pointer;
}
.samples_wrapper .marginbtm {
  margin-bottom: 10px;
}
.samples_wrapper .action_flex {
  align-items: center;
  display: flex;
  margin: 10px 0 40px;
  justify-content: flex-start;
}
.samples_wrapper .button {
  text-align: center;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  color: white;
  font-weight: 700;
  height: 52px;
  line-height: 24px;
  overflow: hidden;
  width: 282px;
}
.samples_wrapper .button {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .samples_wrapper .button {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .samples_wrapper .button {
    font-size: 1rem;
  }
}
.samples_wrapper .button:hover {
  filter: brightness(1.2);
}
.samples_wrapper .button a {
  color: white;
  text-decoration: none;
}
.samples_wrapper .button .btn_content, .samples_wrapper .button .wishList .quickadd_but, .wishList .samples_wrapper .button .quickadd_but, .samples_wrapper .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .samples_wrapper .button .quickadd_but {
  background-color: #9CCB3B;
  padding: 3px 10px 0;
  text-align: center;
}
.samples_wrapper .link {
  font-size: 18px;
  margin-left: 5%;
}
.samples_wrapper #layout .a {
  display: none;
}
.samples_wrapper #layout .bc {
  width: 100%;
}

/* Request Catalog & Samples - END */
.sample2024 .sample-info {
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.sample2024 .sample-info h1 {
  color: #000;
  font-weight: bold;
  font-size: 3em;
}
.sample2024 .sample-info h1 span {
  font-weight: normal;
  display: block;
  font-size: 22px;
}
.sample2024 .sample-info .sample-info-images {
  justify-content: space-between;
  max-width: 1150px;
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin: 0 auto;
  gap: 20px;
}
.sample2024 .sample-info .sample-info-images img {
  display: block;
  width: 30%;
  height: auto;
}
.sample2024 .sample-request {
  text-align: center;
  background-color: #F5F5F5;
  padding: 60px 20px;
}
.sample2024 .sample-request h2 {
  font-weight: normal;
  display: block;
  font-size: 22px;
  color: #000;
}
.sample2024 .sample-request .sample-request-images {
  justify-content: space-between;
  max-width: 1150px;
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin: 0 auto;
  gap: 20px;
}
.sample2024 .sample-request .sample-request-images div {
  width: 22%;
}
.sample2024 .sample-request .sample-request-images div a {
  text-decoration: none;
}
.sample2024 .sample-request .sample-request-images div a img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
.sample2024 .sample-request .sample-request-images div a strong {
  display: block;
  text-decoration: underline;
}
.sample2024 .sample-request .sample-request-images div .button {
  display: block;
  margin-top: 30px;
  background-color: #051937;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  padding: 12px 30px;
}
.sample2024 .sample-request .sample-fine-print {
  background-color: #F5F5F5;
  text-align: left;
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 60px;
}
.sample2024 .sample-request .sample-fine-print h3 {
  font-weight: normal;
  display: block;
  font-size: 22px;
  color: #000;
}
/* Search Results - START */
.gsa_filters {
  float: left;
  margin-top: 15px;
  width: 172px;
}
.gsa_filters .gsa_filter_header {
  background-color: #ededed;
  border: 1px solid #ccc;
  color: #051937;
  cursor: pointer;
  font-weight: bold;
  height: 32px;
  margin-top: -1px;
  width: 100%;
}
.gsa_filters .gsa_filter_header_icon1 {
  background-image: url("/Amsterdam/pict/arrowDown.png");
  float: left;
  height: 13px;
  margin-left: 5px;
  margin-top: 8px;
  width: 13px;
}
.gsa_filters .gsa_filter_header_icon2 {
  background-image: url("/Amsterdam/pict//arrowLeft.png");
  float: left;
  height: 13px;
  margin-left: 5px;
  margin-top: 8px;
  width: 13px;
}
.gsa_filters .gsa_filter_header_text {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
}
.gsa_filters .gsa_filter_facet {
  border: 1px solid #ccc;
  color: #051937;
  margin-top: -1px;
  max-height: 250px;
  overflow: auto;
  width: 100%;
}
.gsa_filters .gsa_filter_facetLine {
  cursor: pointer;
  display: table;
  height: 17px;
  padding: 3px 0;
  width: 100%;
}
.gsa_filters .gsa_filter_facetLine:hover {
  background-color: #ededed;
}
.gsa_filters .gsa_filter_facetLine_left {
  float: left;
  width: 17px;
}
.gsa_filters .gsa_filter_facetLine_right {
  margin-top: 3px;
  margin-left: 17px; /*must same as gsa_filter_facetLine_left.width*/
}
.gsa_filters .gsa_filter_facetLine_uncheck {
  background-image: url("/Amsterdam/pict/checkbox_uncheck.png");
  height: 13px;
  margin-left: 5px;
  margin-top: 3px;
  width: 13px;
}
.gsa_filters .gsa_filter_facetLine_checked {
  background-image: url("/Amsterdam/pict/checkbox_checked.png");
  height: 13px;
  margin-left: 5px;
  margin-top: 3px;
  width: 13px;
}
.gsa_filters .gsa_filter_facetLine_value {
  float: left;
  margin-left: 5px;
}
.gsa_filters .gsa_filter_facetLine_count {
  color: #878787;
  margin-left: 5px;
}

/* new */
.search_page_content {
  margin: 0 auto;
  position: relative;
  max-width: 1225px;
  width: 100%;
}
.search_page_content .a {
  display: block !important;
}

.gsa_wrapper {
  color: black;
  float: left;
  margin: 23px 0 0 45px;
  max-width: 1040px;
  width: 100%;
}
.gsa_wrapper .gsa_header {
  margin-bottom: 10px;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 15px;
}
.gsa_wrapper .gsa_header .gsa_foundText {
  float: left;
}
.gsa_wrapper .gsa_header .gsa_foundText .gsa_noResult_line1 {
  color: #474747;
}
.gsa_wrapper .gsa_header .gsa_foundText .gsa_noResult_line1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .gsa_wrapper .gsa_header .gsa_foundText .gsa_noResult_line1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .gsa_wrapper .gsa_header .gsa_foundText .gsa_noResult_line1 {
    font-size: 0.94rem;
  }
}
.gsa_wrapper .gsa_header .gsa_dropdown {
  margin-right: 10px;
}
.gsa_wrapper .gsa_header .gsa_dropdown .category_ddlsort {
  color: black;
}
.gsa_wrapper .gsa_header .category_margin5 {
  margin-right: 5px;
}
.gsa_wrapper .gsa_resultPanel {
  float: left;
  width: 100%;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_container {
  border: 1px solid #ccc;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: auto;
  line-height: 20px;
  padding: 6px 0px 6px 10px;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_desc {
  float: left;
  /*width: 110px;*/
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_area {
  margin-left: 60px;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_item {
  float: left;
  height: 20px;
  margin-right: 20px;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_text {
  float: left;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_icon {
  cursor: pointer;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #58b9f5;
  color: white;
  font-size: 0.63rem;
  text-align: center;
  float: right;
  line-height: 15px;
  margin: 3px 2px 0;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_line1 {
  color: #474747;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_line1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .gsa_wrapper .gsa_resultPanel .gsa_noResult_line1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .gsa_wrapper .gsa_resultPanel .gsa_noResult_line1 {
    font-size: 0.94rem;
  }
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_link {
  color: #003087;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_text {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_text .gsa_noResult_searchTerm {
  color: #474747;
  font-weight: bold;
  line-height: 18pt;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_text .gsa_noResult_searchTerm {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .gsa_wrapper .gsa_resultPanel .gsa_noResult_text .gsa_noResult_searchTerm {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .gsa_wrapper .gsa_resultPanel .gsa_noResult_text .gsa_noResult_searchTerm {
    font-size: 0.94rem;
  }
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview {
  float: left;
  margin: 0 0 0 4px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .products_margin {
  margin-bottom: 30px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container {
  display: inline-block;
  float: none !important;
  margin: 0 3px 30px 0;
  overflow: hidden;
  vertical-align: top;
  width: 194px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container:nth-child(4n) {
  margin-right: 0;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_cell {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 194px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_imgContainer {
  border: 1px solid #ccc;
  cursor: pointer;
  height: 255px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_imgContainer .gsa_grid_img {
  height: 211px;
  padding: 10px;
  width: 174px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .quickview_link {
  border-bottom: 1px solid #aaa;
  color: #003087;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .quickview_link:before {
  background-image: url("/Amsterdam/pict/quick-view-icon.svg");
  background-size: 17px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  width: 17px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .addtocart_link {
  border-bottom: 1px solid #aaa;
  color: #003087;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .addtocart_link a {
  color: #003087;
  text-decoration: none;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .click_swatch_txt {
  font-weight: 700;
  font-size: 0.63rem;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .swatch_container_margin_first {
  margin: 5px 0;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .swatch_container_margin {
  margin: 5px 0 5px 9px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_item {
  font-weight: 700;
  text-overflow: initial;
  text-transform: uppercase;
  white-space: normal;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_item a {
  color: #051937;
  text-decoration: none;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_itemid {
  color: #383838;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_price {
  clear: both;
  display: block;
  text-transform: lowercase;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_price .gsa_price_original {
  text-decoration: line-through;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_price .gsa_price_lowprice {
  color: #b30000;
}

@media only screen and (max-width: 1240px) {
  .gsa_wrapper {
    max-width: 810px;
  }
}
@media only screen and (max-width: 1010px) {
  .gsa_wrapper {
    max-width: 612px;
  }
}
@media only screen and (max-width: 810px) {
  .gsa_wrapper {
    max-width: 414px;
  }
}
@media only screen and (max-width: 620px) {
  .gsa_wrapper {
    max-width: 208px;
  }
}
.search_result_0 h1 {
  color: #22529A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.search_result_0 h2 {
  color: #FC5A0F;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 12px;
}
.search_result_0 .text a:link {
  color: #22529A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.search_result_0 .text a:visited {
  color: #22529A;
}
.search_result_0 .links a {
  font-size: 14px;
  font-weight: 600;
}
.search_result_0 .box {
  display: none;
}

/* Search Results - END */
/* Shopping Cart / Wish List / Saved Projects - START */
#shopmaster body {
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  line-height: normal;
}

.empty-cart-testimonials {
  /* Top Reviews - START */
  /* Top Reviews - END */
}
.empty-cart-testimonials .top_reviews.content {
  max-width: 1400px;
  min-width: 600px;
}
.empty-cart-testimonials .top_reviews p {
  line-height: 17px;
  margin: 0;
}
.empty-cart-testimonials .top_reviews .reviews_headline {
  color: #000;
  font-weight: bold;
  text-align: center;
}
.empty-cart-testimonials .top_reviews .reviews_headline {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .empty-cart-testimonials .top_reviews .reviews_headline {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .empty-cart-testimonials .top_reviews .reviews_headline {
    font-size: 1.37rem;
  }
}
.empty-cart-testimonials .top_reviews .reviews_secondary_headline {
  text-align: center;
  margin: 0 auto;
  max-width: 450px;
}
.empty-cart-testimonials .top_reviews .top_reviews_wrapper {
  margin-top: 40px;
  padding: 0 10px;
}
@media (min-width: 950px) {
  .empty-cart-testimonials .top_reviews .top_reviews_wrapper {
    display: flex;
  }
}
.empty-cart-testimonials .top_reviews .top_review_container {
  margin: 0 auto;
  padding-top: 10px;
  width: 75%;
  border-top: 1px solid #aaa;
}
.empty-cart-testimonials .top_reviews .top_review_container:first-of-type {
  border-top: 0;
  padding: 20px;
}
@media (min-width: 950px) {
  .empty-cart-testimonials .top_reviews .top_review_container {
    border-left: 1px solid #aaa;
    border-top: 0;
    flex: 1;
    padding: 20px;
    position: relative;
  }
  .empty-cart-testimonials .top_reviews .top_review_container:first-of-type {
    border: 0;
  }
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_stars {
  text-align: center;
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_stars svg {
  width: 25px;
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_headline {
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_headline {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .empty-cart-testimonials .top_reviews .top_review_container .top_review_headline {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .empty-cart-testimonials .top_reviews .top_review_container .top_review_headline {
    font-size: 0.94rem;
  }
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_author {
  font-weight: bold;
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_product {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
@media (min-width: 950px) {
  .empty-cart-testimonials .top_reviews .top_review_container .top_review_product {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
  }
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_product .product_link {
  font-weight: normal;
  margin-left: 10px;
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_product .product_image {
  border: 1px solid #ccc;
  display: inline-block;
  height: auto;
  width: 70px;
}
.empty-cart-testimonials .top_reviews .top_review_container .top_review_product .product_image img {
  height: auto;
  margin-left: 5px;
  text-align: center;
  width: 60px;
}

.empty-cart-msg {
  max-width: 825px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
.empty-cart-msg img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}
.empty-cart-msg p {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
  line-height: 22px;
  width: 65%;
}

.empty-cart-top-categories h3 {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.empty-cart-top-categories .cat-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.empty-cart-top-categories .cat-wrapper .category {
  text-align: center;
}
.empty-cart-top-categories .cat-wrapper .category a {
  font-weight: 700;
  margin: 0 10px;
}
.empty-cart-top-categories .cat-wrapper .category a img {
  height: 200px;
  border: 1px solid #eee;
  padding: 5px;
  margin-bottom: 10px;
}

.emptycart {
  visibility: visible;
  width: 60%;
}
.emptycart h1 {
  color: #fc5a0f;
  font-weight: bold;
  margin-top: 15px;
}
.emptycart h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .emptycart h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .emptycart h1 {
    font-size: 1.37rem;
  }
}

.continue_shopping {
  float: left;
  margin: 20px 0 0 50px;
}
.continue_shopping .btn_advance {
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #CCC;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  color: white;
  height: auto;
  line-height: normal;
  width: 520px;
}
.continue_shopping .btn_advance {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .continue_shopping .btn_advance {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .continue_shopping .btn_advance {
    font-size: 1rem;
  }
}
.continue_shopping .btn_advance .btn_content, .continue_shopping .btn_advance .wishList .quickadd_but, .wishList .continue_shopping .btn_advance .quickadd_but, .continue_shopping .btn_advance #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .continue_shopping .btn_advance .quickadd_but {
  background-color: #051937;
  display: table;
  padding: 20px 10px;
  text-align: center;
  width: inherit;
}

.continue_shopping_link {
  margin: 10px 0 0 0;
  display: flex;
}
.continue_shopping_link a {
  color: #003087;
}
.continue_shopping_link a:hover {
  color: #003087;
}
.continue_shopping_link .arrow-circle-left {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #003087;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 16px;
  margin-right: 5px;
}
.continue_shopping_link .arrow-circle-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  background-color: #003087;
  transform: translate(-50%, -50%);
}
.continue_shopping_link .arrow-circle-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-left: 2px solid #003087;
  border-top: 2px solid #003087;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.shoppingcart_tracker {
  border-bottom: 5px solid #051937;
  margin: 5px 0;
  overflow: hidden;
}
.shoppingcart_tracker.endofpath {
  border-bottom-color: #1A6600;
}
.shoppingcart_tracker.endofpath li.active {
  background-color: #1A6600;
}
.shoppingcart_tracker.endofpath li.visited {
  background-color: #ededed;
  color: #383838;
}
.shoppingcart_tracker ol {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.shoppingcart_tracker li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  border-right: 1px solid white;
  border-left: 1px solid white;
  color: #383838;
  font-weight: bold;
  line-height: 22px;
  list-style-position: inside;
  margin-top: 3px;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
  width: 33%;
}
.shoppingcart_tracker li {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .shoppingcart_tracker li {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .shoppingcart_tracker li {
    font-size: 0.94rem;
  }
}
.shoppingcart_tracker li img {
  width: 20px;
  margin-right: 5px;
}
.shoppingcart_tracker li:before {
  content: " ";
}
.shoppingcart_tracker li:before {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .shoppingcart_tracker li:before {
    font-size: calc(-0.375vw + 1.29625rem);
  }
}
@media screen and (min-width: 95rem) {
  .shoppingcart_tracker li:before {
    font-size: 0.94rem;
  }
}
.shoppingcart_tracker li.active {
  background-color: #051937;
  color: white;
  margin-top: 0;
  padding-top: 7px;
}
.shoppingcart_tracker li.visited {
  background-color: #ededed;
  color: #051937;
}
.shoppingcart_tracker li.visited a {
  color: #051937;
  text-decoration: underline;
  display: flex;
}

#shoppingcart_layout {
  margin: 0 auto;
  max-width: 1300px;
  min-width: 600px;
  padding-left: 40px;
  width: 100%;
  /* Wishlist/Save Projects - START */
  /* Wishlist/Save Projects - END */
}
@media (min-width: 1400px) {
  #shoppingcart_layout {
    padding-left: 0;
  }
}
#shoppingcart_layout a {
  color: #003087;
  text-decoration: none;
}
#shoppingcart_layout a:hover {
  color: #003087;
  text-decoration: underline;
}
#shoppingcart_layout h1 {
  color: black;
  font-weight: bold;
  margin: 5px 0 4px;
}
#shoppingcart_layout h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout h1 {
    font-size: 1.37rem;
  }
}
#shoppingcart_layout h2 {
  color: black;
  margin: 0 0 12px 5px;
}
#shoppingcart_layout h2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout h2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout h2 {
    font-size: 0.94rem;
  }
}
#shoppingcart_layout .cart_flex {
  display: flex;
}
#shoppingcart_layout .cartitems_wrapper {
  margin: 0 15px 0 0;
  padding: 0;
  width: 80%;
}
#shoppingcart_layout .cartlist_table {
  border: 1px solid #ccc;
}
#shoppingcart_layout .cartlist_table hr {
  border: 1px solid;
  border-color: #ccc;
  border-top: 0;
  margin: 0 10px;
}
#shoppingcart_layout .cartlist_table .cartlist_image {
  border: 1px solid #ccc;
  margin: 10px;
  min-width: 128px;
  padding: 10px 0 10px;
  text-align: center;
  cursor: pointer;
}
#shoppingcart_layout .cartlist_table .cartlist_image img {
  width: 90%;
}
#shoppingcart_layout .cartlist_table .divXSellPreviewWrapper {
  display: flex;
}
#shoppingcart_layout .cartlist_table .review_icon {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat -238px -117px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
#shoppingcart_layout .cartlist_table .moreViewsContainer {
  width: 100%;
}
#shoppingcart_layout .cartlist_table .moreViewsContainer table {
  border-collapse: collapse;
  border-color: #ccc;
  border-spacing: 0;
  border-style: dotted;
  border-width: 0;
  margin: 5px auto;
}
#shoppingcart_layout .cartlist_table .moreViewsContainer table td {
  border-color: #ccc;
  border-style: dotted;
  border-width: 0;
  padding: 0 2px;
  text-align: center;
  vertical-align: middle;
}
#shoppingcart_layout .cartlist_table .moreViewsContainer table td a {
  color: #003087;
  font-weight: 700;
}
#shoppingcart_layout .cartlist_image_cell {
  width: 33%;
}
#shoppingcart_layout .cartlist_description {
  min-width: 308px;
  padding-left: 5%;
  width: 67%;
}
#shoppingcart_layout .cartlist_description .sample {
  color: #b30000;
}
#shoppingcart_layout .cartlist_description .freegifttext {
  clear: both;
}
#shoppingcart_layout .cartlist_description .descriptionPrice_flex {
  display: flex;
  margin-top: 10px;
}
#shoppingcart_layout .cartlist_description .description_left {
  width: 74%;
}
#shoppingcart_layout .cartlist_description .description_left div {
  margin-bottom: 3px;
}
#shoppingcart_layout .cartlist_description .description_right {
  margin-right: 5%;
  position: relative;
  text-align: right;
  width: 26%;
}
#shoppingcart_layout .cartlist_description .description_right .product_badge {
  bottom: unset !important;
  top: 40px !important;
  right: 0 !important;
  left: unset !important;
}
#shoppingcart_layout .cartlist_description .description_links {
  margin: 10px 0;
  padding: 5px;
  width: 100%;
}
#shoppingcart_layout .cartlist_description .description_links a {
  cursor: pointer;
  text-decoration: none;
}
#shoppingcart_layout .cartlist_description .description_links a:hover {
  text-decoration: underline;
}
#shoppingcart_layout .cartlist_description .description_links > a {
  color: #003087;
  font-weight: bold;
}
#shoppingcart_layout .cartlist_description .description_links > a {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .cartlist_description .description_links > a {
    font-size: calc(0.5208333333vw + 0.5052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .cartlist_description .description_links > a {
    font-size: 1rem;
  }
}
#shoppingcart_layout .cartlist_description .description_links > a:before {
  color: #003087;
  content: "+";
  font-size: 27px;
  font-weight: bold;
  height: 25px;
  margin-right: 10px;
  vertical-align: sub;
  width: 25px;
}
#shoppingcart_layout .cartlist_description .description_links > a.active:before {
  content: "-";
  margin: 0 14px 0 3px;
}
#shoppingcart_layout .cartlist_description .description_links .product_details {
  clear: both;
  width: 100%;
}
#shoppingcart_layout .cartlist_description .description_links .price_details {
  clear: both;
  overflow: visible !important;
}
#shoppingcart_layout .cartlist_description .description_links .price_details .price_detail {
  width: 90%;
  margin-left: 30px;
}
#shoppingcart_layout .cartlist_description .description_links .price_details ul {
  width: 85%;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li {
  clear: both;
  position: relative;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper {
  display: table;
  position: absolute;
  top: 0;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper div {
  display: table-cell;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper .details_label {
  color: black;
  padding-right: 10px;
  white-space: nowrap;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper .connector {
  background-image: url("/Amsterdam/pict/connector_dot.gif");
  background-position-y: 8px;
  background-repeat: repeat-x;
  width: 100%;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper .details_qty {
  color: black;
  padding-left: 10px;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li.subtotal {
  border-top: 2px solid #aaa;
  font-weight: 700;
  margin-top: 5px;
  padding-top: 5px;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li.subtotal .details_wrapper {
  top: 5px;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li.subtotal .details_wrapper .connector {
  background-image: none;
}
#shoppingcart_layout .cartlist_description .button {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 700;
  margin: 5px 15px 0;
  overflow: hidden;
}
#shoppingcart_layout .cartlist_description .modifyitems_wrapper {
  float: left;
  position: relative;
}
#shoppingcart_layout .cartlist_description .modify_items {
  background-color: white;
  border: 1px solid #aaa;
  clear: both;
  display: inline-block;
  float: left;
  margin: 0 0 6px;
  position: relative;
}
#shoppingcart_layout .cartlist_description .modify_items .border_arrow {
  background: url("/Amsterdam/pict/callout_arrow_up.gif") no-repeat;
  height: 7px;
  left: 3px;
  position: absolute;
  top: -7px;
  width: 17px;
}
#shoppingcart_layout .cartlist_description .modify_items a {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}
#shoppingcart_layout .cartlist_description .modify_items a:hover {
  background-color: #ededed;
}
#shoppingcart_layout .cartlist_description .btn_modifyitems {
  color: #fff;
}
#shoppingcart_layout .cartlist_description .btn_modifyitems .btn_content, #shoppingcart_layout .cartlist_description .btn_modifyitems .wishList .quickadd_but, .wishList #shoppingcart_layout .cartlist_description .btn_modifyitems .quickadd_but, #shoppingcart_layout .wishList .cartlist_description .btn_modifyitems .quickadd_but {
  background-color: #051937;
  padding: 5px 10px;
}
#shoppingcart_layout .cartlist_description .btn_modifyitems .btn_content:hover, #shoppingcart_layout .cartlist_description .btn_modifyitems .wishList .quickadd_but:hover, .wishList #shoppingcart_layout .cartlist_description .btn_modifyitems .quickadd_but:hover, #shoppingcart_layout .wishList .cartlist_description .btn_modifyitems .quickadd_but:hover {
  background-color: #051937;
}
#shoppingcart_layout .cartlist_description .topnavarrow {
  background-image: url("/Amsterdam/pict/topnavarrow.png");
  display: inline-block;
  height: 9px;
  width: 15px;
}
#shoppingcart_layout .cartlist_description .button {
  border-radius: 7px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 auto;
  overflow: hidden;
}
#shoppingcart_layout .cartlist_description .btn_addtowishlist {
  font-size: 0.63rem;
  margin-left: 15px;
}
#shoppingcart_layout .cartlist_description .btn_addtowishlist .btn_content, #shoppingcart_layout .cartlist_description .btn_addtowishlist .wishList .quickadd_but, .wishList #shoppingcart_layout .cartlist_description .btn_addtowishlist .quickadd_but, #shoppingcart_layout .wishList .cartlist_description .btn_addtowishlist .quickadd_but {
  background-color: transparent;
  padding: 2px;
}
#shoppingcart_layout .cartlist_description .btn_addtowishlist .btn_content a, #shoppingcart_layout .cartlist_description .btn_addtowishlist .wishList .quickadd_but a, .wishList #shoppingcart_layout .cartlist_description .btn_addtowishlist .quickadd_but a, #shoppingcart_layout .wishList .cartlist_description .btn_addtowishlist .quickadd_but a {
  color: #003087;
  text-decoration: none;
}
#shoppingcart_layout .cartlist_description .btn_addtowishlist .btn_content a:hover, #shoppingcart_layout .cartlist_description .btn_addtowishlist .wishList .quickadd_but a:hover, .wishList #shoppingcart_layout .cartlist_description .btn_addtowishlist .quickadd_but a:hover, #shoppingcart_layout .wishList .cartlist_description .btn_addtowishlist .quickadd_but a:hover {
  text-decoration: underline;
}
#shoppingcart_layout .cartlist_description .addtowishlist_iconwrapper {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#shoppingcart_layout .cartlist_description .addtowishlist_icon {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat -213px -117px;
  display: inline-block;
  height: 18px;
  width: 20px;
}
#shoppingcart_layout .cartlist_description .cartlist_qty {
  color: black;
  text-align: left;
}
#shoppingcart_layout .cartlist_description .cartlist_itemDesc {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .cartlist_description .cartlist_itemDesc {
    font-size: calc(0.5vw + 0.645rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .cartlist_description .cartlist_itemDesc {
    font-size: 1.12rem;
  }
}
#shoppingcart_layout .cartlist_description .cartlist_itemDesc a {
  color: #003087;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
#shoppingcart_layout .cartlist_description .cartlist_itemDesc a:hover {
  text-decoration: underline;
}
#shoppingcart_layout .cartlist_description .cartlist_itemNo_static {
  clear: both;
  color: black;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}
#shoppingcart_layout .cartlist_description .cartlist_itemNo {
  color: black;
  float: left;
}
#shoppingcart_layout .cartlist_description .cartlist_qty_static {
  clear: both;
  color: black;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}
#shoppingcart_layout .cartlist_description .cartlist_qty {
  float: left;
}
#shoppingcart_layout .cartlist_description .cartlist_ship_date {
  clear: both;
  float: left;
  margin-top: 2px;
}
#shoppingcart_layout .cartlist_description .cartlist_ship_date .label {
  color: black;
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
#shoppingcart_layout .cartlist_description .cartlist_ship_date .date {
  color: #383838;
  float: left;
}
#shoppingcart_layout .cartlist_description .div_total {
  font-size: 14px;
  font-weight: bold;
}
#shoppingcart_layout .cartlist_description .div_saletotal {
  color: #b30000;
  font-weight: bold;
}
#shoppingcart_layout .cartlist_description .div_saletotal {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .cartlist_description .div_saletotal {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .cartlist_description .div_saletotal {
    font-size: 0.94rem;
  }
}
#shoppingcart_layout .cartlist_description .div_unitprice {
  color: #b30000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
#shoppingcart_layout .cartlist_description .edit_options {
  clear: both;
  margin-bottom: 20px;
}
#shoppingcart_layout .cartlist_description .edit_options ul {
  margin: 0;
}
#shoppingcart_layout .cartlist_description .edit_options li {
  color: #003087;
  list-style-type: none; /* removes default bullet */
  margin: 6px 0;
  position: relative;
}
#shoppingcart_layout .cartlist_description .edit_options li:before {
  color: #383838;
  content: "•"; /* escaped unicode character */
  font-size: 1.2em; /* the default unicode bullet size is very small */
  line-height: 0; /* kills huge line height on resized bullet */
  position: absolute; /* position bullet relative to list item */
  top: 0.5em; /* vertical align bullet position relative to list item */
  left: -0.6em; /* position the bullet L- R relative to list item */
}
#shoppingcart_layout .cartlist_description .edit_options li a {
  color: #003087;
}
#shoppingcart_layout .cartlist_description .edit_options li a:hover {
  color: #003087;
}
#shoppingcart_layout .cartlist_description .edit_options li .nolink {
  color: #383838;
}
#shoppingcart_layout .cartlist_description .edit_options li .nolink {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .cartlist_description .edit_options li .nolink {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .cartlist_description .edit_options li .nolink {
    font-size: 0.75rem;
  }
}
#shoppingcart_layout .cartlist_description .edit_options .label {
  color: black;
  display: inline-block;
  font-weight: bold;
}
#shoppingcart_layout .cartlist_description .edit_options .label {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .cartlist_description .edit_options .label {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .cartlist_description .edit_options .label {
    font-size: 0.94rem;
  }
}
#shoppingcart_layout .cartlist_description .edit_options .label::before {
  content: "";
  background-image: url("/Amsterdam/pict/icons/gear.png");
  float: left;
  height: 20px;
  margin: -2px 5px 0 0;
  width: 20px;
}
#shoppingcart_layout .savedProjects_wishList {
  border-top: 2px solid #051937;
  margin-top: 20px;
}
#shoppingcart_layout .savedProjects_wishList p, #shoppingcart_layout .savedProjects_wishList h1, #shoppingcart_layout .savedProjects_wishList h2, #shoppingcart_layout .savedProjects_wishList h3, #shoppingcart_layout .savedProjects_wishList h5, #shoppingcart_layout .savedProjects_wishList h6 {
  color: black;
  margin: 0;
}
#shoppingcart_layout .savedProjects_wishList h1 {
  color: #fc5a0f;
  display: inline-block;
  padding: 10px 10px 10px 0;
}
#shoppingcart_layout .savedProjects_wishList h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .savedProjects_wishList h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .savedProjects_wishList h1 {
    font-size: 1.37rem;
  }
}
#shoppingcart_layout .savedProjects_wishList a {
  font-weight: bold;
  text-decoration: underline;
}
#shoppingcart_layout .savedProjects_wishList a:hover {
  text-decoration: none;
}
#shoppingcart_layout .savedProjects_wishList .bold_smedium {
  font-weight: bold;
}
#shoppingcart_layout .savedProjects_wishList #divMoreViewsPlaceHolderForMySavedProject {
  position: absolute;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .product_details, #shoppingcart_layout .savedProjects_wishList .savedProjects .order_actions {
  width: 100%;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .details a {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .savedProjects_wishList .savedProjects .details a {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .savedProjects_wishList .savedProjects .details a {
    font-size: 0.94rem;
  }
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .edit_name {
  color: #003087;
  cursor: pointer;
  margin: 3px 0 10px 0;
  text-decoration: underline;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .edit_name:hover {
  text-decoration: none;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .savedProjects .order_actions .btn_secondary {
  width: 95%;
  height: 44px;
}
#shoppingcart_layout .savedProjects_wishList .product_details {
  margin: 5px 0;
  display: block;
  width: 100%;
}
@media (min-width: 700px) {
  #shoppingcart_layout .savedProjects_wishList .product_details {
    display: inline-block;
    width: 70%;
  }
}
#shoppingcart_layout .savedProjects_wishList .product_details .product {
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .box_preview {
  display: inline-block;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_box {
  border: 2px solid #ccc;
  cursor: pointer;
  padding: 10px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_box img {
  height: auto;
  width: auto;
  max-width: 160px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_preview {
  display: flex;
  margin-top: 5px;
  justify-content: center;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_preview .review_icon {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat -238px -117px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  height: 30px;
  width: 30px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_preview a {
  color: #003087;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .details {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: 165px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .details .bold_smedium {
  margin-top: 5px;
}
#shoppingcart_layout .savedProjects_wishList .order_actions {
  display: block;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 700px) {
  #shoppingcart_layout .savedProjects_wishList .order_actions {
    display: inline-block;
    margin-top: 5px;
    width: 25%;
  }
}
#shoppingcart_layout .savedProjects_wishList .order_actions p {
  display: inline-block;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
  background-color: #9CCB3B;
  color: #001738;
  background-image: none;
  border-radius: 7px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0 0;
  padding: 0 20px;
  text-align: center;
  width: 180px;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
    font-size: 1rem;
  }
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary a, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a {
  color: #001738 !important;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary:hover, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary:hover {
  color: #9CCB3B;
  background-color: #001738;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary:hover a, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary:hover a {
  color: #9CCB3B !important;
}
@media (min-width: 700px) {
  #shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
    margin: 10px auto 0 auto;
  }
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary a, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a {
  font-weight: normal;
  color: #001738 !important;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary a:hover, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a:hover {
  color: #9CCB3B !important;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
  background-color: #fff;
  border: 2px solid #051937;
  color: #051937;
  font-weight: normal;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary:hover {
  background-color: #051937;
  color: #fff;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .delete_project {
  color: #003087;
  cursor: pointer;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .delete_project {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .savedProjects_wishList .order_actions .delete_project {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .savedProjects_wishList .order_actions .delete_project {
    font-size: 0.94rem;
  }
}
#shoppingcart_layout .savedProjects_wishList .order_actions .moved_project {
  font-weight: bold;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .moved_project {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .savedProjects_wishList .order_actions .moved_project {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .savedProjects_wishList .order_actions .moved_project {
    font-size: 1.25rem;
  }
}
#shoppingcart_layout .wishList {
  border-left: 2px solid #ccc;
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  width: 49%;
  margin-top: 0;
}
#shoppingcart_layout .wishList .wishList_container {
  margin-left: 20px;
}
#shoppingcart_layout .wishList .product_container {
  display: inline-block;
  height: 405px;
  margin: 0 3px 30px 0;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  width: 194px;
}
#shoppingcart_layout .wishList .product_container .product_image_container {
  border: 1px solid #ccc;
  cursor: pointer;
  height: 255px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
#shoppingcart_layout .wishList .product_container .product_image_container .product_image {
  padding: 10px;
}
#shoppingcart_layout .wishList .product_container .product_image_container .product_image .category_thumb4 {
  height: 211px;
  width: 174px;
}
#shoppingcart_layout .wishList .product_container .product_info {
  color: #000;
  line-height: 16px;
}
#shoppingcart_layout .wishList .product_container .product_info .addtocart_link {
  border-bottom: 1px solid #aaa;
  color: #003087;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
#shoppingcart_layout .wishList .product_container .product_info .addtocart_link a {
  color: #003087;
  text-decoration: none;
}
#shoppingcart_layout .wishList .product_container .product_info .text_info {
  clear: both;
}
#shoppingcart_layout .wishList .product_container .product_info .text_info .product_name {
  font-weight: 700;
  text-overflow: initial;
  text-transform: uppercase;
  white-space: normal;
}
#shoppingcart_layout .wishList .product_container .product_info .text_info .product_name a {
  color: #051937;
  text-decoration: none;
}
#shoppingcart_layout .wishList .product_container .product_info .text_info .product_id {
  color: #999;
}
#shoppingcart_layout .wishList .btn_content, #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
  background-color: #9CCB3B;
  border-radius: 7px;
  box-sizing: border-box;
  color: #001738;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  height: 44px;
  line-height: 20px;
  margin: 20px auto 0 auto;
  padding: 3px 10px 0 10px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  width: 90%;
}
#shoppingcart_layout .wishList .btn_content, #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .wishList .btn_content, #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .wishList .btn_content, #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
    font-size: 1rem;
  }
}
#shoppingcart_layout .wishList .btn_content:hover, #shoppingcart_layout .wishList .quickadd_but:hover {
  color: #9CCB3B;
  background-color: #001738;
  border: 2px solid #001738;
}
#shoppingcart_layout .wishList .btn_content .btn_subtxt, #shoppingcart_layout .wishList .quickadd_but .btn_subtxt {
  font-weight: normal;
  margin-top: -4px;
  text-align: center;
}
#shoppingcart_layout .wishList .quickadd_but {
  line-height: 37px;
  margin-top: 0;
}
#shoppingcart_layout .wishList .remove_wishList {
  color: #003087;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto 0;
  text-align: center;
}
#shoppingcart_layout .wishList .remove_wishList {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .wishList .remove_wishList {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .wishList .remove_wishList {
    font-size: 0.94rem;
  }
}
#shoppingcart_layout #WishList {
  border-top: solid 4px #ffc72c;
  margin: 40px auto 0;
  width: 620px;
}
@media (min-width: 950px) {
  #shoppingcart_layout #WishList {
    margin: 40px 0 0 0;
    width: auto;
  }
}
#shoppingcart_layout #WishList .wishlist_iconContainer {
  position: relative;
}
#shoppingcart_layout #WishList .wishlist_icon {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat -165px -117px;
  height: 41px;
  left: 50%;
  margin-left: -21px;
  position: absolute;
  top: -23px;
  width: 43px;
  z-index: 99;
}
#shoppingcart_layout #retrieveWishList {
  background-color: #ededed;
  padding: 25px 0 40px;
  position: relative;
}
#shoppingcart_layout #retrieveWishList h1 {
  text-align: center;
}
#shoppingcart_layout #retrieveWishList .retrieveWishList_desc {
  font-weight: bold;
  text-align: center;
}
#shoppingcart_layout #retrieveWishList .shareWishList {
  margin: 5px 0 25px 5px;
  position: relative;
  text-align: center;
}
#shoppingcart_layout #retrieveWishList .shareWishList .shareWishListText {
  color: #383838;
  display: inline-block;
  float: none;
  font: inherit;
  left: 25px;
  position: static;
  top: 3px;
  width: auto;
}
#shoppingcart_layout #retrieveWishList .shareWishList .retrieveWishList_emailaddress {
  display: table;
  margin: 20px auto 0;
  text-align: center;
}
#shoppingcart_layout #retrieveWishList .shareWishList .retrieveWishList_emailaddress .txt_Email {
  border: 1px solid #051937;
  float: left;
  height: 38px;
  margin: 0;
  padding: 0;
  width: 200px;
}
#shoppingcart_layout #retrieveWishList .shareWishList .retrieveWishList_emailaddress .btn_viewWishList {
  background-color: #051937;
  border: none;
  border-radius: 0 7px 7px 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-align: center;
  width: 89px;
}
#shoppingcart_layout #retrieveWishList .shareWishList .registerRestult {
  color: #383838;
  margin: 20px 0 0 25px;
}
#shoppingcart_layout .upsell_cart {
  border: none;
  border-top: 2px solid #aaa;
  margin-top: 20px;
  padding: 30px 0 0;
}
#shoppingcart_layout .upsell_cart h5 {
  color: black;
  font-weight: 700;
  text-align: center;
}
#shoppingcart_layout .upsell_cart h5 {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .upsell_cart h5 {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .upsell_cart h5 {
    font-size: 0.88rem;
  }
}
#shoppingcart_layout .upsell_cart .upsell_inline {
  background: url("/amsterdam/pict/comparison_gridbg.jpg") no-repeat;
  float: left;
  height: 218px;
  margin: 5px 24px;
  padding: 7px 10px;
  width: 169px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineName {
  float: left;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineName a {
  color: #003087;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineItemId {
  color: #383838;
  float: right;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineItemId {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineItemId {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineItemId {
    font-size: 0.75rem;
  }
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineImg {
  float: left;
  margin: auto;
  text-align: center;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineImg img {
  height: 80px;
  width: 125px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineAsLowAs {
  clear: both;
  color: #b30000;
  float: left;
  margin: auto;
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineAsLowAs .upsell_price {
  color: #b30000;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineAsLowAs .upsell_price {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineAsLowAs .upsell_price {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineAsLowAs .upsell_price {
    font-size: 0.94rem;
  }
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont {
  float: left;
  margin: auto;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont .upsell_chooseQty {
  color: #383838;
  margin-right: 4px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont .upsell_chooseQty {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont .upsell_chooseQty {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont .upsell_chooseQty {
    font-size: 0.75rem;
  }
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont .upsellQty {
  width: 50px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineBtnCont {
  float: left;
  text-align: center;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineBtnCont .btn_AddToCartUpSell {
  background: url("/amsterdam/pict/addtocart_btn.png") no-repeat;
  border: 0;
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 98px;
}
#shoppingcart_layout .savedItems_email {
  margin-top: 80px;
}
#shoppingcart_layout .savedItems_email h2 {
  font-size: 16px;
  font-weight: bold;
}
#shoppingcart_layout .savedItems_email a {
  font-weight: bold;
  text-decoration: none;
}
#shoppingcart_layout .savedItems_email a:hover {
  text-decoration: underline;
}
#shoppingcart_layout .savedItems_email .savedItems_container {
  background-color: #ededed;
  border: 1px solid #ccc;
  border-top: 0;
  margin: 0 auto;
  width: 75%;
}
#shoppingcart_layout .savedItems_email .savedItems_container h2 {
  margin: -8px 5px 0;
}
#shoppingcart_layout .savedItems_email .savedItems_container p {
  margin: 20px 0;
  text-align: center;
}
#shoppingcart_layout .savedItems_email .savedItems_container input {
  height: 44px;
  width: 43%;
}
#shoppingcart_layout .savedItems_email .savedItems_container .top_borders {
  display: flex;
}
#shoppingcart_layout .savedItems_email .savedItems_container .top_borders .top_border {
  border-top: 1px solid #ccc;
  flex-grow: 1;
}
#shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper {
  text-align: center;
  margin-bottom: 20px;
}
#shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper div {
  display: inline-block;
}
#shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper input[type=text] {
  border: 1px solid #aaa;
  color: black;
  font-weight: bold;
  height: 44px;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: middle;
  width: 230px;
}
#shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper .Button {
  margin-left: -4px;
}
#shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper .view_btn {
  background-color: #051937;
  border: none;
  border-radius: 0 7px 7px 0;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 70px;
}
#shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper .view_btn {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper .view_btn {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper .view_btn {
    font-size: 0.75rem;
  }
}
#shoppingcart_layout .savedItems_email .savedItems_container .emailWidget_wrapper .view_btn:hover {
  background-color: #092e66;
}

/*externalize x button for upsell popup*/
.UpsellPopup_wrapper .general_popupCloseButton {
  background-color: white;
  border: 0;
  color: #051937;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  height: 30px;
  line-height: 18px;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
  z-index: 999999;
}

/* Shopping Cart / Wish List - END */
.shippingclock {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.clocktext {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ShippingDate - Start */
.ShippingDateForShoppingCart {
  clear: both;
  float: left;
  margin-top: 2px;
  width: 100%;
}
.ShippingDateForShoppingCart .DateBlock {
  color: black;
  float: left;
  margin-right: 6px;
}
.ShippingDateForShoppingCart .DateBlock span {
  color: black;
  font-weight: 700;
  margin-right: 5px;
}
.ShippingDateForShoppingCart .LinkBlock {
  float: left;
}
.ShippingDateForShoppingCart .LinkBlock span {
  color: black;
  font-weight: 700;
  margin-right: 5px;
}

.ShippingDateForCheckout .DateBlock {
  float: left;
  margin-right: 6px;
}
.ShippingDateForCheckout .DateBlock span {
  color: black;
  font-weight: 700;
  margin-right: 5px;
  text-transform: capitalize;
}
.ShippingDateForCheckout .LinkBlock {
  float: left;
}

.ShippingDateDialogContent {
  padding: 25px 30px;
}
.ShippingDateDialogContent .Title {
  text-align: left;
  width: 350px;
}
.ShippingDateDialogContent .Title p {
  margin: 8px 0;
}
.ShippingDateDialogContent .MonthListContainer {
  margin: 25px auto 15px auto;
}
.ShippingDateDialogContent .MonthListContainer select {
  border: 1px solid #aaa;
  color: black;
  height: 38px;
  width: 320px;
}
.ShippingDateDialogContent .MonthListContainer select {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .ShippingDateDialogContent .MonthListContainer select {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .ShippingDateDialogContent .MonthListContainer select {
    font-size: 0.94rem;
  }
}

/* ShippingDate - End */
.price_detail {
  border-collapse: collapse;
  width: 90%;
  margin-left: 30px;
}
.price_detail td {
  text-align: right;
  padding: 4px !important;
}
.price_detail .charge_item {
  font-weight: bold;
  text-align: left;
  width: 80%;
}
.price_detail .sub_total {
  font-weight: bold;
}
.price_detail .discount_price {
  color: #b30000;
}
.price_detail .separator {
  border-bottom: 1px solid #aaa;
}

/*FreeItems.ascx styles*/
#div_FreeItemsPopup {
  background-color: white;
  border: 1px solid #051937;
  box-shadow: 0 0 15px #878787;
  display: none;
  overflow: visible;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 460px !important;
}

#div_FreeItemsPopup .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
#div_FreeItemsPopup .btn_close:hover {
  transform: scale(0.8);
}
#div_FreeItemsPopup .btn_close .btn_content, #div_FreeItemsPopup .btn_close .wishList .quickadd_but, .wishList #div_FreeItemsPopup .btn_close .quickadd_but {
  background-color: transparent !important;
}

#div_FreeItemsPopup .btn_close .btn_content, #div_FreeItemsPopup .btn_close .wishList .quickadd_but, .wishList #div_FreeItemsPopup .btn_close .quickadd_but {
  background-color: white;
  color: #051937;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
}
#div_FreeItemsPopup .btn_close .btn_content, #div_FreeItemsPopup .btn_close .wishList .quickadd_but, .wishList #div_FreeItemsPopup .btn_close .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #div_FreeItemsPopup .btn_close .btn_content, #div_FreeItemsPopup .btn_close .wishList .quickadd_but, .wishList #div_FreeItemsPopup .btn_close .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #div_FreeItemsPopup .btn_close .btn_content, #div_FreeItemsPopup .btn_close .wishList .quickadd_but, .wishList #div_FreeItemsPopup .btn_close .quickadd_but {
    font-size: 1rem;
  }
}

#div_FreeItemsPopup h1 {
  color: black;
  float: left;
  margin-bottom: 1px;
  margin-left: 20px;
  text-align: left;
  width: 100%;
}
#div_FreeItemsPopup h1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #div_FreeItemsPopup h1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #div_FreeItemsPopup h1 {
    font-size: 0.94rem;
  }
}

#div_FreeItemsPopup h2 {
  color: #f6931e;
  float: left;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-top: 1px;
  padding-bottom: 2px;
  text-align: left;
  font-size: 1.5rem;
}

#div_FreeItemsPopup .item_container {
  display: table;
  margin: 0 auto 20px;
  width: auto;
}

#div_FreeItemsPopup .freeItem_wrapper {
  display: table-cell;
}

#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop {
  margin-right: 10px;
  width: 200px;
}

#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .freeItem_top {
  border: 1px solid #aaa;
}

#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .freeItem_top img {
  width: 100%;
}

#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
  color: #051937;
  margin-left: 10px;
  padding-top: 2px;
}
#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
    font-size: 0.75rem;
  }
}

#freeItem_action {
  clear: both;
  float: right;
  margin-bottom: 15px;
}

#btn_NoThanks {
  color: #003087;
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}

#div_FreeItemsPopup .btn_AddToCart {
  display: inline-block;
  text-decoration: none;
  background-color: #9CCB3B;
  color: #001738;
  border-radius: 7px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  margin: 0 12px 12px 40px;
  width: 150px;
}
#div_FreeItemsPopup .btn_AddToCart {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #div_FreeItemsPopup .btn_AddToCart {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #div_FreeItemsPopup .btn_AddToCart {
    font-size: 1rem;
  }
}

@media (max-width: 949px) {
  #div_FreeItemsPopup {
    width: 370px !important;
    height: auto !important;
  }
  #div_FreeItemsPopup .item_container {
    display: block;
    width: 200px;
  }
  #div_FreeItemsPopup .freeItem_wrapper {
    clear: both;
    display: block;
    margin-top: 10px;
  }
}
/*FreeItems.ascx styles*/
/*removed from default.masterfile*/
.account_options {
  width: 100%;
  height: 18px;
  position: relative;
  right: 123px;
  top: 10px;
  display: none; /*please set this to block to view*/
}

.server_side_name {
  font-weight: bold;
}

.cartdropdown {
  width: 347.5px;
  height: 222px;
  position: absolute;
  background-color: #ededed;
  z-index: 99999;
  padding: 5px;
  display: none; /* please set this to block to view*/
}

.cart_image_text_container {
  float: left;
  width: 100%;
  padding-bottom: 12px;
}

.cart_image img {
  float: left;
  width: 30%;
  height: auto;
  padding: 0 5px 0 0;
}

.cart_text_container {
  text-align: left;
}

.cart_product_heading {
  font-weight: bold;
}

.cart_product_item_number {
  color: grey;
  font-weight: bold;
}

.class_product_qty {
  display: block;
  margin: 10px 0 0 0;
  font-weight: bold;
}

.order_savings_container {
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 5px;
  display: inline-block;
  border-top: 1px solid #aaa;
}

.order_savings_container .order_total, .order_savings {
  display: block;
  text-align: center;
  font-weight: bold;
}

.order_savings_container .order_total {
  color: #051937;
}

.order_savings_container .order_savings {
  color: #1A6600;
}

.view_cart_checkout {
  width: 100%;
  height: 50px;
  background-color: #ededed;
  padding: 0 5px;
}

.view_cart_checkout a:first-child {
  color: black;
  float: left;
  margin: 16px 0 0 0;
  text-decoration: none;
}

.dropdown_cart_checkout {
  display: inline;
  background-color: #ffc72c;
  padding: 10px;
  color: white !important;
  float: right;
  margin: 7px 5px 0 0;
  text-decoration: none;
  font-weight: bold;
}

.topNav_clearance {
  color: #b30000 !important;
}

/*removed from default.masterfile*/
.popupContainer .no_close .description {
  text-align: left;
}
.popupContainer .no_close .btn_close {
  display: none;
}

.text-decoration-none {
  cursor: default !important;
  text-decoration: none !important;
  color: white;
}
.text-decoration-none * {
  text-decoration: none !important;
  color: white;
}

.design_service_wrapper {
  clear: both;
  display: flex;
}
.design_service_wrapper img {
  margin-right: 10px;
  width: 30px;
}

.qty_container > p {
  color: #FC5A0F;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.qty_product_option {
  margin-top: 10px;
  text-align: center;
}
.qty_product_option a {
  color: #06C !important;
}

.iconContainer {
  border-collapse: collapse;
  width: auto;
}
.iconContainer .colorSwatch, .iconContainer img {
  border: 1px solid #d6d6d6;
  height: 23px;
  margin-left: 5px;
  vertical-align: middle;
  width: 23px;
}

.edit_quantity {
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  color: #06C !important;
  padding: 0 3px;
}
.edit_quantity:hover {
  filter: brightness(1.5);
}

.quantity {
  width: 80px;
  text-align: center;
}

.qty_promo_text {
  color: #EF6325;
  font-size: 17px;
  font-weight: bold;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.qty_price_block {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
.qty_price_block h3 {
  color: #FC5A0F;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 0 0 8px;
}
.qty_price_block span {
  color: #474747;
  font-size: 12px;
  font-style: italic;
}

.pricing_block2 {
  float: none;
  margin: 0 auto;
}

.qty_message {
  color: red;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  width: 83%;
  float: right;
}

.qty_container input[type=text] {
  border: 1px solid #ccc;
  height: 44px;
}
.qty_container > table {
  margin: 0 auto;
}

.aslowas .sale_price {
  font-weight: bold;
  margin-bottom: 10px;
}
.aslowas .crossout {
  color: #ccc;
  font-size: 20px;
  text-decoration: line-through;
}
.aslowas .lowest_price {
  color: #DF007E;
  font-size: 20px;
}
.aslowas .minimum_order_quantity {
  font-weight: 400;
  color: #666666;
}

.cart_count {
  margin: 10px auto 5px auto;
  font-size: 16px;
  font-weight: bold;
}
.cart_count span {
  font-size: 14px;
  font-weight: normal;
}

.couponPopButton {
  width: 20%;
  min-width: 270px;
  display: flex;
  justify-content: center;
  padding: 10px;
  border: 1px dashed #ccc;
  margin-bottom: 10px;
}

.couponPopLink {
  display: flex;
  align-items: center;
}

.coupon_code_popup {
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 !important;
  background-color: #EDEDED !important;
}
.coupon_code_popup .coupon_code_title {
  background: #323232;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  padding: 10px;
}
.coupon_code_popup .coupon_code_title .couponTitleLable {
  flex: 1;
  text-align: left;
  margin-left: 10px;
}
.coupon_code_popup .coupon_code_title .couponTitleLableBack {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  line-height: 16px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0);
  border: 0;
}
.coupon_code_popup .coupon_code_title .couponTitleLableBack::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}
.coupon_code_popup .coupon_code_title .couponTitleLableBack::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  transform: translate(-100%, -50%) rotate(-45deg);
}
.coupon_code_popup .coupon_code_title .btnCouponClose {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  display: flex;
  border: 0;
}
.coupon_code_popup .coupon_code_title .closeIcon {
  width: 20px;
  height: 20px;
  margin: auto;
  position: relative;
}
.coupon_code_popup .coupon_code_title .closeIcon::before,
.coupon_code_popup .coupon_code_title .closeIcon::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1.5px;
  background: #FFFFFF;
}
.coupon_code_popup .coupon_code_title .closeIcon::before {
  transform: rotate(45deg);
}
.coupon_code_popup .coupon_code_title .closeIcon::after {
  transform: rotate(-45deg);
}
.coupon_code_popup .coupon_list_view {
  width: 100%;
  height: 100%;
}
.coupon_code_popup .coupon_list_view .coupon_code_tips {
  font-size: 12px;
  padding: 10px 0;
  color: #666666;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .coupon_card_view {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  margin-bottom: 15px;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .coupon_card_view .description_view {
  height: auto;
  padding: 0 10px;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .coupon_card_view .detail_link_view {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .coupon_card_view .apply_tips {
  margin-bottom: 5px;
  color: #051937;
  font-size: 12px;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .coupon_card_view .apply_tips .markIcon {
  width: 9px;
  height: 18px;
  border-right: 2px solid #051937;
  border-bottom: 2px solid #051937;
  transform: rotate(40deg);
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .coupon_card_view .button_view {
  padding: 1px;
  background: #FFFFFF;
  border-radius: 5px;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .coupon_card_view .button_view .linkButton {
  background: #FFFFFF; /* Green */
  border: 1px solid #051937;
  color: #051937;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 5px;
  width: 100%;
  height: 35px;
  cursor: pointer;
  font-weight: bolder;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .coupon_card_view .button_view .linkButton:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .not_select_view {
  border: 1px solid #051937;
  background: #051937;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .not_select_view h1 {
  color: #FFFFFF;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .not_select_view h2 {
  color: #FFFFFF;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .not_select_view .detail_link_view a {
  color: #FFFFFF;
  text-decoration: underline;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .not_select_view .detail_link_view a:hover {
  text-decoration: none;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .not_select_view .button_view {
  width: 250px;
  height: auto;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .select_view {
  border: 1px dashed #ccc;
  background: #FFFFFF;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .select_view h1 {
  color: #051937;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .select_view h2 {
  color: #051937;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .select_view .detail_link_view a {
  color: #051937;
  text-decoration: underline;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .select_view .detail_link_view a:hover {
  text-decoration: none;
}
.coupon_code_popup .coupon_list_view .coupon_code_card_view .select_view .button_view {
  width: 252px;
  height: auto;
}
.coupon_code_popup .coupon_detail_view {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.coupon_code_popup .coupon_detail_view .detail_text {
  flex: 1;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  background: #FFFFFF;
}
.coupon_code_popup .coupon_detail_view .detail_text .text {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.coupon_code_popup .coupon_detail_view .detail_text h1 {
  font-weight: bold;
  color: #000000;
  margin: 20px 0 5px 0;
}
.coupon_code_popup .coupon_detail_view .detail_text h2 {
  color: #000000;
  margin: 0;
  font-weight: 100;
}
.coupon_code_popup .coupon_detail_view .detail_text p {
  margin: 5px 0;
}

/* Site Map - START */
.sitemap_wrapper table {
  position: relative;
  width: 100%;
}
.sitemap_wrapper table a {
  color: #003087;
  text-decoration: none;
}
.sitemap_wrapper table td {
  color: #051937;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: top;
  width: 33%;
}
.sitemap_wrapper table td {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .sitemap_wrapper table td {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .sitemap_wrapper table td {
    font-size: 0.75rem;
  }
}
.sitemap_wrapper table td > div {
  padding-bottom: 20px;
}
@media (max-width: 949px) {
  .sitemap_wrapper table td > div {
    background-position-x: 95% !important;
    background-size: 30% auto;
  }
}
.sitemap_wrapper table td.sideborders {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.sitemap_wrapper table td #sitemap_apparel {
  background-image: url("/Amsterdam/pict/seemore_apparel.jpg");
  background-position: 115px 30px;
  background-repeat: no-repeat;
  background-size: 43% auto;
  min-height: 170px;
}
@media (min-width: 950px) {
  .sitemap_wrapper table td #sitemap_apparel {
    background-position-y: 5px;
    background-size: auto auto;
  }
}
.sitemap_wrapper table td #sitemap_bags {
  background-image: url("/Amsterdam/pict/seemore_bags.jpg");
  background-position: 160px 10px;
  background-repeat: no-repeat;
  min-height: 205px;
}
.sitemap_wrapper table td #sitemap_calendars {
  background-image: url("/Amsterdam/pict/seemore_calendars.jpg");
  background-position: 160px 20px;
  background-repeat: no-repeat;
  min-height: 188px;
}
.sitemap_wrapper table td #sitemap_drinkware {
  background-image: url("/Amsterdam/pict/seemore_drinkware.jpg");
  background-position: 168px 5px;
  background-repeat: no-repeat;
  min-height: 193px;
}
.sitemap_wrapper table td #sitemap_fun {
  background-image: url("/Amsterdam/pict/seemore_fun.jpg");
  background-position: 140px 5px;
  background-repeat: no-repeat;
  min-height: 110px;
}
.sitemap_wrapper table td #sitemap_health {
  background-image: url("/Amsterdam/pict/seemore_health.jpg");
  background-position: 140px 14px;
  background-repeat: no-repeat;
  min-height: 110px;
}
@media (min-width: 950px) {
  .sitemap_wrapper table td #sitemap_health {
    background-position-y: 5px;
  }
}
.sitemap_wrapper table td #sitemap_housewares {
  background-image: url("/Amsterdam/pict/seemore_housewares.jpg");
  background-position: 140px 30px;
  background-repeat: no-repeat;
  min-height: 110px;
}
@media (min-width: 950px) {
  .sitemap_wrapper table td #sitemap_housewares {
    background-position-y: 5px;
  }
}
.sitemap_wrapper table td #sitemap_hr {
  background-image: url("/Amsterdam/pict/seemore_hr.jpg");
  background-position: 160px 26px;
  background-repeat: no-repeat;
  min-height: 199px;
}
.sitemap_wrapper table td #sitemap_keychains {
  background-image: url("/Amsterdam/pict/seemore_keychains.jpg");
  background-position: 118px 30px;
  background-repeat: no-repeat;
  min-height: 115px;
}
.sitemap_wrapper table td #sitemap_office {
  background-image: url("/Amsterdam/pict/seemore_office.jpg");
  background-position: 180px 30px;
  background-repeat: no-repeat;
  min-height: 197px;
}
.sitemap_wrapper table td #sitemap_outdoor {
  background-image: url("/Amsterdam/pict/seemore_outdoor.jpg");
  background-position: 120px 58px;
  background-repeat: no-repeat;
  min-height: 137px;
}
.sitemap_wrapper table td #sitemap_tech {
  background-image: url("/Amsterdam/pict/seemore_tech.jpg");
  background-position: 130px 30px;
  background-repeat: no-repeat;
  min-height: 117px;
}
@media (min-width: 950px) {
  .sitemap_wrapper table td #sitemap_tech {
    background-position-y: px;
  }
}
.sitemap_wrapper table td #sitemap_tradeshows {
  background-image: url("/Amsterdam/pict/seemore_tradeshows.jpg");
  background-position: 125px 12px;
  background-repeat: no-repeat;
  min-height: 175px;
}
@media (min-width: 950px) {
  .sitemap_wrapper table td #sitemap_tradeshows {
    background-position-y: 0;
  }
}
.sitemap_wrapper table td #sitemap_writing {
  background-image: url("/Amsterdam/pict/seemore_writing.jpg");
  background-position: 140px 10px;
  background-repeat: no-repeat;
  min-height: 201px;
}
.sitemap_wrapper table td .sitemap_category {
  font-weight: 600;
}
.sitemap_wrapper table td .sitemap_category {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .sitemap_wrapper table td .sitemap_category {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .sitemap_wrapper table td .sitemap_category {
    font-size: 0.94rem;
  }
}
.sitemap_wrapper table td ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sitemap_wrapper table td ul li {
  list-style-type: none;
  margin: 0;
  padding: 2px 0 3px;
}
.sitemap_wrapper #layout .a {
  display: none;
}
.sitemap_wrapper #layout .bc {
  float: none;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.sitemap_wrapper .category_banner {
  display: none;
  margin-top: -18px;
}
.sitemap_wrapper .category_banner_display {
  display: block;
}
.sitemap_wrapper .subcategory {
  padding-left: 9px !important;
}

/* Site Map - END */
/* Thank You - START */
.thankYou_flex {
  display: flex;
  justify-content: space-between;
}

#thankyou_layout {
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  width: 100%;
}
#thankyou_layout h1, #thankyou_layout h2 {
  color: black;
}
#thankyou_layout h1, #thankyou_layout h2 {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  #thankyou_layout h1, #thankyou_layout h2 {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #thankyou_layout h1, #thankyou_layout h2 {
    font-size: 1.25rem;
  }
}
#thankyou_layout h1 {
  font-weight: bold;
  margin: 5px 0 4px;
}
#thankyou_layout h1 {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #thankyou_layout h1 {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #thankyou_layout h1 {
    font-size: 1.5rem;
  }
}
#thankyou_layout hr {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  margin: 20px 0;
}
#thankyou_layout #summary_block .assoc_bus_icons {
  padding-top: 40px;
}
#thankyou_layout #summary_block .pricing_flex div:first-of-type:not(#addtionalFeesDetail):not(.top-right-circle-hex):not(.chargedescriptionhelpwrapper):not(.chargedescriptionhelp) {
  width: auto;
}
#thankyou_layout .button {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 700;
  margin: 5px 15px 0;
  overflow: hidden;
  box-shadow: none;
  border: none;
}
#thankyou_layout .print_link {
  color: #003087;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0 14px;
  vertical-align: top;
}
#thankyou_layout .print_link .icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#thankyou_layout .print_link .link_text {
  display: inline-block;
  text-align: left;
  width: 56px;
  vertical-align: middle;
  line-height: 10px;
}
#thankyou_layout .print_link .link_text {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #thankyou_layout .print_link .link_text {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #thankyou_layout .print_link .link_text {
    font-size: 0.75rem;
  }
}
#thankyou_layout .print_link .icon {
  background-image: url("/Amsterdam/pict/printer.svg");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
#thankyou_layout .bigcontainerfloatleft {
  float: left;
  margin-left: 0;
  width: 100%;
}
#thankyou_layout .checkout_confirmation {
  border: 1px solid #ccc;
  margin-right: 20px;
  padding: 0 10px;
  width: 80%;
}
#thankyou_layout .checkout_confirmation .confirmation_txt {
  display: inline-block;
  width: 75%;
}
#thankyou_layout .checkout_confirmation .confirmation_txt {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #thankyou_layout .checkout_confirmation .confirmation_txt {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #thankyou_layout .checkout_confirmation .confirmation_txt {
    font-size: 0.94rem;
  }
}
#thankyou_layout .checkout_confirmation .btn_printorder {
  color: white;
}
#thankyou_layout .checkout_confirmation .btn_printorder .btn_content, #thankyou_layout .checkout_confirmation .btn_printorder .wishList .quickadd_but, .wishList #thankyou_layout .checkout_confirmation .btn_printorder .quickadd_but {
  background-color: #051937;
  padding: 10px 20px;
}
#thankyou_layout .checkout_confirmation .order_nums {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #thankyou_layout .checkout_confirmation .order_nums {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #thankyou_layout .checkout_confirmation .order_nums {
    font-size: 0.94rem;
  }
}
#thankyou_layout .checkout_confirmation .order_nums .ordernum {
  font-weight: 700;
  margin: 20px 0;
  display: inline;
}
#thankyou_layout .checkout_confirmation .order_nums .ponum {
  display: inline;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper {
  display: inline-block;
  width: 49%;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper > table, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper > table, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper > table, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper > table {
  display: inline-block;
  vertical-align: top;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper > table th {
  border: none;
  padding-bottom: 10px;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper > table th {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper > table th {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper > table th {
    font-size: 0.94rem;
  }
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper .summary_shipping_method, #thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper .summary_billing_method, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper .summary_shipping_method, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper .summary_billing_method, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper .summary_shipping_method, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper .summary_billing_method, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper .summary_shipping_method, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper .summary_billing_method {
  margin-top: 25px;
}
#thankyou_layout .checkout_confirmation .products_summary {
  border-collapse: collapse;
  width: 100%;
}
#thankyou_layout .checkout_confirmation .products_summary tr.rowcolor {
  background-color: #ededed;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc {
  width: 70%;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .prod_name {
  font-size: 15px;
  font-weight: 900;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .cartlist_itemNo_static, #thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .cartlist_qty_static {
  clear: both;
  color: black;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .cartlistQtyBogo {
  margin-left: 30px;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .shipdate span {
  font-weight: 700;
  margin-right: 5px;
  text-transform: capitalize;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_image {
  width: 30%;
  text-align: right;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_image img {
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
}
#thankyou_layout .checkout_confirmation .products_summary .price_detail {
  width: 95%;
  margin-left: 50px;
}
#thankyou_layout .checkout_confirmation .products_summary .price_detail a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}
#thankyou_layout .checkout_confirmation .products_summary .product_details {
  margin: 0;
}
#thankyou_layout .checkout_confirmation .products_summary .product_details .liBomDetail {
  text-align: left;
}
#thankyou_layout .checkout_confirmation .products_summary .product_details .liBomDetail .bomDetail {
  margin-right: 5px;
  font-weight: 700;
  text-transform: capitalize;
}
#thankyou_layout .checkout_confirmation .products_summary > .item:nth-child(2n+2) {
  background-color: #ededed;
}
#thankyou_layout .checkout_confirmation .products_summary > tbody > tr:nth-child(3n+1) > td {
  padding-top: 10px;
}
#thankyou_layout .checkout_confirmation .products_summary td {
  padding: 4px;
}
#thankyou_layout .checkout_confirmation .products_summary td.product_name {
  font-weight: 700;
}
#thankyou_layout .checkout_confirmation .products_summary td.product_row_cells {
  padding-top: 10px;
}
#thankyou_layout .checkout_confirmation .products_summary td.total_row_cells {
  padding-bottom: 10px;
}
#thankyou_layout .checkout_confirmation .products_summary td + td + td {
  text-align: right;
}
#thankyou_layout .checkout_confirmation .products_summary ul {
  margin: 0;
  padding: 0;
}
#thankyou_layout .checkout_confirmation .products_summary li {
  display: block;
  text-align: right;
}
#thankyou_layout .checkout_confirmation .products_summary .details_wrapper > div {
  display: inline-block;
}
#thankyou_layout .checkout_confirmation .products_summary .details_wrapper .details_label {
  width: 52%;
}
#thankyou_layout .checkout_confirmation .products_summary .details_wrapper .details_qty {
  width: 45%;
}
#thankyou_layout .continue_shopping {
  background-color: #051937;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  float: none;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  margin: 20px auto 0;
  text-align: center;
  width: 520px;
}
#thankyou_layout .continue_shopping {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #thankyou_layout .continue_shopping {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #thankyou_layout .continue_shopping {
    font-size: 1rem;
  }
}
@media (min-width: 950px) {
  #thankyou_layout .continue_shopping {
    float: left;
    margin: 20px 0 0 43px;
  }
}
#thankyou_layout .design_service_wrapper {
  clear: both;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
}
#thankyou_layout .design_service_wrapper img {
  margin-right: 10px;
  width: 30px;
}
#thankyou_layout .design_service_wrapper p {
  font-size: 12px;
}
#thankyou_layout .design_service_wrapper span {
  margin-top: 8px;
}

.thankyou_popup {
  background-color: white !important;
  box-shadow: 0 0 15px #878787;
  display: table;
  min-height: 237px;
  left: 0;
  margin: 10% auto;
  position: absolute;
  right: 0;
  width: 650px;
  z-index: 99999;
}
.thankyou_popup .content {
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 700px;
}
.thankyou_popup .content .title {
  color: black;
}
.thankyou_popup .content .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 47rem) {
  .thankyou_popup .content .title {
    font-size: calc(0.5208333333vw + 1.2552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .thankyou_popup .content .title {
    font-size: 1.75rem;
  }
}
.thankyou_popup .content .line {
  background-color: #ededed;
  display: inline-block;
  height: 1px;
  margin: 25px 0 15px;
  width: 75%;
}
.thankyou_popup .content .description {
  color: #051937;
  font-weight: 700;
}
.thankyou_popup .content .description {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .thankyou_popup .content .description {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .thankyou_popup .content .description {
    font-size: 0.94rem;
  }
}
.thankyou_popup .content .account_info, .thankyou_popup .content .account_signup {
  float: right;
  margin-top: 20px;
  text-align: left;
  width: 50%;
  color: black;
}
.thankyou_popup .content .account_info ul {
  font-weight: 700;
  line-height: 20px;
  margin-top: 15px;
}
.thankyou_popup .content .account_info ul {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .thankyou_popup .content .account_info ul {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .thankyou_popup .content .account_info ul {
    font-size: 0.94rem;
  }
}
.thankyou_popup .content .account_info ul li {
  position: relative;
}
.thankyou_popup .content .account_info ul li div {
  color: black;
  position: absolute;
  top: 1px;
}
.thankyou_popup .content .account_signup .email_address {
  color: black;
  margin-bottom: 13px;
}
.thankyou_popup .content .account_signup .inputbox {
  border: none;
  margin-bottom: 5px;
  width: 235px;
}
.thankyou_popup .content .account_signup .inputbox input[type=text], .thankyou_popup .content .account_signup .inputbox input[type=password] {
  border: 1px solid #aaa;
  height: 35px;
  outline: none;
  width: 235px;
}
.thankyou_popup .content .product_image {
  display: none;
}
.thankyou_popup .content .basebutton {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 15px 0 0;
  overflow: hidden;
}
.thankyou_popup .content .btn_create {
  color: white;
  height: 40px;
  line-height: 18px;
  margin-left: 0;
  min-width: 138px;
  float: left;
}
.thankyou_popup .content .btn_create .btn_content, .thankyou_popup .content .btn_create .wishList .quickadd_but, .wishList .thankyou_popup .content .btn_create .quickadd_but, .thankyou_popup .content .btn_create #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .thankyou_popup .content .btn_create .quickadd_but {
  background-color: #051937;
  display: table;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
}
.thankyou_popup .content .btn_cancel {
  color: #051937;
  min-width: 138px;
  margin-top: 35px;
  float: right;
}
.thankyou_popup .content .btn_cancel .btn_content, .thankyou_popup .content .btn_cancel .wishList .quickadd_but, .wishList .thankyou_popup .content .btn_cancel .quickadd_but, .thankyou_popup .content .btn_cancel #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .thankyou_popup .content .btn_cancel .quickadd_but {
  display: table;
  padding: 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
.thankyou_popup .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.thankyou_popup .btn_close:hover {
  transform: scale(0.8);
}
.thankyou_popup .btn_close .btn_content, .thankyou_popup .btn_close .wishList .quickadd_but, .wishList .thankyou_popup .btn_close .quickadd_but, .thankyou_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .thankyou_popup .btn_close .quickadd_but {
  background-color: transparent !important;
}
.thankyou_popup .btn_close .btn_content, .thankyou_popup .btn_close .wishList .quickadd_but, .wishList .thankyou_popup .btn_close .quickadd_but, .thankyou_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .thankyou_popup .btn_close .quickadd_but {
  background-color: white;
  color: #051937;
  font-weight: 700;
  margin-top: -1px;
  padding-bottom: 1px;
}

.typage_floatmax {
  float: right;
  margin-top: 20px;
}

@media print {
  #header, .shoppingcart_tracker, .continue_shopping, .typage_banners, .help_section, .footer_guarantee, .support_email, .footer_links, .social_reviews {
    display: none !important;
  }
}
/* Thank You - END */
/* Video Testimonials - START */
.videos_featured {
  position: relative;
}
.videos_featured a {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.videos_featured img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.videos_wrapper {
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
.videos_wrapper .videos_heading {
  align-items: baseline;
  display: flex;
}
.videos_wrapper .videos_heading p {
  margin-right: 10px;
  text-align: left;
}
.videos_wrapper .videos_heading p {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .videos_wrapper .videos_heading p {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .videos_wrapper .videos_heading p {
    font-size: 1.37rem;
  }
}
.videos_wrapper .videos_heading .heading_line {
  flex-grow: 1;
  height: 1px;
  border: 1px solid #ccc;
}
.videos_wrapper .button {
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #CCC;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  border: 0;
  box-shadow: none;
  color: white;
  height: 45px;
  line-height: 23px;
  margin-left: 5%;
  position: relative;
  width: 85%;
}
.videos_wrapper .button {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .videos_wrapper .button {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .videos_wrapper .button {
    font-size: 1rem;
  }
}
@media (min-width: 950px) {
  .videos_wrapper .button {
    margin-left: 0;
    width: 250px;
  }
}
.videos_wrapper .button a {
  color: white;
  text-decoration: none;
}
.videos_wrapper .button input {
  border: none;
  color: white;
  font-weight: bold;
  width: 100%;
}
.videos_wrapper .button .btn_content, .videos_wrapper .button .wishList .quickadd_but, .wishList .videos_wrapper .button .quickadd_but, .videos_wrapper .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .videos_wrapper .button .quickadd_but {
  background-color: #9CCB3B;
  font-weight: normal;
  padding: 3px 10px 0;
}
.videos_wrapper .arrow {
  height: 11px;
  width: 11px;
  top: 8px;
  right: 54px;
  position: absolute;
  cursor: pointer;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #051937;
  outline: 0;
}
.videos_wrapper .arrow.down {
  transform: rotate(135deg);
}
.videos_wrapper .arrow.customer {
  right: 49px;
}
.videos_wrapper .arrow.staff {
  right: 65px;
}
.videos_wrapper .secondarybtn {
  border: 1px solid #051937;
  border-radius: 0;
  color: #051937;
  font-weight: normal;
  height: 32px;
  margin-right: 6px;
  padding-top: 3px;
  width: 310px;
}
.videos_wrapper .secondarybtn {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .videos_wrapper .secondarybtn {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .videos_wrapper .secondarybtn {
    font-size: 1rem;
  }
}
@media (min-width: 950px) and (max-width: 1115px) {
  .videos_wrapper .secondarybtn {
    width: 140px;
  }
}

.videos_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5%;
}
.videos_flex.topProducts .videos_video {
  background-color: black;
}
.videos_flex.topProducts .videos_video a {
  display: block;
  position: relative;
}
.videos_flex.topProducts .videos_video a img {
  opacity: 0.45;
  transition: opacity 0.25s ease-in-out;
}
.videos_flex.topProducts .videos_video a:hover img {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.videos_flex.topProducts .play_overlay {
  /*display: none;*/
}
.videos_flex.two_videos .videos_video {
  width: 48%;
}
.videos_flex.two_videos .play_overlay {
  left: 42%;
  top: 40%;
}
.videos_flex img {
  height: auto;
  width: 100%;
}
.videos_flex .videos_video {
  background-color: black;
  margin: 0 1% 20px 0;
  position: relative;
  width: 32%;
}
.videos_flex .videos_video a {
  display: block;
  position: relative;
  z-index: 49;
}
.videos_flex .videos_video a img {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.videos_flex .videos_video a:hover img {
  opacity: 0.45;
  transition: opacity 0.25s ease-in-out;
}
.videos_flex .videos_video .load_productText {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 51;
}
.videos_flex .videos_video .load_productText p {
  color: white;
  font-weight: bold;
  margin: 5px 0;
}
.videos_flex .videos_video .load_productText p {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  .videos_flex .videos_video .load_productText p {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .videos_flex .videos_video .load_productText p {
    font-size: 1.25rem;
  }
}
.videos_flex .videos_video .load_productText p.load_itemId {
  font-weight: normal;
}
.videos_flex .videos_video .load_productText p.load_itemId {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .videos_flex .videos_video .load_productText p.load_itemId {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .videos_flex .videos_video .load_productText p.load_itemId {
    font-size: 0.75rem;
  }
}
.videos_flex .play_overlay {
  background-color: black;
  border: 0;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: 40%;
  width: 75px;
}
.videos_flex .play_button {
  width: 26px;
  height: 26px;
  border-style: solid;
  border-width: 18px 0 18px 26px;
  border-color: transparent transparent transparent white;
  margin: 19px 0 0 29px;
}

iframe#thedialog {
  border: 0;
}

.ui-widget-header {
  border: none;
  background: none;
}

.ui-dialog-title {
  visibility: hidden;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0;
}

/* Video Testimonials - END */
/* Wish List - START */
.wishList {
  margin-top: 20px;
  padding-left: 20px;
}
.wishList h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .wishList h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .wishList h1 {
    font-size: 1.37rem;
  }
}
.wishList a {
  font-weight: bold;
}
.wishList .breadcrumbs a {
  font-weight: normal;
}
.wishList input[type=text] {
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 6px;
  margin-bottom: 10px;
  height: 44px;
}
.wishList input[type=submit] {
  background-color: #051937;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #051937;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 10px 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  height: 44px;
}
.wishList input[type=submit]:hover {
  filter: brightness(1.5);
}
.wishList .product_container {
  display: inline-block;
  height: 405px;
  margin: 0 3px 30px 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 194px;
}
.wishList .product_container .product_image_container {
  cursor: pointer;
  height: 265px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.wishList .product_container .product_image_container .product_image {
  padding: 10px;
}
.wishList .product_container .product_image_container .product_image .category_thumb4 {
  height: 211px;
  width: 174px;
}
.wishList .product_container .product_info {
  color: #000;
  line-height: 16px;
}
.wishList .product_container .product_info .addtocart_link {
  border-bottom: 1px solid #aaa;
  color: #003087;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.wishList .product_container .product_info .addtocart_link a {
  color: #003087;
  text-decoration: none;
}
.wishList .product_container .product_info .text_info {
  clear: both;
}
.wishList .product_container .product_info .text_info .product_name {
  font-weight: 700;
  text-overflow: initial;
  text-transform: uppercase;
  white-space: normal;
}
.wishList .product_container .product_info .text_info .product_name:hover {
  text-decoration: underline;
}
.wishList .product_container .product_info .text_info .product_id {
  color: #383838;
}
.wishList .btn_content, .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
  background-color: #9CCB3B;
  border-radius: 7px;
  box-sizing: border-box;
  color: #001738;
  cursor: pointer;
  display: block;
  height: 44px;
  line-height: 23px;
  margin: 20px auto 0 auto;
  padding: 3px 10px 0 10px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  width: 90%;
}
.wishList .btn_content, .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .wishList .btn_content, .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .wishList .btn_content, .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
    font-size: 1rem;
  }
}
.wishList .btn_content:hover, .wishList .quickadd_but:hover, #shoppingcart_layout .wishList .quickadd_but:hover {
  background-color: #001738;
  border: 2px solid #9CCB3B;
  color: #9CCB3B;
}
.wishList .btn_content .btn_subtxt, .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .quickadd_but .btn_subtxt {
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}
.wishList .quickadd_but {
  line-height: 37px;
  margin-top: 0;
}
.wishList .remove_wishList {
  color: #003087;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto 0;
  text-align: center;
}
.wishList .remove_wishList {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .wishList .remove_wishList {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .wishList .remove_wishList {
    font-size: 0.94rem;
  }
}

/* Wish List - END */
/*Email Cart Begin*/
.emailCart_sent {
  background-color: #9CCB3B;
  border-radius: 7px;
  color: #001738;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80px;
  cursor: pointer;
  position: relative;
  left: 55px;
}

.emailCart_container {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 90%;
}

.email_validator {
  color: red;
}

.emailCart_emailLogo {
  position: absolute;
  left: 85px;
}

.emailCart_emailTitle {
  position: relative;
  left: 20px;
  top: 10px;
}

.emailCart_SendEmailContainer {
  min-height: 180px;
  border-radius: 7px;
  background-color: #ededed;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: none;
}

.emailCart_emailTextBox {
  border: 1px solid #ccc;
  height: 30px;
  padding: 0 5px;
  width: 230px;
}

.emailCart_cancel {
  position: relative;
  left: 145px;
  top: -20px;
  width: 20px;
}

.emailCart_sendEmailMessageContainer {
  margin-top: 30px;
  display: none;
}

/*Email Cart End*/
/*Begin Write A Review styles*/
.writeReview {
  margin: 20px 0 0 10px;
}
.writeReview h1 {
  color: black;
}
.writeReview h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .writeReview h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .writeReview h1 {
    font-size: 1.37rem;
  }
}
.writeReview .product_image {
  border: 1px solid #ccc;
  display: inline-block;
  height: auto;
  margin-bottom: 5px;
  padding: 5px;
  width: 150px;
}
.writeReview .product_image img {
  height: auto;
  width: 100%;
}
.writeReview .product_description {
  display: inline-block;
  margin: 10px 0 0 20px;
  vertical-align: top;
}
@media (min-width: 950px) {
  .writeReview .product_description {
    width: 80%;
  }
}
.writeReview .product_description a {
  display: block;
  font-weight: bold;
  width: 250px;
}
.writeReview .product_description a {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .writeReview .product_description a {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .writeReview .product_description a {
    font-size: 0.94rem;
  }
}
.writeReview .product_description p {
  font-weight: bold;
}
.writeReview .writeReview_label {
  margin: 20px 0 5px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 950px) {
  .writeReview .writeReview_label {
    display: inline-block;
    margin: 15px 0 0;
    width: 150px;
  }
}
.writeReview .writeReview_label p {
  font-weight: bold;
  margin: 0;
}
.writeReview .writeReview_label .label_subtext {
  font-size: 0.63rem;
}
@media (min-width: 950px) {
  .writeReview .writeReview_input {
    display: inline-block;
    margin-top: 15px;
    width: 650px;
  }
}
.writeReview .writeReview_input .writeReview_star {
  cursor: pointer;
  height: auto;
  width: 40px;
}
.writeReview .writeReview_input input, .writeReview .writeReview_input textarea {
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  height: 30px;
  width: 90%;
}
.writeReview .writeReview_input textarea {
  height: 100px;
}
.writeReview .write-review-location {
  margin-top: 30px;
}
.writeReview .write-review-location > div {
  margin-top: 5px;
}
.writeReview .write-review-location label {
  font-weight: bold;
  display: inline-block;
  min-width: 130px;
}
.writeReview .write-review-location input[type=text], .writeReview .write-review-location select {
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  height: 30px;
  width: 225px;
}
.writeReview .star_container {
  margin-left: 10%;
}
@media (min-width: 950px) {
  .writeReview .star_container {
    margin-left: 0;
    margin-top: 10px;
  }
}
.writeReview .star_container .ratingStar {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
}
.writeReview .star_container .waitingRatingStar {
  background-image: url("/Amsterdam/pict/graystar.svg");
}
.writeReview .star_container .filledRatingStar {
  background-image: url("/Amsterdam/pict/goldstar.svg");
}
.writeReview .star_container .emptyRatingStar {
  background-image: url("/Amsterdam/pict/graystar.svg");
}
.writeReview .star_container .rating_error {
  margin-left: 20px;
  line-height: 40px;
}
.writeReview .low_rating {
  background-color: #ededed;
  padding: 10px 0;
  width: 210px;
}
@media (min-width: 950px) {
  .writeReview .low_rating {
    margin: 5px 0 5px 150px;
  }
}
.writeReview .low_rating p {
  margin: 0 auto;
  text-align: center;
  width: 160px;
}
.writeReview .photo_label, .writeReview .photo_input {
  display: inline-block;
  font-weight: bold;
}
.writeReview .photo_label {
  vertical-align: top;
}
@media (min-width: 950px) {
  .writeReview .photo_label {
    width: 150px;
  }
}
.writeReview .photo_input {
  margin-top: 10px;
}
@media (min-width: 950px) {
  .writeReview .photo_input {
    width: 75%;
  }
}
.writeReview .photo_btn {
  background-color: #58b9f5;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  margin-right: 20px;
  padding: 11px 0;
  position: relative;
  text-align: center;
  width: 150px;
}
@media (min-width: 950px) {
  .writeReview .photo_btn {
    margin-left: 0;
  }
}
.writeReview .photos {
  margin: 10px auto 0;
  width: 90%;
}
@media (min-width: 950px) {
  .writeReview .photos {
    margin: 10px 0 0 130px;
  }
}
.writeReview .photo_uploaded {
  display: inline-block;
  margin-left: 20px;
}
.writeReview .photo_uploaded a {
  display: block;
  margin-top: 3px;
  text-align: center;
}
.writeReview .photo {
  border: 1px solid black;
  height: auto;
  padding: 5px;
  width: 100px;
}
.writeReview .photo img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 950px) {
  .writeReview .writeReview_inputlabel {
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
  .writeReview .writeReview_inputlabel .writeReview_label {
    width: auto;
  }
  .writeReview .writeReview_inputlabel .writeReview_input {
    margin-left: 5px;
    width: 250px;
  }
}
.writeReview .writeReview_inputlabel > p {
  margin: 0;
}
.writeReview .writeReview_inputlabel > p:first-of-type {
  margin-top: 3px;
}
.writeReview .writeReview_inputlabel label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 15px;
  text-indent: -15px;
}
.writeReview .writeReview_inputlabel input[type=checkbox] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.writeReview .submitReview_btn {
  background-color: #051937;
  border: 0;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 37px;
  margin: 20px auto;
  padding: 11px 0;
  position: relative;
  text-align: center;
  width: 300px;
}
.writeReview .submitReview_btn {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .writeReview .submitReview_btn {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .writeReview .submitReview_btn {
    font-size: 1rem;
  }
}
@media (min-width: 950px) {
  .writeReview .submitReview_btn {
    margin: -20px 0 0 425px;
  }
}
.writeReview .writeReview_terms {
  max-width: 600px;
  width: 90%;
}
.writeReview .writeReview_terms p {
  font-weight: bold;
}
.writeReview .disabled {
  pointer-events: none;
  opacity: 0.4;
}

/*End Write A Review styles*/
#write-review-container .popup {
  width: 820px;
  height: 95vh;
}
#write-review-container .popup #rr_reviews_submit {
  width: 820px;
  position: relative;
  top: 0;
}
#write-review-container .popup #rr_reviews_submit #acs_write_review {
  max-height: 95vh;
  overflow-y: auto;
  margin-left: 0;
}
#write-review-container .popup #rr_reviews_submit #acs_write_review .acs_js_pdp_link, #write-review-container .popup #rr_reviews_submit #acs_write_review div.acs_email + div.acs_label {
  display: none;
}

.btn-write-review {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: blue;
  cursor: pointer;
  padding-left: 0;
}

.crm-quote {
  /* Header - START */
  /* Header - END */
  /* Options Step - START */
  /* Options Step - END */
  /* Your Quote Step - START */
  /* Your Quote Step - END */
  /* Email Quote Step - START */
  /* Email Quote Step - END */
  /* Quote Sent Step - START */
  /* Quote Sent Step - END */
  /* Email - START */
  /* Email - END */
  /**CRM Quick Quote Start**/
  /**CRM Quick Quote End**/
  /**Quick Quote No Studio Message Start**/
  /**Quick Quote No Studio Message End**/
  /**Shipping Method List Start**/
  /**Shipping Method List End**/
}
.crm-quote #divCouponCodeDropDown {
  position: absolute;
}
.crm-quote .quickquotePopup {
  width: 650px;
}
.crm-quote .Logo {
  float: left;
}
.crm-quote .quickquote_wrapper a {
  color: #051937 !important;
}
.crm-quote .quickquote_wrapper .td_right {
  text-align: right;
}
.crm-quote .quickquote_wrapper .required:after {
  color: #b30000;
  content: "*";
  margin-left: 3px;
}
.crm-quote .quickquote_wrapper input[type=checkbox],
.crm-quote .quickquote_wrapper input[type=radio] {
  margin-bottom: 1px;
  margin-top: -2px;
  vertical-align: middle;
}
.crm-quote .PromptBlock {
  padding-right: 15px;
}
.crm-quote .QuickQuote_Header {
  border: 0 dotted #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 620px;
}
.crm-quote .QuickQuote_Header td {
  border: 0 dotted #ccc;
  padding: 0;
  vertical-align: middle;
}
.crm-quote .QuickQuote_Header .Logo {
  text-align: left;
  width: 250px;
}
.crm-quote .QuickQuote_Header .Logo img {
  width: 100%;
}
.crm-quote .QuickQuote_Header .CallFor {
  text-align: right;
}
.crm-quote .QuickQuote_Header .LiveChat {
  text-align: right;
}
.crm-quote .QuickQuote_Header div.CallFor {
  float: right;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  width: auto;
  margin-right: 20px;
}
.crm-quote .QuickQuote_Header div.PhoneIcon {
  background: url("/Amsterdam/pict/sprite_header_footer.png") no-repeat 0 -195px;
  height: 25px;
  margin: 0 auto 5px;
  width: 38px;
}
.crm-quote .QuickQuote_Header div.LiveChat {
  float: right;
  width: auto;
}
.crm-quote .QuickQuote_Title {
  border-bottom: 12px solid #051937;
  clear: both;
  color: #051937;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 10px 0 5px;
}
.crm-quote .QuickQuote_Title {
  font-size: 1.5rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Title {
    font-size: calc(0.5208333333vw + 1.2552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Title {
    font-size: 1.75rem;
  }
}
.crm-quote .QuickQuote_Title .title {
  display: inline-block;
}
.crm-quote .quickquote_tracker {
  display: inline-block;
}
.crm-quote .quickquote_tracker ol {
  margin: 0;
  padding: 0;
}
.crm-quote .quickquote_tracker li {
  color: #aaa;
  display: none;
  font-weight: 400;
  list-style-type: none;
}
.crm-quote .quickquote_tracker li a {
  color: #9a9a9a !important;
  text-decoration: none;
}
.crm-quote .quickquote_tracker li.active {
  display: list-item;
}
.crm-quote .QuickQuote_Options_OptionsContainer {
  background-color: #f2f2f2;
  height: auto;
  margin-bottom: 15px;
}
.crm-quote .QuickQuote_Options_OptionsContainer .QuickQuote_Options {
  border-bottom: 1px solid #ccc;
}
.crm-quote .QuickQuote_Options {
  background-color: white;
  margin: 0 0 12px;
  width: 100%;
}
.crm-quote .QuickQuote_Options div {
  display: inline-block;
  float: none !important;
}
.crm-quote .QuickQuote_Options .OptionsImage {
  display: inline-block;
  text-align: right;
  width: 130px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options .OptionsImage img {
  padding: 20px 0 20px 0;
  float: left;
}
.crm-quote .QuickQuote_Options .OptionsItem {
  display: inline-block;
  padding: 0 0 0 15px;
  width: 145px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemName {
  color: #051937;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemName {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options .OptionsItem span.ItemName {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options .OptionsItem span.ItemName {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemLabel {
  color: black;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemLabel {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options .OptionsItem span.ItemLabel {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options .OptionsItem span.ItemLabel {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemNumber {
  color: #978784;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemNumber {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options .OptionsItem span.ItemNumber {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options .OptionsItem span.ItemNumber {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options .ImageColumn {
  display: inline-block;
  text-align: center;
  width: 130px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options .ImageColumn .image_wrapper {
  background-color: white;
  border: 1px solid #ededed;
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  width: 130px;
}
.crm-quote .QuickQuote_Options .OptionsColumn {
  display: inline-block;
  padding: 0 0 0 15px;
  width: 145px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options .PriceColumn {
  padding: 0 0 0 15px;
  width: 253px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options div.ItemBlock {
  line-height: 18px;
  margin-bottom: 15px;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemName {
  color: #051937;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemName {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.ItemName {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.ItemName {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemLabel {
  color: black;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemLabel {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.ItemLabel {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.ItemLabel {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemNumber {
  color: #978784;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemNumber {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.ItemNumber {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.ItemNumber {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options div.ItemBlock span.QtyLabel {
  color: black;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.QtyLabel {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.QtyLabel {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.QtyLabel {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options div.ItemBlock span.Qty {
  color: #978784;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.Qty {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.Qty {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.Qty {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options div.ItemBlock span.Free {
  color: #b30000;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.Free {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.Free {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options div.ItemBlock span.Free {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_Options div.PriceBlock {
  display: block;
  margin-bottom: 15px;
}
.crm-quote #trRegularTotal, .crm-quote #trSaleTotal {
  display: none;
}
.crm-quote .QuickQuote_Options div.NeedMoreBlock {
  color: black;
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: right;
  width: 250px;
}
.crm-quote .QuickQuote_Options div.ProductDetailLinkBlock {
  margin-bottom: 15px;
}
.crm-quote .QuickQuote_Options div.TotalBlock {
  color: #9CCB3B;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: right;
}
.crm-quote .QuickQuote_Options div.TotalBlock span.total {
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.TotalBlock span.total {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options div.TotalBlock span.total {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options div.TotalBlock span.total {
    font-size: 0.94rem;
  }
}
.crm-quote .quickquote_wrapper .OptionsBlock {
  float: right;
  vertical-align: top;
  width: 50%;
}
.crm-quote .quickquote_wrapper .OptionsBlock p {
  font-weight: bold;
  margin: 5px 0;
}
.crm-quote .quickquote_wrapper .OptionsBlock .input_checkbox {
  display: inline-block;
  text-align: right;
  width: 20px;
}
.crm-quote .quickquote_wrapper .OptionsBlock .input_label {
  display: inline-block;
  text-align: left;
}
.crm-quote .quickquote_wrapper .OptionsBlock table {
  border: 0 dotted #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.crm-quote .quickquote_wrapper .OptionsBlock th,
.crm-quote .quickquote_wrapper .OptionsBlock td {
  border: 0 dotted #ccc;
  padding: 3px 0;
  text-align: left;
  vertical-align: middle;
}
.crm-quote .QuickQuote_Options_Input {
  clear: both;
  float: left;
  width: 48%;
  margin-left: 6px;
}
.crm-quote .QuickQuote_Options_Input .quantity_container {
  display: flex;
}
.crm-quote .QuickQuote_Options_Input p {
  font-weight: bold;
  margin: 5px 0;
}
.crm-quote .QuickQuote_Options_Input input[type=text] {
  border: 1px solid #ccc;
  height: 44px;
  padding: 0 5px;
  width: 115px;
}
.crm-quote .QuickQuote_Options_Input .quantity, .crm-quote .QuickQuote_Options_Input .coupon {
  display: inline-block;
  width: 147px;
}
.crm-quote .QuickQuote_Options_Input .coupon_applied_text {
  padding: 10px 0 20px;
}
.crm-quote .ShippingContainer .note_required_fields {
  margin: 10px 0 0;
}
.crm-quote .ShippingContainer .note_required_fields .required:after {
  margin: 0;
}
.crm-quote .QuickQuote_Options_GetQuoteButton {
  background-color: #9CCB3B;
  color: #001738;
  background-image: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  height: 44px;
  width: 127px;
}
.crm-quote .QuickQuote_Options_GetQuoteButton {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Options_GetQuoteButton {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Options_GetQuoteButton {
    font-size: 1rem;
  }
}
.crm-quote .QuickQuote_Options_GetQuoteButton:hover {
  background-color: #001738;
  color: #9CCB3B;
  border: 1px solid #001738;
}
.crm-quote .QuickQuote_span_prodDetBanner {
  color: #fc5a0f;
  /*float: right;*/
  font-weight: bold;
  text-align: right;
  position: relative;
  top: 19px;
  padding-right: 10px;
}
.crm-quote .QuickQuote_span_prodDetBanner {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_span_prodDetBanner {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_span_prodDetBanner {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Options_ButtonContainer {
  display: inline-block;
  margin-right: 30px;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer {
  margin-top: 23px;
  height: 160px;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .PromptBlock {
  float: left;
  width: 50%;
  padding-left: 6px;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .ShippingContainer {
  display: inline-block;
  width: 50%;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .ShippingContainer p {
  font-weight: bold;
  margin: 5px 0;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .ShippingContainer input[type=text] {
  border: 1px solid #ccc;
  height: 44px;
  padding: 0 5px;
  width: 115px;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .ShippingContainer .zipcode_input {
  display: inline-block;
  width: 147px;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent {
  height: auto;
  overflow: hidden;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .left_side {
  background-color: white;
  float: left;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .right_side {
  background-color: #ededed;
  float: left;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .right_side .btn-container {
  text-align: center;
}
.crm-quote .dropdown .dropdown-panel .close_btn {
  color: #000;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .placeorder_text {
  margin: 15px 0;
  text-align: center;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .CallFor {
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
}
.crm-quote .offer_label {
  font-weight: bold;
  margin-top: 10px;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .button {
  border: none;
  border-radius: 7px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 45px;
  line-height: 23px;
  margin: 0 5%;
  overflow: hidden;
  text-align: center;
  width: 90%;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .button {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_QuoteContent .button {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_QuoteContent .button {
    font-size: 1rem;
  }
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .button .btn_content, .crm-quote .QuickQuote_YourQuote_QuoteContent .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but, .crm-quote .QuickQuote_YourQuote_QuoteContent .button .wishList .quickadd_but, .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but {
  background-color: #9CCB3B;
  color: #001738;
  line-height: 42px;
  padding: 3px 10px 0;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .button .btn_content, .crm-quote .QuickQuote_YourQuote_QuoteContent .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but, .crm-quote .QuickQuote_YourQuote_QuoteContent .button .wishList .quickadd_but, .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_QuoteContent .button .btn_content, .crm-quote .QuickQuote_YourQuote_QuoteContent .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but, .crm-quote .QuickQuote_YourQuote_QuoteContent .button .wishList .quickadd_but, .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_QuoteContent .button .btn_content, .crm-quote .QuickQuote_YourQuote_QuoteContent .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but, .crm-quote .QuickQuote_YourQuote_QuoteContent .button .wishList .quickadd_but, .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but {
    font-size: 1rem;
  }
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .button .btn_content .btn_subtxt, .crm-quote .QuickQuote_YourQuote_QuoteContent .button #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but .btn_subtxt, .crm-quote .QuickQuote_YourQuote_QuoteContent .button .wishList .quickadd_but .btn_subtxt, .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but .btn_subtxt {
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable {
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .boxpopup {
  cursor: pointer;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Name {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  text-align: left;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Charge {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  text-align: right;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Charge.Discount {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ChargeTable .Charge.Discount {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ChargeTable .Charge.Discount {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Discount {
  display: inline-block;
  color: #b30000;
  font-weight: bold;
  padding: 5px;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Saved {
  display: inline-block;
  color: #1A6600;
  font-weight: bold;
  padding: 5px;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Coupon {
  display: inline-block;
  font-weight: 500;
  padding: 0 5px 5px;
  text-align: left;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable span.Coupon {
  color: #b30000;
  font-weight: 500;
}
.crm-quote .QuickQuote_YourQuote_CouponLine {
  border: 0 dotted #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_CouponLine td {
  border: 0 dotted #ccc;
  font-weight: 400;
  padding: 5px;
  vertical-align: middle;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_CouponLine div.Coupon {
  color: #f6931e;
}
.crm-quote .QuickQuote_YourQuote_CouponLine span.desc {
  font-weight: 700;
}
.crm-quote .coupon_applied_text span.desc {
  font-weight: 700;
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon {
  /*float: right;*/
  width: 160px;
}
.crm-quote .amount-saved {
  color: #1A6600;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
}
.crm-quote .amount-saved {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .amount-saved {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .amount-saved {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=text] {
  border: 1px solid #aaa;
  height: 30px;
  width: 80px;
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=text] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=text] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=text] {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=submit] {
  background-color: #051937;
  border: none;
  border-radius: 0 5px 5px 0;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px;
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=submit] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=submit] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=submit] {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ShippingLine {
  border-spacing: 0;
  margin-bottom: 12px;
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Name, .crm-quote .QuickQuote_YourQuote_ShippingLine .Charge, .crm-quote .QuickQuote_YourQuote_ShippingLine .ZipCodeBlock, .crm-quote .QuickQuote_YourQuote_ShippingLine .MethodBlock {
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Name {
  text-align: right;
  width: 51%;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Name {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingLine .Name {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingLine .Name {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Charge {
  text-align: right;
  width: 48%;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Summary {
  padding: 0 5px 5px 10px;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine div.ZipCodeBlock {
  padding: 0 0 0 10px;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine div.MethodBlock {
  margin-left: 6px;
  padding-top: 0;
}
.crm-quote .ZipCodeBlock, .crm-quote .MethodBlock, .crm-quote .quantityBlock, .crm-quote .unitpriceBlock {
  padding: 5px 20px;
}
.crm-quote .QuickQuote_YourQuote_ZipDropDownContent {
  width: 180px;
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent {
  width: 250px;
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=text], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=text] {
  border: 1px solid #aaa;
  height: 30px;
  width: 80px;
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=text], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=text] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=text], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=text] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=text], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=text] {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=submit], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=submit] {
  background-color: #051937;
  border: none;
  border-radius: 0 5px 5px 0;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px;
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=submit], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=submit] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=submit], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=submit] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=submit], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=submit] {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ShippingMethods {
  border: 1px solid #aaa;
  height: 22px;
}
.crm-quote .QuickQuote_YourQuote_ShippingMethods {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingMethods {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingMethods {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_TaxesLine {
  border: 0 dotted #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_TaxesLine td {
  border: 0 dotted #ccc;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}
.crm-quote .QuickQuote_YourQuote_TaxesLine td.Name {
  text-align: left;
}
.crm-quote .QuickQuote_YourQuote_TaxesLine td.Charge {
  text-align: right;
}
.crm-quote .QuickQuote_YourQuote_TotalLine {
  background-color: #ededed;
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_TotalLine p {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.crm-quote .QuickQuote_YourQuote_TotalLine p {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_TotalLine p {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_TotalLine p {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_YourQuote_TotalLine .Label {
  color: #000;
  text-align: left;
}
.crm-quote .QuickQuote_YourQuote_TotalLine .Total {
  color: #000;
  padding-right: 15px;
  float: right;
}
.crm-quote .QuickQuote_YourQuote_TotalLine .Flag {
  width: 21px;
}
.crm-quote .QuickQuote_YourQuote_TotalLine div.TotalFlag {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat scroll -139px -117px rgba(0, 0, 0, 0);
  content: " ";
  height: 40px;
  right: -21px;
  width: 21px;
}
.crm-quote .QuickQuote_ShopSureBlock {
  background: url("/Amsterdam/pict/guarantee-apl.png") no-repeat;
  height: 227px;
  margin: 0 auto;
  width: 234px;
}
.crm-quote .QuickQuote_ShopSureBlock .content {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}
.crm-quote .QuickQuote_ShopSureBlock .title {
  border-right: 1px solid #ccc;
  display: inline-block;
  font-size: 35px;
  margin: 0 15px 0 0;
  padding: 0 17px 0 0;
  vertical-align: middle;
}
.crm-quote .QuickQuote_ShopSureBlock .title .title1 {
  float: left;
  font-size: 43px;
  font-weight: 400;
  padding-right: 7px;
}
.crm-quote .QuickQuote_ShopSureBlock .title .title2 {
  float: left;
  font-weight: 700;
}
.crm-quote .QuickQuote_ShopSureBlock .title .title2 {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_ShopSureBlock .title .title2 {
    font-size: calc(0.5vw + 0.645rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_ShopSureBlock .title .title2 {
    font-size: 1.12rem;
  }
}
.crm-quote .QuickQuote_ShopSureBlock .tagline {
  display: inline-block;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  width: 195px;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer {
  border: 0 dotted #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td {
  border: 0 dotted #ccc;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
  vertical-align: top;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td.ChangeOptionsButton {
  text-align: right;
  width: 170px;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td.EmailQuoteButton {
  width: 180px;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td.PersonalizeButton {
  width: 220px;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td.PersonalizeButton a {
  text-decoration: none;
}
.crm-quote .QuickQuote_YourQuote_ChangeOptionsButton,
.crm-quote .QuickQuote_YourQuote_EmailQuoteButton {
  background-color: #aaa;
  background-image: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 140px;
}
.crm-quote .QuickQuote_YourQuote_ChangeOptionsButton,
.crm-quote .QuickQuote_YourQuote_EmailQuoteButton {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ChangeOptionsButton,
  .crm-quote .QuickQuote_YourQuote_EmailQuoteButton {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ChangeOptionsButton,
  .crm-quote .QuickQuote_YourQuote_EmailQuoteButton {
    font-size: 1rem;
  }
}
.crm-quote .QuickQuote_YourQuote_PersonalizeButton,
.crm-quote .QuickQuote_QuoteSent_PersonalizeButton,
.crm-quote .QuickQuote_Email_PersonalizeButton {
  background-color: #9CCB3B;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: block;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 210px;
}
.crm-quote .QuickQuote_YourQuote_PersonalizeButton,
.crm-quote .QuickQuote_QuoteSent_PersonalizeButton,
.crm-quote .QuickQuote_Email_PersonalizeButton {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_PersonalizeButton,
  .crm-quote .QuickQuote_QuoteSent_PersonalizeButton,
  .crm-quote .QuickQuote_Email_PersonalizeButton {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_PersonalizeButton,
  .crm-quote .QuickQuote_QuoteSent_PersonalizeButton,
  .crm-quote .QuickQuote_Email_PersonalizeButton {
    font-size: 1.5rem;
  }
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer {
  margin: 10px 0 10px 10px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .Name, .crm-quote .Email {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 15px 0 0;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .RemoveButton {
  width: 20px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer span.Required {
  color: #b30000;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer input[type=text] {
  border: 1px solid #ccc;
  height: 35px;
  width: 250px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer div.RemoveButton {
  color: #58b9f5;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: center;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer div.RemoveButton {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_EmailQuote_EmailAddressContainer div.RemoveButton {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_EmailQuote_EmailAddressContainer div.RemoveButton {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .left_side {
  background-color: white;
  float: left;
  width: 50%;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .right_side {
  background-color: #ededed;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 50%;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .intro_text {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .intro_text {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .intro_text {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .note_required_fields {
  margin: 0 0 15px;
  text-align: center;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .note_required_fields .required:after {
  margin: 0;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .QuickQuote_EmailQuote_EmailAddressContainer {
  margin: 0;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .trRegisterCheckBoxContainer td {
  padding: 10px 0 5px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .trRegisterCheckBoxContainer input {
  float: left;
  margin: 2px 5px 10px 0;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .trRegisterCheckBoxContainer label {
  font-size: 0.63rem;
}
.crm-quote .QuickQuote_EmailQuote_AddEmailAddressLinkContainer {
  margin: 5px 0 15px;
  text-align: center;
}
.crm-quote .QuickQuote_EmailQuote_AddEmailAddressLinkContainer a {
  text-decoration: none;
}
.crm-quote .QuickQuote_EmailQuote_AddEmailAddressLinkContainer a:before {
  content: "+";
  border: 2px solid #051937;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  height: 17px;
  line-height: 12px;
  margin-right: 4px;
  vertical-align: middle;
  width: 17px;
}
.crm-quote .QuickQuote_EmailQuote_ButtonLine {
  margin: 5px 0 15px;
  text-align: right;
}
.crm-quote .QuickQuote_EmailQuote_CancelButton,
.crm-quote .QuickQuote_EmailQuote_SendButton {
  background-image: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  height: 40px;
  margin: 0 1px;
  width: 125px;
}
.crm-quote .QuickQuote_EmailQuote_CancelButton,
.crm-quote .QuickQuote_EmailQuote_SendButton {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_EmailQuote_CancelButton,
  .crm-quote .QuickQuote_EmailQuote_SendButton {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_EmailQuote_CancelButton,
  .crm-quote .QuickQuote_EmailQuote_SendButton {
    font-size: 1rem;
  }
}
.crm-quote .QuickQuote_EmailQuote_CancelButton {
  background-color: #aaa;
}
.crm-quote .QuickQuote_EmailQuote_SendButton {
  background-color: #9CCB3B;
  color: #001738;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou {
  margin: 10px 0 20px;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .left_side {
  background-color: white;
  float: left;
  width: 50%;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .right_side {
  background-color: #ededed;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 50%;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .note_required_fields {
  margin: 10px 0;
  text-align: center;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .note_required_fields .required:after {
  margin: 0;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou input[type=text] {
  border: 1px solid #aaa;
  color: black;
  height: 40px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 260px;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou input[type=text] {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_QuoteSent_ThankYou input[type=text] {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_QuoteSent_ThankYou input[type=text] {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_QuoteSent_ThankYou #btnSignUp {
  background-color: #aaa;
  background-image: none;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 125px;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou #btnSignUp {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_QuoteSent_ThankYou #btnSignUp {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_QuoteSent_ThankYou #btnSignUp {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .create_new_quote {
  font-weight: 700;
  padding: 20px 0 5px;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .button {
  border: none;
  border-radius: 7px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  margin: 0 5%;
  overflow: hidden;
  text-align: center;
  width: 90%;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .button {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_QuoteSent_ThankYou .button {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_QuoteSent_ThankYou .button {
    font-size: 1rem;
  }
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .button .btn_content, .crm-quote .QuickQuote_QuoteSent_ThankYou .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .crm-quote .QuickQuote_QuoteSent_ThankYou .button .quickadd_but, .crm-quote .QuickQuote_QuoteSent_ThankYou .button .wishList .quickadd_but, .wishList .crm-quote .QuickQuote_QuoteSent_ThankYou .button .quickadd_but {
  background-color: #9CCB3B;
  padding: 3px 10px 0;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .button .btn_content .btn_subtxt, .crm-quote .QuickQuote_QuoteSent_ThankYou .button #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .crm-quote .QuickQuote_QuoteSent_ThankYou .button .quickadd_but .btn_subtxt, .crm-quote .QuickQuote_QuoteSent_ThankYou .button .wishList .quickadd_but .btn_subtxt, .wishList .crm-quote .QuickQuote_QuoteSent_ThankYou .button .quickadd_but .btn_subtxt {
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock {
  margin: 20px auto 30px;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock p {
  border: 0 dotted #ccc;
  padding: 6px 0;
  vertical-align: middle;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock p {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock p {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock p {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock p.required {
  font-weight: bold;
  margin: 0;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Header {
  font-weight: 700;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Header {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Header {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Header {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Error {
  padding: 0;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Privacy {
  font-size: 0.63rem;
  font-weight: bolder;
  text-align: right;
  padding: 0 5px 0 0;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock span.Error {
  color: #b30000;
  font-weight: 600;
  margin: 6px 0;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpCompleted {
  background-color: #ededed;
  color: black;
  margin: 20px;
  padding: 20px;
  text-align: center;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpCompleted span.ThankYou {
  font-weight: 700;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpCompleted span.ThankYou {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_QuoteSent_EmailSignUpCompleted span.ThankYou {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_QuoteSent_EmailSignUpCompleted span.ThankYou {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine p {
  border: 0 dotted #ccc;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine .CallFor {
  font-weight: bold;
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine .CallFor {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_QuoteSent_ButtonLine .CallFor {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_QuoteSent_ButtonLine .CallFor {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine a {
  text-decoration: none;
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine ~ hr {
  background-color: #ccc;
  border: none;
  height: 1px;
  width: 100% !important;
}
.crm-quote .QuickQuote_QuoteSent_PersonalizeButton {
  width: 250px;
}
.crm-quote .QuickQuote_EmailContainer {
  margin: auto;
  overflow: visible;
  width: 620px;
}
.crm-quote .QuickQuote_Email_Header {
  border: 0 dotted #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  width: 100%;
}
.crm-quote .QuickQuote_Email_Header td {
  border: 0 dotted #ccc;
  padding: 0;
  vertical-align: middle;
}
.crm-quote .QuickQuote_Email_Header td.ViewInBrowserLink {
  font-weight: bold;
  padding: 0 0 20px;
  text-align: center;
}
.crm-quote .QuickQuote_Email_Header td.Logo {
  text-align: left;
}
.crm-quote .QuickQuote_Email_Header td.PersonalizeButton {
  text-align: right;
}
.crm-quote .QuickQuote_Email_Header td.PersonalizeButton a {
  float: right;
  text-decoration: none;
}
.crm-quote .QuickQuote_Email_PersonalizeButton {
  width: 250px;
}
.crm-quote .QuickQuote_Email_QuoteHead {
  line-height: 18px;
  margin-bottom: 20px;
}
.crm-quote .QuickQuote_Email_QuoteHead span.Customer {
  font-weight: bold;
}
.crm-quote .QuickQuote_Email_QuoteHead span.Customer {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Email_QuoteHead span.Customer {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Email_QuoteHead span.Customer {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Email_Footer {
  border: 0 dotted #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}
.crm-quote .QuickQuote_Email_Footer td {
  border: 0 dotted #ccc;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.crm-quote .QuickQuote_Email_Footer td.PersonalizeButton a {
  text-decoration: none;
}
.crm-quote .QuickQuote_Email_Footer td.CallFor {
  font-weight: bold;
}
.crm-quote .QuickQuote_Email_Footer td.CallFor {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_Email_Footer td.CallFor {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_Email_Footer td.CallFor {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_Email_Footer td.ThankYou {
  padding: 30px 0 10px;
}
.crm-quote .QuickQuote_Email_BaseLine {
  background-color: #ccc;
  border: none;
  height: 5px;
  margin: 0;
  padding: 0;
}
.crm-quote .QuickQuote_Email_ContactInfo {
  border: 0 dotted #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px auto 20px;
}
.crm-quote .QuickQuote_Email_ContactInfo td {
  border: 0 dotted #ccc;
  line-height: 18px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}
.crm-quote .div_change_option {
  height: 46px;
  width: 148px;
  line-height: 20px;
  margin-left: 65px;
}
.crm-quote .div_change_option {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .div_change_option {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .div_change_option {
    font-size: 0.88rem;
  }
}
.crm-quote .line_darkgrey {
  margin-left: 40px;
  width: 200px;
  height: 1px;
  background-color: darkgrey;
  margin-top: 15px;
}
.crm-quote button.DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("/Amsterdam/pict/calendar.png") no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top;
}
.crm-quote #divAddItemButton a::before {
  content: "+";
  border: 2px solid #051937;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  height: 17px;
  line-height: 15px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
.crm-quote #divAddItem a::before {
  content: "x";
  border: 2px solid #051937;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  height: 17px;
  line-height: 12px;
  margin-right: 4px;
  vertical-align: middle;
  width: 14px;
}
.crm-quote .quickquote_wrapper .no_studio_msg {
  margin: 0;
  width: auto;
  padding: 10px;
}
.crm-quote #optionDisclaimerCopy {
  color: black;
  margin-top: 10px;
  position: relative;
}
.crm-quote #optionDisclaimerCopy {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote #optionDisclaimerCopy {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote #optionDisclaimerCopy {
    font-size: 0.75rem;
  }
}
.crm-quote #optionDisclaimerCopy .boxpopup {
  text-decoration: none;
}
.crm-quote #optionDisclaimerCopy #quoteOptionOfferDetails {
  top: 30px;
  right: 0;
  background: white;
  position: absolute;
}
.crm-quote #optionDisclaimerCopy #quoteOptionOfferDetails .box {
  border: 1px solid #00649d;
}
.crm-quote #optionDisclaimerCopy #quoteOptionOfferDetails .box .arrow {
  margin-left: auto;
}
.crm-quote #disclaimerCopy {
  color: black;
  margin-top: 10px;
  position: relative;
}
.crm-quote #disclaimerCopy {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote #disclaimerCopy {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote #disclaimerCopy {
    font-size: 0.75rem;
  }
}
.crm-quote #disclaimerCopy .boxpopup {
  text-decoration: none;
}
.crm-quote #disclaimerCopy #quoteOfferDetails {
  top: 30px;
  right: 0;
  background: white;
  position: absolute;
}
.crm-quote #disclaimerCopy #quoteOfferDetails .box {
  border: 1px solid #00649d;
}
.crm-quote #disclaimerCopy #quoteOfferDetails .box .arrow {
  margin-left: auto;
}
.crm-quote .selectContent {
  width: 290px;
  position: relative;
  font-size: 12px;
}
.crm-quote .selectContent ul, .crm-quote .selectContent li {
  list-style: none;
}
.crm-quote .selectContent .selectText {
  height: 100%;
  line-height: 36px;
  padding-left: 10px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}
.crm-quote .selectContent .selectUl {
  border: 1px solid #c1c1c1;
  background: #ffffff;
  border-top: none;
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  padding-left: 0px;
}
.crm-quote .selectContent .selectUl .selectLi {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  cursor: pointer;
}
.crm-quote .selectContent .selectUl .selectLi:hover {
  background: #0074E8;
  color: white;
}
.crm-quote .selectContent .arrow {
  bottom: -16px;
  height: 16px;
  position: absolute;
  margin-left: -35px;
  top: 15px;
  left: 94% !important;
  overflow: hidden;
  width: 50px !important;
}
.crm-quote .selectContent .arrow:after {
  background: white;
  border: 1px solid #051937;
  box-shadow: 0 0 15px -5px #aaa;
  content: "";
  height: 25px;
  left: 20px;
  position: absolute;
  top: -20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
}
.crm-quote .pricing_flex {
  display: flex;
  /* font-size: 14px; */
  font-weight: 700;
  justify-content: space-between;
  padding: 5px 10px;
}
.crm-quote .pricing_flex div {
  text-align: left;
}
.crm-quote .pricing_flex .pricing_underline {
  border-bottom: 1px solid #ccc;
  flex-grow: 1;
  margin: 0 5px 3px 5px;
}
.crm-quote tr[id*=tr_UnitPrice] td:nth-child(2) {
  display: inline;
}
.crm-quote tr[id*=tr_UnitPrice] td {
  white-space: nowrap;
}
.crm-quote tr[id*=tr_UnitPrice] td div.pricing_flex {
  padding: 0;
  font-weight: normal;
}
.crm-quote tr[id*=tr_TotalDiscount] td {
  padding-right: 15px;
}
.crm-quote #crmDisclaimerCopy {
  height: auto;
  position: relative;
  color: black !important;
  font-family: Arial, Helvetica, Sans-Serif;
}
.crm-quote #crmDisclaimerCopy {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote #crmDisclaimerCopy {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote #crmDisclaimerCopy {
    font-size: 0.75rem;
  }
}
.crm-quote #crmDisclaimerCopy .boxpopup {
  text-decoration: none;
  color: #051937;
}
.crm-quote #crmDisclaimerCopy #crmQuickQuoteOfferDetails {
  top: 10px;
  right: 0;
  position: absolute;
}
.crm-quote #crmDisclaimerCopy #crmQuickQuoteOfferDetails .box {
  border: 1px solid #051937;
  padding: 0 0 0 0;
  color: black;
}
.crm-quote #crmDisclaimerCopy #crmQuickQuoteOfferDetails .box .arrow {
  margin-left: auto;
}

.touch_free_shipping.content {
  max-width: 950px;
  width: 100%;
  margin: 20px auto;
}
.touch_free_shipping.content h1 {
  color: #051937;
  font-weight: normal;
  text-align: center;
}
.touch_free_shipping.content h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 47rem) {
  .touch_free_shipping.content h1 {
    font-size: calc(0.5208333333vw + 1.2552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .touch_free_shipping.content h1 {
    font-size: 1.75rem;
  }
}
.touch_free_shipping.content > p {
  text-align: center;
}
.touch_free_shipping.content > p {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .touch_free_shipping.content > p {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .touch_free_shipping.content > p {
    font-size: 0.88rem;
  }
}
.touch_free_shipping.content .image_flex {
  display: flex;
  justify-content: space-between;
}
.touch_free_shipping.content .image_flex div {
  width: 33%;
}
.touch_free_shipping.content .image_flex p {
  text-align: center;
}
.touch_free_shipping.content .image_flex p {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  .touch_free_shipping.content .image_flex p {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .touch_free_shipping.content .image_flex p {
    font-size: 1.25rem;
  }
}
.touch_free_shipping.content .image_flex img {
  max-width: 299px;
}
.touch_free_shipping.content .touch_form_container {
  background-color: #ededed;
  margin-top: 40px;
  padding: 30px 3%;
}
.touch_free_shipping.content .touch_form_container > p {
  color: #296ba9;
  text-align: center;
  padding-bottom: 20px;
}
.touch_free_shipping.content .touch_form_container > p {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  .touch_free_shipping.content .touch_form_container > p {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .touch_free_shipping.content .touch_form_container > p {
    font-size: 1.5rem;
  }
}
.touch_free_shipping.content .touch_form_container .touch_form_inner {
  background-color: white;
  padding: 20px 3%;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner p {
  margin: 3px 0 0;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner span.required {
  color: #ff0000;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner span.text {
  font-weight: initial !important;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner textarea {
  border: 1px solid #b4b4b4;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=text], .touch_free_shipping.content .touch_form_container .touch_form_inner select {
  border: 1px solid #b4b4b4;
  height: 44px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=radio] {
  margin-left: 5px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner select {
  margin-right: 10px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner select option[disabled] {
  display: none;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=text].xsmall {
  width: 92px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=text].small {
  width: 106px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=text].medium {
  width: 139px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=text].large {
  width: 186px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=text].xlarge {
  width: 383px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner textarea.packitems {
  width: 511px;
  height: 124px;
  display: inherit;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner textarea.comment_box {
  max-width: 790px;
  width: 100%;
  height: 124px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner p.dash {
  height: 41px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_flex {
  display: flex;
  justify-content: space-between;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_flex.left {
  justify-content: flex-start;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group {
  margin-top: 20px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group.left_margin {
  margin-left: 50px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group span label {
  display: inline;
  font-weight: initial;
  margin-left: 5px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group span input[type=radio] {
  width: 12.5px;
  height: 12.5px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group table {
  display: inline-block;
  vertical-align: middle;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group table td {
  padding-right: 5px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group table label {
  font-weight: initial;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group .block {
  display: block;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group .divAreaCode {
  width: 106px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_group .mt15 {
  margin-top: 15px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_multi_textbox {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  height: 100%;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .input_multi_textbox.left_margin {
  margin-left: 5px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .radio_container {
  margin-bottom: 5px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .radio_container p {
  display: inline-block;
  vertical-align: top;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner .radio_container input {
  margin-top: 4px;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=submit] {
  background-color: #9CCB3B;
  border: none;
  border-radius: 0;
  display: block;
  color: white;
  width: 223px;
  height: 44px;
  margin: 20px auto 0;
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=submit] {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .touch_free_shipping.content .touch_form_container .touch_form_inner input[type=submit] {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .touch_free_shipping.content .touch_form_container .touch_form_inner input[type=submit] {
    font-size: 1rem;
  }
}
.touch_free_shipping.content .touch_form_container .touch_form_inner input[type=submit]:hover {
  background-color: #fff;
  border: 2px solid #9CCB3B;
  color: #9CCB3B;
}
.touch_free_shipping.content .step2 {
  text-align: center;
  margin-top: 40px;
}
.touch_free_shipping.content .step2 img {
  width: 67px;
  height: 65px;
}
.touch_free_shipping.content .step2 p {
  text-align: center;
  margin: auto;
}
.touch_free_shipping.content .step2 p {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .touch_free_shipping.content .step2 p {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .touch_free_shipping.content .step2 p {
    font-size: 0.88rem;
  }
}
.touch_free_shipping.content .step2 p:first-of-type {
  margin-top: 10px;
}
.touch_free_shipping.content .banner_description {
  display: table;
  left: 15%;
  height: 55px;
  position: absolute;
  top: 48%;
  width: 71%;
  z-index: 1;
}
@media (min-width: 950px) {
  .touch_free_shipping.content .banner_description {
    height: 75px;
  }
}
.touch_free_shipping.content .banner_description .description {
  color: white;
  font-size: 1.8vw;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 1115px) {
  .touch_free_shipping.content .banner_description .description {
    font-size: 21px;
  }
}
.touch_free_shipping.content .banner_flex {
  display: block;
  justify-content: space-between;
  position: relative;
}
.touch_free_shipping.content .banner_flex img {
  height: auto;
  max-width: 1192px;
  width: 100%;
}
.touch_free_shipping.content .banner_flex .coupon {
  color: white;
  position: absolute;
  top: 22%;
  left: 46%;
  transform: rotate(5deg);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.touch_free_shipping.content .banner_flex .coupon p {
  font-weight: bold;
  margin: 0;
}
.touch_free_shipping.content .banner_flex .coupon p.codeTitle {
  font-size: 2.1vw;
}
@media (min-width: 950px) {
  .touch_free_shipping.content .banner_flex .coupon p.codeTitle {
    font-size: 22px;
  }
}
.touch_free_shipping.content .banner_flex .coupon p.code {
  font-size: 40px;
  margin-top: 5px;
}
.touch_free_shipping.content .banner_flex .coupon_desc {
  position: absolute;
  right: 0.5%;
  top: 18%;
  display: flex;
  align-items: center;
  width: 36.5%;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}
.touch_free_shipping.content .banner_flex .coupon_desc p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.touch_free_shipping.content .banner_flex .coupon_desc p.coupon_header {
  font-size: 21px;
}
.touch_free_shipping.content .banner_flex .coupon_desc p.coupon_originalDesc {
  white-space: initial;
  line-height: 3vh;
  font-size: 1.5vw;
}
@media (min-width: 950px) {
  .touch_free_shipping.content .banner_flex .coupon_desc p.coupon_originalDesc {
    font-size: 20px;
  }
}
.touch_free_shipping.content .banner_flex a {
  color: #fff;
  font-size: 1.2vw;
  position: absolute;
  bottom: 12px;
  right: 8px;
  text-decoration: none;
}
@media (min-width: 950px) {
  .touch_free_shipping.content .banner_flex a {
    font-size: 0.63rem;
  }
}
@media screen and (min-width: 950px) and (min-width: 47rem) {
  .touch_free_shipping.content .banner_flex a {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 950px) and (min-width: 95rem) {
  .touch_free_shipping.content .banner_flex a {
    font-size: 0.75rem;
  }
}
.touch_free_shipping.content .banner_flex #offerDetailsOnSearchByCode {
  right: 15px;
  background: white;
  position: absolute;
}
.touch_free_shipping.content .banner_flex #offerDetailsOnSearchByCode .box {
  border: 1px solid #0076bb;
}
.touch_free_shipping.content .banner_flex #offerDetailsOnSearchByCode .box .top-right-circle-hex {
  line-height: 20px;
}
.touch_free_shipping.content .banner_flex #offerDetailsOnSearchByCode .box .top.arrow {
  left: 83%;
}
.touch_free_shipping.content .banner_flex #offerDetailsOnSearchByCode .box .content {
  padding: 12px 50px 12px 10px !important;
  width: 280px;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}

.whatabout_codes_wrapper {
  border-top: 15px solid #ffaa01;
  padding: 15px;
}
.whatabout_codes_wrapper h1 {
  font-size: 1.6rem;
  color: black;
}

.whatabout_codes_wrapper p {
  color: #757575;
  font-size: 15px;
}

.whatabout_codes_wrapper .title {
  color: #000;
  font-weight: 700;
}

.whatabout_codes_wrapper .note {
  color: #000;
  font-size: 10px;
  font-weight: 400;
}

.whatabout_codes_wrapper .coupon-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 10px;
}

.whatabout_codes_wrapper .coupon-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #f9f9f9;
  width: 100%;
}

.whatabout_codes_wrapper .coupon-text {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.whatabout_codes_wrapper .plus-icon {
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

#layout .a {
  display: none;
}

#layout .bc {
  padding: 5px;
  width: 100%;
}

.col2 {
  margin-bottom: 25px;
}

/*.col2 > div {
            display: inline-block;
            width: 49%;
            vertical-align: top;
        }

            .col2 > div:first-of-type {
                padding-right: 10px;
            }*/
h1 {
  color: black;
  font-size: 1.8em;
  margin-left: 0;
}

h2 {
  color: black;
  font-size: 1.5em;
}

h3 {
  color: black;
  font-size: 1.3em;
}

h4 {
  color: black;
  font-size: 1.1em;
}

.privacy.content {
  font-size: 1.1em;
  line-height: 1.35em;
  margin-top: 20px;
  max-width: 1200px;
}

.circle {
  list-style: circle;
  padding-left: 40px;
  font-size: 13px;
}

.disc {
  padding-left: 18px;
  list-style: disc;
  font-size: 13px;
}

.disc > li {
  margin: 13px 0;
  font-size: 13px;
}

.inline-block {
  display: inline-block;
}

/* Frequent Flyer - START */
.frequentflyer_wrapper .offer_section {
  background-image: url("/Amsterdam/pict/frequentflyer/clouds-with-plane.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 478px;
}

.frequentflyer_wrapper .offer_section .footnote {
  color: #666;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 427px;
}

.frequentflyer_wrapper .title_wrapper {
  padding: 20px 0;
  text-align: center;
}

.frequentflyer_wrapper .title_wrapper h1 {
  color: #000;
  font-size: 50px;
  font-weight: 400;
}

.frequentflyer_wrapper .title_wrapper h2 {
  color: #051937;
  font-size: 18px;
  font-weight: 700;
}

.frequentflyer_wrapper .overview_wrapper {
  margin: 0;
}

.frequentflyer_wrapper .overview_wrapper .description {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  width: 42%;
}

.frequentflyer_wrapper .overview_wrapper .description .couponcode {
  color: #051937;
}

.frequentflyer_wrapper .highlights_wrapper {
  background-color: #035aa9;
  background-image: url("/Amsterdam/pict/frequentflyer/world-bg.png");
  background-position: center 100%;
  background-repeat: no-repeat;
  overflow: auto;
  padding: 30px;
}

.frequentflyer_wrapper .highlights_wrapper .top_title {
  color: #fff;
  font-size: 40px;
  margin: 10px 0 50px;
  text-align: center;
}

.frequentflyer_wrapper .highlights_wrapper .highlights_row {
  display: table-row;
}

.frequentflyer_wrapper .highlights_wrapper .highlights_row > div {
  box-sizing: border-box;
  display: table-cell;
  padding: 40px;
  text-align: center;
  width: 50%;
}

.frequentflyer_wrapper .highlights_wrapper .highlights_row > div > div {
  margin: 0 auto;
}

.frequentflyer_wrapper .highlights_wrapper .highlights_row .icon {
  background-size: 130px 130px;
  height: 130px;
  margin-bottom: 10px;
  width: 130px;
}

.frequentflyer_wrapper .highlights_wrapper .highlights_row .title {
  color: #fff;
  font-size: 26px;
}

.frequentflyer_wrapper .highlights_wrapper .highlights_row .description {
  color: #fff;
  font-size: 14px;
  width: 80%;
}

.frequentflyer_wrapper .highlights_wrapper .highlight_1 {
  border-right: 1px solid #327cbd;
  border-bottom: 1px solid #327cbd;
}

.frequentflyer_wrapper .highlights_wrapper .highlight_2 {
  border-left: 1px solid #327cbd;
  border-bottom: 1px solid #327cbd;
}

.frequentflyer_wrapper .highlights_wrapper .highlight_3 {
  border-top: 1px solid #327cbd;
  border-right: 1px solid #327cbd;
}

.frequentflyer_wrapper .highlights_wrapper .highlight_4 {
  border-top: 1px solid #327cbd;
  border-left: 1px solid #327cbd;
}

.frequentflyer_wrapper .highlights_wrapper .highlight_1 .icon {
  background-image: url("/Amsterdam/pict/frequentflyer/icon-check.svg");
}

.frequentflyer_wrapper .highlights_wrapper .highlight_2 .icon {
  background-image: url("/Amsterdam/pict/frequentflyer/icon-24hr.svg");
}

.frequentflyer_wrapper .highlights_wrapper .highlight_3 .icon {
  background-image: url("/Amsterdam/pict/frequentflyer/icon-art.svg");
}

.frequentflyer_wrapper .highlights_wrapper .highlight_4 .icon {
  background-image: url("/Amsterdam/pict/frequentflyer/icon-shake.svg");
}

.frequentflyer_wrapper .block_products {
  border-collapse: separate;
  border-spacing: 14px 0;
  clear: both;
  padding: 20px 0 40px;
  width: 100%;
}

.frequentflyer_wrapper .block_products th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 20px solid #004f98;
  padding: 5px 0;
  text-align: center;
}

.frequentflyer_wrapper .block_products th a {
  color: #878787;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.frequentflyer_wrapper .block_products td {
  border: none;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.gsa_wrapper {
  margin: 0;
}

#footerbot {
  padding-top: 0;
}

/* Frequent Flyer - END */
#HR_homepg #hero {
  border-bottom: 5px solid #999;
  line-height: 0;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}

#hero img {
  width: 100%;
}

.container {
  max-width: 950px;
  height: auto;
  margin: 0 auto;
}

table.all_promo a {
  color: #878787;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

table.all_promo h1 {
  color: #878787;
  font-size: 22px;
  font-weight: 400;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  margin: 0;
  text-align: center;
}

table.all_promo img {
  width: 100%;
}

@media screen and (max-width: 850px) {
  .table_spec {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  table.table_spec {
    width: 48.5%;
  }
}
@media screen and (max-width: 700px) {
  .table_spec {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  table a {
    font-size: 18px;
  }
}
@media screen and (max-width: 690px) {
  .all_promo tr:first-child th h1 {
    font-size: 95%;
  }
}
#pcode_small {
  background-color: #dfe9f5;
  border: none;
  float: none;
  height: auto;
  margin: 5px 0 20px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#pcode_small #pcode_content {
  color: #555;
  display: inline-block;
  margin: 8px 0 0 16px;
  overflow: hidden;
  padding: 0;
  width: auto;
}

#pcode_small #pcode_content .title_wrapper {
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  /*text-align: right;*/
}

#pcode_small #pcode_content .title_wrapper .title1 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
}

#pcode_small #pcode_content .title_wrapper .title3 {
  clear: left;
  color: #878787;
  font-weight: 700;
  margin-left: 17px;
}

#pcode_small #pcode_content input {
  float: left;
}

#pcode_small #pcode_content .prsText {
  border-top: 1px solid #877572;
  border-right: 1px solid #cdc3c2;
  border-bottom: 1px solid #cdc3c2;
  border-left: 1px solid #877572;
  color: #acabab;
  display: block;
  font-weight: 500;
  margin: 3px 0 0 17px;
  padding: 0 0 0 3px;
  border: 1px solid #ffc72c;
  height: 45px;
  padding-top: 0;
  width: 217px;
}

#pcode_small #pcode_content .prsBut {
  background-color: #ffc72c;
  background-image: none;
  border: 1px solid #ffc72c;
  border-radius: 0 7px 7px 0;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: 47px;
  line-height: 45px;
  margin: 3px 0 0 -3px;
  padding: 0;
  width: 77px;
}

#pcode_small #pcode_content #pcode_what {
  clear: both;
  float: right;
  font-size: 8px;
  margin: 2px 10px 0 0;
  padding: 0;
  text-transform: uppercase;
}

#pcode_small #pcode_content #pcode_what a {
  color: #047ec3;
  text-decoration: underline;
}

#pcode_small #pcode_content .searchContianer {
  float: left;
}

#pcode_small #pcode_content .searchbox {
  float: left;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper {
  border: 1px solid #ffc72c;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
  top: 65px;
  width: auto;
  z-index: 1;
  display: none;
}

@media (min-width: 1531px) {
  #pcode_small #pcode_content .searchbox .advancedSearch_wrapper {
    left: auto;
    right: auto;
  }
}
#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper, #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 175px;
  background-color: white;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
  padding: 10px 0 12px 10px;
  color: #000;
  font-size: 16px;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_textWrapper .textItem_selected, #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .textItem_selected {
  background-color: #dde9f7;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results {
  background-color: #dde9f7;
  padding-left: 20px;
  width: auto;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .results_header {
  font-size: 18px;
  font-weight: bold;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_container {
  display: inline-block;
  margin: 0 4px 30px 0;
  overflow: hidden;
  vertical-align: top;
  width: 134px;
}

@media (min-width: 800px) {
  #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_container {
    width: 194px;
  }
}
#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_image_container {
  cursor: pointer;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image {
  padding-right: 10px;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image img {
  width: 100%;
}

@media (min-width: 800px) {
  #pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image img {
    width: auto;
  }
}
#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info {
  clear: both;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name {
  font-size: 14px;
  font-weight: 700;
  text-overflow: initial;
  white-space: normal;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a {
  color: #051937;
  text-decoration: none;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a:hover {
  text-decoration: underline;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
  color: #999;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_price {
  display: inline-block;
  font-size: 14px;
}

#pcode_small #pcode_content .searchbox .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .review_stars {
  float: left;
}

#pcode_small #pcode_content .searchContianer .srctext {
  border-top: 1px solid #877572;
  border-right: 1px solid #cdc3c2;
  border-bottom: 1px solid #cdc3c2;
  border-left: 1px solid #877572;
  color: #acabab;
  display: block;
  font-weight: 500;
  margin: 3px 0 0 0;
  padding: 0 0 0 8px;
  border: 1px solid #ffc72c;
  height: 45px;
  width: 217px;
}

#pcode_small #pcode_content .searchContianer .srcbut {
  background-color: #ffc72c;
  background-image: none;
  border: 1px solid #ffc72c;
  border-radius: 0 7px 7px 0;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  margin: 3px 0 0 -3px;
  padding: 0;
  width: 77px;
}

#pcode_small #pcode_content .searchContianer .pcode_error_wrapper {
  margin-left: -100px;
  height: 10px;
  color: red;
  font-size: 11px;
}

.shop_by_wrapper {
  max-width: 1192px;
  margin: 0 auto;
  /* media queries*/
}
.shop_by_wrapper img:first-child {
  width: 100%;
  margin: 0 0 10px 0;
}
.shop_by_wrapper .banner_text {
  padding: 5px;
  max-width: 950px;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 3%;
  font-size: 50px;
  font-weight: bold;
  color: #40b8fb;
}
.shop_by_wrapper .banner_container {
  width: 100%;
  margin: 0 0 15px 0;
}
.shop_by_wrapper .banner_container img {
  max-width: 100%;
}
.shop_by_wrapper .category_container {
  width: 18%;
  height: auto;
  border: 2px solid #ddd;
  text-align: center;
  margin: 0 0.75% 15px 1%;
  padding: 10px 0 0 0;
  display: inline-block;
  font-family: arial;
  vertical-align: top;
}
.shop_by_wrapper .category_container img {
  display: block;
  margin: 0 auto 15px auto;
}
.shop_by_wrapper .category_container a.button_link {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20% 10px 20%;
  background-color: #9CCB3B;
  color: #001738;
  border-radius: 7px;
  font-size: 1.4em !important;
}
.shop_by_wrapper .category_container p.shop_buy_text {
  width: 90%;
  margin: 15px auto 10px auto;
  text-align: left;
  font-family: arial;
  font-size: 14px;
  line-height: 16px;
  height: 190px;
  float: left;
  padding: 0 0 0 7px;
}
.shop_by_wrapper .no_right_margin {
  margin-right: 0;
}
.shop_by_wrapper .cat_title {
  color: #356798;
  display: block;
  font-family: arial;
  font-size: 1.35em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.shop_by_wrapper .cat_title_min_margin {
  margin: 0 0 5px 0;
  line-height: 1.1em;
}
.shop_by_wrapper .clear_link_spec {
  margin: 0;
  padding: 0;
  color: blue;
  font-family: arial;
}
@media screen and (max-width: 830px) {
  .shop_by_wrapper .cat_title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 900px) {
  .shop_by_wrapper .category_container p.shop_buy_text {
    height: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .shop_by_wrapper .banner_text {
    font-size: 42px;
  }
}
@media screen and (max-width: 949px) {
  .shop_by_wrapper .banner_text {
    font-size: 42px;
    top: 2%;
  }
}
@media screen and (max-width: 875px) {
  .shop_by_wrapper .banner_text {
    font-size: 38px;
  }
}
@media screen and (max-width: 849px) {
  .shop_by_wrapper .category_container p.shop_buy_text {
    height: 230px;
  }
}
@media screen and (max-width: 800px) {
  .shop_by_wrapper .category_container p.shop_buy_text {
    height: 270px;
  }
  .shop_by_wrapper .banner_text {
    font-size: 34px;
  }
}
@media screen and (max-width: 720px) {
  .shop_by_wrapper .banner_text {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .shop_by_wrapper .category_container {
    width: 47%;
  }
  .shop_by_wrapper .category_container p.shop_buy_text {
    height: 125px;
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 630px) {
  .shop_by_wrapper .banner_text {
    font-size: 28px;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .shop_by_wrapper .category_container p.shop_buy_text {
    height: 150px;
  }
  .shop_by_wrapper .banner_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .shop_by_wrapper .category_container {
    margin: 0 0.75% 15px 0.75%;
  }
}
@media screen and (max-width: 430px) {
  .shop_by_wrapper .category_container {
    width: 95%;
    margin: 0 auto 10px 2%;
    text-align: center;
  }
  .shop_by_wrapper .category_container p.shop_buy_text {
    height: 150px;
    width: 98%;
  }
  .shop_by_wrapper .cat_title {
    font-size: 1.35em;
  }
  .shop_by_wrapper .banner_text {
    font-size: 14px;
  }
}
.shop_by_wrapper .shop_title {
  position: relative;
}

#header #main .main__nav .wrap-main-links li.normal-link {
  border: 0 !important;
}

.recommendation_container a {
  text-decoration: none;
}

.pdpcontent {
  max-width: 1300px;
  color: #343638;
  margin: auto;
}
@media (max-width: 1300px) {
  .pdpcontent {
    padding: 2%;
  }
}
.pdpcontent .breadcrumbs {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pdpcontent .breadcrumbs {
    float: none;
  }
}

.pdp-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  gap: 20px;
  overflow-x: hidden;
}
.pdp-container .product-section {
  flex: 1;
  width: 100%;
  position: relative;
}
.pdp-container .product-section .product-image {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .pdp-container .product-section .product-image {
    padding: 5%;
  }
}
.pdp-container .product-section .product-image .icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .pdp-container .product-section .product-image .icons {
    top: 40px;
    right: 40px;
  }
}
.pdp-container .product-section .product-image .icons img {
  width: 44px;
  height: 44px;
  padding: 6px;
}
.pdp-container .product-section .product-image .icons img:focus-visible {
  border: 2px solid #343638;
  border-radius: 100px;
}
.pdp-container .product-section .product-image .icons img:hover {
  border: 2px solid #343638;
  border-radius: 100px;
}
.pdp-container .product-section .product-image .icons img:active {
  border: 2px solid #343638;
  border-radius: 100px;
  background: rgba(0, 38, 62, 0.12);
}
.pdp-container .product-section .product-image .icons img::selection {
  border: 2px solid #343638;
  border-radius: 100px;
  background-color: rgba(0, 38, 62, 0.12);
}
.pdp-container .product-section .zoom {
  color: black;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .pdp-container .product-section .zoom {
    display: none;
  }
}
.pdp-container .product-section .product-thumbnails {
  display: flex;
  margin-top: 20px;
  gap: 8px;
  padding: 3.5px 5px 1.5px 6px;
  flex-wrap: wrap;
}
.pdp-container .product-section .product-thumbnails .selected {
  border: 2px solid #00263E !important;
}
.pdp-container .product-section .product-thumbnails img {
  width: 44px;
  border-radius: 4px;
  border: 2px solid #C9CDD0;
  transition: transform 0.2s ease-in-out;
}
.pdp-container .product-section .product-thumbnails img:hover {
  border: 2px solid #3AA1BC;
  transform: scale(1.2);
}
.pdp-container .product-section .product-thumbnails img:active {
  border: 2px solid #00263E;
  transform: scale(1.2);
}
.pdp-container .product-section .product-thumbnails img:focus {
  border: 2px solid #0B4387;
}
@media (max-width: 960px) {
  .pdp-container .product-section .product-thumbnails {
    display: none;
  }
}
.pdp-container .product-section .guarantee-section {
  margin-top: 20px;
  padding: 16px;
  background-color: #F0F1F2;
  text-align: center;
  cursor: pointer;
}
.pdp-container .product-section .guarantee-section .guarantee-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-container .product-section .guarantee-section .satisfaction_guaranteed {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  color: #00263E;
}
.pdp-container .product-section .guarantee-section .guaranteed {
  margin-top: 5px;
}
.pdp-container .product-section .guarantee-section .hundred-per {
  font-weight: 400;
  font-size: 45px;
  line-height: 52px;
  color: #00263E;
}
.pdp-container .product-section .guarantee-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
}
.pdp-container .product-section .guarantee-section .learn-more {
  color: #00263E;
  text-decoration: underline;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.pdp-container .product-section .guarantee-section .learn-more:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .pdp-container .product-section .guarantee-section {
    display: none;
  }
}
.pdp-container .product-section .guarantee-section:hover {
  filter: brightness(0.9);
}
.pdp-container .details-pricing-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pdp-container .details-pricing-section .details-section .loading {
  display: block !important;
  position: relative !important;
  height: 150px !important;
}
.pdp-container .details-pricing-section .details-section .vwo-btn-txt {
  padding: 0;
  margin: 6px 0 0 0;
  font-size: 11px;
}
.pdp-container .details-pricing-section .details-section .vwo-btns-or {
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
  margin-top: -18px;
}
.pdp-container .details-pricing-section .details-section header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pdp-container .details-pricing-section .details-section header .product-title {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  color: #343638 !important;
  margin-bottom: 12px !important;
}
.pdp-container .details-pricing-section .details-section header #badgeView {
  white-space: nowrap;
}
.pdp-container .details-pricing-section .details-section header #badgeView .text {
  color: #00263E;
  font-family: "Libre Franklin";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.pdp-container .details-pricing-section .details-section header .badge {
  padding: 4px;
  font-size: 13px;
  color: #00263E;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}
.pdp-container .details-pricing-section .details-section header .badge .product_badge_lg {
  padding: 4px;
  position: static;
}
.pdp-container .details-pricing-section .details-section .product-info {
  margin-top: -10px;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings {
  display: flex;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .item-number {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 24px;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .rating-stars {
  font-size: 12px;
  color: yellow;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .rating-value {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin-right: 8px;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .reviews {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #166CBB;
  text-decoration: underline;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .reviews:hover {
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail {
  display: flex;
  padding: 4px 8px 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail span {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail img {
  width: 32px;
  height: 32px;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail a {
  color: #003087 !important;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail a:hover {
  text-decoration: underline !important;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail .icon_view {
  position: relative;
  padding: 4px;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail .icon_num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: #4EC3E0;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.055px;
  z-index: 1;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail .icon_color {
  filter: drop-shadow(1000px 0 0 #001738);
  transform: translate(-1000px);
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .detail-before:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  width: 1px;
  background-color: #C9CDD0;
}
.pdp-container .details-pricing-section .details-section .product-info .discount-detail {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pdp-container .details-pricing-section .details-section .product-info .discount-detail .discount {
  color: #b30000;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.pdp-container .details-pricing-section .details-section .product-info .lowprice {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  letter-spacing: 0.08px;
}
.pdp-container .details-pricing-section .details-section .product-info .lowprice span {
  color: #b30000;
}
.pdp-container .details-pricing-section .details-section .product-info::after {
  content: "";
  display: block;
  border-top: 1px solid #C9CDD0;
  margin-top: 20px;
}
.pdp-container .details-pricing-section .details-section .color-options {
  margin: 20px 0;
}
.pdp-container .details-pricing-section .details-section .color-options .color-warning {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  background-color: #FFF1E4;
  color: #BE461E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 3px;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .color-options .color-warning .warning {
  display: flex;
  gap: 8px;
}
.pdp-container .details-pricing-section .details-section .color-options .color-warning .clear-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #BE461E;
  font-size: 18px;
}
.pdp-container .details-pricing-section .details-section .color-options .color-features {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 5px;
}
.pdp-container .details-pricing-section .details-section .color-options label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #00263E;
}
.pdp-container .details-pricing-section .details-section .color-options .color-swatches {
  display: flex;
  margin-bottom: 4px;
  gap: 5px;
}
.pdp-container .details-pricing-section .details-section .color-options .color-swatches .color {
  border: 2px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 1px;
  position: relative;
}
.pdp-container .details-pricing-section .details-section .color-options .color-swatches .color .inner-color {
  width: 36px;
  height: 36px;
  border: 1px solid #C9CDD0;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pdp-container .details-pricing-section .details-section .color-options .color-swatches .color .inner-color {
    width: 30px;
    height: 30px;
  }
}
.pdp-container .details-pricing-section .details-section .color-options .color-swatches .color.selected {
  border-color: #000 !important;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  gap: 4px;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch input[type=checkbox] {
  display: none;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch label {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  transition: background-color 0.3s;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #00263E;
  margin-bottom: 5px;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch input[type=checkbox]:checked + label {
  background-color: #00263E;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch input[type=checkbox]:checked + label::after {
  transform: translateX(20px);
}
.pdp-container .details-pricing-section .details-section div#selected-color {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity {
  display: flex;
  padding-top: 8px;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  margin-top: 20px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .total-order {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection {
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  padding: 24px 0px 16px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container {
  display: flex;
  padding: 4px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: #F0F1F2;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .color-block-selected {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .remove-color-block {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .color-block {
  width: 20px;
  height: 20px;
  border: 1px solid #F0F1F2;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .color-block.light-gray {
  background-color: #d3d3d3;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .color-block.red {
  background-color: red;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .selected-color {
  font-size: 14px;
  font-weight: 600;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .remove-color {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #00263E;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  box-sizing: border-box;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-btn {
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  font-size: 16px;
  width: 30px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-btn:hover {
  background: #f0f0f0;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-control input {
  border: none;
  background: none;
  text-align: center;
  width: 50px;
  font-size: 16px;
  outline: none;
  -moz-appearance: textfield;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-control input::-webkit-outer-spin-button,
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .out-of-stock, .pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .stock-status, .pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .additional-cost {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .stock-info-container {
  position: relative;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .out-of-stock {
  color: #BE461E;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .stock-status {
  font-size: 12px;
  position: absolute;
  font-weight: 500;
  line-height: 16px;
  background-color: #FFF1E4;
  border-radius: 5px;
  left: 23px;
  bottom: 18px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .stock-status img {
  cursor: pointer;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .additional-cost {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 5px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity::after {
  content: "";
  display: block;
  border-top: 1px solid #C9CDD0;
  margin-top: 20px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity::before {
  content: "";
  display: block;
  border-top: 1px solid #C9CDD0;
  margin-top: 20px;
}
.pdp-container .details-pricing-section .details-section .order-summary {
  margin-top: 20px;
  display: flex;
  padding: 1rem 0;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.pdp-container .details-pricing-section .details-section .order-summary .setup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.pdp-container .details-pricing-section .details-section .order-summary .total-amount {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  margin-top: 10px;
}
.pdp-container .details-pricing-section .details-section .order-summary .info-icon {
  margin-left: 5px;
  cursor: pointer;
}
.pdp-container .details-pricing-section .details-section .size-features {
  margin: 20px 0;
}
.pdp-container .details-pricing-section .details-section .size-features .sizes-available {
  display: flex;
  flex-direction: column;
}
.pdp-container .details-pricing-section .details-section .size-features .size-options {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pdp-container .details-pricing-section .details-section .size-features .sizes {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #00263E;
}
.pdp-container .details-pricing-section .details-section .size-features .size {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.pdp-container .details-pricing-section .details-section .size-features .size.unavailable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DC0031;
  transform: rotate(-45deg);
  transform-origin: center;
}
.pdp-container .details-pricing-section .details-section .size-features .size + .size {
  border-left: 1px solid #C9CDD0;
  padding-left: 15px;
}
.pdp-container .details-pricing-section .details-section .add-to-cart {
  border: none;
  background-color: #9CCB3B;
  color: #001738;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  height: 44px;
  letter-spacing: 0.035px;
  text-align: center;
}
.pdp-container .details-pricing-section .details-section .add-to-cart:hover {
  background-color: #001738;
  color: #9CCB3B !important;
  border: 1px solid #9CCB3B;
}
.pdp-container .details-pricing-section .details-section .add-to-cart a {
  color: #001738;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.pdp-container .details-pricing-section .details-section .add-to-cart a:hover {
  color: #9CCB3B;
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .add-to-cart input {
  border: 0;
  background-color: #9CCB3B;
  color: #001738;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.pdp-container .details-pricing-section .details-section .add-to-cart input:hover {
  background-color: #001738;
  color: #9CCB3B !important;
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtylabelproddet {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #44791B;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet {
  width: 100%;
  height: 36px;
  padding: 8px 24px;
  border-radius: 8px;
  border: 1px solid #C9CDD0;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.035px;
  text-align: center;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet:focus-visible {
  border: 1px solid #0B4387;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet:hover {
  border: 1px solid #3AA1BC;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet:active {
  border: 1px solid #00263E;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet::selection {
  border: 1px solid #00263E;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .design_it_for_me {
  border: 2px solid #003087;
  background-color: #fff;
  color: #003087;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  width: 100%;
  height: 44px;
  letter-spacing: 0.035px;
  text-decoration: none;
  outline: none;
}
.pdp-container .details-pricing-section .details-section .design_it_for_me:hover {
  background-color: #003087;
  color: white;
  border: 1px solid #003087;
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .links {
  display: flex;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pdp-container .details-pricing-section .details-section .links .link {
  position: relative;
  color: #00263E;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}
.pdp-container .details-pricing-section .details-section .links .link:hover {
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .links .link:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 120%;
  width: 1px;
  background-color: #C9CDD0;
  right: -8px;
  top: 0;
}
.pdp-container .details-pricing-section .pricing-section {
  display: flex;
  padding: 0px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table {
  border-collapse: collapse;
  margin-top: 10px;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .normalPricing {
  text-decoration: auto !important;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .trRegularTotalClass, .pdp-container .details-pricing-section .pricing-section .pricing-table .trSaleTotalClass {
  display: none;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .thtrView {
  background: #F0F1F2;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table tr {
  display: flex;
  padding: 8px 0px;
  align-items: flex-start;
  align-self: stretch;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table th {
  flex: 1;
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 10px;
  color: #00263E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.035px;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table td {
  flex: 1;
  display: flex;
  padding: 0 4px;
  align-items: center;
  gap: 10px;
  color: #343638;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.035px;
  font-weight: 400;
  gap: 10px;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table td:nth-child(1) {
  font-weight: 600;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .linePricing {
  font-weight: 400;
  text-decoration: line-through;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .unitPrice {
  color: #b30000;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .savings {
  color: #256A2E;
}
@media (max-width: 960px) {
  .pdp-container .details-pricing-section {
    flex-direction: column;
  }
  .pdp-container .details-pricing-section .details-pricing-section {
    order: 2;
  }
}
.pdp-container .features-details-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pdp-container .features-details-container .features-section,
.pdp-container .features-details-container .features-details-section {
  display: flex;
  width: 612px;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #C9CDD0;
  border-bottom: 1px solid #C9CDD0;
  height: 100%;
}
.pdp-container .features-details-container .features-section {
  padding: 16px 24px 16px 0px;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
}
.pdp-container .features-details-container .features-section .features-title {
  display: flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #343638;
}
.pdp-container .features-details-container .features-section p {
  margin: 12px 0;
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.035px;
  align-self: stretch;
}
.pdp-container .features-details-container .features-section .features-list {
  align-self: stretch;
}
.pdp-container .features-details-container .features-section .features-list li {
  color: #343638;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.052px;
}
.pdp-container .features-details-container .features-section .features-list a {
  color: #166CBB;
  font-family: "Libre Franklin";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.052px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pdp-container .features-details-container .features-section .features-list a:hover {
  text-decoration: none;
}
.pdp-container .features-details-container .features-section .features-list a.warningClass {
  text-decoration: none;
}
.pdp-container .features-details-container .features-section .features-list a.warningClass b {
  text-decoration: underline !important;
}
.pdp-container .features-details-container .features-section .features-list a.warningClass:hover {
  text-decoration: underline;
}
.pdp-container .features-details-container .features-details-section {
  padding: 16px 0px 16px 24px;
  align-items: flex-start;
  flex-shrink: 0;
}
.pdp-container .features-details-container .features-details-section .details-title {
  display: flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #343638;
}
.pdp-container .features-details-container .features-details-section .details-view {
  width: 100%;
  display: flex;
  padding: 12px 8px;
  border-bottom: 1px #C9CDD0 solid;
  align-self: stretch;
  align-items: flex-start;
  gap: 12px;
}
.pdp-container .features-details-container .features-details-section .details-view .details-view-title {
  width: 132px;
  color: #00263E;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.pdp-container .features-details-container .features-details-section .details-view .details-view-title a {
  color: #00263E !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none !important;
}
.pdp-container .features-details-container .features-details-section .details-view div a {
  color: #00263E !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none !important;
}
.pdp-container .features-details-container .features-details-section .details-view .fd-color-swatches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1;
}
.pdp-container .features-details-container .features-details-section .details-view .fd-color-swatches .color {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #C9CDD0;
}
.pdp-container .features-details-container .features-details-section .details-table {
  width: 100%;
  border-collapse: collapse;
}
.pdp-container .features-details-container .features-details-section .details-table td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.pdp-container .features-details-container .features-details-section .details-table td:first-child {
  font-weight: bold;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #00263E;
}
.pdp-container .features-details-container .features-details-section .details-table td:last-child {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.pdp-container .features-details-container .features-details-section .details-table td .fee-details {
  display: flex;
  align-items: center;
  color: #003087;
}
.pdp-container .features-details-container .features-details-section .details-table td .fee-details img {
  margin-left: 5px;
  height: 16px;
}
.pdp-container .features-details-container .features-details-section .details-table .fd-color-swatches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pdp-container .features-details-container .features-details-section .details-table .fd-color-swatches .color {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #C9CDD0;
}
@media (max-width: 768px) {
  .pdp-container .features-details-container {
    flex-direction: column;
  }
  .pdp-container .features-details-container .features-section,
  .pdp-container .features-details-container .features-details-section {
    align-items: center;
  }
}
@media (max-width: 960px) {
  .pdp-container {
    flex-direction: column;
  }
}

.shareView {
  background: #FFFFFF;
  width: 520px;
  height: 150px;
  display: flex;
  flex-direction: column;
}
.shareView .titleview {
  width: 100%;
  height: 50px;
  display: flex;
}
.shareView .titleview .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.shareView .titleview .btnClose {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url(/Amsterdam/pict/popups/close.svg) no-repeat center;
  top: 10px;
  right: 20px;
  position: absolute;
  display: inline-block;
  text-indent: -1000em;
}

#more_color {
  color: #003087;
}

#divBomOptions form label[class=form-label] {
  font-size: 16px;
}
#divBomOptions form #btn-add-to-cart {
  background-color: #9CCB3B;
  color: #001738;
  margin-bottom: 0;
}
#divBomOptions form #btn-add-to-cart:hover {
  background-color: #001738;
  color: #9CCB3B !important;
}

.vopz h2 {
  font-size: 28px;
  color: black;
  font-weight: 700;
}
.vopz h3 {
  font-size: 20px;
}
.vopz #hero {
  height: unset;
  margin-bottom: 40px;
}
.vopz #hero img {
  width: 100%;
  height: auto;
}
.vopz #vopping-101 {
  margin-bottom: 40px;
}
.vopz #vopping-101 h2 {
  text-align: center;
}
.vopz #vopping-101 .content .row:nth-child(2) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(1), .vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(2), .vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(3) {
  width: 33%;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(1) img, .vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(2) img, .vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(3) img {
  width: 100%;
  height: auto;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(1) {
  background-color: #9987BF;
  color: #fff;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(1) h3 {
  color: #fff;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(2) {
  background-color: #F9E511;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(3) {
  background-color: #58D6FF;
}
.vopz #vopping-101 .content .row:nth-child(3) {
  padding: 30px 0;
  text-align: center;
}
.vopz #vopping-101 .content .row:nth-child(3) a {
  background-color: #E84784;
  color: #fff;
  font-weight: bold;
  padding: 12px 22px;
  border-radius: 5px;
  display: inline-block;
}
.vopz #vopping-101 .content .row:nth-child(3) a:hover {
  filter: brightness(1.3);
  text-decoration: none;
}
.vopz #benefits-opps {
  margin-bottom: 80px;
  font-weight: bold;
}
.vopz #benefits-opps ul {
  list-style: none;
  list-style-position: inside;
}
.vopz #benefits-opps ul li {
  display: flex;
}
.vopz #benefits-opps ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CA60A5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}
.vopz #benefits-opps h2 {
  text-align: center;
  margin-bottom: 30px;
}
.vopz #benefits-opps h2:after {
  background: none repeat scroll 0 0 #58D6FF;
  bottom: -5px;
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.vopz #benefits-opps .content .row:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
}
.vopz #benefits-opps .content .row:nth-child(1) .col:nth-child(2) h2:after {
  background: none repeat scroll 0 0 #CA60A5;
}
.vopz #benefits-opps .content .row:nth-child(1) .col:nth-child(2) .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
}
.vopz #vopz-tools {
  margin-bottom: 40px;
  padding-top: 40px;
  background: linear-gradient(to bottom, #33C5F3 0%, #33C5F3 70%, #fff 70%, #fff 100%);
}
.vopz #vopz-tools h2, .vopz #vopz-tools h3 {
  text-align: center;
  color: #fff;
}
.vopz #vopz-tools .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
}
.vopz #vopz-tools .row .col {
  width: 33%;
  text-align: center;
}
.vopz #all-flyers h2,
.vopz #all-calendars h2,
.vopz #all-books h2 {
  text-align: center;
}
.vopz #all-flyers .content .row {
  justify-content: space-around;
}
.vopz #all-flyers.sec-calendars {
  background-color: #F8F8F8;
}
.vopz .modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: black;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
  background-color: rgba(0, 0, 0, 0.75);
}
.vopz .modal-container:target {
  opacity: 1;
  pointer-events: all;
}
.vopz .modal {
  margin: auto;
  width: 90%;
  max-width: 40rem;
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6666666667);
}
.vopz .modal-header,
.vopz .modal-content {
  padding: 1.5rem;
}
.vopz .modal-header {
  display: flex;
  justify-content: space-between;
  background-color: #58D6FF;
  border-radius: 1.5rem 1.5rem 0 0;
  color: white;
  border: 4px solid #58D6FF;
  border-bottom: none;
}
.vopz .modal-title {
  margin: 0;
  color: white;
}
.vopz .modal-close {
  color: transparent;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  background-image: linear-gradient(to top right, transparent 48%, white 48%, white 52%, transparent 52%), linear-gradient(to top left, transparent 48%, white 48%, white 52%, transparent 52%);
}
.vopz .modal-close:hover,
.vopz .modal-close:focus {
  background-image: linear-gradient(to top right, transparent 46%, white 46%, white 54%, transparent 54%), linear-gradient(to top left, transparent 46%, white 46%, white 54%, transparent 54%);
}
.vopz .modal-content {
  border-radius: 0 0 1.5rem 1.5rem;
  border: 4px solid #58D6FF;
  border-top: none;
}
.vopz input, .vopz textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px;
  width: 100%;
  margin-bottom: 10px;
}
.vopz button {
  border: 1px solid #E84784;
  color: #fff;
  background-color: #E84784;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.vopz button:hover {
  filter: brightness(1.3);
  text-decoration: none;
  cursor: pointer;
}
.vopz #thanks-content {
  display: none;
}

.ppc {
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.ppc .hero {
  margin-bottom: 40px;
}
.ppc .hero img {
  width: 100%;
  height: auto;
}
.ppc .products h2 {
  background-color: #001738;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.5px;
  padding: 5px 14px;
  margin: 0;
  display: block;
}
.ppc .products .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  padding: 20px 0;
}
.ppc .products .row .col {
  width: calc(25% - 10px - 1px);
  padding: 10px;
  border: 1px solid #aaa;
  transition: all 0.25s ease;
}
.ppc .products .row .col:hover {
  border: 1px solid #000;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}
.ppc .products .row .col:hover .image img {
  transform: scale(0.9);
}
@media screen and (max-width: 992px) {
  .ppc .products .row .col {
    flex: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .ppc .products .row .col {
    flex-direction: column;
  }
}
.ppc .products .row .col .image {
  text-align: center;
}
.ppc .products .row .col .image img {
  transition: all 0.25s ease-in-out;
  width: auto;
  max-height: 280px;
  max-width: 100%;
}
.ppc .products .row .col .reviewstars {
  float: none;
  margin-bottom: 6px;
}
.ppc .products .row .col a {
  display: block;
  text-decoration: none;
}
.ppc .products .row .col a:hover {
  text-decoration: none;
}
.ppc .products .row .col a:hover h3 {
  text-decoration: underline;
}
.ppc .products .row .col .two-cta {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
.ppc .products .row .col .two-cta a {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  padding: 10px;
  background-color: #9CCB3B;
  color: #001738;
  border: 2px solid #9CCB3B;
  flex-grow: 4;
  text-align: center;
  border-radius: 3px;
}
.ppc .products .row .col .two-cta a:hover {
  background-color: #001738;
  color: #9CCB3B;
  border: 2px solid #9CCB3B;
}
.ppc .products .row .col h3 {
  display: block;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 0;
  text-align: left;
  text-transform: none;
  white-space: normal;
}
.ppc .products .row .col .product_num {
  margin: 0 0 0 0;
  color: #747474;
  font-size: 10px;
  font-weight: 400;
}
.ppc .products .row .col .swatches {
  clear: both;
  margin: 6px 0 6px 0;
}
.ppc .products .row .col .swatches .swatch_container {
  background-color: #fff;
  border: none;
  display: inline-block;
  float: left;
  height: 16px;
  margin: 0 3px 3px 0;
  padding: 0;
  width: 16px;
}
.ppc .products .row .col .swatches .swatch_container .swatch_color {
  height: 100%;
  border: 1px solid #d7d3d4;
  border-radius: 0;
  width: 100%;
}
.ppc .products .row .col .product_price {
  color: #747474;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: lowercase;
}
.ppc .products .row .col .product_price .sale_price {
  color: #DF2822;
  font-size: 22px;
  font-weight: 700;
}
.ppc .products .row .col p {
  margin: 0;
  padding: 0;
}
.ppc .products .row .col .free {
  color: #DF2822;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
.ppc .products .row .col .shipping {
  margin: 0 10px 0 0;
  padding: 0;
}
.ppc .products .row .col .setup {
  margin: 0 0 10px 0;
  padding: 0;
}
.ppc .products .row .col .ink_colors .ink_black {
  background-color: #fff;
  border: none;
  display: inline-block;
  height: 29px;
  margin: 0 3px 3px 0;
  padding: 0;
  width: 20px;
  background-image: url(/Amsterdam/pict/ppc/ink_black.png);
}
.ppc .products .row .col .ink_colors .ink_blue {
  background-color: #fff;
  border: none;
  display: inline-block;
  height: 29px;
  margin: 0 3px 3px 0;
  padding: 0;
  width: 20px;
  background-image: url(/Amsterdam/pict/ppc/ink_blue.png);
}
.ppc .category-links h2 {
  font-size: 17px;
  color: #001738;
  letter-spacing: 0.5px;
  margin: 0;
  display: block;
}
.ppc .category-links .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
  padding: 20px 0;
}
.ppc .category-links .categories a {
  display: block;
  background-color: #30529a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  transition: all 0.25s ease;
  min-width: 148px;
  border-radius: 3px;
}
.ppc .category-links .categories a:hover {
  background-color: #6b8ed5;
  text-decoration: none;
}

.gccontainer {
  font-size: 1.2em;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2%;
}
.gccontainer .gcheader, .gccontainer .gccontent {
  margin-bottom: 30px;
  text-align: center;
}
.gccontainer .gcheader h1 {
  font-size: 2em;
  color: #065877;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gccontainer .gcheader img {
  width: 100%;
  height: auto;
}
.gccontainer .gccontent h4 {
  margin: 20px 0;
  font-size: 1.5em;
}
.gccontainer .gccontent .ul-grid {
  display: flex;
  justify-content: space-around;
}
.gccontainer .gccontent .ul-grid ul {
  text-align: left;
}
.gccontainer .gccontent .ul-grid ul li {
  margin: 10px 0;
  font-size: 0.9em;
}
.gccontainer .gccontent .gcbtn {
  display: inline-block;
  background-color: #001738;
  color: #FFCF34;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.gccontainer .gccontent .gcbtn:hover {
  background-color: #FFCF34;
  color: #001738;
}
.gccontainer .gccustomer h4 {
  margin: 20px 0;
  font-size: 1.5em;
}
.gccontainer .gccustomer ul {
  text-align: left;
}
.gccontainer .gccustomer ul li {
  margin: 10px 0;
  font-size: 0.9em;
}
.gccontainer .img-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.gccontainer .img-grid div {
  flex: 1 1 calc(33.33% - 10px);
  margin-bottom: 20px;
  text-align: center;
}
.gccontainer .img-grid img {
  max-width: 100%;
  height: auto;
}
.gccontainer .img-grid .gclink {
  display: inline-block;
  background-color: white;
  color: #001738;
  border: 2px solid #001738;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.gccontainer .img-grid .gclink:hover {
  background-color: #001738;
  color: white;
}

@media (max-width: 768px) {
  .img-grid div {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .img-grid div {
    flex: 1 1 100%;
  }
}
/* New/Manage Account - START */
.new-account,
.manage-account {
  width: 100%;
}
.new-account .account-container,
.manage-account .account-container {
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 650px;
}
.new-account .heading,
.manage-account .heading {
  background-color: #ededed;
  font-size: 16px;
}
.new-account .content,
.manage-account .content {
  max-width: 650px;
  margin: 0 auto;
}
.new-account h1,
.manage-account h1 {
  font-size: 2em;
  color: #130F41;
  padding: 20px 0;
}
.new-account .caption,
.manage-account .caption {
  color: #f6931e;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.new-account .caption,
.manage-account .caption {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .new-account .caption,
  .manage-account .caption {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .new-account .caption,
  .manage-account .caption {
    font-size: 0.94rem;
  }
}
.new-account .sub-caption,
.manage-account .sub-caption {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.new-account .sub-caption,
.manage-account .sub-caption {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .new-account .sub-caption,
  .manage-account .sub-caption {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .new-account .sub-caption,
  .manage-account .sub-caption {
    font-size: 0.94rem;
  }
}
.new-account .email, .new-account .fax, .new-account .billing-name,
.manage-account .email,
.manage-account .fax,
.manage-account .billing-name {
  padding-left: 0;
  vertical-align: top;
  width: 640px;
}
.new-account .label,
.manage-account .label {
  color: black;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: 2px;
  text-align: left;
}
.new-account input[type=text], .new-account input[type=password], .new-account select,
.manage-account input[type=text],
.manage-account input[type=password],
.manage-account select {
  border: 1px solid #aaa;
  height: 38px;
  width: 100%;
}
.new-account .password, .new-account .password-confirm, .new-account .title, .new-account .company, .new-account .company-size, .new-account .company-asi, .new-account .industry, .new-account .established-year,
.manage-account .password,
.manage-account .password-confirm,
.manage-account .title,
.manage-account .company,
.manage-account .company-size,
.manage-account .company-asi,
.manage-account .industry,
.manage-account .established-year {
  vertical-align: top;
  width: 310px;
}
.new-account .inline-block,
.manage-account .inline-block {
  display: inline-block;
}
.new-account .chk-container,
.manage-account .chk-container {
  margin-top: 20px;
}
.new-account .chk-container .privacy,
.manage-account .chk-container .privacy {
  margin-top: 3px;
  font-size: 0.63rem;
  vertical-align: top;
}
.new-account .chk-container .privacy span,
.manage-account .chk-container .privacy span {
  margin-left: 5px;
  margin-right: 7px;
}
.new-account hr,
.manage-account hr {
  background-color: #ccc;
  border: none;
  height: 1px;
  margin: 50px 0 30px;
}
.new-account .first-name, .new-account .last-name, .new-account .mi, .new-account .suite, .new-account .city, .new-account .state, .new-account .zipcode, .new-account .ext, .new-account .shipping-suite, .new-account .shipping-city, .new-account .shipping-state, .new-account .shipping-zipcode, .new-account .billing-street, .new-account .billing-suite, .new-account .billing-po-box, .new-account .billing-city, .new-account .billing-state, .new-account .billing-zipcode,
.manage-account .first-name,
.manage-account .last-name,
.manage-account .mi,
.manage-account .suite,
.manage-account .city,
.manage-account .state,
.manage-account .zipcode,
.manage-account .ext,
.manage-account .shipping-suite,
.manage-account .shipping-city,
.manage-account .shipping-state,
.manage-account .shipping-zipcode,
.manage-account .billing-street,
.manage-account .billing-suite,
.manage-account .billing-po-box,
.manage-account .billing-city,
.manage-account .billing-state,
.manage-account .billing-zipcode {
  vertical-align: top;
  width: 200px;
}
.new-account .street, .new-account .phone, .new-account .shipping-street,
.manage-account .street,
.manage-account .phone,
.manage-account .shipping-street {
  vertical-align: top;
  width: 420px;
}
.new-account .btn-container,
.manage-account .btn-container {
  margin: 20px 10px 20px 0;
  text-align: right;
}
.new-account .btn_size1,
.manage-account .btn_size1 {
  padding: 10px 19px;
}
.new-account .btn_blue,
.manage-account .btn_blue {
  background-color: #051937;
}
.new-account .btn,
.manage-account .btn {
  border-radius: 7px;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.new-account .btn,
.manage-account .btn {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .new-account .btn,
  .manage-account .btn {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .new-account .btn,
  .manage-account .btn {
    font-size: 1rem;
  }
}
.new-account .offset,
.manage-account .offset {
  margin-left: 17px;
}
.new-account .required:after,
.manage-account .required:after {
  color: #b30000;
  content: "*";
  margin-left: 3px;
}

/* New/Manage Account - END */
/* Activate Account (New Online Users) - START */
.div_EnterCusNumberWrapper {
  margin: 30px 0 45px;
  text-align: center;
}
.div_EnterCusNumberWrapper h1 {
  color: black;
  margin-bottom: 10px;
  text-align: left;
}
.div_EnterCusNumberWrapper h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .div_EnterCusNumberWrapper h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_EnterCusNumberWrapper h1 {
    font-size: 1.37rem;
  }
}
.div_EnterCusNumberWrapper h3 {
  color: black;
  font-weight: 400;
  margin-bottom: 45px;
  text-align: left;
}
.div_EnterCusNumberWrapper h3 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .div_EnterCusNumberWrapper h3 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_EnterCusNumberWrapper h3 {
    font-size: 0.94rem;
  }
}
.div_EnterCusNumberWrapper .label {
  margin: 0 0 3px;
  text-align: left;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner {
  display: inline-block;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner input {
  border: 1px solid #aaa;
  height: 42px;
  margin: 0 0 18px;
  width: 376px;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .entry_block {
  display: inline-block;
  margin: 0 12px;
  text-align: left;
  vertical-align: top;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .button_wrapper {
  text-align: center;
}
@media (min-width: 825px) {
  .div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .button_wrapper {
    text-align: right;
  }
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .btn_ActivateAcctSubmit {
  background-color: #9CCB3B;
  border: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  height: 42px;
  margin-right: 12px;
  width: 180px;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .btn_ActivateAcctSubmit {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .btn_ActivateAcctSubmit {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .btn_ActivateAcctSubmit {
    font-size: 1rem;
  }
}
.div_EnterCusNumberWrapper .div_ActivateAcctMsg {
  border: 1px solid #b30000;
  padding: 10px 20px 20px;
}

/* Activate Account (New Online Users) - END */
/* Password Retrieval - START */
.password_retrieval_wrapper {
  margin: 30px 0 45px;
  text-align: center;
}
.password_retrieval_wrapper h1 {
  color: black;
  margin-bottom: 55px;
  text-align: left;
}
.password_retrieval_wrapper h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .password_retrieval_wrapper h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .password_retrieval_wrapper h1 {
    font-size: 1.37rem;
  }
}
.password_retrieval_wrapper .password_retreival {
  display: inline-block;
}
.password_retrieval_wrapper .password_retreival p {
  color: black;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}
.password_retrieval_wrapper .password_retreival p {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .password_retrieval_wrapper .password_retreival p {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .password_retrieval_wrapper .password_retreival p {
    font-size: 0.94rem;
  }
}
.password_retrieval_wrapper .password_retreival .password_retreive_email input {
  border: 1px solid #aaa;
  height: 44px;
  margin: 0 0 18px;
  width: 376px;
}
.password_retrieval_wrapper .password_retreival .password_retreive_email .label {
  margin: 0 0 3px;
  text-align: left;
}
.password_retrieval_wrapper .password_retreival .co_btn_send_me {
  background-color: #9CCB3B;
  border: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 44px;
  width: 180px;
}
.password_retrieval_wrapper .password_retreival .co_btn_send_me {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .password_retrieval_wrapper .password_retreival .co_btn_send_me {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .password_retrieval_wrapper .password_retreival .co_btn_send_me {
    font-size: 1rem;
  }
}
.password_retrieval_wrapper .password_retreival .co_btn_send_me:hover {
  background-color: #fff;
  border: 2px solid #047C52;
  color: #047C52;
}
.password_retrieval_wrapper .return_to_login {
  display: inline-block;
  float: right;
  line-height: 42px;
  margin-right: 40px;
}
.password_retrieval_wrapper .return_to_login {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .password_retrieval_wrapper .return_to_login {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .password_retrieval_wrapper .return_to_login {
    font-size: 0.94rem;
  }
}

/* Password Retrieval - END */
/* Change Password - START */
.change_password {
  padding: 10px;
}
.change_password {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .change_password {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .change_password {
    font-size: 0.94rem;
  }
}
.change_password .myacct_titlebg {
  color: #f6931e;
  font-weight: bold;
  width: 99%;
}
.change_password .myacct_titlebg .myacct_title {
  padding-top: 1px;
}
.change_password .myacct_titlebg .myacct_title {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .change_password .myacct_titlebg .myacct_title {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .change_password .myacct_titlebg .myacct_title {
    font-size: 1.37rem;
  }
}
.change_password .passwordLabel {
  font-weight: bolder;
}
.change_password input[type=password] {
  border: 1px solid #aaa;
  height: 38px;
  width: 300px;
}
.change_password .form-change-password {
  margin-top: 20px;
}
.change_password .form-change-password .float-left {
  float: left;
}
.change_password .form-change-password .btnContainer {
  margin-top: 20px;
}
.change_password .form-change-password .btnContainer .btnContinue {
  padding: 10px 19px;
  background: #051937;
  border-radius: 7px;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.change_password .form-change-password .btnContainer .btnContinue {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .change_password .form-change-password .btnContainer .btnContinue {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .change_password .form-change-password .btnContainer .btnContinue {
    font-size: 1rem;
  }
}

/* Change Password - END */
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
.animated-loading-container {
  display: none;
  /*backdrop-filter: blur(5px);*/
  height: 100vh;
  width: 100%;
  font-family: Helvetica;
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: rgba(255, 255, 255, .6);*/
  z-index: 99999;
}
.animated-loading-container .loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.animated-loading-container .loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.animated-loading-container .loader--dot:first-child {
  background-color: #051937;
  animation-delay: 0.5s;
}
.animated-loading-container .loader--dot:nth-child(2) {
  background-color: #ffc72c;
  animation-delay: 0.4s;
}
.animated-loading-container .loader--dot:nth-child(3) {
  background-color: #9CCB3B;
  animation-delay: 0.3s;
}
.animated-loading-container .loader--dot:nth-child(4) {
  background-color: #0076bb;
  animation-delay: 0.2s;
}
.animated-loading-container .loader--dot:nth-child(5) {
  background-color: #4ec3e0;
  animation-delay: 0.1s;
}
.animated-loading-container .loader--dot:nth-child(6) {
  background-color: #051937;
  animation-delay: 0s;
}
.animated-loading-container .loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  color: #000;
  margin: auto;
  text-shadow: 1px 1px 2px #fff, 0 0 1em rgba(0, 0, 0, 0.3), 0 0 0.2em rgba(0, 0, 0, 0.3);
}
.animated-loading-container .loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.order_bread_crumbs,
.breadcrumbs,
.category_caps {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}

.order_bread_crumbs,
.breadcrumbs {
  margin: 10px 0 5px;
}

.breadcrumbs a {
  cursor: pointer;
  outline: none;
  color: #003087;
}

.category_caps {
  margin-bottom: 5px;
}

.black_text {
  color: black;
}

/* Buttons - START */
.btn_AddToCart {
  border: 0;
  cursor: pointer;
  height: 37px !important;
  margin-left: 40px !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  padding: 8px 0;
  position: relative;
  width: 150px !important;
}

.btn_AddToCart3 {
  background: url("/amsterdam/pict/APL_Upsell_addCart_btn.png") no-repeat !important;
  border: 0;
  cursor: pointer;
  height: 37px !important;
  margin-top: 15px !important;
  margin-right: 32px !important;
  margin-bottom: 40px !important;
  position: relative;
  width: 150px !important;
}

.div_AddToCartButton {
  float: right;
  padding-top: 20px;
  padding-bottom: 10px;
}

.compositionAddCart {
  background: transparent url("/amsterdam/pict/CompositionAddCartOn.gif") no-repeat;
  border: none;
  cursor: pointer;
  height: 29px;
  margin: 0;
  padding: 0;
  width: 87px;
}

.editCover {
  background: transparent url("/amsterdam/pict/editcover.gif") no-repeat;
  border: none;
  cursor: pointer;
  height: 29px;
  width: 87px;
}

.btn_NoThanks {
  background: transparent url("/amsterdam/pict/APL_Upsell_noThanks_btn.png") no-repeat top left;
  border: 0;
  cursor: pointer;
  float: left;
  height: 36px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  padding: 0;
  width: 140px;
}

.couponApplied_timeout_btn {
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  font-weight: 700;
  height: 90px;
  line-height: 23px;
  margin: 5% auto;
  max-width: 500px;
  width: 90%;
}
.couponApplied_timeout_btn a {
  color: white;
  text-decoration: none;
}
.couponApplied_timeout_btn .btn_content, .couponApplied_timeout_btn #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .couponApplied_timeout_btn .quickadd_but, .couponApplied_timeout_btn .wishList .quickadd_but, .wishList .couponApplied_timeout_btn .quickadd_but {
  background-color: #9CCB3B;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7vw;
  line-height: 90px;
}
@media (min-width: 675px) {
  .couponApplied_timeout_btn .btn_content, .couponApplied_timeout_btn #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .couponApplied_timeout_btn .quickadd_but, .couponApplied_timeout_btn .wishList .quickadd_but, .wishList .couponApplied_timeout_btn .quickadd_but {
    font-size: 45px;
  }
}
.couponApplied_timeout_btn .right_caret {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 10px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
}
@media (min-width: 675px) {
  .couponApplied_timeout_btn .right_caret {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid white;
  }
}

.border-button {
  padding: 5px 20px;
  border: 1px solid #051937;
  color: #051937;
  background-color: white;
  border-radius: 8px !important;
  font-weight: bold;
  cursor: pointer;
  height: 44px;
}

/* Buttons - END */
/* Cart & Checkout Summary - START */
.payment_flex #summary_block #coupontext .CouponWidget_Content, #thankyou_layout #summary_block #coupontext .CouponWidget_Content {
  display: none;
}

#summary_block {
  width: 20%;
  min-width: 270px;
}
#summary_block a {
  cursor: pointer;
}
#summary_block h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#summary_block .summary_wrapper {
  background-color: #ededed;
  border: 1px solid #ccc;
}
#summary_block .summary_heading {
  background: #ccc;
  padding: 15px 0;
  text-align: center;
}
#summary_block #disclaimerCopy {
  color: black;
  margin-top: 10px;
  position: relative;
}
#summary_block #disclaimerCopy {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #summary_block #disclaimerCopy {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block #disclaimerCopy {
    font-size: 0.75rem;
  }
}
#summary_block #disclaimerCopy .boxpopup {
  text-decoration: none;
}
#summary_block #disclaimerCopy #cartOfferDetails {
  top: 30px;
  right: 0;
  background: white;
  position: absolute;
}
#summary_block #disclaimerCopy #cartOfferDetails .box {
  border: 1px solid #051937;
}
#summary_block #disclaimerCopy #cartOfferDetails .box .content {
  padding: 12px 50px 12px 10px !important;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
#summary_block .content {
  padding: 12px 50px 12px 10px !important;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
#summary_block .additionalfees {
  position: relative;
}
#summary_block .additionalfees a {
  text-decoration: none !important;
  color: initial;
}
#summary_block .additionalfees #addtionalFeesDetail {
  top: 35px;
  width: 93%;
  background: white;
  position: absolute;
  font-weight: initial;
}
#summary_block .additionalfees #addtionalFeesDetail .box {
  border: 1px solid #051937;
}
#summary_block .additionalfees #addtionalFeesDetail .box .content {
  padding: 12px 50px 12px 10px !important;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
#summary_block .switch {
  text-align: center;
  cursor: pointer;
  color: blue;
}
#summary_block #coupontext {
  margin: 0;
  padding: 0 10px;
  width: auto;
}
#summary_block #coupontext .CouponWidget_Container .coupon_label {
  font-weight: bold;
  margin: 15px 0 5px;
  text-align: center;
}
#summary_block #coupontext .CouponWidget_Container .coupon_label a {
  font-weight: normal;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon {
  margin-bottom: 20px;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon input[type=text] {
  border: 1px solid #aaa;
  color: black;
  font-weight: bold;
  height: 44px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 170px;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon input[type=submit] {
  transition: all 0.25s ease;
  background-color: #051937;
  border: 1px solid #051937;
  color: white;
  border-radius: 0 7px 7px 0;
  cursor: pointer;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 70px;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon input[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #051937;
  color: #051937;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon .Textbox {
  float: left;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon .Button {
  float: left;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon .ClearFloat {
  border: none;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon .Error {
  color: #b30000;
  text-align: left;
}
#summary_block #codeentryText {
  color: black;
  margin-right: 7px;
}
#summary_block .divwhatsthislink a {
  padding: 0;
}
#summary_block .divwhatsthislink a {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #summary_block .divwhatsthislink a {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block .divwhatsthislink a {
    font-size: 0.75rem;
  }
}
#summary_block #couponitems {
  color: black;
  float: none;
  margin: 2px 0 5px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
#summary_block #couponitems td {
  padding-left: 0;
  padding-right: 0;
}
#summary_block #couponitems .codeentry_form_in {
  margin: 0;
}
#summary_block #couponitems .cart_codeentry_input {
  border: 1px solid #aaa;
  float: left;
  height: 38px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 195px;
}
#summary_block #couponitems .button {
  border-radius: 0 7px 7px 0;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
#summary_block #couponitems .btn_applycode {
  color: white;
}
#summary_block #couponitems .btn_applycode .btn_content, #summary_block #couponitems .btn_applycode .wishList .quickadd_but, .wishList #summary_block #couponitems .btn_applycode .quickadd_but {
  background-color: #aaa;
  height: 40px;
  line-height: 40px;
  width: 69px;
}
#summary_block .disclaimerCopyContent {
  margin-bottom: 20px;
}
#summary_block .pricing_flex {
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 5px 10px;
}
#summary_block .pricing_flex .pricing_underline {
  border-bottom: 1px solid #ccc;
  flex-grow: 1;
  margin: 0 5px 3px 5px;
}
#summary_block .normal_font {
  font-weight: initial;
}
#summary_block .big_font {
  font-size: 16px;
}
#summary_block .orderDetailLink {
  padding: 0px 10px 5px;
  text-align: right;
}
#summary_block .discountprice {
  color: #b30000;
}
#summary_block .amtsaved {
  color: #1A6600;
  margin-bottom: 40px;
}
#summary_block .grandtotal {
  background-color: #ededed;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
#summary_block .grandtotal {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #summary_block .grandtotal {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block .grandtotal {
    font-size: 0.94rem;
  }
}
#summary_block .grandtotal.price {
  color: #000;
  position: relative;
}
#summary_block .grandtotal.price:after {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat -139px -117px;
  content: " ";
  height: 40px;
  position: absolute;
  right: -21px;
  width: 21px;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#summary_block .Shipping_Container {
  color: black;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 268px !important;
}
#summary_block .Shipping_Container .Shipping_Content table {
  border-collapse: collapse;
  border-color: #ccc;
  border-spacing: 0;
  border-style: dotted;
  border-width: 0;
  width: 100%;
}
#summary_block .Shipping_Container .Shipping_Content td {
  border-color: #ccc;
  border-style: dotted;
  border-width: 0;
  font-weight: bold;
  padding: 3px 0 !important;
  vertical-align: middle !important;
}
#summary_block .Shipping_Container .Shipping_Content td .Left {
  text-align: left;
  width: 65px;
}
#summary_block .Shipping_Container .Shipping_Content td .Right {
  text-align: right;
}
#summary_block .Shipping_Container .Shipping_Content select {
  border: 1px solid #aaa;
  color: black;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 300px;
}
#summary_block .Shipping_Container .Shipping_ApplyZip {
  float: right;
}
#summary_block .Shipping_Container .Shipping_ApplyZip div.Textbox {
  float: left;
}
#summary_block .Shipping_Container .Shipping_ApplyZip div.Button {
  float: left;
}
#summary_block .Shipping_Container .Shipping_ApplyZip div.ClearFloat {
  border: none;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
#summary_block .Shipping_Container .Shipping_ApplyZip div.Error {
  color: #b30000;
  text-align: left;
}
#summary_block .Shipping_Container .Shipping_ApplyZip input[type=text] {
  border: 1px solid #aaa;
  color: black;
  height: 27px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 140px;
}
#summary_block .Shipping_Container .Shipping_ApplyZip input[type=submit] {
  background-color: #051937;
  border: none;
  border-radius: 0 7px 7px 0;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px;
}
#summary_block .Shipping_Container .Shipping_ApplyZip input[type=submit] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #summary_block .Shipping_Container .Shipping_ApplyZip input[type=submit] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block .Shipping_Container .Shipping_ApplyZip input[type=submit] {
    font-size: 0.75rem;
  }
}
#summary_block .Shipping_Container .Shipping_ApplyZip input[type=submit]:hover {
  background-color: #092e66;
}
#summary_block .button {
  border-radius: 7px;
  cursor: pointer;
  display: table;
  font-weight: 700;
  margin: 15px auto 25px;
  overflow: hidden;
}
#summary_block .btn_advance {
  color: white;
  width: 90%;
}
#summary_block .btn_advance {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #summary_block .btn_advance {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block .btn_advance {
    font-size: 1rem;
  }
}
#summary_block .btn_advance .btn_content, #summary_block .btn_advance .wishList .quickadd_but, .wishList #summary_block .btn_advance .quickadd_but {
  background-color: #9CCB3B;
  display: table;
  padding: 10px;
  width: 100%;
}
#summary_block .checkout_iconwrapper {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  border-radius: 7px;
  width: 90%;
}
#summary_block .checkout_iconwrapper:hover {
  background-color: #001738;
  color: #9CCB3B;
}
#summary_block .checkout_iconwrapper .cart_buttons {
  background-color: #9CCB3B;
  border: none;
  border-radius: 7px;
  color: #001738;
  cursor: pointer;
  font-weight: 700;
  margin: 15px auto 25px;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}
#summary_block .checkout_iconwrapper .cart_buttons {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #summary_block .checkout_iconwrapper .cart_buttons {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block .checkout_iconwrapper .cart_buttons {
    font-size: 1rem;
  }
}
#summary_block .checkout_iconwrapper .processedbutton {
  background-color: #9CCB3B;
  border-radius: 7px;
  color: #001738;
  line-height: 21px;
  margin: 15px auto 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#summary_block .checkout_iconwrapper .processedbutton {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #summary_block .checkout_iconwrapper .processedbutton {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block .checkout_iconwrapper .processedbutton {
    font-size: 1rem;
  }
}
#summary_block .checkout_iconwrapper .icon-arrow {
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
  line-height: 14px;
}
#summary_block .checkout_iconwrapper .ProcessedButtonStatic {
  display: block;
  cursor: pointer;
  opacity: 1;
}
#summary_block .checkout_iconwrapper .ProcessedButtonSpinning {
  display: none;
  cursor: default;
  opacity: 0.5;
}
#summary_block .checkout_iconwrapper .spinning {
  display: inline-block;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
}
#summary_block .checkout_icon {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat -109px -117px;
  display: inline-block;
  height: 33px;
  width: 25px;
}
#summary_block .coupon_savings {
  margin: 5px 10px;
  text-align: left;
}
#summary_block .coupon_savings p {
  margin-top: 0;
  text-align: left;
}
#summary_block .coupon_savings .percent_saved:after {
  content: "%";
}
#summary_block .coupon_savings .coupontitle {
  background-color: #ededed;
  display: inline-block;
  font-weight: 700;
  margin-top: -10px;
  padding: 0 5px;
  position: relative;
  top: -10px;
}
#summary_block .coupon_savings .couponcode {
  font-weight: 700;
  text-transform: uppercase;
}
#summary_block .coupon_savings .nor {
  font-weight: 700;
  margin-top: 10px;
}
#summary_block .coupon_savings .note {
  margin: 5px 0 5px 0;
}
#summary_block .zipchangediv {
  padding: 0;
  width: auto;
}
#summary_block .zipchangediv {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #summary_block .zipchangediv {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block .zipchangediv {
    font-size: 0.75rem;
  }
}
#summary_block .shipmethodchange {
  float: left;
}
#summary_block .shipmethodchange {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #summary_block .shipmethodchange {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #summary_block .shipmethodchange {
    font-size: 0.75rem;
  }
}
#summary_block .needHelp_wrapper {
  background-color: #ededed;
  border: 1px solid #ccc;
  border-top: 0;
  margin-top: 40px;
}
#summary_block .help_section h3 {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-top: -9px;
  padding: 0 5px;
}
#summary_block .help_section ul {
  margin-left: 10%;
  padding: 0;
}
#summary_block .help_section li {
  color: #383838;
  padding: 5px 0;
}
#summary_block .help_section a {
  cursor: pointer;
}
#summary_block .help_section .top_borders {
  display: flex;
}
#summary_block .help_section .top_borders .top_border {
  border-top: 1px solid #ccc;
  flex-grow: 1;
}
#summary_block .assoc_bus_icons {
  padding: 5px 0 15px;
  text-align: center;
  width: 100%;
}
#summary_block .assoc_bus_icons > div {
  display: inline-block;
  float: none;
  margin: 0 5px;
  overflow: hidden;
  width: 130px !important;
  vertical-align: middle;
}
#summary_block .assoc_bus_icons a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
}
#summary_block .terms {
  margin: -25px 0 35px;
  padding: 0 10px;
}

.needhelp {
  padding-right: 36px;
}
.needhelp p {
  margin: 3px 0 5px !important;
  font-size: 14px;
}
.needhelp .taxexempt_label {
  display: inline-block;
  vertical-align: top;
  width: 50px;
}
.needhelp .taxexempt_data {
  display: inline-block;
  line-height: 18px;
  width: 200px;
}

/* Cart & Checkout Summary - END */
/*Temp center banner div*/
.temp_center_banner {
  width: 950px;
  height: 196px;
  margin: 0 auto;
}

/* Digital Studio - START */
.div_digital_pricing {
  float: left;
  padding-top: 10px;
  width: 413px;
}
.div_digital_pricing .pricing_block2 {
  float: none;
}

/* Digital Studio - END */
/* PreviewDoc - START */
.comp_7x6calendar {
  background: transparent url("/Amsterdam/pict/comp_7x6calendar.gif") no-repeat;
  border: none;
  height: 514px;
  margin-top: 5px;
  margin-left: 8px;
  padding-top: 22px;
  width: 524px;
}
.comp_7x6calendar span table {
  margin-left: 5px;
}

.comp_budgetpro {
  background: transparent url("/Amsterdam/pict/comp_budgetpro.gif") no-repeat;
  border: none;
  height: 474px;
  margin: 0;
  width: 181px;
}

.comp_7x10calendar_outside {
  background: transparent url("/Amsterdam/pict/7x10outside.gif") no-repeat;
  border: none;
  height: 530px;
  margin-left: 0;
  padding-top: 22px;
  width: 654px;
}
.comp_7x10calendar_outside span table {
  margin-left: 5px;
}

.comp_7x10calendar_inside {
  background: transparent url("/Amsterdam/pict/7x10inside.gif") no-repeat;
  border: none;
  height: 530px;
  margin-left: 0;
  padding-top: 22px;
  width: 654px;
}
.comp_7x10calendar_inside span table {
  margin-left: 5px;
}

.comp_coloredmug {
  background: url("/amsterdam/pict/Mug-Disclaimer-1.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  height: 165px;
  margin: 0;
  width: 188px;
}

.comp_penpreview {
  float: left;
  height: 108px;
  width: 539px;
}

.comp_penrotationcontainer {
  float: left;
  height: 100px;
  margin-top: 9px;
  margin-left: 1px;
  width: 67px;
}
.comp_penrotationcontainer .top {
  background-image: url(/CompositionStudio/img/generic/TopPreview.png);
  cursor: pointer;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  width: 59px;
}
.comp_penrotationcontainer .center {
  background-image: url(/CompositionStudio/img/generic/CenterPreview.png);
  cursor: pointer;
  height: 20px;
  margin-top: 13px;
  margin-left: 0;
  width: 59px;
}
.comp_penrotationcontainer .bottom {
  background-image: url(/CompositionStudio/img/generic/BottomPreview.png);
  cursor: pointer;
  height: 20px;
  margin-top: 13px;
  margin-left: 0;
  width: 59px;
}

/* PreviewDoc - END*/
/****************** Start Styles for Error PageNotFound.html***********************/
.error_404_container {
  max-width: 950px;
  height: auto;
  margin: 0 auto 0 auto;
  display: block;
  padding: 0 0 20px 0;
  text-align: center;
}
.error_404_container .htwo_error_404 {
  font-weight: bold;
  margin-bottom: 15px;
  color: black;
  display: inline-block;
}
.error_404_container .htwo_error_404 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .error_404_container .htwo_error_404 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .error_404_container .htwo_error_404 {
    font-size: 1.37rem;
  }
}

.hfour_error_404 {
  padding: 0 0 20px 0;
  display: block;
}
.hfour_error_404 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .hfour_error_404 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .hfour_error_404 {
    font-size: 0.94rem;
  }
}

.link_container_error_404 {
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 15px;
  display: inline-block;
}

.left_margin_error_404 {
  margin: 0 0 0 10%;
  float: left;
}

ul.left_margin_error_404 {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10%;
  text-align: left;
  width: 39%;
  float: left;
}

li.error_list_error_404 {
  margin: 0;
  padding: 0;
}

li.error_list_error_404 a {
  color: #051937;
  position: relative;
  top: -4px;
  padding-left: 2px;
}
li.error_list_error_404 a {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  li.error_list_error_404 a {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  li.error_list_error_404 a {
    font-size: 0.94rem;
  }
}

span.bullet_error_404 {
  color: #051937;
  position: relative;
}
span.bullet_error_404 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  span.bullet_error_404 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  span.bullet_error_404 {
    font-size: 1.37rem;
  }
}

/* End Styles for Error PageNotFound.html

    /*Start Styles for Error.htm*/
.error_container_500 {
  margin: 0 auto;
  max-width: 450px;
}

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

.logo_container_500 {
  margin: 75px auto 0 auto;
  width: 320px;
  display: block;
}

span.logo_text_500 {
  display: inline-block;
  color: #383838;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 5px 0;
}

span.error_text_500 {
  display: block;
  letter-spacing: 0.3px;
}
span.error_text_500 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  span.error_text_500 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  span.error_text_500 {
    font-size: 0.94rem;
  }
}

li.error_list_500 {
  line-height: 0.8;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li.error_list_500 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  li.error_list_500 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  li.error_list_500 {
    font-size: 0.94rem;
  }
}

span.bullet_500 {
  color: #051937;
  position: relative;
}
span.bullet_500 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  span.bullet_500 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  span.bullet_500 {
    font-size: 1.37rem;
  }
}

.list_text_500 {
  position: relative;
  top: -5px;
}

.number_container_500 {
  margin: 20px auto 0 auto;
  text-align: center;
}
.number_container_500 a {
  color: #051937;
  text-decoration: none;
}
.number_container_500 a {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .number_container_500 a {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .number_container_500 a {
    font-size: 1.37rem;
  }
}

.copyright_notice_500 {
  color: #383838;
  margin: 35px 0 0;
  text-align: center;
}
/*****************End Styles for Error.htm*********************/
/* Error Handling - START */
.errorText_span_red {
  color: #b30000;
  display: none;
  text-align: left;
}

.errorTextbox {
  background-color: #ffb3b3;
  border: 1px solid #b30000;
}

/* Error Handling - END */
/*****************Removed link_container_error_404 media queries**************/
@media screen and (max-width: 810px) {
  .link_container_error_404 {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .link_container_error_404 {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .link_container_error_404 {
    width: 70%;
  }
}
@media screen and (max-width: 470px) {
  .link_container_error_404 {
    width: 80%;
  }
}
@media screen and (max-width: 410px) {
  .link_container_error_404 {
    width: 90%;
  }
}
@media screen and (max-width: 370px) {
  .link_container_error_404 {
    width: 100%;
    padding: 0 0 0 2px;
  }
  .left_margin_error_404 {
    margin: 0 0 0 7%;
  }
}
/*****************Removed link_container_error_404 media queries end**************/
#expiredCoupon #couponContainer {
  margin: 20px auto;
  width: 100%;
}
#expiredCoupon h1 {
  color: #051937;
  padding-left: 20px;
}
#expiredCoupon h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  #expiredCoupon h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #expiredCoupon h1 {
    font-size: 1.37rem;
  }
}
#expiredCoupon #continueShopping {
  float: left;
  width: 50%;
  padding: 20px;
}
#expiredCoupon #continueShopping {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #expiredCoupon #continueShopping {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #expiredCoupon #continueShopping {
    font-size: 0.94rem;
  }
}
#expiredCoupon #continueShopping .button_wrapper {
  margin-top: 23px;
}
#expiredCoupon #continueShopping .button_wrapper a {
  color: white;
  text-align: center;
  text-decoration: none;
}
#expiredCoupon #continueShopping .button_wrapper .btn_advance {
  box-shadow: none;
  font-weight: bold;
  height: auto;
  line-height: normal;
}
#expiredCoupon #continueShopping .button_wrapper .btn_advance {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #expiredCoupon #continueShopping .button_wrapper .btn_advance {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #expiredCoupon #continueShopping .button_wrapper .btn_advance {
    font-size: 1rem;
  }
}
#expiredCoupon #continueShopping .button_wrapper .btn_advance .btn_content, #expiredCoupon #continueShopping .button_wrapper .btn_advance .wishList .quickadd_but, .wishList #expiredCoupon #continueShopping .button_wrapper .btn_advance .quickadd_but {
  background-color: #051937;
  background-image: none;
  border: 1px solid white;
  border-radius: 7px;
  padding: 22px 66px;
}
#expiredCoupon .couponImage {
  width: 50%;
  height: 212px;
  background: url("/Amsterdam/pict/Expired-Coupon-APL.jpg") no-repeat;
  position: relative;
  float: left;
}
#expiredCoupon .couponImage .couponCode {
  position: absolute;
  top: 152px;
  left: 220px;
  font-weight: 600;
  color: #051937;
}
#expiredCoupon .couponImage .couponCode {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #expiredCoupon .couponImage .couponCode {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #expiredCoupon .couponImage .couponCode {
    font-size: 1.5rem;
  }
}
#expiredCoupon #block_products {
  border-collapse: separate;
  border-spacing: 14px 0;
  clear: both;
  padding: 20px 0 40px;
  width: 100%;
}
#expiredCoupon #block_products th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 20px solid #051937;
  padding: 5px 0;
  text-align: center;
}
#expiredCoupon #block_products th a {
  color: #878787;
  font-weight: 400;
  text-decoration: none;
}
#expiredCoupon #block_products th a {
  font-size: 1.25rem;
}
@media screen and (min-width: 47rem) {
  #expiredCoupon #block_products th a {
    font-size: calc(0.5208333333vw + 1.0052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #expiredCoupon #block_products th a {
    font-size: 1.5rem;
  }
}
#expiredCoupon #block_products td {
  border: none;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#expiredCoupon #block_products td img {
  height: auto;
  width: 100%;
}
#expiredCoupon #block_products td .product_rollover {
  background-color: #051937;
  color: white;
  display: none;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: normal;
  padding: 50px 15px;
  position: absolute;
  text-align: center;
  top: 0;
}
#expiredCoupon #block_products td .product_rollover {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #expiredCoupon #block_products td .product_rollover {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #expiredCoupon #block_products td .product_rollover {
    font-size: 0.94rem;
  }
}
#expiredCoupon #block_products td .product_rollover .btn_advance .btn_content, #expiredCoupon #block_products td .product_rollover .btn_advance .wishList .quickadd_but, .wishList #expiredCoupon #block_products td .product_rollover .btn_advance .quickadd_but {
  background-color: #9CCB3B;
  background-image: none;
}
#expiredCoupon #block_products td .product_rollover .btn_advance .btn_content:hover, #expiredCoupon #block_products td .product_rollover .btn_advance .wishList .quickadd_but:hover, .wishList #expiredCoupon #block_products td .product_rollover .btn_advance .quickadd_but:hover {
  background-color: #092e66;
}
#expiredCoupon #block_products td:hover .product_rollover {
  display: block;
}
#expiredCoupon .category_main .product_container .product_image_container .product_image .category_thumb4 {
  height: auto;
  width: 98%;
}

/**************************** footer - START ******************************/
.footer_guarantee {
  align-items: center;
  background-color: #ffc72c;
  clear: both;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.footer_guarantee .guarantee_img {
  padding: 10px 0;
}
.footer_guarantee .guarantee_text {
  color: #000;
  margin-left: 10px;
  text-align: left;
}
.footer_guarantee .guarantee_text p {
  margin: 0;
}
.footer_guarantee .guarantee_text .guarantee_heading {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.support_email {
  position: relative;
  padding: 30px 0;
  background-color: #ededed;
}
.support_email .content {
  max-width: 1200px;
}

.support_chat img {
  cursor: pointer;
  text-decoration: none;
}
.support_chat img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}

.support, .email {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  vertical-align: top;
  width: 49%;
}

.support {
  padding-right: 5%;
}

.email {
  padding-left: 5%;
}

.bold_heading {
  font-size: 16px;
  font-weight: bold;
}

.support_icons {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.support_icons li {
  list-style: none;
}
.support_icons .phone {
  position: relative;
}
.support_icons .phone a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.support_icons .phone a:hover {
  text-decoration: none;
}
.support_icons .phone a:hover .phone-contents .phone-num::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.support_icons .phone a img {
  margin-right: 5px;
  width: 24px;
  height: auto;
}
.support_icons .phone a .phone-contents .phone-num {
  font-weight: bold;
  font-size: 16px;
  color: #003087 !important;
  text-decoration: none;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.support_icons .phone a .phone-contents .phone-num:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003087;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}
.support_icons .phone a .phone-contents .phone-txt {
  font-weight: bold;
  font-size: 12px;
  color: #003087 !important;
  text-decoration: none;
  text-align: left;
}
.support_icons #lpbutton {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 14px 0 14px;
  padding: 0 0 0 14px;
}
.support_icons #lpbutton img {
  cursor: pointer;
  height: auto;
  width: 128px;
}
.support_icons #lpbutton img:hover {
  transform: scale(1.02);
  transition: 0.25s;
}
.support_icons .emailbutton {
  position: relative;
}
.support_icons .emailbutton a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #003087 !important;
  font-size: 16px;
}
.support_icons .emailbutton a:hover {
  text-decoration: none;
}
.support_icons .emailbutton a:hover .email-txt::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.support_icons .emailbutton a img {
  margin-right: 5px;
}
.support_icons .emailbutton a .email-txt {
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.support_icons .emailbutton a .email-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003087;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translate3d(-100%, 0, 0);
  overflow: hidden;
}

.div_emailsignup {
  width: 100%;
  display: block;
}

.newsletter_signup_area .nwstext {
  border: 1px solid #ffc72c;
  color: #383838;
  height: 44px;
  margin: 0 0 6px;
  padding: 0 5px 0 10px;
  width: 100%;
}

.newsletter_signup_area {
  display: inline-block;
  padding-right: 10%;
  text-align: right;
  width: 100%;
}
.newsletter_signup_area .newsletter_input {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.newsletter_signup_area .newsletter_button {
  display: inline-block;
}
.newsletter_signup_area .nwsbut {
  background-color: #ffc72c;
  border: 1px solid #ffc72c;
  border-radius: 0 7px 7px 0;
  color: #000;
  cursor: pointer;
  float: left;
  font-weight: normal;
  height: 44px;
  line-height: 44px;
  margin: 0 0 0 -3px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}
.newsletter_signup_area .nwsbut:hover {
  background-color: #ffd55f;
}
.newsletter_signup_area .unsubscribe_text {
  font-size: 14px;
}
.newsletter_signup_area .newsletter_links {
  float: none;
  line-height: 11px;
  margin: 0;
  text-align: left;
  width: 100%;
}

.email_save_txt {
  font-weight: bold;
}

.newsletter_links_policy a {
  color: #003087;
  cursor: pointer;
  float: right;
  font-size: 0.63rem;
  padding-right: 10%;
}

.footer_links {
  background-color: #051937;
  color: white;
  text-align: left;
}
.footer_links .content {
  max-width: 1400px;
}
.footer_links .footer_flex {
  display: flex;
  justify-content: space-between;
}
.footer_links .links_area {
  border-left: 1px solid #092e66;
  margin: 30px 0;
  padding: 0 30px;
}
.footer_links .links_area:first-of-type {
  border: none;
}
.footer_links .links_area a {
  color: white !important;
  display: block;
  line-height: 1.5;
}
.footer_links .links_area p {
  margin: 0 0 5px 0;
}
.footer_links .links_area .links_header {
  font-weight: bold;
  margin-bottom: 15px;
}
.footer_links .links_area .payment_icons:first-of-type {
  margin-top: 20px;
}
.footer_links .links_area .established_text {
  margin-top: 10px;
}
.footer_links .payment_logo {
  margin: 0 7px 0 0;
}

.social_reviews {
  padding-left: 20px;
  text-align: left;
}
.social_reviews a {
  text-decoration: none;
}
.social_reviews.content {
  max-width: 1400px;
}
.social_reviews .social_icon {
  height: auto;
  margin: 35px 10px 0 0;
  width: 30px;
  text-decoration: none;
}
.social_reviews .social_icon:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.25s ease;
}
.social_reviews .bbb_reviews {
  float: right;
  margin-top: 15px;
}
.social_reviews .bbb_reviews img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}
.social_reviews .copyright_notice {
  clear: both;
  margin-top: 10px;
  text-align: right;
}
.social_reviews .copyright_notice a {
  color: #003087;
  text-decoration: none;
}
.social_reviews .copyright_notice a:hover {
  text-decoration: underline;
}

/******************************* footer - END ****************************/
/* shopmaster specific - header & footer - START */
#shopmaster #footerbot .customer_support, #shopmaster #footerbot .shopsure {
  padding: 65px 95px;
}
#shopmaster #footerbot .shopsure .shopsure_icon {
  left: 152px;
}
#shopmaster #footerbot > .table_wrapper:first-child .bgcolors div + div {
  background-color: #ffc72c;
}

/* shopmaster specific - header & footer - END */
/* Footer variation 2- header & footer - START */
#footer_var2 .footer_guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #051937;
  margin-top: 20px;
  text-align: center;
  padding: 10px 0;
}
#footer_var2 .footer_guarantee .guarantee_img {
  padding: 10px;
}
#footer_var2 .footer_guarantee .guarantee_text {
  display: flex;
  align-items: center;
  color: #fff;
}
#footer_var2 .footer_guarantee .guarantee_text .guarantee_heading {
  font-size: 22.76px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0 10px;
}
#footer_var2 .footercontent {
  display: flex;
  flex-wrap: wrap;
  background-color: #F5FBFE;
}
#footer_var2 .footercontent .left-column {
  flex: 1 1 35%;
  background-color: #7fcae8;
  padding: 20px;
  background-image: url("/Amsterdam/pict/header_footer/webp/FooterImage.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #footer_var2 .footercontent .left-column {
    display: none;
  }
}
#footer_var2 .footercontent .right-column {
  flex: 1 1 65%;
  padding: 20px;
}
#footer_var2 .footercontent .right-column a {
  color: #001738;
  font-size: 14px;
  font-weight: 500;
}
#footer_var2 .footercontent .right-column .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer_var2 .footercontent .right-column .column {
  flex: 1 1 25%;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1%;
}
@media (max-width: 767px) {
  #footer_var2 .footercontent .right-column .column {
    flex: 1 1 100%;
    margin: 10px 0;
  }
}
#footer_var2 .footercontent .right-column .column .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#footer_var2 .footercontent .right-column .column #lpbutton img {
  margin-left: -15px;
}
#footer_var2 .footercontent .right-column .column .contact-item img {
  margin-right: 8px;
}
#footer_var2 .footercontent .right-column .column .contact-text {
  font-size: 1em;
}
#footer_var2 .footercontent .right-column .column h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
  margin: 0 0 10px 0;
  text-align: left;
  width: 100%;
  font-weight: bold;
  color: #001738;
}
#footer_var2 .footercontent .right-column .column ul {
  list-style: none;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
#footer_var2 .footercontent .right-column .column li {
  margin-bottom: 10px;
}
#footer_var2 .footercontent .signup {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  text-align: left;
  position: relative;
  gap: 40px;
}
#footer_var2 .footercontent .signup .email-signup, #footer_var2 .footercontent .signup .social {
  flex: 1 1 50%;
  position: relative;
}
#footer_var2 .footercontent .signup .email-signup .footer_emailsignup_txt p {
  display: none;
}
#footer_var2 .footercontent .signup .email-signup .unsubscribe_text {
  display: none;
}
#footer_var2 .footercontent .signup .email-signup .newsletter_links {
  display: none;
}
#footer_var2 .footercontent .signup .email-signup .support, #footer_var2 .footercontent .signup .email-signup .email {
  display: flex;
  padding: 10px 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
#footer_var2 .footercontent .signup .email-signup .email_registerNow {
  margin-left: auto;
}
#footer_var2 .footercontent .signup .email-signup .newsletter_signup_area {
  display: flex;
  text-align: right;
  width: 100%;
}
@media (max-width: 1310px) {
  #footer_var2 .footercontent .signup .email-signup .newsletter_signup_area {
    width: 100%;
    max-width: 100%;
  }
}
#footer_var2 .footercontent .signup .email-signup .newsletter_signup_area .newsletter_input {
  flex: 1;
  width: auto;
}
#footer_var2 .footercontent .signup .email-signup .newsletter_signup_area .nwstext {
  border: 1px solid #e5e5e5;
  border-radius: 15px 0 0 15px;
}
#footer_var2 .footercontent .signup .email-signup .newsletter_signup_area .nwstext::placeholder {
  color: rgba(0, 23, 56, 0.4);
  font-weight: bold;
  font-size: 14px;
}
#footer_var2 .footercontent .signup .email-signup .newsletter_signup_area .nwsbut {
  background-color: #001738;
  border: 1px solid #001738;
  color: white;
  border-radius: 0 15px 15px 0;
}
#footer_var2 .footercontent .signup .email-signup .newsletter_signup_area .nwsbut:hover {
  color: #001738;
  background-color: white;
  border: 1px solid #001738;
}
#footer_var2 .footercontent .signup .email-signup::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #001738;
  transform: translateX(50%);
}
#footer_var2 .footercontent .signup .email-signup h5, #footer_var2 .footercontent .signup .social h5 {
  font-size: 56.59px;
  margin-bottom: 10px;
  font-weight: bold;
  color: rgba(0, 23, 56, 0.25);
}
#footer_var2 .footercontent .signup .email-signup p, #footer_var2 .footercontent .signup .social p {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
#footer_var2 .footercontent .signup form {
  display: flex;
}
#footer_var2 .footercontent .signup form input[type=email] {
  padding: 5px;
  flex: 1;
  margin-right: 5px;
}
#footer_var2 .footercontent .signup form button {
  padding: 5px 10px;
  background-color: #102a50;
  color: white;
  border: none;
}
#footer_var2 .footercontent .signup .social-icons {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
#footer_var2 .footercontent .signup .social-icons a {
  font-size: 1.5em;
  color: #102a50;
}
#footer_var2 .footercontent .copyright_notice {
  text-align: center;
  margin-top: 20px;
  padding: 1% 0;
  font-size: 14px;
  font-weight: 500;
  color: #001738;
}
#footer_var2 .footercontent .bbb_reviews {
  padding: 1%;
}
#footer_var2 .footercontent .footer-bottom {
  display: flex;
  justify-content: space-between;
}
#footer_var2 .footercontent .accredited {
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer_var2 .footercontent .footercontent {
    padding: 10px; /* Adjust padding for smaller screens */
  }
  #footer_var2 .footercontent .column {
    margin: 5px 0; /* Adjust margin for better spacing */
  }
  #footer_var2 .footercontent .signup {
    flex-direction: column;
    gap: 0;
  }
  #footer_var2 .footercontent .email-signup, #footer_var2 .footercontent .social {
    flex: 1 1 100%;
    position: relative;
  }
  #footer_var2 .footercontent .email-signup::after {
    display: none;
  }
}

/* Footer variation 2 - header & footer - END */
/* Shipping Icons - START */
.shipIn2Days {
  background-image: url(/Amsterdam/pict/APL_2Days.png);
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin: 0 0 0 7px;
  vertical-align: baseline;
  width: 42px;
}

.shipIn3Days {
  background-image: url(/Amsterdam/pict/APL_3Days.png);
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin: 0 0 0 7px;
  vertical-align: baseline;
  width: 42px;
}

.shipIn4Days {
  background-image: url(/Amsterdam/pict/APL_4Days.png);
  display: inline-block;
  height: 42px;
  margin: 0 0 0 7px;
  vertical-align: baseline;
  width: 42px;
}

/* Shipping Icons - END */
/* Icons - START */
.icon_home {
  height: 15px;
  vertical-align: text-top;
  width: 15px;
}

.icon_madeInUSA {
  background-image: url(/Amsterdam/pict/MadeInUSA.png);
  display: inline-block;
  height: 35px;
  width: 69px;
}

.icon_fullColor {
  background-image: url(/Amsterdam/pict/icon_Fullcolor2020.png);
  display: inline-block;
  height: 27px;
  width: 50px;
  vertical-align: super;
}

/* Icons - END */
/* sprites - START */
#connectwithus {
  float: none;
  margin: 15px 0 0 -1px;
  overflow: auto;
  padding: 0;
  text-align: left;
}
#connectwithus a:last-child div {
  margin: 0;
}

.sprite_footer,
.sprite_proddetail {
  background: url("/Amsterdam/pict/iconsprite.png?v=1") no-repeat;
  color: white;
  font-size: 1px;
  text-decoration: none;
}
.sprite_footer.shf_icon_fb,
.sprite_proddetail.shf_icon_fb {
  background-position: -10px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_tw,
.sprite_proddetail.shf_icon_tw {
  background-position: -52px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_gplus,
.sprite_proddetail.shf_icon_gplus {
  background-position: -94px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_li,
.sprite_proddetail.shf_icon_li {
  background-position: -135px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_yt,
.sprite_proddetail.shf_icon_yt {
  background-position: -177px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_p,
.sprite_proddetail.shf_icon_p {
  background-position: -219px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_wordpress,
.sprite_proddetail.shf_icon_wordpress {
  background-position: -261px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}

.shf_icon_email {
  cursor: pointer;
  float: left;
  margin: 0 7px 0 0;
  padding: 0;
}

.shf_icon_print {
  cursor: pointer;
  float: left;
  margin: 0 7px 0 0;
  padding: 0;
}

.sprite_proddetail.shf_icon_fb {
  background-position: -10px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_tw {
  background-position: -43px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_p {
  background-position: -175px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_gplus {
  background-position: -76px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_email {
  background-position: -241px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_print {
  background-position: -274px -55px;
  height: 27px;
  width: 27px;
}

.sf_bbb_checkout {
  background-position: -183px -92px;
  cursor: pointer;
  float: left;
  height: 43px;
  margin: 0;
  width: 113px;
}
.sf_bbb {
  background-position: -183px -92px;
  cursor: pointer;
  float: left;
  height: 43px;
  margin: 0;
  width: 113px;
}
.sf_bbb:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.1);
  transition: 1s ease;
}

/* sprites - END */
/* Credit Cards - START */
/*#divCreditCardType {
    background-image: url('/Amsterdam/pict/sprite_creditcards.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 32px;
    width: 162px;

    &.VI {
        background-position: 0 -33px;
    }

    &.MC {
        background-position: 0 -66px;
    }

    &.AX {
        background-position: 0 -99px;
    }

    &.DI {
        background-position: 0 -132px;
    }
}*/
/* Credit Cards - END */
/* Login Page - START */
.signin_register {
  font-weight: 400;
}
.signin_register .heading {
  background-color: #ededed;
}
.signin_register .content {
  max-width: 955px;
  margin: 0 auto;
}
.signin_register .signin_register_flex {
  display: flex;
}
.signin_register .signin_register_flex > div {
  width: 50%;
}
.signin_register .signin_register_flex > div p:first-of-type {
  margin-top: 0;
}
.signin_register h1 {
  padding: 20px 0;
  color: #130F41;
  font-size: 2em;
}
.signin_register h2 {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #130F41;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.signin_register label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.signin_register input[type=text], .signin_register input[type=password] {
  width: 65%;
  height: 44px;
}
.signin_register input {
  border-radius: 5px;
  border: 1px solid #aaa;
  height: auto;
  width: auto;
}
.signin_register .btn_check_flex {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  width: 65%;
}
.signin_register .button {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 10px 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  height: 44px;
  line-height: 24px;
}
.signin_register .button.primary {
  background-color: #051937;
  color: #fff;
}
.signin_register .button.primary:hover {
  background-color: #fff;
  color: #051937;
  border: 2px solid #051937;
}
.signin_register p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.signin_register .link-requirements {
  float: left;
  margin-top: 10px;
}
.signin_register .lblpassword {
  float: left;
  width: 38%;
}

.normallogin_page_wrapper h1 {
  color: black;
  margin-bottom: 30px;
}
.normallogin_page_wrapper h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .normallogin_page_wrapper h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .normallogin_page_wrapper h1 {
    font-size: 1.37rem;
  }
}
.normallogin_page_wrapper h2 {
  color: black;
  margin: 0;
  padding: 0;
}
.normallogin_page_wrapper h2 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .normallogin_page_wrapper h2 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .normallogin_page_wrapper h2 {
    font-size: 1.37rem;
  }
}
.normallogin_page_wrapper input {
  border: 1px solid #aaa;
  height: 28px;
  width: 60%;
}
.normallogin_page_wrapper #normalloginforms .twocolumns {
  float: left;
  margin: 0;
  width: 45%;
  background-color: #ededed;
  min-height: 260px;
}
.normallogin_page_wrapper #normalloginforms .onecolumn {
  float: left;
  width: 5%;
  text-align: center;
  line-height: 240px;
}
.normallogin_page_wrapper #normalloginforms .onecolumn {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .normallogin_page_wrapper #normalloginforms .onecolumn {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .normallogin_page_wrapper #normalloginforms .onecolumn {
    font-size: 1.37rem;
  }
}
.normallogin_page_wrapper #normalloginforms .button, .normallogin_page_wrapper #normalloginforms .inputbtn, .normallogin_page_wrapper #normalloginforms .login_btn_ContinueToRegistration {
  background-color: #051937;
  border: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 0;
  overflow: hidden;
  padding: 12px 40px 30px 40px;
  width: auto;
}
.normallogin_page_wrapper #normalloginforms .button, .normallogin_page_wrapper #normalloginforms .inputbtn, .normallogin_page_wrapper #normalloginforms .login_btn_ContinueToRegistration {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .normallogin_page_wrapper #normalloginforms .button, .normallogin_page_wrapper #normalloginforms .inputbtn, .normallogin_page_wrapper #normalloginforms .login_btn_ContinueToRegistration {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .normallogin_page_wrapper #normalloginforms .button, .normallogin_page_wrapper #normalloginforms .inputbtn, .normallogin_page_wrapper #normalloginforms .login_btn_ContinueToRegistration {
    font-size: 1rem;
  }
}
.normallogin_page_wrapper #normalloginforms .returning_customers {
  margin: 20px 50px 0 15px;
}
@media (min-width: 950px) {
  .normallogin_page_wrapper #normalloginforms .returning_customers {
    margin-right: 25px;
  }
}
.normallogin_page_wrapper #normalloginforms .returning_customers .label {
  margin: 15px 0 0;
}
.normallogin_page_wrapper #normalloginforms .returning_customers .inputbtn {
  float: right;
  margin-top: 20px;
  margin-right: 0;
}
.normallogin_page_wrapper #normalloginforms .returning_customers .forgot_pw {
  float: right;
  margin: 30px 10px 0 0;
  text-align: right;
  width: 100px;
}
.normallogin_page_wrapper #normalloginforms .returning_customers .keepmesignedin {
  clear: both;
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  width: 124px;
}
.normallogin_page_wrapper #normalloginforms .returning_customers .keepmesignedin input {
  height: auto;
  margin: 0 5px 0 0;
  width: auto;
}
.normallogin_page_wrapper #normalloginforms .new_online_customers {
  /*border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;*/
  padding: 20px 0 30px 20px;
}
.normallogin_page_wrapper #normalloginforms .new_online_customers .login_btn_ContinueToRegistration {
  background-image: none;
  margin: 15px 0 0;
  position: initial;
}
.normallogin_page_wrapper #normalloginforms .new_online_customers .new_online_info {
  padding-bottom: 3px;
  margin-left: 86px;
}
.normallogin_page_wrapper #normalloginforms .activateAccountLogin {
  background-image: none;
  border-left: 1px solid #ccc;
  clear: both;
  float: left;
  height: auto;
  margin: 0;
  padding: 50px 0 0 20px;
  width: auto;
}
.normallogin_page_wrapper #normalloginforms .activateAccountLogin a {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0;
}

.ordertracking_wrapper .OrderStatus_Breadcrumbs {
  background-color: white;
  margin: 0;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs table {
  border: 0 solid #aaa;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs td {
  border: 0 solid #aaa;
  padding: 0;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs h3 {
  color: #474747;
  margin: 0;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs span {
  color: #f6931e;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs a {
  color: #003087;
  margin: 0;
}
.ordertracking_wrapper .OrderTracking_OptionPanel {
  background-color: white;
  margin: 10px 0 0;
}
.ordertracking_wrapper .OrderTracking_LoginPanel {
  border-right: 2px solid #ccc;
  float: left;
  margin: 0;
  width: 398px;
}
.ordertracking_wrapper .OrderTracking_PanelCaption {
  color: #978784;
  font-weight: bold;
  height: 56px;
  margin: 0 0 0 30px;
}
.ordertracking_wrapper .OrderTracking_PanelCaption h4 {
  color: #f6931e;
  margin: 0;
}
.ordertracking_wrapper .OrderTracking_PanelCaption span {
  color: #b30000;
}
.ordertracking_wrapper .OrderTracking_LoginContainer {
  margin: 0 30px;
}
.ordertracking_wrapper .OrderTracking_TrackPanel {
  float: left;
  margin: 0;
  width: 400px;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer {
  margin: 0 30px;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer table {
  border: 0 solid #aaa;
  border-collapse: collapse;
  border-spacing: 0;
  color: #978784;
  margin: 0;
  width: 100%;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer td {
  border: 0 solid #aaa;
  padding: 5px;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer td.LabelCell {
  text-align: right;
  white-space: nowrap;
  width: 1%;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer td.ButtonCell {
  text-align: right;
}
.ordertracking_wrapper .OrderTracking_TrackCondition_Textbox {
  background-color: #ededed;
  border: 0 none #aaa;
  color: #978784;
  font-weight: bold;
  height: 26px;
  width: 100%;
}
.ordertracking_wrapper .OrderTracking_TrackCondition_Textbox {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .ordertracking_wrapper .OrderTracking_TrackCondition_Textbox {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .ordertracking_wrapper .OrderTracking_TrackCondition_Textbox {
    font-size: 0.94rem;
  }
}
.ordertracking_wrapper .OrderTracking_Btn_CheckStatus {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("/Amsterdam/pict/checkstatus_btn.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 46px;
  margin: 0;
  overflow: hidden;
  width: 152px;
}
.ordertracking_wrapper .checkoutLogin_loginButton {
  background: url("/Amsterdam/pict/login_btn.png") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 44px;
  margin: 0 20px 0 20px;
  width: 114px;
}
.ordertracking_wrapper .OrderTracking_ResultPanel {
  background-color: white;
  margin: 5px 0 0;
}
.ordertracking_wrapper .OrderTracking_TrackAgainBtnContainer {
  margin: 5px 0 0;
}
.ordertracking_wrapper .OrderTracking_TrackAgainBtnContainer a {
  color: #003087;
  font-weight: bold;
}

/* Login Page - END */
/*Start - Password requirements*/
.form-group.password {
  position: relative;
}

.form-group.password > .link-requirements {
  position: absolute;
  top: 20px;
  right: 0;
}

.form-group.password > .link-requirements.top0 {
  top: 0;
}

h4.password-requirements {
  color: black;
  font-weight: bold;
}

h4.password-requirements.center-text {
  text-align: center;
}

ul.password-requirements-list {
  padding-left: 0;
}

ul.password-requirements-list li {
  list-style-type: none;
  line-height: 18px;
}

ul.password-requirements-list li:before {
  content: "●";
  min-width: 16px;
  display: inline-block;
}

ul.password-requirements-list > li > ul.password-requirements-chars > li.password-requirements-chars-spec > span {
  display: inline-block;
  vertical-align: top;
}

body.password-length-valid li.password-requirements-length:before,
body.password-chars-valid li.password-requirements-chars:before,
body.password-uppercase-valid li.password-requirements-chars-upper:before,
body.password-lowercase-valid li.password-requirements-chars-lower:before,
body.password-number-valid li.password-requirements-chars-number:before,
body.password-spec-valid li.password-requirements-chars-spec:before {
  content: "✔";
  color: #9CCB3B;
}

body.password-length-valid li.password-requirements-length,
body.password-chars-valid li.password-requirements-chars > span,
body.password-uppercase-valid li.password-requirements-chars-upper,
body.password-lowercase-valid li.password-requirements-chars-lower,
body.password-number-valid li.password-requirements-chars-number,
body.password-spec-valid li.password-requirements-chars-spec {
  color: #9CCB3B;
}

body.password-length-invalid li.password-requirements-length,
body.password-length-invalid li.password-requirements-length:before,
body.password-chars-invalid li.password-requirements-chars:before,
body.password-chars-invalid li.password-requirements-chars > span,
body.password-uppercase-invalid:not(.password-chars-valid) li.password-requirements-chars-upper,
body.password-lowercase-invalid:not(.password-chars-valid) li.password-requirements-chars-lower,
body.password-number-invalid:not(.password-chars-valid) li.password-requirements-chars-number,
body.password-spec-invalid:not(.password-chars-valid) li.password-requirements-chars-spec {
  color: #b30000;
}

/*End - Password requirements*/
/*Start - CheckoutLogin.css*/
/** Classes of CheckoutLogin - Begin **/
.checkoutLogin_container {
  margin: 0;
}

.checkoutLogin_panel {
  background-image: -ms-linear-gradient(top, #f2f3f4 0%, #d8d9da 100%);
  background-image: -moz-linear-gradient(top, #f2f3f4 0%, #d8d9da 100%);
  background-image: -o-linear-gradient(top, #f2f3f4 0%, #d8d9da 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f3f4), color-stop(1, #d8d9da));
  background-image: -webkit-linear-gradient(top, #f2f3f4 0%, #d8d9da 100%);
  background-image: linear-gradient(to bottom, #f2f3f4 0%, #d8d9da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#f2f3f4", endColorstr="#d8d9da");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2f3f4', endColorstr='#d8d9da')";
  border: solid 1px #aaa;
  margin: 0;
}

.checkoutLogin_panel table {
  border: solid 0 #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.checkoutLogin_panel td {
  border: solid 0 #ccc;
  height: 25px;
  padding: 5px;
}

.checkoutLogin_panel td.leftAlignAutoWidthCell {
  text-align: left;
  white-space: nowrap;
  width: 1%;
}

.checkoutLogin_panel td.rightAlignAutoWidthCell {
  text-align: right;
  white-space: nowrap;
  width: 1%;
}

.checkoutLogin_panel h2 {
  color: #fc5a0f;
  font-weight: bold;
  margin: 0 0 5px;
}
.checkoutLogin_panel h2 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .checkoutLogin_panel h2 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .checkoutLogin_panel h2 {
    font-size: 0.94rem;
  }
}

.checkoutLogin_panel h3 {
  color: #fc5a0f;
  font-weight: bold;
  margin: 5px 0 5px 5px;
}
.checkoutLogin_panel h3 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .checkoutLogin_panel h3 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .checkoutLogin_panel h3 {
    font-size: 0.94rem;
  }
}

.checkoutLogin_panel h4 {
  color: #474747;
  font-weight: bold;
  margin: 0 0 5px;
}
.checkoutLogin_panel h4 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .checkoutLogin_panel h4 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .checkoutLogin_panel h4 {
    font-size: 0.94rem;
  }
}

.checkoutLogin_panel ul {
  list-style-type: none;
  margin: 5px 0;
  padding-left: 75px;
}

.checkoutLogin_autoWidthTextbox {
  border: solid 1px #ccc;
  color: #333;
  width: 100%;
}

.checkoutLogin_fixedWidthTextbox {
  border: solid 1px #ccc;
  color: #333;
  font-weight: bold;
  height: 25px;
  width: 180px;
}
.checkoutLogin_fixedWidthTextbox {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .checkoutLogin_fixedWidthTextbox {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .checkoutLogin_fixedWidthTextbox {
    font-size: 0.94rem;
  }
}

.checkoutLogin_rememberMeCheckBox {
  margin: 0 12px 0 0;
}

.checkoutLogin_passiveLoginPwdLabel {
  margin: 0 0 0 21px;
}

.checkoutLogin_loginButton {
  background: url("/Amsterdam/pict/login_btn.png") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 44px;
  margin: 0 0 0 10px;
  width: 114px;
}

.checkoutLogin_nextStepButton {
  background: url("/Amsterdam/pict/but_blue_nextstep.gif") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 37px;
  width: 126px;
}

.checkoutLogin_submitButton {
  background: url("/Amsterdam/pict/btn_submit.gif") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 33px;
  width: 115px;
}

.recovery-email {
  height: 38px;
  max-width: 280px;
}

:-ms-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}
:focus::-ms-input-placeholder {
  opacity: 0;
}
:focus::placeholder {
  opacity: 0;
}

/** Classes of CheckoutLogin - End **/
/* Out of Stock - START */
.item_wrapper.inline_block {
  display: inline-block;
  margin-left: 5px;
}
.item_wrapper div.outofstock_icon {
  background-image: url("/Amsterdam/pict/out-of-stock-icon-sm.png");
  display: inline-block;
  height: 16px;
  vertical-align: text-bottom;
  width: 16px;
}
.item_wrapper div.outofstock_icon.with_left_margin {
  margin-left: 3px;
}
.item_wrapper div.outofstock_icon.valign_text_top {
  vertical-align: text-top;
}
.item_wrapper span.outofstock_text {
  color: #fc5a0f;
  font-weight: 700;
}
.item_wrapper span.soldout_text {
  color: #b30000;
  font-weight: 700;
}

.outofstock_icon_sm {
  background-image: url("/Amsterdam/pict/out-of-stock-icon-sm.png");
  height: 16px;
  width: 16px;
}
.outofstock_icon_sm.for_cart_item {
  display: inline-block;
  vertical-align: text-bottom;
}

.outofstock_icon_lg {
  background-image: url("/Amsterdam/pict/out-of-stock-icon-lg.png");
  height: 30px;
  width: 30px;
}

.pd_gallery_overview .outofstock_footnote {
  display: block;
}
.pd_gallery_overview .outofstock_footnote.for_product_detail {
  float: right;
}
.pd_gallery_overview .outofstock_footnote .soldout_text {
  display: block;
  margin-top: -150px;
  text-align: center;
}

@supports (display: grid) {
  .pd_gallery_overview .outofstock_footnote .soldout_text {
    margin-top: 10px;
  }
}
.outofstock_footnote {
  border-collapse: collapse;
  display: table;
}
.outofstock_footnote.for_cart_item {
  float: left;
  margin-bottom: 15px;
}
.outofstock_footnote div.icon {
  display: table-cell;
  vertical-align: middle;
}
.outofstock_footnote.for_product_detail {
  float: right;
  margin-top: 10px;
}
.outofstock_footnote.for_bom_question {
  margin-top: 10px;
}
.outofstock_footnote.for_bom_question_popup {
  border-collapse: separate;
  border-top: 1px solid #ccc;
  margin: 15px;
  padding: 15px 5px 3px;
}
.outofstock_footnote div.text, .outofstock_footnote div.text_lg {
  color: #fc5a0f;
  display: table-cell;
  font-weight: 700;
  padding-left: 5px;
  vertical-align: middle;
}
.outofstock_footnote div.text, .outofstock_footnote div.text_lg {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .outofstock_footnote div.text, .outofstock_footnote div.text_lg {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .outofstock_footnote div.text, .outofstock_footnote div.text_lg {
    font-size: 0.94rem;
  }
}
.outofstock_footnote div.text {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .outofstock_footnote div.text {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .outofstock_footnote div.text {
    font-size: 0.75rem;
  }
}
.outofstock_footnote div.soldout_text {
  color: #b30000;
  display: table-cell;
  font-weight: 700;
  padding-left: 5px;
  vertical-align: middle;
}
.outofstock_footnote div.soldout_text {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .outofstock_footnote div.soldout_text {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .outofstock_footnote div.soldout_text {
    font-size: 0.94rem;
  }
}

/* Out of Stock - END */
/* Popups - START */
.coupontAppliedPopupContainer {
  position: absolute !important;
}

.popupContainer {
  background: none !important;
  border: none !important;
  overflow: visible !important;
  z-index: 200001;
  max-width: 560px;
  text-align: center;
}
.popupContainer .general_modalPopupBackground {
  background: #333;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.popupContainer .ui-dialog-titlebar {
  display: none;
}
.popupContainer .quickquotePopup {
  left: 50% !important;
  top: 20% !important;
}
@media (min-width: 950px) {
  .popupContainer .quickquotePopup {
    top: 0 !important;
  }
}
.popupContainer .popup {
  background-color: white !important;
  border: 1px solid #051937 !important;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  box-shadow: 0 0 15px #aaa;
  left: 0;
  overflow: visible !important;
  position: absolute;
  right: 0;
}
.popupContainer .popup .arrow {
  bottom: -16px;
  height: 16px;
  left: 28%;
  margin-left: -35px;
  overflow: hidden;
  position: absolute;
  width: 70px;
}
.popupContainer .popup .arrow:after {
  background: white;
  border: 1px solid #051937;
  box-shadow: 0 0 15px -5px #aaa;
  content: "";
  height: 25px;
  left: 20px;
  position: absolute;
  top: -20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
}
.popupContainer .popup .arrow.left {
  left: 20%;
}
.popupContainer .popup .arrow.right {
  left: 85%;
}
.popupContainer .popup .arrow.top {
  bottom: auto;
  top: -16px;
}
.popupContainer .popup .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.popupContainer .popup .content {
  text-align: center;
  vertical-align: middle;
  width: auto;
}
.popupContainer .popup .content .title {
  color: black;
}
.popupContainer .popup .content .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .popup .content .title {
    font-size: calc(0.5208333333vw + 1.2552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .popup .content .title {
    font-size: 1.75rem;
  }
}
.popupContainer .popup .content .description {
  color: #051937;
  font-weight: 700;
}
.popupContainer .popup .content .description {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .popup .content .description {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .popup .content .description {
    font-size: 0.94rem;
  }
}
.popupContainer .popup .content .product_image {
  display: none;
}
.popupContainer .popup .content .line {
  background-color: #ededed;
  display: inline-block;
  height: 1px;
  margin: 25px 0 15px;
  width: 75%;
}
.popupContainer .popup .content .button {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 15px 0 0;
  overflow: hidden;
}
.popupContainer .popup .content .btn_progress {
  color: white;
  min-width: 170px;
}
.popupContainer .popup .content .btn_progress {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .popup .content .btn_progress {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .popup .content .btn_progress {
    font-size: 1rem;
  }
}
.popupContainer .popup .content .btn_progress .btn_content, .popupContainer .popup .content .btn_progress #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .content .btn_progress .quickadd_but, .popupContainer .popup .content .btn_progress .wishList .quickadd_but, .wishList .popupContainer .popup .content .btn_progress .quickadd_but {
  background-color: #051937;
  display: table;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
}
.popupContainer .popup .content .btn_progress .btn_content:hover, .popupContainer .popup .content .btn_progress #shoppingcart_layout .wishList .quickadd_but:hover, #shoppingcart_layout .wishList .popupContainer .popup .content .btn_progress .quickadd_but:hover, .popupContainer .popup .content .btn_progress .wishList .quickadd_but:hover, .wishList .popupContainer .popup .content .btn_progress .quickadd_but:hover {
  color: #051937;
  background-color: white;
  border: 1px solid #051937;
}
.popupContainer .popup .content .btn_cancel {
  color: white;
  min-width: 170px;
}
.popupContainer .popup .content .btn_cancel .btn_content, .popupContainer .popup .content .btn_cancel #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .content .btn_cancel .quickadd_but, .popupContainer .popup .content .btn_cancel .wishList .quickadd_but, .wishList .popupContainer .popup .content .btn_cancel .quickadd_but {
  background-color: #ededed;
  display: table;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
}
.popupContainer .popup .content h3 {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px;
}
.popupContainer .popup .errorMessageDialogContent {
  padding: 20px;
  width: 400px;
}
.popupContainer .popup .messagebox_content {
  min-width: 400px !important;
  padding: 20px;
  width: 400px !important;
}
.popupContainer .popup .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.popupContainer .popup .btn_close:hover {
  transform: scale(0.8);
}
.popupContainer .popup .btn_close .btn_content, .popupContainer .popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .btn_close .quickadd_but, .popupContainer .popup .btn_close .wishList .quickadd_but, .wishList .popupContainer .popup .btn_close .quickadd_but {
  background-color: transparent !important;
}
.popupContainer .popup .btn_close .btn_content, .popupContainer .popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .btn_close .quickadd_but, .popupContainer .popup .btn_close .wishList .quickadd_but, .wishList .popupContainer .popup .btn_close .quickadd_but {
  background-color: white;
  color: #051937;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
  height: 100%;
}
.popupContainer .popup .btn_close .btn_content, .popupContainer .popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .btn_close .quickadd_but, .popupContainer .popup .btn_close .wishList .quickadd_but, .wishList .popupContainer .popup .btn_close .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .popup .btn_close .btn_content, .popupContainer .popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .btn_close .quickadd_but, .popupContainer .popup .btn_close .wishList .quickadd_but, .wishList .popupContainer .popup .btn_close .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .popup .btn_close .btn_content, .popupContainer .popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .btn_close .quickadd_but, .popupContainer .popup .btn_close .wishList .quickadd_but, .wishList .popupContainer .popup .btn_close .quickadd_but {
    font-size: 1rem;
  }
}
.popupContainer.ui-dialog .popup {
  position: relative;
}
.popupContainer .pd_viewLarger_popup {
  background-position: center -14px;
  background-repeat: no-repeat;
  border-spacing: 2px 7px;
  margin-top: 20px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_popupContent {
  height: 670px;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_popupContent .s7container {
  height: 660px;
  left: 0;
  top: 0;
  position: absolute;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_popupContent .s7zoomview {
  height: 740px;
  position: absolute;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_swatches {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_swatches ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 67px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_swatches ul li {
  border: 1px solid #ccc;
  margin: 0 0 2px;
}
.popupContainer .pd_viewLarger_popup .viewLarge_swatches {
  display: none;
}
.popupContainer .pd_viewLarger_popup #gallerywrapper2 {
  height: auto;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup #galleryholder2 {
  height: 425px;
  position: absolute;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup #divproductdetailpopup {
  min-width: 860px;
}

.sample_header {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .sample_header {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .sample_header {
    font-size: 1.37rem;
  }
}

.sample_header {
  font-size: 2rem;
  font-weight: bold;
}

.sample_selectText {
  color: #fc5a0f;
  font-weight: bold;
  margin: 10px 0 5px;
}
.sample_selectText {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .sample_selectText {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .sample_selectText {
    font-size: 0.94rem;
  }
}

p.sample_selectText {
  font-size: 1.3rem;
}

.sample_productOption {
  font-weight: bold;
  margin: 10px;
}

.sample_noteText {
  padding: 0 45px;
}

.samples_button {
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  background-color: #9CCB3B;
  color: #001738;
  height: 44px;
  line-height: 44px;
  margin: 20px auto;
  width: 250px;
}
.samples_button:hover {
  background-color: #001738;
  color: #9CCB3B;
  border: 1px solid #9CCB3B;
}
.samples_button:hover input {
  color: #001738;
}
.samples_button input {
  background: transparent;
  border: none;
  color: #001738;
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
  width: 100%;
  height: 44px;
  padding-bottom: 20px;
}
.samples_button input {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .samples_button input {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .samples_button input {
    font-size: 1rem;
  }
}
.samples_button input:hover {
  color: #9CCB3B;
}

.sampleRequestContainer {
  width: 90%;
  max-width: 400px;
  padding: 10px;
}

.noTitleStuff {
  border-radius: 0 !important;
  padding: 0 !important;
}
.noTitleStuff .ui-dialog-titlebar {
  display: none;
}
.noTitleStuff .ui-dialog-content {
  padding: 6px !important;
}

.popupDetail {
  background: white;
  border: 2px solid #ccc;
  padding: 12px;
  position: absolute;
  width: 408px;
  z-index: 2;
}

.dropdown {
  display: none;
  position: absolute;
  z-index: 9999999;
}
.dropdown .dropdown-menu, .dropdown .dropdown-panel {
  background: white;
  border: solid 1px #ccc;
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  max-width: 360px;
  min-width: 160px;
  overflow: visible;
  padding: 4px 0;
}
.dropdown .dropdown-panel {
  padding: 15px;
}
.dropdown .dropdown-panel .close_btn {
  color: #ededed;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  right: 8px;
  top: 0;
}
.dropdown .dropdown-panel.help-shipping-account {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .dropdown .dropdown-panel.help-shipping-account {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .dropdown .dropdown-panel.help-shipping-account {
    font-size: 0.94rem;
  }
}
.dropdown.dropdown-tip {
  margin-top: 8px;
}
.dropdown.dropdown-tip:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.dropdown.dropdown-tip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -5px;
}
.dropdown.dropdown-tip.dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.dropdown.dropdown-tip.dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.dropdown.dropdown-scroll .dropdown-menu, .dropdown.dropdown-scroll .dropdown-panel {
  max-height: 358px;
  overflow: auto;
}
.dropdown .dropdown-menu LI {
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown .dropdown-menu LI > A, .dropdown .dropdown-menu LABEL {
  color: #474747;
  display: block;
  line-height: 18px;
  margin: 0;
  padding: 3px 15px;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown .dropdown-menu LI > A:hover, .dropdown .dropdown-menu LABEL:hover {
  background-color: #051937;
  color: white;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-divider {
  border-top: solid 1px #ccc;
  font-size: 1px;
  margin: 5px 0;
  padding: 0;
}

.dropdown.quickquote {
  position: absolute;
}

.btnclose div {
  cursor: pointer;
  float: right;
}

.ui-widget-overlay {
  background-color: black !important;
  background-image: none !important;
  filter: Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

/* Popups - END */
/* POPUP: Edit Sample Item - START */
.popup_sample {
  background-color: white;
  border: 1px solid #051937;
  box-shadow: 0 0 15px #aaa;
  overflow: auto;
  padding: 20px;
  position: relative;
}
.popup_sample .close_popup {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.popup_sample .close_popup:hover {
  transform: scale(0.8);
}
.popup_sample .close_popup .btn_content, .popup_sample .close_popup #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popup_sample .close_popup .quickadd_but, .popup_sample .close_popup .wishList .quickadd_but, .wishList .popup_sample .close_popup .quickadd_but {
  background-color: transparent !important;
}
.popup_sample h1 {
  color: #051937;
  font-weight: bold;
  font-size: 2.4rem;
}
.popup_sample .popup_rule {
  border: 1px solid #051937;
}
.popup_sample .close_link {
  color: #003087;
  cursor: pointer;
  margin: 15px 0 0 20px;
}
.popup_sample .close_link:hover {
  text-decoration: underline;
}
.popup_sample .save_btn {
  background-color: #051937;
  background-image: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 10px 0 0 10px;
  padding: 0 20px;
  text-align: center;
  width: 80%;
}
.popup_sample .save_btn {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .popup_sample .save_btn {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup_sample .save_btn {
    font-size: 1rem;
  }
}
.popup_sample .save_btn:hover {
  background-color: white;
  color: #051937;
}
.popup_sample .popup_header, .popup_sample .popup_option, .popup_sample .popup_note {
  margin: 10px;
}

/* POPUP: Edit Sample Item - END */
/* POPUP: Coupon Applied - START */
.popupContainer .popup.couponapplied_popup {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
}
.popupContainer .popup.couponapplied_popup .content .bg {
  background-image: url("/Amsterdam/pict/coupon_code_applied_popup.png");
  height: 481px;
  width: 364px;
}
.popupContainer .popup.couponapplied_popup .content .coupon {
  top: 31%;
  position: absolute;
  left: 42%;
  color: white;
  transform: rotate(5deg);
  font-weight: bold;
  font-size: 22px;
  font-size: 31px;
}
.popupContainer .popup.couponapplied_popup .content .btn_ShowNow {
  background-color: #FFAA00;
  padding: 12px 10px !important;
  color: #0D4A76;
  border-radius: 7px;
  text-align: center;
  font-weight: 900;
}
.popupContainer .popup.couponapplied_popup .content .btn_progress {
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: 230px;
  position: absolute;
}
.popupContainer .popup.couponapplied_popup .content .btn_progress {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .popup.couponapplied_popup .content .btn_progress {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .popup.couponapplied_popup .content .btn_progress {
    font-size: 1rem;
  }
}
.popupContainer .popup.couponapplied_popup .description {
  color: white;
  font-weight: normal;
  position: absolute;
}
.popupContainer .popup.couponapplied_popup .description {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .popup.couponapplied_popup .description {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .popup.couponapplied_popup .description {
    font-size: 1.37rem;
  }
}
.popupContainer .popup.couponapplied_popup .couponapplieddesc {
  top: 50%;
  width: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popupContainer .popup.couponapplied_popup .couponapplieddesc p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 35px;
}
.popupContainer .popup.couponapplied_popup .couponapplieddesc p.coupon_header {
  font-size: 19px;
}
.popupContainer .popup.couponapplied_popup .couponapplieddesc p.coupon_originalDesc {
  white-space: initial;
}
.popupContainer .popup.couponapplied_popup .btn_close {
  background: transparent;
  text-indent: initial;
  overflow: initial;
}
.popupContainer .popup.couponapplied_popup .btn_couponappliedclose {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: 5px;
  width: 40px;
  z-index: 999999;
  color: white;
  font-weight: 500;
  font-size: 45px;
}
.popupContainer .popup.couponapplied_popup .btn_ShowNowAdvance {
  border: medium none !important;
  margin: 22px 0 10px !important;
}
.popupContainer .popup.couponapplied_popup .btn_ShowNow {
  padding: 5px 10px !important;
}

/* POPUP: Coupon Applied - END */
/* POPUP: Free Gift - START */
#shoppingcart_layout .freeItemPopup {
  background-color: white;
  border: 1px solid #051937;
  box-shadow: 0 0 15px #aaa;
  left: 0;
  margin: 5% auto;
  position: absolute;
  width: 370px;
  z-index: 100;
}
#shoppingcart_layout .freeItemPopup h1 {
  color: black;
  float: left;
  margin-top: 10px;
  margin-bottom: 1px;
  margin-left: 30px;
  text-align: left;
  width: 100%;
}
#shoppingcart_layout .freeItemPopup h1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .freeItemPopup h1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .freeItemPopup h1 {
    font-size: 0.94rem;
  }
}
#shoppingcart_layout .freeItemPopup h2 {
  color: #fc5a0f;
  float: left;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 30px;
  padding-bottom: 2px;
  text-align: left;
  width: 100%;
}
#shoppingcart_layout .freeItemPopup .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
#shoppingcart_layout .freeItemPopup .btn_close:hover {
  transform: scale(0.8);
}
#shoppingcart_layout .freeItemPopup .btn_close .btn_content, #shoppingcart_layout .freeItemPopup .btn_close .wishList .quickadd_but, #shoppingcart_layout .wishList .freeItemPopup .btn_close .quickadd_but, .wishList #shoppingcart_layout .freeItemPopup .btn_close .quickadd_but {
  background-color: transparent !important;
}
#shoppingcart_layout .freeItemPopup .item_container {
  display: block;
  width: 200px;
  margin: 0 auto 20px auto;
}
#shoppingcart_layout .freeItemPopup .freeItempopup_topbar {
  background-image: url("/amsterdam/pict/accesspop_grad2.jpg");
  background-position-y: 40%;
  background-repeat: repeat-x;
  height: 22px;
  width: 100%;
}
#shoppingcart_layout .freeItemPopup .freeItempopup_topbar .freeItempopup_topbarclose {
  cursor: pointer;
  float: right;
  margin-top: 2px;
  margin-right: 5px;
}
#shoppingcart_layout .freeItemPopup .freeItempopup_topbar .freeItempopup_topbarclose .freeItempopup_closetext {
  color: white;
  float: left;
}
#shoppingcart_layout .freeItemPopup .freeItempopup_topbar .freeItempopup_topbarclose .freeItempopup_closebtn {
  background-image: url("/amsterdam/pict/cartClose_btn.png");
  float: left;
  height: 16px;
  margin-left: 5px;
  width: 16px;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper {
  clear: both;
  display: block;
  margin-top: 10px;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop {
  margin-right: 10px;
  width: 200px;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .freeItem_top {
  border: 1px solid #aaa;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .freeItem_top img {
  width: 100%;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
  color: #051937;
  margin-left: 10px;
  padding-top: 2px;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
    font-size: 0.75rem;
  }
}
#shoppingcart_layout .freeItemPopup .div_FreeItemBtnAddtoCart {
  float: left;
}
#shoppingcart_layout .freeItemPopup #freeItem_action {
  clear: both;
  float: right;
}
#shoppingcart_layout .freeItemPopup #freeItem_action #btn_NoThanks {
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}
@media (min-width: 950px) {
  #shoppingcart_layout .freeItemPopup .freeItemPopup {
    width: 460px;
  }
  #shoppingcart_layout .freeItemPopup .item_container {
    display: table;
    width: auto;
  }
  #shoppingcart_layout .freeItemPopup .freeItem_wrapper {
    clear: none;
    display: table-cell;
    margin-top: 0;
  }
}

/* POPUP: Free Gift - END */
/* POPUP: More Views - START */
.moreViewsCarousel {
  border: 1px solid #aaa;
  margin-left: 5px;
  margin-right: 5px;
}

.color_normal {
  border: 1px white solid;
  cursor: pointer;
  float: left;
  margin-right: 3px;
  padding: 3px;
}

.color_highlight {
  border: 1px #ccc solid;
}

.moreviews {
  cursor: pointer;
}
.moreviews_noTitleStuff {
  padding: 0 !important;
}
.moreviews_noTitleStuff .ui-dialog-titlebar {
  display: none;
}
.moreviews_noTitleStuff .ui-dialog-content {
  padding: 0 !important;
}

#divMoreViews .moreviews_noTitleStuff .ui-dialog-content {
  padding: 0 !important;
}
#divMoreViews .general_popupHeader {
  background: url("/Amsterdam/pict/studio-modal-head-bg.png") repeat-x;
  padding: 6px 10px 6px 0;
}
#divMoreViews .general_popupHeader .general_popupCloseButton {
  background: url("/Amsterdam/pict/studio-modal-close.png") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 18px;
  overflow: hidden;
  width: 58px;
}
#divMoreViews .general_popupHeader .general_popupCloseButton:hover {
  background-image: url("/Amsterdam/pict/studio-modal-close-over.png");
}
#divMoreViews .preview_content {
  padding: 10px;
}
#divMoreViews .preview_content .mainframe_bgGray {
  background: none repeat scroll 0 0 #ededed;
  border: 1px solid #ccc;
  padding: 10px;
}
#divMoreViews .preview_content .preview_console {
  margin-top: 15px;
  text-align: center;
  padding-bottom: 7px !important;
}
#divMoreViews .preview_content .CheckoutBtnForTNT {
  float: left;
}
#divMoreViews .preview_content .moreViewsCarousel {
  border: 1px solid #aaa;
  margin-left: 5px;
  margin-right: 5px;
}
#divMoreViews .preview_content .general_radiusLarge {
  border-radius: 5px;
}
#divMoreViews .preview_content .preview_btn_content1 {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #6b8ed5 0, #30529a 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #6b8ed5 0, #30529a 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #6b8ed5 0, #30529a 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6b8ed5), color-stop(1, #30529a));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #6b8ed5 0, #30529a 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #6b8ed5 0, #30529a 100%);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6b8ed5', endColorstr='#30529a')";
  color: #fff;
}
#divMoreViews .preview_content .preview_btn_content1:hover {
  background-color: #6b8ed5;
  background-image: none;
}
#divMoreViews .preview_content .preview_btn_zoom_size {
  height: 34px;
  line-height: 34px;
  width: 124px;
}
#divMoreViews .preview_content .perview_btn_zoom_disabled {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #eef0ef 0, #dbdbdb 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #eef0ef 0, #dbdbdb 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #eef0ef 0, #dbdbdb 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eef0ef), color-stop(1, #dbdbdb));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #eef0ef 0, #dbdbdb 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #eef0ef 0, #dbdbdb 100%);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eef0ef', endColorstr='#dbdbdb')";
  color: #fff;
}
#divMoreViews .preview_content .preview_btn_icon {
  float: left;
  height: 14px;
  margin: 10px -10px 0 20px;
  width: 15px;
}
#divMoreViews .preview_content .preview_btn_zoomin_bg {
  background-image: url("/Amsterdam/pict/apl_studio_zoomin.png?v=1");
}
#divMoreViews .preview_content .preview_btn_zoomout_bg {
  background-image: url("/Amsterdam/pict/apl_studio_zoomout.png?v=1");
}
#divMoreViews .preview_content .preview_button {
  border: 1px solid white;
  border-radius: 7px;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
}
#divMoreViews .studioPreviewCarousel_prev {
  background: url("/Amsterdam/pict/sprite_carouselnav.png") no-repeat -41px -66px;
  cursor: pointer;
  height: 64px;
  width: 38px;
}
#divMoreViews .studioPreviewCarousel_next {
  background: url("/Amsterdam/pict/sprite_carouselnav.png") no-repeat -41px 0;
  cursor: pointer;
  height: 64px;
  width: 38px;
}
#divMoreViews .disabled {
  cursor: default;
  background-position-x: -80px;
}
#divMoreViews .divColors {
  border: none;
  height: auto;
  margin: auto;
  padding-top: 15px;
  text-align: center;
  width: 280px;
}

/* POPUP: More Views - END */
/* POPUP: Upsell - START */
.upsell_pop {
  margin: 0;
  width: 220px;
  display: flex;
  flex-direction: column;
}
.upsell_pop .upsell_top {
  text-align: left;
  flex: 1;
  height: 100px;
  margin: 0 auto;
}
.upsell_pop .upsell_top .upsell_Name {
  color: #474747;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
  flex: 1;
}
.upsell_pop .upsell_top .upsell_price, .upsell_pop .upsell_top .upsell_ID {
  margin-left: 10px;
  margin-bottom: 5px;
}
.upsell_pop .upsell_top .upsell_price .upsell_price2, .upsell_pop .upsell_top .upsell_ID .upsell_price2 {
  color: red;
}
.upsell_pop .upsell_bottom {
  background-color: #FFF;
  padding: 1px;
  margin: 0 auto;
  position: relative;
  width: 205px;
  height: 180px;
  border: 1px solid #ccc;
}
.upsell_pop .upsell_bottom .badge_personalize {
  text-align: center;
  width: 100%;
  background-color: orange;
  color: #fff;
  display: inline-block;
  padding: 3px;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.upsell_pop .upsell_bottom img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.upsell_pop .upsell_qtyCont {
  margin: 5px 0;
  text-align: center;
  height: 65px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Hide the browser's default radio button */
}
.upsell_pop .upsell_qtyCont {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .upsell_pop .upsell_qtyCont {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .upsell_pop .upsell_qtyCont {
    font-size: 0.75rem;
  }
}
.upsell_pop .upsell_qtyCont div.container {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.upsell_pop .upsell_qtyCont div.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.upsell_pop .upsell_qtyCont .container .checkmark {
  position: relative;
  margin: 0 auto 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.upsell_pop .upsell_qtyCont .container .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.upsell_pop .upsell_qtyCont .container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.upsell_pop .upsell_qtyCont .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.upsell_pop .upsell_qtyCont .container input:checked ~ .checkmark:after {
  display: block;
}
.upsell_pop .upsell_qtyCont .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.upsell_pop .upsell_qtyCont .upsell_chooseQty2 {
  color: #474747;
}
.upsell_pop .upsell_qtyCont .upsell_qty {
  margin-top: 5px;
}
.upsell_pop .upsell_qtyCont .upsellQty2 {
  height: 21px;
  width: 50px;
}
.upsell_pop .upsell_qtyCont .radio_check_mark {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: content-box;
  height: 20px;
  margin: 2px auto;
  position: relative;
  width: 20px;
  /* On mouse-over, add a grey background color */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}
.upsell_pop .upsell_qtyCont .radio_check_mark:hover {
  background-color: #ccc;
}
.upsell_pop .upsell_qtyCont .radio_check_mark:after {
  content: "";
  display: none;
  position: absolute;
}
.upsell_pop .upsell_qtyCont .radio_check_mark:after {
  background-color: #2196f3;
  border-radius: 50%;
  height: 16px;
  left: 2px;
  top: 2px;
  width: 16px;
}
.upsell_pop .upsell_qtyCont .radio_check_mark::after, .upsell_pop .upsell_qtyCont .radio_check_mark::before {
  box-sizing: content-box;
}
.upsell_pop .upsell_qtyCont input:checked ~ .radio_check_mark:after {
  display: block;
}

/* POPUP: Upsell - END */
/* POPUP: Product description in shopping cart - START */
.pd_desc_popupContainer {
  width: 636px !important;
  background: none !important;
  border: none !important;
  overflow: visible !important;
  position: absolute;
  left: 50% !important;
  margin-left: -318px;
  z-index: 800;
}
.pd_desc_popupContainer .ui-dialog-titlebar {
  display: none;
}
.pd_desc_popupContainer .ui-dialog-content {
  padding: 6px !important;
}
.pd_desc_popupContainer .pd_desc_popup {
  background-color: white !important;
  border: 1px solid #051937 !important;
  box-shadow: 0 0 15px #aaa;
  overflow: visible !important;
  padding: 10px;
}
.pd_desc_popupContainer .pd_desc_popup .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.pd_desc_popupContainer .pd_desc_popup .btn_close:hover {
  transform: scale(0.8);
}
.pd_desc_popupContainer .pd_desc_popup .btn_close .btn_content, .pd_desc_popupContainer .pd_desc_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but, .pd_desc_popupContainer .pd_desc_popup .btn_close .wishList .quickadd_but, .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but {
  background-color: transparent !important;
}
.pd_desc_popupContainer .pd_desc_popup .btn_close .btn_content, .pd_desc_popupContainer .pd_desc_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but, .pd_desc_popupContainer .pd_desc_popup .btn_close .wishList .quickadd_but, .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but {
  background-color: white;
  color: #051937;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
}
.pd_desc_popupContainer .pd_desc_popup .btn_close .btn_content, .pd_desc_popupContainer .pd_desc_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but, .pd_desc_popupContainer .pd_desc_popup .btn_close .wishList .quickadd_but, .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .pd_desc_popupContainer .pd_desc_popup .btn_close .btn_content, .pd_desc_popupContainer .pd_desc_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but, .pd_desc_popupContainer .pd_desc_popup .btn_close .wishList .quickadd_but, .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_desc_popupContainer .pd_desc_popup .btn_close .btn_content, .pd_desc_popupContainer .pd_desc_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but, .pd_desc_popupContainer .pd_desc_popup .btn_close .wishList .quickadd_but, .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but {
    font-size: 1rem;
  }
}

.pd_desc_spec_content {
  float: left;
  width: 196px;
}

.pd_desc_detail_right {
  float: right;
  border-radius: 7%;
  background-color: #ededed;
  border: 1px solid #aaa;
  max-width: 280px;
}

.pd_desc_id {
  color: #383838;
  line-height: 12px;
  margin-top: 3px;
}
.pd_desc_id {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .pd_desc_id {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_desc_id {
    font-size: 0.75rem;
  }
}

.pd_desc_rating {
  border-bottom: 1px solid #aaa;
  padding-bottom: 8px;
}

.pd_desc_specs {
  color: black;
  margin-top: 10px;
}
.pd_desc_specs {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .pd_desc_specs {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_desc_specs {
    font-size: 0.75rem;
  }
}

.pd_desc_link {
  margin-top: 20px;
}
.pd_desc_link a {
  color: #003087 !important;
}

.pd_desc_detail_seperator {
  float: left;
  width: 1px;
}

.pd_edit {
  margin-top: 10px;
  min-height: 140px;
  max-width: 288px;
  padding-right: 20px;
}
.pd_edit {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .pd_edit {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_edit {
    font-size: 0.75rem;
  }
}
.pd_edit li {
  color: #003087;
  margin-bottom: 5px;
}
.pd_edit li a {
  color: #003087;
}
.pd_edit .nolink {
  color: black;
}

.pd_edit_text {
  font-weight: bold;
  margin-left: 10px;
}
.pd_edit_text:before {
  content: "";
  background-image: url("/Amsterdam/pict/icons/gear.png");
  float: left;
  height: 20px;
  margin: -2px 5px 0 0;
  width: 20px;
}

.pd_desc_detail_left {
  float: left;
  margin-right: 4px;
}

/* POPUP: Product description in shopping cart - END */
/* POPUP: Quick View - START */
#divproductdetailpopup {
  min-width: 860px;
  overflow: initial;
}
#divproductdetailpopup .upgradeOptionsLink .moreSpecialCharge {
  font-size: 0.63rem;
}

.pd_popup {
  border: 2px solid #ccc !important;
  width: 816px;
}

.pd_quickview {
  height: 402px;
  width: 329px;
}

.pd_gallary {
  float: left;
  height: auto;
  margin-right: 20px;
  width: 347px;
}

.pd_gallary_main {
  border: 1px solid #ccc;
  height: 402px;
  padding: 10px;
  width: 325px;
}

.pd_gallary_media {
  padding-top: 89px;
}

.pd_gallery_thumb {
  width: 347px;
}
.pd_gallery_thumb ul {
  list-style-type: none;
  margin: 5px 0 0;
  padding: 0;
}
.pd_gallery_thumb li {
  border: 1px solid #ccc;
  float: left;
  height: 65px;
  width: 65px;
}

.pd_gallery_img {
  cursor: pointer;
}

.pd_info {
  float: left;
  min-width: 447px;
}

.pd_close {
  background-image: url("/Amsterdam/pict/category_pd_close.png");
  cursor: pointer;
  height: 25px;
  left: 96%;
  position: absolute;
  width: 25px;
}

.pd_name {
  color: black;
  font-weight: bold;
  line-height: 16px;
}
.pd_name {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .pd_name {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_name {
    font-size: 0.94rem;
  }
}

.pd_id {
  border-bottom: 1px solid black;
  color: black;
  font-size: 0.63rem;
  line-height: 12px;
  margin-top: 3px;
  padding-bottom: 8px;
}

.pd_rating {
  border-bottom: 1px solid black;
  margin-top: 6px;
  padding-bottom: 8px;
}

.pd_rating_avg {
  float: left;
  font-weight: bold;
  margin-top: 2px;
}

.pd_rating_num {
  float: left;
  margin-top: 2px;
}

.pd_rating_stars {
  float: left;
  margin-top: 3px;
}

.pd_rating_hr {
  float: left;
  width: 384px;
}

.pd_heading_gray {
  color: #878787;
  float: left;
  font-weight: bold;
}
.pd_heading_gray {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .pd_heading_gray {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_heading_gray {
    font-size: 0.94rem;
  }
}

.pd_heading_blue {
  color: #051937;
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
.pd_heading_blue {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .pd_heading_blue {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_heading_blue {
    font-size: 0.94rem;
  }
}

.pd_detailcap {
  margin-top: 6px;
}

.pd_detail_left {
  float: left;
  margin-right: 10px;
}

.pd_detail_seperator {
  border-left: 1px solid #aaa;
  float: left;
  height: 269px;
  width: 1px;
}

.pd_leading {
  font-size: 0.63rem;
  width: 262px;
}
.pd_leading .icon_madeInUSA {
  float: left;
  margin: 7px 5px 0 0;
}

.pd_specs {
  color: #000;
  font-size: 0.63rem;
  margin-top: 10px;
}

.pd_spec {
  clear: both;
  line-height: 12px;
  margin-bottom: 5px;
}

.click_swatch_txt {
  font-weight: 700;
  font-size: 0.63rem;
}

.pd_spec_heading {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  width: 110px;
}

.pd_spec_content {
  float: left;
  width: 130px;
}

.pd_detail_right {
  float: right;
}

.pd_span_prodDetBanner {
  color: #fc5a0f;
  max-width: 246px;
  padding-bottom: 18px;
  text-align: right;
}
.pd_span_prodDetBanner {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .pd_span_prodDetBanner {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_span_prodDetBanner {
    font-size: 0.94rem;
  }
}

.pd_price_low {
  font-weight: bold;
  text-align: right;
}

.pd_price_lowprice {
  color: #b30000;
}

.pd_price {
  margin-top: 20px;
  min-height: 140px;
  max-width: 260px;
}

.pd_price_original {
  text-decoration: line-through;
}

.pd_link {
  font-weight: bold;
  margin-top: 40px;
  text-align: right;
}
.pd_link a {
  text-decoration: none;
}

.pd_link_quickquote {
  cursor: pointer;
}

.pd_link_text {
  color: #383838;
  line-height: 18px;
  vertical-align: middle;
}

.pd_link_arrow {
  color: #58b9f5;
  vertical-align: middle;
}
.pd_link_arrow {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .pd_link_arrow {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_link_arrow {
    font-size: 0.94rem;
  }
}

.pd_addtocartdiv {
  float: right;
  margin-top: 10px;
}
.pd_addtocartdiv .addtocart {
  box-shadow: 0 1px 5px #777;
  font-weight: 700;
  line-height: 23px;
  width: 210px;
}
.pd_addtocartdiv .addtocart {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .pd_addtocartdiv .addtocart {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_addtocartdiv .addtocart {
    font-size: 1rem;
  }
}
.pd_addtocartdiv .addtocart .btn_content, .pd_addtocartdiv .addtocart #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_addtocartdiv .addtocart .quickadd_but, .pd_addtocartdiv .addtocart .wishList .quickadd_but, .wishList .pd_addtocartdiv .addtocart .quickadd_but {
  background-image: -ms-linear-gradient(top, #00b436 0, #008d25 100%);
  background-image: -moz-linear-gradient(top, #00b436 0, #008d25 100%);
  background-image: -o-linear-gradient(top, #00b436 0, #008d25 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00b436), color-stop(1, #008d25));
  background-image: -webkit-linear-gradient(top, #00b436 0, #008d25 100%);
  background-image: linear-gradient(to bottom, #00b436 0, #008d25 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00b436', endColorstr='#008d25')";
  padding: 3px 10px 0;
}
.pd_addtocartdiv .addtocart .btn_content .btn_subtxt, .pd_addtocartdiv .addtocart #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt, .pd_addtocartdiv .addtocart .wishList .quickadd_but .btn_subtxt, .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt {
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}
.pd_addtocartdiv .addtocart .btn_content .btn_subtxt, .pd_addtocartdiv .addtocart #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt, .pd_addtocartdiv .addtocart .wishList .quickadd_but .btn_subtxt, .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .pd_addtocartdiv .addtocart .btn_content .btn_subtxt, .pd_addtocartdiv .addtocart #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt, .pd_addtocartdiv .addtocart .wishList .quickadd_but .btn_subtxt, .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .pd_addtocartdiv .addtocart .btn_content .btn_subtxt, .pd_addtocartdiv .addtocart #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt, .pd_addtocartdiv .addtocart .wishList .quickadd_but .btn_subtxt, .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt {
    font-size: 1rem;
  }
}

.pd_customize {
  float: right;
  margin-top: 51px;
}

.pd_personalize {
  float: right;
  margin-top: 29px;
}

.pd_quickadddiv {
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: center;
}

.pd_quickaddtext {
  font-weight: bold;
  height: 14px;
  padding: 2px;
  width: 45px;
}

.pd_addtocartbtn {
  background: url("/Amsterdam/pict/addtocart.png") no-repeat;
  border-style: none;
  cursor: pointer;
  float: right;
  height: 56px;
  margin-top: 4px;
  width: 158px;
}

.pd_errormessage {
  color: #b30000;
}

.pd_shippingtext {
  float: left;
  font-size: 0.63rem;
  margin-top: 3px;
}

.pd_shippingtext23 {
  float: left;
  font-size: 0.63rem;
  margin-top: 15px;
}

.pd_shippingicon {
  float: left;
}

.pd_shippingtextdetails {
  color: #051937;
  cursor: pointer;
  font-size: 0.63rem;
}

.pd_leading .shipInNDays {
  margin: 0 5px 0 0;
  width: 43px;
}

.pd_waitingBackground {
  background: #333;
  filter: alpha(opacity=0);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 3000000;
}

.quickview_addtocart_btn {
  background-image: url("/Amsterdam/pict/personalizenow.png");
  height: 56px;
  width: 184px;
}

.pd_swatch_block_container {
  border: 1px solid #ccc;
  float: left;
  height: 19px;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 1px;
  width: 19px;
}
.pd_swatch_block_container.highlight {
  border-color: #051937;
}

.pd_swatch_block_container_ellipse {
  border: 1px solid transparent;
}

.pd_swatch_block {
  height: 15px;
  width: 15px;
}

#div_Warning {
  margin-top: 15px;
}

/* POPUP: Quick View - END */
/* POPUP: Special Charges - START */
.specialcharge_popup {
  background-position: center -14px;
  background-repeat: no-repeat;
  border-spacing: 2px 7px;
  font-weight: 500;
  margin-top: 20px;
}
.specialcharge_popup .content {
  display: block;
  margin-top: 10px;
  width: 420px !important;
}
.specialcharge_popup .specialPriceTable {
  margin: 20px 0 20px 65px;
}
.specialcharge_popup td {
  padding: 7px 10px;
  text-align: left;
}
.specialcharge_popup td.chargeDesc {
  padding-right: 40px;
}
.specialcharge_popup .upgrageoption {
  float: left;
}
.specialcharge_popup .note {
  clear: both;
  padding-top: 5px;
}
.specialcharge_popup .btn_ShowNowAdvance {
  border: medium none !important;
  margin: 0 0 10px !important;
}
.specialcharge_popup .btn_ShowNow {
  padding: 5px 10px !important;
}

/* POPUP: Special Charges - END */
/* POPUP: Shipping Details - START */
.shippingDetailsPopup {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #ffffff 0, #bcbcbc 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #ffffff 0, #bcbcbc 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #ffffff 0, #bcbcbc 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #bcbcbc));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #ffffff 0, #bcbcbc 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #ffffff 0, #bcbcbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#bcbcbc"); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#bcbcbc')"; /* IE8 */
  border: 1px solid #dcdcdc;
  left: 290px;
  padding: 15px;
  position: absolute;
  top: 110px;
  visibility: hidden;
  width: 300px;
  z-index: 2;
}
.shippingDetailsPopup .shipicon_2days, .shippingDetailsPopup .shipicon_3days {
  float: left;
  height: 66px;
  margin: 0 15px 20px 0;
  width: 66px;
}
.shippingDetailsPopup .shipicon_2days {
  background-image: url("/Amsterdam/pict/ship_2days.png");
}
.shippingDetailsPopup .shipicon_3days {
  background-image: url("/Amsterdam/pict/ship_3days.png");
}
.shippingDetailsPopup .ordershipstext {
  font-weight: 700;
  margin-top: 11px;
  text-transform: uppercase;
}
.shippingDetailsPopup .numdaystext_2days, .shippingDetailsPopup .numdaystext_3days {
  font-weight: 700;
  text-transform: uppercase;
}
.shippingDetailsPopup .placeordertext_2days, .shippingDetailsPopup .placeordertext_3days {
  clear: both;
}
.shippingDetailsPopup .placeordertext_2days, .shippingDetailsPopup .placeordertext_3days {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .shippingDetailsPopup .placeordertext_2days, .shippingDetailsPopup .placeordertext_3days {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .shippingDetailsPopup .placeordertext_2days, .shippingDetailsPopup .placeordertext_3days {
    font-size: 0.94rem;
  }
}
.shippingDetailsPopup .subtext {
  color: #595959;
  font-size: 0.63rem;
  margin-top: 20px;
}

/* POPUP: Shipping Details - END */
/* POPUP: Upsell - START */
.UpsellPopup_wrapper {
  max-width: 950px;
  width: 90%;
}
.UpsellPopup_wrapper .UpsellPopup {
  background: white;
  border: solid 2px #aaa;
  margin: 5% auto;
  max-width: 950px;
  width: 90%;
  z-index: 10000;
}
.UpsellPopup_wrapper .UpsellPopup h1 {
  color: #000 !important;
  text-align: center !important;
}
.UpsellPopup_wrapper .UpsellPopup h1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .UpsellPopup_wrapper .UpsellPopup h1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .UpsellPopup_wrapper .UpsellPopup h1 {
    font-size: 0.94rem;
  }
}
.UpsellPopup_wrapper .UpsellPopup .upsellpopup_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  overflow: hidden;
}
.UpsellPopup_wrapper .UpsellPopup .div_AccessoriesBtnAddtoCart {
  clear: both;
  margin: 10px auto;
  text-align: center;
}
.UpsellPopup_wrapper .UpsellPopup .div_AccessoriesBtnAddtoCart .upsell_addtocart {
  padding: 0;
}
.UpsellPopup_wrapper .UpsellPopup .div_AccessoriesBtnAddtoCart .personalize {
  width: 200px;
}
.UpsellPopup_wrapper .UpsellPopup .div_AccessoriesBtnAddtoCart .disabled {
  background: #ccc;
}

/* POPUP: Upsell - END */
/* POPUP: Abandoned Cart - START */
.popupContainer .abandoned_popup .content {
  margin: 20px 30px 10px;
  width: 350px !important;
}
.popupContainer .abandoned_popup .content .title {
  font-size: 40px;
  margin-bottom: 15px;
}
.popupContainer .abandoned_popup .content .product_image {
  border: 1px solid #aaa;
  display: block;
  margin: 20px auto 0;
  padding: 5px;
}
.popupContainer .abandoned_popup .content .btn_ShowNowAdvance {
  border: medium none !important;
  margin: 22px 0 10px !important;
}

/* POPUP: Abandoned Cart - END */
/* Save to Wish List & Projects Popup - START */
.popup_saveItem {
  border: 1px solid #051937;
  margin: 10px auto;
  position: relative;
  width: 500px;
}
.popup_saveItem h1 {
  color: #fc5a0f;
}
.popup_saveItem h1 {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .popup_saveItem h1 {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup_saveItem h1 {
    font-size: 1.37rem;
  }
}
.popup_saveItem a {
  font-weight: bold;
}
.popup_saveItem .close_popup {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.popup_saveItem .close_popup:hover {
  transform: scale(0.8);
}
.popup_saveItem .close_popup .btn_content, .popup_saveItem .close_popup #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popup_saveItem .close_popup .quickadd_but, .popup_saveItem .close_popup .wishList .quickadd_but, .wishList .popup_saveItem .close_popup .quickadd_but {
  background-color: transparent !important;
}
.popup_saveItem .savedItem_container {
  margin: 0 auto;
  padding: 20px 0;
  width: 95%;
}
.popup_saveItem .savedItem_container h1 {
  color: #051937;
  margin-bottom: 5px;
  text-align: center;
}
.popup_saveItem .savedItem_container p {
  margin: 20px 0;
}
.popup_saveItem .savedItem_container label {
  display: inline-block;
  float: right;
  line-height: 7px;
  margin: 0 0 10px 18px;
  width: 255px;
}
.popup_saveItem .savedItem_container label {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .popup_saveItem .savedItem_container label {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup_saveItem .savedItem_container label {
    font-size: 0.75rem;
  }
}
.popup_saveItem .savedItem_container input[type=checkbox] {
  margin-left: -18px;
  vertical-align: middle;
}
.popup_saveItem .savedItem_container input[type=text] {
  float: right;
  height: 30px;
  width: 275px;
}
.popup_saveItem .savedItem_container .popup_rule {
  border: 1px solid #051937;
}
.popup_saveItem .savedItem_container .email_label {
  display: inline-block;
  margin: 8px 0 0 20px;
}
.popup_saveItem .savedItem_container .name_project {
  clear: both;
}
.popup_saveItem .savedItem_container .popup_action {
  clear: both;
}
.popup_saveItem .savedItem_container .example_text {
  color: #383838;
  display: block;
  float: right;
  font-style: italic;
  margin: 0;
  width: 275px;
}
.popup_saveItem .savedItem_container .example_text {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .popup_saveItem .savedItem_container .example_text {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup_saveItem .savedItem_container .example_text {
    font-size: 0.75rem;
  }
}
.popup_saveItem .savedItem_container .close_link {
  color: #003087;
  cursor: pointer;
  float: left;
  margin: 15px 0 0 20px;
}
.popup_saveItem .savedItem_container .close_link:hover {
  text-decoration: underline;
}
.popup_saveItem .savedItem_container .save_btn {
  background-color: #051937;
  background-image: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 10px 0 0 10px;
  padding: 0 20px;
  text-align: center;
  width: 130px;
}
.popup_saveItem .savedItem_container .save_btn {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .popup_saveItem .savedItem_container .save_btn {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup_saveItem .savedItem_container .save_btn {
    font-size: 1rem;
  }
}
.popup_saveItem .savedItem_container .save_btn:hover {
  color: #051937;
  background-color: white;
  border: 1px solid #051937;
}
.popup_saveItem .savedItem_container .save_btn:hover a {
  color: #051937;
  text-decoration: none;
}
.popup_saveItem .savedItem_container .save_btn a {
  color: white;
}
.popup_saveItem .savedItem_container .save_btn a:hover {
  color: #051937;
  text-decoration: none;
}
.popup_saveItem .savedItem_container .clear {
  clear: both;
}
.popup_saveItem .savedItem_container .email-sign-up-checkbox {
  margin-top: 25px;
}
.popup_saveItem .savedItem_container .email-sign-up-checkbox > input[type=checkbox] {
  margin-left: 0;
}
.popup_saveItem .savedItem_container .email-sign-up-checkbox > label {
  display: inline;
  float: none;
  margin: 0;
  width: auto;
}
.popup_saveItem .savedItem_container .email-sign-up-checkbox > label {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .popup_saveItem .savedItem_container .email-sign-up-checkbox > label {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup_saveItem .savedItem_container .email-sign-up-checkbox > label {
    font-size: 0.75rem;
  }
}
.popup_saveItem .savedItem_container .email-sign-up-checkbox > a {
  font-weight: normal;
  color: #003087;
}
.popup_saveItem .savedItem_container .email-sign-up-checkbox > a {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .popup_saveItem .savedItem_container .email-sign-up-checkbox > a {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .popup_saveItem .savedItem_container .email-sign-up-checkbox > a {
    font-size: 0.75rem;
  }
}

/* Save to Wish List Popup - END */
/* Help icons & popups - START */
input[type=text][readonly] {
  border: none;
  outline: none;
}

.chargedescriptionpopup .content {
  padding: 12px 50px 12px 10px !important;
  width: 280px;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
.chargedescriptionpopup .arrow {
  margin-left: -75px !important;
}
.chargedescriptionpopup .arrow:after {
  border: 1px solid #051937 !important;
}

.chargedescriptionhelpwrapper {
  display: inline-block !important;
  text-align: center;
  vertical-align: middle;
}

.chargedescriptionhelp {
  background: transparent url("/Amsterdam/pict/specChgHelp.png") no-repeat scroll 0 0;
  margin-left: 2px;
  height: 14px;
  overflow: hidden;
  width: 14px;
  border: none;
  float: left;
  display: inline-block;
}

/* Help icons - END */
/* Email Collection - START */
.popupContainer .div_jQueryEmail {
  transform: none;
  left: 0;
  margin: auto;
  min-height: 400px;
  padding: 30px 50px 15px;
  position: fixed;
  right: 0;
  text-align: left;
  top: 100px;
  width: 660px;
  z-index: 999999;
}
.popupContainer .div_jQueryEmail hr {
  background-color: #ccc;
  border: none;
  height: 1px;
  margin: 20px auto;
  width: 90%;
}
.popupContainer .div_jQueryEmail .jemail_exists {
  padding-top: 100px;
}
.popupContainer .div_jQueryEmail .contentarea {
  margin: 0 auto;
  width: 90%;
}
.popupContainer .div_jQueryEmail .icon_envelope {
  background-image: url("/Amsterdam/pict/popups/envelope.png");
  display: inline-block;
  height: 94px;
  margin-right: 20px;
  vertical-align: middle;
  width: 129px;
}
.popupContainer .div_jQueryEmail .txt_offer {
  display: inline-block;
  line-height: 45px;
  vertical-align: middle;
}
.popupContainer .div_jQueryEmail .txt_offer .txt_line1 {
  font-size: 45px;
  font-weight: bold;
}
.popupContainer .div_jQueryEmail .txt_offer .txt_line2 {
  font-size: 35px;
}
.popupContainer .div_jQueryEmail .title {
  color: #051937;
  font-weight: 700;
  margin: 0 0 10px;
}
.popupContainer .div_jQueryEmail .title {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .div_jQueryEmail .title {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .div_jQueryEmail .title {
    font-size: 1.25rem;
  }
}
.popupContainer .div_jQueryEmail .emailsu_getexclusive {
  color: #051937;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
  vertical-align: middle;
  width: 49%;
}
.popupContainer .div_jQueryEmail .emailsu_getexclusive {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .div_jQueryEmail .emailsu_getexclusive {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .div_jQueryEmail .emailsu_getexclusive {
    font-size: 1.25rem;
  }
}
.popupContainer .div_jQueryEmail .emailsu_bulletin {
  color: #051937;
  display: inline-block;
  line-height: 22px;
  list-style-position: inside;
  margin: 0;
  padding: 0 0 0 15px;
  vertical-align: middle;
  width: 49%;
}
.popupContainer .div_jQueryEmail .emailsu_bulletin li {
  line-height: 1.35;
  margin: 0;
  padding: 0;
}
.popupContainer .div_jQueryEmail .emailsu_textwrap {
  margin: 0 0 25px;
}
.popupContainer .div_jQueryEmail .emailsu_thankyou {
  color: #051937;
  margin: 0 0 25px;
}
.popupContainer .div_jQueryEmail .emailsu_enteryour {
  color: black;
}
.popupContainer .div_jQueryEmail .emailsu_unsubscribetext {
  color: black;
  font-size: 0.63rem;
  margin: 3px 0 15px;
}
.popupContainer .div_jQueryEmail .emailsu_inputbox {
  border: 1px solid #aaa;
  height: 44px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.popupContainer .div_jQueryEmail .invalid {
  color: #b30000;
}
.popupContainer .div_jQueryEmail .guarantee {
  margin: 0 0 0 10px;
}
.popupContainer .div_jQueryEmail .links {
  float: right;
  text-align: center;
}
.popupContainer .div_jQueryEmail .links a {
  display: block;
}
.popupContainer .div_jQueryEmail .emailsu_signup_btn {
  background-color: #9CCB3B;
  color: #001738;
  border-radius: 7px;
  font-weight: 700;
  padding: 12px 30px;
  height: 44px;
}
.popupContainer .div_jQueryEmail .emailsu_signup_btn:hover {
  color: #9CCB3B;
  background-color: #001738;
  text-decoration: none;
}
.popupContainer .div_jQueryEmail .emailsu_continue_btn {
  background-color: #051937;
  border-radius: 7px;
  color: white;
  font-weight: 700;
  padding: 12px 30px;
}
.popupContainer .div_jQueryEmail .emailsu_continue_btn:hover {
  background-color: white;
  border: 1px solid #051937;
  color: #051937;
  text-decoration: none;
}
.popupContainer .div_jQueryEmail .emailsu_privacy {
  clear: both;
  padding-top: 15px;
  text-decoration: underline !important;
}
.popupContainer .div_jQueryEmail .emailsu_privacy:hover {
  text-decoration: none !important;
}

.email_registerNow,
.email_invalidEmail,
.email_thankyouLogo,
.email_exists {
  margin-left: 20px;
}

.email_invalidEmail,
.email_thankyouLogo,
.email_exists,
.jemail_invalidEmail,
.jemail_thankyouLogo,
.jemail_exists {
  background-color: inherit;
  display: none;
}

/* Email Collection - END */
.versesPopContainer {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
  overflow: visible !important;
}
.versesPopContainer .ui-dialog-titlebar {
  display: none;
}
.versesPopContainer .versePop {
  max-width: 700px;
  max-height: 500px;
  background-color: white !important;
  border: 1px solid #051937 !important;
  box-shadow: 0 0 15px #aaa;
  left: 0;
  overflow: visible !important;
  right: 0;
}
.versesPopContainer .versePop .verses {
  max-width: 700px;
  max-height: 480px;
  overflow-y: auto;
}
.versesPopContainer .versePop .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.versesPopContainer .versePop .btn_close:hover {
  transform: scale(0.8);
}
.versesPopContainer .versePop .btn_close .btn_content, .versesPopContainer .versePop .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .versesPopContainer .versePop .btn_close .quickadd_but, .versesPopContainer .versePop .btn_close .wishList .quickadd_but, .wishList .versesPopContainer .versePop .btn_close .quickadd_but {
  background-color: transparent !important;
}
.versesPopContainer .versePop .btn_close .btn_content, .versesPopContainer .versePop .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .versesPopContainer .versePop .btn_close .quickadd_but, .versesPopContainer .versePop .btn_close .wishList .quickadd_but, .wishList .versesPopContainer .versePop .btn_close .quickadd_but {
  background-color: white;
  color: #051937;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
}
.versesPopContainer .versePop .btn_close .btn_content, .versesPopContainer .versePop .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .versesPopContainer .versePop .btn_close .quickadd_but, .versesPopContainer .versePop .btn_close .wishList .quickadd_but, .wishList .versesPopContainer .versePop .btn_close .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .versesPopContainer .versePop .btn_close .btn_content, .versesPopContainer .versePop .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .versesPopContainer .versePop .btn_close .quickadd_but, .versesPopContainer .versePop .btn_close .wishList .quickadd_but, .wishList .versesPopContainer .versePop .btn_close .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .versesPopContainer .versePop .btn_close .btn_content, .versesPopContainer .versePop .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .versesPopContainer .versePop .btn_close .quickadd_but, .versesPopContainer .versePop .btn_close .wishList .quickadd_but, .wishList .versesPopContainer .versePop .btn_close .quickadd_but {
    font-size: 1rem;
  }
}

/*#region popup toolkit*/
.pos-relative {
  position: relative;
}
.pos-relative [popup=absolute] {
  position: absolute;
}

[popup] {
  z-index: 10000;
  display: inline-block;
}
[popup][display=block] {
  display: block;
}
[popup]:not([visible=true]) {
  display: none;
}
[popup]:not([visible=true]) + .popup-mask {
  display: none;
}
[popup] > .box {
  z-index: 10200;
  /*border: $popup-border;*/
  overflow: visible;
  position: relative;
}
[popup] > .box > .top-right-circle-hex {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
[popup] > .box > .top-right-circle-hex:hover {
  transform: scale(0.8);
}
[popup] > .box > .top-right-circle-hex .btn_content, [popup] > .box > .top-right-circle-hex #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList [popup] > .box > .top-right-circle-hex .quickadd_but, [popup] > .box > .top-right-circle-hex .wishList .quickadd_but, .wishList [popup] > .box > .top-right-circle-hex .quickadd_but {
  background-color: transparent !important;
}
[popup] > .box > .arrow {
  z-index: 10210;
  background: white;
  border: 1px solid #051937;
  box-shadow: 4px 0 rgba(48, 48, 48, 0.8);
  position: absolute;
  border-radius: 0;
  transform: rotate(45deg);
  width: 28px;
  height: 28px;
}
[popup] > .box > .arrow[visible=false] {
  display: none;
}
[popup] > .box > .arrow.top {
  top: -10px;
  left: 2%; /*2% ~ 87%*/
}
[popup] > .box > .arrow.left {
  left: -10px;
  top: 4%; /*4% ~ 78%*/
}
[popup] > .box > .arrow.right {
  right: -10px;
  top: 10%; /*10% ~ 78%*/
}
[popup] > .box > .arrow.bottom {
  bottom: -10px;
  left: 2%; /*2% ~ 89%*/
}
[popup] > .box > .content {
  z-index: 10220;
  background: white;
  /*border-radius: $popup-border-radius;*/
  padding: 12px;
  position: relative;
  text-align: left;
}

#quoteOfferDetails .content {
  padding-right: 40px;
}

[popup=absolute-fixed] {
  z-index: 10210;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
}
[popup=absolute-fixed] + .popup-mask {
  background: rgba(48, 48, 48, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10200;
}

[popup=fixed] {
  z-index: 10210;
  position: fixed;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
[popup=fixed] + .popup-mask {
  background: rgba(48, 48, 48, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10200;
}
[popup=fixed] > .box {
  /*border: $modal-border;*/
  /*border-radius: $modal-border-radius;*/
  box-shadow: none;
  height: 100%;
}
[popup=fixed] > .box > .top-right-circle-hex {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
[popup=fixed] > .box > .top-right-circle-hex:hover {
  transform: scale(0.8);
}
[popup=fixed] > .box > .top-right-circle-hex .btn_content, [popup=fixed] > .box > .top-right-circle-hex #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList [popup=fixed] > .box > .top-right-circle-hex .quickadd_but, [popup=fixed] > .box > .top-right-circle-hex .wishList .quickadd_but, .wishList [popup=fixed] > .box > .top-right-circle-hex .quickadd_but {
  background-color: transparent !important;
}
[popup=fixed] > .box > .content {
  background: white;
  /*border-radius: $modal-border-radius;*/
  padding: 12px;
  height: 100%;
}

/*#end popup toolkit*/
/* Expired Coupon Popup */
#popExpiredCoupon {
  top: 100px;
  text-align: center;
  margin: auto;
}
#popExpiredCoupon .content {
  width: auto;
  display: inline-block;
  height: auto;
}
#popExpiredCoupon .content .expiredCoupon_popup {
  background-color: white;
  color: #474747;
  width: 450px;
  padding: 0 40px;
  box-sizing: border-box;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_heading {
  border-bottom: 1px solid #ffc72c;
  color: #000;
  font-size: 50px;
  margin-bottom: 30px;
  padding: 0 0 20px 20px;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_text {
  font-size: 34px;
  text-align: left;
  padding: 0 20px;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_newCoupon {
  text-align: center;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_newCoupon {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_newCoupon {
    font-size: calc(0.5vw + 0.645rem);
  }
}
@media screen and (min-width: 95rem) {
  #popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_newCoupon {
    font-size: 1.12rem;
  }
}
#popExpiredCoupon .content .expiredCoupon_popup .bottom_text {
  margin-top: 25px;
  text-align: center;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_alert {
  color: #b30000;
  font-weight: bold;
}
#popExpiredCoupon .content .expiredCoupon_popup .button {
  cursor: pointer;
  text-align: center;
  margin: 25px 0;
  width: 100%;
}
#popExpiredCoupon .content .expiredCoupon_popup .btn_content, #popExpiredCoupon .content .expiredCoupon_popup .wishList .quickadd_but, .wishList #popExpiredCoupon .content .expiredCoupon_popup .quickadd_but {
  background-color: #9CCB3B;
  border-radius: 7px;
  color: #fff;
  font-weight: bold;
  line-height: 42px;
}
#popExpiredCoupon .content .expiredCoupon_popup .btn_content, #popExpiredCoupon .content .expiredCoupon_popup .wishList .quickadd_but, .wishList #popExpiredCoupon .content .expiredCoupon_popup .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  #popExpiredCoupon .content .expiredCoupon_popup .btn_content, #popExpiredCoupon .content .expiredCoupon_popup .wishList .quickadd_but, .wishList #popExpiredCoupon .content .expiredCoupon_popup .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  #popExpiredCoupon .content .expiredCoupon_popup .btn_content, #popExpiredCoupon .content .expiredCoupon_popup .wishList .quickadd_but, .wishList #popExpiredCoupon .content .expiredCoupon_popup .quickadd_but {
    font-size: 1rem;
  }
}

/* END Expired Coupon Popup*/
/*Up-Sell Popup*/
#upsell_popupcontainer {
  background-color: #fff;
  box-shadow: 0 0 15px #888;
  display: none;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  width: 450px !important;
  height: auto !important;
  overflow: visible;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#upsell_popupcontainer .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
#upsell_popupcontainer .btn_close:hover {
  transform: scale(0.8);
}
#upsell_popupcontainer .btn_close .btn_content, #upsell_popupcontainer .btn_close .wishList .quickadd_but, .wishList #upsell_popupcontainer .btn_close .quickadd_but {
  background-color: transparent !important;
}
#upsell_popupcontainer .btn_close .btn_content, #upsell_popupcontainer .btn_close .wishList .quickadd_but, .wishList #upsell_popupcontainer .btn_close .quickadd_but {
  background-color: #fff;
  color: #00649d;
  font-size: 15px;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
}
#upsell_popupcontainer .upsell_wrapper {
  border: 1px solid #000;
  padding: 15px 0 0;
}
#upsell_popupcontainer .upsell_wrapper h1 {
  margin-top: 10px;
  color: #000;
  font-size: 45px;
  font-stretch: condensed;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
#upsell_popupcontainer .upsell_wrapper .upsell_content {
  color: #000;
  font-size: 15px;
  text-align: center;
}
#upsell_popupcontainer .upsell_wrapper .upsell_quantity .qty_container {
  padding: 10px;
}
#upsell_popupcontainer .upsell_wrapper .upsell_quantity .qty_container h1 {
  color: #fc5a0f !important;
  font-size: 15px !important;
}
#upsell_popupcontainer .upsell_wrapper .upsell_quantity .qty_container p {
  color: #000;
  font-size: 13px;
  margin-bottom: 5px;
}
#upsell_popupcontainer .upsell_wrapper .upsell_quantity .qty_message {
  text-align: right;
}
#upsell_popupcontainer .upsell_wrapper #upsell_action {
  margin-top: 20px;
}
#upsell_popupcontainer .upsell_wrapper #upsell_action .qty_cancel {
  color: #06C !important;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
#upsell_popupcontainer .upsell_wrapper #upsell_action .qty_update {
  display: block;
  background-color: #9CCB3B;
  color: #001738;
  border-radius: 7px;
  font-size: 14px;
  width: 300px;
  text-align: center;
  padding: 10px 0;
  height: 44px;
  line-height: 24px;
}
#upsell_popupcontainer .upsell_wrapper #upsell_action .qty_update:hover {
  color: #9CCB3B;
  background-color: #001738;
  border: 1px solid #1c8d00;
  text-decoration: none;
}

/*End Up-Sell Popup*/
.popup-charge {
  border: 1px solid #051937;
  position: absolute;
  top: 34px;
  left: 0;
}
.popup-charge .desktop {
  padding: 12px 45px 12px 12px !important;
}

.popup_saveItem {
  display: none;
}

.popupContainer .popup_saveItem {
  background-color: #fff !important;
  border: 1px solid #00649d;
  box-shadow: 0 0 15px #888;
  overflow: visible !important;
  max-width: 500px;
  padding: 0;
}

.popup_saveItem .savedItem_container label {
  line-height: 18px;
}

.popup_saveItem .savedItem_container .save_btn {
  width: 65%;
}

.popup_saveItem .savedItem_container input[type=text] {
  height: 44px;
}

.view_wishlist a {
  color: #fff;
}

.popup_header {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.form-group > span {
  font-size: 1em;
  line-height: 1em;
}

.checkbox div.email-sign-up-checkbox > input[type=checkbox],
.checkbox div.email-sign-up-checkbox > label,
.checkbox div.email-sign-up-checkbox > a {
  vertical-align: middle;
}

.relative {
  position: relative;
}

.relative .special_offers_popup {
  position: absolute;
  display: none;
  background: white;
  border: solid 1px gray;
  z-index: 2;
  width: 250px;
  padding: 10px;
  left: 100px;
}

.special_offers_popup .btnclose {
  position: absolute;
  top: 10px;
  right: 10px;
}

.special_offers_popup .special_offers_text1 {
  color: #545963;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}

.special_offers_popup .special_offers_text2 {
  color: orange;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}

.special_offers_popup .special_offers_text3 {
  color: gray;
  font-size: 12px;
  margin-top: 10px;
}

.special_offers_popup .special_offer_link {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  vertical-align: middle;
}

/*EDIT QUANTITY POPUP START*/
.popupContainer .qty_popup_container {
  background-color: #fff !important;
  border: 1px solid #00649d;
  box-shadow: 0 0 15px #888;
  overflow: visible !important;
  padding: 10px;
  width: 650px !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popupContainer .qty_popup_container .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.popupContainer .qty_popup_container .btn_close:hover {
  transform: scale(0.8);
}
.popupContainer .qty_popup_container .btn_close .btn_content, .popupContainer .qty_popup_container .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .qty_popup_container .btn_close .quickadd_but, .popupContainer .qty_popup_container .btn_close .wishList .quickadd_but, .wishList .popupContainer .qty_popup_container .btn_close .quickadd_but {
  background-color: transparent !important;
}

.popupContainer .qty_popup_container .btn_close .btn_content, .popupContainer .qty_popup_container .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .qty_popup_container .btn_close .quickadd_but, .popupContainer .qty_popup_container .btn_close .wishList .quickadd_but, .wishList .popupContainer .qty_popup_container .btn_close .quickadd_but {
  background-color: #fff;
  color: #00649d;
  font-size: 15px;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
  height: 100%;
}

.qty_popup_container {
  display: none;
}

.qty_container h1 {
  color: #fc5a0f;
}

.qty_action {
  text-align: center;
}

.qty_cancel {
  color: #06C !important;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  margin: 10px auto;
  display: block;
  width: 150px;
}

.qty_update {
  display: block;
  text-decoration: none;
  border-radius: 7px;
  font-size: 14px;
  width: 250px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #9CCB3B;
  color: #001738;
}
.qty_update:hover {
  color: #9CCB3B;
  background-color: #001738;
  border: 1px solid #9CCB3B;
  text-decoration: none;
}

/*EDIT QUANTITY POPUP END*/
/*Saved Project POPUP START*/
#project {
  display: none;
}

.project-container {
  width: 700px !important;
}
.project-container .ui-dialog-titlebar {
  display: none;
}
.project-container .ui-dialog-content {
  padding: 0;
}
.project-container .project-dialog {
  max-width: 800px;
  background-color: #fff;
}
.project-container .project-dialog .dialog-header {
  height: 40px;
}
.project-container .project-dialog .dialog-header .close {
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 0 0 auto;
  background-color: transparent;
  color: #051937;
  border: 0;
  float: right;
  font-weight: 700;
  font-size: 40px;
  opacity: 0.5;
  line-height: 1;
  outline: none;
}
.project-container .project-dialog .dialog-body {
  width: 90%;
  margin: 5px auto;
  font-weight: 500;
}
.project-container .project-dialog .dialog-body .title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.project-container .project-dialog .dialog-body .desc {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 400;
}
.project-container .project-dialog .dialog-body .required:after {
  content: "*required";
  color: red;
  margin-left: 5px;
}
.project-container .project-dialog .dialog-body .example {
  color: #bbb;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 15px;
}
.project-container .project-dialog .dialog-body .privacy {
  border: none;
  color: #00f;
}
.project-container .project-dialog .dialog-footer {
  text-align: center;
  padding: 10px;
}
.project-container .project-dialog .dialog-footer .btn-cancel {
  color: #051937;
  background: transparent;
  border: none;
  font-weight: 700;
  margin: 0 20px 0 0;
}
.project-container .project-dialog .dialog-footer .btn-cancel:hover {
  text-decoration: underline;
}
.project-container .project-dialog .dialog-footer .btn-save {
  background-color: #9CCB3B;
  color: #001738;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  height: 44px;
  line-height: 23px;
  margin: 0 auto;
  width: 122px;
  font-weight: 700;
}
.project-container .project-dialog .dialog-footer .btn-save:hover {
  color: #9CCB3B;
  background-color: #001738;
  border: 2px solid #047C52;
}
.project-container .project-dialog .dialog-footer .saving {
  cursor: default;
  -ms-opacity: 0.5;
  opacity: 0.5;
}

/*Saved Project POPUP END*/
/*start chat offline email form*/
#divChatBox2 {
  position: fixed;
  z-index: 99999;
  right: 20px;
  width: 415px;
  height: 453px;
  /* height: auto;
   */
  overflow: hidden;
  bottom: 0;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  font-family: sans-serif;
}

.divChatBox2.block {
  display: block;
}

.divChatBox2.none {
  display: none;
}

.divChatBox2 .customer-logo-container {
  height: 28px;
  margin-bottom: 12px !important;
}

.divChatBox2 .customer-logo-container img {
  max-width: 100%;
  max-height: 100%;
}

.divChatBox2 .chatHeader {
  background-color: #9CCB3B;
  padding-top: 15px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
  padding-bottom: 2px;
}

.divChatBox2 #topBar {
  position: absolute;
  right: 10px;
  top: 10px;
}

.divChatBox2 .chat-header-title {
  margin-bottom: 6px;
}

.divChatBox2 .chat-header-title p {
  font-size: 14px;
  margin: 10px 0;
}

.divChatBox2 .chat-header-title span {
  font-size: 22px;
  white-space: nowrap;
  width: 360px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.divChatBox2 .user-fields {
  position: relative;
  width: 100%;
  float: left;
  padding: 20px 20px 10px;
  box-sizing: border-box;
}

.divChatBox2 .form-row {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.divChatBox2 .form-input,
.divChatBox2 textarea {
  position: relative;
}

.divChatBox2 input.k-textbox,
.divChatBox2 textarea {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  height: 2.43em;
  display: block;
  width: 96%;
  padding: 5px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  float: right;
  margin-bottom: 5px;
  margin-right: 7px;
  font-family: Arial;
}

.divChatBox2 textarea {
  height: 80px;
}

.divChatBox2 .required-symbol {
  color: #d15847;
  position: absolute;
  padding: 0 5px 0 0;
  right: -12px;
  font-size: 24px;
  top: 8px;
}

.divChatBox2 input.k-button {
  background: green;
  color: #fff;
  border: 1px solid green;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  padding: 5px 25px;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}

.divChatBox2 #chatFinished {
  text-align: center;
  margin-top: 58px;
  font-size: 14px;
}

.divChatBox2 #chatErrorMessage {
  color: red;
  text-align: center;
  display: inherit;
  margin-top: 5px;
}

/*end chat offline email form*/
/*Remove item start*/
#removeCartItemConfirmPopup .description, #removeWishListConfirmPopup .description, #removeSavedProjectConfirmPopup .description {
  font-size: 17px;
}
#removeCartItemConfirmPopup .btn-save, #removeWishListConfirmPopup .btn-save, #removeSavedProjectConfirmPopup .btn-save {
  border-radius: 7px;
  box-shadow: none;
  background-color: #9CCB3B;
  color: #001738;
  height: 44px;
  line-height: 23px;
  margin: 0 auto;
  width: 122px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  border: 2px solid transparent;
}
#removeCartItemConfirmPopup .btn-save:hover, #removeWishListConfirmPopup .btn-save:hover, #removeSavedProjectConfirmPopup .btn-save:hover {
  color: #9CCB3B;
  background-color: #001738;
  border: 2px solid #9CCB3B;
}
#removeCartItemConfirmPopup .btn-cancel, #removeWishListConfirmPopup .btn-cancel, #removeSavedProjectConfirmPopup .btn-cancel {
  color: #051937;
  background: transparent;
  border: none;
  font-weight: 700;
  margin: 0 20px 0 0;
  text-decoration: underline;
}

.allImagesContainer {
  height: 100%;
  border: 0px solid rgba(0, 0, 0, 0) !important;
  padding: 0px !important;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.allImagesContainer .imgListingsTab {
  border-bottom: 3px solid #ccc;
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 8px;
  position: static;
  flex: 1;
  text-align: center;
}
@media (min-width: 550px) {
  .allImagesContainer .imgListingsTab {
    border: none;
    height: 35px;
    width: auto;
  }
}
.allImagesContainer .imgActive {
  background-color: transparent;
  border-bottom: 3px solid #003087;
  color: black;
}
.allImagesContainer .imgListingsTabs {
  margin-bottom: 30px;
  width: 50%;
  display: flex;
}
@media (min-width: 550px) {
  .allImagesContainer .imgListingsTabs {
    border-bottom: 3px solid #ccc;
    height: 35px;
    position: relative;
  }
}
.allImagesContainer .ui-state-default, .allImagesContainer .ui-widget-content .ui-state-default, .allImagesContainer .ui-widget-header .ui-state-default {
  border-radius: 100px;
  background: #003087;
  border: 1px solid #003087;
}
.allImagesContainer .ui-widget-header {
  background: #003087;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.allImagesContainer .ui-widget-content {
  border-radius: 100px !important;
}
.allImagesContainer select {
  height: 40px;
  padding: 0 5px;
  border: 1px solid #000000;
  background: #FFFFFF;
  border-radius: 5px;
}

/*Remove item end*/
/* Product Badging - START */
/*GENERAL*/
.product_badge,
.gsa_grid_badge {
  color: #001738;
  font-size: 11px;
  font-weight: 700;
  left: 0;
  top: 0;
  padding: 5px;
  position: absolute;
  border-radius: 0;
  z-index: 99;
  visibility: visible;
  display: inline-block;
}

/*PRODUCT DETAIL PAGE, A LITTLE LARGER*/
.product_badge_lg {
  color: #001738;
  font-size: 11px;
  font-weight: 700;
  left: 0;
  top: 0;
  padding: 5px;
  position: absolute;
  border-radius: 0;
  z-index: 99;
  visibility: visible;
  display: inline-block;
}
@media (min-width: 950px) {
  .product_badge_lg {
    visibility: inherit !important;
  }
}

/*WISH LIST*/
.wishList .product_badge {
  color: #001738;
  font-size: 11px;
  font-weight: 700;
  left: 0;
  top: 0;
  padding: 5px;
  position: absolute;
  border-radius: 0;
  z-index: 99;
  visibility: visible;
  display: inline-block;
}

/*RECOMMENDED LIST*/
.pd_recommendations .product_badge {
  color: #001738;
  font-size: 11px;
  font-weight: 700;
  left: 0;
  top: 0;
  padding: 5px;
  position: absolute;
  border-radius: 0;
  z-index: 99;
  visibility: visible;
  display: inline-block;
}

/*COLOR GRADIENTS FOR ALL*/
.product_badge_new {
  background-color: #f49612;
}

.product_badge_exclusive {
  background-color: #ff7bb8;
}

.product_badge_bestseller {
  background-color: #9ccb3b;
}

.product_badge_clearance {
  background-color: #ffcf34;
}

.product_badge_madeinusa {
  background-color: #66ccee;
}

.product_badge_trending {
  background-color: #be95e8;
}

.product_badge_sale {
  background-color: #f6635d;
}

/* Product Badging - END */
.quote-dialog {
  position: fixed;
  right: 0;
  top: 0;
  width: 460px !important;
  height: 100% !important;
  margin: 0;
  padding: 40px 30px 10px 30px;
  overflow: hidden;
  z-index: 1001;
  border: 0 !important;
}
.quote-dialog .quote-titlebar {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.quote-dialog .quote-titlebar h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #343638;
}
.quote-dialog .quote-titlebar .ui-dialog-titlebar-close, .quote-dialog .quote-titlebar .ui-dialog-titlebar-back {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
}
.quote-dialog .quote-body {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
  padding: 0;
  height: calc(100% - 50px) !important;
  padding-right: 20px;
}
.quote-dialog .quote-body h2 {
  color: #00263E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.quote-dialog .quote-body .itemNumber {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .required-label {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .required {
  color: #BE461E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .price-section {
  width: 100%;
}
.quote-dialog .quote-body .price-section .title-section {
  display: flex;
  align-items: center;
}
.quote-dialog .quote-body .price-section .title-section .title {
  color: #00263E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .price-section .title-section .toggle-button {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.quote-dialog .quote-body .price-section .content {
  display: none;
  width: 100%;
}
.quote-dialog .quote-body .price-section .content .pricing-table {
  width: 100% !important;
  border-collapse: collapse;
  margin-top: 10px;
}
.quote-dialog .quote-body .price-section .content .pricing-table .normalPricing {
  text-decoration: auto !important;
}
.quote-dialog .quote-body .price-section .content .pricing-table .trRegularTotalClass, .quote-dialog .quote-body .price-section .content .pricing-table .trSaleTotalClass {
  display: none;
}
.quote-dialog .quote-body .price-section .content .pricing-table th, .quote-dialog .quote-body .price-section .content .pricing-table td {
  padding: 10px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.quote-dialog .quote-body .price-section .content .pricing-table th {
  background-color: #F0F1F2;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #00263E;
}
.quote-dialog .quote-body .price-section .content .pricing-table td:nth-child(1) {
  color: #00263E;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.quote-dialog .quote-body .price-section .content .pricing-table .linePricing {
  text-decoration: line-through;
}
.quote-dialog .quote-body .price-section .content .pricing-table td:nth-child(4) {
  color: #b30000;
}
.quote-dialog .quote-body .price-section .content .pricing-table td:nth-child(6) {
  color: #1A6600;
}
.quote-dialog .quote-body .quantity-section {
  width: 100%;
}
.quote-dialog .quote-body .imprint-option-section .imprint-option {
  display: flex;
  align-items: center;
  height: 32px;
}
.quote-dialog .quote-body .imprint-option-section .imprint-option .input-label {
  margin-left: 5px;
}
.quote-dialog .quote-body .imprint-option-section .imprint-option .input-label .form-label {
  display: inline;
  color: #343638;
  cursor: pointer;
}
.quote-dialog .quote-body .coupon-section {
  width: 100%;
}
.quote-dialog .quote-body .zip-code-section {
  width: 100%;
}
.quote-dialog .quote-body .shipping-method-section {
  width: 100%;
  display: none;
}
.quote-dialog .quote-body .shipping-method-section .select {
  position: relative;
}
.quote-dialog .quote-body .shipping-method-section .select .select-text {
  cursor: pointer;
}
.quote-dialog .quote-body .shipping-method-section .select .select-options {
  border: 1px solid #c1c1c1;
  background: #ffffff;
  border-top: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding-left: 0px;
  list-style: none;
}
.quote-dialog .quote-body .shipping-method-section .select .select-options .select-option {
  list-style: none;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  cursor: pointer;
}
.quote-dialog .quote-body .shipping-method-section .select .select-options .select-option:hover {
  background: #0074e8;
  color: #fff;
}
.quote-dialog .quote-body .shipping-method-section .select .arrow {
  bottom: -16px;
  height: 16px;
  position: absolute;
  margin-left: -35px;
  top: 15px;
  left: 94% !important;
  overflow: hidden;
  width: 50px !important;
}
.quote-dialog .quote-body .shipping-method-section .select .arrow:after {
  background: white;
  border: 1px solid #051937;
  box-shadow: 0 0 15px -5px #aaa;
  content: "";
  height: 22px;
  left: 20px;
  position: absolute;
  top: -20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 22px;
}
.quote-dialog .quote-body .step1 {
  width: 100%;
}
.quote-dialog .quote-body .step3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.quote-dialog .quote-body .step3 .name-section {
  width: 100%;
}
.quote-dialog .quote-body .step3 .email-section {
  width: 100%;
}
.quote-dialog .quote-body .step3 .recipient-title {
  color: #00263E;
  /* Title/Medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.024px;
}
.quote-dialog .quote-body .step3 .remove-recipient {
  color: #343638;
  /* Body/Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.quote-dialog .quote-body .step3 .recipient-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.quote-dialog .quote-body .step3 .add-more-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.quote-dialog .quote-body .step3 .add-more-section .add-more-email {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.quote-dialog .quote-body .step3 .register-section {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.quote-dialog .quote-body .step3 .register-section label {
  margin-left: 5px;
}
.quote-dialog .quote-body .step3 .send-email-section {
  width: 100%;
}
.quote-dialog .quote-body .step3 .send-message {
  color: red;
  width: 100%;
}
.quote-dialog .quote-body .btn-navy {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: #00263E;
  cursor: pointer;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}
.quote-dialog .quote-body .form-label {
  color: #00263E;
  /* Label/Large */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.014px;
  display: block;
  margin-bottom: 4px;
}
.quote-dialog .quote-body .form-helper {
  color: #343638;
  /* Body/Small */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
  display: block;
  margin-bottom: 4px;
}
.quote-dialog .quote-body .form-input {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
  height: 40px;
  margin-bottom: 4px;
}
.quote-dialog .quote-body .form-input::placeholder, .quote-dialog .quote-body .form-input .placeholder {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  opacity: 0.7;
}
.quote-dialog .quote-body .invalid-input {
  border: 2px solid #b50024;
}
.quote-dialog .quote-body .error-message {
  background-color: #f8cad0;
  color: #b50024;
  align-items: center;
  border-radius: 8px;
  border-width: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}
.quote-dialog .quote-body .step2 {
  width: 100%;
}
.quote-dialog .quote-body .step4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.quote-dialog .quote-body .step4 .send-email-section {
  width: 100%;
}
.quote-dialog .quote-body .hidden {
  display: none !important;
}
.quote-dialog .quote-body .disabled {
  opacity: 0.5;
}
.quote-dialog .quote-body .summary-section {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: #F0F1F2;
  gap: 8px;
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .summary-section .product-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.quote-dialog .quote-body .summary-section .crossedout {
  text-decoration: line-through;
}
.quote-dialog .quote-body .summary-section .discount {
  color: #b30000;
}
.quote-dialog .quote-body .summary-section .coupon-code {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.quote-dialog .quote-body .summary-section .coupon-code .code-section {
  display: flex;
  flex-direction: column;
}
.quote-dialog .quote-body .summary-section .coupon-code .code-section .code-note {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
}
.quote-dialog .quote-body .summary-section .coupon-code .code-section .code-desc {
  color: #256A2E;
  /* Body/Small */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
}
.quote-dialog .quote-body .summary-section .coupon-code .saved-amount {
  color: #256A2E;
  margin-left: 15px;
}
.quote-dialog .quote-body .summary-section .imprint-charge {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote-dialog .quote-body .summary-section .imprint-charge .charge-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.quote-dialog .quote-body .summary-section .shipping {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.quote-dialog .quote-body .summary-section .auto-item {
  padding-left: 90px;
}
.quote-dialog .quote-body .note-section {
  color: #343638;
  /* Body/Small */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
}
.quote-dialog .quote-body .contact-section {
  color: #343638;
  /* Body/Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .contact-section .service-number {
  font-weight: 600;
}
.quote-dialog .quote-body .total-section {
  color: #00263E;
  /* Body/Large Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  width: 100%;
  text-align: center;
}
.quote-dialog .quote-body .btn-personalize {
  display: block;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: #9CCB3B;
  color: #001738;
  width: 100%;
  border: 0;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.035px;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}
.quote-dialog .quote-body .btn-personalize:hover {
  text-decoration: none;
}
.quote-dialog .quote-body .btn-email-quote {
  display: flex;
  height: 44px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  border: 2px solid #00263E;
  background: #FFF;
  width: 100%;
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.035px;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

/* Review Stars - START */
.product_rating,
.gsa_grid_rating {
  clear: both;
}
.product_rating .stars,
.gsa_grid_rating .stars {
  float: left;
  margin-top: 2px;
}
.product_rating .numreviews,
.gsa_grid_rating .numreviews {
  color: #003087;
  float: left;
  font-size: 11px;
  /*text-decoration:underline;*/
}

.review_stars {
  background: url("/Amsterdam/pict/review_stars.png") no-repeat;
  font-size: 1px;
  height: 10px;
  margin-right: 7px;
  width: 67px;
}
.review_stars.rs50 {
  background-position: 0 0;
}
.review_stars.rs49, .review_stars.rs48, .review_stars.rs47 {
  background-position: 0 -10px;
}
.review_stars.rs46, .review_stars.rs45, .review_stars.rs44 {
  background-position: 0 -20px;
}
.review_stars.rs43, .review_stars.rs42, .review_stars.rs41 {
  background-position: 0 -30px;
}
.review_stars.rs40 {
  background-position: 0 -40px;
}
.review_stars.rs39, .review_stars.rs38, .review_stars.rs37 {
  background-position: 0 -50px;
}
.review_stars.rs36, .review_stars.rs35, .review_stars.rs34 {
  background-position: 0 -60px;
}
.review_stars.rs33, .review_stars.rs32, .review_stars.rs31 {
  background-position: 0 -70px;
}
.review_stars.rs30 {
  background-position: 0 -80px;
}
.review_stars.rs29, .review_stars.rs28, .review_stars.rs27 {
  background-position: 0 -90px;
}
.review_stars.rs26, .review_stars.rs25, .review_stars.rs24 {
  background-position: 0 -100px;
}
.review_stars.rs23, .review_stars.rs22, .review_stars.rs21 {
  background-position: 0 -110px;
}
.review_stars.rs20 {
  background-position: 0 -120px;
}
.review_stars.rs19, .review_stars.rs18, .review_stars.rs17 {
  background-position: 0 -130px;
}
.review_stars.rs16, .review_stars.rs15, .review_stars.rs14 {
  background-position: 0 -140px;
}
.review_stars.rs13, .review_stars.rs12, .review_stars.rs11 {
  background-position: 0 -150px;
}
.review_stars.rs10 {
  background-position: 0 -160px;
}
.review_stars.rs09, .review_stars.rs08, .review_stars.rs07 {
  background-position: 0 -170px;
}
.review_stars.rs06, .review_stars.rs05, .review_stars.rs04 {
  background-position: 0 -180px;
}
.review_stars.rs03, .review_stars.rs02, .review_stars.rs01 {
  background-position: 0 -190px;
}
.review_stars.rs00 {
  display: none;
}
.review_stars.rs {
  display: none;
}

.reviewstars {
  background: url("/Amsterdam/pict/reviewstars.gif") no-repeat;
  float: left;
  font-size: 1px;
  height: 13px;
  margin-right: 7px;
  width: 70px;
}
.reviewstars.r50 {
  background-position: 0 0;
}
.reviewstars.r49, .reviewstars.r48, .reviewstars.r47 {
  background-position: 0 -13px;
}
.reviewstars.r46, .reviewstars.r45, .reviewstars.r44 {
  background-position: 0 -26px;
}
.reviewstars.r43, .reviewstars.r42, .reviewstars.r41 {
  background-position: 0 -39px;
}
.reviewstars.r40 {
  background-position: 0 -52px;
}
.reviewstars.r39, .reviewstars.r38, .reviewstars.r37 {
  background-position: 0 -65px;
}
.reviewstars.r36, .reviewstars.r35, .reviewstars.r34 {
  background-position: 0 -78px;
}
.reviewstars.r33, .reviewstars.r32, .reviewstars.r31 {
  background-position: 0 -91px;
}
.reviewstars.r30 {
  background-position: 0 -104px;
}
.reviewstars.r29, .reviewstars.r28, .reviewstars.r27 {
  background-position: 0 -117px;
}
.reviewstars.r26, .reviewstars.r25, .reviewstars.r24 {
  background-position: 0 -130px;
}
.reviewstars.r23, .reviewstars.r22, .reviewstars.r21 {
  background-position: 0 -143px;
}
.reviewstars.r20 {
  background-position: 0 -156px;
}
.reviewstars.r19, .reviewstars.r18, .reviewstars.r17 {
  background-position: 0 -169px;
}
.reviewstars.r16, .reviewstars.r15, .reviewstars.r14 {
  background-position: 0 -182px;
}
.reviewstars.r13, .reviewstars.r12, .reviewstars.r11 {
  background-position: 0 -195px;
}
.reviewstars.r10 {
  background-position: 0 -208px;
}
.reviewstars.r09, .reviewstars.r08, .reviewstars.r07 {
  background-position: 0 -221px;
}
.reviewstars.r06, .reviewstars.r05, .reviewstars.r04 {
  background-position: 0 -234px;
}
.reviewstars.r03, .reviewstars.r02, .reviewstars.r01 {
  background-position: 0 -247px;
}
.reviewstars.r00 {
  background-position: 0 -260px;
}
.reviewstars.r {
  display: none;
}

/* Review Stars - END */
/* Swatches - START */
.click_swatch_txt {
  font-weight: 700;
  font-size: 0.63rem;
}

.viewLarge_swatches {
  height: 80px;
  left: 100px;
  position: absolute;
  top: 20px;
  width: 500px;
}

.viewLarge_swatches_text1 {
  font-weight: bold;
}
.viewLarge_swatches_text1 {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .viewLarge_swatches_text1 {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .viewLarge_swatches_text1 {
    font-size: 0.94rem;
  }
}

.swatches,
.gsa_swatches {
  margin-bottom: 5px;
  overflow: hidden;
}
.swatches .swatch_color,
.gsa_swatches .swatch_color {
  background-color: white;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.swatches .swatch_color a,
.gsa_swatches .swatch_color a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.swatches .swatch_color a:hover,
.gsa_swatches .swatch_color a:hover {
  border: 2px solid #051937;
}
.swatches .empty_swatch,
.gsa_swatches .empty_swatch {
  display: inline-block;
  float: left;
  height: 27px;
  margin: 5px 5px 5px 0;
  padding: 1px;
  width: 27px;
}
.swatches .swatch_more,
.gsa_swatches .swatch_more {
  background-color: white;
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
  height: 27px;
  margin: 1px 0 5px 1px;
  padding: 5px 2px;
  min-width: 27px;
}
.swatches .swatch_morecolor,
.gsa_swatches .swatch_morecolor {
  width: 200px;
}
.swatches .swatch_container,
.gsa_swatches .swatch_container {
  background-color: white;
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
  height: 27px;
  margin: 1px 0 5px 1px;
  padding: 1px;
  width: 27px;
}
.swatches .swatch_container:nth-child(10n+11),
.gsa_swatches .swatch_container:nth-child(10n+11) {
  margin-left: 0;
}
.swatches .swatch_container.highlight,
.gsa_swatches .swatch_container.highlight {
  border-color: #051937;
}
.swatches .swatch_container .swatches_h,
.gsa_swatches .swatch_container .swatches_h {
  height: 25px;
}
.swatches .swatch_container1,
.gsa_swatches .swatch_container1 {
  background-color: white;
  border: 1px solid transparent;
  display: inline-block;
  float: left;
  height: 20px;
  margin: 1px 0 5px 1px;
  padding: 1px;
  width: 20px;
}
.swatches .swatch_container1:first-child,
.gsa_swatches .swatch_container1:first-child {
  margin-left: 0;
}
.swatches .swatch_container1 .swatch_color,
.gsa_swatches .swatch_container1 .swatch_color {
  border: 1px solid #ccc;
}
.swatches .swatch_container_ellipsis,
.gsa_swatches .swatch_container_ellipsis {
  border: 1px solid transparent;
  margin-left: 3px;
}
.swatches .swatch_container_ellipsis .ellipse,
.gsa_swatches .swatch_container_ellipsis .ellipse {
  color: #999;
  cursor: default;
  font-weight: 700;
  line-height: 100%;
}
.swatches .swatch_container_ellipsis .ellipse,
.gsa_swatches .swatch_container_ellipsis .ellipse {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .swatches .swatch_container_ellipsis .ellipse,
  .gsa_swatches .swatch_container_ellipsis .ellipse {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .swatches .swatch_container_ellipsis .ellipse,
  .gsa_swatches .swatch_container_ellipsis .ellipse {
    font-size: 1.37rem;
  }
}
.swatches .swatch_container_margin_first,
.gsa_swatches .swatch_container_margin_first {
  margin: 5px 5px 5px 0;
}
.swatches .swatch_container_margin, .swatches .gsa_swatch_container_margin,
.gsa_swatches .swatch_container_margin,
.gsa_swatches .gsa_swatch_container_margin {
  margin: 5px 5px 5px 0;
}

/* Swatches - END */
.pricingTable_Container {
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  margin: 10px 0 10px 0;
  font-weight: bold;
  text-align: left;
}
.pricingTable_Container th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: 700;
  text-align: left;
}
.pricingTable_Container td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.pricingTable_Container tr:nth-child(odd) {
  background-color: #ededed;
}
.pricingTable_Container .sale th, .pricingTable_Container .sale td, .pricingTable_Container .clearance th, .pricingTable_Container .clearance td, .pricingTable_Container .everydayDeal th, .pricingTable_Container .everydayDeal td, .pricingTable_Container .freeQty th, .pricingTable_Container .freeQty td {
  color: #b30000;
}
.pricingTable_Container .savings th, .pricingTable_Container .savings td {
  color: #1A6600;
}

/*//Rich Content for APL//
.pd_richContent {
    text-align: center;
}
.container {
    float: none;
	padding: 2em;
}

.calendar_content {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;

    .richContent_bg {
        background: url("/Amsterdam/pict/productdetails/richContent/calendar-flip-bg.jpg") no-repeat top center;
        background-size: cover;
        height: 100%;
        min-height: 300px;
    }
}

.richContent_bg {
    @media(min-width: 1300px) {
        background-image:url('/Amsterdam/pict/productdetails/richcontent/aerostar-bg-repeat-x.png');
        background-size: contain;
        height: 454px;
    }
}

.richContent_section {
    img {
        height: auto;
        max-width: 1300px;
        width: 100%;

        &.calendarReview {
            max-width: 900px;
        }
    }

    .richContent_reviewsHeading {
        color: $color-primary-blue;
        @include interpolate(font-size, $min-width, $max-width-wide, $text-h1-min, $text-h1-max);
        margin: 20px 0 10px 10%;
        text-align: left;
    }
}

.carousel {
    max-width: 1300px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 0;
    list-style: none;
}
.carousel__controls,
.carousel__activator {
    display: none;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__track {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__slide:nth-of-type(1) {
    -webkit-animation: carousel-show-slide 0.5s;
            animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
    display: block;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1) {
    opacity: 1;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__track {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__slide:nth-of-type(2) {
    -webkit-animation: carousel-show-slide 0.5s;
            animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
    display: block;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2) {
    opacity: 1;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__track {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__slide:nth-of-type(3) {
    -webkit-animation: carousel-show-slide 0.5s;
            animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
    display: block;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3) {
    opacity: 1;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__track {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__slide:nth-of-type(4) {
    -webkit-animation: carousel-show-slide 0.5s;
            animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
    display: block;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4) {
    opacity: 1;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__track {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%);
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__slide:nth-of-type(5) {
    -webkit-animation: carousel-show-slide 0.5s;
            animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
    display: block;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(5) {
    opacity: 1;
}
.carousel__control {
    height: 40px;
    width: 40px;
    margin-top: -15px;
    top: 50%;
    position: absolute;
    display: block;
    cursor: pointer;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: $color-gray;
    opacity: 0.35;
    outline: 0;
    z-index: 3;
}
.carousel__control:hover {
    opacity: 1;
}
.carousel__control--backward {
    left: 10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.carousel__control--forward {
    right: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.carousel__indicators {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.carousel__indicator {
    background-color: $color-gray;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    opacity: 0.35;
    margin: 0 2.5px 0 2.5px;
}
.carousel__indicator:hover {
    opacity: 0.75;
}
.carousel__track {
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.carousel__track .carousel__slide {
    display: block;
}

.carousel__track .carousel__slide:nth-of-type(1) {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
.carousel__track .carousel__slide:nth-of-type(2) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.carousel__track .carousel__slide:nth-of-type(3) {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
}

.carousel__slide {
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.my-carousel {
    border: 2px solid $border-gray-light;
    margin-bottom: 20px;

    .carousel__control {
        display: none;
    }
}

.review-carousel {
    margin-bottom: 10px;

    img {
        width: 72%;
    }

    .carousel__indicator  {
        background-color: $color-primary-blue;
    }

    .carousel__control {
        border-color: $color-primary-blue;
    }

    .carousel__control--backward {
        left: 5%;
    }

    .carousel__control--forward {
        right: 5%;
    }

    .carousel__slide {
        width: 100%;
    }
}


.carousel--thumb .carousel__indicators .carousel__indicator {
    height: 30px;
    width: 30px;
}
@media (max-width: 400px) {
    .carousel {
    max-width: 300px;
    }
}
@-webkit-keyframes carousel-show-slide {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}
@keyframes carousel-show-slide {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}

.imprint-item {
    width: 50%;
    margin: -3px 0 0;

    @media(min-width: $width-standard) {
        margin: -1px 0 0 15%;
    }
    @media(min-width: 1300px) {
        width: 57%;
    }

    .imprint-img {
        width: 175px;

        @media(min-width: $width-standard) {
            width: 290px;
        }

        @media(min-width: 1300px) {
            width: 431px;
        }
    }
}


//!End Rich Content for APL//*/
/* Calendar Default */
/*.container > header {
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
    @include interpolate(font-size, $min-width, $max-width-wide, $text-h1-min, $text-h1-max);
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}

.container > header span {
	display: block;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}*/
/* Main Content */
/*.main {
	max-width: 69em;
}

.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}

.column p {
	font-weight: 300;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}*/
/* To Navigation Style */
/*.codrops-top {
	background: white;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: $text-placeholder;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: $color-gray-dark;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-icon-archive:before {
	content: "\e002";
}

.codrops-icon-next:before {
	content: "\e000";
}

.codrops-icon-about:before {
	content: "\e003";
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 1em; 
	}

    .column p {
        text-align: left;
        @include interpolate(font-size, $min-width, $max-width-wide, $text-plarge-min, $text-plarge-max);
    }

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}*/
/* End Calendar Default */
/* Book Block */
/*.bb-bookblock {
	width: 400px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	-webkit-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.bb-horizontal .bb-page {
	width: 100%;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.bb-page > div,
.bb-outer,
.bb-content,
.bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-vertical .bb-content {
	width: 200%;
}

.bb-horizontal .bb-content {
	height: 200%;
}

.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-horizontal .bb-back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}

.bb-overlay, 
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}

.bb-bookblock.bb-vertical > div.bb-page:first-child,
.bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.bb-bookblock.bb-horizontal > div.bb-page:first-child,
.bb-bookblock.bb-horizontal > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}*/
/* Content display */
/*.bb-content {
	background: transparent;
}

.bb-vertical .bb-front .bb-content {
	left: -100%;
}

.bb-horizontal .bb-front .bb-content {
	top: -100%;
}*/
/* Flipping classes */
/*.bb-vertical .bb-flip-next,
.bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.bb-horizontal .bb-flip-next,
.bb-horizontal .bb-flip-initial {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.bb-horizontal .bb-flip-prev {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}

.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	transform: rotateY(-165deg);
}

.bb-horizontal .bb-flip-next-end {
	-webkit-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

.bb-horizontal .bb-flip-prev-end {
	-webkit-transform: rotateX(165deg);
	transform: rotateX(165deg);
}

.bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: transparent;
}*/
/* No JS */
/*.no-js .bb-bookblock, 
.no-js ul.bb-custom-grid li {
	width: auto;
	height: auto;
}

.no-js .bb-item {
	display: block;
	position: relative;
}*/
/*End Book Block */
/* Demo2 */
/*.bb-custom-wrapper {
	width: 50%;
	position: relative;
    margin: 0;
}

.bb-custom-wrapper .bb-bookblock {
	width: 175px;
	height: 245px;
	box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);
}

@media(min-width: 950px) {

    .bb-custom-wrapper {
        margin: 0 0 0 15%;
        width: 50%;
    }

    .bb-custom-wrapper .bb-bookblock {
        width: 290px;
        height: 404px;
    }
}

@media(min-width: 1300px) {
    .bb-custom-wrapper .bb-bookblock {
        width: 431px;
	    height: 600px;
    }

    .bb-custom-wrapper {
        width: 57%;
    }
}

.bb-custom-img {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: auto;
}

.bb-custom-wrapper h3 {
    @include interpolate(font-size, $min-width, $max-width-wide, $text-plarge-min, $text-plarge-max);
    font-weight: 300;
    margin: 0.4em 0 1em;
}

.bb-custom-wrapper nav {
	width: 100%;
	height: 30px;
	margin: 1em auto 0;
	position: relative;
	z-index: 0;
	text-align: center;
}*/
/*.bb-custom-wrapper nav a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	background: #883b61;
	color: #fff;
	font-size: 0;
	margin: 2px;
}

.bb-custom-wrapper nav a:hover {
	opacity: 0.6;
}*/
/*.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 20px;
	line-height: 30px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}*/
/* No JS */
/*.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}*/
/*.arrow {
  border: solid #fff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 10px;
}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}*/
/* End Demo2 */
/* Calendar */
/* Style from Caledario: */
/*.fc-calendar-wrap {
	margin-top: 121px;
	-moz-osx-font-smoothing: grayscale;
}

@media(min-width: 950px) {
    .fc-calendar-wrap {
        margin-top: 202px;
    }
}

@media(min-width: 1300px) {
    .fc-calendar-wrap {
        margin-top: 300px;
    }
}

.fc-calendar-wrap h2 {
	color: white;
	position: absolute;
	z-index: 100;
	margin: -2.4em 0.9em 0 0;
	font-weight: 300;
	right: 0;
	font-size: 40px;
	border: 3px solid white;
	padding: 5px 20px;
}

.fc-calendar-container {
	position: relative;
	height: 300px;
	width: 100%;
	background: white;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #883b61;
	color: white;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: calc(100% - 30px);
	padding: 15px;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%;*/ /* 100% / 7 */
/*width: calc(100%/7);
	position: relative;
}*/
/* IE 9 is rounding up the calc it seems */
/*.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ceb1bf;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #f3e0e9;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}*/
/* End Calendar */
/* Opt Out Landing Page */
.optOut_header {
  border-bottom: 1px solid #ccc;
}
.optOut_header img {
  display: block;
  margin: 20px auto 20px;
  height: 92px;
}
.optOut_header .optOut_tagline {
  color: #051937;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 0;
  margin-left: -13px;
  text-align: center;
}
.optOut_header .optOut_tagline {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  .optOut_header .optOut_tagline {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .optOut_header .optOut_tagline {
    font-size: 1.25rem;
  }
}

.optOut {
  max-width: 650px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
.optOut p, .optOut a {
  margin: 0;
}
.optOut p, .optOut a {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .optOut p, .optOut a {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .optOut p, .optOut a {
    font-size: 0.94rem;
  }
}
.optOut ul {
  font-style: italic;
  width: 180px;
  text-align: left;
  margin: 0 auto;
}
.optOut ul {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .optOut ul {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .optOut ul {
    font-size: 0.88rem;
  }
}
.optOut .optOut_heading {
  font-weight: bold;
  margin: 20px 0 10px;
}
.optOut .optOut_heading {
  font-size: 1.5rem;
}
@media screen and (min-width: 47rem) {
  .optOut .optOut_heading {
    font-size: calc(0.5208333333vw + 1.2552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .optOut .optOut_heading {
    font-size: 1.75rem;
  }
}
.optOut .button {
  cursor: pointer;
  text-align: center;
  margin: 20px auto 5px;
  width: 200px;
}
.optOut .button a {
  color: #fff;
  text-decoration: none;
}
.optOut .btn_content, .optOut #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optOut .quickadd_but, .optOut .wishList .quickadd_but, .wishList .optOut .quickadd_but {
  background-color: #9CCB3B;
  border-radius: 7px;
  color: #001738;
  font-weight: bold;
  line-height: 42px;
}
.optOut .btn_content, .optOut #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optOut .quickadd_but, .optOut .wishList .quickadd_but, .wishList .optOut .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .optOut .btn_content, .optOut #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optOut .quickadd_but, .optOut .wishList .quickadd_but, .wishList .optOut .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .optOut .btn_content, .optOut #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optOut .quickadd_but, .optOut .wishList .quickadd_but, .wishList .optOut .quickadd_but {
    font-size: 1rem;
  }
}
.optOut .btn_content_disabled {
  background-color: gray;
  border-radius: 7px;
  color: #fff;
  cursor: auto;
  font-weight: bold;
  line-height: 42px;
}
.optOut .btn_content_disabled {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .optOut .btn_content_disabled {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .optOut .btn_content_disabled {
    font-size: 1rem;
  }
}
.optOut .checkmark img {
  height: 50px;
}

/* Opt Out Landing Page - END */
/* style for jViewLarge and jSelector begin */
.general_modalPopupBackground {
  background: #333 !important;
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
  visibility: visible;
}

.view-larger-dialog-class {
  background: none !important;
  border: none !important;
  overflow: visible !important;
}
.view-larger-dialog-class .ui-dialog-titlebar {
  display: none;
}
.view-larger-dialog-class .dialog-container {
  background-color: #fff !important;
  border: 1px solid #00649d !important;
  box-shadow: 0 0 15px #888;
  display: table !important;
  overflow: visible !important;
  padding: 20px;
}
.view-larger-dialog-class .dialog-container .moreview-dialog-btn_close {
  background-color: #fff;
  border: 1px solid #00649d;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 30px;
  z-index: 999999;
}
.view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .btn_content, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .wishList .quickadd_but, .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but {
  color: #00649d;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
}
.view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .btn_content, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .wishList .quickadd_but, .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but {
  font-size: 1rem;
}
@media screen and (min-width: 47rem) {
  .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .btn_content, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .wishList .quickadd_but, .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but {
    font-size: calc(0.5208333333vw + 0.7552083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .btn_content, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .wishList .quickadd_but, .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but {
    font-size: 1.25rem;
  }
}

.view-larger-dialog {
  font-family: Verdana, Arial, sans-serif;
  padding: auto 10px;
  background-color: #fff !important;
  border: 1px solid #00649d !important;
  box-shadow: 0 0 15px #888;
  text-align: center;
}
.view-larger-dialog .top-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.view-larger-dialog .top-bar .close-btn {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/Amsterdam/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
  position: static;
}
.view-larger-dialog .top-bar .close-btn:hover {
  transform: scale(0.8);
}
.view-larger-dialog .top-bar .close-btn .btn_content, .view-larger-dialog .top-bar .close-btn #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .view-larger-dialog .top-bar .close-btn .quickadd_but, .view-larger-dialog .top-bar .close-btn .wishList .quickadd_but, .wishList .view-larger-dialog .top-bar .close-btn .quickadd_but {
  background-color: transparent !important;
}
.view-larger-dialog .preview-img-container {
  text-align: center;
  margin: 6px auto 10px auto;
}
.view-larger-dialog .preview-img-container .preview-img {
  border: solid 1px #ccc;
  width: 95%;
  height: auto;
}
.view-larger-dialog .selectors-container {
  display: flex;
  justify-content: center;
}
.view-larger-dialog .selectors-container > div {
  display: inline-block;
}
.view-larger-dialog .selector-container .selector-label {
  font-family: arial;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px;
}
.view-larger-dialog .selector-container .selector-label {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .view-larger-dialog .selector-container .selector-label {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .view-larger-dialog .selector-container .selector-label {
    font-size: 0.88rem;
  }
}
.view-larger-dialog .selector-container .selector-item-container .prev, .view-larger-dialog .selector-container .selector-item-container .next {
  display: inline-block !important;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel {
  display: inline-block;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li {
  box-sizing: border-box;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-label {
  font-family: Arial;
  text-align: center;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-label {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-label {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-label {
    font-size: 0.75rem;
  }
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-border {
  box-sizing: border-box;
  border: solid 2px #eee;
  margin: 0 3px;
  padding: 2px;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-border.bordered {
  border: solid 2px #051937;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-border .selector-li-content {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow {
  cursor: pointer;
  height: 26px;
  margin: 0 auto;
  position: relative;
  top: -5px;
  width: 42px;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 26px 22px 0;
  border-color: #051937 transparent transparent transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin: 6px 0 0 -2px;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #fff transparent transparent transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow.disabled {
  cursor: default;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow.disabled:before {
  border-color: #aaa transparent transparent transparent;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .prev {
  transform: rotate(90deg);
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .next {
  transform: rotate(-90deg);
  top: -7px;
}
.view-larger-dialog .zoom_flex {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.view-larger-dialog .zoom_flex div:last-of-type {
  margin-right: 0;
}
.view-larger-dialog .zoom_flex .zoom_button {
  align-items: center;
  background-color: #051937;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  outline: none;
  vertical-align: middle;
  margin-right: 20px;
  width: 137px;
  border-radius: 6px;
}
.view-larger-dialog .zoom_flex .zoom_button {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .view-larger-dialog .zoom_flex .zoom_button {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .view-larger-dialog .zoom_flex .zoom_button {
    font-size: 0.88rem;
  }
}
.view-larger-dialog .zoom_flex .zoom_button:hover {
  filter: brightness(150%);
}
.view-larger-dialog .zoom_flex .zoom_button p {
  color: #fff;
}
.view-larger-dialog .zoom_flex .zoom_button.disabled {
  background-color: lightgray;
  cursor: default;
}
.view-larger-dialog .zoom_flex .zoom_button img {
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.view-larger-dialog .switch-container {
  width: 100%;
  margin: 20px auto;
  color: #fc5a0f;
  font-weight: bold;
}
.view-larger-dialog .switch-container {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  .view-larger-dialog .switch-container {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .view-larger-dialog .switch-container {
    font-size: 0.88rem;
  }
}
.view-larger-dialog .switch-container .switch-label {
  display: inline-block;
}
.view-larger-dialog .switch-container .switch-buttons {
  display: inline-block;
}

/* style for jViewLarge and jSelector end */
.pd_recommendations, .pd_recommendations_hp {
  margin-top: 50px;
}
.pd_recommendations .no-item-found, .pd_recommendations_hp .no-item-found {
  display: none;
}
.pd_recommendations .content, .pd_recommendations_hp .content {
  max-width: 1300px;
}
.pd_recommendations .content .headline, .pd_recommendations .content h3, .pd_recommendations_hp .content .headline, .pd_recommendations_hp .content h3 {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.pd_recommendations .content .arrow_container, .pd_recommendations_hp .content .arrow_container {
  background-color: white;
}
.pd_recommendations .content .leftRight_arrows, .pd_recommendations_hp .content .leftRight_arrows {
  display: inline-block;
  height: 200px;
  margin: 0 0 0 10px;
  padding-top: 85px;
  vertical-align: top;
  width: 40px;
}
.pd_recommendations .content .leftRight_arrows .arrow, .pd_recommendations_hp .content .leftRight_arrows .arrow {
  height: 27px;
  width: 27px;
  margin-top: -44px;
  top: 50%;
  position: absolute;
  display: block;
  cursor: pointer;
  border-width: 7px 7px 0 0;
  border-style: solid;
  border-color: #051937;
  outline: 0;
  z-index: 3;
}
.pd_recommendations .content .leftRight_arrows .arrow.left, .pd_recommendations_hp .content .leftRight_arrows .arrow.left {
  border-color: #adbfd3;
  transform: rotate(222deg);
}
.pd_recommendations .content .leftRight_arrows .arrow.right, .pd_recommendations_hp .content .leftRight_arrows .arrow.right {
  transform: rotate(45deg);
}
.pd_recommendations .content .leftRight_arrows .arrow.right:before, .pd_recommendations .content .leftRight_arrows .arrow:after, .pd_recommendations .content .leftRight_arrows .arrow.left:before, .pd_recommendations .content .leftRight_arrows .arrow:after, .pd_recommendations_hp .content .leftRight_arrows .arrow.right:before, .pd_recommendations_hp .content .leftRight_arrows .arrow:after, .pd_recommendations_hp .content .leftRight_arrows .arrow.left:before, .pd_recommendations_hp .content .leftRight_arrows .arrow:after {
  display: none;
}
.pd_recommendations .content .recommendations_scrollContainer, .pd_recommendations_hp .content .recommendations_scrollContainer {
  display: inline-block;
  height: 319px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 82%;
}
.pd_recommendations .content .recommendations_scrollContainer .recommendations_products, .pd_recommendations_hp .content .recommendations_scrollContainer .recommendations_products {
  left: 0;
  position: absolute;
  width: 100%;
}
.pd_recommendations .content .recommendations_scrollContainer .recommendations_products .recommendation_image, .pd_recommendations_hp .content .recommendations_scrollContainer .recommendations_products .recommendation_image {
  position: relative;
  padding-top: 30px;
}
@media (min-width: 950px) {
  .pd_recommendations .content .recommendations_scrollContainer, .pd_recommendations_hp .content .recommendations_scrollContainer {
    width: 88%;
  }
}
@media (min-width: 1300px) {
  .pd_recommendations .content .recommendations_scrollContainer, .pd_recommendations_hp .content .recommendations_scrollContainer {
    width: 1125px;
  }
}
.pd_recommendations .content .recommendation_container, .pd_recommendations_hp .content .recommendation_container {
  position: relative;
  vertical-align: top;
  height: 309px;
  width: 195px;
  display: inline-block;
  margin-left: 3%;
  text-align: center;
}
.pd_recommendations .content .recommendation_container:first-of-type, .pd_recommendations_hp .content .recommendation_container:first-of-type {
  margin-left: 0;
}
.pd_recommendations .content .recommendation_image img:hover, .pd_recommendations_hp .content .recommendation_image img:hover {
  transform: scale(0.9);
  transition: 0.25s ease;
}
.pd_recommendations .content .recommendation_product, .pd_recommendations_hp .content .recommendation_product {
  font-weight: bold;
  margin-top: 10px;
  white-space: normal;
}
.pd_recommendations .content .recommendation_product a, .pd_recommendations_hp .content .recommendation_product a {
  padding: 44px 0px 44px 0px;
}
.pd_recommendations .content .recommendation_product:hover, .pd_recommendations_hp .content .recommendation_product:hover {
  text-decoration: underline;
}
.pd_recommendations .content .product_price, .pd_recommendations_hp .content .product_price {
  color: #000;
  margin: 3px 0px;
}
.pd_recommendations .content .product_rating, .pd_recommendations_hp .content .product_rating {
  margin-left: 53px;
}
.pd_recommendations .content .secondarybtn, .pd_recommendations_hp .content .secondarybtn {
  position: absolute;
  bottom: 0;
  left: 26px;
  display: none;
}

.aploptin_wrap #layout .a {
  display: none;
}
.aploptin_wrap #layout .bc {
  width: 100%;
  margin: 0;
  padding: 0;
}
.aploptin_wrap .aploptin_wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
.aploptin_wrap .aploptin_wrap .emailoptin_textfield {
  color: #999;
}
.aploptin_wrap .aploptin_topbanner {
  height: 201px;
  padding-bottom: 350px;
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.aploptin_wrap .aploptin_control {
  left: 300px;
  position: absolute;
  top: 150px;
}
.aploptin_wrap .femail_invalidEmail,
.aploptin_wrap .femail_thankyouLogo,
.aploptin_wrap .femail_exists {
  display: none;
  font-size: 12px;
  font-weight: 700;
}
.aploptin_wrap .femail_invalidEmail .errorText {
  color: #f00;
}
.aploptin_wrap .femail_thankyouLogo {
  color: #000;
}
.aploptin_wrap .femail_exists {
  color: #000;
}

.spotlight {
  margin: 15px;
}

.emailoptin_textfield {
  color: #acabab;
  float: left;
  height: 19px;
  width: 180px;
}

#headernav #headernavlist .topnavdrop a.emailoptin_go {
  background-image: -ms-linear-gradient(top, #f59a15 0%, #f06923 100%);
  background-image: -moz-linear-gradient(top, #f59a15 0%, #f06923 100%);
  background-image: -o-linear-gradient(top, #f59a15 0%, #f06923 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f59a15), color-stop(1, #f06923));
  background-image: -webkit-linear-gradient(top, #f59a15 0%, #f06923 100%);
  background-image: linear-gradient(to bottom, #f59a15 0%, #f06923 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#f59a15", endColorstr="#f06923");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f59a15', endColorstr='#f06923')";
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 73px;
}

#headernav #headernavlist .topnavdrop a.emailoptin_go:hover {
  background-color: #f59a15;
  background-image: none;
}

ul#ul_emailoptin_default,
ul#ul_emailoptin_invalid,
ul#ul_emailoptin_exists,
ul#ul_emailoptin_success {
  border-left: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 0 0 7px;
}

ul#ul_emailoptin_default li,
ul#ul_emailoptin_invalid li,
ul#ul_emailoptin_exists li,
ul#ul_emailoptin_success li {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#ul_emailoptin_invalid {
  margin-bottom: 20px;
}

ul#ul_emailoptin_exists,
ul#ul_emailoptin_success {
  margin-right: 25px;
  margin-bottom: 60px;
}

ul#ul_emailoptin_default span,
ul#ul_emailoptin_invalid span,
ul#ul_emailoptin_exists span,
ul#ul_emailoptin_success span {
  color: #FD9802;
  font-weight: bold;
}

.signup_wrapinputs {
  clear: both;
  float: left;
  margin-bottom: 15px;
}

.signuptitle {
  color: #476988;
  font-size: 12px;
  font-weight: bold;
}

.signupinvalid {
  color: #f00;
}

.signuptitle2 {
  color: #476988;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.hinvalid {
  color: #f00;
  display: block;
}

.hinvalidmsg {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hemail_exists span {
  border-left: 1px solid #ddd;
  color: #888;
  display: block;
  font-weight: 600;
  margin: 85px 10px;
  padding-left: 10px;
  width: 165px;
}

.hemail_thankyouLogo span {
  color: #0f0;
  display: block;
  margin: 95px 10px;
}

.hemail_invalidEmail,
.hemail_thankyouLogo,
.hemail_exists {
  display: none;
}

.wishlist-dialog {
  position: fixed;
  right: 0;
  top: 0;
  width: 460px !important;
  height: 100% !important;
  margin: 0;
  padding: 40px 40px 10px 40px;
  overflow: hidden;
  z-index: 1001;
  border: 0 !important;
}
.wishlist-dialog .wishlist-titlebar {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.wishlist-dialog .wishlist-titlebar h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #343638;
}
.wishlist-dialog .wishlist-titlebar .ui-dialog-titlebar-close {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
}
.wishlist-dialog .wishlist-body {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
  padding: 0;
  height: calc(100% - 50px) !important;
}
.wishlist-dialog .wishlist-body h2 {
  color: #00263E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.wishlist-dialog .wishlist-body .itemNumber {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.wishlist-dialog .wishlist-body .form-label {
  color: #00263E;
  /* Label/Large */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.014px;
  display: block;
  margin-bottom: 4px;
}
.wishlist-dialog .wishlist-body .form-input {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
  height: 40px;
  margin-bottom: 4px;
}
.wishlist-dialog .wishlist-body .form-input::placeholder {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  opacity: 0.7;
}
.wishlist-dialog .wishlist-body .form-input[readonly] {
  background-color: #f0f0f0;
}
.wishlist-dialog .wishlist-body .invalid-input {
  border: 2px solid #b50024;
}
.wishlist-dialog .wishlist-body .success-message {
  background-color: #DDEBCB;
  color: #447500;
  align-items: center;
  border-radius: 8px;
  border-width: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.wishlist-dialog .wishlist-body .error-message, .wishlist-dialog .wishlist-body .warning-message {
  background-color: #f8cad0;
  color: #b50024;
  align-items: center;
  border-radius: 8px;
  border-width: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}
.wishlist-dialog .wishlist-body .hidden {
  display: none !important;
}
.wishlist-dialog .wishlist-body .disabled {
  opacity: 0.5;
}
.wishlist-dialog .wishlist-body .btn-add-wish-list {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: #00263E;
  cursor: pointer;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}
.wishlist-dialog .wishlist-body .btn-close-wish-list {
  display: flex;
  height: 44px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  border: 2px solid #00263E;
  background: #FFF;
  width: 100%;
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.035px;
  font-family: "Libre Franklin", Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}
.wishlist-dialog .wishlist-body .email-section {
  width: 100%;
}
.wishlist-dialog .wishlist-body .register-section {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.wishlist-dialog .wishlist-body .register-section label {
  margin-left: 5px;
}
.wishlist-dialog .wishlist-body .btn-container {
  width: 100%;
}
