@media only screen and (min-width: 0px) and (max-width: 767px) {
  #search-toggle:checked + .toggle-search {
    display: table-cell;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1044px) and (orientation: landscape) {
  #search-toggle:checked + .toggle-search {
    display: table-cell;
  }
}
.search-toggle-checkbox {
  display: none;
}
#currentSearchCategory {
  display: inline-block;
  width: 116px;
  height: 22px;
  white-space: nowrap;
  text-align: center;
  padding: 7px 0 0 0;
  overflow: hidden;
}
.header-strip {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #252525;
  z-index: 9999;
}
.header-strip .resp-tablet {
  height: 60px;
  background-color: #ffffff !important;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .header-strip {
    height: 60px;
    background-color: #ffffff !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-strip {
    height: 60px;
    background-color: #ffffff !important;
  }
}
.header-strip .container .top-nav {
  font-size: 10px;
  float: right;
  max-height: 33px;
  /* Fixes solr search inconsistency */
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header-strip .container .top-nav {
    float: none;
  }
}
.header-strip .container .top-nav .welcome-message {
  color: #ffffff;
  font-size: 12px;
  vertical-align: middle;
}
.header-strip .container .top-nav .service-links {
  margin: 12px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header-strip .container .top-nav .service-links {
    display: none;
  }
}
.header-strip .container .top-nav .service-links li {
  display: inline-block;
  border-left: 1px solid #b2cbe1;
  padding: 0 0 0 14px;
  margin: 0 0 0 12px;
}
.header-strip .container .top-nav .service-links li:first-child {
  margin: -6px 0 0 0;
  padding: 0;
  border-left: 0;
}
.header-strip .container .top-nav .service-links li .qsn-icon {
  margin-right: 5px;
}
.header-strip .container .top-nav .service-links li a {
  color: #ffffff;
  text-decoration: none;
}
.header-strip .container .top-nav .service-links li a:hover {
  color: #e3e4e8;
  text-decoration: none;
}
.header-strip .container .top-nav .responsive-top-nav {
  display: table;
  width: 100%;
  height: 60px;
}
@media only screen and (min-width: 1044px) {
  .header-strip .container .top-nav .responsive-top-nav {
    display: none;
  }
}
.header-strip .container .top-nav .responsive-top-nav .nav-trigger {
  position: relative;
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
}
.header-strip .container .top-nav .responsive-top-nav .nav-trigger label {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 1px 0 0 0;
  font-size: 28px;
  color: #0074c8;
  line-height: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-strip .container .top-nav .responsive-top-nav .nav-trigger {
    width: 45px;
  }
  .header-strip .container .top-nav .responsive-top-nav .nav-trigger label {
    width: 25px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .header-strip .container .top-nav .responsive-top-nav .nav-trigger {
    width: 60px;
  }
  .header-strip .container .top-nav .responsive-top-nav .nav-trigger label {
    width: 20px;
  }
}
.header-strip .container .top-nav .responsive-top-nav .myron-logo {
  display: table-cell;
  overflow: hidden;
  position: relative;
  height: 40px;
}
.header-strip .container .top-nav .responsive-top-nav .myron-logo a {
  display: block;
}
.header-strip .container .top-nav .responsive-top-nav .myron-logo a img {
  max-width: 120px;
  max-height: 60px;
}
.header-strip .container .top-nav .responsive-top-nav .header-phone {
  display: table-cell;
  width: 175px;
  vertical-align: middle;
}
.header-strip .container .top-nav .responsive-top-nav .header-phone a {
  color: #fa0;
}
.header-strip .container .top-nav .responsive-top-nav .header-phone .contact-icons {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  color: #fa0;
  font-size: 20px;
}
.header-strip .container .top-nav .responsive-top-nav .header-phone .call-us {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  padding-right: 0;
  white-space: nowrap;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-strip .container .top-nav .responsive-top-nav .header-phone {
    display: none;
  }
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal {
  display: table-cell;
  width: 50px;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal #qsn-modal span {
  display: none;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal #qsn-modal .content {
  min-width: 380px;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal .caret-top-nav {
  display: none;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal .qsn-icon {
  margin: -2px 5px 0 0;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal .resp-mobile {
  width: 0px;
  text-align: center;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal .resp-mobile #qsn-modal {
  margin: 0;
  display: inline-block;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal .resp-mobile #qsn-modal img {
  margin: 0;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal .resp-mobile #qsn-modal span {
  display: none;
}
.header-strip .container .top-nav .responsive-top-nav .qsn-modal .resp-mobile #qsn-modal .trigger-open {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-strip .container .top-nav .responsive-top-nav .qsn-modal {
    width: 0px;
    text-align: center;
  }
  .header-strip .container .top-nav .responsive-top-nav .qsn-modal #qsn-modal {
    margin: 0;
    display: inline-block;
  }
  .header-strip .container .top-nav .responsive-top-nav .qsn-modal #qsn-modal img {
    margin: 0;
  }
  .header-strip .container .top-nav .responsive-top-nav .qsn-modal #qsn-modal span {
    display: none;
  }
  .header-strip .container .top-nav .responsive-top-nav .qsn-modal #qsn-modal .trigger-open {
    display: none;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .header-strip .container .top-nav .responsive-top-nav .qsn-modal {
    width: 40px;
    display: table-cell;
  }
  .header-strip .container .top-nav .responsive-top-nav .qsn-modal #qsn-modal .trigger-open {
    display: inline;
  }
}
.header-strip .container .top-nav .responsive-top-nav .live-chat {
  display: table-cell;
  width: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-strip .container .top-nav .responsive-top-nav .live-chat {
    display: none;
  }
}
.header-strip .container .top-nav .responsive-top-nav .responsive-icons {
  display: table-cell;
  text-align: right;
  width: 185px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons {
    width: 145px;
  }
}
.header-strip .container .top-nav .responsive-top-nav .responsive-icons ul {
  margin: 0;
  padding: 0;
}
.header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li {
  padding: 0 10px;
  display: inline-block;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
}
.header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li a,
.header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li label {
  display: block;
  width: 40px;
  height: 60px;
  padding: 8px 0 0;
  box-sizing: border-box;
  color: #0074c8;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li.responsive-phone {
    display: none;
  }
}
.header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li.responsive-search {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li.responsive-search {
    display: inline-block;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1044px) and (orientation: landscape) {
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li.responsive-search {
    display: inline-block;
  }
}
.header-strip .container .top-nav .responsive-top-nav .responsive-icons ul #header-live-chat-btn-responsive a {
  line-height: normal !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 6px 0 0 !important;
  background: none !important;
}
.header-strip .container .top-nav .responsive-top-nav .responsive-icons ul #header-live-chat-btn-responsive a:before {
  font-family: FontAwesome;
  content: "\f0e6";
  vertical-align: middle;
}
.header-strip .container .top-nav .responsive-top-nav .responsive-icons ul #header-live-chat-btn-responsive a .bc_available {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons {
    width: 110px;
  }
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li {
    padding: 0 2px;
    font-size: 25px;
  }
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li a,
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li label {
    width: 28px;
    padding: 13px 0 0;
  }
  .header-strip .container .top-nav .responsive-top-nav .responsive-icons ul li#header-live-chat-btn-responsive a {
    padding: 13px 0 0 !important;
  }
}
.header-strip .container .top-nav .responsive-top-nav .cart-container {
  display: table-cell;
  overflow: visible;
  width: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header-strip .container .top-nav .responsive-top-nav .cart-container {
    padding-left: 5px;
    vertical-align: middle;
  }
}
.qsn-form {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.qsn-form .close-qsn,
.qsn-form .close-modal {
  text-align: center;
  width: 80px;
  /* Medullus changes against task ID(22185) dated on(08/09/19) */
  height: 32px;
  background-color: #e3e4e8;
  color: #252525;
  border: none;
  padding-left: 8px;
}
.qsn-form .submit-qsn {
  text-align: center;
  width: 80px;
  height: 32px;
  background-color: #252525;
  color: #ffffff;
  border: none;
}
.qsn-form .qsn-input {
  float: left;
  width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .qsn-form .qsn-input {
    width: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .qsn-form .qsn-input {
    width: 58%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .qsn-form .qsn-input {
    width: 50%;
  }
}
.qsn-form .qsn-input input {
  height: 40px;
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.qsn-form .qsn-submit {
  float: right;
  margin-left: 16px;
}
.qsn-form .qsn-submit button {
  height: 40px;
}
.qsn-form .validation-error-empty,
.qsn-form .validation-error-invalid-qsn {
  color: red;
  display: none;
}
.email-signup,
.email-error,
.email-receipt,
.email-already-exists {
  width: 460px;
}
.email-error,
.email-receipt,
.email-already-exists {
  display: none;
}
.email-error .email-receipt-panel,
.email-receipt .email-receipt-panel,
.email-already-exists .email-receipt-panel {
  text-align: right;
}
.email-error .email-continue,
.email-receipt .email-continue,
.email-already-exists .email-continue {
  text-align: center;
  width: 80px;
  height: 30px;
  background-color: #ffa000;
  border: 1px solid #000000;
  color: #ffffff;
}
.email-error,
.email-already-exists {
  color: red;
}
.email-signup-form {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.email-signup-form .email-close {
  text-align: center;
  width: 80px;
  /* Medullus changes against task ID(22185) dated on(08/09/19) */
  height: 40px;
  /* Medullus changes against task ID(22185) dated on(08/09/19) */
  background-color: #e3e4e8;
  color: #252525;
  border: none;
  padding-left: 8px;
}
.email-signup-form .email-submit {
  text-align: center;
  width: 80px;
  height: 40px;
  /* Medullus changes against task ID(22185) dated on(08/09/19) */
  background-color: #252525;
  color: #ffffff;
  border: none;
}
.email-signup-form .email-signup-input {
  float: left;
  width: 50%;
}
.email-signup-form .email-signup-input input {
  /* Medullus changes against task ID(22185) dated on(8/06/19) */
  height: 40px;
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.email-signup-form .email-signup-submit {
  float: right;
  margin-left: 16px;
}
.email-signup-form .validation-error {
  display: none;
  color: red;
}
.nav {
  font-size: 10px;
  float: right;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid #000000;
  border-right: 6px solid transparent;
  border-bottom: 0 dotted;
  border-left: 6px solid transparent;
}
.caret-top-nav {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid #000000;
  border-top: 6px solid #b2cbe1;
  border-right: 6px solid transparent;
  border-bottom: 0 dotted;
  border-left: 6px solid transparent;
  margin-left: 5px;
}
.caret-search {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid #000000;
  border-right: 6px solid transparent;
  border-bottom: 0 dotted;
  border-left: 6px solid transparent;
  margin: -18px 8px 0;
}
.drop {
  position: relative;
}
.header {
  position: relative;
  background-color: #ffffff;
  margin: 20px 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header {
    margin: 0;
  }
}
.header .search {
  position: relative;
}
.header .search .search-prefilter {
  position: absolute;
  left: 5px;
  height: 30px;
  border-right: 1px solid #ffaa00;
  width: 172px;
}
.header .search .search-prefilter img {
  margin: -18px 0 0 0;
}
.header .search .search-prefilter div {
  padding-top: 3px;
}
.header .search .search-prefilter div img {
  margin: -2px 5px 0 0;
}
.header .search .search-prefilter div a,
.header .search .search-prefilter div a:hover {
  text-decoration: none;
}
.header .search .search-prefilter div ul {
  /* AMEND BOOTSTRAP CLASSES */
  margin: -1px 0 0 -10px;
  border-radius: 0;
}
.header .search .search-prefilter.turn-off {
  display: none;
}
.header .search .search-prefilter.turn-off ~ form[name="search_form"] .search-box {
  text-indent: 40px;
  background: url(/_ui/desktop/theme-myron/images/search-magnifying-glass.png) 10px center scroll no-repeat #ffffff;
}
.header .header-row {
  display: table;
  width: 100%;
  margin: 0 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header .header-row {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header .header-row.search-row {
    margin: 42px 0 0;
  }
}
.header .myron-logo {
  display: table-cell;
  overflow: hidden;
  position: relative;
  width: 220px;
  height: auto;
  max-height: 50px;
}
.header .myron-logo a {
  display: block;
  max-height: 110px;
  max-width: 205px;
}
.header .myron-logo a img {
  width: 205px;
  height: auto;
  margin: 5px 15px 5px 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header .myron-logo {
    display: none;
  }
}
.header .header-spot-1 {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.header .header-spot-1 a {
  display: block;
}
.header .header-spot-1 div {
  /* SAMPLE CONTENT ONLY - INLINE */
  font-size: 23px;
  padding-top: 20px;
  line-height: 23px;
  color: #525624;
}
.header .header-spot-1 div .promo-strong-type {
  font-weight: 500;
}
.header .header-spot-1 div .promo-thin-type {
  font-weight: 200;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header .header-spot-1 {
    display: none;
  }
}
.header .header-spot-2 {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header .header-spot-2 {
    display: none;
  }
}
.header #header-live-chat-btn {
  display: table-cell;
  width: 145px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header #header-live-chat-btn {
    display: none;
  }
}
.header .header-phone {
  display: table-cell;
  width: 175px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header .header-phone {
    display: none;
  }
}
.header .contact-icons {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  color: #fa0;
  font-size: 20px;
}
.header .live-chat {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
}
.header.show-chat-header {
  width: 40%;
}
.header .call-us {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  padding-right: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.header .number {
  font-size: 20px;
  font-weight: bold;
  color: #fa0;
}
.header .we-call {
  text-align: left;
  padding-right: 10px;
}
.header .cart-container {
  display: table-cell;
  width: 90px;
  overflow: visible;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header .cart-container {
    display: none;
  }
}
.header .search-container {
  display: table-cell;
  background-color: #ffffff;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header .search-container.toggle-search {
    display: none;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1044px) and (orientation: landscape) {
  .header .search-container.toggle-search {
    display: none;
  }
}
.header .search-container .search {
  box-sizing: border-box;
  padding: 0;
}
.header .search-container .search .search-box {
  display: inline-block;
  width: -webkit-calc(100% - 91px);
  width: calc(100% - 91px);
  border: 2px solid #ffaa00;
  border-radius: 3px 0 0 3px;
  padding: 8px 7px;
  box-sizing: border-box;
  outline: none;
  min-height: 40px;
}
.header .search-container .search .search-btn {
  display: inline-block;
  width: 90px;
  border: 0;
  background-color: #ffaa00;
  color: #ffffff;
  margin-left: -3px;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  padding: 10px 8px;
  vertical-align: top;
}
.header .search-container .search .search-btn .src-label {
  display: block;
}
.header .search-container .search .search-btn .src-icon {
  display: none;
}
.header .search-container .resp-tablet {
  padding: 10px;
  background-color: #0074c8;
}
.header .search-container .resp-tablet .search {
  padding: 0;
}
.header .search-container .resp-tablet .search .search-box {
  width: -webkit-calc(100% - 51px);
  width: calc(100% - 51px);
  border: 0;
  padding: 8px 10px;
  font-size: 16px;
  vertical-align: top;
}
.header .search-container .resp-tablet .search .search-btn {
  width: 50px;
  background-color: #02518a;
  vertical-align: top;
}
.header .search-container .resp-tablet .search .search-btn .src-label {
  display: none;
}
.header .search-container .resp-tablet .search .search-btn .src-icon {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .header .search-container {
    padding: 10px;
    background-color: #0074c8;
  }
  .header .search-container .search {
    padding: 0;
  }
  .header .search-container .search .search-box {
    width: -webkit-calc(100% - 51px);
    width: calc(100% - 51px);
    border: 0;
    padding: 8px 10px;
    font-size: 16px;
    vertical-align: top;
  }
  .header .search-container .search .search-btn {
    width: 50px;
    background-color: #02518a;
    vertical-align: top;
  }
  .header .search-container .search .search-btn .src-label {
    display: none;
  }
  .header .search-container .search .search-btn .src-icon {
    display: block;
  }
}
#header-live-chat-btn > a,
#header-live-chat-btn-responsive > a {
  display: block;
  line-height: 26px;
  padding: 0 15px 0 45px;
  background: url(/_ui/desktop/theme-myron/images/chat.png) no-repeat 15px 5px;
  border-right: 1px solid #ccc;
  margin-right: 15px;
  color: #0074c8;
}
#header-live-chat-btn.bcText,
#header-live-chat-btn-responsive.bcText {
  margin-left: 20px;
  padding-top: 0;
}
#header-live-chat-btn.bcText > a,
#header-live-chat-btn-responsive.bcText > a {
  border-left: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #header-live-chat-btn.bcText,
  #header-live-chat-btn-responsive.bcText {
    margin: 0;
  }
}
#header-live-chat-btn.bcText > a {
  border-left: none;
}
.checkoutheader .header-contact ul .continue-shopping {
  float: right;
}
/* FOOTER */
.footer-bar {
  width: 100%;
  height: 25px;
  background-color: #252525;
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .footer-bar {
    margin: 0;
  }
}
.footer-bar .mailkeys-qsn {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  margin: 0 auto;
  max-width: 1240px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .footer-bar .mailkeys-qsn {
    margin: 0 3%;
    text-align: left;
  }
}
.social {
  width: 21px;
  height: 21px;
  float: left;
  margin: 0 0 0 5px;
  background: url(../images/social-icons-footer.png) top left no-repeat;
}
.social.facebook {
  background-position: 0 0;
}
.social.twitter {
  background-position: -36px 0;
}
.social.googleplus {
  background-position: -71px 0;
}
.social.pinterest {
  background-position: -107px 0;
}
.floating-elements-fixed {
  position: fixed;
  bottom: 0;
}
.floating-elements-fixed .unfixed {
  position: absolute;
  left: 0;
  top: -33px;
  width: 285px;
  height: 25px;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
  font-size: 12px;
  z-index: 10006;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .floating-elements-fixed .unfixed {
    top: -41px;
  }
}
.floating-elements-fixed .unfixed a {
  color: #ffffff;
}
.floating-elements-fixed .unfixed a:hover {
  cursor: pointer;
}
.floating-elements-fixed .unfixed .click-to-chat {
  display: none;
}
.floating-elements-fixed .unfixed .click-to-chat img {
  position: absolute;
  left: 42px;
  top: -10px;
}
.floating-elements-fixed .unfixed .click-to-chat .footer-chat-box-container {
  display: none;
  position: absolute;
  height: 500px;
  width: 600px;
  bottom: 43px;
  left: -1px;
  background-color: #ffffff;
  border: 3px solid #252525;
}
.floating-elements-fixed .unfixed .click-to-chat .footer-chat-box-container iframe.chat-footer-iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.floating-elements-fixed .unfixed .click-to-chat .footer-chat-box-button {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100px;
  height: 31px;
  background-color: #ffa000;
  border: 1px solid #ffa000;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.floating-elements-fixed .unfixed .click-to-chat .footer-button-active {
  background-color: #ffffff;
  color: #252525;
  font-weight: 400;
}
.floating-elements-fixed .unfixed .click-to-chat .footer-chat-box-close {
  position: absolute;
  cursor: pointer;
  left: 286px;
  top: -17px;
  width: 28px;
  height: 28px;
  background: url(../images/button-close-fixed.png) center center no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .floating-elements-fixed .unfixed .click-to-chat {
    display: none !important;
  }
}
.floating-elements-fixed .unfixed .recently-viewed {
  float: left;
}
.floating-elements-fixed .unfixed .recently-viewed .triangle {
  position: absolute;
  left: 48%;
  top: -10px;
}
.floating-elements-fixed .unfixed .recently-viewed .recently-viewed-container {
  text-align: left;
  color: #000000;
  display: none;
  position: absolute;
  height: 380px;
  width: 861px;
  bottom: 32px;
  left: 0;
  background-color: #fcfcfc;
  border: 3px solid #252525;
  padding: 0 0 34px 0;
  z-index: 9999;
  overflow: visible;
}
.floating-elements-fixed .unfixed .recently-viewed .recently-viewed-container .carousel-inner {
  width: 820px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .floating-elements-fixed .unfixed .recently-viewed {
    display: none;
  }
}
.floating-elements-fixed .unfixed .recently-viewed-close {
  position: absolute;
  cursor: pointer;
  left: 366px;
  top: -17px;
  width: 28px;
  height: 28px;
  background: url(../images/button-close-fixed.png) center center no-repeat;
}
.floating-elements-fixed .unfixed .recently-viewed-button {
  padding: 0 5px 0 5px;
  background: #666666;
  border: 1px solid #000000;
  cursor: pointer;
  margin: 0 0 0 10px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .floating-elements-fixed .unfixed .recently-viewed-button {
    border: 0;
    padding: 5px 15px;
  }
}
.floating-elements-fixed .unfixed .footer-button-active {
  background-color: #ffffff;
  color: #252525;
  font-weight: 400;
}
.floating-elements-fixed .footer-chat-box-button {
  background-color: #999999 !important;
  border: 1px solid #000000 !important;
}
#emailSubscribeModalFooterTrigger {
  display: none;
}
.floating-elements .unfixed {
  position: absolute;
  left: 0;
  top: -33px;
  width: 285px;
  height: 25px;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
  font-size: 12px;
  z-index: 10006;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .floating-elements .unfixed {
    top: -41px;
  }
}
.floating-elements .unfixed a {
  color: #ffffff;
}
.floating-elements .unfixed a:hover {
  cursor: pointer;
}
.floating-elements .unfixed .click-to-chat {
  display: none;
}
.floating-elements .unfixed .click-to-chat img {
  position: absolute;
  left: 42px;
  top: -10px;
}
.floating-elements .unfixed .click-to-chat .footer-chat-box-container {
  display: none;
  position: absolute;
  height: 500px;
  width: 600px;
  bottom: 43px;
  left: -1px;
  background-color: #ffffff;
  border: 3px solid #252525;
}
.floating-elements .unfixed .click-to-chat .footer-chat-box-container iframe.chat-footer-iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.floating-elements .unfixed .click-to-chat .footer-chat-box-button {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100px;
  height: 31px;
  background-color: #ffa000;
  border: 1px solid #ffa000;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.floating-elements .unfixed .click-to-chat .footer-button-active {
  background-color: #ffffff;
  color: #252525;
  font-weight: 400;
}
.floating-elements .unfixed .click-to-chat .footer-chat-box-close {
  position: absolute;
  cursor: pointer;
  left: 286px;
  top: -17px;
  width: 28px;
  height: 28px;
  background: url(../images/button-close-fixed.png) center center no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .floating-elements .unfixed .click-to-chat {
    display: none !important;
  }
}
.floating-elements .unfixed .recently-viewed {
  float: left;
}
.floating-elements .unfixed .recently-viewed .triangle {
  position: absolute;
  left: 48%;
  top: -10px;
}
.floating-elements .unfixed .recently-viewed .recently-viewed-container {
  text-align: left;
  color: #000000;
  display: none;
  position: absolute;
  height: 380px;
  width: 861px;
  bottom: 32px;
  left: 0;
  background-color: #fcfcfc;
  border: 3px solid #252525;
  padding: 0 0 34px 0;
  z-index: 9999;
  overflow: visible;
}
.floating-elements .unfixed .recently-viewed .recently-viewed-container .carousel-inner {
  width: 820px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .floating-elements .unfixed .recently-viewed {
    display: none;
  }
}
.floating-elements .unfixed .recently-viewed-close {
  position: absolute;
  cursor: pointer;
  left: 366px;
  top: -17px;
  width: 28px;
  height: 28px;
  background: url(../images/button-close-fixed.png) center center no-repeat;
}
.floating-elements .unfixed .recently-viewed-button {
  padding: 0 5px 0 5px;
  background: #666666;
  border: 1px solid #000000;
  cursor: pointer;
  margin: 0 0 0 10px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .floating-elements .unfixed .recently-viewed-button {
    border: 0;
    padding: 5px 15px;
  }
}
.floating-elements .unfixed .footer-button-active {
  background-color: #ffffff;
  color: #252525;
  font-weight: 400;
}
.footer-background {
  background-color: #f1f1f1;
  width: 100%;
  position: relative;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background {
    overflow: hidden;
  }
}
.footer-background .footer-container {
  position: relative;
  min-height: 320px;
  float: none;
  margin: 0 auto;
  z-index: 999;
}
@media only screen and (min-width: 1044px) {
  .footer-background .footer-container {
    max-width: 1240px;
    z-index: 1000;
  }
}
.footer-background .footer-container .footer-content {
  position: relative;
  min-height: 320px;
  width: 94%;
  margin: 0 3%;
}
.footer-background .footer-container .footer-right {
  float: right;
  width: 400px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .footer-right {
    width: 100%;
  }
}
.footer-background .footer-container .footer-right .bg-mailing-list {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
}
.footer-background .footer-container .validation-error {
  display: none;
  color: red;
}
.footer-background .footer-container .join-mail-list {
  color: #ffffff;
  font-size: 17px;
  font-weight: 200;
  margin-left: 10px;
  padding-top: 13px;
  position: relative;
  z-index: 1;
  text-align: start;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .join-mail-list {
    font-size: 16px;
  }
}
.footer-background .footer-container .subcriptionForm {
  margin: 0px 10px 0px 6px;
  /* Medullus changes against task ID(22878) dated on(09/02/19) */
  position: relative;
  z-index: 1;
}
.footer-background .footer-container .mailing-list {
  background-repeat: no-repeat;
  background-color: #525964;
  float: right;
  height: auto;
  /* Medullus changes against task ID(22878) dated on(09/02/19) */
  margin-bottom: 15px;
  margin-top: -36px;
  position: relative;
  width: 400px;
  padding-bottom: 16px;
  /* Medullus changes against task ID(22878) dated on(09/02/19) */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .mailing-list {
    width: 100%;
    margin-top: 0px;
  }
}
.footer-background .footer-container .mailing-list hr {
  border-color: #7c8797;
  margin: 2px 10px;
  position: relative;
  z-index: 1;
}
.footer-background .footer-container .mailing-list input {
  height: 35px;
  width: 230px;
  color: #525964;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .mailing-list input {
    width: 56%;
    font-size: 14px;
  }
}
.footer-background .footer-container .mailing-list button {
  margin-left: 9px;
  height: 40px;
  background-color: #ffa000;
  color: #ffffff;
  border: none;
  width: 125px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .mailing-list button {
    margin-left: 2%;
    width: 35%;
    font-size: 13px;
  }
}
.footer-background .footer-container .footer-social-links {
  clear: both;
  float: left;
  margin-top: 10px;
}
.footer-background .footer-container .footer-social-links p {
  float: left;
  /* Medullus changes against task ID(22191) dated on(09/10/19) */
  padding-top: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .footer-social-links {
    width: 92%;
    float: left;
    margin: 0px 4%;
    margin-top: 10px;
  }
  .footer-background .footer-container .footer-social-links p,
  .footer-background .footer-container .footer-social-links a {
    float: none;
    display: inline-block;
  }
}
.footer-background .footer-container .footer-approvals {
  clear: both;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: table;
}
.footer-background .footer-container .footer-approvals > div {
  display: table-cell;
  width: 33.3333%;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .footer-approvals {
    width: 100%;
  }
}
.footer-background .footer-container .footer-approvals a {
  text-align: center;
}
.footer-background .footer-container .footer-approvals img {
  max-width: 100%;
}
.footer-background .footer-container .footer-columns-container {
  overflow: hidden;
  float: left;
}
@media only screen and (min-width: 1044px) {
  .footer-background .footer-container .footer-columns-container {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .footer-background .footer-container .footer-columns-container {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .footer-columns-container {
    width: 100%;
  }
}
.footer-background .footer-container .footer-columns-container .footer-columns {
  float: left;
  width: 50%;
  margin: 15px 0 50px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .footer-columns-container .footer-columns {
    width: 40%;
    margin: 15px 5%;
    margin-bottom: 5px;
  }
}
.footer-background .footer-container .footer-columns-container .footer-columns p {
  font-size: 12px;
  text-decoration: none;
  /* Medullus changes against task ID(22924) dated on(09/02/19) */
  line-height: 22px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .footer-columns-container .footer-columns p {
    font-size: 14px;
  }
}
.footer-background .footer-container .copyright-info {
  font-size: 13px;
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .copyright-info {
    position: relative;
    margin-top: 30px;
  }
}
.footer-background .footer-container .copyright-info .phone {
  display: inline;
  font-size: 18px;
}
.footer-background .footer-container .copyright-info .phone a {
  text-decoration: underline;
  /* Medullus changes against task ID(22925) dated on(09/02/19) */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-background .footer-container .copyright-info .phone {
    display: block;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .footer-background .footer-container .copyright-info .phone {
    display: inline !important;
  }
}
.backtotop {
  display: none;
  z-index: 999999;
  position: fixed;
  bottom: 50px;
  right: 6%;
  text-align: center;
}
.backtotop a {
  width: auto;
  display: block;
}
.backtotop i {
  font-size: 40px;
}
.backtotop p {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .backtotop {
    right: auto;
    left: 10px;
    bottom: 10px;
    background-color: #0074c8;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 3px;
  }
  .backtotop i {
    color: #ffffff;
    font-size: 18px;
    margin: 5px 0 0;
  }
  .backtotop p {
    display: none;
  }
}
.site-seals {
  margin: 0 !important;
  display: block;
}
.site-seals table,
.site-seals td {
  width: auto;
  max-width: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  #on_page_qsn {
    margin: 25px 5% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  #on_page_qsn .left {
    width: 50% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #on_page_qsn .left {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #on_page_qsn .left .inline_qsn_text {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  #on_page_qsn .right {
    width: 50% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #on_page_qsn .right {
    width: 100% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #on_page_qsn .right .qsn-input input {
    font-size: 17px;
  }
}
#emailSingleFieldForm .form-field {
  width: 280px;
}
.btn-primary {
  border: 1px solid;
  border-color: #000000;
}
.btn-primary button[disabled] {
  background-color: gray;
}
form .email-exists {
  display: none;
  width: 260px;
  padding: 5px;
  margin: 5px 0 0 0;
  overflow: hidden;
  float: right;
  border: 1px solid red;
  background-color: #fcebeb;
  color: red;
}
form button {
  padding: 5px 10px 5px 10px;
  background-color: #ffa000;
  color: #ffffff;
  border: 0px;
}
form .login-standalone-form .form-field {
  width: 957px;
}
form .form-field {
  margin: 10px 0 0 0;
  padding: 10px 0 10px 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1044px) {
  form .form-field.form-select i {
    display: none;
  }
}
form .form-field.checkbox input {
  width: auto;
}
form .form-field span {
  width: 175px;
  margin: 0 0 0 20px;
}
form .form-field input {
  width: 300px;
}
form .form-field input[name=zip] {
  width: 50px;
}
form .form-field input[type=tel] {
  width: 100px;
  text-align: center;
}
form .form-field .ccid {
  width: 50px;
  margin-right: 12px;
}
form .form-field .small {
  font-size: 12px;
  text-decoration: underline;
}
form .form-field.modallogin span {
  width: 70px;
  padding: 0 0 0 10px;
  margin: 0;
}
form .form-field.modallogin input {
  width: 194px;
}
form .form-field.login span {
  width: 114px;
  margin: 0 4px 0 0;
}
form .form-field .pull-left .mandatory,
form .form-field .pull-left .plabel {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  form .form-field {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
  }
  form .form-field span {
    width: auto;
    margin: 0;
  }
  form .form-field .pull-left {
    width: auto;
    margin: 0;
    font-size: 14px;
  }
  form .form-field .pull-left .plabel {
    position: absolute;
    left: 10px;
    top: 1px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
    z-index: 1;
    line-height: 12px;
  }
  form .form-field .pull-left .plabel .help-info {
    padding: 0;
    width: auto;
  }
  form .form-field .pull-left .plabel .tooltip-holder {
    font-size: 14px;
  }
  form .form-field .pull-left .mandatory {
    position: absolute;
    top: 2px;
    right: 22px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
    z-index: 1;
    height: 11px;
  }
  form .form-field.error {
    border: 0;
    background-color: transparent;
  }
  form .form-field.error input:not([type="checkbox"]),
  form .form-field.error select {
    border-color: red;
  }
  form .form-field.error .error-msg {
    margin: 5px 0;
    text-align: left;
  }
  form .form-field.form-select {
    position: relative;
  }
  form .form-field.form-select i {
    position: absolute;
    display: none;
    top: 25px;
    right: 14px;
    font-size: 16px;
    color: #6d6e70;
  }
}
form .input-container {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  form .input-container {
    float: none;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 10px 0 0;
  }
  form .input-container input:not([type="checkbox"]),
  form .input-container textarea,
  form .input-container select {
    float: none;
    width: 100% !important;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
  }
  form .input-container input:not([type="checkbox"]):focus,
  form .input-container textarea:focus,
  form .input-container select:focus {
    background-color: #ffffff;
    border-color: #0074c8;
    box-shadow: none;
  }
}
form .error,
form .s-error {
  border: 1px solid red;
  background-color: #fcebeb;
  color: red;
}
form .error .error-msg,
form .s-error .error-msg {
  display: block;
}
form .s-error .server-error {
  display: block;
}
form .s-error .error-msg {
  display: none;
}
form .error-msg,
form .server-error {
  display: none;
}
form .server-error {
  background-color: #e47b5c;
  padding: 5px;
  margin: 5px 0 0 0;
  color: white;
}
form .news-letter-field {
  padding: 10px 20px 40px;
}
form .news-letter-field input {
  display: inline-block;
  margin-right: 10px;
}
.responsive-form-field {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  float: none;
}
.responsive-form-field .pull-left {
  width: auto;
  margin: 0;
  font-size: 14px;
}
.responsive-form-field .pull-left .plabel {
  position: absolute;
  left: 10px;
  top: -10px;
  background: #fff;
  padding: 0 5px;
  color: #6d6e70;
}
.responsive-form-field .pull-left .plabel .help-info {
  padding: 0;
  width: auto;
}
.responsive-form-field .pull-left .plabel .tooltip-holder {
  font-size: 14px;
}
.responsive-form-field .pull-left .mandatory {
  position: absolute;
  top: -8px;
  right: 22px;
  background: #fff;
  padding: 0 5px;
  color: #6d6e70;
  height: 11px;
}
.responsive-form-field .input-container {
  float: none;
  display: block;
  width: auto;
  box-sizing: border-box;
  margin: 10px 0 0;
  position: relative;
}
.responsive-form-field .input-container input:not([type="checkbox"]),
.responsive-form-field .input-container select {
  float: none;
  width: 100%;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #6d6e70;
  background-color: #fff;
  border-radius: 5px;
  outline: none;
  box-shadow: none !important;
}
.responsive-form-field .input-container input:not([type="checkbox"]):focus,
.responsive-form-field .input-container select:focus {
  background-color: #ffffff;
  border-color: #0074c8;
  box-shadow: none;
}
.responsive-form-field.error {
  border: 0;
  background-color: transparent;
}
.responsive-form-field.error input:not([type="checkbox"]),
.responsive-form-field.error select {
  border-color: red;
}
.responsive-form-field.error .error-msg {
  margin: 5px 0;
  text-align: left;
}
.responsive-form-field.form-select {
  position: relative;
}
.responsive-form-field.form-select i {
  position: absolute;
  display: none;
  top: 15px;
  right: 14px;
  font-size: 16px;
  color: #6d6e70;
}
.responsive-form-field.form-phone .pull-left {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 5px;
  font-size: 14px;
  background: #fff;
  color: #6d6e70;
}
.responsive-form-field.form-phone .input-container {
  text-align: left;
}
.responsive-form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]) {
  display: inline-block;
  width: auto !important;
  max-width: 60px;
}
.responsive-form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]):nth-child(4) {
  max-width: 70px;
}
.responsive-form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]):nth-child(5) {
  max-width: 65px;
}
.responsive-form-field.form-static {
  position: relative;
}
.responsive-form-field.form-static .pull-left {
  position: absolute;
  left: 10px;
  top: -10px;
  width: auto;
  margin: 0;
  padding: 0 5px;
  font-size: 14px;
  background-color: #fff;
  color: #6d6e70;
  line-height: 12px;
  z-index: 1;
}
.responsive-form-field.form-static .input-container {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #6d6e70;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
}
.responsive-form-field.form-static .input-container b {
  float: none;
  font-weight: normal;
}
#contactus-container .btn {
  float: left;
}
@media only screen and (min-width: 1044px) {
  #contactus-container #Required_fields {
    padding: 0 0 0 20px;
  }
}
html {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage #EmailPopup,
  .homepage2 #EmailPopup,
  .homepage #overlay,
  .homepage2 #overlay {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homepage.no-scroll,
  .homepage2.no-scroll {
    overflow: auto !important;
    position: inherit !important;
    width: auto !important;
  }
}
.ui-myron-autosuggest {
  display: table;
  width: 100%;
  height: auto;
}
.ui-myron-autosuggest .autosug-image {
  width: 60px;
}
.ui-myron-autosuggest .autosug-image,
.ui-myron-autosuggest p {
  display: table-cell;
}
.ui-myron-autosuggest img {
  padding: 0;
}
.ui-myron-autosuggest p {
  padding: 10px;
  margin: 0;
  vertical-align: middle;
}
.action-button {
  width: 330px;
  margin: 25px 0 25px 0;
  text-align: center;
}
.action-button button {
  background-color: #ffa000;
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 5px 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .action-button {
    display: block;
    width: auto;
    margin: 0;
  }
  .action-button button {
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    float: none;
    display: block;
    padding: 10px;
  }
}
.swatch-carret {
  color: black;
}
.popup-trigger {
  cursor: pointer;
}
button[disabled] {
  background-color: gray;
}
.no-margin {
  margin: 0 !important;
}
.m20 {
  margin: 0 0 0 20px;
}
body {
  color: #252525;
  font-family: "Roboto", "Helvetica Neu", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  body.lock {
    overflow: hidden;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
}
.no-decoration {
  text-decoration: none !important;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-right-10 {
  margin-right: 10px;
}
.print-button {
  margin: 0 10px 0 0;
  cursor: pointer;
}
#book {
  z-index: 0 !important;
}
.visible {
  display: block !important;
}
.button {
  background-color: #252525;
  color: #ffffff !important;
  padding: 5px 30px !important;
  text-decoration: none !important;
  border-radius: 3px;
}
.button-orange {
  background-color: #ffa000 !important;
  color: #ffffff !important;
  padding: 5px 30px !important;
  text-decoration: none !important;
  border-radius: 3px;
}
.button-black {
  background-color: #000000;
  color: #ffffff !important;
  padding: 5px 30px 6px;
  font-weight: 300;
  text-decoration: none !important;
  border-radius: 3px;
}
.link {
  text-decoration: underline;
}
.no-scroll {
  /*overflow: hidden;*/
  /*Medullus changes against user ID(23832) dated on(09/17/19)*/
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .no-scroll {
    position: fixed;
    width: 100vw;
  }
  .no-scroll .header-strip {
    position: static;
  }
}
.applied-product-promotion {
  width: auto !important;
  color: green;
  text-align: left;
  padding: 5px 0 5px 20px !important;
  background: url(../images/checkmark.png) left center no-repeat;
}
.potential-product-promotion {
  width: auto !important;
  color: red;
  text-align: left;
  padding: 5px 0 5px 20px !important;
  background: url(../images/warnings.png) left center no-repeat;
}
.cart-promotions-potential {
  width: auto !important;
  color: red;
  text-align: left;
  padding: 5px 0 5px 20px !important;
  background: url(../images/warnings.png) left center no-repeat;
}
.cart-promotions-applied {
  width: auto !important;
  color: green;
  text-align: left;
  padding: 5px 0 5px 20px !important;
  background: url(../images/checkmark.png) left center no-repeat;
}
#shippingOptionSelect {
  font-size: 0.8em;
  width: 170px;
  height: 21px;
}
.image-contained .nav-preview-image {
  bottom: 0 !important;
  right: 0 !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .image-contained .nav-preview-image {
    display: none;
  }
}
.left {
  float: left;
}
.iframe-loader {
  position: absolute;
  height: 122px;
  width: 358px;
  border: 3px solid #000000;
  border-radius: 5px;
  background: #ffffff url(../images/animated_loading.gif) center center no-repeat;
  top: 37%;
  left: 29%;
  z-index: 99999;
}
.cat-two-your-price {
  color: red;
}
.cat-two-your-price .align-right.false {
  float: right;
}
.even {
  background-color: #fcfcfc !important;
}
.text-left {
  text-align: left !important;
}
.full-width {
  width: 100%;
}
.myron-btn {
  margin: 25px 0 0 68px;
  width: 389px;
  height: 42px;
  background-color: #ffa000;
  color: #ffffff;
  border: 1px solid #252525;
  font-size: 20px;
  box-shadow: 3px 3px 3px #cccccc;
}
.container {
  max-width: 1240px !important;
  /* DISABLE RESPONSIVE BEHAVIOR IN BOOSTRAP 3 */
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .container {
    width: auto;
  }
}
.loading {
  position: absolute;
  z-index: 100;
}
.hidden {
  display: none;
}
.hard-hidden {
  display: none !important;
}
.underlined {
  text-decoration: underline !important;
}
.main {
  width: auto;
  overflow: hidden;
}
.main.no-overflow {
  overflow: visible;
}
.main .content {
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .main .content {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main .content {
    margin: 0 10px;
  }
}
.main .floated {
  width: 780px;
  overflow: hidden;
}
.main .floated .content {
  float: left;
}
a,
a:hover,
a:visited,
a:active {
  color: #252525;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
h1 {
  font-size: 36px;
  font-weight: 100;
  letter-spacing: .3px;
  line-height: 45px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ul li {
  margin-left: 0;
  padding: 0;
}
.orange-button {
  background-color: #ffa000;
  height: 40px;
  color: #ffffff !important;
  border: 1px solid #000000;
}
.black-button {
  height: 40px;
  background-color: #252525;
  color: #ffffff;
  border: 0;
  padding: 5px;
}
.drk-grey-button {
  height: 40px;
  background-color: #525964;
  color: #ffffff;
  border: 0;
  border-radius: 3px;
  padding: 5px;
}
.underlined {
  text-decoration: underline;
}
.bold-700 {
  font-weight: 700;
}
.icon-share-container {
  width: 100%;
  overflow: hidden;
  margin: -20px 0 0 0;
}
.icon-share-container > a,
.icon-share-container > div,
.icon-share-container > img {
  float: right !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .icon-share-container {
    margin: -18px 0 0 -10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-share-container {
    margin: 10px 0 0 -10px;
  }
}
.pull-right {
  /* STOLEN FROM BOOTSTRAP */
  float: right !important;
}
.pull-left {
  float: left !important;
}
/* MODIFIED BOOTSTRAP CLASS */
.modal {
  position: fixed;
  top: 41px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
}
/* MODIFIED BOOTSTRAP CLASS */
.modal-dialog {
  z-index: 1050;
  height: auto;
  padding: 10px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}
.qsn-modal {
  width: 350px;
}
.login-modal {
  width: 750px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal {
    width: -webkit-calc(100vw - 20px);
    width: calc(100vw - 20px);
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .login-modal {
    max-width: 450px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .iOSafari .login-modal {
    width: inherit;
  }
}
.login-modal-header {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #b2cbe1;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-header {
    display: none;
  }
}
.login-modal-container {
  width: 750px;
  overflow: hidden;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px solid #b2cbe1;
  padding-bottom: 1px;
}
@media only screen and (min-width: 1044px) {
  .login-modal-container .input-container input {
    border: 1px solid #e5e5e5;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container {
    width: auto;
    overflow: visible;
    border: 0;
  }
}
.login-modal-container .login-modal-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container .login-modal-heading {
    margin: 0 0 20px;
    font-size: 18px;
    background-color: #ffffff;
  }
}
.login-modal-container .login-modal-existing-customer {
  width: 320px;
  position: relative;
  float: left;
  border-right: 1px solid #b2cbe1;
  padding: 40px 20px 40px 20px;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container .login-modal-existing-customer {
    float: none;
    width: auto;
    border: 0;
    padding: 0;
    height: auto;
    margin: 0 0 25px;
    border-bottom: 2px solid #eee;
    padding-bottom: 25px;
  }
}
.login-modal-container .login-modal-existing-customer .login-email .input-container,
.login-modal-container .login-modal-existing-customer .login-password .input-container {
  width: 190px;
}
.login-modal-container .login-modal-existing-customer .login-email .input-container p,
.login-modal-container .login-modal-existing-customer .login-password .input-container p {
  margin: 0;
}
.login-modal-container .login-modal-existing-customer .login-email .input-container input,
.login-modal-container .login-modal-existing-customer .login-password .input-container input {
  width: 190px;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container .login-modal-existing-customer .login-email,
  .login-modal-container .login-modal-existing-customer .login-password {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
  }
  .login-modal-container .login-modal-existing-customer .login-email .pull-left,
  .login-modal-container .login-modal-existing-customer .login-password .pull-left {
    float: none;
    display: none;
    width: auto;
    margin: 0;
  }
  .login-modal-container .login-modal-existing-customer .login-email .input-container,
  .login-modal-container .login-modal-existing-customer .login-password .input-container {
    float: none;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 10px 0 0;
  }
  .login-modal-container .login-modal-existing-customer .login-email .input-container input,
  .login-modal-container .login-modal-existing-customer .login-password .input-container input {
    float: none;
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
  }
  .login-modal-container .login-modal-existing-customer .login-email.error,
  .login-modal-container .login-modal-existing-customer .login-password.error {
    border: 0;
    background-color: transparent;
  }
  .login-modal-container .login-modal-existing-customer .login-email.error input,
  .login-modal-container .login-modal-existing-customer .login-password.error input {
    border-color: red;
    background-color: #fcebeb;
  }
  .login-modal-container .login-modal-existing-customer .login-email.error .error-msg,
  .login-modal-container .login-modal-existing-customer .login-password.error .error-msg {
    margin: 5px 0;
  }
}
.login-modal-container .login-modal-existing-customer .forgot-password {
  float: right;
}
.login-modal-container .login-modal-existing-customer .forgot-password a {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container .login-modal-existing-customer .forgot-password {
    float: none;
    display: block;
    margin: 15px 0 0;
    font-size: 16px;
    text-align: right;
  }
  .login-modal-container .login-modal-existing-customer .forgot-password a {
    color: #0074c8;
  }
}
.login-modal-container .login-modal-existing-customer button {
  clear: both;
  float: right;
  text-align: center;
  width: 100px;
  border: 1px solid #000000;
  border-radius: 0;
  color: #ffffff;
}
.login-modal-container .login-modal-existing-customer button:hover {
  background-color: #ffa000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container .login-modal-existing-customer button {
    float: none;
    display: block;
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0 0;
  }
}
.login-modal-container .login-modal-new-customer {
  width: 280px;
  position: relative;
  float: left;
  height: 100%;
  padding: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container .login-modal-new-customer {
    float: none;
    width: auto;
    padding: 0;
    height: auto;
  }
  .login-modal-container .login-modal-new-customer .form-field {
    width: auto !important;
    padding: 0;
    margin: 0;
    display: block;
    float: none;
  }
  .login-modal-container .login-modal-new-customer .form-field.error {
    border: 0;
    background-color: transparent;
  }
  .login-modal-container .login-modal-new-customer .form-field.error input {
    border-color: red;
    background-color: #fcebeb;
  }
  .login-modal-container .login-modal-new-customer .form-field.error .error-msg {
    margin: 5px 0;
  }
  .login-modal-container .login-modal-new-customer .email-exists {
    margin: 10px 0;
    box-sizing: border-box;
    padding: 10px;
    width: auto;
    border-radius: 5px;
    font-size: 16px;
  }
  .login-modal-container .login-modal-new-customer .email-exists a {
    color: #0074c8;
  }
  .login-modal-container .login-modal-new-customer .pull-left {
    float: none;
    display: none;
    width: auto;
    margin: 0;
  }
  .login-modal-container .login-modal-new-customer .input-container {
    float: none;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 10px 0 0;
  }
  .login-modal-container .login-modal-new-customer .input-container input {
    float: none;
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
  }
}
.login-modal-container .login-modal-new-customer .new-email {
  height: 40px;
}
.login-modal-container .login-modal-new-customer .new-email input {
  width: 190px;
  float: right;
}
.login-modal-container .login-modal-new-customer button {
  clear: both;
  float: right;
  text-align: center;
  width: 100px;
  border: 1px solid #000000;
  border-radius: 0;
  color: #ffffff;
}
.login-modal-container .login-modal-new-customer button:hover {
  background-color: #ffa000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container .login-modal-new-customer button {
    float: none;
    display: block;
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0 0;
  }
}
.login-modal-container .login-modal-guest {
  float: right;
  display: block;
  margin: 15px 0 0;
  font-size: 16px;
  text-align: right;
  color: #0074c8;
}
@media only screen and (min-width: 1044px) {
  .login-modal-container .login-modal-guest {
    margin: 15px 70px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-container .login-modal-guest {
    width: 100%;
    text-align: center;
  }
}
.login-modal-container .login-modal-guest span {
  text-decoration: underline;
}
.login-modal-container .login-modal-guest span a {
  color: #0074c8;
}
.login-modal-footer {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-modal-footer {
    width: auto;
    padding: 20px 0 0 0;
    box-sizing: border-box;
  }
  .login-modal-footer img {
    border: 0;
    max-width: 100%;
  }
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  /* MOD BOOTSTRAP CLASS */
  margin-right: 0;
}
.strikeout {
  text-decoration: line-through;
}
.content-slot-full {
  width: 100%;
  height: auto;
}
.form-field {
  margin: 10px 0 0 0;
  padding: 5px 0 5px 20px;
  width: 100%;
}
.form-field span {
  width: 175px;
  margin: 0 0 0 20px;
}
.form-field input {
  width: 300px;
}
.form-field input[type=checkbox] {
  width: auto;
}
.form-field input#zip {
  width: 50px;
}
.form-field input[type=tel] {
  width: 50px !important;
  text-align: center !important;
  margin-right: 5px !important;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: 9998;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #homepage #EmailPopup {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #homepage #overlay {
    display: none !important;
  }
}
#gift-finder-modal {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -233px;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  min-height: 475px;
  background-color: #ffffff;
  z-index: 9999;
}
#gift-finder-modal .close-button {
  position: absolute;
  right: -15px;
  top: -15px;
}
#gift-finder-modal .close-button span {
  vertical-align: bottom;
  margin: 0 6px 0 0;
}
.active-icon-line {
  display: inline-block;
  vertical-align: middle;
}
.active-icon-line img {
  cursor: pointer;
}
/* The Magnificent Clearfix in the format of a LESS mixin: nicolasgallagher.com/micro-clearfix-hack/ */
/* help tooltip  */
.help-info {
  position: relative;
  cursor: help;
}
.help-info .small {
  margin: 0 !important;
}
.form-field .help-info {
  margin: 0 0 0 5px;
}
.order-totals-container .help-info {
  float: right;
  margin: 5px 5px 5px 10px;
}
.order-totals-container .help-info .help-icon {
  margin: 0 !important;
  padding: 0 !important;
}
.help-info .help-icon {
  vertical-align: middle;
}
.help-info div.tooltip,
.help-info span.tooltip {
  max-height: 0;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 220px !important;
  margin-left: -110px !important;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10003;
}
.help-info div.tooltip .tooltip-holder,
.help-info span.tooltip .tooltip-holder {
  display: block;
  padding: 7px 10px 8px;
  color: #ffffff;
  background: #ffa000;
  border-radius: 5px;
  position: relative;
  width: 200px !important;
  margin: 0 0 10px !important;
  text-align: left;
}
.help-info div.tooltip .tooltip-holder:after,
.help-info span.tooltip .tooltip-holder:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ffa000 transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.help-info:hover div.tooltip,
.help-info:hover span.tooltip {
  max-height: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.site-seals:after {
  display: block;
  clear: both;
  content: "";
}
.footer-content .site-seals {
  margin: 20px 0 0;
}
.footer-content .site-seals .seal-logo {
  float: right;
  margin: 0 0 0 15px;
}
.site-wrap {
  background-color: #ffffff;
  z-index: 1;
}
.site-wrap .responsive-tablet-mobile {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  background-size: 200%;
  box-sizing: border-box;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.site-wrap .close {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-color: #171717;
  opacity: 0.5;
  display: none;
  z-index: 9999;
}
.site-wrap .close label {
  display: block;
  height: 100vh;
  width: 100vw;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .site-wrap {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    background-size: 200%;
    box-sizing: border-box;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #floatingbar {
    display: none !important;
    box-shadow: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .yCmsContentSlot {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #popup-Container {
    width: auto !important;
    overflow: visible !important;
    max-height: none !important;
  }
  #popup-Container h1 {
    font-size: 30px;
    text-align: left !important;
    margin: 0 20px 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  select {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .content div#on_page_qsn {
    margin: 0 10px !important;
    padding: 5px;
  }
  .content div#on_page_qsn .qsn_holder {
    display: block;
    width: auto;
    margin: 0;
    padding: 5px 0;
  }
  .content div#on_page_qsn .qsn_holder input {
    font-size: 16px;
    padding: 10px;
    height: auto;
    text-overflow: ellipsis;
  }
  .content div#on_page_qsn .left {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 3px 5px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content div#on_page_qsn .qsn_holder {
    padding: 5px;
  }
  .content div#on_page_qsn .left {
    display: block;
    float: none;
    width: auto;
    padding: 0;
  }
  .content div#on_page_qsn .right {
    display: block;
    float: none;
    width: auto;
  }
  .content div#on_page_qsn .right .qsn-input {
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
  }
  .content div#on_page_qsn .right .qsn-submit {
    width: 95px;
    margin: 0;
  }
}
.responsive-img {
  max-width: 100%;
  display: none;
}
.responsive-img.show {
  display: inline;
}
@media only screen and (min-width: 1044px) {
  map.mobile,
  map.tablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  map.default,
  map.mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  map.default,
  map.tablet {
    display: none;
  }
}
.disp-img-wrapper.full-screen {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.disp-img-wrapper.full-screen img {
  width: 100%;
}
.disp-img-wrapper.overlay {
  position: relative;
  display: inline-block;
}
.disp-img-wrapper.overlay .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.disp-img-wrapper.overlay .details > div {
  position: absolute;
}
.disp-img-wrapper.overlay .details h1,
.disp-img-wrapper.overlay .details h2,
.disp-img-wrapper.overlay .details h3,
.disp-img-wrapper.overlay .details h4,
.disp-img-wrapper.overlay .details h5,
.disp-img-wrapper.overlay .details h6 {
  margin: 0;
}
.disp-img-wrapper.overlay .details .left-top {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.disp-img-wrapper.overlay .details .left-middle {
  top: 50%;
  bottom: auto;
  right: auto;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.disp-img-wrapper.overlay .details .left-bottom {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}
.disp-img-wrapper.overlay .details .right-top {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.disp-img-wrapper.overlay .details .right-middle {
  top: 50%;
  bottom: auto;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.disp-img-wrapper.overlay .details .right-bottom {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.disp-img-wrapper.overlay .details .top-middle {
  top: 0;
  bottom: auto;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.disp-img-wrapper.overlay .details .center-middle {
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.disp-img-wrapper.overlay .details .bottom-middle {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.disp-img-wrapper.overlay .details .align-right {
  text-align: right;
}
.disp-img-wrapper.overlay .details .align-center {
  text-align: center;
}
.disp-img-wrapper.overlay .details .align-left {
  text-align: left;
}
.disp-img-wrapper.overlay .details .size-25 {
  width: 25%;
}
.disp-img-wrapper.overlay .details .size-50 {
  width: 50%;
}
.disp-img-wrapper.overlay .details .size-75 {
  width: 75%;
}
.disp-img-wrapper.overlay .details .size-100 {
  width: 100%;
}
.disp-img-wrapper.overlay .details .padding-5 {
  padding: 5px;
}
.disp-img-wrapper.overlay .details .padding-10 {
  padding: 10px;
}
.disp-img-wrapper.overlay .details .padding-15 {
  padding: 15px;
}
.disp-img-wrapper.overlay .details .padding-20 {
  padding: 20px;
}
.disp-img-wrapper.overlay .details .padding-25 {
  padding: 25px;
}
.disp-img-wrapper.overlay .details .padding-30 {
  padding: 30px;
}
.disp-img-wrapper.overlay .details .padding-35 {
  padding: 35px;
}
.disp-img-wrapper.overlay .details .padding-40 {
  padding: 40px;
}
.disp-img-wrapper.overlay .details .white-font {
  color: white;
}
.disp-img-wrapper.overlay .details .blue {
  background-color: #428ecd;
}
.disp-img-wrapper.overlay .details .blue-9 {
  background-color: rgba(66, 142, 205, 0.9);
}
.disp-img-wrapper.overlay .details .blue-6 {
  background-color: rgba(66, 142, 205, 0.6);
}
.disp-img-wrapper.overlay .details .blue-3 {
  background-color: rgba(66, 142, 205, 0.3);
}
.disp-img-wrapper.overlay .details .dark-blue {
  background-color: #36508b;
}
.disp-img-wrapper.overlay .details .dark-blue-9 {
  background-color: rgba(54, 80, 139, 0.9);
}
.disp-img-wrapper.overlay .details .dark-blue-6 {
  background-color: rgba(54, 80, 139, 0.6);
}
.disp-img-wrapper.overlay .details .dark-blue-3 {
  background-color: rgba(54, 80, 139, 0.3);
}
.disp-img-wrapper.overlay .details .purple {
  background-color: #82489d;
}
.disp-img-wrapper.overlay .details .purple-9 {
  background-color: rgba(130, 72, 157, 0.9);
}
.disp-img-wrapper.overlay .details .purple-6 {
  background-color: rgba(130, 72, 157, 0.6);
}
.disp-img-wrapper.overlay .details .purple-3 {
  background-color: rgba(130, 72, 157, 0.3);
}
.disp-img-wrapper.overlay .details .orange {
  background-color: #ef853e;
}
.disp-img-wrapper.overlay .details .orange-9 {
  background-color: rgba(239, 133, 62, 0.9);
}
.disp-img-wrapper.overlay .details .orange-6 {
  background-color: rgba(239, 133, 62, 0.6);
}
.disp-img-wrapper.overlay .details .orange-3 {
  background-color: rgba(239, 133, 62, 0.3);
}
.disp-img-wrapper.overlay .details .dark-gray {
  background-color: #4d4542;
}
.disp-img-wrapper.overlay .details .dark-gray-9 {
  background-color: rgba(77, 69, 66, 0.9);
}
.disp-img-wrapper.overlay .details .dark-gray-6 {
  background-color: rgba(77, 69, 66, 0.6);
}
.disp-img-wrapper.overlay .details .dark-gray-3 {
  background-color: rgba(77, 69, 66, 0.3);
}
.disp-img-wrapper.overlay .details .black {
  background-color: #091115;
}
.disp-img-wrapper.overlay .details .black-9 {
  background-color: rgba(9, 17, 21, 0.9);
}
.disp-img-wrapper.overlay .details .black-6 {
  background-color: rgba(9, 17, 21, 0.6);
}
.disp-img-wrapper.overlay .details .black-3 {
  background-color: rgba(9, 17, 21, 0.3);
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .disp-img-wrapper .disp-img .thumb img {
    max-width: 100vw;
  }
}
.cmsimage-wraper.full-screen {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.cmsimage-wraper.full-screen img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cmsimage-wraper .cmsimage img {
    max-width: 100vw;
  }
}
.content .header-tagline-holder {
  width: 1240px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .content .header-tagline-holder {
    display: none !important;
  }
  .content .header-tagline-holder .header-tagline {
    left: 185px;
    top: 11px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .content .header-tagline-holder {
    display: block !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content .header-tagline-holder {
    width: 100% !important;
  }
  .content .header-tagline-holder .header-tagline {
    top: 60px !important;
    width: 100% !important;
    background-color: #02518a;
    margin: 0;
    padding: 10px !important;
    box-sizing: border-box;
    z-index: 1 !important;
  }
}
@media only screen and (min-width: 1044px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
@media only screen and (min-width: 1044px) {
  .tablet-only {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tablet-only {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 1044px) {
  .desktop-only-block {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .tablet-only-block {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-only-block {
    display: block;
  }
}
.m-none {
  margin: 0;
}
blockquote {
  font-family: 'Roboto', sans-serif;
  padding: 10px 20px;
  font-size: 17.5px;
  margin: 0 auto 100px;
  text-align: center;
  border: 0;
  width: 90%;
}
blockquote:before {
  margin: 0 auto 20px;
  background-position: 0 -1066px;
  display: block;
  width: 70px;
  height: 70px;
  content: " ";
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url(../images/sprite.png);
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
blockquote p {
  font-size: 27px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  blockquote p {
    font-size: 24px;
  }
}
blockquote cite {
  font-size: 16px;
  font-weight: 800;
  color: #625c62;
  font-style: normal;
  line-height: normal;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    margin: 0 auto 50px;
  }
}
.full-width-main {
  width: 100%;
}
.full-width-main .breadcrumbs {
  margin: 20px 0 10px 0;
}
.full-width-main a {
  text-decoration: underline;
}
.full-width-main a:hover {
  text-decoration: none;
}
.all-products-header {
  float: left;
  width: 100%;
  height: 40px;
  background-color: #525964;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  line-height: 40px;
}
.all-products-header .title {
  padding-left: 20px;
}
.all-products-container {
  float: left;
  width: inherit;
}
.all-products-container ul.category {
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  width: 220px;
  padding: 10px;
}
.all-products-container ul.category li {
  font-weight: 300;
  text-transform: none;
}
.all-products-container ul.category li a {
  text-decoration: none;
}
.all-products-container ul.category li a:hover {
  text-decoration: underline;
}
.all-products-container ul.category li:first-child {
  padding-top: 10px;
}
.no-results {
  margin: -20px 0 20px -25px;
}
.no-results-grief {
  margin: 30px 0 20px 0;
}
.no-results-search .no-results-search-box {
  float: left;
  width: 310px;
  height: 25px;
  border: 2px solid #ffaa00;
  text-indent: 95px;
}
.no-results-search .no-results-search-btn {
  float: left;
  padding: 0 8px;
  border: 0;
  height: 31px;
  background-color: #ffaa00;
  color: #ffffff;
}
.no-results-help {
  float: left;
  margin: -35px 0 0 200px;
}
.no-results-help .help-header {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
.no-results-help ul > li {
  line-height: 24px;
}
.no-results-help .uline {
  font-weight: 700;
}
ul.suggestions {
  clear: both;
  margin: -35px 0 20px 0;
  float: left;
  list-style: square;
}
/* BREADCRUMBS */
.breadcrumbs {
  line-height: 17px;
  height: 17px;
  font-size: 12px;
  padding: 10px;
}
.breadcrumbs a:hover {
  border-bottom: 1px solid #7c8797;
  padding-bottom: 2px;
}
.breadcrumbs img {
  vertical-align: middle;
}
.breadcrumbs .greater-than {
  margin: 0 5px 0 5px;
  vertical-align: middle;
}
.breadcrumbs .active-breadcrumb {
  border-bottom: 1px solid #7c8797;
  padding-bottom: 2px;
}
.breadcrumbs .breadcrumbs {
  padding: 0 10px;
  margin: 8px 0 0 0;
  /* Medullus changes against task ID(22192) dated on(08/09/19) */
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .breadcrumbs {
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
    overflow: hidden;
  }
  .breadcrumbs .breadcrumbs {
    padding: 0;
    margin: 0;
  }
}
.carousel-wrapper.full-screen .carousel {
  position: absolute;
  width: 100%;
  left: 0;
}
.carousel-wrapper.full-screen .carousel .carousel-inner .item img {
  width: 100vw;
}
.four-product-container {
  float: left;
  width: 30000px;
  position: relative;
}
.four-product-container .product-container {
  float: left;
  width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .four-product-container .product-container {
    width: auto;
    margin: 0;
  }
}
.four-product-container .product-container .color-swatches {
  margin: 7px 10px 0 10px;
}
.four-product-container .product-container .compare-checkbox {
  float: left;
  width: 100%;
  margin: 10px 0 0 5px;
}
.four-product-container .product-container .product-name {
  float: left;
  min-height: 62px;
  color: #000000;
}
.four-product-container .product-container .product-name img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.four-product-container .product-container .product-info {
  color: #000000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .four-product-container {
    float: none;
    width: auto;
    max-width: 100vw;
  }
  .four-product-container .product-container {
    float: none;
    white-space: nowrap;
  }
  .four-product-container .product-container .color-swatches {
    float: none;
  }
  .four-product-container .product-container .color-swatches img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  .four-product-container .product-container .product-name {
    float: none;
  }
}
.carousel-right-arrow {
  cursor: pointer;
  width: 16px;
  height: 60px;
  background: url(../images/carousel-right-arrow-inactive.png) 50% 0 no-repeat;
}
.carousel-right-arrow.active {
  background: url(../images/carousel-right-arrow.png) 50% 0 no-repeat;
}
.carousel-left-arrow {
  cursor: pointer;
  width: 17px;
  height: 60px;
  background: url(../images/carousel-left-arrow-inactive.png) 50% 0 no-repeat;
}
.carousel-left-arrow.active {
  background: url(../images/carousel-left-arrow.png) 50% 0 no-repeat;
}
/* Category Carousel */
.category-carousel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.category-carousel .carousel {
  position: relative;
}
.category-carousel .carousel .shadowlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 10;
}
.category-carousel .carousel-inner {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 20px 0 0 20px;
  overflow: hidden;
}
.category-carousel .carousel-inner .product-item {
  width: 188px;
  margin: 10px 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .category-carousel {
    padding: 0;
    margin: 20px 10px;
    box-sizing: border-box;
  }
  .category-carousel .carousel-inner {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
    margin: 0;
  }
  .category-carousel .carousel-inner .product-item {
    width: 197px;
    height: 480px;
    white-space: normal;
    margin: 10px 10px 0 0;
  }
}
.category-carousel .no-margin {
  margin: 0;
}
.category-carousel .carousel-right-arrow {
  position: absolute;
  top: 167px;
  right: 0;
  z-index: 100;
}
.category-carousel .carousel-left-arrow {
  position: absolute;
  top: 167px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .category-carousel .carousel-left-arrow,
  .category-carousel .carousel-right-arrow {
    display: none;
  }
}
.category-carousel .carousel-left-arrow {
  top: 40%;
}
.category-carousel .carousel-right-arrow {
  top: 40%;
}
.category-carousel .category-carousel-item {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 1044px) {
  .category-carousel .category-carousel-item {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .category-carousel .category-carousel-item {
    float: left;
    width: 33%;
    display: inline;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .category-carousel .category-carousel-item {
    margin: 0px auto;
    width: 100%;
    display: inline;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .category-carousel .category-carousel-item {
    float: left;
    width: 50%;
  }
}
.category-carousel .category-carousel-item .product-categories-carousel-item {
  position: relative;
  margin: 0 10px 0 10px;
  background-color: #ffffff;
  text-align: center;
  z-index: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .category-carousel .category-carousel-item .product-categories-carousel-item {
    margin: 0px;
  }
}
.category-carousel .category-carousel-item .product-categories-carousel-item .product-categories-carousel-item-button {
  position: relative;
  vertical-align: middle;
  height: 50px;
  font-weight: 400;
  letter-spacing: .4;
  line-height: 16px;
  text-align: center;
  margin-top: 0px;
  background: #ffffff;
  z-index: 2;
}
@media only screen and (min-width: 1044px) {
  .category-carousel .category-carousel-item .product-categories-carousel-item .product-categories-carousel-item-button {
    width: 100%;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .category-carousel .category-carousel-item .product-categories-carousel-item .product-categories-carousel-item-button {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .category-carousel .category-carousel-item .product-categories-carousel-item .product-categories-carousel-item-button {
    font-size: 20px;
    margin: 0px 10px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .category-carousel .category-carousel-item .product-categories-carousel-item .product-categories-carousel-item-button {
    height: 60px;
  }
}
.category-carousel .category-carousel-item .product-categories-carousel-item .product-categories-carousel-item-button:hover {
  cursor: pointer;
  font-weight: 700;
  border: none;
}
.category-carousel .category-carousel-item .sub-category-list {
  overflow: auto;
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background: #e6f1f7;
  top: 100%;
  opacity: .70;
  filter: alpha(opacity=70);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .category-carousel .category-carousel-item .sub-category-list {
    padding: 0 20px;
    padding-top: 10px;
    height: 100%;
    left: 10px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .category-carousel .category-carousel-item .sub-category-list {
    height: 100%;
  }
}
.category-carousel .category-carousel-item .sub-category-list li {
  text-align: left;
  padding: 8px 0 0 5px;
}
@media only screen and (min-width: 1044px) {
  .category-carousel .category-carousel-item .sub-category-list li {
    font-size: 13px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .category-carousel .category-carousel-item .sub-category-list li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .category-carousel .category-carousel-item .sub-category-list li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .category-carousel .category-carousel-item .sub-category-list li {
    font-size: 16px;
  }
}
.category-carousel .category-carousel-item .sub-category-list li a {
  color: #000000;
  font-style: bold;
}
.category-carousel .category-carousel-item .sub-category-list li a:hover {
  text-decoration: underline;
}
/* PRODUCT CAROUSELS */
.product-carousel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.product-carousel .carousel {
  position: relative;
}
.product-carousel .carousel .shadowlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 10;
}
.product-carousel .carousel-inner {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 20px 0 0 20px;
  overflow: hidden;
}
.product-carousel .carousel-inner .product-item {
  width: 188px;
  margin: 10px 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-carousel {
    padding: 0;
    margin: 20px 10px;
    box-sizing: border-box;
  }
  .product-carousel .carousel-inner {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
    margin: 0;
  }
  .product-carousel .carousel-inner .product-item {
    width: 197px;
    height: 480px;
    white-space: normal;
    margin: 10px 10px 0 0;
  }
}
.product-carousel .no-margin {
  margin: 0;
}
.product-carousel .carousel-right-arrow {
  position: absolute;
  top: 167px;
  right: 0;
  z-index: 100;
}
.product-carousel .carousel-left-arrow {
  position: absolute;
  top: 167px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-carousel .carousel-left-arrow,
  .product-carousel .carousel-right-arrow {
    display: none;
  }
}
/* HOME CAROUSEL */
.home-carousel {
  width: 100%;
  height: 340px;
  margin: 2px 0 -10px 2px;
  border-bottom: 1px solid #7c8797;
}
.carousel-indicators {
  /* MOD BOOTSTRAP CLASS */
  width: auto;
  bottom: 5px;
  right: 20px;
  background-color: #252525;
  border: 1px solid #ffffff;
  padding: 4px 20px 0 20px;
  border-radius: 8px;
  opacity: 0.8;
}
/* PRODUCT CATEGORIES CAROUSEL (HOME PAGE) */
.product-categories-image {
  margin-bottom: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-categories-image {
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-categories-image {
    min-height: 210px;
  }
}
@media only screen and (min-width: 1044px) {
  .product-categories-image img {
    width: 90%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-categories-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-categories-image img {
    width: 100%;
  }
}
.active-category-button {
  background-color: black;
}
.product-item {
  position: relative;
  float: left;
  width: 156px;
  height: 420px;
  margin-left: 20px;
  background-color: #fafbff;
  border: 1px solid #e3e4e8;
}
.product-item .play-video-link {
  position: relative;
  cursor: pointer;
}
.product-item .play-video-link img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-item .cat-two-strikeout-price {
  color: #525964;
  font-style: italic;
  width: 100%;
  margin: 0 0 3px 0;
}
.product-item .cat-two-strikeout-price span {
  text-decoration: line-through;
}
.product-item.smal {
  height: 360px;
  line-height: 14px;
}
.product-item.smal .product-name {
  height: 30px;
  padding: 0 10px;
}
.product-item.smal .product-info {
  margin: 5px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-item {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.product-item > div,
.title-compressed {
  overflow: hidden;
  font-size: 12px;
  margin: 5px 10px;
  line-height: 14px;
  width: 138px;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-item > div,
  .title-compressed {
    font-size: 16px;
    line-height: 16px;
    width: auto;
    display: block;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-item > div,
  .title-compressed {
    font-size: 14px;
  }
}
.product-item > div.product-image {
  margin-left: 0;
  padding-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-item > div.product-image {
    margin: 0 0 15px 0;
  }
}
.product-item .color-swatches {
  position: relative;
  z-index: 5;
}
.product-item .product-rating {
  margin: 10px 0px;
}
.product-item .compare-checkbox {
  cursor: pointer;
  float: left;
  margin: 15px 10px 10px 10px;
  position: relative;
  width: 100%;
  z-index: 5;
}
.product-item .compare-checkbox input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.product-item .compare-checkbox span {
  display: inline-block;
  padding: 6px 16px 6px 4px;
}
.product-item .compare-checkbox span.hidden {
  display: none;
}
.product-item .compare-checkbox .compareLink {
  padding: 5px 15px;
  border: 1px solid #000000;
  height: 16px;
  display: inline-block;
  margin: 0;
}
.product-item .compare-checkbox .compareLink.hidden {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-item .compare-checkbox .compareLink {
    font-size: 16px;
    padding: 5px;
    border: 0;
    border-radius: 3px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-item .compare-checkbox {
    float: none;
    margin: 10px;
    box-sizing: border-box;
  }
  .product-item .compare-checkbox span {
    vertical-align: middle;
  }
}
.product-item .product-name {
  min-height: 62px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-item .product-name {
    line-height: 22px;
  }
}
.product-image {
  border-bottom: 1px solid #e3e4e8;
}
.color-swatches ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.color-swatches ul li {
  float: left;
  padding: 4px 5px 0 0;
}
.compare-checkbox {
  margin-left: 10px;
}
.product-name {
  font-weight: 700;
}
.product-info {
  /* THIS DOCKS PRODUCT CONTENT FROM VIDEO -> YOUR PRICE AT THE BOTTOM OF CONTAINER */
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 0;
}
.product-info > div {
  padding-top: 4px;
}
.strikeout-price {
  text-decoration: line-through;
  color: #525964;
  font-style: italic;
}
.your-price {
  font-weight: 700;
  padding-bottom: 6px;
}
/* NAVIGATION */
.menu-bar-flex {
  clear: both;
  position: relative;
  z-index: 999;
  /* ie8 fix */
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .menu-bar-flex {
    display: none;
  }
}
.menu-bar-flex .last-child {
  border-right: 1px solid #7c8797;
}
.menu-bar-flex a {
  font-weight: normal;
}
.menu-bar-flex > ul {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 11px;
  height: 36px;
}
.menu-bar-flex > ul > li {
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 0 10px 0;
  border-left: 1px solid #666b76;
  border-right: 1px solid #ffffff;
  background-color: #525964;
  font-weight: 600;
  height: 15px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #666b76;
}
.menu-bar-flex > ul > li.two-lines {
  padding: 3px 0 17px 0;
}
.menu-bar-flex > ul > li.two-lines:hover {
  padding-bottom: 16px;
}
.menu-bar-flex > ul > li .title {
  overflow: hidden;
}
.menu-bar-flex > ul > li .title i {
  display: none;
}
.menu-bar-flex > ul > li:hover {
  background-color: #ffffff;
  border-bottom: 1px solid #666b76;
  border-left: 1px solid #ffffff;
  padding-bottom: 9px;
}
.menu-bar-flex > ul > li:hover a {
  color: #000000;
}
.menu-bar-flex > ul > li:hover .menu-dropdown {
  display: block;
}
.menu-bar-flex > ul > li:first-child {
  padding: 10px;
  min-width: 157px;
  border-left: 1px solid #7c8797;
  color: #ffffff;
  background: #252525;
}
.menu-bar-flex > ul > li:first-child:hover {
  border-bottom: 0;
}
.menu-bar-flex > ul > li:first-child:hover a {
  color: #ffffff;
}
.menu-bar-flex > ul > li:last-child {
  border-right: 1px solid #7c8797;
}
.menu-bar-flex > ul > li .menu-dropdown {
  position: absolute;
  padding: 20px 10px;
  cursor: auto;
  top: 35px;
  left: -2px;
  display: none;
  z-index: 100;
  width: 514px;
  height: 366px;
  border: solid #808b9b;
  border-width: 0 1px 1px;
  background: #ffffff;
  text-align: left;
  box-shadow: 15px 15px 20px 0 rgba(25, 25, 25, 0.7);
}
.menu-bar-flex > ul > li .menu-dropdown.right-align {
  left: auto;
  right: -1px;
}
.menu-bar-flex > ul > li .menu-dropdown.four-column-nav {
  width: -webkit-calc(100% - 219px);
  width: calc(100% - 219px);
  max-width: 1021px;
  box-shadow: 10px 10px 25px -12px rgba(25, 25, 25, 0.7);
  box-sizing: border-box;
  left: auto;
  right: 0;
}
.menu-bar-flex > ul > li .menu-dropdown.four-column-nav .nav-preview-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.menu-bar-flex > ul > li .menu-dropdown.four-column-nav .nav-preview-image > img {
  min-width: 100%;
  min-height: 100%;
}
.menu-bar-flex > ul > li .menu-dropdown.four-column-nav .links-block {
  width: 24.5% !important;
  box-sizing: border-box;
}
.menu-bar-flex > ul > li .menu-dropdown .links-block {
  float: left;
  width: 150px;
  padding: 0 0 20px 8px;
  position: relative;
  z-index: 2;
}
.menu-bar-flex > ul > li .menu-dropdown .nav-preview-image {
  cursor: pointer;
  position: absolute;
  bottom: -36px;
  right: -33px;
}
.menu-bar-flex.four-column-menu {
  box-sizing: border-box;
}
.menu-bar-flex.four-column-menu ul,
.menu-bar-flex.four-column-menu li {
  position: static;
}
.shop-by-product-dropdown {
  display: none;
}
#active-nav-item {
  background-color: #ffffff;
  color: #252525;
  /*	font-weight: 500; */
  border-top: 1px solid #7c8797;
  line-height: 19px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .no-results-container .noSearchHeader {
    padding: 0;
    height: auto;
    margin-left: 10px;
    width: -webkit-calc(100% - 271px);
    width: calc(100% - 271px);
    height: 200px;
  }
  .no-results-container .noSearchHeader img {
    width: auto;
    height: 200px;
    margin: 0;
  }
  .no-results-container .noSearchHeader .noSearchTxt {
    display: inline;
    float: none;
    padding: 10px;
  }
  .no-results-container .noSearchHeader .noSearchH2 {
    margin: 0 0 25px !important;
  }
  .no-results-container .needHelp {
    padding: 10px;
    width: 240px;
    min-height: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .no-results-container .noSearchHeader {
    display: block;
    padding: 0;
    height: auto;
    margin: 0 10px;
    width: auto;
    float: none;
    text-align: center;
  }
  .no-results-container .noSearchHeader img {
    width: auto;
    height: 200px;
    margin: 10px 0 0;
    float: none;
  }
  .no-results-container .noSearchHeader .noSearchTxt {
    display: block;
    float: none;
    padding: 10px;
    text-align: center;
    margin: 0;
    width: auto;
  }
  .no-results-container .noSearchHeader .noSearchH2 {
    margin: 0 0 25px !important;
  }
  .no-results-container .needHelp {
    display: block;
    padding: 10px;
    width: auto;
    min-height: 0;
    height: auto;
    float: none;
    margin: 10px;
    box-sizing: border-box;
  }
  .no-results-container .needHelp h3 {
    text-align: left;
  }
  .no-results-container .needHelp ol {
    padding-left: 16px;
    margin: 0;
  }
}
.myron-sample-container {
  width: 750px;
  overflow: hidden;
  padding: 20px;
  background-color: #ffffff;
}
.myron-sample-container p {
  margin: 5px 0 !important;
  padding: 0 !important;
}
.myron-sample-container img {
  float: none !important;
}
.myron-sample-container .myron-sample-greeting {
  color: gray;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.myron-sample-container .myron-sample-title {
  color: gray;
  font-weight: bold;
  position: relative;
}
.myron-sample-container .shipping-address-summary {
  overflow: hidden;
  text-align: center;
}
.myron-sample-container .shipping-address-summary .col {
  display: inline-block;
  margin: 0 5px;
  text-align: left;
  vertical-align: top;
}
.myron-sample-container .myron-sample-description {
  color: gray;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.myron-sample-container .myron-sample-shipping-address-label {
  color: gray;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.myron-sample-container .myron-sample-shipping-segment-one {
  color: gray;
  font-weight: bold;
  font-size: 14px;
  margin: 5px;
  position: relative;
}
.myron-sample-container .myron-sample-shipping-segment {
  color: gray;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.myron-sample-container .btn-container {
  overflow: hidden;
  text-align: center;
}
.myron-sample-container .btn-container .myron-sample-btn {
  position: relative;
  padding: 6px 12px !important;
  font-size: 14px;
  background-color: #ffa000;
  color: #ffffff;
  border: 1px solid #000000;
  float: left;
  margin: 5px;
}
.myron-sample-container .btn-container .myron-sample-btn.secondary {
  background-color: #000000;
}
.myron-sample-container .myron-sample-terms {
  color: gray;
  font-size: 10px;
  font-weight: bold;
  position: relative;
}
.myron-sample-container .myron-sample-success {
  color: #ffa000;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  display: none;
}
.myron-sample-container .myron-sample-failed {
  color: red;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .myron-sample-container {
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    padding: 10px;
    box-sizing: border-box;
  }
}
@media print {
  /* All Myron print-specific styles go here */
  .top-nav,
  .cart,
  .search-prefilter,
  .header-bottom,
  .menu-bar-flex,
  .footer-bar,
  .footer-background,
  .back-to-top,
  .confirmation-right-pane,
  .back-to-top img {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  .compare-remove-top,
  .compare-youtube,
  .compare-add-cart-top,
  .compare-add-cart-bottom,
  .compare-remove-bottom,
  .my-account-menu {
    display: none;
  }
  .cart-main {
    width: 100%;
  }
  .lightbox-print .my-account-main .historyOrder {
    display: none;
  }
  .lightbox-print .my-account-main .historyOrder.active {
    display: block;
  }
  .lightbox-print .my-account-main .historyOrder.active > td {
    display: none;
  }
  .lightbox-print .my-account-main .historyOrder.active > td:first-child {
    display: block;
  }
  .lightbox-print .my-account-main .item_container > p {
    display: none;
  }
  .lightbox-print .my-account-main .breadcrumbs,
  .lightbox-print .my-account-main .my-account-header,
  .lightbox-print .my-account-main .title_holder,
  .lightbox-print .my-account-main #order_history > thead,
  .lightbox-print .my-account-main .buttonPrint,
  .lightbox-print .my-account-main .trigger-open {
    display: none;
  }
  .lightbox-print .my-account-main .product-modal {
    position: static;
    width: 90%;
    margin: 0 auto !important;
  }
  .lightbox-print .my-account-main .product-modal .close-button {
    display: none;
  }
  .lightbox-print .my-account-main .product-modal .content {
    width: auto;
  }
  .lightbox-print .my-account-main #order_history .orderDetails {
    width: auto;
  }
  .lightbox-print .my-account-main #order_history .orderDetails .summary table {
    border: 1px solid #e3e4e8;
    width: 95%;
  }
  .lightbox-print .my-account-main .subtotalElement .col2 {
    width: 10%;
  }
}
#sendToFriendOverlay .trigger-open {
  background: url(/_ui/desktop/theme-myron/images/email-icon.png) no-repeat 50% 50%;
  display: block;
  height: 18px;
  width: 24px;
  text-indent: -10000px;
  margin-right: 10px;
}
#sendToFriendOverlay .error-empty,
#sendToFriendOverlay .error-invalid-email {
  display: none;
  color: red;
}
#sendToFriendOverlay .button-container button,
#sendToFriendOverlay .button-container label {
  float: right;
  display: inline-block;
}
#sendToFriendOverlay .sendToAFriendSuccessMessage,
#sendToFriendOverlay .sendToAFriendErrorMessage {
  display: none;
}
#sendToFriendOverlay .sendToAFriendContainer {
  width: 400px;
  padding: 20px;
  font-size: 14px;
}
#sendToFriendOverlay .sendToAFriendContainer .form-element {
  padding-bottom: 10px;
  font-weight: bold;
}
#sendToFriendOverlay .sendToAFriendContainer input[type="text"] {
  height: 28px;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
}
#sendToFriendOverlay .sendToAFriendContainer textarea {
  width: 100%;
  height: 120px;
  font-weight: normal;
}
#sendToFriendOverlay .sendToAFriendContainer .button-container {
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}
#sendToFriendOverlay .sendToAFriendContainer .button-container label {
  float: left;
  line-height: 30px;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #sendToFriendOverlay .sendToAFriendContainer .button-container label,
  #sendToFriendOverlay .sendToAFriendContainer .button-container button {
    float: none;
    display: block;
  }
  #sendToFriendOverlay .sendToAFriendContainer .button-container button {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #sendToFriendOverlay .sendToAFriendContainer {
    box-sizing: border-box;
  }
  #sendToFriendOverlay .sendToAFriendContainer textarea {
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #sendToFriendOverlay .sendToAFriendContainer {
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #sendToFriendOverlay .iOSafari .sendToAFriendContainer {
    width: inherit;
  }
}
.product-carousel .carousel-inner .product-item {
  border: 1px solid #e3e4e8;
}
.product-info > div {
  padding-top: 4px;
}
.product-info > div.strikeout-price-container {
  display: inline-block;
}
/**
 * Top Nav
 */
.menu-bar-flex > ul {
  font-size: 13px;
}
/**
 * Left Nav
 */
@media only screen and (min-width: 1044px) {
  .sidebar .sidebar-container > ul > li.sidebar-menu-item .title > a {
    font-size: 14px;
    padding: 7px 8px !important;
  }
}
.shop-by-product-home a {
  font-size: 14px !important;
}
.shop-by-product-home.icon {
  background: url(../images/3Line_Icon.png) no-repeat scroll 5px 8px #252525 !important;
}
.shop-by-product-home.icon a {
  padding: 0 !important;
}
.shop-by-product-home.two-lines {
  padding: 3px 10px 17px 10px !important;
  background: url(../images/3Line_Icon.png) no-repeat scroll 10px 8px #252525 !important;
}
.menu-bar-flex > ul > li {
  font-size: 14px !important;
  line-height: 15px;
}
/**
 * Flyout
 */
.sidebar a,
.menu-bar-flex a {
  text-decoration: none;
}
@media only screen and (min-width: 1044px) {
  .sidebar .menu-dropdown,
  .menu-bar-flex .menu-dropdown {
    box-shadow: 15px 15px 20px 0 rgba(10, 10, 10, 0.8);
  }
  .sidebar .menu-dropdown .links-block li,
  .menu-bar-flex .menu-dropdown .links-block li {
    font-size: 16px;
    line-height: 15px;
    text-transform: none;
  }
  .sidebar .menu-dropdown .links-block li a,
  .menu-bar-flex .menu-dropdown .links-block li a {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 7px;
    display: block;
  }
  .sidebar .menu-dropdown .links-block li a:hover,
  .menu-bar-flex .menu-dropdown .links-block li a:hover {
    color: #ffaa00;
    font-weight: bold;
  }
  .sidebar .menu-dropdown .links-block li.submenu-back,
  .menu-bar-flex .menu-dropdown .links-block li.submenu-back,
  .sidebar .menu-dropdown .links-block li.submenu-cat1,
  .menu-bar-flex .menu-dropdown .links-block li.submenu-cat1 {
    display: none;
  }
}
@media only screen and (min-width: 1044px) {
  .nav-submenu-title .line {
    border-top: 1px solid #cccccc;
    padding-top: 5px;
    margin: 5px 0;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .nav-submenu-title .line {
    display: none;
  }
}
.line.w170 {
  width: 170px !important;
}
.line.w250 {
  width: 247px !important;
}
.line.w510 {
  width: 505px !important;
}
/**
 * Homepage Carousel
 */
.carousel-indicators {
  bottom: 20px;
  margin-right: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  right: auto;
}
/**
 * Registration Form
 */
.my-account-main .registration {
  border-top: none;
  text-align: center;
  margin-top: 0;
}
.my-account-main .my-account-container.registration,
.my-account-main .my-account-container.registration2,
.requestPasswordReset {
  width: 100%;
  background-color: transparent;
  padding: 0 0 40px 0;
}
.my-account-main .my-account-container.registration .breadcrumbs,
.my-account-main .my-account-container.registration2 .breadcrumbs,
.requestPasswordReset .breadcrumbs {
  margin: 0;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration,
  .my-account-main .my-account-container.registration2,
  .requestPasswordReset {
    padding: 0;
    width: 100%;
  }
}
.requestPasswordResetform,
.information_message {
  width: 700px;
  margin: 0 auto;
  padding: 10px 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.requestPasswordResetform .title,
.information_message .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.requestPasswordResetform .form_field-elements,
.information_message .form_field-elements {
  clear: both;
}
.requestPasswordResetform .form-field-button,
.information_message .form-field-button {
  clear: both;
  float: right;
  margin: 10px 0 0 0;
}
.requestPasswordResetform .input-container,
.information_message .input-container {
  float: left;
  width: 312px;
}
.requestPasswordResetform .form-field,
.information_message .form-field {
  margin: 3px 0 0;
  padding: 10px 0 0;
}
.requestPasswordResetform .form-field input,
.information_message .form-field input {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  background-color: #fcfcfc;
  box-shadow: inset 0 0 5px rgba(100, 100, 100, 0.35);
}
.requestPasswordResetform .form-field:focus,
.information_message .form-field:focus {
  background-color: #ffffff;
  border: 1px solid #67d9fc;
  box-shadow: inset 0 0 7px rgba(122, 224, 255, 0.7);
}
.requestPasswordResetform .form-field select,
.information_message .form-field select {
  float: left;
}
.requestPasswordResetform .form-field span,
.information_message .form-field span {
  margin-left: 0;
  text-align: right;
  padding: 5px 20px 0 0;
}
.requestPasswordResetform .form-field span .mandatory,
.information_message .form-field span .mandatory,
.requestPasswordResetform .form-field span .plabel,
.information_message .form-field span .plabel {
  display: inline-block;
}
.requestPasswordResetform .registration,
.information_message .registration {
  background-color: #ffffff;
  text-align: left;
  font-weight: 300;
  color: #252525;
}
.requestPasswordResetform p,
.information_message p {
  text-align: right;
  float: right;
  font-size: 13px;
}
.requestPasswordResetform .checkboxes-and-button,
.information_message .checkboxes-and-button {
  clear: both;
  height: 67px;
  padding: 30px;
}
.requestPasswordResetform .checkboxes-and-button .continue-button,
.information_message .checkboxes-and-button .continue-button {
  float: right;
  margin-right: 10px;
}
.requestPasswordResetform .checkboxes-and-button .checkboxes,
.information_message .checkboxes-and-button .checkboxes {
  float: left;
}
.information_message,
.requestPasswordResetform {
  width: 55%;
  margin-bottom: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .information_message,
  .requestPasswordResetform {
    width: auto;
    margin: 0;
  }
  .information_message .my-account-header p,
  .requestPasswordResetform .my-account-header p {
    text-align: start;
    font-size: 15px;
    float: none;
    width: auto;
    display: block;
    margin: 10px 0;
  }
  .information_message button,
  .requestPasswordResetform button {
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0 0;
  }
}
.information_message .pull-left,
.requestPasswordResetform .pull-left {
  width: 22%;
  padding-right: 3%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .information_message .form-field,
  .requestPasswordResetform .form-field {
    margin-top: 10px;
    padding-top: 4px;
  }
}
.information_message .input-container,
.requestPasswordResetform .input-container {
  width: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .information_message .input-container,
  .requestPasswordResetform .input-container {
    float: none;
    width: 100%;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .information_message .input-container,
  .requestPasswordResetform .input-container {
    width: 100%;
    margin-top: 0px;
  }
}
.information_message .input-container input,
.requestPasswordResetform .input-container input {
  width: 55%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .information_message .form-field-button,
  .requestPasswordResetform .form-field-button {
    float: none;
    display: block;
    width: auto;
    padding: 10px 0 0;
  }
  .information_message .form-field-button button,
  .requestPasswordResetform .form-field-button button {
    width: 100%;
    margin: 0;
    font-size: 16px;
    padding: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .information_message {
    margin-bottom: 20px;
  }
  .information_message p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .information_message p img {
    float: none;
    width: 50% !important;
  }
  .information_message p span {
    text-align: left;
    margin-top: 10px;
    width: 100% !important;
  }
}
.my-account-main .my-account-container.registration2 {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 {
    width: auto !important;
    display: block !important;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 {
  float: none;
  width: 600px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 {
    width: auto;
    overflow: visible;
    display: block;
    padding: 0 10px;
  }
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .industry,
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .corporate-colors,
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .products,
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .usage,
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .slogan,
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .website {
    width: auto;
    float: none;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 {
    max-width: 450px;
    margin: 0 auto;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .promotional-products {
  width: 402px;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .promotional-products .promo-input {
  position: relative;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .promotional-products .promo-input label {
  margin: 0 0 0 20px;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .promotional-products {
    display: block;
    width: auto;
    margin: 0 0 10px;
  }
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .promotional-products .promo-input {
    width: auto;
    display: block;
    float: none;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .input-container {
  float: left;
  width: 312px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .input-container {
    display: block;
    width: auto;
    float: none;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field {
  margin: 3px 0 0;
  padding: 10px 0 0;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field input:not([type="checkbox"]) {
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  background-color: #fcfcfc;
  box-shadow: inset 0 0 5px rgba(100, 100, 100, 0.35);
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field input[type="checkbox"] {
  top: 14px;
  position: absolute;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field input:focus {
  background-color: #ffffff;
  border: 1px solid #67d9fc;
  box-shadow: inset 0 0 7px rgba(122, 224, 255, 0.7);
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field span {
  width: 210px;
  text-align: right;
  padding-right: 20px;
  margin-left: 0;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field span .mandatory {
  display: inline;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field span .plabel {
  display: inline-block;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field span .plabel {
    top: 9px;
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field span .mandatory {
    right: 22px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field span {
    width: auto;
    float: none !important;
    padding: 0;
    text-align: left;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field select {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field select {
    float: none;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field.form-select {
  position: relative;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field.form-select i {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field.products {
    margin: 0;
  }
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field.products .plabel {
    position: relative;
    top: 0;
    left: 0;
    line-height: normal;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field.corporate-colors .plabel,
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field.usage .plabel {
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field.slogan input,
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field.website input {
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field .color-swatches ul {
  overflow: hidden;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field .color-swatches ul li {
  cursor: pointer;
  padding: 4px 5px 2px 0;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field .color-swatches ul li span {
  width: 130px;
  padding: 0;
  border: 2px solid #e5c78a;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field .color-swatches ul li span.selected {
  border: 2px solid #000000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field .color-swatches {
    float: none;
    display: block;
    width: auto;
    padding: 10px 0 0 0;
  }
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field .color-swatches ul {
    overflow: visible;
  }
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field .color-swatches ul li {
    float: none;
    display: inline-block;
  }
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field .color-swatches ul li span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .form-field {
    padding: 10px 0;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .registration {
  background-color: #ffffff;
  text-align: left;
  font-weight: 300;
  color: #252525;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 p {
  text-align: right;
  float: right;
  font-size: 13px;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .checkboxes-and-button {
  clear: both;
  margin: 0;
  height: 67px;
  padding: 0 0 30px 0;
  width: 95%;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .checkboxes-and-button .save-and-cancel-buttons {
  width: auto;
  float: right;
  margin-right: 10px;
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .checkboxes-and-button .save-and-cancel-buttons button {
  background-color: #ffaa00;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .checkboxes-and-button .save-and-cancel-buttons {
    float: none;
    margin: 0;
  }
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .checkboxes-and-button .save-and-cancel-buttons button {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container.registration2 .address-form.registration-form2 .checkboxes-and-button {
    float: none;
    display: block;
    width: auto;
  }
}
.my-account-main .my-account-container.registration2 .address-form.registration-form2 .checkboxes-and-button .checkboxes {
  float: left;
}
.checkout-form.registration-form {
  width: 50%;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.checkout-form.registration-form .input-container {
  float: left;
  width: 312px;
}
.checkout-form.registration-form .input-container b {
  float: left;
}
.checkout-form.registration-form .input-container.multy-phone-field {
  width: 255px;
}
.checkout-form.registration-form .form-field {
  margin: 3px 0 0;
  padding: 10px 0 0;
}
.checkout-form.registration-form .form-field input:not([type="checkbox"]) {
  padding: 2px 5px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #aaaaaa;
  background-color: #fcfcfc;
  box-shadow: inset 0 0 5px rgba(100, 100, 100, 0.35);
  box-sizing: border-box;
}
.checkout-form.registration-form .form-field input:not([type="checkbox"]):focus {
  background-color: #ffffff;
  border: 1px solid #67d9fc;
  box-shadow: inset 0 0 7px rgba(122, 224, 255, 0.7);
}
.checkout-form.registration-form .form-field input[type="checkbox"] {
  width: 20px;
}
.checkout-form.registration-form .form-field span {
  width: 210px;
  text-align: right;
  padding-right: 20px;
  margin-left: 0;
}
.checkout-form.registration-form .form-field span .mandatory,
.checkout-form.registration-form .form-field span .plabel {
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-form.registration-form .form-field span .mandatory {
    right: 22px !important;
  }
}
.checkout-form.registration-form .form-field select {
  float: left;
  width: 100%;
}
.checkout-form.registration-form .form-field.form-select {
  position: relative;
}
.checkout-form.registration-form .form-field.form-select i {
  display: none;
}
.checkout-form.registration-form .registration {
  background-color: #ffffff;
  text-align: left;
  font-weight: 300;
  color: #252525;
}
.checkout-form.registration-form .registration p {
  text-align: right;
  float: right;
  font-size: 13px;
}
.checkout-form.registration-form .checkboxes-and-button {
  clear: both;
  padding: 30px;
  text-align: left;
}
.checkout-form.registration-form .checkboxes-and-button .newsletter {
  padding: 0 0 0 20px;
}
.checkout-form.registration-form .checkboxes-and-button .continue-button {
  float: right;
  margin-right: 10px;
}
.checkout-form.registration-form .checkboxes-and-button .checkboxes {
  float: left;
}
.checkout-form.registration-form .clearfloat {
  float: none;
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
.checkout-form.registration-form .respo-register-form {
  display: block;
  width: auto;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.checkout-form.registration-form .respo-register-form .registration {
  font-size: 18px;
  margin: 0;
}
.checkout-form.registration-form .respo-register-form .registration span {
  padding: 0;
}
.checkout-form.registration-form .respo-register-form .registration p {
  text-align: right;
  float: right;
  font-size: 13px;
}
.checkout-form.registration-form .respo-register-form .form-field {
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  z-index: 0;
}
.checkout-form.registration-form .respo-register-form .form-field .pull-left {
  width: auto;
  margin: 0;
  font-size: 14px;
}
.checkout-form.registration-form .respo-register-form .form-field .pull-left .plabel {
  position: absolute;
  left: 10px;
  top: 1px;
  background: #fff;
  padding: 0 5px;
  color: #6d6e70;
}
.checkout-form.registration-form .respo-register-form .form-field .pull-left .plabel .help-info {
  padding: 0;
  width: auto;
}
.checkout-form.registration-form .respo-register-form .form-field .pull-left .plabel .tooltip-holder {
  font-size: 14px;
}
.checkout-form.registration-form .respo-register-form .form-field .pull-left .mandatory {
  position: absolute;
  top: 2px;
  right: 22px;
  background: #fff;
  padding: 0 5px;
  color: #6d6e70;
  height: 12px;
}
.checkout-form.registration-form .respo-register-form .form-field .input-container {
  float: none;
  display: block;
  width: auto;
  box-sizing: border-box;
  margin: 10px 0 0;
}
.checkout-form.registration-form .respo-register-form .form-field .input-container input:not([type="checkbox"]),
.checkout-form.registration-form .respo-register-form .form-field .input-container select {
  float: none;
  width: 100%;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #6d6e70;
  background-color: #fff;
  border-radius: 5px;
  outline: none;
  box-shadow: none !important;
}
.checkout-form.registration-form .respo-register-form .form-field .input-container input:not([type="checkbox"]):focus,
.checkout-form.registration-form .respo-register-form .form-field .input-container select:focus {
  background-color: #ffffff;
  border-color: #0074c8;
  box-shadow: none;
}
.checkout-form.registration-form .respo-register-form .form-field.error {
  border: 0;
  background-color: transparent;
}
.checkout-form.registration-form .respo-register-form .form-field.error input:not([type="checkbox"]),
.checkout-form.registration-form .respo-register-form .form-field.error select {
  border-color: red;
}
.checkout-form.registration-form .respo-register-form .form-field.error .error-msg {
  margin: 5px 0;
  text-align: left;
}
.checkout-form.registration-form .respo-register-form .form-field.form-select {
  position: relative;
}
.checkout-form.registration-form .respo-register-form .form-field.form-select i {
  position: absolute;
  display: none;
  top: 25px;
  right: 14px;
  font-size: 16px;
  color: #6d6e70;
}
.checkout-form.registration-form .respo-register-form .form-field.form-phone .pull-left {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 5px;
  font-size: 14px;
  background: #fff;
  color: #6d6e70;
}
.checkout-form.registration-form .respo-register-form .form-field.form-phone .input-container {
  text-align: left;
}
.checkout-form.registration-form .respo-register-form .form-field.form-phone .input-container input:not([type="checkbox"]) {
  display: inline-block;
  width: auto !important;
  max-width: 60px;
}
.checkout-form.registration-form .respo-register-form .form-field.form-phone .input-container input:not([type="checkbox"]):nth-child(4) {
  max-width: 70px;
}
.checkout-form.registration-form .respo-register-form .form-field.form-phone .input-container input:not([type="checkbox"]):nth-child(5) {
  max-width: 65px;
}
.checkout-form.registration-form .respo-register-form .form-field.form-static {
  position: relative;
}
.checkout-form.registration-form .respo-register-form .form-field.form-static .pull-left {
  position: absolute;
  left: 10px;
  top: -1px;
  width: auto;
  margin: 0;
  padding: 0 5px;
  font-size: 14px;
  background-color: #fff;
  color: #6d6e70;
}
.checkout-form.registration-form .respo-register-form .form-field.form-static .input-container {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #6d6e70;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
}
.checkout-form.registration-form .respo-register-form .form-field.form-static .input-container b {
  float: none;
  font-weight: normal;
}
.checkout-form.registration-form .respo-register-form .checkboxes-and-button {
  padding: 30px 0 0;
}
.checkout-form.registration-form .respo-register-form .checkboxes-and-button .checkboxes {
  float: none;
}
.checkout-form.registration-form .respo-register-form .checkboxes-and-button .checkboxes .newsletter {
  padding: 0;
  font-size: 18px;
}
.checkout-form.registration-form .respo-register-form .checkboxes-and-button .terms-and-conditions .trigger {
  padding: 0 !important;
  font-size: 16px;
}
.checkout-form.registration-form .respo-register-form .checkboxes-and-button .continue-button {
  float: none;
  margin: 0;
}
.checkout-form.registration-form .respo-register-form .checkboxes-and-button .continue-button button {
  float: none;
  display: block;
  border: 0;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  margin: 20px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-form.registration-form {
    display: block;
    width: auto;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
  .checkout-form.registration-form .registration {
    font-size: 18px;
    margin: 0;
  }
  .checkout-form.registration-form .registration span {
    padding: 0;
  }
  .checkout-form.registration-form .registration p {
    text-align: right;
    float: right;
    font-size: 13px;
  }
  .checkout-form.registration-form .form-field {
    position: relative;
    margin: 15px 0 0;
    padding: 0;
    z-index: 0;
  }
  .checkout-form.registration-form .form-field .pull-left {
    width: auto;
    margin: 0;
    font-size: 14px;
  }
  .checkout-form.registration-form .form-field .pull-left .plabel {
    position: absolute;
    left: 10px;
    top: 1px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
  }
  .checkout-form.registration-form .form-field .pull-left .plabel .help-info {
    padding: 0;
    width: auto;
  }
  .checkout-form.registration-form .form-field .pull-left .plabel .tooltip-holder {
    font-size: 14px;
  }
  .checkout-form.registration-form .form-field .pull-left .mandatory {
    position: absolute;
    top: 2px;
    right: 22px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
    height: 12px;
  }
  .checkout-form.registration-form .form-field .input-container {
    float: none;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 10px 0 0;
  }
  .checkout-form.registration-form .form-field .input-container input:not([type="checkbox"]),
  .checkout-form.registration-form .form-field .input-container select {
    float: none;
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
  }
  .checkout-form.registration-form .form-field .input-container input:not([type="checkbox"]):focus,
  .checkout-form.registration-form .form-field .input-container select:focus {
    background-color: #ffffff;
    border-color: #0074c8;
    box-shadow: none;
  }
  .checkout-form.registration-form .form-field.error {
    border: 0;
    background-color: transparent;
  }
  .checkout-form.registration-form .form-field.error input:not([type="checkbox"]),
  .checkout-form.registration-form .form-field.error select {
    border-color: red;
  }
  .checkout-form.registration-form .form-field.error .error-msg {
    margin: 5px 0;
    text-align: left;
  }
  .checkout-form.registration-form .form-field.form-select {
    position: relative;
  }
  .checkout-form.registration-form .form-field.form-select i {
    position: absolute;
    display: none;
    top: 25px;
    right: 14px;
    font-size: 16px;
    color: #6d6e70;
  }
  .checkout-form.registration-form .form-field.form-phone .pull-left {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
    font-size: 14px;
    background: #fff;
    color: #6d6e70;
  }
  .checkout-form.registration-form .form-field.form-phone .input-container {
    text-align: left;
  }
  .checkout-form.registration-form .form-field.form-phone .input-container input:not([type="checkbox"]) {
    display: inline-block;
    width: auto !important;
    max-width: 60px;
  }
  .checkout-form.registration-form .form-field.form-phone .input-container input:not([type="checkbox"]):nth-child(4) {
    max-width: 70px;
  }
  .checkout-form.registration-form .form-field.form-phone .input-container input:not([type="checkbox"]):nth-child(5) {
    max-width: 65px;
  }
  .checkout-form.registration-form .form-field.form-static {
    position: relative;
  }
  .checkout-form.registration-form .form-field.form-static .pull-left {
    position: absolute;
    left: 10px;
    top: -1px;
    width: auto;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    background-color: #fff;
    color: #6d6e70;
  }
  .checkout-form.registration-form .form-field.form-static .input-container {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
  }
  .checkout-form.registration-form .form-field.form-static .input-container b {
    float: none;
    font-weight: normal;
  }
  .checkout-form.registration-form .checkboxes-and-button {
    padding: 30px 0 0;
  }
  .checkout-form.registration-form .checkboxes-and-button .checkboxes {
    float: none;
  }
  .checkout-form.registration-form .checkboxes-and-button .checkboxes .newsletter {
    padding: 0;
    font-size: 18px;
  }
  .checkout-form.registration-form .checkboxes-and-button .terms-and-conditions .trigger {
    padding: 0 !important;
    font-size: 16px;
  }
  .checkout-form.registration-form .checkboxes-and-button .continue-button {
    float: none;
    margin: 0;
  }
  .checkout-form.registration-form .checkboxes-and-button .continue-button button {
    float: none;
    display: block;
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .checkout-form.registration-form {
    max-width: 450px;
    margin: 0 auto;
  }
}
/**
 * Checkout fixes and overrides
 */
.checkout-container .checkout-main .checkout-form .form-field span {
  width: 215px;
}
.checkout-container .checkout-main .checkout-form .form-field .input-container {
  width: 49%;
}
/**
 * My Account Update Form
 */
#updateCompanyProfileForm .my-account-container #newsletterOpt1 {
  width: auto;
  margin-right: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #updateCompanyProfileForm #typeOfProductRepresentCompany {
    margin-top: 30px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  #updateCompanyProfileForm #typeOfProductRepresentCompany {
    margin-top: 30px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1044px) {
  .nav-item-one.w170 .menu-dropdown .links-block {
    width: 170px !important;
  }
  .nav-item-one.w250 .menu-dropdown .links-block {
    width: 247px !important;
  }
  .nav-item-one.w510 .menu-dropdown .links-block {
    width: 505px !important;
  }
}
.sidebar .menu-dropdown .links-block li .nav-submenu-title {
  display: block;
  margin: 0 0 5px;
}
.nav-submenu-title {
  color: #1474c8;
  display: block;
  margin: 0 0 5px;
}
.content ul {
  list-style: disc;
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  font-weight: bold;
  color: #ffaa00;
}
.content .content-left-nav {
  background-color: #efefef;
  padding: 7px;
}
.content .content-left-nav h3 {
  margin: 0 0 7px;
  font-size: 20px;
}
.content .content-left-nav ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.content .content-left-nav ul li {
  padding: 5px;
}
/**
 *
 * Sitewide Header Changes
 *
 */
#floatingbar {
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 40px;
  /* Medullus changes against task ID(22186) dated on(08/09/19) */
  display: block;
  position: absolute;
  box-shadow: 0 2px 3px #cccccc;
}
.content .header-tagline-holder {
  margin: 0 auto;
}
.content .header-tagline-holder .header-tagline {
  z-index: 10000;
  color: #a4d7fa;
  padding: 9px 0 0 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  text-decoration: none;
  letter-spacing: -0.5px;
  filter: alpha(opacity=100);
  text-transform: uppercase;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
@media only screen and (min-width: 1277px) {
  .content .header-tagline-holder .header-tagline {
    padding: 9px 0 0 0;
  }
}
.sidebar {
  background: url('/static/shared/images/icons/new-icons/new-bg-arrow-bottom.png') no-repeat center top #fff;
}
.footer-bar,
.header-strip {
  background-color: #0074c8;
}
#header-live-chat-btn > a {
  background: url('/static/shared/images/icons/new-icons/new-chat-icon.png') no-repeat 13px 0px;
}
#header-live-chat-btn.bcText > a {
  color: #0074c8;
}
.header .search-container .search .search-btn:hover {
  background-color: #f90;
}
.menu-bar-flex > ul > li {
  background-color: #fff;
  border: none!important;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.menu-bar-flex > ul > li:hover {
  background-color: #efefef;
}
.menu-bar-flex > ul > li:first-child {
  border-bottom: 1px solid #a3d6f9!important;
}
.menu-bar-flex > ul > li:first-child:hover {
  padding-bottom: 10px;
  background-color: #efefef;
  border-bottom: 1px solid #a3d6f9!important;
}
.menu-bar-flex .title a {
  color: #444;
  font-weight: 400;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.menu-bar-flex > ul > li:first-child:hover a {
  color: #444;
}
.menu-bar-flex .menu-dropdown .links-block li a:hover {
  color: #fa0;
  font-weight: bold;
  text-decoration: underline;
}
.menu-bar-flex > ul > li.shop-by-product-home {
  min-width: 200px;
  background-color: #a3d6f9 !important;
}
.shop-by-product-home.icon {
  background: url('/static/shared/images/icons/new-icons/3Lines-black.png') no-repeat scroll 5px 8px #a3d6f9 !important;
}
.backtotop p {
  display: none;
}
/**
 * Site Wide Swatches
 */
.product-item .color-swatches img,
.cat-two-product-container .cat-two-color-swatches ul li img,
.product-detail-container .color-swatches-pdp ul li img {
  border-radius: 15px;
}
.product-item .color-swatches img,
.cat-two-product-container .cat-two-color-swatches ul li img {
  width: 16px;
  height: 16px;
}
.swatch-carret {
  margin-top: 2px;
}
/**
 * Cart
 */
.header .cart .cart-icon img {
  visibility: hidden;
}
.header .cart {
  background: url('/static/shared/images/icons/new-icons/new-cart-icon.png') no-repeat center 0px;
  /* Medullus changes against task ID(22114) dated on(09/02/19) */
}
.header .cart .cart-item-count {
  top: 0px;
  /* Medullus changes against task ID(22114) dated on(09/10/19) */
  right: 23px;
}
.header .cart .cart-label {
  display: none;
}
.header .cart .cart-item-count span {
  width: 38px;
  height: 37px;
  /* Medullus changes against task ID(22114) dated on(09/10/19) */
  font-size: 12px;
  padding-left: 6px;
  line-height: 34px;
  /* Medullus changes against task ID(22114) dated on(09/10/19) */
  text-align: center;
  background: url('/static/shared/images/icons/new-icons/new-cart_filled-icon.png') no-repeat center center #fff;
  background-size: contain;
  /* Medullus changes against task ID(22114) dated on(09/10/19) */
}
.header .cart:hover .cart-item-count span {
  background-color: #e1e4e8;
}
/**
 * Footer
 */
.footer-background .footer-container .mailing-list {
  background-color: #005b82;
  border-radius: 3px;
}
.footer-background .footer-container .mailing-list hr,
.footer-background .footer-container .mailing-list .bg-mailing-list {
  display: none;
}
.footer-background .footer-container .mailing-list .subcriptionForm {
  padding-top: 15px;
}
.footer-background .footer-container .mailing-list input {
  padding: 0 5px;
  height: 46px;
  border: 1px solid #555;
  border-radius: 3px;
}
.footer-background .footer-container .mailing-list button {
  height: 46px;
  border: 1px solid #f70;
  border-radius: 3px;
}
/**
 * Footer Social Icons
 */
.footer-social-links .social:hover {
  opacity: 0.7;
}
/**
 *
 * Category Carousel
 *
 */
.category-carousel {
  padding-left: 0;
}
.category-carousel .carousel .carousel-left-arrow,
.category-carousel .carousel .carousel-right-arrow {
  display: none!important;
}
.category-carousel .carousel-inner,
.category-carousel .four-product-container,
.category-carousel .four-product-container .product-container,
.category-carousel .row {
  width: 100%;
  margin: 10px 0;
}
.category-carousel .carousel-inner {
  margin: 10px 0 0;
}
.category-carousel .row .category-carousel-item {
  margin: 0;
  width: 25%;
  display: block;
  box-sizing: border-box;
}
.category-carousel .row .category-carousel-item .product-categories-carousel-item {
  padding: 0;
  overflow: hidden;
  margin: 0 5% 25px;
  position: relative;
  box-sizing: border-box;
}
.category-carousel .row .category-carousel-item .sub-category-list {
  width: 100%;
  padding: 3%;
  opacity: .9;
  display: block;
  filter: alpha(opacity=90);
  background-color: #e6f1f7;
  box-sizing: border-box;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.category-carousel .row .category-carousel-item .sub-category-list li a {
  color: #333333;
}
.category-carousel .row .category-carousel-item .sub-category-list li a:hover {
  color: #333333;
  text-decoration: underline;
}
.category-carousel .row .category-carousel-item img {
  width: auto;
  max-width: 100%;
}
.category-carousel .row .category-carousel-item .product-categories-carousel-item .product-categories-carousel-item-button {
  width: 100%;
  height: 60px;
  margin-top: 0;
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 20px 0 0;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.category-carousel .row .category-carousel-item .product-categories-carousel-item .product-categories-carousel-item-button:hover {
  border: none;
  color: #333333;
  font-weight: 700;
  background-color: #ffffff;
}
/**
 *
 * Fullwidth QSN
 *
 */
#on_page_qsn {
  padding: 15px 10px;
  margin: 25px 0!important;
  background-color: #c3e2f7;
  border-radius: 3px;
}
#on_page_qsn .qsn_holder {
  height: auto;
  margin: 0 10px;
  display: block;
  padding: 10px 0;
  overflow: hidden;
}
#on_page_qsn .left {
  width: 40%;
  float: left;
  display: block;
}
#on_page_qsn .right {
  width: 60%;
  float: right;
  display: block;
}
#on_page_qsn .qsn-form {
  margin: 0;
  clear: both;
  float: none;
}
#on_page_qsn .qsn_holder .inline_qsn_text {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
}
#on_page_qsn .qsn_holder .qsn-input {
  width: 75%;
  display: inline-block;
}
#on_page_qsn .qsn_holder .qsn-submit {
  width: 25%;
  display: inline-block;
  margin: 0;
}
#on_page_qsn .qsn_holder input {
  width: 100%;
  height: 38px;
  padding: 5px;
  border: none;
  color: #555555;
  font-size: 20px;
  font-weight: 300;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
}
#on_page_qsn .qsn_holder button.submit-qsn {
  width: 100%;
  height: 38px;
  background-color: #fa0;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
}
/**
 *
 * Sitewide Banner (Except Homepage, Cart, and Checkout)
 *
 */
#sitewide_ribbon {
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 35px;
  display: block;
  position: absolute;
}
#sitewide_ribbon:before {
  right: 0;
  top: 0;
  z-index: 2;
  width: 32%;
  content: "";
  height: 36px;
  position: absolute;
}
#sitewide_ribbon:after {
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 36px;
  position: absolute;
}
#sitewide_ribbon.orange_blue:before {
  background-color: #0074c8;
}
#sitewide_ribbon.orange_blue:after {
  background-color: #ffaa00;
}
#sitewide_ribbon.blue_black:before {
  background-color: #000000;
}
#sitewide_ribbon.blue_black:after {
  background-color: #0753b1;
}
#ribbon_content a.sitewide-promo {
  z-index: 2;
  width: 48%;
  color: #ffffff;
  height: 22px;
  margin: 0 !important;
  padding: 6px 5px 8px !important;
  position: relative;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  display: inline-block;
  /* RWD */
}
#ribbon_content a.sitewide-promo.width40 {
  width: 48%;
  margin: 0 0 0 2%;
}
#ribbon_content a.sitewide-promo.blueskew {
  position: relative;
  background-color: #000000;
}
#ribbon_content a.sitewide-promo.blueskew:before {
  top: 0;
  left: -6px;
  content: "";
  width: 20px;
  height: 36px;
  position: absolute;
  background-color: #000000;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
#ribbon_content a.sitewide-promo:hover {
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}
#ribbon_content a.sitewide-promo p {
  font-size: 17px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: normal;
}
#ribbon_content a.sitewide-promo p.disclaimer {
  font-size: 10px;
}
#ribbon_content a.sitewide-promo span {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: normal;
}
#ribbon_content a.sitewide-promo span.bold {
  font-weight: 600;
}
#ribbon_content a.sitewide-promo span.underline {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #ribbon_content a.sitewide-promo p {
    font-size: 80% !important;
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #ribbon_content a.sitewide-promo {
    padding: 3px 5px 4px !important;
    height: auto !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  #ribbon_content a.sitewide-promo {
    padding: 10px 5px !important;
    height: auto !important;
    box-sizing: border-box;
  }
}
/**
 * CMS Paragraph Content
 */
.content .col {
  box-sizing: border-box;
}
.content .col.inline {
  display: inline-block;
}
.content .col.right {
  float: right;
}
.content .col.left {
  float: left;
}
.content .col.col-span3 {
  width: 25%;
}
.content .col.col-span6 {
  width: 50%;
}
.content .col.col-span9 {
  width: 75%;
}
.content .col.col-span12 {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content .col.col-span3,
  .content .col.col-span6,
  .content .col.col-span9 {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
/**
 *
 * Product Page CSS
 *
 */
.pdp-page-heading {
  background-color: #034f84;
  border-radius: 3px 3px 0 0;
  /*background-color: #274b5e;*/
}
.pdp-page-heading .product-hidden-code {
  color: #034f84;
  /*color: #274b5e;*/
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart button {
  background-color: #fa0;
  border: 1px solid #f70;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #CCC;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart button:hover {
  background-color: #f90;
}
/**
 * Hides the 3rd accordion
 */
.product-info-panel:nth-child(3) {
  display: none;
}
/**
 * Changes list style in description to have the disc
 */
#product-details-accordion-title ~ .product-info-content ul {
  list-style-type: disc;
}
/**
 *
 * Cart
 *
 */
.page-heading-cart {
  background-color: #005b82;
}
.page-heading-underline-cart,
.page-heading-cart .page-heading-dark-background {
  border-bottom: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #ty_registration {
    width: auto !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  #ty_registration:before,
  #ty_registration:after {
    content: inherit !important;
    background: none !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
  }
  #ty_registration #ty_registration_left {
    display: none;
  }
  #ty_registration #ty_registration_right {
    float: none;
    width: auto;
    text-align: center;
  }
  #ty_registration #ty_registration_right #or_line {
    margin: 20px auto;
  }
  #ty_registration #ty_registration_right a {
    display: inline-block;
    float: none;
    font-size: 16px;
    padding: 10px 15px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #ty_registration {
    padding: 20px 0;
  }
  #ty_registration #ty_registration_right h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
.main .artwork-content p {
  margin-bottom: 15px;
}
.main .artwork-content .artworkH2 {
  margin: 30px 0 20px;
  font-size: 22px;
  text-transform: uppercase;
}
.main .artwork-content .artworkH3 {
  margin: 25px 0 10px;
  font-size: 18px;
}
.main .artwork-content .space30 {
  margin: 30px 0;
}
.main .artwork-content .table {
  display: table;
  width: 100%;
}
.main .artwork-content .table-row {
  display: table-row;
}
.main .artwork-content .table-cell {
  display: table-cell;
  margin: 10px 0;
}
.main .artwork-content .table-cell.span4.vtop {
  width: 33.33%;
  vertical-align: top;
}
.main .artwork-content .table-body {
  display: table-row-group;
}
.main .artwork-content .table-cell img {
  margin: auto;
  display: block;
  max-width: 95%;
  padding: 5px;
}
.main .artwork-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.main .artwork-content .embed-container iframe,
.main .artwork-content .embed-container object,
.main .artwork-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 567px) and (min-width: 0px) {
  .main .artwork-content .table,
  .main .artwork-content .table-row,
  .main .artwork-content .table-cell {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .main .artwork-content .table-cell.span4.vtop {
    width: 100%;
  }
}
.promotion-error {
  padding: 40px 20px 20px 20px;
}
.promo-success.replaced {
  color: #259b48;
  box-sizing: border-box;
}
.promo-success.replaced p {
  margin: 0;
}
.promo-success.replaced p:before {
  content: '\f058';
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
}
.cart-container {
  box-sizing: border-box;
}
.cart-container .cart-main {
  display: inline-block;
  width: 78%;
}
.cart-container .cart-main .global-message {
  margin-top: 10px;
  padding: 10px;
  background: #e3e4e8;
}
.cart-container .cart-main .global-message p {
  margin: 0;
  padding: 0;
}
.cart-container .cart-main .remove-cart-popup div {
  float: none !important;
}
.cart-container .cart-main .remove-cart-popup .title {
  font-size: 16px;
  padding: 20px;
  text-align: center;
}
.cart-container .cart-main .remove-cart-popup .action-container {
  width: 100%;
  text-align: center;
}
.cart-container .cart-main .remove-cart-popup .action-container form {
  display: inline-block;
}
.cart-container .cart-main .remove-cart-popup .action-container a {
  padding: 5px;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  text-decoration: none !important;
  font-weight: bold;
  margin: 3px;
  display: inline-block;
}
.cart-container .cart-main .remove-cart-popup .action-container a.ba {
  background: #ffa000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container .cart-main .remove-cart-popup .action-container {
    margin: 0 0 10px;
  }
  .cart-container .cart-main .remove-cart-popup .action-container a {
    font-size: 16px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart-container .cart-main .remove-cart-popup {
    min-width: 300px;
  }
}
.cart-container .cart-main .matrix-ordering {
  padding: 5px 5px 5px 18px;
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  width: auto;
  display: block;
  float: none;
  margin: 0 7px 0 0;
  box-sizing: border-box;
}
.cart-container .cart-main .matrix-ordering ul {
  margin: 0;
  padding: 0;
  list-style-type: circle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container .cart-main .matrix-ordering {
    margin: 10px 0;
    border: 0;
    background: transparent;
  }
}
.cart-container .cart-main .cart-header {
  position: relative;
  overflow: hidden;
}
.cart-container .cart-main .cart-header .cart-checkout-container {
  display: inline;
}
.cart-container .cart-main .order-summary .headline .cartId {
  /*color: @cl-white;*/
}
.cart-container .cart-main button[name=checkout] {
  background-image: url("../images/checkout-button-background.png");
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  height: 52px;
  text-align: center;
  color: #ffffff;
  border: none;
  width: 22%;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.cart-container .cart-main button[name=checkout]:disabled {
  background-image: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container .cart-main button[name=checkout] {
    background: #fea000;
  }
}
.cart-container .cart-main .product-title {
  font-size: 14px;
  font-weight: bold;
}
.cart-container .cart-main .product-title a {
  text-decoration: none !important;
}
.cart-container .cart-ad-column,
.cart-container .confirmation-ad-column {
  margin: 32px 0 0 0;
  float: right;
  width: 20%;
}
.cart-container .order-totals-container {
  margin: 20px 0 0 0;
  height: auto;
}
.cart-container .order-totals-container .cart-ad-spots {
  width: 50%;
  float: left;
  margin: -10px 0 10px 0;
}
.cart-container .order-totals-container .cart-ad-spots .cart-ad-spot-1,
.cart-container .order-totals-container .cart-ad-spots .cart-ad-spot-2 {
  margin-bottom: 20px;
}
.cart-container .order-totals-container .cart-ad-spots .cart-ad-spot-1 img,
.cart-container .order-totals-container .cart-ad-spots .cart-ad-spot-2 img {
  width: 100%;
  max-width: 320px;
}
.cart-container .order-totals-container .order-totals {
  background-color: #fafbff;
  float: right;
  width: 50%;
  margin: -10px 0 0 0;
}
.cart-container .order-totals-container .order-totals .you-save {
  color: #259b48;
  height: 20px;
}
.cart-container .order-totals-container .order-totals .view-details-button {
  font-size: 11px;
  padding-left: 1px;
  /* Medullus changes against task ID(22941) dated on(09/03/19) */
}
.cart-container .order-totals-container .order-totals .promo-code-applied {
  color: red;
}
.cart-container .order-totals-container .order-totals .promo-code button,
.cart-container .order-totals-container .order-totals .shipping-zip button,
.cart-container .order-totals-container .order-totals .shipping-options button,
.cart-container .order-totals-container .order-totals .promo-code img,
.cart-container .order-totals-container .order-totals .shipping-zip img,
.cart-container .order-totals-container .order-totals .shipping-options img {
  margin: 0 0 0 5px;
  float: right;
}
.cart-container .order-totals-container .order-totals .promo-code label,
.cart-container .order-totals-container .order-totals .shipping-zip label,
.cart-container .order-totals-container .order-totals .shipping-options label {
  width: 40%;
  float: left;
}
.cart-container .order-totals-container .order-totals .promo-code input,
.cart-container .order-totals-container .order-totals .shipping-zip input,
.cart-container .order-totals-container .order-totals .shipping-options input {
  width: 28%;
  height: 23px;
  float: left;
}
.cart-container .order-totals-container .order-totals .promo-code button,
.cart-container .order-totals-container .order-totals .shipping-zip button,
.cart-container .order-totals-container .order-totals .shipping-options button {
  width: 18%;
  height: 29px;
  float: left;
}
.cart-container .order-totals-container .order-totals .promo-code img,
.cart-container .order-totals-container .order-totals .shipping-zip img,
.cart-container .order-totals-container .order-totals .shipping-options img {
  padding: 5px;
}
.cart-container .order-totals-container .order-totals .promo-success.replaced {
  clear: both;
  float: none;
  padding: 1%;
  width: 100%;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive {
  width: auto;
  float: none;
  padding: 0;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive div {
  width: auto;
  float: none;
  padding: 0;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal {
  width: auto;
  float: none;
  padding: 0;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code {
  font-size: 1em;
  max-width: 425px;
  padding: 2.6em;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code p {
  font-size: 1.1em;
  margin: 0;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code p:before {
  font-family: 'FontAwesome';
  font-size: 1.3em;
  margin-right: 0.3em;
  text-align: center;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code.error {
  color: #dd0000;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code.error p:before {
  content: '\f06a';
}
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code.success,
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code.promotion-success,
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code.success-and-promo-replaced {
  color: #259b48;
}
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code.success p:before,
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code.promotion-success p:before,
.cart-container .order-totals-container .order-totals .popUp.adaptive .product-modal .promo-code.success-and-promo-replaced p:before {
  content: '\f058';
}
.cart-container .order-totals-container .order-totals div {
  width: 96%;
  float: left;
  padding: 2%;
  vertical-align: middle;
}
@media only screen and (min-width: 1044px) {
  .cart-container .order-totals-container .order-totals div label {
    padding: 5px 0;
  }
}
.cart-container .order-totals-container .order-totals div.order-totals-form {
  width: 60%;
  padding: 0;
  margin: 0;
}
.cart-container .order-totals-container .order-totals div.order-totals-form input {
  width: 60%;
}
.cart-container .order-totals-container .order-totals div.order-totals-form button {
  width: 24%;
}
@media only screen and (min-width: 1044px) {
  .cart-container .order-totals-container .order-totals div.order-totals-form select {
    width: 88% !important;
    float: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart-container .order-totals-container .order-totals div.order-totals-form input {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .cart-container .order-totals-container .order-totals div.order-totals-form button {
    width: 55px;
  }
}
.cart-container .order-totals-container .order-totals div.slider-info {
  width: 96%;
  display: none;
  font-size: 12px;
}
.cart-container .order-totals-container .order-totals div.slider-info .merch-total,
.cart-container .order-totals-container .order-totals div.slider-info .imprint-set-up {
  width: 100%;
  padding: 0;
}
.cart-container .order-totals-container .order-totals div.slider-info .merch-total .pull-left,
.cart-container .order-totals-container .order-totals div.slider-info .imprint-set-up .pull-left {
  padding-left: 20px;
}
.cart-container .order-totals-container .order-totals div input,
.cart-container .order-totals-container .order-totals div select {
  float: right;
}
.cart-container .order-totals-container .order-totals div .question-mark {
  float: right;
  margin-left: 5px;
}
.cart-container .order-totals-container .order-totals div .apply {
  clear: both;
  float: right;
  font-size: 12px;
  margin: 0 23px -8px 0;
}
.cart-container .order-totals-container .order-totals div .apply a {
  text-decoration: underline;
}
.cart-container .order-totals-container .order-totals .your-savings {
  background-color: #e3e4e8;
  width: 346px;
  margin-left: -8px;
  font-size: 18px;
  font-weight: 300;
}
.cart-container .order-totals-container .order-totals .your-savings span {
  padding: 0 8px;
}
.cart-container .order-totals-container .order-totals .your-savings .your-savings-savings {
  font-weight: 500;
}
.cart-container .order-totals-container .order-totals .grand-total {
  margin-bottom: 12px;
  background-color: #c8cdd4;
  width: 96%;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 7px;
  /* Medullus changes against task ID(22941) dated on(09/03/19) */
}
.cart-container .order-totals-container .order-totals .grand-total .grand-total-total {
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container .order-totals-container .order-totals .grand-total {
    margin: 10px 0 0 0;
    padding-bottom: 0px;
    /* Medullus changes against task ID(22941) dated on(09/03/19) */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart-container .order-totals-container .order-totals .grand-total {
    padding-bottom: 0px;
    /* Medullus changes against task ID(22941) dated on(09/03/19) */
  }
}
.cart-container .order-totals-container .order-totals .merch-total {
  margin: 0;
}
.cart-container .order-totals-container .order-totals .merch-total .you-save {
  color: #259b48;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  background: url('../images/checkmark.png') scroll left center no-repeat transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart-container .order-totals-container .order-totals .merch-total.saving .pull-right {
    width: auto;
    padding: 10px 0;
  }
  .cart-container .order-totals-container .order-totals .merch-total.saving .pull-right br {
    display: none;
  }
}
.cart-container .order-totals-container .order-totals button[name=continue] {
  float: left;
  height: 52px;
  width: 40.5%;
  color: #ffffff;
  font-weight: 300;
  background-color: #525964;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  border: none;
}
.cart-container .order-totals-container .order-totals button[name=checkout] {
  float: right;
  width: 50%;
}
.cart-container .order-totals-container .order-totals button[name=continue-after-confirmation] {
  width: 230px;
  background-color: #ffa000;
  border: none;
  color: #ffffff;
  height: 30px;
  margin: 0 10px 0 -8px;
}
.cart-container .order-totals-container .order-totals button[name=share] {
  border: none;
  margin-right: -8px;
  height: 30px;
  color: #252525;
  width: 100px;
  background-image: url("../images/share-button.jpg");
  padding-right: 20px;
}
.cart-container.confirmation-page #sendToFriendOverlay {
  display: inline-block;
  text-align: left;
}
.cart-container.confirmation-page #sendToFriendOverlay a {
  text-indent: -10000px;
  line-height: 16px;
  margin-right: 0;
}
.cart-container.confirmation-page .action-icons {
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
}
.cart-container.confirmation-page .action-icons li {
  display: inline;
  margin: 0 0 0 12px;
  cursor: pointer;
}
.cart-container.confirmation-page .quantity-heading {
  text-align: center !important;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .cart-container.confirmation-page .total-heading {
    padding-right: 17px !important;
  }
}
.cart-container.confirmation-page .confirmation-intro {
  width: 90%;
  margin: 20px 5%;
}
.cart-container.confirmation-page .confirmation-intro .headline {
  margin: 0 0 15px;
}
.cart-container.confirmation-page .confirmation-intro .headline strong {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: .3px;
  display: block;
  text-align: center;
}
.cart-container.confirmation-page .confirmation-intro p {
  margin: 0;
  line-height: 24px;
}
.cart-container.confirmation-page .confirmation-right-pane {
  float: left;
  width: 22%;
  overflow: hidden;
}
.cart-container.confirmation-page .cart-main {
  display: inline-block;
  width: 78%;
}
.cart-container.confirmation-page .cart-main .order-summary {
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container.confirmation-page .cart-main .order-summary {
    width: auto;
    box-sizing: border-box;
    margin: 0 10px;
  }
  .cart-container.confirmation-page .cart-main .order-summary .headline {
    font-size: 14px;
  }
}
.cart-container.confirmation-page .confirmation-bottom-container {
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container.confirmation-page .confirmation-bottom-container {
    overflow: visible;
    width: auto;
    margin: 10px;
    border-radius: 3px;
  }
}
.cart-container.confirmation-page .confirmation-bottom-container .confirmation-bottom-left-container {
  float: left;
  width: 50%;
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container {
  float: right;
  width: 100%;
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals {
  margin: 0;
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals button[name="continue"] {
  width: 50%;
  height: 40px;
  margin-top: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals button[name="continue"]:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals button[name="continue"] {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    font-size: 18px;
  }
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .merch-total .you-save {
  color: #259b48;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .merch-total.saving .pull-right {
    width: auto;
    padding: 10px 0;
  }
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .merch-total.saving .pull-right br {
    display: none;
  }
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .grand-total {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 1044px) {
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .grand-total {
    padding: 8px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .grand-total {
    margin: 10px 0 0 0;
  }
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals div {
  padding: 8px 0;
  width: 98%;
  margin-left: 1%;
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals div.slider-info {
  display: none;
  font-size: 12px;
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals div.slider-info .merch-total,
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals div.slider-info .imprint-set-up {
  padding: 0;
}
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals div.slider-info .merch-total .pull-left,
.cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals div.slider-info .imprint-set-up .pull-left {
  padding-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals div {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1044px) {
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .shipping-handling {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin: 0;
  }
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .merch-total,
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container .order-totals .imprint-set-up {
    width: 100%;
    padding: 8px 4px;
    box-sizing: border-box;
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container.confirmation-page .confirmation-bottom-container .order-totals-container {
    float: none;
    display: block;
    width: auto;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container.confirmation-page {
    margin: 0;
  }
  .cart-container.confirmation-page .cart-main {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 20px 0;
  }
  .cart-container.confirmation-page .cart-main .confirmation-intro {
    width: auto;
    margin: 10px;
  }
  .cart-container.confirmation-page .cart-main .confirmation-intro .headline {
    margin: 0 0 10px;
  }
  .cart-container.confirmation-page .cart-main .confirmation-intro .headline strong {
    font-size: 18px;
    text-align: left;
  }
}
.cart-container .responsive-tablet .order-totals button[name=continue] {
  margin-right: 1% !important;
}
.cart-container .responsive-tablet .order-totals button[name=checkout] {
  width: 58% !important;
}
.cart-container .responsive-tablet-mobile {
  display: block;
  margin: 0 10px;
}
.cart-container .responsive-tablet-mobile .cart-main {
  float: none;
  display: block;
  vertical-align: top;
  width: auto;
}
.cart-container .responsive-tablet-mobile .cart-main .cart-header {
  display: block;
}
.cart-container .responsive-tablet-mobile .cart-main .cart-header .page-heading-cart {
  width: -webkit-calc(100% - 142px);
  width: calc(100% - 142px);
  margin-right: 5px;
  font-size: 20px;
  padding: 10px;
  line-height: 21px;
}
.cart-container .responsive-tablet-mobile .cart-main .cart-header .page-heading-cart,
.cart-container .responsive-tablet-mobile .cart-main .cart-header .cart-checkout-container {
  display: inline-block;
}
.cart-container .responsive-tablet-mobile .cart-main .cart-header .page-heading-cart button,
.cart-container .responsive-tablet-mobile .cart-main .cart-header .cart-checkout-container button {
  display: block;
  width: auto;
  height: auto;
  padding: 11px 15px;
  line-height: 20px;
  font-size: 20px;
  background-color: #ffa000;
}
.cart-container .responsive-tablet-mobile .cart-main .cart-header .cart-checkout-container {
  width: 133px;
  vertical-align: top;
}
.cart-container .responsive-tablet-mobile .cart-main .order-summary .headline {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #f2f8fd;
}
.cart-container .responsive-tablet-mobile .cart-ad-column {
  float: none;
  display: none;
  vertical-align: top;
  width: auto;
  margin: 0;
  padding: 27px 0 0;
}
.cart-container .responsive-tablet-mobile .order-totals-container {
  float: none;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals {
  float: none;
  display: block;
  width: auto;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals button[name=continue] {
  float: none;
  display: inline-block;
  border: none;
  border-radius: 3px;
  font-size: 24px;
  margin-right: 5px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals button[name=checkout] {
  float: none;
  display: inline-block;
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  background: #ffa000;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .grand-total {
  background-color: #0074c8;
  color: #ffffff;
  width: auto;
  margin: 10px -10px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .grand-total .pull-left {
  float: none !important;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .grand-total span {
  padding: 5px 10px;
  display: inline-block;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals div {
  float: none;
  width: auto;
  display: block;
  padding: 0;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals div.your-totals-netTax {
  margin: 0 0 10px;
  font-size: 16px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals div.your-totals-netTax .pull-left {
  float: none !important;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options {
  display: table;
  width: 100%;
  margin: 10px 0;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code .help-info,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip .help-info,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options .help-info,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code label,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip label,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options label,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code input,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip input,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options input,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code button,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip button,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options button {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code .help-info,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip .help-info,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options .help-info {
  margin-left: 5px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code .help-info .tooltip,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip .help-info .tooltip,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options .help-info .tooltip {
  left: auto;
  right: -15px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code .help-info .tooltip .tooltip-holder,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip .help-info .tooltip .tooltip-holder,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options .help-info .tooltip .tooltip-holder {
  font-size: 14px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code .help-info .tooltip .tooltip-holder:after,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip .help-info .tooltip .tooltip-holder:after,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options .help-info .tooltip .tooltip-holder:after {
  left: auto;
  right: 14px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code label,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip label,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options label {
  display: table-cell;
  width: auto;
  font-size: 16px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code .order-totals-form,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip .order-totals-form,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options .order-totals-form {
  display: table-cell;
  text-align: right;
  width: 345px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code .order-totals-form select,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip .order-totals-form select,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options .order-totals-form select {
  width: 290px !important;
  float: none !important;
  display: inline-block;
  height: auto !important;
  padding: 6px;
  margin-right: 3px;
  background: white;
  font-size: 16px;
  border-color: #525864;
  border-radius: 3px;
  font-size: 16px !important;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code .order-totals-form .tooltip,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip .order-totals-form .tooltip,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options .order-totals-form .tooltip {
  text-align: left;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code input,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip input,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options input {
  border-width: 1px 0 1px 1px;
  border-color: #525864;
  border-style: solid;
  width: 200px;
  padding: 6px 10px;
  height: auto;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .promo-code button,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip button,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-options button {
  border-width: 1px 1px 1px 0;
  border-color: #525864;
  border-style: solid;
  border-radius: 0 3px 3px 0;
  height: auto;
  width: 100px;
  margin: 0;
  padding: 6px 10px;
  margin-left: -4px;
  background-color: #525964;
  text-transform: capitalize;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-zip input {
  margin-right: 4px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .merch-total,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-handling {
  font-size: 16px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .merch-total .pull-left,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-handling .pull-left,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .merch-total .pull-right,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-handling .pull-right {
  display: inline-block;
  width: 73%;
  box-sizing: border-box;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .merch-total .pull-left,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-handling .pull-left {
  float: none !important;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .merch-total .pull-right,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .shipping-handling .pull-right {
  text-align: right;
  width: 25%;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .view-details-button {
  font-size: 16px;
  padding: 10px 0;
  display: inline-block;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info {
  display: block;
  width: 100% !important;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info .merch-total {
  padding: 5px 0 !important;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info .merch-total .pull-left {
  float: none !important;
  box-sizing: border-box;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info .imprint-set-up {
  font-size: 16px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info .imprint-set-up .pull-left,
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info .imprint-set-up .pull-right {
  display: inline-block;
  width: 73%;
  box-sizing: border-box;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info .imprint-set-up .pull-left {
  float: none !important;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info .imprint-set-up .pull-right {
  text-align: right;
  width: 25%;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .slider-info > .pull-right {
  float: none !important;
  display: inline-block;
  width: 70px;
  margin-left: -webkit-calc(100% - 70px);
  margin-left: calc(100% - 70px);
  text-align: right;
  font-size: 16px;
  padding: 0 0 10px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .order-totals .order-totals-buttons {
  text-align: right;
  margin: 0 -10px;
}
.cart-container .responsive-tablet-mobile .order-totals-container .cart-ad-spots {
  float: none;
  display: block;
  width: auto;
  margin: 0;
  text-align: center;
}
.cart-container .responsive-mobile .cart-main .cart-header .page-heading-cart {
  display: block;
  width: auto;
  margin: 0 0 10px 0;
  text-align: center;
}
.cart-container .responsive-mobile .cart-main .cart-header .cart-checkout-container {
  display: block;
  width: auto;
}
.cart-container .responsive-mobile .cart-main .cart-header .cart-checkout-container button {
  display: block;
  width: 100%;
}
.cart-container .responsive-mobile .headline {
  text-align: center;
}
.cart-container .responsive-mobile .headline .continue {
  display: none;
}
.cart-container .responsive-mobile .order-totals-container .order-totals button[name=continue] {
  display: block;
  width: 100%;
}
.cart-container .responsive-mobile .order-totals-container .order-totals button[name=checkout] {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.cart-container .responsive-mobile .order-totals-container .order-totals .promo-code,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-zip,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-options {
  display: block;
  margin: 0 0 15px;
}
.cart-container .responsive-mobile .order-totals-container .order-totals .promo-code label,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-zip label,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-options label {
  display: block;
  width: auto;
  margin: 0 0 5px;
}
.cart-container .responsive-mobile .order-totals-container .order-totals .promo-code input,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-zip input,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-options input {
  width: -webkit-calc(100% - 125px);
  width: calc(100% - 125px);
}
.cart-container .responsive-mobile .order-totals-container .order-totals .promo-code .order-totals-form,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-zip .order-totals-form,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-options .order-totals-form {
  display: block;
  width: auto;
}
.cart-container .responsive-mobile .order-totals-container .order-totals .promo-code .order-totals-form select,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-zip .order-totals-form select,
.cart-container .responsive-mobile .order-totals-container .order-totals .shipping-options .order-totals-form select {
  width: -webkit-calc(100% - 24px) !important;
  width: calc(100% - 24px) !important;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart-container {
    display: block;
    margin: 0 10px;
  }
  .cart-container .cart-main {
    float: none;
    display: block;
    vertical-align: top;
    width: auto;
  }
  .cart-container .cart-main .cart-header {
    display: block;
  }
  .cart-container .cart-main .cart-header .page-heading-cart {
    width: -webkit-calc(100% - 142px);
    width: calc(100% - 142px);
    margin-right: 5px;
    font-size: 20px;
    padding: 10px;
    line-height: 21px;
  }
  .cart-container .cart-main .cart-header .page-heading-cart,
  .cart-container .cart-main .cart-header .cart-checkout-container {
    display: inline-block;
  }
  .cart-container .cart-main .cart-header .page-heading-cart button,
  .cart-container .cart-main .cart-header .cart-checkout-container button {
    display: block;
    width: auto;
    height: auto;
    padding: 11px 15px;
    line-height: 20px;
    font-size: 20px;
    background-color: #ffa000;
  }
  .cart-container .cart-main .cart-header .cart-checkout-container {
    width: 133px;
    vertical-align: top;
  }
  .cart-container .cart-main .order-summary .headline {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #f2f8fd;
  }
  .cart-container .cart-ad-column {
    float: none;
    display: none;
    vertical-align: top;
    width: auto;
    margin: 0;
    padding: 27px 0 0;
  }
  .cart-container .order-totals-container {
    float: none;
  }
  .cart-container .order-totals-container .order-totals {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
  }
  .cart-container .order-totals-container .order-totals button[name=continue] {
    float: none;
    display: inline-block;
    border: none;
    border-radius: 3px;
    font-size: 24px;
    margin-right: 5px;
  }
  .cart-container .order-totals-container .order-totals button[name=checkout] {
    float: none;
    display: inline-block;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    background: #ffa000;
  }
  .cart-container .order-totals-container .order-totals .grand-total {
    background-color: #0074c8;
    color: #ffffff;
    width: auto;
    margin: 10px -10px;
  }
  .cart-container .order-totals-container .order-totals .grand-total .pull-left {
    float: none !important;
  }
  .cart-container .order-totals-container .order-totals .grand-total span {
    padding: 5px 10px;
    display: inline-block;
  }
  .cart-container .order-totals-container .order-totals div {
    float: none;
    width: auto;
    display: block;
    padding: 0;
  }
  .cart-container .order-totals-container .order-totals div.your-totals-netTax {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .cart-container .order-totals-container .order-totals div.your-totals-netTax .pull-left {
    float: none !important;
  }
  .cart-container .order-totals-container .order-totals .promo-code,
  .cart-container .order-totals-container .order-totals .shipping-zip,
  .cart-container .order-totals-container .order-totals .shipping-options {
    display: table;
    width: 100%;
    margin: 10px 0;
  }
  .cart-container .order-totals-container .order-totals .promo-code .help-info,
  .cart-container .order-totals-container .order-totals .shipping-zip .help-info,
  .cart-container .order-totals-container .order-totals .shipping-options .help-info,
  .cart-container .order-totals-container .order-totals .promo-code label,
  .cart-container .order-totals-container .order-totals .shipping-zip label,
  .cart-container .order-totals-container .order-totals .shipping-options label,
  .cart-container .order-totals-container .order-totals .promo-code input,
  .cart-container .order-totals-container .order-totals .shipping-zip input,
  .cart-container .order-totals-container .order-totals .shipping-options input,
  .cart-container .order-totals-container .order-totals .promo-code button,
  .cart-container .order-totals-container .order-totals .shipping-zip button,
  .cart-container .order-totals-container .order-totals .shipping-options button {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .cart-container .order-totals-container .order-totals .promo-code .help-info,
  .cart-container .order-totals-container .order-totals .shipping-zip .help-info,
  .cart-container .order-totals-container .order-totals .shipping-options .help-info {
    margin-left: 5px;
  }
  .cart-container .order-totals-container .order-totals .promo-code .help-info .tooltip,
  .cart-container .order-totals-container .order-totals .shipping-zip .help-info .tooltip,
  .cart-container .order-totals-container .order-totals .shipping-options .help-info .tooltip {
    left: auto;
    right: -15px;
  }
  .cart-container .order-totals-container .order-totals .promo-code .help-info .tooltip .tooltip-holder,
  .cart-container .order-totals-container .order-totals .shipping-zip .help-info .tooltip .tooltip-holder,
  .cart-container .order-totals-container .order-totals .shipping-options .help-info .tooltip .tooltip-holder {
    font-size: 14px;
  }
  .cart-container .order-totals-container .order-totals .promo-code .help-info .tooltip .tooltip-holder:after,
  .cart-container .order-totals-container .order-totals .shipping-zip .help-info .tooltip .tooltip-holder:after,
  .cart-container .order-totals-container .order-totals .shipping-options .help-info .tooltip .tooltip-holder:after {
    left: auto;
    right: 14px;
  }
  .cart-container .order-totals-container .order-totals .promo-code label,
  .cart-container .order-totals-container .order-totals .shipping-zip label,
  .cart-container .order-totals-container .order-totals .shipping-options label {
    display: table-cell;
    width: auto;
    font-size: 16px;
  }
  .cart-container .order-totals-container .order-totals .promo-code .order-totals-form,
  .cart-container .order-totals-container .order-totals .shipping-zip .order-totals-form,
  .cart-container .order-totals-container .order-totals .shipping-options .order-totals-form {
    display: table-cell;
    text-align: right;
    width: 345px;
  }
  .cart-container .order-totals-container .order-totals .promo-code .order-totals-form select,
  .cart-container .order-totals-container .order-totals .shipping-zip .order-totals-form select,
  .cart-container .order-totals-container .order-totals .shipping-options .order-totals-form select {
    width: 290px !important;
    float: none !important;
    display: inline-block;
    height: auto !important;
    padding: 6px;
    margin-right: 3px;
    background: white;
    font-size: 16px;
    border-color: #525864;
    border-radius: 3px;
    font-size: 16px !important;
  }
  .cart-container .order-totals-container .order-totals .promo-code .order-totals-form .tooltip,
  .cart-container .order-totals-container .order-totals .shipping-zip .order-totals-form .tooltip,
  .cart-container .order-totals-container .order-totals .shipping-options .order-totals-form .tooltip {
    text-align: left;
  }
  .cart-container .order-totals-container .order-totals .promo-code input,
  .cart-container .order-totals-container .order-totals .shipping-zip input,
  .cart-container .order-totals-container .order-totals .shipping-options input {
    border-width: 1px 0 1px 1px;
    border-color: #525864;
    border-style: solid;
    width: 200px;
    padding: 6px 10px;
    height: auto;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
  }
  .cart-container .order-totals-container .order-totals .promo-code button,
  .cart-container .order-totals-container .order-totals .shipping-zip button,
  .cart-container .order-totals-container .order-totals .shipping-options button {
    border-width: 1px 1px 1px 0;
    border-color: #525864;
    border-style: solid;
    border-radius: 0 3px 3px 0;
    height: auto;
    width: 100px;
    margin: 0;
    padding: 6px 10px;
    margin-left: -4px;
    background-color: #525964;
    text-transform: capitalize;
  }
  .cart-container .order-totals-container .order-totals .shipping-zip input {
    margin-right: 4px;
  }
  .cart-container .order-totals-container .order-totals .merch-total,
  .cart-container .order-totals-container .order-totals .shipping-handling {
    font-size: 16px;
  }
  .cart-container .order-totals-container .order-totals .merch-total .pull-left,
  .cart-container .order-totals-container .order-totals .shipping-handling .pull-left,
  .cart-container .order-totals-container .order-totals .merch-total .pull-right,
  .cart-container .order-totals-container .order-totals .shipping-handling .pull-right {
    display: inline-block;
    width: 73%;
    box-sizing: border-box;
  }
  .cart-container .order-totals-container .order-totals .merch-total .pull-left,
  .cart-container .order-totals-container .order-totals .shipping-handling .pull-left {
    float: none !important;
  }
  .cart-container .order-totals-container .order-totals .merch-total .pull-right,
  .cart-container .order-totals-container .order-totals .shipping-handling .pull-right {
    text-align: right;
    width: 25%;
  }
  .cart-container .order-totals-container .order-totals .view-details-button {
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
  }
  .cart-container .order-totals-container .order-totals .slider-info {
    display: block;
    width: 100% !important;
  }
  .cart-container .order-totals-container .order-totals .slider-info .merch-total {
    padding: 5px 0 !important;
  }
  .cart-container .order-totals-container .order-totals .slider-info .merch-total .pull-left {
    float: none !important;
    box-sizing: border-box;
  }
  .cart-container .order-totals-container .order-totals .slider-info .imprint-set-up {
    font-size: 16px;
  }
  .cart-container .order-totals-container .order-totals .slider-info .imprint-set-up .pull-left,
  .cart-container .order-totals-container .order-totals .slider-info .imprint-set-up .pull-right {
    display: inline-block;
    width: 73%;
    box-sizing: border-box;
  }
  .cart-container .order-totals-container .order-totals .slider-info .imprint-set-up .pull-left {
    float: none !important;
  }
  .cart-container .order-totals-container .order-totals .slider-info .imprint-set-up .pull-right {
    text-align: right;
    width: 25%;
  }
  .cart-container .order-totals-container .order-totals .slider-info > .pull-right {
    float: none !important;
    display: inline-block;
    width: 70px;
    margin-left: -webkit-calc(100% - 70px);
    margin-left: calc(100% - 70px);
    text-align: right;
    font-size: 16px;
    padding: 0 0 10px;
  }
  .cart-container .order-totals-container .order-totals .order-totals-buttons {
    text-align: right;
    margin: 0 -10px;
  }
  .cart-container .order-totals-container .cart-ad-spots {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart-container .cart-main .cart-header .page-heading-cart {
    display: block;
    width: auto;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .cart-container .cart-main .cart-header .cart-checkout-container {
    display: block;
    width: auto;
  }
  .cart-container .cart-main .cart-header .cart-checkout-container button {
    display: block;
    width: 100%;
  }
  .cart-container .headline {
    text-align: center;
  }
  .cart-container .headline .continue {
    display: none;
  }
  .cart-container .order-totals-container .order-totals button[name=continue] {
    display: block;
    width: 100%;
  }
  .cart-container .order-totals-container .order-totals button[name=checkout] {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
  .cart-container .order-totals-container .order-totals .promo-code,
  .cart-container .order-totals-container .order-totals .shipping-zip,
  .cart-container .order-totals-container .order-totals .shipping-options {
    display: block;
    margin: 0 0 15px;
  }
  .cart-container .order-totals-container .order-totals .promo-code label,
  .cart-container .order-totals-container .order-totals .shipping-zip label,
  .cart-container .order-totals-container .order-totals .shipping-options label {
    display: block;
    width: auto;
    margin: 0 0 5px;
  }
  .cart-container .order-totals-container .order-totals .promo-code input,
  .cart-container .order-totals-container .order-totals .shipping-zip input,
  .cart-container .order-totals-container .order-totals .shipping-options input {
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
  }
  .cart-container .order-totals-container .order-totals .promo-code .order-totals-form,
  .cart-container .order-totals-container .order-totals .shipping-zip .order-totals-form,
  .cart-container .order-totals-container .order-totals .shipping-options .order-totals-form {
    display: block;
    width: auto;
  }
  .cart-container .order-totals-container .order-totals .promo-code .order-totals-form select,
  .cart-container .order-totals-container .order-totals .shipping-zip .order-totals-form select,
  .cart-container .order-totals-container .order-totals .shipping-options .order-totals-form select {
    width: -webkit-calc(100% - 24px) !important;
    width: calc(100% - 24px) !important;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .cart-container .order-totals button[name=continue] {
    margin-right: 1% !important;
  }
  .cart-container .order-totals button[name=checkout] {
    width: 58% !important;
  }
}
div .upsellbox-wrapper {
  float: left;
  margin: 20% 0 0 -319%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  div .upsellbox-wrapper {
    margin: 10% 0 0 -180%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  div .upsellbox-wrapper {
    position: relative;
    min-height: 70px;
    margin: 40px auto;
    padding: 10px 0;
    float: right;
  }
}
div .upsellbox-wrapper .upsellbox {
  font-size: 14px;
  color: #2890B9;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: white;
  width: 450px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, 0.2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  div .upsellbox-wrapper .upsellbox {
    width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  div .upsellbox-wrapper .upsellbox {
    float: none;
    position: absolute;
    right: 0;
    margin-left: 0;
    -webkit-transform: translateX(23vw);
        -ms-transform: translateX(23vw);
            transform: translateX(23vw);
    width: 90vw;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  div .upsellbox-wrapper .upsellbox {
    -webkit-transform: translate(28vw);
        -ms-transform: translate(28vw);
            transform: translate(28vw);
  }
}
div .upsellbox-wrapper .upsellbox #upsellAddToCart {
  background-color: #FEA000;
  color: white;
  width: auto;
  /* Medullus changes against task ID(23299) dated on(09/02/19) */
  outline-style: dashed;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  height: 23px;
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  div .upsellbox-wrapper .upsellbox #upsellAddToCart {
    margin-top: 2%;
  }
}
/* CATEGORY 1 PAGES	*/
.spaced {
  margin: 5px 0 5px 0;
}
.cat-one-image {
  margin: 15px 5px -5px 0;
}
.star-rating-facet {
  cursor: pointer;
}
.searchSpellingSuggestionPrompt {
  font-weight: bold;
  margin: 10px 0 -5px 25px;
}
.searchSpellingSuggestionPrompt a {
  text-decoration: underline;
}
.product-item {
  position: relative;
}
.product-item .product-image .variant-image {
  display: none;
}
.product-item .product-image .variant-image img {
  display: inherit;
}
.product-item .product-image .variant-image.active {
  display: block;
}
.product-item .product-image img {
  width: 100%;
  height: 100%;
}
.product-item .product-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.product-item .color-swatches {
  position: relative;
  z-index: 5;
}
.product-item .color-swatches img {
  border: 1px solid #e5c78a;
  cursor: pointer;
}
.product-item .color-swatches img:hover {
  border: 1px solid #000000;
}
.product-item .color-swatches img.current {
  border: 1px solid #000000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-item .color-swatches img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .category-page > .page-heading {
    margin: 0 10px !important;
  }
}
.category-page .product-carousel {
  margin-left: 20px;
}
.category-page-copy {
  margin: 0 0 0 20px;
  padding: 10px 10px 0;
  background-color: #fcfcfc;
  overflow: hidden;
}
.category-page-copy p {
  font-size: 12px;
  color: #252525;
}
.category-page-copy .content {
  margin: 0;
}
.category-page-copy.cpd .content {
  height: 20px;
}
.category-page-copy .read-more-button-container {
  background-color: #fcfcfc;
  overflow: hidden;
  position: relative;
  padding: 0 0 5px 0;
}
.category-page-copy .read-more-button-container .read-more,
.category-page-copy .read-more-button-container .read-less {
  font-size: 12px;
  margin: 5px 10px 0 0;
  font-weight: 400;
  cursor: pointer;
}
.category-page-copy .cat-one-heading {
  background-color: #525964;
  color: #ffffff;
}
.category-page-copy .cat-one-heading span {
  border-bottom: 6px solid #7c8797;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .category-page-copy {
    margin: 0 10px;
    padding: 15px 15px 0;
  }
  .category-page-copy p {
    font-size: 14px;
  }
  .category-page-copy.cpd .content {
    height: 60px;
  }
  .category-page-copy .read-more-button-container .read-more,
  .category-page-copy .read-more-button-container .read-less {
    font-size: 16px;
    margin: 10px 0 0 0;
    font-weight: 400;
    cursor: pointer;
  }
}
.category-page-sorting {
  margin: 0 0 0 20px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .category-page-sorting {
    margin: 10px;
  }
}
.category-page-sorting .sort-options {
  width: 40%;
  float: right;
  /* Medullus changes against task ID(22138) dated on(09/02/19) */
}
.category-page-sorting .sort-options .sortOptions {
  padding: 4px 16px 3px 0px;
  margin: 2px 0 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .category-page-sorting .sort-options {
    display: block;
    width: auto;
  }
  .category-page-sorting .sort-options.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    z-index: 9998;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .category-page-sorting .sort-options .sortOptions {
    max-width: 100px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .category-page-sorting .sort-options .sortOptions {
    max-width: none;
  }
}
.category-page-sorting .sort-options .title {
  font-size: 14px;
  font-weight: bold;
}
.category-page-sorting .sort-options form {
  float: right;
}
.category-page-sorting .sort-options .sort-dropdown {
  float: right;
  margin: 3px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .category-page-sorting .sort-options .sort-dropdown {
    display: none;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .category-page-sorting .sort-options .sort-dropdown {
    display: inline-block;
  }
}
.facet-item a:hover {
  text-decoration: underline;
}
.facet-item .active {
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .facet-item {
    padding: 0 20px !important;
  }
  .facet-item a {
    display: block;
    line-height: 44px;
    color: #0074c8;
    font-size: 16px !important;
    border-bottom: 1px solid #f2f8fd;
  }
}
select.sort {
  border-color: #252525;
  padding: 3px;
  width: 100px;
  margin: 0 10px 0 7px;
}
.cat-one-buttons {
  font-size: 14px;
}
.cat-one-buttons h4 {
  color: #000000;
  display: block;
  padding: 10px;
  font-size: 15px;
  text-transform: capitalize;
  background-color: #ecedf1;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-one-buttons h4 {
    border-top: 1px solid #cae4f7;
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
    background-color: #ddebf7;
    color: #0074c8;
    font-weight: normal;
  }
}
.cat-one-buttons ul {
  padding: 0;
}
.cat-one-buttons ul li {
  margin: 5px 0 6px 0;
  line-height: 26px;
  letter-spacing: .05px;
}
.cat-one-buttons ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}
.cat-one-buttons .more-category-button {
  font-size: 12px;
}
.cat-one-buttons .more-category-button .see-more,
.cat-one-buttons .more-category-button .see-less {
  float: none !important;
  margin: 0;
  text-align: center;
}
.cat-one-buttons .more-category-button .see-more i,
.cat-one-buttons .more-category-button .see-less i {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-one-buttons {
    width: auto;
    float: none;
    margin: 0;
    font-size: 16px;
    padding: 0;
  }
  .cat-one-buttons ul {
    margin: 0;
    padding: 0 20px;
  }
  .cat-one-buttons ul li {
    width: auto;
    margin: 0;
    line-height: 44px;
    color: #0074c8;
    background-color: transparent;
    padding: 0;
  }
  .cat-one-buttons .more-category-button .see-more,
  .cat-one-buttons .more-category-button .see-less {
    color: #0074c8;
    padding: 15px 0;
    font-size: 14px;
  }
  .cat-one-buttons .more-category-button .see-more i,
  .cat-one-buttons .more-category-button .see-less i {
    display: block;
  }
}
/* THIS ADDS MARGIN TO "PAGE HEADING" CLASS
.cat-one {
	margin-top: 40px;
} */
.cat-one-carousel {
  font-size: 0;
  margin: 20px 28px 15px 25px;
  overflow: hidden;
  width: 100%;
}
.cat-one-carousel.relative {
  position: relative;
  width: 100%;
  margin-left: 0px;
}
.cat-one-carousel.relative .category-one-arrow {
  float: left;
  width: 97%;
  height: 40px;
  text-align: right;
  font-weight: bold;
}
.cat-one-carousel.relative .category-one-arrow .carousel-right-arrow {
  margin: 0 0 0 13px;
  height: 20px;
}
.cat-one-carousel .product-container {
  display: inline-block;
  margin-left: 2%;
  margin-bottom: 15px;
  width: 17%;
}
.cat-one-carousel .product-container:nth-child(n+6) {
  display: none;
}
.cat-one-carousel .product-container .product-item {
  border: 1px solid #e3e4e8;
  height: 450px;
  position: relative;
  margin-left: 0px;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-one-carousel {
    margin: 0;
    padding: 10px 10px 0;
    box-sizing: border-box;
  }
  .cat-one-carousel .product-container {
    margin: 5px 0;
  }
  .cat-one-carousel.relative {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .cat-one-carousel .product-container {
    margin-left: 0;
    margin-right: 15px;
    width: -webkit-calc(25% - 12px);
    width: calc(25% - 12px);
  }
  .cat-one-carousel .product-container:nth-child(4n) {
    margin-right: 0;
  }
  .cat-one-carousel .product-container:nth-child(n+5) article {
    display: none;
  }
  .cat-one-carousel .product-container .product-item {
    height: 505px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cat-one-carousel .product-container {
    margin-left: 0;
    margin-right: 10px;
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
  }
  .cat-one-carousel .product-container:nth-child(even) {
    margin-right: 0;
  }
  .cat-one-carousel .product-container:nth-child(n+5) article {
    display: none;
  }
  .cat-one-carousel .product-container .product-item {
    height: 525px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .cat-one-carousel .product-container {
    width: -webkit-calc(33% - 5px);
    width: calc(33% - 5px);
    margin: 10px 10px 0 0;
  }
  .cat-one-carousel .product-container:nth-child(even) {
    margin: 10px 10px 0 0;
  }
  .cat-one-carousel .product-container:nth-child(3n) {
    margin-right: 0;
  }
  .cat-one-carousel .product-container:nth-child(n+4) article {
    display: none !important;
  }
  .cat-one-carousel .product-container .product-item {
    height: 550px;
  }
}
.cat-one-carousel-right-arrow {
  float: left;
  margin: 100px 0 0 15px;
  margin-top: 175px;
}
.category-one-ad {
  position: relative;
  float: left;
  width: 156px;
  height: 380px;
  margin-right: 25px;
}
/* THIS REVISES "PRODUCT ITEM" CLASS FROM FOUR-PRODUCT-CAROUSEL */
.product-item > div.compare-checkbox-cat-one {
  position: relative;
  margin-left: 10px;
  padding-top: 20px;
  z-index: 5;
}
.see-all-products {
  color: #777;
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 40px;
  margin-right: 4%;
}
.see-all-products:hover {
  color: #ffaa00;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .see-all-products.view-more {
    padding: 10px;
    display: block;
    width: auto;
    margin: 0 0 15px;
    text-align: right;
  }
  .see-all-products.view-more .number-of-products-in-list {
    vertical-align: middle;
  }
  .see-all-products.view-more i {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 0 0 5px;
  }
}
/* CATEGORY 2 PAGES */
.cat-two-image {
  float: right;
  margin: 15px 5px -5px 0;
  position: relative;
}
.cat-two-top-banner {
  display: block;
  clear: both;
  margin-left: 25px;
  margin-bottom: -10px;
}
.cat-two-sorting {
  margin-top: 15px;
  vertical-align: middle;
}
.cat-two-sorting img {
  padding-left: 10px;
}
.loader {
  display: none;
  width: 100%;
  text-align: center;
}
.page-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: 1000001;
}
.page-loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #0074c8;
  font-size: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-loader {
    opacity: 0.95;
  }
}
.result-number {
  margin: 5px 0 0 25px;
  font-size: 12px;
}
#cat-two-viewport {
  position: relative;
  overflow: hidden;
}
#grid-view {
  cursor: pointer;
}
#list-view {
  cursor: pointer;
}
/*
.sitewide-promo {
    width: 50% !important;
    padding: 6px 5px 8px !important;
    margin: 0px !important;

    .responsive("tablet-mobile", {
        p {
            font-size: 80% !important;
        }
    });

    .responsive("mobile", {
        padding: 2px 10px !important;
        height: 45px !important;
        box-sizing: border-box;
    });

    .responsive("mobile-landscape", {
        padding: 2px 15px !important;
        height: 33px !important;
        box-sizing: border-box;
    });

    &.width40.orangeskew {
        position: absolute;
        width: 50% !important;

        &:before {
            height: 100% !important;
            left: -8px !important;
        }

        .responsive("mobile", {
            p {
                padding: 0 2px;
            }
        });
    }
}
*/
.product-overlay {
  position: absolute;
  background-color: #2CB0D6;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  box-shadow: 5px 5px 20px 1px #e3e4e8;
  text-shadow: 1px 1px 0 #1188ab;
  z-index: 1;
}
.product-overlay:after,
.product-overlay:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  background: inherit;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}
.product-overlay:after {
  z-index: -2;
}
.product-overlay:before {
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
  z-index: -1;
}
.product-overlay.top-left {
  top: -1px;
  left: -1px;
}
.product-overlay.top-right {
  top: -1px;
  right: -1px;
  background-color: #FFAA00;
  text-shadow: 1px 1px 0 #bb8009;
  -webkit-transform: rotate(90deg) translate(100%, 0);
      -ms-transform: rotate(90deg) translate(100%, 0);
          transform: rotate(90deg) translate(100%, 0);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-overlay {
    font-size: 18px;
  }
}
.cat-two-product-container {
  position: relative;
  margin: 10px 0 0;
}
.cat-two-product-container.lview .grid-view {
  display: none;
}
.cat-two-product-container.lview .list-view {
  display: block;
}
.cat-two-product-container .cat-two-product {
  /* GRID VIEW - DEFAULT */
  position: relative;
  float: left;
  z-index: 0;
}
.cat-two-product-container .popup-trigger {
  cursor: pointer;
}
.cat-two-product-container .product-container.grid-products {
  width: 25%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .cat-two-product-container .product-container.grid-products {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .cat-two-product-container .product-container.grid-products {
    width: 25%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cat-two-product-container .product-container.grid-products {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .cat-two-product-container .product-container.grid-products {
    width: 50%;
  }
}
.cat-two-product-container .product-container .youtubevideo #product-modal {
  width: 640px;
  height: 390px;
  text-align: center;
}
.cat-two-product-container .product-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cat-two-product-container .compareLink {
  padding: 5px 10px;
  margin-left: 10px;
  display: inline;
  border-radius: 3px;
  border: 0;
}
.cat-two-product-container .compareLink.hidden {
  display: none;
}
.cat-two-product-container .grid-view {
  clear: both;
  display: block;
  position: relative;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .cat-two-product-container .grid-view {
    margin: 0 5px;
    width: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cat-two-product-container .grid-view {
    margin: 0;
    width: auto;
    padding: 0;
  }
}
.cat-two-product-container .grid-view .cat-two-product {
  /* GRID VIEW - DEFAULT */
  position: relative;
  float: none;
  min-height: 575px;
  margin: 0 0 20px 0;
  background: #fafbff;
  border: 1px solid #e3e4e8;
  width: auto;
}
@media only screen and (min-width: 1044px) {
  .cat-two-product-container .grid-view .cat-two-product {
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .cat-two-product-container .grid-view .cat-two-product {
    min-height: 655px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .cat-two-product-container .grid-view .cat-two-product {
    min-height: 640px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .cat-two-product-container .grid-view .cat-two-product {
    min-height: 680px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cat-two-product-container .grid-view .cat-two-product {
    min-height: 700px;
    margin: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-two-product-container .grid-view .cat-two-product {
    float: none;
  }
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-image {
  position: relative;
  border-bottom: 1px solid #e3e4e8;
  z-index: 5;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-image .variant-image {
  display: none;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-image .variant-image img {
  display: inherit;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-image .variant-image.active {
  display: block;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-image img {
  width: 100%;
  height: 100%;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-compare-checkbox {
  position: relative;
  clear: both;
  padding: 15px 10px 5px;
  z-index: 5;
  line-height: normal;
  font-size: 16px;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-compare-checkbox input {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-compare-checkbox span {
  margin-left: 5px;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-color-swatches {
  position: relative;
  z-index: 5;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-color-swatches ul {
  margin: 5px 0 0 -30px;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-color-swatches ul li {
  display: inline-block;
  padding: 4px 6px 0 0;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-color-swatches ul li img {
  cursor: pointer;
  border: 1px solid #e5c78a;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-color-swatches ul li img:hover {
  border: 1px solid #000000;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-color-swatches ul li img.current {
  border: 1px solid #000000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-two-product-container .grid-view .cat-two-product .cat-two-color-swatches ul li img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
  }
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-name {
  color: #7c8797;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 10px 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-two-product-container .grid-view .cat-two-product .cat-two-product-name {
    line-height: 24px;
    padding: 10px 10px 0;
  }
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-description {
  padding: 10px 10px 0 10px;
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-two-product-container .grid-view .cat-two-product .cat-two-product-description {
    line-height: 24px;
  }
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-info {
  /* THIS DOCKS PRODUCT CONTENT FROM VIDEO -> YOUR PRICE AT THE BOTTOM OF CONTAINER */
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-info .product-rating {
  margin: 5px 0;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-info .cat-two-pricing {
  /* FIX THIS - WHY DOES WIDTH HAVE TO BE SET EXPLICITLY HERE? */
  position: relative;
  display: inline-block;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-info .cat-two-pricing .cat-two-strikeout-price {
  color: #525964;
  font-style: italic;
  width: 100%;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-info .cat-two-pricing .cat-two-strikeout-price span {
  text-decoration: line-through;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-info .cat-two-pricing .cat-two-your-price {
  float: left;
  width: 100%;
  padding-right: 8px;
  font-weight: 700;
  color: red;
}
.cat-two-product-container .grid-view .cat-two-product .cat-two-product-info .cat-two-min-quantity {
  margin: 5px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-two-product-container .grid-view .cat-two-product .cat-two-product-description,
  .cat-two-product-container .grid-view .cat-two-product .cat-two-product-info {
    font-size: 16px;
  }
}
.cat-two-product-container .list-view {
  display: none;
}
.cat-two-product-container .list-view .cat-two-product-list-view {
  position: relative;
  float: left;
  width: 98.04%;
  margin: 0 0 20px 20px;
  background: #fafbff;
  border: 1px solid #e3e4e8;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-two-product-container .list-view .cat-two-product-list-view {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cat-two-product-container .list-view .cat-two-product-list-view {
    margin: 0 0 10px;
    box-sizing: border-box;
    width: auto;
  }
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image .variant-image {
  display: none;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image .variant-image img {
  display: inherit;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image .variant-image.active {
  display: block;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image img {
  width: 100%;
  height: auto;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image .product-overlay.top-left {
  top: auto;
  bottom: -1px;
  left: auto;
  right: -1px;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image .product-overlay.top-left:before,
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image .product-overlay.top-left:after {
  right: auto;
  left: 0;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-image .product-overlay.top-right {
  right: auto;
  left: -1px;
  -webkit-transform: rotate(90deg) translate(0%, -100%);
      -ms-transform: rotate(90deg) translate(0%, -100%);
          transform: rotate(90deg) translate(0%, -100%);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-compare-checkbox {
  position: relative;
  clear: both;
  z-index: 5;
  line-height: 30px;
  font-size: 16px;
  padding: 10px 0 !important;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-compare-checkbox input {
  float: left;
  width: 30px;
  height: 30px;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-compare-checkbox span {
  margin-left: 5px;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-info {
  float: right;
  width: 80%;
}
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-info .col-1,
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-info .col-2,
.cat-two-product-container .list-view .cat-two-product-list-view .cat-two-product-info .col-3 {
  float: left;
  height: 100%;
  margin-top: 10px;
  margin-right: 1%;
}
.cat-two-product-container .list-view .cat-two-product-list-view .star-rating {
  margin-right: 0;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 {
  width: 27%;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 div {
  padding-bottom: 6px;
  width: 100%;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 div.cat-two-color-swatches {
  float: left;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 .cat-two-product-name {
  float: left;
  font-weight: 700;
  color: #7c8797;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 .cat-two-compare-checkbox {
  float: left;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 .cat-two-color-swatches ul {
  float: left;
  padding-left: 0;
  /* THIS FIXES USER AGENT STYLESHEET */
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 .cat-two-color-swatches ul li {
  float: left;
  padding: 4px 6px 0 0;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 .cat-two-color-swatches ul li img {
  border: 1px solid #e5c78a;
  cursor: pointer;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 .cat-two-color-swatches ul li img:hover {
  border: 1px solid #000000;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 .cat-two-color-swatches ul li img.current {
  border: 1px solid #000000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-two-product-container .list-view .cat-two-product-list-view .col-1 .cat-two-color-swatches ul li img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
  }
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-1 .play-video-link {
  float: left;
  padding: 0 10px 10px 0;
  cursor: pointer;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-2 {
  width: 43%;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-2 .cat-two-product-description {
  margin-left: 12px;
  margin-bottom: 10px;
  font-size: 14px;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-3 {
  width: 25%;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-3 div {
  float: right;
  padding-bottom: 12px;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-3 .cat-two-product-info {
  /* THIS DOCKS PRODUCT CONTENT FROM VIDEO -> YOUR PRICE AT THE BOTTOM OF CONTAINER */
  font-size: 14px;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-3 .cat-two-product-info .cat-two-pricing {
  /* FIX THIS - WHY DOES WIDTH HAVE TO BE SET EXPLICITLY HERE? */
  font-size: 14px;
  width: 100%;
  text-align: right;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-3 .cat-two-product-info .cat-two-pricing .cat-two-strikeout-price {
  text-decoration: line-through;
  color: #525964;
  font-style: italic;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-3 .cat-two-product-info .cat-two-pricing .cat-two-your-price {
  font-weight: 700;
  color: red;
}
.cat-two-product-container .list-view .cat-two-product-list-view .col-3 .cat-two-product-info .cat-two-min-quantity {
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cat-two-product-container {
    margin: 0;
    padding: 0 5px;
  }
  .cat-two-product-container.lview {
    padding: 0 10px;
  }
}
.checkout-header {
  margin: -16px 0 20px;
}
.checkout-header-strip {
  display: table;
}
@media only screen and (min-width: 1044px) {
  .checkout-header-strip {
    display: none;
  }
}
.checkout-header-strip .container .top-nav .responsive-top-nav-checkout .myron-logo img {
  margin: 0 15px;
}
.checkout-header-strip .container .top-nav .responsive-top-nav-checkout .header-phone {
  display: table-cell;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .checkout-header-strip .container .top-nav .responsive-top-nav-checkout .header-phone .contact-icons {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .checkout-header-strip .container .top-nav .responsive-top-nav-checkout .header-phone .call-us {
    font-size: 16px;
  }
}
.checkout-header-strip .container .top-nav .responsive-top-nav-checkout .header-phone .call-us .number {
  font-weight: bold;
  color: #fa0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .checkout-header-strip .container .top-nav .responsive-top-nav-checkout .header-phone {
    padding-right: 10px;
    width: 140px;
  }
}
@media only screen and (min-width: 1044px) {
  .checkout-header-strip .container .top-nav .responsive-top-nav-checkout .responsive-icons {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-header-strip .container .top-nav .responsive-top-nav-checkout .responsive-icons {
    display: table-cell;
    width: 60px;
  }
}
.checkout-header-strip .container .top-nav .responsive-top-nav-checkout .responsive-icons ul li {
  padding: 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .checkout-header-strip .container .top-nav .responsive-top-nav-checkout .responsive-icons ul li {
    padding: 0 10px;
    font-size: 22px;
  }
}
.checkout-header-strip .container .top-nav .responsive-top-nav-checkout .responsive-icons #header-live-chat-btn-responsive.bcText {
  margin-left: 0;
  padding-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-header-strip .container .top-nav .responsive-top-nav-checkout .responsive-icons #header-live-chat-btn-responsive.bcText {
    margin: 0;
    padding: 0 15px;
  }
}
.continue-shopping {
  display: table;
  width: 100%;
}
.continue-shopping .search-btn {
  background-color: #02518a;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  float: right;
  margin: 10px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 180px;
}
@media only screen and (min-width: 1044px) {
  .continue-shopping .search-btn {
    margin: 10px 0;
  }
}
.continue-shopping .search-btn:hover {
  background-color: #ffa000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container {
    border: 0;
    float: none;
    display: table;
    margin: 0 0 25px;
    width: 100%;
  }
}
#guestRegisterForm .form_field-elements {
  overflow: hidden;
}
#guestRegisterForm .form-field-button {
  text-align: right;
}
@media only screen and (min-width: 1044px) {
  #guestRegisterForm .form-field-button {
    width: 501px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #guestRegisterForm .form-field-button {
    width: auto;
    margin: 20px 0 0 0;
  }
}
#guestRegisterForm .form-field-button a,
#guestRegisterForm .form-field-button button {
  font-size: 16px;
  padding: 10px 20px !important;
  box-sizing: border-box;
  border-radius: 3px;
  height: auto;
  line-height: normal;
}
.checkoutheader {
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 25px;
  width: 100%;
}
.checkoutheader .logoContentSlot {
  float: left;
  width: 20%;
  padding: 5px 0;
}
.checkoutheader .logoContentSlot img {
  max-width: 205px;
  padding: 10% 0;
}
.checkoutheader .sectionOneContentSlot {
  display: none;
}
.checkoutheader .checkout-header-menu {
  padding: 5px 0;
  width: 80%;
  float: left;
}
.checkoutheader .checkout-header-menu .chkout-col {
  width: 33.33%;
  float: left;
}
.checkoutheader .checkout-header-menu .chkout-col .number {
  padding: 40px 0;
  text-align: center;
}
.checkoutheader .checkout-header-menu .chkout-col .chat-btn {
  padding: 40px 0;
  text-align: center;
}
.checkoutheader .checkout-header-menu .chkout-col .continue-shopping {
  text-align: right;
  padding: 40px 0;
}
.checkoutheader .checkout-header-menu .right {
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkoutheader {
    margin: 0;
  }
  .checkoutheader .logoContentSlot {
    display: block;
    padding: 10px;
  }
  .checkoutheader .logoContentSlot a {
    display: block;
    text-align: center;
  }
  .checkoutheader .logoContentSlot img {
    max-width: 100%;
    box-sizing: border-box;
    max-height: 60px;
  }
  .checkoutheader .checkout-header-menu {
    display: block;
    width: 100%;
  }
  .checkoutheader .checkout-header-menu .chkout-col .number {
    padding: 23px 10px;
    font-size: 12px;
  }
  .checkoutheader .checkout-header-menu .chkout-col .chat-btn {
    padding: 30px 10px;
  }
  .checkoutheader .checkout-header-menu .chkout-col .continue-shopping {
    text-align: center;
    padding: 30px 10px;
  }
}
.checkout-container {
  width: 100%;
  float: left;
  border-top: 2px solid #252525;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container {
    border: 0;
    float: none;
    display: block;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .checkout-container {
    display: table;
    width: 100%;
  }
}
.checkout-container .hidden {
  display: none;
}
.checkout-container .cancel-button {
  background-color: #252525;
  color: #ffffff;
  padding: 6px 30px;
  text-decoration: none;
  border: 1px solid #000000;
}
.checkout-container .invalid {
  display: none;
  background-color: #e47b5c;
  padding: 5px;
  margin: 5px 0 0 0;
  color: white;
}
.checkout-container .sectionTwoContentSlot {
  width: 630px;
  overflow: hidden;
  background: #ffffff;
}
.checkout-container .checkout-slot-left {
  float: left;
  margin: 0 0 -25px 0;
  width: 630px;
  height: auto;
  border: 1px solid #252525;
  /* BORDER FOR DEMO ONLY */
}
.checkout-container .checkout-slot-right {
  float: right;
  margin: 0 0 -25px 0;
  width: 320px;
  height: auto;
  border: 1px solid #252525;
  /* BORDER FOR DEMO ONLY */
}
.checkout-container #termsAndConditions .trigger {
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container #termsAndConditions input[type="checkbox"] {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
}
.checkout-container .checkout-right-col {
  float: right;
  overflow: hidden;
  width: 40%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-right-col {
    float: none;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 0 10px;
  }
  .checkout-container .checkout-right-col .place-your-order {
    display: block;
    width: auto;
    margin: 10px 0;
  }
  .checkout-container .checkout-right-col .place-your-order button {
    width: 100%;
  }
  .checkout-container .checkout-right-col .place-your-order:first-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .checkout-container .checkout-right-col {
    display: table-cell;
    width: 300px;
    vertical-align: top;
    padding-right: 10px;
  }
}
.checkout-container .checkout-right-col .sectionThreeContentSlot,
.checkout-container .checkout-right-col .sectionFourContentSlot {
  padding: 0 0 0 10px;
  width: 310px;
  overflow: hidden;
}
.checkout-container .checkout-right-col .action-button {
  width: 100%;
}
.checkout-container .checkout-right-col .addresses {
  width: 100%;
  margin: 15px 0 0 15px;
}
.checkout-container .checkout-right-col .addresses ul {
  margin: 0;
  padding: 0;
}
.checkout-container .checkout-right-col .addresses ul li {
  margin: 0;
  padding: 0;
}
.checkout-container .checkout-right-col .addresses .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.checkout-container .checkout-right-col .addresses .billing-address {
  padding: 10px 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #252525;
}
.checkout-container .checkout-right-col .addresses .billing-address table {
  width: 100%;
}
.checkout-container .checkout-right-col .addresses .billing-address table td {
  vertical-align: center;
}
.checkout-container .checkout-right-col .addresses .billing-address table td a {
  text-decoration: underline;
}
.checkout-container .checkout-right-col .addresses .shipping-address {
  padding: 10px 0 10px 0;
  width: 100%;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.checkout-container .checkout-right-col .addresses .shipping-address table {
  width: 100%;
}
.checkout-container .checkout-right-col .addresses .shipping-address table td {
  vertical-align: center;
}
.checkout-container .checkout-right-col .addresses .shipping-address table td a {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-right-col .addresses .shipping-address .edit-btn {
    vertical-align: bottom;
    text-align: right;
  }
  .checkout-container .checkout-right-col .addresses .shipping-address .edit-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    background: #0e7bca;
    color: #ffffff;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-right-col .addresses {
    margin: 0;
  }
  .checkout-container .checkout-right-col .addresses .billing-address,
  .checkout-container .checkout-right-col .addresses .shipping-address {
    border: 0;
    padding: 10px;
    background: #fafbff;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 10px 0 0;
  }
}
.checkout-container .checkout-right-col .merch-total {
  margin: 0;
}
.checkout-container .checkout-right-col .merch-total .you-save {
  color: #259b48;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  padding-left: 20px;
  background: url('../images/checkmark.png') scroll left center no-repeat transparent;
}
.checkout-container .new-address-form {
  display: none;
  overflow: hidden;
  float: left;
  width: 100%;
}
.checkout-container .new-address-form[data-checkout-mode="guest"],
.checkout-container .new-address-form[data-checkout-mode="new"] {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .new-address-form {
    float: none;
    padding: 0 0 15px;
    box-sizing: border-box;
  }
}
.checkout-container .checkout-main {
  float: left;
  width: 60%;
  height: auto;
  background-color: #fafbff;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main {
    float: none;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 0;
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .checkout-container .checkout-main {
    display: table-cell;
    width: auto;
    vertical-align: top;
  }
}
.checkout-container .checkout-main .checkout-section-header {
  float: left;
  height: 70px;
  line-height: 70px;
  width: 100%;
  margin-bottom: 7px;
  background-image: url('../images/checkout/checkout-header-expanded.jpg');
  font-size: 30px;
  color: #ffffff;
  background-color: #282828;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.checkout-container .checkout-main .checkout-section-header span {
  padding-left: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-section-header {
    float: none;
    display: block;
    width: auto;
    line-height: normal;
    height: auto;
    padding: 10px;
    margin: 0 10px 10px;
    border-radius: 3px;
    font-size: 24px;
    background-size: 80%;
  }
  .checkout-container .checkout-main .checkout-section-header span {
    padding: 0;
  }
  .checkout-container .checkout-main .checkout-section-header span:first-child {
    padding-right: 5px;
  }
}
.checkout-container .checkout-main #paymentDetailsForm {
  overflow: hidden;
}
.checkout-container .checkout-main #paymentDetailsForm .form-field {
  width: 100%;
}
.checkout-container .checkout-main #paymentDetailsForm .form-field.short input {
  width: 50%;
}
@media only screen and (min-width: 1044px) {
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-expiration .input-container {
    width: auto;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-expiration .input-container select {
    width: auto;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main #paymentDetailsForm .form-field {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    float: none;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .pull-left {
    width: auto;
    margin: 0;
    font-size: 14px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .pull-left .plabel {
    position: absolute;
    left: 10px;
    top: -10px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .pull-left .plabel .help-info {
    padding: 0;
    width: auto;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .pull-left .plabel .tooltip-holder {
    font-size: 14px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .pull-left .mandatory {
    position: absolute;
    top: -8px;
    right: 22px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
    height: 11px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container {
    float: none;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 10px 0 0;
    position: relative;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container input:not([type="checkbox"]),
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container select {
    float: none;
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container input:not([type="checkbox"]):focus,
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container select:focus {
    background-color: #ffffff;
    border-color: #0074c8;
    box-shadow: none;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.error {
    border: 0;
    background-color: transparent;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.error input:not([type="checkbox"]),
  .checkout-container .checkout-main #paymentDetailsForm .form-field.error select {
    border-color: red;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.error .error-msg {
    margin: 5px 0;
    text-align: left;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-select {
    position: relative;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-select i {
    position: absolute;
    display: none;
    top: 15px;
    right: 14px;
    font-size: 16px;
    color: #6d6e70;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-phone .pull-left {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
    font-size: 14px;
    background: #fff;
    color: #6d6e70;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-phone .input-container {
    text-align: left;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]) {
    display: inline-block;
    width: auto !important;
    max-width: 60px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]):nth-child(4) {
    max-width: 70px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]):nth-child(5) {
    max-width: 65px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-static {
    position: relative;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-static .pull-left {
    position: absolute;
    left: 10px;
    top: -10px;
    width: auto;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    background-color: #fff;
    color: #6d6e70;
    line-height: 12px;
    z-index: 1;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-static .input-container {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-static .input-container b {
    float: none;
    font-weight: normal;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container .what-is-that {
    display: block;
    width: auto;
    padding: 10px;
    text-align: right;
    margin: 0;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container .what-is-that .small {
    font-size: 14px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container .what-is-that .tooltip {
    left: auto;
    right: 0;
    bottom: 30px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container .what-is-that .tooltip .tooltip-holder {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field .input-container .what-is-that .tooltip .tooltip-holder:after {
    left: auto;
    right: 40px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-expiration {
    display: table;
    width: 100%;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-expiration .input-container {
    display: table-cell;
    width: 50%;
    padding-right: 2.5px;
  }
  .checkout-container .checkout-main #paymentDetailsForm .form-field.form-expiration .input-container:last-child {
    padding-right: 0;
    padding-left: 2.5px;
  }
}
.checkout-container .checkout-main #paymentDetailsForm.error {
  border: 1px solid red;
  background-color: #fcebeb;
  color: red;
}
.checkout-container .checkout-main #paymentDetailsForm .cyb-error .server-error {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main #paymentDetailsForm {
    overflow: visible;
    margin: 0 0 10px;
    box-sizing: border-box;
  }
}
.checkout-container .checkout-main .checkout-section-header-inactive {
  float: left;
  height: 70px;
  line-height: 70px;
  width: 100%;
  margin-bottom: 7px;
  background-image: url('../images/checkout/checkout-header-expanded.jpg');
  font-size: 30px;
  color: #ffffff;
  background-color: #282828;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none;
  background-color: #c8cdd4;
}
.checkout-container .checkout-main .checkout-section-header-inactive span {
  padding-left: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-section-header-inactive {
    float: none;
    display: block;
    width: auto;
    line-height: normal;
    height: auto;
    padding: 10px;
    margin: 0 10px 10px;
    border-radius: 3px;
    font-size: 24px;
    background-size: 80%;
  }
  .checkout-container .checkout-main .checkout-section-header-inactive span {
    padding: 0;
  }
  .checkout-container .checkout-main .checkout-section-header-inactive span:first-child {
    padding-right: 5px;
  }
}
.checkout-container .checkout-main .checkout-section-header-collapsed {
  float: left;
  height: 70px;
  line-height: 70px;
  width: 100%;
  margin-bottom: 7px;
  background-image: url('../images/checkout/checkout-header-expanded.jpg');
  font-size: 30px;
  color: #ffffff;
  background-color: #282828;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/checkout/checkout-header-collapsed.jpg');
}
.checkout-container .checkout-main .checkout-section-header-collapsed span {
  padding-left: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-section-header-collapsed {
    float: none;
    display: block;
    width: auto;
    line-height: normal;
    height: auto;
    padding: 10px;
    margin: 0 10px 10px;
    border-radius: 3px;
    font-size: 24px;
    background-size: 80%;
  }
  .checkout-container .checkout-main .checkout-section-header-collapsed span {
    padding: 0;
  }
  .checkout-container .checkout-main .checkout-section-header-collapsed span:first-child {
    padding-right: 5px;
  }
}
.checkout-container .checkout-main .checkout-form {
  display: none;
  width: 100%;
  height: auto;
  float: left;
}
.checkout-container .checkout-main .checkout-form .same-shipping {
  width: 96%;
  padding: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form {
    float: none;
    width: auto;
    margin: 0 10px;
  }
}
.checkout-container .checkout-main .checkout-form .sp-info-bt {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .sp-info-bt {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    overflow: visible;
  }
  .checkout-container .checkout-main .checkout-form .sp-info-bt button,
  .checkout-container .checkout-main .checkout-form .sp-info-bt .cancel {
    width: 100%;
    border-radius: 3px;
    border: 0;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
  }
}
.checkout-container .checkout-main .checkout-form .spaced {
  margin: 10px 2%;
  font-style: italic;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .spaced {
    margin: 10px 0;
  }
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping {
  float: left;
  width: 100%;
  height: 100%;
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping .default-shipping-address {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .default-shipping-address.no-others {
    float: none;
  }
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping .other-address {
  float: right;
  height: 100%;
  width: 50%;
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping .add-new-address {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .add-new-address {
    width: 100%;
  }
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping .print-address {
  position: relative;
  padding: 0 0 20px 60px;
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping .print-address input[type=radio] {
  position: absolute;
  left: 20px;
  top: 45%;
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping .print-address a {
  text-decoration: underline;
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping .print-address a:hover {
  text-decoration: none;
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping .add-new {
  font-weight: 700;
}
.checkout-container .checkout-main .checkout-form .checkout-existing-shipping p {
  padding: 20px 0 17px 60px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping {
    float: none;
    display: block;
    width: auto;
    height: auto;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .default-shipping-address {
    float: none;
    display: block;
    width: auto;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .default-shipping-address .print-address {
    float: none;
    display: block;
    width: auto;
    padding: 10px 10px 10px 50px;
    background: #f2f8fd;
    border-radius: 3px;
    margin: 0 0 10px;
    box-sizing: border-box;
    line-height: 22px;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .default-shipping-address .print-address input {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    top: 20px;
    left: 20px;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .default-shipping-address .print-address.add-new {
    padding: 0;
    box-sizing: border-box;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .default-shipping-address .print-address.add-new .add-new-shipping {
    text-decoration: none;
    background: #525964;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .default-shipping-address p {
    font-size: 16px;
    padding: 0;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .other-address {
    float: none;
    display: block;
    width: auto;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .other-address .print-address {
    float: none;
    display: block;
    width: auto;
    padding: 10px 10px 10px 50px;
    background: #f2f8fd;
    border-radius: 3px;
    margin: 0 0 10px;
    box-sizing: border-box;
    line-height: 22px;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .other-address .print-address input {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    top: 20px;
    left: 20px;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .other-address p {
    font-size: 16px;
    padding: 0;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .print-address {
    float: none;
    display: block;
    width: auto;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .print-address.add-new {
    padding: 0;
    box-sizing: border-box;
  }
  .checkout-container .checkout-main .checkout-form .checkout-existing-shipping .print-address.add-new .add-new-shipping {
    text-decoration: none;
    background: #525964;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
  }
}
.checkout-container .checkout-main .checkout-form .required-text {
  margin: 12px 0 20px 20px;
  font-weight: 500;
  font-style: italic;
}
.checkout-container .checkout-main .checkout-form .shipping-same-as-billing {
  padding-top: 8px;
}
.checkout-container .checkout-main .checkout-form .shipping-same-as-billing input {
  margin-right: 8px;
}
.checkout-container .checkout-main .checkout-form .radio {
  margin: 15px 0 10px 20px;
}
.checkout-container .checkout-main .checkout-form .radio input {
  margin-right: 8px;
}
.checkout-container .checkout-main .checkout-form .distributedInCA-wrapper {
  clear: both;
  float: none;
}
.checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .prop65Warning {
  padding: 10px;
  box-sizing: border-box;
}
.checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .prop65Warning > p {
  display: table;
}
.checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .prop65Warning > p span {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}
.checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .prop65Warning > p:before {
  color: #fa0;
  content: '\f071';
  display: table-cell;
  font-family: 'FontAwesome';
  font-size: 25px;
  padding: 0 3px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .prop65Warning {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .form-field {
    margin: 0 0 15px;
  }
  .checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .form-field .pull-left {
    clear: both;
    float: none !important;
  }
  .checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .form-field .pull-left .plabel {
    clear: both;
    float: none;
    line-height: 1.4;
    margin: 10px 0;
    position: static;
  }
  .checkout-container .checkout-main .checkout-form .distributedInCA-wrapper .form-field .radio-container {
    width: 100%;
  }
}
.checkout-container .checkout-main .checkout-form .form-field {
  margin: 0;
  padding: 10px 0 10px 0;
  width: 100%;
}
.checkout-container .checkout-main .checkout-form .form-field span {
  width: 30%;
  margin: 0 0 0 2%;
  font-weight: 700;
}
.checkout-container .checkout-main .checkout-form .form-field span .mandatory {
  float: left;
  margin-right: 1%;
}
.checkout-container .checkout-main .checkout-form .form-field span .plabel {
  float: left;
}
.checkout-container .checkout-main .checkout-form .form-field .input-container {
  width: 68%;
}
.checkout-container .checkout-main .checkout-form .form-field .input-container.short {
  width: 18%;
}
.checkout-container .checkout-main .checkout-form .form-field .input-container i {
  background: white;
  top: 40px;
  right: 25px;
}
.checkout-container .checkout-main .checkout-form .form-field .input-container.multy-phone-field p {
  float: left;
  margin-right: 2%;
}
.checkout-container .checkout-main .checkout-form .form-field .w85 {
  width: 85%;
}
.checkout-container .checkout-main .checkout-form .form-field .radio-container {
  width: 68%;
}
.checkout-container .checkout-main .checkout-form .form-field .radio-container .radio-option {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  width: auto;
}
.checkout-container .checkout-main .checkout-form .form-field .radio-container .radio-option input[type="radio"] {
  cursor: pointer;
  width: auto;
}
.checkout-container .checkout-main .checkout-form .form-field .radio-container .radio-option label {
  cursor: pointer;
  margin: 0 2px;
}
.checkout-container .checkout-main .checkout-form .form-field input {
  width: 60%;
}
.checkout-container .checkout-main .checkout-form .form-field input[name=zip] {
  width: 5%;
}
.checkout-container .checkout-main .checkout-form .form-field input[type=tel] {
  width: 18%;
  text-align: center;
}
.checkout-container .checkout-main .checkout-form .form-field select {
  width: 61%;
}
.checkout-container .checkout-main .checkout-form .form-field select.short {
  width: 25%;
}
.checkout-container .checkout-main .checkout-form .form-field.cb {
  margin-left: 0;
}
.checkout-container .checkout-main .checkout-form .form-field.cb input[type="checkbox"] {
  width: auto;
}
.checkout-container .checkout-main .checkout-form .form-field .ccid {
  width: 50px;
  margin-right: 12px;
}
.checkout-container .checkout-main .checkout-form .form-field .small {
  font-size: 12px;
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .form-field {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    float: none;
  }
  .checkout-container .checkout-main .checkout-form .form-field .pull-left {
    width: auto;
    margin: 0;
    font-size: 14px;
  }
  .checkout-container .checkout-main .checkout-form .form-field .pull-left .plabel {
    position: absolute;
    left: 10px;
    top: -10px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
  }
  .checkout-container .checkout-main .checkout-form .form-field .pull-left .plabel .help-info {
    padding: 0;
    width: auto;
  }
  .checkout-container .checkout-main .checkout-form .form-field .pull-left .plabel .tooltip-holder {
    font-size: 14px;
  }
  .checkout-container .checkout-main .checkout-form .form-field .pull-left .mandatory {
    position: absolute;
    top: -8px;
    right: 22px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
    height: 11px;
  }
  .checkout-container .checkout-main .checkout-form .form-field .input-container {
    float: none;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 10px 0 0;
    position: relative;
  }
  .checkout-container .checkout-main .checkout-form .form-field .input-container input:not([type="checkbox"]),
  .checkout-container .checkout-main .checkout-form .form-field .input-container select {
    float: none;
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
  }
  .checkout-container .checkout-main .checkout-form .form-field .input-container input:not([type="checkbox"]):focus,
  .checkout-container .checkout-main .checkout-form .form-field .input-container select:focus {
    background-color: #ffffff;
    border-color: #0074c8;
    box-shadow: none;
  }
  .checkout-container .checkout-main .checkout-form .form-field.error {
    border: 0;
    background-color: transparent;
  }
  .checkout-container .checkout-main .checkout-form .form-field.error input:not([type="checkbox"]),
  .checkout-container .checkout-main .checkout-form .form-field.error select {
    border-color: red;
  }
  .checkout-container .checkout-main .checkout-form .form-field.error .error-msg {
    margin: 5px 0;
    text-align: left;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-select {
    position: relative;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-select i {
    position: absolute;
    display: none;
    top: 15px;
    right: 14px;
    font-size: 16px;
    color: #6d6e70;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-phone .pull-left {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
    font-size: 14px;
    background: #fff;
    color: #6d6e70;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-phone .input-container {
    text-align: left;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]) {
    display: inline-block;
    width: auto !important;
    max-width: 60px;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]):nth-child(4) {
    max-width: 70px;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-phone .input-container.multy-phone-field input:not([type="checkbox"]):nth-child(5) {
    max-width: 65px;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-static {
    position: relative;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-static .pull-left {
    position: absolute;
    left: 10px;
    top: -10px;
    width: auto;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    background-color: #fff;
    color: #6d6e70;
    line-height: 12px;
    z-index: 1;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-static .input-container {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
  }
  .checkout-container .checkout-main .checkout-form .form-field.form-static .input-container b {
    float: none;
    font-weight: normal;
  }
}
.checkout-container .checkout-main .checkout-form .co-radio {
  padding: 20px;
}
.checkout-container .checkout-main .checkout-form .co-radio input[type="radio"] {
  cursor: pointer;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .co-radio input[type="radio"] {
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    margin-right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .co-radio {
    position: relative;
    padding: 10px 25px 10px 45px;
    font-size: 16px;
    background-color: #f2f8fd;
    border-radius: 3px;
    margin: 0 0 10px;
  }
}
.checkout-container .checkout-main .checkout-form .i-later {
  display: table;
  cursor: pointer;
}
@media only screen and (min-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .i-later .open-invoiceme-form-pane {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .i-later {
    width: 100%;
    box-sizing: border-box;
  }
  .checkout-container .checkout-main .checkout-form .i-later .open-invoiceme-form-pane {
    top: 15px !important;
  }
}
.checkout-container .checkout-main .checkout-form .c-card img {
  cursor: pointer;
}
.checkout-container .checkout-main .checkout-form #invoiceMeLater {
  overflow: hidden;
}
.checkout-container .checkout-main .checkout-form #invoiceMeLater .form-field {
  width: 100%;
}
.checkout-container .checkout-main .checkout-form #invoiceMeLater .form-field.short input {
  width: 50%;
}
.checkout-container .checkout-main .checkout-form #invoiceMeLater.error {
  border: 1px solid red;
  background-color: #fcebeb;
  color: red;
}
.checkout-container .checkout-main .checkout-form #invoiceMeLater.error .server-error {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form #invoiceMeLater {
    overflow: visible;
    margin: 0 0 10px;
    box-sizing: border-box;
  }
}
.checkout-container .checkout-main .checkout-form .invoice-me-later {
  float: left;
  margin: 20px 0 20px 20px;
  width: 100%;
}
.checkout-container .checkout-main .checkout-form .invoice-me-later span {
  margin-left: 9px;
}
.checkout-container .checkout-main .checkout-form .place-your-order {
  float: right;
  margin: 25px 2%;
  overflow: hidden;
  text-align: right;
}
.checkout-container .checkout-main .checkout-form .place-your-order .payment-grand-total {
  background-color: #c8cdd4;
  float: right;
  font-weight: 300;
  height: 38px;
  margin: 0 20px 0 0;
  text-align: center;
  vertical-align: middle;
}
.checkout-container .checkout-main .checkout-form .place-your-order .payment-grand-total label {
  display: table-cell;
  padding: 11px 6px 0 6px;
  text-align: center;
}
.checkout-container .checkout-main .checkout-form .place-your-order .payment-grand-total label.price {
  font-weight: 700;
}
.checkout-container .checkout-main .checkout-form .place-your-order button {
  border: 1px solid #000000;
  color: #ffffff;
  float: left;
  font-size: 18px;
  font-weight: 500;
  margin: 0 30px 0 0;
  padding: 5px 30px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .checkout-container .checkout-main .checkout-form .place-your-order {
    display: none;
    float: none;
    margin: 10px 0;
    overflow: visible;
  }
  .checkout-container .checkout-main .checkout-form .place-your-order button {
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    float: none;
    display: block;
    padding: 10px;
  }
}
.checkout-container .checkout-main .checkout-form .checkboxes-and-button {
  margin-bottom: 5%;
  overflow: hidden;
  margin-top: 6%;
  width: 100%;
}
.checkout-container .checkout-main .checkout-form .checkboxes-and-button.lined {
  border-top: 1px solid #000000;
}
.checkout-container .checkout-main .checkout-form .checkboxes-and-button .default-shipping-address {
  margin-top: 20px;
}
.checkout-container .checkout-main .checkout-form .checkboxes-and-button .checkbox {
  float: left;
  width: 60%;
  margin-left: 20px;
  line-height: 30px;
}
.checkout-container .checkout-main .checkout-form .checkboxes-and-button .checkbox input {
  margin-right: 9px;
}
.checkout-container .checkout-main .checkout-form .checkboxes-and-button .print-billing-address {
  float: left;
  padding: 0 0 20px 20px;
  position: relative;
  width: 250px;
}
.checkout-container .checkout-main .checkout-form .checkboxes-and-button .continue-button {
  float: left;
  height: 100%;
  width: 22%;
}
.checkout-container .checkout-main .checkout-form .checkboxes-and-button .continue-button button {
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button {
    box-sizing: border-box;
    margin: 20px 0 10px;
    overflow: visible;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button.lined {
    background: #f2f8fd;
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 0 10px;
    width: auto;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .default-shipping-address {
    margin: 0 0 10px;
    padding: 10px;
    font-size: 14px;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .default-shipping-address p {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .print-billing-address {
    float: none;
    display: block;
    width: auto;
    padding: 0;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .newsletter {
    float: none;
    display: block;
    margin: 0;
    width: auto;
    font-size: 16px;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .newsletter input {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    margin: 0 7px;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .newsletter span {
    font-size: 14px !important;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .terms-and-conditions {
    float: none;
    display: block;
    margin: 0 0 10px;
    width: auto;
    font-size: 16px;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .continue-button {
    float: none;
    display: block;
    margin: 0;
    width: auto;
  }
  .checkout-container .checkout-main .checkout-form .checkboxes-and-button .continue-button button {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px;
  }
}
.checkout-container .checkout-summmary {
  margin: 25px 0 0 0;
  height: auto;
}
.checkout-container .checkout-summmary .cartId-checkout {
  font-size: 12px;
  margin: 0 0 0 5%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-summmary .cartId-checkout {
    margin: 0;
    padding: 5px 10px;
    background: #525964;
    display: block;
    border-radius: 3px;
    color: #ffffff;
  }
}
.checkout-container .checkout-summmary .checkout-summary-heading {
  overflow: hidden;
  width: 100%;
}
.checkout-container .checkout-summmary .checkout-summary-heading .summary-minicart {
  background: url(../images/icon-cart-orange-mini.png) no-repeat;
  color: #ffffff;
  float: left;
  font-size: 11px;
  font-weight: 700;
  height: 25px;
  margin: 15px 0 0 5%;
  padding: 3px 0 0 0;
  text-align: center;
  width: 25px;
}
.checkout-container .checkout-summmary .checkout-summary-heading .summary {
  float: left;
  margin: 15px 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.checkout-container .checkout-summmary .checkout-summary-heading .edit-order {
  float: right;
  margin: 15px 20px 0 0;
}
.checkout-container .checkout-summmary .checkout-summary-heading .edit-order a {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-summmary .checkout-summary-heading {
    display: block;
    width: auto;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .checkout-container .checkout-summmary .checkout-summary-heading .summary-minicart {
    margin: 8px 0px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .checkout-container .checkout-summmary .checkout-summary-heading .summary {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-decoration: none;
  }
  .checkout-container .checkout-summmary .checkout-summary-heading .edit-order {
    margin: 0;
    vertical-align: middle;
    background: #0e7bca;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
  }
  .checkout-container .checkout-summmary .checkout-summary-heading .edit-order a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
  }
}
.checkout-container .checkout-summmary .scroll-up {
  width: 100%;
  height: 17px;
  margin-top: 20px;
  background: url(../images/up-arrow.png) center center no-repeat;
  text-align: center;
  cursor: pointer;
}
.checkout-container .checkout-summmary .scroll-up.inactive {
  cursor: auto;
  background: url(../images/up-arrow-inactive.png) center center no-repeat;
}
.checkout-container .checkout-summmary .scroll-down {
  width: 100%;
  height: 17px;
  background: url(../images/down-arrow.png) center center no-repeat;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.checkout-container .checkout-summmary .scroll-down.inactive {
  background: url(../images/down-arrow-inactive.png) center center no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-summmary {
    margin: 0;
  }
  .checkout-container .checkout-summmary .scroll-up,
  .checkout-container .checkout-summmary .scroll-down {
    display: none;
  }
}
.checkout-container .checkout-summmary .order-info {
  max-height: 389px;
  margin: 15px;
  overflow: hidden;
  border-top: 2px solid #252525;
  border-bottom: 2px solid #252525;
}
.checkout-container .checkout-summmary .order-info.no-border {
  border-top: 0;
  border-bottom: 0;
}
.checkout-container .checkout-summmary .order-info.DE {
  max-height: 130px;
}
.checkout-container .checkout-summmary .order-info .order-info-items {
  float: left;
  width: 100%;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item {
  float: left;
  width: 100%;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .right-container {
  float: left;
  width: 60%;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .order-promotion {
  float: left;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning {
  box-sizing: border-box;
  clear: both;
  float: none;
  text-align: center;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .prop65Title {
  margin: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .prop65Title:before {
  color: #fa0;
  content: '\f071';
  font-family: 'FontAwesome';
  padding: 0 3px;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .prop65Msg {
  margin: 5px 0;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .prop65Msg a {
  color: #0268e5;
  text-decoration: none;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .prop65Msg a:hover {
  text-decoration: underline;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info {
  display: inline;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info img {
  float: none;
  margin: 0 5px;
  width: auto;
  max-width: none;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info .tooltip {
  bottom: 15px;
  font-size: 10px;
  left: auto;
  right: -300%;
  width: 310px !important;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info .tooltip .tooltip-holder {
  width: 270px !important;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info .tooltip .tooltip-holder:after {
  left: auto;
  right: 21%;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info .tooltip .tooltip-holder ul {
  list-style: disc;
  padding-left: 10px;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info .tooltip .tooltip-holder ul li {
  margin: 0 0 3px;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info .tooltip .tooltip-holder ul li:last-child {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info .tooltip {
    font-size: 9px;
    right: -230%;
    line-height: 1.4;
  }
  .checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .prop65Warning .help-info .tooltip .tooltip-holder:after {
    right: 17%;
  }
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item img {
  margin: 20px 5%;
  float: left;
  width: 30%;
  max-width: 100px;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .count {
  margin: 20px 0 0 0;
  font-weight: 700;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .total {
  margin-bottom: 20px;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item span.small {
  display: none;
  font-size: 10px;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item span.sda {
  display: block;
  font-size: 10px;
  text-transform: capitalize;
}
.checkout-container .checkout-summmary .order-info .order-info-items .order-info-item hr {
  margin: 20px 0 20px 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .checkout-summmary .order-info {
    float: none;
    display: block;
    width: auto;
    border: 0;
    max-height: none;
    margin: 0;
  }
  .checkout-container .checkout-summmary .order-info .order-info-items {
    float: none;
    display: block;
    width: auto;
  }
  .checkout-container .checkout-summmary .order-info .order-info-items .order-info-item {
    float: none;
    display: block;
    width: auto;
    background-color: #f2f8fd;
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 10px;
  }
  .checkout-container .checkout-summmary .order-info .order-info-items .order-info-item hr {
    display: none;
  }
  .checkout-container .checkout-summmary .order-info .order-info-items .order-info-item img {
    margin: 0 10px 0 0;
    float: none;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e9f7;
  }
  .checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .right-container {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .count,
  .checkout-container .checkout-summmary .order-info .order-info-items .order-info-item .total {
    margin: 0;
  }
}
.checkout-container .order-totals-container .cart-ad-spots {
  width: 300px;
  float: left;
  margin: 0 0 10px 10px;
  overflow: hidden;
}
.checkout-container .order-totals-container .cart-ad-spots .cart-ad-spot-1,
.checkout-container .order-totals-container .cart-ad-spots .cart-ad-spot-2 {
  margin-bottom: 20px;
}
.checkout-container .order-totals-container .cart-ad-spots .cart-ad-spot-1 img,
.checkout-container .order-totals-container .cart-ad-spots .cart-ad-spot-2 img {
  max-width: 320px;
}
.checkout-container .order-totals-container .order-totals {
  background-color: #fafbff;
  padding: 0px;
}
.checkout-container .order-totals-container .order-totals:after {
  content: '';
  clear: both;
  float: none;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .order-totals-container .order-totals {
    border-radius: 3px;
  }
}
.checkout-container .order-totals-container .order-totals .you-save {
  color: #259b48;
}
.checkout-container .order-totals-container .order-totals .view-details-button {
  margin-top: 5px;
  font-size: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .order-totals-container .order-totals .view-details-button {
    display: block;
    margin: 10px 0 0;
  }
}
.checkout-container .order-totals-container .order-totals .promo-code-applied {
  color: red;
}
.checkout-container .order-totals-container .order-totals .pull-left > em {
  font-size: 11px;
}
.checkout-container .order-totals-container .order-totals .promo-code button,
.checkout-container .order-totals-container .order-totals .shipping-zip button,
.checkout-container .order-totals-container .order-totals .shipping-options button,
.checkout-container .order-totals-container .order-totals .promo-code img,
.checkout-container .order-totals-container .order-totals .shipping-zip img,
.checkout-container .order-totals-container .order-totals .shipping-options img {
  margin: 0 0 0 5px;
  float: right;
}
.checkout-container .order-totals-container .order-totals .promo-code input,
.checkout-container .order-totals-container .order-totals .shipping-zip input,
.checkout-container .order-totals-container .order-totals .shipping-options input {
  width: 106px;
}
.checkout-container .order-totals-container .order-totals .promo-code button,
.checkout-container .order-totals-container .order-totals .shipping-zip button,
.checkout-container .order-totals-container .order-totals .shipping-options button {
  padding: 3px 10px 3px 10px;
}
.checkout-container .order-totals-container .order-totals .promo-code img,
.checkout-container .order-totals-container .order-totals .shipping-zip img,
.checkout-container .order-totals-container .order-totals .shipping-options img {
  padding: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .order-totals-container .order-totals .shipping-options {
    float: none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .checkout-container .order-totals-container .order-totals .shipping-options .pull-left,
  .checkout-container .order-totals-container .order-totals .shipping-options .pull-right {
    display: block;
    float: none !important;
  }
  .checkout-container .order-totals-container .order-totals .shipping-options .pull-left {
    font-size: 14px;
  }
  .checkout-container .order-totals-container .order-totals .shipping-options .pull-right {
    margin: 10px 0 0;
  }
  .checkout-container .order-totals-container .order-totals .shipping-options .pull-right #shippingOptionSelect {
    float: none;
    height: auto;
    font-size: 16px;
    width: 100%;
  }
}
.checkout-container .order-totals-container .order-totals div {
  float: left;
  padding: 2%;
  width: 92%;
  margin: 2%;
  vertical-align: middle;
}
.checkout-container .order-totals-container .order-totals div.slider-info {
  display: none;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  margin-top: 10px;
}
.checkout-container .order-totals-container .order-totals div.slider-info .merch-total,
.checkout-container .order-totals-container .order-totals div.slider-info .imprint-set-up {
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-container .order-totals-container .order-totals div input {
  float: right;
}
.checkout-container .order-totals-container .order-totals div select {
  float: right;
  margin-bottom: 2px;
}
.checkout-container .order-totals-container .order-totals div .question-mark {
  float: right;
  margin-left: 5px;
}
.checkout-container .order-totals-container .order-totals div .apply {
  clear: both;
  float: right;
  font-size: 12px;
  margin: 0 23px -8px 0;
}
.checkout-container .order-totals-container .order-totals div .apply a {
  text-decoration: underline;
}
.checkout-container .order-totals-container .order-totals .your-savings {
  background-color: #e3e4e8;
  width: 308px;
  margin-left: -8px;
  font-size: 18px;
  font-weight: 300;
}
.checkout-container .order-totals-container .order-totals .your-savings span {
  padding: 0 8px;
}
.checkout-container .order-totals-container .order-totals .your-savings .your-savings-savings {
  font-weight: 500;
}
.checkout-container .order-totals-container .order-totals .grand-total {
  background-color: #c8cdd4;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  box-sizing: border-box;
}
.checkout-container .order-totals-container .order-totals .grand-total span {
  padding: 0 8px;
}
.checkout-container .order-totals-container .order-totals .grand-total .grand-total-total {
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .checkout-container .order-totals-container .order-totals .grand-total {
    display: block;
    width: 100%;
    padding: 5px;
    background-color: #0e7bca;
    color: #ffffff;
    font-size: 20px;
    box-sizing: border-box;
    margin: 0;
  }
}
.checkout-container .order-totals-container .order-totals button[name=continue] {
  float: left;
  height: 52px;
  width: 112px;
  margin-left: -8px;
  color: #ffffff;
  font-weight: 300;
  background-color: #525964;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  border: none;
}
.checkout-container .order-totals-container .order-totals button[name=checkout] {
  float: right;
  margin-right: -8px;
}
.checkout-container .order-totals-container .order-totals button[name=continue-after-confirmation] {
  width: 230px;
  background-color: #ffa000;
  border: none;
  color: #ffffff;
  height: 30px;
  margin: 0 10px 0 -8px;
}
.checkout-container .order-totals-container .order-totals button[name=share] {
  border: none;
  margin-right: -8px;
  height: 30px;
  color: #252525;
  width: 100px;
  background-image: url("../images/share-button.jpg");
  padding-right: 20px;
}
.compare-component {
  position: relative;
  z-index: 1;
}
.compare-component .column-titles {
  background: #fff;
  position: absolute;
  left: 0px;
  top: 20px;
  opacity: 0.95;
  width: 140px;
  z-index: 10;
  box-shadow: 5px 0 5px -5px #ccc;
}
.compare-component .column-titles td {
  line-height: 16px;
  padding-left: 5px;
  border-bottom: 1px solid #000;
}
.compare-component .column-titles td.no-border {
  border: 0px;
}
.compare-component .column-titles #sendToFriendOverlay {
  display: inline-block;
}
.compare-component .column-titles .description {
  vertical-align: top;
}
.compare-component .column-titles .additional-charge-td td {
  padding-bottom: 5px;
}
.compare-component .column-titles .tall-td td {
  padding: 5px;
}
.compare-component .column-titles .long-desc-td td {
  padding: 5px 0px 5px 5px;
}
.compare-component .column-titles .product-image-td {
  height: 218px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .column-titles .product-image-td {
    height: 160px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .compare-component .column-titles .product-image-td {
    height: 185px !important;
  }
}
.compare-component .additional-charge-td td {
  height: 33px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .additional-charge-td td {
    height: 59px !important;
  }
}
.compare-component .tall-td td {
  height: 99px !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .tall-td td {
    height: 174px !important;
  }
}
.compare-component .long-desc-td td {
  height: 149px !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .long-desc-td td {
    height: 249px !important;
  }
}
.compare-component .scroll-slide-buttons {
  display: none;
  width: auto;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  height: 45px;
  margin-right: 5px;
  min-width: 35px;
  padding: 0;
}
.compare-component .scroll-slide-buttons:active {
  background: rgba(0, 0, 0, 0.75);
}
.compare-component .scroll-slide-buttons:focus {
  outline: 0;
}
.compare-component .scroll-slide-buttons.left-scroll,
.compare-component .scroll-slide-buttons.right-scroll {
  position: absolute;
  left: 150px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .scroll-slide-buttons {
    display: block;
    position: absolute;
    top: 110px;
  }
  .compare-component .scroll-slide-buttons.no-scroll-necessary {
    display: none;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .compare-component .scroll-slide-buttons {
    top: 20px !important;
  }
}
.compare-component .compare-container {
  overflow-x: auto;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .compare-container {
    overflow-x: auto;
  }
}
.compare-component .compare-table {
  margin: 20px 0 0 140px;
  display: inline-block;
}
.compare-component .compare-table .center {
  text-align: center;
}
.compare-component .compare-table .print-button {
  float: left;
}
.compare-component .compare-table .trigger-open {
  float: left;
}
.compare-component .compare-table tr.border-bottom {
  border-bottom: 1px solid;
}
.compare-component .compare-table tr .short-description {
  height: 60px !important;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .compare-table tr .short-description {
    text-align: left;
  }
}
.compare-component .compare-table tr td:first-child {
  font-weight: bold;
}
.compare-component .compare-table tr td:nth-child(2),
.compare-component .compare-table tr td:nth-child(4),
.compare-component .compare-table tr td:nth-child(6) {
  background: #dddddd;
}
.compare-component .compare-table tr td {
  vertical-align: top;
  margin: 0;
  padding: 5px 10px;
}
.compare-component .compare-table tr td p {
  width: 100%;
  margin: 0px;
}
.compare-component .compare-table tr td .compareRemoveItem {
  width: 208px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .compare-table tr td .compareRemoveItem {
    width: 150px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .compare-component .compare-table tr td .compareRemoveItem {
    width: 175px !important;
  }
}
.compare-component .compare-table tr td .product-image {
  width: 208px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .compare-table tr td .product-image {
    width: 150px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .compare-component .compare-table tr td .product-image {
    width: 175px;
  }
}
.compare-component .compare-table tr td.content {
  font-size: 11px;
  font-weight: bold;
  width: 208px;
  height: 40px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .compare-table tr td.content {
    font-size: 14px;
    width: 150px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .compare-component .compare-table tr td.content {
    width: 175px !important;
  }
}
.compare-component .compare-table tr td .cat-two-strikeout-price {
  text-decoration: line-through;
}
.compare-component .compare-table tr td.color-td {
  min-width: 100%;
  height: 103px;
}
.compare-component .compare-table tr td .cat-two-color-swatches {
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 2px;
}
.compare-component .compare-table tr td .cat-two-color-swatches ul {
  float: left;
  padding-left: 0;
  /* THIS FIXES USER AGENT STYLESHEET */
  list-style: none;
}
.compare-component .compare-table tr td .cat-two-color-swatches ul li {
  float: left;
  padding: 4px 2px 0 2px;
}
.compare-component .compare-table tr td .cat-two-color-swatches ul li.first {
  padding: 4px 2px 0 2px;
}
.compare-component .compare-table tr td .cat-two-color-swatches ul li img {
  border: 1px solid #e5c78a;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .compare-table tr td .cat-two-color-swatches ul li img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
}
.compare-component .compare-table tr td .orange-button {
  border: 0px;
  border-radius: 3px;
  font-size: 12px;
  height: 40px;
  padding: 5px 3px;
  width: 100%;
}
.compare-component .compare-table tr td .add-to-wishlist-link {
  border: 0px;
  border-radius: 3px;
  font-size: 12px;
  height: 40px;
  padding: 5px 3px;
  width: 100%;
  background-color: #000000;
  color: #ffffff !important;
  border: 0;
}
.compare-component .compare-table tr td > div {
  vertical-align: middle;
}
.compare-component .compare-table tr td > div .compare-button {
  width: 100%;
}
.compare-component .compare-table tr td div.compare-remove-top,
.compare-component .compare-table tr td div.compare-youtube,
.compare-component .compare-table tr td div.compare-name,
.compare-component .compare-table tr td div.compare-add-cart-top,
.compare-component .compare-table tr td div.compare-add-cart-bottom,
.compare-component .compare-table tr td div.compare-remove-bottom,
.compare-component .compare-table tr td div.compare-colors-bottom {
  border-bottom: 0;
}
.compare-component .compare-table tr td div.compare-add-cart-top,
.compare-component .compare-table tr td div.compare-add-cart-bottom,
.compare-component .compare-table tr td div.compare-remove-top,
.compare-component .compare-table tr td div.compare-remove-bottom {
  text-align: center;
}
.compare-component .compare-table tr td .shortDescription {
  height: 26px;
}
.compare-component .compare-table tr .compare-remove-top {
  min-width: 150px;
}
.compare-component .help-info span.tooltip {
  background: #ffa000;
  border-radius: 5px;
  margin-bottom: 5px;
  left: 30px;
  overflow: hidden;
  width: 575px !important;
}
.compare-component .help-info span.tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ffa000 transparent transparent transparent;
  bottom: -20px;
  left: 88px;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .compare-component .help-info span.tooltip {
    width: 510px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .compare-component .help-info span.tooltip {
    width: 310px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .compare-component .help-info span.tooltip {
    width: 410px !important;
    height: 270px;
  }
}
.compare-component .help-info span.tooltip .tooltip-holder {
  overflow: initial;
  width: 96% !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .compare-component .help-info span.tooltip .tooltip-holder {
    height: 360px;
    overflow-y: scroll;
  }
}
.button-container-compere {
  width: auto;
  padding: 10px 0;
  box-sizing: border-box;
}
.button-container-compere > div {
  display: inline-block;
  margin: 0 0 -10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .button-container-compere {
    padding: 10px;
  }
}
.btn {
  background-color: #ffa000;
}
.contactus-message {
  min-height: 450px;
}
#selfemail_label {
  cursor: pointer;
}
#selfemail_label:hover {
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #contactus-form {
    padding: 0 10px;
    max-width: 450px;
    margin: 0 auto;
  }
  #contactus-form button {
    display: block;
    font-size: 16px;
    width: 100%;
    margin: 10px 0 0;
  }
  #contactus-form .checkboxes-and-button {
    padding: 5px 10px 20px;
    font-size: 14px;
  }
  #contactus-form .checkboxes-and-button input {
    width: auto;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    margin-right: 10px;
    vertical-align: middle;
  }
}
.error-container .main #globalMessages {
  width: 96%;
  margin: 0px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .error-container .main #globalMessages {
    font-size: 16px;
  }
}
.error-container .main .content {
  margin: 0px 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .error-container .main .content {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0px 10px;
  }
}
.error-container .main .content #holder {
  display: block;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1044px) {
  .error-container .main .content #holder {
    height: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .error-container .main .content #holder {
    height: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.error-container .main .content #holder #left {
  width: 20%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .error-container .main .content #holder #left {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .error-container .main .content #holder #left {
    width: 20% !important;
  }
}
.error-container .main .content #holder #right {
  margin-left: 10%;
  width: 60%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .error-container .main .content #holder #right h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .error-container .main .content #holder #right {
    width: 100%;
    margin: 0px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .error-container .main .content #holder #right {
    width: 60% !important;
    margin-left: 10% !important;
    float: right;
  }
}
/* PAGE HEADINGS GENERAL */
.page-heading {
  position: relative;
  clear: both;
  display: block;
  margin: 15px 4% 0px 2%;
  width: auto;
  height: 100%;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: .3px;
  line-height: 40px;
  margin: 0 0 0 20px;
}
.page-heading .page-heading-standard {
  padding-top: 5px;
  border-bottom: 6px solid #525964;
}
.page-heading .page-heading-dark-background {
  color: #ffffff;
  position: relative;
}
.page-heading h1.page-heading-standard {
  display: inline;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading h3.page-heading-dark-background {
  display: inline;
  font-size: 36px;
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 24px;
  }
  .page-heading .page-heading-standard {
    padding-left: 0;
    font-size: 24px;
  }
  .page-heading h1.page-heading-standard {
    padding-left: 0;
  }
  .page-heading h3.page-heading-dark-background {
    padding-left: 0;
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.page-heading .page-heading-standard {
  color: #252525;
  padding-left: 0;
  border-bottom: none;
}
.page-heading-product-categories {
  position: relative;
  clear: both;
  display: block;
  margin: 15px 4% 0px 2%;
  width: auto;
  height: 100%;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: .3px;
  line-height: 40px;
}
.page-heading-product-categories .page-heading-standard {
  padding-top: 5px;
  border-bottom: 6px solid #525964;
}
.page-heading-product-categories .page-heading-dark-background {
  color: #ffffff;
  position: relative;
}
.page-heading-product-categories h1.page-heading-standard {
  display: inline;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading-product-categories h3.page-heading-dark-background {
  display: inline;
  font-size: 36px;
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading-product-categories {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 24px;
  }
  .page-heading-product-categories .page-heading-standard {
    padding-left: 0;
    font-size: 24px;
  }
  .page-heading-product-categories h1.page-heading-standard {
    padding-left: 0;
  }
  .page-heading-product-categories h3.page-heading-dark-background {
    padding-left: 0;
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading-product-categories {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.page-heading-cat-one {
  position: relative;
  clear: both;
  display: block;
  margin: 15px 4% 0px 2%;
  width: auto;
  height: 100%;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: .3px;
  line-height: 40px;
  /* WIDTH ADDS SPACE FOR NUMBER OF PRODUCTS IN LIST */
  background-color: transparent;
  border-bottom: 1px solid #3c6e8a;
  padding-bottom: 5px;
}
.page-heading-cat-one .page-heading-standard {
  padding-top: 5px;
  border-bottom: 6px solid #525964;
}
.page-heading-cat-one .page-heading-dark-background {
  color: #ffffff;
  position: relative;
}
.page-heading-cat-one h1.page-heading-standard {
  display: inline;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading-cat-one h3.page-heading-dark-background {
  display: inline;
  font-size: 36px;
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading-cat-one {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 24px;
  }
  .page-heading-cat-one .page-heading-standard {
    padding-left: 0;
    font-size: 24px;
  }
  .page-heading-cat-one h1.page-heading-standard {
    padding-left: 0;
  }
  .page-heading-cat-one h3.page-heading-dark-background {
    padding-left: 0;
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading-cat-one {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.page-heading-cat-one .number-of-products-in-list {
  /* CATEGORY ONE CAROUSEL */
  position: static;
  color: #777777;
  padding: 12px 0 0 12px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: none;
}
.page-heading-cat-one .page-heading-dark-background {
  color: #252525;
  padding-left: 0;
  border-bottom: none;
}
.page-heading-cat-one > a {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading-cat-one {
    padding: 0 10px;
  }
}
.page-heading-cat-one-first {
  position: relative;
  clear: both;
  display: block;
  margin: 15px 4% 0px 2%;
  width: auto;
  height: 100%;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: .3px;
  line-height: 40px;
  /* WIDTH ADDS SPACE FOR NUMBER OF PRODUCTS IN LIST */
  background-color: transparent;
  border-bottom: 1px solid #3c6e8a;
  padding-bottom: 5px;
  margin-top: 10px;
}
.page-heading-cat-one-first .page-heading-standard {
  padding-top: 5px;
  border-bottom: 6px solid #525964;
}
.page-heading-cat-one-first .page-heading-dark-background {
  color: #ffffff;
  position: relative;
}
.page-heading-cat-one-first h1.page-heading-standard {
  display: inline;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading-cat-one-first h3.page-heading-dark-background {
  display: inline;
  font-size: 36px;
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading-cat-one-first {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 24px;
  }
  .page-heading-cat-one-first .page-heading-standard {
    padding-left: 0;
    font-size: 24px;
  }
  .page-heading-cat-one-first h1.page-heading-standard {
    padding-left: 0;
  }
  .page-heading-cat-one-first h3.page-heading-dark-background {
    padding-left: 0;
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading-cat-one-first {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.page-heading-cat-one-first .number-of-products-in-list {
  /* CATEGORY ONE CAROUSEL */
  position: static;
  color: #777777;
  padding: 12px 0 0 12px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: none;
}
.page-heading-cat-one-first .page-heading-dark-background {
  color: #252525;
  padding-left: 0;
  border-bottom: none;
}
.page-heading-cat-one-first > a {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading-cat-one-first {
    padding: 0 10px;
  }
}
.page-heading-pdp {
  position: relative;
  clear: both;
  display: block;
  margin: 15px 4% 0px 2%;
  width: auto;
  height: 100%;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: .3px;
  line-height: 40px;
  float: left;
  margin: 10px 0 0 0;
}
.page-heading-pdp .page-heading-standard {
  padding-top: 5px;
  border-bottom: 6px solid #525964;
}
.page-heading-pdp .page-heading-dark-background {
  color: #ffffff;
  position: relative;
}
.page-heading-pdp h1.page-heading-standard {
  display: inline;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading-pdp h3.page-heading-dark-background {
  display: inline;
  font-size: 36px;
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading-pdp {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 24px;
  }
  .page-heading-pdp .page-heading-standard {
    padding-left: 0;
    font-size: 24px;
  }
  .page-heading-pdp h1.page-heading-standard {
    padding-left: 0;
  }
  .page-heading-pdp h3.page-heading-dark-background {
    padding-left: 0;
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading-pdp {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.page-heading-cart {
  position: relative;
  clear: both;
  display: block;
  margin: 15px 4% 0px 2%;
  height: 100%;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: .3px;
  line-height: 40px;
  width: 77.6%;
  display: inline-block;
  margin: 0;
  background-color: #525964;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.page-heading-cart .page-heading-standard {
  padding-top: 5px;
  border-bottom: 6px solid #525964;
}
.page-heading-cart .page-heading-dark-background {
  color: #ffffff;
  position: relative;
}
.page-heading-cart h1.page-heading-standard {
  display: inline;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading-cart h3.page-heading-dark-background {
  display: inline;
  font-size: 36px;
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading-cart {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 24px;
  }
  .page-heading-cart .page-heading-standard {
    padding-left: 0;
    font-size: 24px;
  }
  .page-heading-cart h1.page-heading-standard {
    padding-left: 0;
  }
  .page-heading-cart h3.page-heading-dark-background {
    padding-left: 0;
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading-cart {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.offset-top-margin {
  /* FIXES FIRST PAGE-HEADING-CAT-ONE TOP MARGIN */
  margin-top: 0;
}
.page-heading-underline {
  border-bottom: 1px solid #525964;
  margin: 0;
}
.page-heading-underline-cat-one {
  position: relative;
  border-bottom: 1px solid #7c8797;
  margin: 1px 0 0 0;
  z-index: 2;
}
.page-heading-underline-cart {
  border-bottom: 1px solid #7c8797;
  margin: 1px 0 0 0;
  width: 480px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .page-heading-underline-cart {
    width: auto;
  }
}
.page-heading-underline-pdp {
  clear: both;
  border-bottom: 1px solid #525964;
  margin-bottom: 20px;
  padding-top: 1px;
}
/* HOME PAGE */
.home-container {
  width: 100%;
  height: auto;
}
.home-container:after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .home-container .cmsimage img {
    max-width: 100%;
  }
  .home-container .ac-container {
    width: auto;
    margin: 0;
  }
  .home-container .ac-container label,
  .home-container .ac-container label:hover {
    box-shadow: none;
    padding: 5px 10px;
    font-size: 18px;
    height: auto;
    background-color: #f1f1f1;
    margin: 0 0 1px;
  }
  .home-container .ac-container label strong,
  .home-container .ac-container label:hover strong {
    display: none;
  }
  .home-container .ac-container label:after,
  .home-container .ac-container label:hover:after {
    content: "\f067";
    font-family: FontAwesome;
    float: right;
    background: none;
    position: relative;
    right: 5px;
    top: 2px;
    width: auto;
    height: auto;
  }
  .home-container .ac-container article {
    margin: 0;
  }
  .home-container .ac-container input:checked ~ article {
    box-shadow: none !important;
  }
  .home-container .ac-container input:checked + label,
  .home-container .ac-container input:checked + label:hover {
    box-shadow: none !important;
  }
  .home-container .ac-container input:checked + label:after,
  .home-container .ac-container input:checked + label:hover:after {
    content: "\f068";
    background: none;
    position: relative;
    right: 5px;
    top: 2px;
    width: auto;
    height: auto;
  }
  .home-container .ac-container input:checked ~ article[class^="ac-"] {
    height: auto;
  }
}
#gift-finder-modal {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -233px;
  left: 50%;
  margin-left: -385px;
  width: 770px;
  min-height: 400px;
  background-color: #ffffff;
  z-index: 9999;
}
#gift-finder-modal .close-button {
  position: absolute;
  right: -15px;
  top: -15px;
}
#gift-finder-modal .close-button span {
  vertical-align: bottom;
  margin: 0 6px 0 0;
}
#gift-finder-modal .numbers {
  position: absolute;
  bottom: 10px;
  right: 15px;
  float: left;
}
#gift-finder-modal .numbers ul {
  float: left;
}
#gift-finder-modal .numbers ul li {
  width: 50px;
  float: left;
}
.promo-tiles-label {
  clear: both;
  padding-top: 30px;
  margin-left: 25px;
  font-size: 36px;
  font-weight: 100;
  letter-spacing: .3px;
  border-bottom: 7px solid #525964;
  line-height: 46px;
}
.promo-tiles {
  margin-left: 35px;
  width: 100%;
}
.promo-tiles-item {
  margin-top: 20px;
  margin-right: 15px;
  float: left;
  height: 185px;
}
.news {
  float: left;
  margin-left: 35px;
  width: 100%;
}
.big-buzz {
  margin-top: 20px;
  float: left;
  width: 485px;
  height: 400px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 3px 3px 3px #cccccc;
}
.big-buzz-menu {
  margin-top: -10px;
}
.big-buzz-menu ul {
  color: #ffffff;
  padding: 5px 0;
  line-height: 45px;
}
.big-buzz-menu ul .active {
  background-color: #252525;
}
.big-buzz-menu ul li {
  font-size: 12px;
  border-right: 1px solid #ffffff;
  float: left;
  width: 150px;
  background-color: #525964;
  height: 40px;
  text-align: center;
}
.big-buzz-menu ul li:last-child {
  width: 183px;
  border-right: none;
}
.big-buzz-menu ul li:hover {
  background-color: #252525;
  cursor: pointer;
}
.testimonials {
  width: 230px;
  margin: 20px 0 0 15px;
  float: left;
  height: 400px;
  border: 1px solid #cccccc;
  box-shadow: 3px 3px 3px #cccccc;
}
.feeds-container {
  display: table;
  width: 100%;
}
.feeds-container .twitter,
.feeds-container .blog,
.feeds-container .feed-space {
  display: table-cell;
  vertical-align: top;
}
.feeds-container .feed-space {
  width: 20px;
}
.feeds-container .twitter {
  width: 35%;
}
.feeds-container .blog {
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .feeds-container {
    margin: 0 10px;
    box-sizing: border-box;
    width: auto;
  }
  .feeds-container .blog,
  .feeds-container .twitter {
    width: 49%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feeds-container {
    margin: 0 10px;
    box-sizing: border-box;
    width: auto;
  }
  .feeds-container .blog,
  .feeds-container .twitter {
    display: block;
    width: auto;
  }
  .feeds-container .feed-space {
    display: none;
  }
}
.login-main .breadcrumbs {
  margin: 0px !important;
}
.login-main .title {
  padding-left: 10px !important;
}
.login-error .hero-message {
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
}
.login-error .hero-message .hero-message-container {
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
  float: left;
  padding: 20px 0px;
  overflow: hidden;
}
@media only screen and (min-width: 1044px) {
  .login-error .hero-message .hero-message-container {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .login-error .hero-message .hero-message-container {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0 0;
  }
}
.login-error .hero-message .hero-message-container img {
  width: 20%;
  margin: 0px 2%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .login-error .hero-message .hero-message-container img {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0px 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .login-error .hero-message .hero-message-container img {
    width: 20% !important;
  }
}
.login-error .hero-message .hero-message-container .message {
  float: left;
  font-size: 34px;
  font-weight: 200;
  width: 76%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .login-error .hero-message .hero-message-container .message {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0px 10px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .login-error .hero-message .hero-message-container .message {
    width: 60% !important;
  }
}
.login-error p {
  padding: 10px 10px 0 10px;
  margin-bottom: 0px;
  float: left;
}
.login-error .form_field-elements {
  overflow: hidden;
  margin: 0 10px;
  float: left;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.login-error .form_field-elements .form-field {
  width: 100%;
}
.login-error .form_field-elements .form-field .pull-left {
  width: 14%;
  margin: 0;
}
.login-error .form_field-elements .form-field .pull-left .mandatory {
  float: left;
  margin-right: 4px;
}
.login-error .button-container {
  margin: 10px;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-error .button-container {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .login-error .button-container {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.login-error .button-container button {
  margin: 0 0 10px 0;
  border-radius: 0px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-error .button-container button {
    float: none;
    display: block;
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0 0;
  }
}
.login-error .button-container p {
  float: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .login-error .button-container p {
    margin-top: 10px;
  }
  .login-error .button-container p a {
    font-size: 16px;
  }
}
#termsAndConditions {
  clear: both;
}
#termsAndConditions .trigger {
  padding: 0;
  padding-top: 15px !important;
}
#termsAndConditions .content {
  width: 850px;
  height: 600px;
  overflow: auto;
  padding: 20px;
}
#termsAndConditions a {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #termsAndConditions .content {
    width: auto;
    height: auto;
  }
  #termsAndConditions .content h1 {
    margin: 0;
  }
  #termsAndConditions input[type="checkbox"] {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
}
.my-account-main {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.my-account-main .breadcrumbs .breadcrumbs {
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .breadcrumbs {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
  }
}
.my-account-main .address-book-table {
  width: 100%;
  font-size: 14px;
}
.my-account-main .address-book-table .full-row {
  margin: 10px 2%;
}
.my-account-main .address-book-table .address:first-child {
  border-top: 1px solid;
}
.my-account-main .address-book-table .address {
  width: 100%;
  border-bottom: 1px solid;
  padding: 10px 0px;
  float: left;
}
@media only screen and (min-width: 1044px) {
  .my-account-main .address-book-table .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 98%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .address-book-table .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 96%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .address-book-table .address {
    border: 0 !important;
    display: block;
    background-color: #fafbff;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
  }
}
.my-account-main .address-book-table .address li {
  list-style-type: none;
}
.my-account-main .address-book-table .address .left-col {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .address-book-table .address .left-col {
    float: none;
    width: auto;
    display: block;
    margin: 0 0 10px;
  }
}
.my-account-main .address-book-table .address .left-col .address-title {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .address-book-table .address .left-col .address-title {
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.my-account-main .address-book-table .address .right-col {
  width: 50%;
  float: right;
  text-align: center;
}
.my-account-main .address-book-table .address .right-col b {
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .address-book-table .address .right-col {
    text-align: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .address-book-table .address .right-col {
    float: none;
    display: block;
    width: auto;
    padding: 0;
  }
}
.my-account-main .address-book-table .address .right-col .address-title {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .address-book-table .address .right-col .address-title {
    display: none;
  }
}
.my-account-main .address-book-table .address:last-child {
  border-bottom: 0px;
}
.my-account-main .address-book-table tr {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.my-account-main .address-book-table tr td {
  padding: 10px 0 0 0;
}
.my-account-main .address-book-table tr td.end {
  text-align: end;
}
.my-account-main .my-account-menu a,
.my-account-main .my-account-container a {
  text-decoration: underline;
}
.my-account-main .my-account-menu a:hover,
.my-account-main .my-account-container a:hover {
  text-decoration: none;
}
.my-account-main #addressForm {
  padding: 10px;
}
.my-account-main .add-address-left-label {
  float: left;
}
.my-account-main .company-profile {
  width: 100%;
  border-top: 2px solid;
}
.my-account-main .company-profile tr {
  border: 0;
  vertical-align: middle;
}
.my-account-main .company-profile td {
  border: 0;
  width: 100%;
  vertical-align: middle;
  padding-left: 10px;
}
.my-account-main .company-profile td.center {
  padding: 0 0 0 70px;
}
.my-account-main .company-profile td.small {
  width: 50px;
  text-align: right;
}
.my-account-main .title_holder {
  margin-top: 10px;
}
.my-account-main #order_history {
  width: 96%;
  margin-left: 2%;
}
.my-account-main #order_history .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main #order_history .row {
    display: block;
  }
}
.my-account-main #order_history .row.header {
  border-bottom: 1px solid;
}
.my-account-main #order_history .row.header p {
  float: left;
  width: 12.5%;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main #order_history .row.header {
    display: none;
  }
}
.my-account-main #order_history .row-order {
  border-bottom: 1px solid;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main #order_history .row-order {
    border-bottom: 0px;
    background: #f2f8fd;
    border-radius: 3px;
    padding: 0px 10px;
  }
}
.my-account-main #order_history .row-order .column {
  width: 12.5%;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main #order_history .row-order .column {
    width: 50%;
    float: left;
    text-align: start;
  }
  .my-account-main #order_history .row-order .column p {
    display: inline-block;
  }
  .my-account-main #order_history .row-order .column .popUp {
    display: inline-block;
  }
  .my-account-main #order_history .row-order .column .popUp .button {
    display: inline-block;
    padding: 4px 10px !important;
  }
}
.my-account-main #order_history .row-order .column p {
  margin: 0px;
}
.my-account-main #order_history .row-order .column .only-tablet-mobile {
  font-weight: bold;
}
@media only screen and (min-width: 1044px) {
  .my-account-main #order_history .row-order .column .only-tablet-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main #order_history .row-order .full-column {
    width: 100% !important;
    text-align: start;
    padding: 12px 0px;
  }
  .my-account-main #order_history .row-order .full-column.text-end {
    text-align: end;
  }
}
.my-account-main #order_history .button {
  padding: 4px !important;
  display: block;
  margin: 2px;
}
.my-account-main #order_history .historyOrder.active {
  background-color: #fff5e0;
}
.my-account-main #order_history .orderDetails {
  padding: 0;
  width: 780px;
  text-align: left;
}
.my-account-main #order_history .orderDetails h2 {
  padding: 11px 10px 12px;
  background-color: #525964;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  position: relative;
}
.my-account-main #order_history .orderDetails h2 .buttonPrint {
  position: absolute;
  right: 35px;
  top: 13px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.my-account-main #order_history .orderDetails h2 .buttonPrint:hover {
  text-decoration: underline;
}
.my-account-main #order_history .orderDetails h2 .buttonPrint .icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 16px;
  height: 16px;
  background: url("../images/glyphicons-halflings-white.png") no-repeat -96px -49px;
}
.my-account-main #order_history .orderDetails .headerElementsContainer {
  padding: 10px;
}
.my-account-main #order_history .orderDetails .headerElementsContainer span {
  font-weight: bold;
  padding-right: 5px;
}
.my-account-main #order_history .orderDetails .billingShippingPanel {
  overflow: hidden;
  width: 100%;
}
.my-account-main #order_history .orderDetails .billingShippingPanel .col {
  float: left;
  width: 50%;
  border-bottom: 2px solid #525964;
}
.my-account-main #order_history .orderDetails .billingShippingPanel .col .content {
  padding: 10px;
}
.my-account-main #order_history .orderDetails .summary table {
  width: 760px;
  text-align: center;
  margin: 10px;
}
.my-account-main #order_history .orderDetails .summary table tr {
  border-bottom: 1px solid #e3e4e8;
}
.my-account-main #order_history .orderDetails .summary table thead tr {
  border: none;
}
.my-account-main #order_history .orderDetails .summary table th {
  padding: 5px;
  background-color: #e3e4e8;
  font-size: 14px;
}
.my-account-main #order_history .orderDetails .summary table td {
  padding: 10px;
  text-align: center;
}
.my-account-main #order_history .orderDetails .summary .subtotal h3 {
  padding: 10px 10px 12px;
  margin: 0;
  width: 300px;
  color: #ffffff;
  font-size: 14px;
  background-color: #525964;
}
.my-account-main #order_history .orderDetails .summary .subtotal .subtotalElement {
  text-align: right;
  overflow: hidden;
  border-bottom: 1px dotted #525964;
  padding: 5px 0;
}
.my-account-main #order_history .orderDetails .summary .subtotal .subtotalElement.last {
  border-bottom: none;
  color: #ffffff;
  background-color: #525964;
}
.my-account-main #order_history .orderDetails .summary .subtotal .subtotalElement .col1 {
  float: left;
  width: 80%;
}
.my-account-main #order_history .orderDetails .summary .subtotal .subtotalElement .col2 {
  padding: 0 10px 0 0;
  float: left;
  width: 15%;
}
.my-account-main #order_history tr {
  border-bottom: 1px solid;
  padding: 10px 0 10px 0;
}
.my-account-main #order_history th,
.my-account-main #order_history td {
  text-align: center;
  vertical-align: middle;
}
.my-account-main #order_history .product-modal .content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  max-width: 100%;
}
.my-account-main #order_history .product-modal .close-button {
  right: 40px;
  top: 30px;
}
.my-account-main #order_history .product-modal .close-button img {
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main #order_history .product-modal .close-button {
    right: -8px;
    top: -8px;
  }
  .my-account-main #order_history .product-modal .close-button img {
    width: 32px;
    height: 32px;
  }
}
.my-account-main .my-account-header {
  float: left;
  width: 100%;
  height: 40px;
  background-color: #525964;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  line-height: 40px;
}
.my-account-main .my-account-header .title {
  padding-left: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-header {
    float: none;
    display: block;
    width: auto;
  }
}
.my-account-main .registration {
  margin-top: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .registration {
    margin: 0;
    box-sizing: border-box;
  }
}
.my-account-main .my-account-menu {
  float: left;
  width: 15%;
  vertical-align: top;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-menu {
    width: 25%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-menu {
    display: block;
    width: 100%;
  }
  .my-account-main .my-account-menu ul {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-menu {
    width: 100%;
  }
}
.my-account-main .my-account-menu ul {
  padding: 18px 20px 8px 20px;
  margin: 0;
  display: block;
}
.my-account-main .my-account-menu ul li {
  padding-bottom: 12px;
}
.my-account-main .my-account-menu ul .selected {
  font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-menu ul {
    display: none;
  }
}
.my-account-main .my-account-menu .my-account-menu-select {
  width: 96%;
  height: 40px;
  margin: 0px auto;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-menu .my-account-menu-select {
    margin-top: 20px;
    display: block;
  }
}
.my-account-main .my-account-menu .content-slot-left {
  float: left;
  margin: 0;
  width: 180px;
  height: 100%;
}
.my-account-main .my-account-container {
  float: right;
  width: 82%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container.pay-orders-container {
    float: left !important;
    display: block !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container {
    float: none;
    display: table !important;
    margin: 0 10px;
    padding: 10px 0;
    height: auto;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container {
    width: -webkit-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
  }
}
.my-account-main .my-account-container .samplelist-item-details {
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .disclaimer {
    padding: 0px !important;
  }
}
.my-account-main .my-account-container .samplelist-table {
  margin: 10px;
  float: none;
  padding: 10px;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item {
  overflow: hidden;
  border-top: 1px solid black;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item,
.my-account-main .my-account-container .samplelist-table .samplelist-top {
  min-height: 30px;
  position: relative;
  padding: 10px 0;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item div,
.my-account-main .my-account-container .samplelist-table .samplelist-top div {
  text-align: left;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-item,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-item {
  display: inline;
  width: 300px;
  float: left;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-itemdiv,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-itemdiv,
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-item img,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-item img {
  float: left;
  padding: 5px 10px;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-price,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-price {
  display: inline;
  width: 150px;
  float: left;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-qty,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-qty {
  display: inline;
  width: 80px;
  float: left;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-qty input,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-qty input {
  width: 50px;
  float: none;
  margin: auto;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-total,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-total {
  display: inline;
  width: 80px;
  float: left;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-right,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-right {
  display: inline;
  width: 70px;
  float: right;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-item-right button,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-item-right button {
  border: none;
  background: none;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-bottom,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-bottom {
  display: block;
  position: absolute;
  bottom: 37px;
  right: 0;
  width: 360px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-bottom,
  .my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-bottom {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-bottom button,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-bottom button,
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-bottom div,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-bottom div {
  display: inline;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-bottom a,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-bottom a {
  float: left;
  margin: 0 12px 0 0;
  text-decoration: none;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-bottom .orange-button,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-bottom .orange-button {
  width: 260px;
  padding: 10px;
  border: 1px solid #000000;
}
.my-account-main .my-account-container .samplelist-table .samplelist-item .samplelist-bottom .orange-button img,
.my-account-main .my-account-container .samplelist-table .samplelist-top .samplelist-bottom .orange-button img {
  float: right;
}
.my-account-main .my-account-container .wishlist-table {
  margin: 10px;
  float: none;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .wishlist-table {
    margin: 0;
    padding: 0;
  }
}
.my-account-main .my-account-container .wishlist-table .wishlist-item {
  border-top: 1px solid black;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item {
    border: 0;
    background: #fafbff;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 10px !important;
  }
}
.my-account-main .my-account-container .wishlist-table .wishlist-item,
.my-account-main .my-account-container .wishlist-table .wishlist-top {
  min-height: 30px;
  position: relative;
  padding: 10px 0;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-details,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-details {
  overflow: hidden;
  text-align: left;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item {
  display: inline;
  float: left;
  width: 40%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item {
    width: auto;
  }
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-itemdiv,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-itemdiv,
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item img,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item img {
  float: left;
  padding-right: 10px;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item img,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item img {
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item {
    width: 75%;
  }
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item img,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item img {
    width: 175px;
    height: 175px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item {
    width: 100%;
  }
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item img,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item img {
    width: 50%;
    height: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item {
    width: 75% !important;
  }
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-item img,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-item img {
    width: 225px !important;
    height: 225px !important;
  }
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-price,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-price {
  display: block;
  width: 150px;
  float: left;
  margin: 0 0 0 60px;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-price .top-right-position,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-price .top-right-position {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-price,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-price {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-price,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-price {
    padding-left: 10px;
    margin: 10px 0px 10px 50%;
    width: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-price,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-price {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    margin: 0px !important;
    padding: 0px !important;
  }
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-qty,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-qty {
  display: inline;
  width: 80px;
  float: left;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-qty input,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-qty input {
  width: 50px;
  float: none;
  margin: auto;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-total,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-total {
  display: inline;
  width: 80px;
  float: left;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-right,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-right {
  display: inline;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-right,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-right {
    position: absolute;
    right: 10px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-right,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-right {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-right button,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-right button {
    width: 100%;
  }
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-item-right button,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-item-right button {
  border: none;
  background: none;
  padding: 0px;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom button,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom button,
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom div,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom div {
  display: inline;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom a,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom a {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom {
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom {
    position: relative;
    bottom: initial;
    right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom a,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom a {
    float: none !important;
    width: 100%;
  }
  .my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom a button,
  .my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom a button {
    margin-top: 10px;
    width: 100%;
  }
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom .wishlist-form form,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom .wishlist-form form {
  float: left;
  width: 260px;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom .orange-button,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom .orange-button {
  width: 260px;
  padding: 10px;
}
.my-account-main .my-account-container .wishlist-table .wishlist-item .wishlist-bottom .orange-button img,
.my-account-main .my-account-container .wishlist-table .wishlist-top .wishlist-bottom .orange-button img {
  float: right;
}
.my-account-main .my-account-container .two-col {
  display: inline-block;
  width: 49%;
  overflow: auto;
}
.my-account-main .my-account-container .two-col .my-account {
  display: block;
  margin-left: 30px;
  padding: 30px 0 0 0;
  width: 60%;
}
.my-account-main .my-account-container .two-col .my-account img {
  display: inline-block;
}
.my-account-main .my-account-container .two-col .my-account .edit-profile {
  float: right;
  padding-right: 10px;
}
.my-account-main .my-account-container .two-col .my-account button {
  background-color: #252525;
  color: #ffffff;
  border: none;
  font-size: 16px;
  padding: 3px 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container .two-col .my-account {
    width: auto;
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 10px;
  }
  .my-account-main .my-account-container .two-col .my-account span {
    display: block;
    width: auto !important;
    margin: 0;
    font-size: 16px;
  }
  .my-account-main .my-account-container .two-col .my-account span a {
    text-decoration: none;
    color: #428bca;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .two-col .my-account {
    text-align: center;
    border: 2px solid #f2f8fd;
  }
  .my-account-main .my-account-container .two-col .my-account span {
    font-size: 14px;
  }
}
.my-account-main .my-account-container .two-col .category span {
  display: inline-block;
}
.my-account-main .my-account-container .two-col .category span:first-child {
  width: 35%;
}
.my-account-main .my-account-container .two-col .category span:nth-child(2) {
  margin-left: 5px;
  width: 60%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .two-col .category span {
    display: block;
    width: auto;
  }
}
.my-account-main .my-account-container .two-col .category a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container .two-col .category a {
    vertical-align: middle;
  }
}
.my-account-main .my-account-container .two-col .category .add {
  float: left;
}
.my-account-main .my-account-container .two-col .profile {
  margin-left: 175px;
  font-weight: 700;
}
.my-account-main .my-account-container .two-col .profile input {
  margin-right: 10px;
}
.my-account-main .my-account-container .two-col .rep {
  float: left;
  background-color: #e3e4e8;
  height: 120px;
  width: 300px;
  padding-top: 5px;
  margin-top: 12px;
}
.my-account-main .my-account-container .two-col .rep .my-rep {
  float: left;
  font-weight: 700;
  width: 100%;
  padding-left: 20px;
}
.my-account-main .my-account-container .two-col .rep img {
  vertical-align: middle;
  float: left;
  margin: 10px 8px 0 20px;
}
.my-account-main .my-account-container .two-col .rep .my-rep-contact {
  float: left;
  margin: 20px 0 0 10px;
}
.my-account-main .my-account-container .two-col .rep .my-rep-contact .my-rep-email {
  width: 100%;
}
.my-account-main .my-account-container .two-col .rep .my-rep-contact .my-rep-phone {
  width: 100%;
}
.my-account-main .my-account-container .two-col .rep .my-rep-contact .social-media-links {
  clear: both;
  width: 100%;
}
.my-account-main .my-account-container .two-col .address {
  margin-bottom: 20px;
}
.my-account-main .my-account-container .two-col ul {
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container .two-col {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .my-account-main .my-account-container .two-col:first-child {
    padding-right: 5px;
  }
  .my-account-main .my-account-container .two-col:last-child {
    padding-left: 5px;
  }
}
.my-account-main .my-account-container .table {
  border: none;
  float: none;
  margin: 0 0 0 10px;
  width: 96%;
}
.my-account-main .my-account-container .table div {
  clear: both;
}
.my-account-main .my-account-container .table div span.left {
  width: 96%;
  padding: 10px;
  padding-bottom: 0px;
  float: right;
}
@media only screen and (min-width: 1044px) {
  .my-account-main .my-account-container .table div span.left {
    padding: 10px;
    float: left;
    width: 30%;
  }
}
.my-account-main .my-account-container .table div span.right {
  float: right;
  padding: 10px;
  padding-top: 5px;
  width: 96%;
}
@media only screen and (min-width: 1044px) {
  .my-account-main .my-account-container .table div span.right {
    padding: 10px;
    width: 60%;
  }
}
.my-account-main .my-account-container .table .edit-suscribing-info {
  text-align: right;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .table {
    margin: 0px;
    width: 100%;
  }
  .my-account-main .my-account-container .table div span.left,
  .my-account-main .my-account-container .table div span.right {
    width: 100%;
    padding: 10px 0px;
  }
}
.my-account-main .my-account-container .form_field-input {
  float: left;
  padding: 0 10px 0 0;
}
.my-account-main .my-account-container .address-book {
  border: none;
  margin: auto;
  float: none;
  width: 100%;
}
.my-account-main .my-account-container .address-book div span.left {
  float: left;
  width: 40%;
  padding: 10px;
  margin: 10px;
}
.my-account-main .my-account-container .address-book div span.right {
  float: right;
  width: 50%;
  padding: 10px;
}
.my-account-main .my-account-container .button {
  background-color: #ffa000;
  height: 40px;
  color: #ffffff !important;
  border: 1px solid #000000;
  border: 0px;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
}
.my-account-main .my-account-container .button.blue-button {
  background-color: #0074c8;
}
.my-account-main .my-account-container .button.red-button {
  background-color: #aa0606;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container .button {
    font-size: 16px;
    height: auto;
    padding: 5px 20px !important;
    float: none;
    display: inline-block;
    font-weight: normal;
  }
}
.my-account-main .my-account-container .address-header {
  padding-left: 2%;
  margin: 15px 0px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container .address-header {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-header {
    padding: 0px;
  }
}
.my-account-main .my-account-container .address-header p {
  float: left;
  margin: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-header p {
    font-size: 24px;
  }
}
.my-account-main .my-account-container .address-header button {
  background-color: #252525;
  color: #ffffff;
  padding: 5px 15px;
  border: none;
}
.my-account-main .my-account-container .form_field-label {
  margin: 10px 0 10px 0;
}
.my-account-main .my-account-container .address-form {
  /* THIS SHOULD BE CONVERTED INTO CLASS SHARED
             * BETWEEN CHECKOUT AND LOGIN */
  width: 100%;
  float: left;
  height: auto;
  margin-top: 10px;
  /* form fields class in global.less */
}
.my-account-main .my-account-container .address-form p {
  padding: 5px 0 5px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form p {
    padding-left: 0px;
  }
}
.my-account-main .my-account-container .address-form .form-field {
  width: 98%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form .form-field {
    width: 100%;
  }
}
.my-account-main .my-account-container .address-form .form-field span {
  margin: 0px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form .form-field .input-container {
    width: 96%;
  }
  .my-account-main .my-account-container .address-form .form-field .input-container input {
    width: 100%;
  }
}
.my-account-main .my-account-container .address-form .form-field input[type="checkbox"] {
  width: 18px;
}
.my-account-main .my-account-container .address-form .save-and-cancel-buttons {
  width: 100%;
}
.my-account-main .my-account-container .address-form .button-black {
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 0;
  float: left;
  margin: 0 10px 0 0;
  height: auto;
  font-size: 16px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form .button-black {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
.my-account-main .my-account-container .address-form #updatePasswordForm,
.my-account-main .my-account-container .address-form #updateEmailForm,
.my-account-main .my-account-container .address-form #updateCompanyProfileForm,
.my-account-main .my-account-container .address-form #addressForm {
  padding: 5px 0 5px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form #updatePasswordForm,
  .my-account-main .my-account-container .address-form #updateEmailForm,
  .my-account-main .my-account-container .address-form #updateCompanyProfileForm,
  .my-account-main .my-account-container .address-form #addressForm {
    padding: 5px 0 5px 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form #updatePasswordForm .pull-left,
  .my-account-main .my-account-container .address-form #updateEmailForm .pull-left,
  .my-account-main .my-account-container .address-form #updateCompanyProfileForm .pull-left,
  .my-account-main .my-account-container .address-form #addressForm .pull-left {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container .address-form #updatePasswordForm .pull-left,
  .my-account-main .my-account-container .address-form #updateEmailForm .pull-left,
  .my-account-main .my-account-container .address-form #updateCompanyProfileForm .pull-left,
  .my-account-main .my-account-container .address-form #addressForm .pull-left {
    width: 100% !important;
  }
}
.my-account-main .my-account-container .address-form #updatePasswordForm .input-container i,
.my-account-main .my-account-container .address-form #updateEmailForm .input-container i,
.my-account-main .my-account-container .address-form #updateCompanyProfileForm .input-container i,
.my-account-main .my-account-container .address-form #addressForm .input-container i {
  position: absolute;
  top: 25px;
  right: 16px;
  background: white;
}
@media only screen and (min-width: 1044px) {
  .my-account-main .my-account-container .address-form #updatePasswordForm .input-container i,
  .my-account-main .my-account-container .address-form #updateEmailForm .input-container i,
  .my-account-main .my-account-container .address-form #updateCompanyProfileForm .input-container i,
  .my-account-main .my-account-container .address-form #addressForm .input-container i {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form #updatePasswordForm .input-container input[type="tel"],
  .my-account-main .my-account-container .address-form #updateEmailForm .input-container input[type="tel"],
  .my-account-main .my-account-container .address-form #updateCompanyProfileForm .input-container input[type="tel"],
  .my-account-main .my-account-container .address-form #addressForm .input-container input[type="tel"] {
    width: 15% !important;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .my-account-main .my-account-container .address-form #updatePasswordForm .input-container input[type="tel"],
  .my-account-main .my-account-container .address-form #updateEmailForm .input-container input[type="tel"],
  .my-account-main .my-account-container .address-form #updateCompanyProfileForm .input-container input[type="tel"],
  .my-account-main .my-account-container .address-form #addressForm .input-container input[type="tel"] {
    width: 15% !important;
    display: inline-block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form #updatePasswordForm .input-container,
  .my-account-main .my-account-container .address-form #updateEmailForm .input-container,
  .my-account-main .my-account-container .address-form #updateCompanyProfileForm .input-container,
  .my-account-main .my-account-container .address-form #addressForm .input-container {
    width: 100%;
  }
}
.my-account-main .my-account-container .address-form #updatePasswordForm .mandatory,
.my-account-main .my-account-container .address-form #updateEmailForm .mandatory,
.my-account-main .my-account-container .address-form #updateCompanyProfileForm .mandatory,
.my-account-main .my-account-container .address-form #addressForm .mandatory {
  float: left;
  margin-right: 5px;
}
.my-account-main .my-account-container .address-form #updatePasswordForm .plabel,
.my-account-main .my-account-container .address-form #updateEmailForm .plabel,
.my-account-main .my-account-container .address-form #updateCompanyProfileForm .plabel,
.my-account-main .my-account-container .address-form #addressForm .plabel {
  float: left;
}
.my-account-main .my-account-container .address-form #updatePasswordForm .trigger,
.my-account-main .my-account-container .address-form #updateEmailForm .trigger,
.my-account-main .my-account-container .address-form #updateCompanyProfileForm .trigger,
.my-account-main .my-account-container .address-form #addressForm .trigger {
  padding: 5px 0;
}
.my-account-main .my-account-container .address-form .required.special {
  float: right;
  margin: 20px 20px;
  font-weight: 500;
  font-style: italic;
}
.my-account-main .my-account-container .address-form .shipping-same-as-billing {
  margin: 15px 0 30px 20px;
}
.my-account-main .my-account-container .address-form .shipping-same-as-billing input {
  margin-right: 8px;
}
.my-account-main .my-account-container .address-form .radio {
  margin: 15px 0 10px 20px;
}
.my-account-main .my-account-container .address-form .radio input {
  margin-right: 8px;
}
.my-account-main .my-account-container .address-form .checkboxes-and-button {
  float: left;
  height: 100%;
  width: 100%;
}
.my-account-main .my-account-container .address-form .checkboxes-and-button .checkbox {
  float: left;
  line-height: 30px;
}
.my-account-main .my-account-container .address-form .checkboxes-and-button .checkbox input {
  margin-right: 9px;
}
.my-account-main .my-account-container .address-form .checkboxes-and-button .save-and-cancel-buttons {
  height: 100%;
  float: left;
  padding: 25px 0 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form .checkboxes-and-button .save-and-cancel-buttons {
    width: 100%;
  }
}
.my-account-main .my-account-container .address-form .checkboxes-and-button .save-and-cancel-buttons button {
  background-color: #252525;
  color: #ffffff;
  padding: 10px 30px !important;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .my-account-main .my-account-container .address-form .checkboxes-and-button .save-and-cancel-buttons button {
    padding: 10px !important;
    font-size: 16px;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form .checkboxes-and-button .save-and-cancel-buttons button {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main .my-account-container .address-form .checkboxes-and-button .save-and-cancel-buttons button:first-child {
    margin-bottom: 10px;
  }
}
.my-account-main .my-account-container .address-form .checkboxes-and-button .save-and-cancel-buttons button[name=cancel] {
  background-color: #7c8797;
}
.my-account-main .my-account-container .address-form .industry,
.my-account-main .my-account-container .address-form .corporate-colors,
.my-account-main .my-account-container .address-form .products,
.my-account-main .my-account-container .address-form .usage,
.my-account-main .my-account-container .address-form .slogan,
.my-account-main .my-account-container .address-form .website {
  margin-top: 30px;
  width: 600px;
  float: left;
}
.my-account-main .my-account-container .address-form .industry textarea,
.my-account-main .my-account-container .address-form .corporate-colors textarea,
.my-account-main .my-account-container .address-form .products textarea,
.my-account-main .my-account-container .address-form .usage textarea,
.my-account-main .my-account-container .address-form .slogan textarea,
.my-account-main .my-account-container .address-form .website textarea {
  width: 300px;
}
.my-account-main .my-account-container .address-form .industry .color-swatches,
.my-account-main .my-account-container .address-form .corporate-colors .color-swatches,
.my-account-main .my-account-container .address-form .products .color-swatches,
.my-account-main .my-account-container .address-form .usage .color-swatches,
.my-account-main .my-account-container .address-form .slogan .color-swatches,
.my-account-main .my-account-container .address-form .website .color-swatches {
  width: 200px;
  float: left;
}
.my-account-main .my-account-container .address-form .industry .promo-input,
.my-account-main .my-account-container .address-form .corporate-colors .promo-input,
.my-account-main .my-account-container .address-form .products .promo-input,
.my-account-main .my-account-container .address-form .usage .promo-input,
.my-account-main .my-account-container .address-form .slogan .promo-input,
.my-account-main .my-account-container .address-form .website .promo-input {
  width: 120px;
  float: left;
  padding: 10px 0 0 0;
}
.my-account-main .my-account-container .address-form .industry .promo-input input,
.my-account-main .my-account-container .address-form .corporate-colors .promo-input input,
.my-account-main .my-account-container .address-form .products .promo-input input,
.my-account-main .my-account-container .address-form .usage .promo-input input,
.my-account-main .my-account-container .address-form .slogan .promo-input input,
.my-account-main .my-account-container .address-form .website .promo-input input {
  width: 20px;
}
.my-account-main .my-account-container .my-samples {
  width: 100%;
  float: right;
}
.my-account-main .my-account-container .my-samples button {
  background-color: #252525;
  color: #ffffff;
  padding: 5px 20px;
  font-weight: 300;
  border: none;
}
.my-account-main .my-account-container .my-samples .remove-from-samples {
  float: right;
}
.my-account-main .my-account-container .term-conditions-block {
  float: left;
  width: 80%;
  height: 100px;
  padding: 0 2% 2% 2%;
  margin: 25px 5% 0 5%;
  border: 4px ridge #fcfcfc;
  overflow: auto;
}
.my-account-main #updateCompanyProfileForm .form-field:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.my-account-main #addressForm .form-field span.pull-left {
  width: 20%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-main #addressForm .form-field span.pull-left {
    width: 100%;
  }
}
.my-account-main #addressForm .form-field select {
  width: 70%;
}
@media only screen and (min-width: 1044px) {
  .my-account-main #addressForm .form-field select {
    height: 26px;
  }
}
.my-account-main #addressForm .form-static {
  margin: 0;
  padding: 0;
}
.my-account-main #addressForm .change_address_button {
  margin-top: 20px;
}
.my-account-main #addressForm .fa-chevron-down {
  display: none;
}
.my-account-main .iframeMyOrderDetailContent {
  width: 100%;
  height: 100%;
}
.my-account-main .iframeMyOrderDetailContent iframe {
  width: 783px;
  border: 0;
}
.order-summary .headline {
  margin: 10px 0;
}
.order-summary .headline .continue a {
  text-decoration: underline;
}
.order-summary .order-summary-heading {
  height: 40px;
  background-color: #e3e4e8;
  font-weight: 600;
  overflow: hidden;
}
.order-summary .order-summary-heading .order-summary-heading-space {
  width: 18%;
  height: 40px;
}
.order-summary .order-summary-heading .order-summary-heading-titles {
  width: 82%;
}
.order-summary .order-summary-heading div {
  float: left;
  line-height: 40px;
}
.order-summary .order-summary-heading .item-heading {
  width: 48%;
  text-align: center;
}
.order-summary .order-summary-heading .unit-price-heading {
  width: 15%;
  text-align: center;
  overflow: hidden;
}
.order-summary .order-summary-heading .quantity-heading {
  width: 20%;
  text-align: left;
}
.order-summary .order-summary-heading .total-heading {
  width: 16%;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-heading {
    overflow: visible;
    border-radius: 3px;
    margin: 0 0 5px;
    background-color: #0074c8;
    color: #fff;
  }
  .order-summary .order-summary-heading .order-summary-heading-space {
    width: 155px;
  }
  .order-summary .order-summary-heading .order-summary-heading-titles {
    width: -webkit-calc(100% - 155px);
    width: calc(100% - 155px);
  }
  .order-summary .order-summary-heading .item-heading {
    width: 50%;
    text-align: left;
  }
  .order-summary .order-summary-heading .unit-price-heading {
    width: 1%;
  }
  .order-summary .order-summary-heading .quantity-heading {
    width: 28%;
  }
  .order-summary .order-summary-heading .total-heading {
    width: 21%;
    padding-right: 12px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-heading {
    display: none;
  }
}
.order-summary .order-summary-item {
  overflow: hidden;
  font-size: 12px;
  background-color: #fafbff;
  margin-bottom: 10px;
}
.order-summary .order-summary-item .bogoAmt {
  padding: 0 5px;
  display: inline-block;
  background-color: #fff59f;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item {
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
  }
}
.order-summary .order-summary-item div {
  float: left;
}
.order-summary .order-summary-item div.popUp {
  float: left;
  /* Medullus changes against task ID(23838) dated on(09/17/19) */
  display: inline-block;
  vertical-align: middle;
}
.order-summary .order-summary-item div.slider-info {
  display: none;
}
.order-summary .order-summary-item div.slider-info.w520 {
  width: 100%;
}
.order-summary .order-summary-item div.slider-info.w520.right {
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item div.slider-info.w520 .row {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item div.slider-info.w520 {
    width: 92%;
    margin-left: 4%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item div {
    float: none;
  }
}
.order-summary .order-summary-item .cart-item-image {
  margin: 2%;
  margin-bottom: 0;
  width: 14%;
}
.order-summary .order-summary-item .cart-item-image img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .cart-item-image {
    display: inline-block;
    margin: 0;
    width: 130px;
    /* border: 1px solid #e6e9f7;*/
    /* Medullus changes against task ID(23300) dated on(09/02/19) */
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .cart-item-image {
    width: 100px;
  }
  .order-summary .order-summary-item .cart-item-image img {
    height: auto;
    border: 1px solid #e6e9f7;
    /* Medullus changes against task ID(23300) dated on(09/02/19) */
  }
}
.order-summary .order-summary-item .row {
  margin: 0px;
  width: 82%;
  height: auto;
  font-size: 11px;
}
.order-summary .order-summary-item .row .bogoAmt {
  padding: 0 5px;
  display: inline-block;
  background-color: #fff59f;
}
.order-summary .order-summary-item .row.large {
  width: 82%;
  float: right;
  margin-left: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row.large {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row.large {
    float: none;
  }
}
.order-summary .order-summary-item .row.w520 {
  width: 535px !important;
}
.order-summary .order-summary-item .row.w520.right {
  float: right !important;
}
.order-summary .order-summary-item .row.shipping {
  margin: 15px 0;
  width: 98%;
  margin-left: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row.shipping {
    display: block;
    width: auto;
    margin: 15px 0 0;
  }
}
.order-summary .order-summary-item .row.order-product-information {
  margin-top: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row.order-product-information {
    margin: 0 0 0 5px;
    width: -webkit-calc(100% - 108px);
    width: calc(100% - 108px);
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row.order-product-information {
    width: -webkit-calc(100% - 138px);
    width: calc(100% - 138px);
  }
}
.order-summary .order-summary-item .row.product-information {
  margin-top: 2%;
}
.order-summary .order-summary-item .row.product-information .cl {
  margin: 0px;
}
.order-summary .order-summary-item .row.product-information .icons {
  padding: 0px 3px;
  /* Medullus changes against task ID(23838) dated on(09/17/19) */
}
.order-summary .order-summary-item .row.product-information .update-cart-form {
  /* Medullus changes against task ID(23838) dated on(09/17/19) */
  float: left;
}
.order-summary .order-summary-item .row.product-information .product-edit {
  /* Medullus changes against task ID(23838) dated on(09/17/19) */
  float: left;
  clear: both;
}
.order-summary .order-summary-item .row.product-information .add-to-wishlist {
  /* Medullus changes against task ID(23838) dated on(09/17/19) */
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row.product-information {
    display: inline-block;
    width: -webkit-calc(100% - 143px);
    width: calc(100% - 143px);
    margin: 0 0 0 10px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row.product-information {
    width: -webkit-calc(100% - 113px);
    width: calc(100% - 113px);
  }
}
.order-summary .order-summary-item .row a {
  text-decoration: underline;
}
.order-summary .order-summary-item .row a.icons {
  text-decoration: none;
  padding: 3px;
  border-radius: 2px;
  color: #252525;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row a.icons {
    display: inline-block;
    font-size: 20px;
    padding: 3px 6px;
  }
}
.order-summary .order-summary-item .row a.icons.update-icon:hover {
  background-color: #259b48;
}
.order-summary .order-summary-item .row a.icons.edit-icon:hover {
  background-color: #ffaa00;
}
.order-summary .order-summary-item .row a.icons.remove-icon:hover {
  background-color: #aa0606;
}
.order-summary .order-summary-item .row a.icons.wishlist-icon:hover {
  background-color: red;
}
.order-summary .order-summary-item .row a.icons:hover {
  color: #ffffff;
}
.order-summary .order-summary-item .row a.view-details-button {
  color: #252525;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #dddddd;
  background-color: #e1e1e1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.order-summary .order-summary-item .row a.view-details-button:visited {
  color: #252525;
}
.order-summary .order-summary-item .row a.view-details-button:hover {
  border-color: #dddddd;
  background-color: #dddddd;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row a.view-details-button {
    font-size: 14px;
    padding: 8px 15px;
    background: #525964;
    color: #ffffff;
    font-weight: normal;
    border: 0;
    margin: 0;
  }
  .order-summary .order-summary-item .row a.view-details-button i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
  }
  .order-summary .order-summary-item .row a.view-details-button:visited {
    color: #ffffff;
  }
  .order-summary .order-summary-item .row a.view-details-button:hover {
    background-color: #525964;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row a.view-details-button {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row a {
    font-size: 16px;
  }
}
.order-summary .order-summary-item .row span {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row span {
    font-size: 14px;
  }
}
.order-summary .order-summary-item .row .col-1 {
  float: left;
  width: 48%;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-1.product-information {
    float: none;
    display: block;
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-1.order-product-information {
    width: 100%;
  }
}
.order-summary .order-summary-item .row .col-1.promo {
  width: 376px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-1.promo {
    width: 100%;
  }
}
.order-summary .order-summary-item .row .col-2 {
  float: left;
  width: 15%;
}
.order-summary .order-summary-item .row .col-2.promo {
  width: 82px;
  margin: 0 0 0 14px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row .col-2.product-information {
    width: 4%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-2.product-information {
    display: none;
  }
}
.order-summary .order-summary-item .row .col-3 {
  float: left;
  width: 20%;
  text-align: center;
}
.order-summary .order-summary-item .row .col-3 input {
  width: 50px;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 3px;
}
.order-summary .order-summary-item .row .col-3 input ~ .update-icon {
  margin-top: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row .col-3 input {
    height: 30px;
    width: 63%;
    border: 1px solid;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-3 input {
    max-width: 51px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .order-summary .order-summary-item .row .col-3 input {
    max-width: 61px;
  }
}
@media only screen and (min-width: 1044px) {
  .order-summary .order-summary-item .row .col-3 a {
    float: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-3 a .fa {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1044px) {
  .order-summary .order-summary-item .row .col-3 .action-container a {
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row .col-3.product-information {
    width: 28%;
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-3.product-information {
    width: 60%;
    float: none;
    display: inline-block;
  }
}
.order-summary .order-summary-item .row .col-4 {
  float: left;
  width: 16%;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row .col-4.view-details {
    float: none;
    display: block;
    width: auto;
    text-align: right;
    padding: 0;
    margin: -40px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-4.view-details {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .order-summary .order-summary-item .row .col-4.product-information {
    width: 20%;
    text-align: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order-summary .order-summary-item .row .col-4.product-information {
    float: none;
    display: inline-block;
    width: 38%;
  }
}
.order-summary .order-summary-item .row .col-1 .strikeout,
.order-summary .order-summary-item .row .col-2 .strikeout,
.order-summary .order-summary-item .row .col-3 .strikeout,
.order-summary .order-summary-item .row .col-4 .strikeout {
  display: block;
}
.order-summary .order-summary-item .row .sku {
  text-transform: uppercase;
  font-size: 12px;
  display: none;
}
.order-summary .order-summary-item .row .you-save {
  font-size: 10px;
  color: #259b48;
}
.order-summary .order-summary-item .row-5 {
  border-top: 1px solid #252525;
  text-align: right;
}
.order-summary .order-summary-item .row-5 .below-the-line {
  font-weight: 200;
  background-color: #e3e4e8;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 3px 20px;
}
.order-summary .order-summary-item .row-5 .below-the-line .line-total {
  padding-left: 5px;
  font-weight: 500;
}
.powerReviewContainer {
  text-align: center;
  width: 1240px;
}
.powerReviewContainer #submitReviewIframe {
  width: 600px;
}
.powerReviewContainer .p-w-r .pr-war {
  max-width: 100% !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .powerReviewContainer {
    width: auto;
  }
}
/* PDP PAGE */
.site-seals {
  margin-top: 5px!important;
}
/*#qsContainer{
	width:auto!important;
	min-width:300px;previewimage
	max-height:360px;
	height:auto;
	overflow:auto!important;
}
#quick-ship{
    &.config5{
		margin-top:-20px;
		margin-left:5px;
		position:static;
		.responsive("tablet-mobile", {
			left: auto;
			text-align:left;
			width:auto;
		});
	}
}
.quick-ship{
    img{
		width:100%;
	}
	img{
		.responsive("mobile", {
			width:390px;
		});
		.responsive("mobile-landscape", {
			width:705px;
		});
		.responsive("tablet", {
			width:750px;
		});
		.responsive("tablet-landscape", {
			width:765px;
		});
		@media only screen
		and (device-width : 375px)
		and (device-height : 812px)
		and (-webkit-device-pixel-ratio : 3)
		and (orientation : landscape) {
			width:760px;
		}
		@media only screen
		and (device-width : 375px)
		and (device-height : 812px)
		and (-webkit-device-pixel-ratio : 3)
		and (orientation : portrait) {
			width:350px;
		}
	}
}*/
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  body.no-scroll {
    position: static!important;
    overflow: hidden;
  }
}
.instructionnote {
  padding: 15px 0px 6px 5px;
  clear: both;
  /* Medullus changes against task ID(22210) dated on(09/10/19) */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #previewimage {
    width: 300px;
    height: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  #previewimage {
    width: auto;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  #previewimage {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #previewimage {
    width: 300px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #previewimage {
    height: 300px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.77) and (orientation: landscape) {
  #previewimage {
    height: 300px;
  }
}
.pdp-main {
  width: 100%;
}
.pdp-main .breadcrumbs {
  margin: 20px 0 0 10px;
}
.pick-quantity-input {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #magnify-image .close-button {
    right: -10px;
    top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  #magnify-image .close-button {
    right: -8px;
    top: -8px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  #magnify-image .close-button {
    right: -8px;
    top: -8px;
  }
}
#product-details-accordion-title h4 {
  float: left;
}
#product-details-accordion-title .variant-code {
  display: inline-block;
  /*font-size: @ft-size-11;*/
  font-size: 14px;
  /*margin: 16px 0 0 5px;*/
  margin: 13px 0 0 5px;
}
.additionalchargemsg {
  margin-top: 10px;
  float: left;
}
#needMoreOverlay {
  max-width: 120px;
  float: right;
  /*margin-right: 65px;*/
}
#needMoreOverlayVertical {
  width: 80px;
  float: right;
  margin-right: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #needMoreOverlayVertical {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  #needMoreOverlayVertical {
    margin-right: 0;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  #needMoreOverlayVertical {
    margin-right: 100px;
  }
}
.center {
  top: 43%;
}
.ptext {
  font-size: 10px;
}
.pricetvertical {
  text-align: right;
  margin: 0px 2px 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricetvertical {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pricetvertical {
    padding-right: 10px;
  }
}
.pricet {
  float: left;
  vertical-align: middle;
  margin: 12px 30px -3px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricet {
    margin: 3px 4px 3px 4px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pricet {
    margin: 3px 4px 3px 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .pricet {
    margin: 3px 4px 3px 4px;
  }
}
.productheader {
  margin: 0px 0px 3px 25px;
}
#producttitle {
  font-size: 18pt;
  font-family: "Roboto", "Helvetica Neu", Helvetica, Arial, sans-serif;
  font-weight: bolder;
}
.help-info span.tooltip.config5 {
  margin-left: -55px !important;
}
.need-more-horizontal {
  text-align: right;
  margin: 10px 10px 0 0;
}
.need-more-horizontal a {
  text-decoration: underline;
}
.need-more-horizontal .help-info {
  text-align: left;
}
.need-more {
  text-align: right;
  margin: 10px 10px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .need-more {
    margin: 0px 5px 0px 0px;
  }
}
.need-more a {
  text-decoration: underline;
}
.need-more .help-info {
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #imprintdataRemovePopUp .product-modal .content {
    max-width: 320px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  #imprintdataRemovePopUp .product-modal .content {
    max-width: 980px;
  }
}
.preview-loader {
  height: 122px;
  width: 358px;
  background: #ffffff url(../images/animated_loading.gif) center center no-repeat;
}
.removedatamsg {
  margin-top: 20px;
  text-align: center;
}
.removedatabt {
  text-align: center;
}
.preview-box-container {
  text-align: center;
  padding: 10px;
  max-height: 90px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .preview-box-container {
    padding-right: 0px;
  }
}
.dataalert-box-container {
  width: 450px;
  height: 150px;
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .dataalert-box-container {
    padding-right: 0px;
  }
}
.btconfirm {
  margin: 30px 40px;
  border-radius: 3px;
  border: 1px solid #acabab;
  height: 40px;
  padding: 5px;
  width: 20%;
  background-color: #bcc0c5;
}
.btconfirm:hover {
  background-color: #a7aaae;
}
.no-rating-star {
  background-color: #ffffff;
}
.price-selector {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 50px;
}
.bogo-offer .price-selector {
  display: inline-block;
  width: auto;
}
.price-selector .red {
  color: red;
}
.price-selector #price-break {
  font-weight: 500;
}
.price-selector #str-thg {
  color: #666666;
  font-size: 11px;
  left: 5px;
  position: absolute;
  top: -13px;
  text-decoration: line-through;
}
.qsn-applied .price-selector #str-thg {
  top: -9px;
}
.qsn-applied.bogo-offer .price-selector {
  margin-top: 10px;
}
.qsn-applied.bogo-offer .price-selector #str-thg {
  top: -10px;
}
.pick-quantity-calculate .price-selector {
  display: inline-block;
}
.price-container-holder-vertical {
  max-width: 525px;
  /* margin-top: 20px; */
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .price-container-holder-vertical {
    max-width: none;
    margin: 0 100px;
  }
}
.price-container-holder {
  padding: 0 0 1% 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-container-holder {
    border-top: 1px solid #dce9f3;
  }
}
.paid-sample-message {
  font-size: 10pt;
  font-weight: bold;
  padding: 0 0 10px 52px;
  background-color: #e1e5e8;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .paid-sample-message {
    background-color: #ffffff;
  }
}
.paid-sample-message.matrixordering {
  padding: 0;
}
.price-container {
  max-width: 666px;
  position: relative;
  padding: 0px;
  font-size: 11px;
  display: none;
  text-align: right;
}
.price-container.vertical {
  max-width: 528px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-container.vertical {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .price-container.vertical {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-container {
    padding: 0px 20px 0px 0px;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .price-container {
    padding: 0px 20px 0px 0px;
    max-width: none;
  }
}
.price-container.current {
  display: block;
}
.price-container .tblquantity {
  width: 100%;
  font-size: 10pt;
}
.price-container .tblquantity tr {
  border-bottom: 1px solid #d6d5d5;
  height: 35px;
}
.price-container .tblquantity th {
  width: 25%;
  text-align: center;
}
.price-container .tblquantity thead {
  background-color: #e8e8e8 /*#e1e5e8*/;
  border-bottom: 1px solid #acafb1;
}
.price-container .tblquantity tbody tr:nth-child(odd) {
  background-color: #e6f6f6 /*#e9f8fb*/;
}
.price-container .qsn-applied .old-value {
  padding: 8px 0 0 0 !important;
  text-decoration: line-through;
  background-color: white;
}
.price-container .qsn-applied .formatter-value {
  color: red;
  padding: 0 0 8px 0 !important;
  height: auto !important;
  background-color: white;
  border-radius: 0px 0px 3px 3px;
}
.price-container .qsn-applied.vertical {
  text-align: center;
}
.price-container .qsn-applied.vertical .formatter-value {
  padding: 0!important;
  background-color: transparent;
}
.price-container .qsn-applied.vertical .old-value {
  padding: 0!important;
  background-color: transparent;
}
.price-container .qsn-applied .sample.formatter-value {
  color: black;
}
.price-container .qsn-applied .sample-price .formatter-value {
  height: 32px !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .qsn-applied .sample-price {
    margin: 6px 3px 0px 4px!important;
  }
}
.price-container .price-slider {
  position: relative;
  display: block;
  text-align: left;
  overflow-x: auto;
  /*overflow-y:hidden;*/
  min-height: 92px;
  max-height: 120px;
  padding-left: 6px;
  margin-bottom: -5px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .price-slider {
    height: auto;
    max-height: none;
  }
}
.price-container .price-slider .left-arrow {
  display: none;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 76px;
  width: 30px;
  background: url(../images/carousel-left-arrow-small-inactive.png) center center no-repeat;
}
.price-container .price-slider .left-arrow.active {
  background: url(../images/carousel-left-arrow-small.png) center center no-repeat;
}
.price-container .price-slider .right-arrow {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 76px;
  width: 30px;
  background: url(../images/carousel-right-arrow-small-inactive.png) center center no-repeat;
}
.price-container .price-slider .right-arrow.active {
  background: url(../images/carousel-right-arrow-small.png) center center no-repeat;
}
.price-container .price-slider .price-slide-viewport {
  margin: 0;
  width: 100%;
  /*overflow-x: auto;*/
  white-space: nowrap;
  padding: 8px 0px 10px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .price-slider .price-slide-viewport {
    padding: 5px 0px 15px 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .price-container .price-slider .price-slide-viewport {
    overflow-x: auto;
  }
}
.price-container .price-slider .price-slide-viewport .strike-through-container {
  position: relative;
  width: auto;
  margin-top: 2px;
  text-align: left;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .item.selected {
  background-color: white;
  box-shadow: 0px 0px 25px #034f84;
  border: 1px solid #034f84;
  z-index: 2;
  -ms-transform: scale(1.06);
      transform: scale(1.06);
  -webkit-transition: all 100ms ease-out;
  -webkit-transform: scale(1.06);
  -ms-transition: all 100ms ease-out;
  -ms-transform: scale(1.05) !important;
  -moz-transition: all 100ms ease-out;
  -moz-transform: scale(1.06);
  transition: all 100ms ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .price-slider .price-slide-viewport .strike-through-container .item.selected {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
    -webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1.05);
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1.06);
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1.05);
    transition: all 100ms ease-out;
  }
}
.price-container .price-slider .price-slide-viewport .strike-through-container .item:hover {
  background-color: white;
  box-shadow: 0px 0px 25px #1474c8c9;
  border: 1px solid #1474c89e ;
  z-index: 2;
  -webkit-transition: all 100ms ease-out;
  -webkit-transform: scale(1.06);
  -ms-transition: all 100ms ease-out;
  -ms-transform: scale(1.05) !important;
  -moz-transition: all 100ms ease-out;
  -moz-transform: scale(1.06);
  transition: all 100ms ease-out;
  -ms-transform: scale(1.06);
      transform: scale(1.06);
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .price-slider .price-slide-viewport .strike-through-container .item:hover {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
    -webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1.05);
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1.06);
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1.05);
    transition: all 100ms ease-out;
  }
}
.price-container .price-slider .price-slide-viewport .strike-through-container .item {
  display: inline-block;
  width: 66px;
  margin: 0 3px;
  text-align: center;
  /*vertical-align: middle;*/
  border: 1px solid #1474c8;
  border-radius: 3px;
  /*#1474c8 background-color: @cl-white*/
  cursor: pointer;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .item .quantity {
  background-color: #1474c8;
  padding: 5px;
  color: white;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  height: 21px;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .item .formatter-value {
  padding: 15px 5px 0;
  height: 28px;
  background-color: white;
  border-radius: 0px 0px 3px 3px;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .item.even {
  border: 1px solid #dddddd;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price {
  display: inline-block;
  vertical-align: top;
  margin: 2px 13px 0px 4px;
  width: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .price-slider .price-slide-viewport .strike-through-container .sample-price {
    margin: 6px 3px 0px 4px;
  }
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item {
  background-color: #ffa000;
  width: 100px !important;
  text-align: center;
  border-color: #ff7700;
  cursor: pointer;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item .quantity {
  background-color: #ffa000;
  padding: 0 0 10px 0;
  color: white;
  vertical-align: middle;
  cursor: pointer;
  height: 21px;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item .quantity .text-smal {
  margin: -3px 0 0 0;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item .quantity br {
  display: none;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item .quantity span {
  display: block;
  line-height: normal;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item .formatter-value {
  padding: 15px 5px 0 !important;
  height: 28px ;
  color: black;
  background-color: white;
  border-radius: 0px 0px 3px 3px;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item.even {
  border: 1px solid #dddddd;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .selected {
  box-shadow: 0px 0px 25px #ff7700;
  background-color: #ffa000;
  border: 1px solid #ff7700;
  z-index: 2;
  -ms-transform: scale(1.06);
      transform: scale(1.06);
  -webkit-transition: all 100ms ease-out;
  -webkit-transform: scale(1.06);
  -ms-transition: all 100ms ease-out;
  -ms-transform: scale(1.05) !important;
  -moz-transition: all 100ms ease-out;
  -moz-transform: scale(1.06);
  transition: all 100ms ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .selected {
    -webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1.05);
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1.05);
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1.05);
    transition: all 100ms ease-out;
    transform: scale(1.05);
  }
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item:hover {
  box-shadow: 0px 0px 25px #ffa0009e;
  border: 1px solid #ffa00075;
  z-index: 2;
  -ms-transform: scale(1.06);
      transform: scale(1.06);
  -webkit-transition: all 100ms ease-out;
  -webkit-transform: scale(1.06);
  -ms-transition: all 100ms ease-out;
  -ms-transform: scale(1.05) !important;
  -moz-transition: all 100ms ease-out;
  -moz-transform: scale(1.06);
  transition: all 100ms ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .item:hover {
    -webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1.05);
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1.05);
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1.05);
    transition: all 100ms ease-out;
    transform: scale(1.05);
  }
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .quantity-value {
  font-size: 9pt;
  padding-top: 3px;
}
.price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .sampledesc {
  font-size: 7pt;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .price-slider .price-slide-viewport .strike-through-container .sample-price {
    width: auto;
  }
  .price-container .price-slider .price-slide-viewport .strike-through-container .sample-price .strike-through-container {
    margin: 0 3px 0 0 !important;
  }
}
.price-container.enabled {
  /*padding: 10px 0;*/
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container.enabled {
    padding: 0;
    /*width:auto;
			overflow-x:auto;*/
  }
}
.price-container.enabled .price-slider .left-arrow,
.price-container.enabled .price-slider .right-arrow {
  /*display: inline;*/
  display: none;
}
.price-container.enabled .price-slider .price-slide-viewport {
  /*margin: 0 0 0 27px;*/
  /*width: calc(~"100% - 55px");*/
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container.enabled .price-slider .left-arrow,
  .price-container.enabled .price-slider .right-arrow {
    display: none;
  }
  .price-container.enabled .price-slider .price-slide-viewport {
    width: auto;
    margin: 0;
    overflow-x: auto;
  }
}
.price-container .as-low-as-price {
  /*.price-slider;*/
  padding-right: 6px;
  /*.item.selected{
			 background-color:white;
			 box-shadow: 0px 0px 25px #034f84;
			 border: 1px solid #034f84;
			 z-index: 2;
			 transform: scale(1.06);
			-webkit-transition: all 100ms ease-out;
			-webkit-transform: scale(1.06);
			-ms-transition: all 100ms ease-out;
			-ms-transform: scale(1.05)!important;
			-moz-transition: all 100ms ease-out;
			-moz-transform: scale(1.06);
			transition: all 100ms ease-out;
			.responsive("tablet-mobile", {
				transform: scale(1.05);
				-webkit-transition: all 100ms ease-out;
				-webkit-transform: scale(1.05);
				-ms-transition: all 100ms ease-out;
				-ms-transform: scale(1.06);
				-moz-transition: all 100ms ease-out;
				-moz-transform: scale(1.05);
				transition: all 100ms ease-out;
			});
		}
		.item:hover{
			 background-color:white;
			 box-shadow: 0px 0px 25px #1474c8c9;
			 border: 1px solid #1474c89e ;
			 z-index: 2;
			-webkit-transition: all 100ms ease-out;
			-webkit-transform: scale(1.06);
			-ms-transition: all 100ms ease-out;
			-ms-transform: scale(1.05)!important;
			-moz-transition: all 100ms ease-out;
			-moz-transform: scale(1.06);
			transition: all 100ms ease-out;
			transform: scale(1.06);
			.responsive("tablet-mobile", {
				transform: scale(1.05);
				-webkit-transition: all 100ms ease-out;
				-webkit-transform: scale(1.05);
				-ms-transition: all 100ms ease-out;
				-ms-transform: scale(1.06);
				-moz-transition: all 100ms ease-out;
				-moz-transform: scale(1.05);
				transition: all 100ms ease-out;
			});

		}*/
  display: inline-block;
}
.price-container .as-low-as-price .strike-through-container {
  margin: 0 0 0 4px;
  width: auto !important;
}
.price-container .as-low-as-price .strike-through-container .item {
  background-color: #e3e4e8;
  width: 100px !important;
  text-align: center;
  border-color: #1474c8 ;
  cursor: pointer;
}
.price-container .as-low-as-price .strike-through-container .item .quantity {
  background-color: #1474c8 !important;
  padding: 0 0 10px 0;
  color: white;
  vertical-align: middle;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
  height: 21px;
}
.price-container .as-low-as-price .strike-through-container .item .quantity .text-smal {
  margin: -3px 0 0 0;
}
.price-container .as-low-as-price .strike-through-container .item .quantity br {
  display: none;
}
.price-container .as-low-as-price .strike-through-container .item .quantity span {
  display: block;
  /*line-height: normal;*/
}
.price-container .as-low-as-price .strike-through-container .item .formatter-value {
  padding: 15px 5px 0;
  height: 28px;
  color: red;
  background-color: white;
  border-radius: 0px 0px 3px 3px;
}
.price-container .as-low-as-price .strike-through-container .item.even {
  border: 1px solid #dddddd;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .price-container .as-low-as-price {
    width: auto;
  }
  .price-container .as-low-as-price .strike-through-container {
    margin: 6px 6px 6px 0px!important;
  }
}
.sliderContainer {
  position: relative;
  width: 390px;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.sliderContainer .sliderbar {
  width: 800px;
  height: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  padding: 0 0 0 10px;
}
.sliderContainer .sliderbar .sliderbartop {
  top: 43%;
  position: relative;
  height: 10px;
  width: 5px;
  float: left;
  background-color: red;
}
.sliderContainer .sliderbar .sliderbarcenter {
  top: 43%;
  position: relative;
  min-width: 290px;
  height: 10px;
  float: left;
  background-color: yellow;
}
.sliderContainer .sliderbar .sliderbarcenter .sliderMovableButton {
  position: absolute;
  width: 14px;
  height: 14px;
  top: -2px;
  left: 40px;
  background-color: black;
}
.sliderContainer .sliderbar .sliderbarcenter .prices {
  text-align: center;
}
.sliderContainer .sliderbar .sliderbarcenter .prices .price {
  font-size: 10px;
  position: absolute;
  top: -16px;
  left: 30px;
}
.sliderContainer .sliderbar .sliderbarcenter .prices .price .spacer {
  height: 15px;
}
.sliderContainer .sliderbar .sliderbarbottom {
  top: 43%;
  position: relative;
  height: 10px;
  width: 5px;
  float: left;
  background-color: red;
}
.pdp-social-tools {
  float: right;
  margin-top: -40px;
  padding: 13px;
  line-height: 17px;
  font-size: 14px;
}
.pdp-page-heading {
  width: 100%;
  background-color: #7c8797;
  height: 70px;
  position: relative;
}
.pdp-page-heading h1 {
  font-size: 30px;
  font-family: "Roboto", "Helvetica Neu", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin: 4px 0 0 15px;
  padding-top: 0;
}
.pdp-page-heading .product-hidden-code {
  color: #7c8797;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
}
.pdp-page-heading .pdp-header-links {
  position: relative;
}
.pdp-page-heading .pdp-header-links ul {
  height: 14px;
  float: left;
  color: #ffffff;
  padding: 0 0 0 15px;
  margin: 0;
}
.pdp-page-heading .pdp-header-links ul li {
  float: left;
  line-height: 14px;
  padding: 0 15px 2px;
  border-left: 1px #ffffff solid;
}
.pdp-page-heading .pdp-header-links ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.pdp-page-heading a {
  color: #ffffff;
  text-decoration: underline;
}
.pdp-page-heading a:hover {
  text-decoration: none;
}
.pdp-page-heading .pdp-header-pagination {
  float: right;
  padding-right: 15px;
  color: #ffffff;
}
.pdp-page-heading .pdp-header-pagination form {
  display: inline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-page-heading .pdp-header-pagination {
    float: none;
    position: absolute;
    top: 0px;
    right: -7px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-page-heading {
    margin: 15px 10px 0;
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 10px;
  }
  .pdp-page-heading h1 {
    margin: 0;
  }
  .pdp-page-heading .add-to-wishlist {
    height: 30px;
  }
  .pdp-page-heading .add-to-wishlist > a {
    float: left;
  }
  .pdp-page-heading .add-to-wishlist .star-rating {
    float: left;
  }
  .pdp-page-heading .pdp-header-links ul {
    float: none;
    padding: 0;
    height: 22px;
    margin: 10px 0 0;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-page-heading {
    width: auto;
    height: auto;
    padding: 10px;
  }
  .pdp-page-heading h1 {
    margin: 0;
  }
  .pdp-page-heading .add-to-wishlist {
    height: 30px;
  }
  .pdp-page-heading .add-to-wishlist > a {
    float: left;
  }
  .pdp-page-heading .add-to-wishlist .star-rating {
    float: right;
  }
  .pdp-page-heading .pdp-header-links ul {
    float: none;
    padding: 0;
    height: auto;
  }
  .pdp-page-heading .pdp-header-links ul li {
    float: none;
    padding: 0;
    line-height: normal;
    border: 0;
    display: inline-block;
    margin-right: 10px;
  }
  .pdp-page-heading .pdp-header-links ul li:first-child {
    display: block;
    margin: 5px 0;
  }
}
.pageflipPortrait {
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.pageflipPortrait img {
  border: 0 !important;
}
.pageflipPortrait img:hover {
  cursor: default !important;
  border: 0 !important;
}
.pageflipPortrait.current {
  visibility: visible;
}
.pageflipPortrait .flash-not-enabled {
  display: none;
  margin-top: 100px;
}
.pageflipPortrait .flash-not-enabled img {
  margin: 0 0 0 90px;
}
.product-info-wrapper {
  position: relative;
}
.product-detail-container {
  display: table;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container {
    width: auto;
    display: block;
  }
}
.product-detail-container:after {
  display: block;
  clear: both;
  content: "";
}
.product-detail-container .product-section {
  background-color: #fafbff;
  padding-bottom: 30px;
}
.product-detail-container .productdetails {
  padding-left: 25px;
  margin-bottom: 8px;
}
.product-detail-container .more-details {
  text-decoration: underline;
  color: #3a80bc;
}
.product-detail-container .more-details:hover {
  color: #62b6fe;
}
.product-detail-container .mobile-product-description {
  box-sizing: border-box;
  margin: 10px 0;
  padding: 0 10px;
}
.product-detail-container .mobile-product-description .toggle-view-more {
  color: #3a80bc;
  text-decoration: underline;
}
.product-detail-container .mobile-product-description .toggle-view-more:hover {
  color: #62b6fe;
  text-decoration: none;
}
.product-detail-container .product-details-content-slots {
  font-family: "Roboto", "Helvetica Neu", Helvetica, Arial, sans-serif;
  padding-top: 20px;
  margin-left: 26px;
  margin-bottom: 8px;
  max-height: 105px;
  /*padding-bottom:30px;*/
  overflow: hidden;
  /*.responsive("mobile", {
    		margin-top:20px;
    	});*/
}
.product-detail-container .product-details-content-slots ul {
  list-style: inside;
}
.product-detail-container .product-details-content-slots img {
  max-width: auto;
}
.product-detail-container .product-details-content-slots.hidden {
  display: none;
}
.product-detail-container #icongoIframeServicePopup .product-modal .content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  max-width: 100%;
}
.product-detail-container #icongoIframeServicePopup .product-modal .close-button {
  right: 40px;
  top: 30px;
}
.product-detail-container #icongoIframeServicePopup .product-modal .close-button img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container #icongoIframeServicePopup .product-modal .close-button {
    /*right: -8px;*/
    /*top: -8px;*/
    right: -12px;
    top: -22px;
  }
  .product-detail-container #icongoIframeServicePopup .product-modal .close-button img {
    width: 32px;
    height: 32px;
  }
}
.product-detail-container #minQuantityNotAllowed .min-quantity-popup {
  font-weight: bold;
  font-size: 16px;
}
.product-detail-container #maxQuantityNotAllowed .max-quantity-popup {
  font-weight: bold;
  font-size: 16px;
}
.product-detail-container .tryUs-item-quantity {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.product-detail-container .priceTable {
  overflow: hidden;
}
.product-detail-container .priceTable .col {
  float: left;
  width: 50px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.product-detail-container .priceTable .col .quantity {
  background-color: gray;
}
.product-detail-container .priceTable .col .price {
  background-color: yellow;
}
.product-detail-container .up-arrow {
  position: absolute;
  width: 64px;
  height: 19px;
  top: 3px;
  left: 12px;
  background: url(../images/pdp/up-arrow-inactive.jpg) center center no-repeat;
}
.product-detail-container .up-arrow.active {
  background: url(../images/pdp/up-arrow-active.jpg) center center no-repeat;
  cursor: pointer;
}
.product-detail-container .down-arrow {
  position: absolute;
  width: 64px;
  height: 19px;
  bottom: 20px;
  left: 12px;
  background: url(../images/pdp/down-arrow-inactive.jpg) center center no-repeat;
}
.product-detail-container .down-arrow.active {
  background: url(../images/pdp/down-arrow-active.jpg) center center no-repeat;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .up-arrow,
  .product-detail-container .down-arrow {
    display: none !important;
  }
}
.product-detail-container .look-inside {
  position: relative;
  display: table-cell;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .look-inside {
    display: inline-block;
    width: -webkit-calc(50% - 3.5px);
    width: calc(50% - 3.5px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .look-inside {
    width: auto;
    display: block;
  }
}
.product-detail-container .look-inside .thumbnails {
  position: relative;
  float: left;
  width: 73px;
  height: 455px;
  overflow: hidden;
}
.product-detail-container .look-inside .thumbnails .thumb-container {
  height: 397px;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.product-detail-container .look-inside .thumbnails ul {
  margin: 0;
  padding: 0;
}
.product-detail-container .look-inside .thumbnails ul li {
  margin: 12px;
  text-align: center;
}
.product-detail-container .look-inside .thumbnails ul li img {
  cursor: pointer;
  border: 2px solid #ffffff;
}
.product-detail-container .look-inside .thumbnails ul li img:hover {
  border: 2px solid #000000;
}
.product-detail-container .look-inside .thumbnails ul li.current img {
  border: 2px solid #000000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .look-inside .thumbnails ul li {
    display: inline-block;
    margin: 0 6px 0 0;
  }
  .product-detail-container .look-inside .thumbnails ul li > div > img {
    width: 70px;
    border-radius: 3px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .look-inside .thumbnails ul.use-disc {
    text-align: center;
  }
  .product-detail-container .look-inside .thumbnails ul.use-disc li::before {
    background-color: #ffffff;
    border: 2px solid #bbbbbb;
    border-radius: 50%;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
  }
  .product-detail-container .look-inside .thumbnails ul.use-disc li:hover::before {
    border-color: #999999;
  }
  .product-detail-container .look-inside .thumbnails ul.use-disc li.current::before {
    background-color: #999999;
    border-color: #999999;
  }
  .product-detail-container .look-inside .thumbnails ul.use-disc li img:first-child {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .look-inside .thumbnails {
    float: none;
    display: block;
    width: auto;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .product-detail-container .look-inside .thumbnails .thumb-container {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
    margin: 10px 0 0;
  }
  .product-detail-container .look-inside .thumbnails .thumb-container.pageFlipOpen {
    overflow: visible;
  }
}
.product-detail-container .look-inside .variantThumbImage img {
  display: none;
}
.product-detail-container .look-inside .variantThumbImage img.current {
  display: inline-block;
}
.product-detail-container .look-inside .large-product-image {
  position: relative;
  display: inline-block;
  width: 500px;
  height: 450px;
  text-align: center;
}
.product-detail-container .look-inside .large-product-image .image-wrapper {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 450px;
}
.product-detail-container .look-inside .large-product-image .image-wrapper > img {
  display: none;
}
.product-detail-container .look-inside .large-product-image .image-wrapper > img.current {
  display: block;
}
.product-detail-container .look-inside .large-product-image .image-wrapper .variant-image {
  display: none;
}
.product-detail-container .look-inside .large-product-image .image-wrapper .variant-image.current {
  display: block;
}
.product-detail-container .look-inside .large-product-image .image-wrapper .variant-image .product-overlay {
  font-size: 16px;
  box-shadow: none;
}
.product-detail-container .look-inside .large-product-image .image-wrapper .variant-image .product-overlay.top-left {
  top: 0;
  left: 0;
}
.product-detail-container .look-inside .large-product-image .image-wrapper .variant-image .product-overlay.top-right {
  top: 0;
  right: 0;
}
.product-detail-container .look-inside .large-product-image.look-inside-enabled {
  margin: 0 10px 5px 0;
}
.product-detail-container .look-inside .large-product-image.look-inside-enabled .image-wrapper {
  width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .look-inside .large-product-image.look-inside-enabled {
    margin: 10px;
  }
  .product-detail-container .look-inside .large-product-image.look-inside-enabled img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .look-inside .large-product-image.look-inside-enabled .image-wrapper {
    max-width: 360px;
    max-height: none;
  }
  .product-detail-container .look-inside .large-product-image.look-inside-enabled .image-wrapper img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .look-inside .large-product-image.look-inside-enabled .image-wrapper {
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: none;
  }
  .product-detail-container .look-inside .large-product-image.look-inside-enabled .image-wrapper img {
    width: 100%;
  }
}
.product-detail-container .look-inside .large-product-image li {
  list-style: none;
}
.product-detail-container .look-inside .large-product-image .rollover-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .look-inside .large-product-image {
    display: block;
    width: auto;
    height: auto;
    margin: 0 10px;
  }
  .product-detail-container .look-inside .large-product-image .image-wrapper {
    width: auto;
    height: auto;
    max-width: 450px;
    max-height: 450px;
  }
  .product-detail-container .look-inside .large-product-image .image-wrapper img {
    width: 100%;
  }
  .product-detail-container .look-inside .large-product-image .rollover-button {
    display: none;
  }
}
.product-detail-container .look-inside .action-links-holder {
  clear: both;
  float: none;
  width: 100%;
  display: block;
  padding-left: 73px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .look-inside .action-links-holder {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .look-inside .action-links-holder {
    padding-left: 0;
  }
}
.product-detail-container .look-inside .action-links-holder .zoom-text {
  margin: 5px 0;
  display: block;
  max-width: 500px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .look-inside .action-links-holder .zoom-text {
    width: 95%;
    margin: 5px auto;
  }
}
.product-detail-container .look-inside .action-links-holder .zoom-text .zoom {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.product-detail-container .look-inside .action-links-holder .action-links-wrapper {
  width: 100%;
  display: block;
  max-width: 500px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .look-inside .action-links-holder .action-links-wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
.product-detail-container .look-inside .action-links-holder .action-links-wrapper .action-links {
  width: 100%;
  display: table;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 2px #dddddd;
  /*
                        .magnify-and-zoom {
                            display: inline-block;
                            width: 400px;
                            height: 40px;
                            margin: 0 auto;
                            padding-top: 8px;
                            padding-left: 120px;

                            .magnify {
                                float: left;

                                img {
                                    margin-right: 5px;
                                    width: 35px;
                                }
                            }

                            .zoom {
                                float: right;
                            }

                            .responsive("tablet-mobile", {
                                display: block;
                                width: auto;
                                padding: 0 10px;
                                height: auto;
                                font-size: @ft-size-16;

                                .magnify {
                                    float: none;
                                    padding: 10px 0;
                                    display: inline-block;
                                }

                                .zoom {
                                    display: none;
                                }

                                .product-modal {
                                    width: calc(~"100vw - 20px");

                                    .content {
                                        max-width: none;
                                    }
                                }
                            });

                            .responsive("mobile", {
                                font-size: @ft-size-14;

                                .magnify {
                                    padding: 5px 0;
                                }
                            });
                        }

                        .action-link-actions {
                            clear: both;
                            margin-top: 25px;
                            width: auto;
                            color: @cl-mine-shaft;
                            font-size: @ft-size-13;

                            ul {
                                display: table;
                                line-height: 13px;
                                width: inherit;
                                margin-left: 0;
                                padding: 0;

                                li {
                                    display: table-cell;
                                    text-align: left;
                                    vertical-align: middle;
                                    border-left: 1px solid @cl-periwinkle-gray;

                                    &.req-sample {
                                        padding-left: 0;
                                        padding-right: 5px;
                                    }

                                    &:first-child {
                                        border-left: none;
                                    }

                                    .action-icons {
                                        float: left;
                                        line-height: 24px;
                                        padding-right: 5px;
                                        padding-left: 10px;
                                    }

                                    .request-a-sample {
                                        float: left;
                                        text-align: left;
                                        width: 180px;

                                        img {
                                            display: inline-block;
                                        }

                                        p {
                                            margin: 0 0 0 5px;
                                            padding: 0;
                                        }

                                        #sampleModal,
                                        #dv-myron-sample-request {
                                            > p {
                                                display: inline-block;
                                            }
                                        }

                                        > div {
                                            display: inline;
                                        }

                                        > a {
                                            box-sizing: border-box;
                                            padding: 10px 0;

                                            > p {
                                                display: inline;
                                            }
                                        }
                                    }

                                    .request-a-quote {
                                        text-align: left;
                                        float: left;
                                        width: 120px;
                                        padding-top: 6px; THIS IS A HACK TO GET "REQUEST-A-QUOTE" TO DISPLAY IN A ROW WITH ICONS
                                    }

                                    .add-to-wishlist {
                                        float: left;
                                        width: 140px;
                                        cursor: pointer;
                                        margin: 0 0 0 10px;

                                        img {
                                            float: left;
                                        }

                                        p {
                                            margin: 7px 0 0 0;
                                            padding: 0 0 0 5px;
                                            float: left;
                                        }
                                    }
                                }
                            }

                            .responsive("tablet-mobile", {
                                float: none;
                                margin: 0 10px;

                                ul {
                                    line-height: normal;
                                    width: 100%;

                                    li {
                                        display: table-cell;
                                        width: auto;
                                        border: 0;
                                        text-align: right;
                                        font-size: @ft-size-14;

                                        &.req-sample {
                                            padding: 0;
                                            border: 0;
                                            text-align: left;
                                        }

                                        &:first-child {
                                            border-left: none;
                                        }

                                        .request-a-sample,
                                        .add-to-wishlist {
                                            width: auto;
                                            float: none;
                                            display: inline-block;

                                            > img {
                                                float: none;
                                                display: inline-block;
                                                height: 20px;
                                            }

                                            > p {
                                                float: none;
                                                display: inline-block;
                                                vertical-align: middle;
                                                margin: 0;
                                            }
                                        }
                                    }
                                }
                            });

                            .responsive("mobile", {
                                ul {
                                    li {
                                        display: table-cell;
                                        width: auto;
                                        box-sizing: border-box;

                                        .request-a-sample,
                                        .add-to-wishlist {
                                            float: none;
                                            font-size: @ft-size-14;
                                            margin: 0;
                                        }

                                        .request-a-sample {
                                            p {
                                                margin: 0;
                                                padding: 0;
                                            }
                                        }
                                    }
                                }
                            });
                        }
                    */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .look-inside .action-links-holder .action-links-wrapper .action-links {
    margin: 10px auto;
  }
}
.product-detail-container .look-inside .action-links-holder .action-links-wrapper .action-links .action-link {
  display: table-cell;
  color: #252525;
  border-right: 1px solid #cccccc;
}
.product-detail-container .look-inside .action-links-holder .action-links-wrapper .action-links .action-link:last-child {
  border-right: 0;
}
.product-detail-container .look-inside .action-links-holder .action-links-wrapper .action-links .action-link a {
  padding: 5px;
  display: block;
  color: #252525;
  box-sizing: border-box;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.product-detail-container .look-inside .action-links-holder .action-links-wrapper .action-links .action-link a:hover {
  color: #ffffff;
  background-color: #cccccc;
}
.product-detail-container .look-inside .thumbnails {
  width: auto;
  float: none;
  height: auto;
}
.product-detail-container .look-inside .thumbnails .thumb-container {
  height: auto;
  float: none;
  margin: 0;
}
.product-detail-container .look-inside .thumbnails .thumb-container li {
  float: left;
  margin: 0 5px 0 0;
}
.product-detail-container .look-inside .large-product-image {
  float: none;
  width: 495px;
  height: 610px;
}
.product-detail-container .look-inside .large-product-image .look-inside-enabled {
  margin: 0 45px;
}
.product-detail-container .look-inside .large-product-image > img {
  display: none;
}
.product-detail-container .look-inside .large-product-image > img.current {
  display: block;
}
.product-detail-container .look-inside .large-product-image .pageflip {
  visibility: hidden;
  width: 495px;
  height: 100%;
  text-align: center;
}
.product-detail-container .look-inside .large-product-image .pageflip.current {
  visibility: visible;
}
.product-detail-container .look-inside .large-product-image .pageflip .flash-not-enabled {
  display: none;
  margin-top: 100px;
}
.product-detail-container .look-inside .large-product-image .pageflip .flash-not-enabled img {
  margin: 0 0 0 90px;
}
.product-detail-container .look-inside .large-product-image #pageflip .left-buttons {
  margin: 0;
}
.product-detail-container .look-inside .large-product-image #pageflip .right-buttons {
  margin: 0;
}
.product-detail-container .look-inside .large-product-image #pageflip img {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .look-inside .large-product-image {
    width: auto;
    height: auto;
  }
  .product-detail-container .look-inside .large-product-image .pageflip {
    width: auto;
    height: auto;
  }
}
.product-detail-container .pdp-images {
  position: relative;
  display: table-cell;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .pdp-images {
    display: inline-block;
    width: -webkit-calc(50% - 3.5px);
    width: calc(50% - 3.5px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .pdp-images {
    width: auto;
    display: block;
  }
}
.product-detail-container .pdp-images .thumbnails {
  position: relative;
  float: left;
  width: 73px;
  height: 455px;
  overflow: hidden;
}
.product-detail-container .pdp-images .thumbnails .thumb-container {
  height: 397px;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.product-detail-container .pdp-images .thumbnails ul {
  margin: 0;
  padding: 0;
}
.product-detail-container .pdp-images .thumbnails ul li {
  margin: 12px;
  text-align: center;
}
.product-detail-container .pdp-images .thumbnails ul li img {
  cursor: pointer;
  border: 2px solid #ffffff;
}
.product-detail-container .pdp-images .thumbnails ul li img:hover {
  border: 2px solid #000000;
}
.product-detail-container .pdp-images .thumbnails ul li.current img {
  border: 2px solid #000000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .pdp-images .thumbnails ul li {
    display: inline-block;
    margin: 0 6px 0 0;
  }
  .product-detail-container .pdp-images .thumbnails ul li > div > img {
    width: 70px;
    border-radius: 3px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .pdp-images .thumbnails ul.use-disc {
    text-align: center;
  }
  .product-detail-container .pdp-images .thumbnails ul.use-disc li::before {
    background-color: #ffffff;
    border: 2px solid #bbbbbb;
    border-radius: 50%;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
  }
  .product-detail-container .pdp-images .thumbnails ul.use-disc li:hover::before {
    border-color: #999999;
  }
  .product-detail-container .pdp-images .thumbnails ul.use-disc li.current::before {
    background-color: #999999;
    border-color: #999999;
  }
  .product-detail-container .pdp-images .thumbnails ul.use-disc li img:first-child {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .pdp-images .thumbnails {
    float: none;
    display: block;
    width: auto;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .product-detail-container .pdp-images .thumbnails .thumb-container {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
    margin: 10px 0 0;
  }
  .product-detail-container .pdp-images .thumbnails .thumb-container.pageFlipOpen {
    overflow: visible;
  }
}
.product-detail-container .pdp-images .variantThumbImage img {
  display: none;
}
.product-detail-container .pdp-images .variantThumbImage img.current {
  display: inline-block;
}
.product-detail-container .pdp-images .large-product-image {
  position: relative;
  display: inline-block;
  width: 500px;
  height: 450px;
  text-align: center;
}
.product-detail-container .pdp-images .large-product-image .image-wrapper {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 450px;
}
.product-detail-container .pdp-images .large-product-image .image-wrapper > img {
  display: none;
}
.product-detail-container .pdp-images .large-product-image .image-wrapper > img.current {
  display: block;
}
.product-detail-container .pdp-images .large-product-image .image-wrapper .variant-image {
  display: none;
}
.product-detail-container .pdp-images .large-product-image .image-wrapper .variant-image.current {
  display: block;
}
.product-detail-container .pdp-images .large-product-image .image-wrapper .variant-image .product-overlay {
  font-size: 16px;
  box-shadow: none;
}
.product-detail-container .pdp-images .large-product-image .image-wrapper .variant-image .product-overlay.top-left {
  top: 0;
  left: 0;
}
.product-detail-container .pdp-images .large-product-image .image-wrapper .variant-image .product-overlay.top-right {
  top: 0;
  right: 0;
}
.product-detail-container .pdp-images .large-product-image.look-inside-enabled {
  margin: 0 10px 5px 0;
}
.product-detail-container .pdp-images .large-product-image.look-inside-enabled .image-wrapper {
  width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .pdp-images .large-product-image.look-inside-enabled {
    margin: 10px;
  }
  .product-detail-container .pdp-images .large-product-image.look-inside-enabled img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .pdp-images .large-product-image.look-inside-enabled .image-wrapper {
    max-width: 360px;
    max-height: none;
  }
  .product-detail-container .pdp-images .large-product-image.look-inside-enabled .image-wrapper img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .pdp-images .large-product-image.look-inside-enabled .image-wrapper {
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: none;
  }
  .product-detail-container .pdp-images .large-product-image.look-inside-enabled .image-wrapper img {
    width: 100%;
  }
}
.product-detail-container .pdp-images .large-product-image li {
  list-style: none;
}
.product-detail-container .pdp-images .large-product-image .rollover-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .pdp-images .large-product-image {
    display: block;
    width: auto;
    height: auto;
    margin: 0 10px;
  }
  .product-detail-container .pdp-images .large-product-image .image-wrapper {
    width: auto;
    height: auto;
    max-width: 450px;
    max-height: 450px;
  }
  .product-detail-container .pdp-images .large-product-image .image-wrapper img {
    width: 100%;
  }
  .product-detail-container .pdp-images .large-product-image .rollover-button {
    display: none;
  }
}
.product-detail-container .pdp-images .action-links-holder {
  clear: both;
  float: none;
  width: 100%;
  display: block;
  padding-left: 73px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .pdp-images .action-links-holder {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .pdp-images .action-links-holder {
    padding-left: 0;
  }
}
.product-detail-container .pdp-images .action-links-holder .zoom-text {
  margin: 5px 0;
  display: block;
  max-width: 500px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .pdp-images .action-links-holder .zoom-text {
    width: 95%;
    margin: 5px auto;
  }
}
.product-detail-container .pdp-images .action-links-holder .zoom-text .zoom {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.product-detail-container .pdp-images .action-links-holder .action-links-wrapper {
  width: 100%;
  display: block;
  max-width: 500px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .pdp-images .action-links-holder .action-links-wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
.product-detail-container .pdp-images .action-links-holder .action-links-wrapper .action-links {
  width: 100%;
  display: table;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 2px #dddddd;
  /*
                        .magnify-and-zoom {
                            display: inline-block;
                            width: 400px;
                            height: 40px;
                            margin: 0 auto;
                            padding-top: 8px;
                            padding-left: 120px;

                            .magnify {
                                float: left;

                                img {
                                    margin-right: 5px;
                                    width: 35px;
                                }
                            }

                            .zoom {
                                float: right;
                            }

                            .responsive("tablet-mobile", {
                                display: block;
                                width: auto;
                                padding: 0 10px;
                                height: auto;
                                font-size: @ft-size-16;

                                .magnify {
                                    float: none;
                                    padding: 10px 0;
                                    display: inline-block;
                                }

                                .zoom {
                                    display: none;
                                }

                                .product-modal {
                                    width: calc(~"100vw - 20px");

                                    .content {
                                        max-width: none;
                                    }
                                }
                            });

                            .responsive("mobile", {
                                font-size: @ft-size-14;

                                .magnify {
                                    padding: 5px 0;
                                }
                            });
                        }

                        .action-link-actions {
                            clear: both;
                            margin-top: 25px;
                            width: auto;
                            color: @cl-mine-shaft;
                            font-size: @ft-size-13;

                            ul {
                                display: table;
                                line-height: 13px;
                                width: inherit;
                                margin-left: 0;
                                padding: 0;

                                li {
                                    display: table-cell;
                                    text-align: left;
                                    vertical-align: middle;
                                    border-left: 1px solid @cl-periwinkle-gray;

                                    &.req-sample {
                                        padding-left: 0;
                                        padding-right: 5px;
                                    }

                                    &:first-child {
                                        border-left: none;
                                    }

                                    .action-icons {
                                        float: left;
                                        line-height: 24px;
                                        padding-right: 5px;
                                        padding-left: 10px;
                                    }

                                    .request-a-sample {
                                        float: left;
                                        text-align: left;
                                        width: 180px;

                                        img {
                                            display: inline-block;
                                        }

                                        p {
                                            margin: 0 0 0 5px;
                                            padding: 0;
                                        }

                                        #sampleModal,
                                        #dv-myron-sample-request {
                                            > p {
                                                display: inline-block;
                                            }
                                        }

                                        > div {
                                            display: inline;
                                        }

                                        > a {
                                            box-sizing: border-box;
                                            padding: 10px 0;

                                            > p {
                                                display: inline;
                                            }
                                        }
                                    }

                                    .request-a-quote {
                                        text-align: left;
                                        float: left;
                                        width: 120px;
                                        padding-top: 6px; THIS IS A HACK TO GET "REQUEST-A-QUOTE" TO DISPLAY IN A ROW WITH ICONS
                                    }

                                    .add-to-wishlist {
                                        float: left;
                                        width: 140px;
                                        cursor: pointer;
                                        margin: 0 0 0 10px;

                                        img {
                                            float: left;
                                        }

                                        p {
                                            margin: 7px 0 0 0;
                                            padding: 0 0 0 5px;
                                            float: left;
                                        }
                                    }
                                }
                            }

                            .responsive("tablet-mobile", {
                                float: none;
                                margin: 0 10px;

                                ul {
                                    line-height: normal;
                                    width: 100%;

                                    li {
                                        display: table-cell;
                                        width: auto;
                                        border: 0;
                                        text-align: right;
                                        font-size: @ft-size-14;

                                        &.req-sample {
                                            padding: 0;
                                            border: 0;
                                            text-align: left;
                                        }

                                        &:first-child {
                                            border-left: none;
                                        }

                                        .request-a-sample,
                                        .add-to-wishlist {
                                            width: auto;
                                            float: none;
                                            display: inline-block;

                                            > img {
                                                float: none;
                                                display: inline-block;
                                                height: 20px;
                                            }

                                            > p {
                                                float: none;
                                                display: inline-block;
                                                vertical-align: middle;
                                                margin: 0;
                                            }
                                        }
                                    }
                                }
                            });

                            .responsive("mobile", {
                                ul {
                                    li {
                                        display: table-cell;
                                        width: auto;
                                        box-sizing: border-box;

                                        .request-a-sample,
                                        .add-to-wishlist {
                                            float: none;
                                            font-size: @ft-size-14;
                                            margin: 0;
                                        }

                                        .request-a-sample {
                                            p {
                                                margin: 0;
                                                padding: 0;
                                            }
                                        }
                                    }
                                }
                            });
                        }
                    */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .pdp-images .action-links-holder .action-links-wrapper .action-links {
    margin: 10px auto;
  }
}
.product-detail-container .pdp-images .action-links-holder .action-links-wrapper .action-links .action-link {
  display: table-cell;
  color: #252525;
  border-right: 1px solid #cccccc;
}
.product-detail-container .pdp-images .action-links-holder .action-links-wrapper .action-links .action-link:last-child {
  border-right: 0;
}
.product-detail-container .pdp-images .action-links-holder .action-links-wrapper .action-links .action-link a {
  padding: 5px;
  display: block;
  color: #252525;
  box-sizing: border-box;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.product-detail-container .pdp-images .action-links-holder .action-links-wrapper .action-links .action-link a:hover {
  color: #ffffff;
  background-color: #cccccc;
}
.enlarged-image {
  width: 100%;
  text-align: center;
}
.product-detail-container .action-number {
  position: relative;
  display: table-cell;
  width: 50px;
  height: 36px;
}
.product-detail-container .action-number.action-1 {
  background: url(../images/pdp/1.png) center center no-repeat;
  vertical-align: middle;
  background-size: 55%;
}
.product-detail-container .action-number.action-2 {
  background: url(../images/pdp/2.png) center center no-repeat;
  vertical-align: middle;
  background-size: 55%;
}
.product-detail-container .action-number.action-3 {
  background: url(../images/pdp/3.png) center center no-repeat;
  vertical-align: middle;
  background-size: 55%;
}
.product-detail-container .action-number.action-4 {
  background: url(../images/pdp/4.png) center center no-repeat;
  vertical-align: middle;
  background-size: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .action-number.action-3 {
    background: url(../images/pdp/3.png) center no-repeat;
    background-size: 55%;
  }
  .product-detail-container .action-number.action-4 {
    background: url(../images/pdp/4.png) center no-repeat;
    background-size: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .action-number.action-3 {
    background: url(../images/pdp/3.png) center no-repeat;
    background-size: 55%;
  }
  .product-detail-container .action-number.action-4 {
    background: url(../images/pdp/4.png) center no-repeat;
    background-size: 55%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .action-number.action-3 {
    background: url(../images/pdp/3.png) center no-repeat;
    background-size: 55%;
  }
  .product-detail-container .action-number.action-4 {
    background: url(../images/pdp/4.png) center 15px no-repeat;
    background-size: 55%;
  }
}
.product-detail-container .product-customization {
  /*background-color: @cl-zircon;*/
  display: table-cell;
  width: 666px;
  height: auto;
  padding-bottom: 30px;
  /* THIS ALLOWS THE BACKGROUND COLOR TO FLOW PAST ADD TO CART BUTTON */
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization {
    display: inline-block;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization {
    box-sizing: border-box;
    display: block;
    margin: 0 10px;
    padding-bottom: 10px;
    width: auto;
  }
}
.product-detail-container .product-customization .choose-color {
  position: relative;
  background-color: #c8cdd4;
  display: table;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .choose-color {
    background-color: #ffffff;
    border-top: 1px solid #dce9f3;
  }
}
.product-detail-container .product-customization .choose-color .choose-color-description {
  display: table-cell;
  width: 170px;
  vertical-align: middle;
  padding: 2px 0;
}
.product-detail-container .product-customization .choose-color .choose-color-description .choose-color-label {
  float: left;
  font-size: 15px;
  line-height: 18px;
}
.product-detail-container .product-customization .choose-color .choose-color-description .selected-color {
  float: left;
  font-size: 11px;
  line-height: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .product-customization .choose-color .choose-color-description {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .choose-color .choose-color-description {
    width: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .choose-color .choose-color-description {
    width: 140px;
  }
  .product-detail-container .product-customization .choose-color .choose-color-description .choose-color-label {
    font-size: 16px;
  }
}
.product-detail-container .product-customization .choose-color .color-swatches-pdp {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .choose-color .color-swatches-pdp {
    padding: 10px 0 2px;
  }
}
.product-detail-container .product-customization .choose-color .color-swatches-pdp ul {
  margin: 5px 0px;
  padding: 0;
  float: left;
}
.product-detail-container .product-customization .choose-color .color-swatches-pdp ul li {
  float: left;
  margin: 1px 3px 1px 0;
  position: relative;
}
.product-detail-container .product-customization .choose-color .color-swatches-pdp ul li img {
  cursor: pointer;
  border: 1px solid #ffffff;
}
.product-detail-container .product-customization .choose-color .color-swatches-pdp ul li img:hover {
  border: 1px solid #000000;
}
.product-detail-container .product-customization .choose-color .color-swatches-pdp ul li img.current {
  border: 1px solid #000000;
}
.product-detail-container .product-customization .choose-color .color-swatches-pdp ul li img.sel-img {
  position: absolute;
  top: -4px;
  left: 2px;
  z-index: 2;
  border: 0;
}
.product-detail-container .product-customization .choose-color .color-swatches-pdp ul li img.sel-img.visible {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .choose-color .color-swatches-pdp ul li {
    height: 25px;
    margin: 0 5px 10px 0;
  }
  .product-detail-container .product-customization .choose-color .color-swatches-pdp ul li img {
    width: 25px;
    height: 25px;
    border: 1px solid #cccccc;
    border-radius: 50% !important;
  }
  .product-detail-container .product-customization .choose-color .color-swatches-pdp ul li img.sel-img {
    left: 6px;
  }
}
.product-detail-container .product-customization .choose-ink-color {
  position: relative;
  background-color: #d4d5d6;
  display: table;
  width: 100%;
}
.product-detail-container .product-customization .choose-ink-color.error {
  background-color: rgba(255, 58, 58, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .choose-ink-color {
    background-color: #ffffff;
    border-top: 1px solid #dce9f3;
  }
}
.product-detail-container .product-customization .choose-ink-color .choose-ink-color-label {
  display: table-cell;
  width: 170px;
  font-size: 16px;
  vertical-align: middle;
  padding: 2px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .choose-ink-color .choose-ink-color-label {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .product-customization .choose-ink-color .choose-ink-color-label {
    width: 140px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .choose-ink-color .choose-ink-color-label {
    width: 140px;
    font-size: 16px;
  }
}
.product-detail-container .product-customization .choose-ink-color .choose-ink-color-dropdown {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.product-detail-container .product-customization .choose-ink-color .choose-ink-color-dropdown .ink-color {
  width: 70%;
  padding: 3px;
  border-radius: 3px;
  border-color: #252525;
}
.product-detail-container .product-customization .choose-ink-color .choose-ink-color-dropdown .ink-color.error {
  border: 1px solid red;
}
.product-detail-container .product-customization .choose-ink-color .choose-ink-color-dropdown .ink-color.no-dropdown {
  font-weight: bold;
  /*line-height: 73px;*/
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .choose-ink-color .choose-ink-color-dropdown .ink-color {
    width: 90%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .choose-ink-color .choose-ink-color-dropdown .ink-color {
    width: 95%;
    font-size: 16px;
  }
}
.product-detail-container .product-customization .myron-tooltip {
  position: absolute;
  display: none;
  z-index: 300;
  line-height: normal;
  font-size: 11px;
  box-shadow: 3px 3px 3px #252525;
  top: 25px;
  left: -185px;
  padding: 0;
}
.product-detail-container .product-customization .myron-tooltip.express {
  top: 90px;
  left: -35%;
}
.product-detail-container .product-customization .myron-tooltip .message {
  background: none repeat scroll 0 0 #ffecec;
  border: 3px solid red;
  font-size: 12px;
  padding: 10px;
}
.product-detail-container .product-customization .myron-tooltip .message:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.product-detail-container .product-customization .myron-tooltip.top-tip .message:before {
  left: 50%;
  bottom: 100%;
  margin-left: -8px;
  border-width: 8px 8px 10px 8px;
  border-color: transparent transparent red transparent;
}
.product-detail-container .product-customization .myron-tooltip.bottom-tip .message:before {
  top: -1px;
  left: 100%;
  border-width: 13px 10px 10px;
  border-color: red rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.product-detail-container .product-customization .myron-tooltip.left-tip .message:before {
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-width: 8px 10px 8px 8px;
  border-color: transparent red transparent transparent;
}
.product-detail-container .product-customization .myron-tooltip.right-tip .message:before {
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-width: 8px 8px 8px 10px;
  border-color: transparent transparent transparent red;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .myron-tooltip {
    display: none !important;
  }
}
.product-detail-container .product-customization .slider-container {
  height: 60px;
  width: 80%;
  margin: 40px auto 0 auto;
}
.product-detail-container .product-customization .pick-quantity {
  display: table;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  /* .qsn-applied {
            				.price-break-total {
            					height:40px;
            				}
            			} */
}
.product-detail-container .product-customization .pick-quantity .price-sub {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pick-quantity .price-sub {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pick-quantity.expressImprint {
    /*display:inline-block;*/
    margin-bottom: 0px;
  }
}
.product-detail-container .product-customization .pick-quantity .at-selector {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
  width: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity .at-selector {
    padding: 0 3px;
    /*text-align: center;*/
    width: 15px;
  }
}
.product-detail-container .product-customization .pick-quantity .price-break-total {
  display: table-cell;
  font-weight: 600;
  vertical-align: middle;
}
.product-detail-container .product-customization .pick-quantity #additional-charges {
  display: inline-block;
  /*display:table-cell;*/
  margin-left: 15px;
  margin-top: -3px;
  /*vertical-align: middle;*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity #additional-charges {
    display: none;
  }
}
.product-detail-container .product-customization .pick-quantity .pick-quantity-description {
  display: table-cell;
  font-size: 16px;
  padding: 16px 0;
  vertical-align: middle;
}
.product-detail-container .product-customization .pick-quantity .pick-quantity-description .bogo-qty-offer {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.product-detail-container .product-customization .pick-quantity .pick-quantity-description .bogo-qty-offer.hidden {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-description {
    display: inline-block;
    font-size: 16px;
    padding: 2px 0;
    /*vertical-align: top;*/
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-description {
    display: inline-block;
    font-size: 16px;
    padding: 2px 0;
    /*vertical-align: top;*/
    width: 140px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-description {
    display: table-cell;
    font-size: 16px;
    width: 140px;
  }
}
.product-detail-container .product-customization .pick-quantity .pick-quantity-calculate {
  display: table-cell;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 0px 0px 0px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-calculate {
    padding: 0 10px;
  }
}
.product-detail-container .product-customization .pick-quantity .pick-quantity-calculate .matrix-total {
  display: inline-block;
  font-weight: 600;
  padding: 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-calculate .matrix-total {
    padding: 0 10px;
  }
}
.product-detail-container .product-customization .pick-quantity .pick-quantity-calculate .at-selector {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-calculate .at-selector {
    padding: 0 3px;
    text-align: center;
    width: 15px;
  }
}
.product-detail-container .product-customization .pick-quantity .pick-quantity-calculate .price-break-total {
  display: inline-block;
  font-weight: 600;
}
.product-detail-container .product-customization .pick-quantity .pick-quantity-calculate #additional-charges {
  display: inline-block;
  margin-left: 15px;
  margin-top: -3px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-calculate #additional-charges {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-calculate {
    /*display: inline-block;*/
    display: table-cell;
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity .pick-quantity-calculate {
    /*display: inline-block;*/
    display: table-cell;
    padding: 0;
  }
}
.product-detail-container .product-customization .pick-quantity .bogo-offer .at-selector,
.product-detail-container .product-customization .pick-quantity .bogo-offer .price-break-total {
  display: inline-block;
}
.product-detail-container .product-customization .pick-quantity.matrix {
  margin: 0;
  height: auto;
  background-color: #e1e5e8;
}
.product-detail-container .product-customization .pick-quantity.matrix.error {
  background-color: rgba(255, 58, 58, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-label-row {
  display: table;
  width: 100%;
  font-size: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity.matrix .matrix-label-row {
    display: block;
  }
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder {
  display: inline-block;
  margin-left: 40px;
  padding: 0 10px 15px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder {
    display: inherit;
    padding: 0 10px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder {
    display: inherit;
    margin: 0;
    padding: 0 10px 10px 50px;
  }
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder .matrix-desc {
  font-size: 16px;
  font-weight: 400;
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder .matrix-desc span {
  font-size: 11px;
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder .matrix-quantities {
  margin-bottom: 10px;
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder .matrix-quantities .matrix-quantity {
  width: 12%;
  margin: 0 1%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder .matrix-quantities .matrix-quantity input {
  box-sizing: border-box;
  padding: 3px;
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder .matrix-quantities .matrix-quantity span {
  font-size: 12px;
}
.product-detail-container .product-customization .pick-quantity.matrix .matrix-quantities-holder .pick-quantity-calculate {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
}
.product-detail-container .product-customization .pick-quantity.expressImprint {
  background-color: #e1e5e8;
  /*.pick-quantity-area {
                    display: table-cell;
					vertical-align:middle;*/
  /*}*/
}
.product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-description {
  padding: 2px 0;
  width: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-description {
    display: table-cell;
    padding: 2px 0;
    width: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-description {
    display: table-cell;
    width: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-description {
    display: table-cell;
    padding: 2px 0;
    width: 140px;
  }
}
.product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-area {
  display: table-cell;
  vertical-align: middle;
}
.product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-area .bogo-quantity-plusfree {
  display: inline-block;
  font-size: 14px;
}
.product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-area .bogo-quantity-plusfree.hidden {
  display: none;
}
.product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-input {
  display: inline-block !important;
  width: 110px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-input {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-input {
    /*display: inline-block;*/
    display: table-cell;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-input {
    display: table-cell;
    margin: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-input {
    width: 30%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-input.qsn-applied {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-input.qsn-applied {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .pick-quantity.expressImprint .pick-quantity-input.qsn-applied {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pick-quantity.expressImprint {
    display: table-cell;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .product-customization .pick-quantity.expressImprint {
    display: table-cell;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .pick-quantity.expressImprint {
    display: table-cell;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pick-quantity {
    border-top: 1px solid #dce9f3;
    background-color: #ffffff;
  }
  .product-detail-container .product-customization .pick-quantity.expressImprint {
    background-color: #ffffff;
  }
}
.product-detail-container .product-customization .pick-quantity .action-number-three {
  clear: both;
  position: relative;
  float: left;
  height: 100%;
  line-height: 20px;
  width: 50px;
  margin: 0 0 0 18px;
}
.product-detail-container .product-customization .no-imprint {
  width: 20px;
  margin-left: 80px;
  float: left;
  /* Medullus changes against task ID(24134) dated on(10/1/19) */
  margin-top: 3px;
  /* Medullus changes against task ID(24134) dated on(10/1/19) */
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .no-imprint {
    margin-left: 48px;
  }
}
.product-detail-container .product-customization #productAmount {
  padding: 1px 0px;
}
.product-detail-container .product-customization input {
  font-size: 15px;
  color: #252525;
  border: 1px solid #252525;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization input {
    padding: 5px;
  }
}
.product-detail-container .product-customization .imprinttextline input {
  text-align: left;
  border: 1px solid #cccccc;
  padding-left: 6px;
  margin-top: 5px;
  height: 28px;
}
.product-detail-container .product-customization hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.product-detail-container .product-customization .shipping-details {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .shipping-details .action-number {
    display: none;
  }
}
.product-detail-container .product-customization .shipping-details .zip-code-entry {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 45%;
}
.product-detail-container .product-customization .shipping-details .zip-code-entry .zip-code-label {
  display: none;
  margin: 0 5px 0 0;
}
.product-detail-container .product-customization .shipping-details .zip-code-entry .zip-code-entry-form {
  display: inline-block;
  width: 100%;
}
.product-detail-container .product-customization .shipping-details .zip-code-entry input {
  border: 1px solid #252525;
  border-radius: 3px 0 0 3px;
  max-height: 29px;
  padding: 3px;
  text-align: center;
  width: 75%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .shipping-details .zip-code-entry input {
    height: 29px;
  }
}
.product-detail-container .product-customization .shipping-details .zip-code-entry button {
  background-color: #525964;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  margin: 0 0 0 -5px;
  max-height: 29px;
  padding: 5px 15px;
  vertical-align: top;
  width: 25%;
}
.product-detail-container .product-customization .shipping-details .zip-code-entry button:hover {
  background-color: #d4d5d6;
  border-color: #252525;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .shipping-details .zip-code-entry button {
    padding: 5px 2px;
    height: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .product-customization .shipping-details .zip-code-entry {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .shipping-details .zip-code-entry {
    display: block;
    padding: 15px 15px 15px 0;
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .shipping-details .zip-code-entry {
    display: block;
    padding: 15px 10px;
    width: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .shipping-details .zip-code-entry {
    display: table-cell;
    float: none;
    width: 50%;
  }
}
.product-detail-container .product-customization .shipping-details .setup-cost {
  display: table-cell;
  margin: 0;
  padding: 10px 15px;
  vertical-align: middle;
}
.product-detail-container .product-customization .shipping-details .setup-cost .setup-shipping-row {
  display: inline-table;
  padding: 5px 0;
  text-align: right;
  width: 100%;
}
.product-detail-container .product-customization .shipping-details .setup-cost .setup-shipping-row .est-shipping-label {
  display: inline-block;
}
.product-detail-container .product-customization .shipping-details .setup-cost .setup-shipping-row .est-shipping {
  font-weight: 500;
  display: inline-block;
  width: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .shipping-details .setup-cost .setup-shipping-row .est-shipping {
    width: 110px;
  }
}
.product-detail-container .product-customization .shipping-details .setup-cost .setup-imprint-row {
  display: inline-table;
  padding: 5px 0;
  text-align: right;
  width: 100%;
}
.product-detail-container .product-customization .shipping-details .setup-cost .setup-imprint-row .imprint-shipping-label {
  display: inline-block;
}
.product-detail-container .product-customization .shipping-details .setup-cost .setup-imprint-row .imprint-shipping {
  font-weight: 500;
  display: inline-block;
  width: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .shipping-details .setup-cost .setup-imprint-row .imprint-shipping {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .product-detail-container .product-customization .shipping-details .setup-cost {
    display: block;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .shipping-details .setup-cost {
    display: block;
    padding: 0 15px 15px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .shipping-details .setup-cost {
    display: block;
    padding: 0 10px 10px;
  }
  .product-detail-container .product-customization .shipping-details .setup-cost .est-shipping,
  .product-detail-container .product-customization .shipping-details .setup-cost .est-shipping-label {
    padding: 0;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .shipping-details .setup-cost {
    display: table-cell;
    padding: 5px 10px 5px 0;
  }
  .product-detail-container .product-customization .shipping-details .setup-cost .est-shipping,
  .product-detail-container .product-customization .shipping-details .setup-cost .est-shipping-label {
    padding: 0;
  }
}
.product-detail-container .product-customization .imprint-options #expressPersonalizationHolder {
  height: auto;
}
.product-detail-container .product-customization .imprint-options.error {
  background-color: rgba(255, 58, 58, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .imprint-options {
    border-top: 1px solid #dce9f3;
  }
}
.product-detail-container .product-customization .pricing .action-number {
  display: none;
}
.product-detail-container .product-customization .pricing .totals-label {
  width: 25%;
  text-align: center;
  padding: 0;
}
.product-detail-container .product-customization .pricing .totals-label .span {
  padding: 10px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .totals-label {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .pricing .totals-label {
    width: 30%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing {
    display: table;
  }
}
.product-detail-container .product-customization .imprint-options {
  position: relative;
  display: block;
  /*width: 100%;*/
}
.product-detail-container .product-customization .imprint-options .imprint-row-1 {
  display: table;
  width: 100%;
  font-size: 20px;
}
.product-detail-container .product-customization .imprint-options .imprint-row-2 {
  display: table;
  width: 100%;
  font-size: 20px;
  margin: 0 0 20px;
}
.product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder {
  text-align: center;
  padding: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder {
    margin: 30px 10px;
    /* display: -webkit-box;
                        display: -moz-box;
                        display: box; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder {
    margin: 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder .design-btn {
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder .design-btn {
    display: none;
  }
}
.product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder .text-or {
  top: 6px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder .text-or {
    display: block;
    top: 0;
    font-size: 20px;
    margin: 0 0 10px;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder .text-or {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .imprint-options .imprint-row-2 .button-holder .express-btn {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
}
.product-detail-container .product-customization .imprint-options .choose-imprint-label {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .imprint-options .choose-imprint-label {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .imprint-options .choose-imprint-label {
    width: auto;
    padding: 20px 10px;
  }
}
.product-detail-container .product-customization .imprint-options .choose-imprint-label .config-express-back {
  float: right;
  color: #252525;
  font-size: 12px;
  margin-right: 10px;
}
.product-detail-container .product-customization .imprint-options .choose-imprint-label .config-express-back p {
  margin: 0;
  display: block;
  font-size: 12px;
  line-height: normal;
}
.product-detail-container .product-customization .imprint-options .choose-imprint-label .config-express-back a {
  color: #252525;
  display: block;
  line-height: normal;
  text-decoration: underline;
}
.product-detail-container .product-customization .imprint-options .choose-imprint-label .config-express-back a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .imprint-options .choose-imprint-label .config-express-back {
    float: none;
    margin: 5px 0;
  }
  .product-detail-container .product-customization .imprint-options .choose-imprint-label .config-express-back p,
  .product-detail-container .product-customization .imprint-options .choose-imprint-label .config-express-back a {
    display: inline-block;
    font-size: 14px;
  }
}
.product-detail-container .product-customization .pricing {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.product-detail-container .product-customization .pricing .totals-label {
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .totals-label {
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .totals-label {
    text-align: center;
    padding: 20px 10px;
  }
}
.product-detail-container .product-customization .pricing .total-savings {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 15px 15px 0;
  position: relative;
  text-align: right;
}
.product-detail-container .product-customization .pricing .total-savings .total-savings-label {
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .total-savings .total-savings-label {
    position: static;
    right: auto;
  }
}
.product-detail-container .product-customization .pricing .total-savings .total-savings-amt {
  display: inline-block;
  font-weight: 600;
  width: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .total-savings .total-savings-amt {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .total-savings {
    float: none;
    height: auto;
    padding: 15px 15px 0 15px;
    text-align: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .total-savings {
    float: none;
    height: auto;
    padding: 0 10px;
    text-align: right;
  }
}
.product-detail-container .product-customization .pricing .delivery-and-total {
  position: relative;
  width: auto;
}
.product-detail-container .product-customization .pricing .delivery-and-total.express-total {
  position: relative;
  width: 100%;
  clear: both;
}
.product-detail-container .product-customization .pricing .delivery-and-total.express-total .total {
  text-align: left;
}
.product-detail-container .product-customization .pricing .delivery-and-total.express-total .total .total-amt,
.product-detail-container .product-customization .pricing .delivery-and-total.express-total .total .total-net-vat,
.product-detail-container .product-customization .pricing .delivery-and-total.express-total .total .total-amt-vat {
  float: right;
  width: auto;
}
.product-detail-container .product-customization .pricing .delivery-and-total .total {
  font-size: 20px;
  padding: 15px;
  text-align: right;
}
.product-detail-container .product-customization .pricing .delivery-and-total .total .total-label {
  position: static;
  text-transform: uppercase;
  width: auto;
}
.product-detail-container .product-customization .pricing .delivery-and-total .total .total-amt,
.product-detail-container .product-customization .pricing .delivery-and-total .total .total-net-vat,
.product-detail-container .product-customization .pricing .delivery-and-total .total .total-amt-vat {
  display: inline-block;
  font-weight: 600;
  width: 114px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .delivery-and-total .total .total-amt,
  .product-detail-container .product-customization .pricing .delivery-and-total .total .total-net-vat,
  .product-detail-container .product-customization .pricing .delivery-and-total .total .total-amt-vat {
    width: 105px;
  }
}
.product-detail-container .product-customization .pricing .delivery-and-total .total .total-amt,
.product-detail-container .product-customization .pricing .delivery-and-total .total .total-net-vat,
.product-detail-container .product-customization .pricing .delivery-and-total .total .total-amt-vat {
  display: inline-block;
  font-weight: 600;
  width: 114px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .delivery-and-total .total .total-amt,
  .product-detail-container .product-customization .pricing .delivery-and-total .total .total-net-vat,
  .product-detail-container .product-customization .pricing .delivery-and-total .total .total-amt-vat {
    width: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .delivery-and-total .total {
    padding: 0 15px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .delivery-and-total .total {
    padding: 0 10px;
  }
}
.product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area {
  display: table;
  padding: 0 0 15px;
  width: 100%;
}
.product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .expected-delivery-notice {
  display: table-cell;
  font-size: 12px;
  padding: 0 10px 0 50px;
  width: 65%;
}
.product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .expected-delivery-notice .delivery-label {
  display: block;
  margin: 0;
}
.product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .expected-delivery-notice .printed-delivery-date {
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .expected-delivery-notice {
    padding: 0 10px 0 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .expected-delivery-notice {
    padding: 10px;
    width: 60%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .expected-delivery-notice {
    width: 60%;
  }
}
.product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .delivery-details-area {
  display: table-cell;
  font-size: 12px;
  padding: 0 20px 0 0;
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
    width: 40%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .pricing .delivery-and-total .delivery-content-area .delivery-details-area {
    width: 24%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .delivery-and-total {
    padding: 15px 0;
  }
}
.product-detail-container .product-customization .pricing .pricing-holder {
  /*display: table-cell;*/
  padding: 15px;
  vertical-align: middle;
  width: auto;
  float: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .pricing-holder {
    display: table-cell;
    width: 100%;
    float: none;
    padding: 15px 10px;
  }
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint {
  float: none;
  margin: 0;
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .zip-code-entry {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .zip-code-entry .zip-code-label {
  display: none;
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .zip-code-entry .zip-code-entry-form {
  display: inline-block;
  width: 100%;
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .zip-code-entry .zip-code-entry-form input {
  margin-right: -5px;
  max-height: 34px;
  padding: 7px 5px;
  width: 75%;
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .zip-code-entry .zip-code-entry-form button {
  margin: 0;
  max-height: 34px;
  padding: 7px 9%;
  width: 25%;
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area {
  display: table;
  width: 100%;
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .expected-delivery-notice {
  display: table-cell;
  font-size: 12px;
  padding: 15px 10px 15px 0;
  width: 60%;
  /*.printed-delivery-date {
                                font-weight: bold;
                            }*/
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .expected-delivery-notice .delivery-label {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .expected-delivery-notice {
    width: 70%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .expected-delivery-notice {
    width: 60%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .expected-delivery-notice {
    width: 60%;
  }
}
.product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .delivery-details-area {
  display: table-cell;
  font-size: 12px;
  padding: 0;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .delivery-details-area {
    width: 30%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
    width: 40%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .pricing .pricing-holder .expressImprint .delivery-content-area .delivery-details-area {
    width: 24%;
  }
}
.product-detail-container .product-customization .pricing .pricing-holder .charges-panel {
  width: 100%;
}
.product-detail-container .product-customization .pricing .pricing-holder .charges-panel .est-shipping {
  float: right;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .pricing-holder {
    margin-right: 15px;
  }
}
.product-detail-container .product-customization .pricing .totals-label,
.product-detail-container .product-customization .imprint-options .totals-label,
.product-detail-container .product-customization .pricing .choose-imprint-label,
.product-detail-container .product-customization .imprint-options .choose-imprint-label {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart {
  text-align: center;
  padding: 0;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart button,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart button,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart button,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart button {
  display: inline-block !important;
  width: 400px;
  height: auto;
  color: #ffffff;
  font-size: 20px;
  min-height: 42px;
  margin: 15px 0;
  background-color: #ffa000;
  border: 1px solid #252525;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #cccccc;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button button,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button button,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button button,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button button {
  display: inline-block !important;
  width: 389px;
  height: auto;
  color: #ffffff;
  font-size: 20px;
  min-height: 42px;
  margin: 20px 0 0 30px;
  background-color: #0268e5;
  border: 1px solid #252525;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #cccccc;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button button.design-btn,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button button.design-btn,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button button.design-btn,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button button.design-btn {
  color: #ffffff;
  background-color: #0776ff;
  border: 1px solid #0268e5;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button button.design-btn:hover,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button button.design-btn:hover,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button button.design-btn:hover,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button button.design-btn:hover {
  background-color: #0268e5;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button button.express-btn,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button button.express-btn,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button button.express-btn,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button button.express-btn {
  border: 1px solid #0268e5;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button button.express-btn.full-width,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button button.express-btn.full-width,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button button.express-btn.full-width,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button button.express-btn.full-width {
  width: 100%;
  margin: 2% 0;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button button.express-btn:hover,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button button.express-btn:hover,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button button.express-btn:hover,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button button.express-btn:hover {
  background-color: #00408f;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart img,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart img,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart img,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart img {
  margin-top: -3px;
  padding-left: 15px;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button {
  width: 45%;
  border-radius: 3px;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.addtext,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.addtext,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.addtext,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.addtext {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.addtext,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.addtext,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.addtext,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.addtext {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.addtext,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.addtext,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.addtext,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.addtext {
    width: 100%;
  }
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.uploadlogo,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.uploadlogo,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.uploadlogo,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.uploadlogo {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.uploadlogo,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.uploadlogo,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.uploadlogo,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.uploadlogo {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.uploadlogo,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.uploadlogo,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.uploadlogo,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.uploadlogo {
    width: 100%;
  }
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.express-btn,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.express-btn,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.express-btn,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.express-btn {
  float: right;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.express-btn .express-btn-info,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.express-btn .express-btn-info,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.express-btn .express-btn-info,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.express-btn .express-btn-info {
  margin-top: 4px;
  font-size: 11px;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.design-btn,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.design-btn,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.design-btn,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.design-btn {
  float: left;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button.design-btn .design-btn-info,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button.design-btn .design-btn-info,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button.design-btn .design-btn-info,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button.design-btn .design-btn-info {
  margin-top: 4px;
  font-size: 11px;
}
.product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button button,
.product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button button,
.product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button button,
.product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button button {
  margin: 0;
  width: 100%;
  min-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart {
    padding: 0 10px;
  }
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart button,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart button,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart button,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart button {
    display: block;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    box-shadow: none !important;
    border: 0 !important;
  }
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button {
    float: none !important;
    display: block!important;
    width: auto;
    padding: 0;
  }
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart.multi-button button,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart.multi-button button,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart.multi-button button,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart.multi-button button {
    font-size: 16px;
    padding: 10px;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart {
    padding: 0;
  }
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart button,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart button,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart button,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart button {
    width: 97%;
  }
  .product-detail-container .product-customization .pricing .personalize-and-add-to-cart #personalizeAndAddToCart,
  .product-detail-container .product-customization .imprint-options .personalize-and-add-to-cart #personalizeAndAddToCart,
  .product-detail-container .product-customization .pricing .express-personalize-and-add-to-cart #personalizeAndAddToCart,
  .product-detail-container .product-customization .imprint-options .express-personalize-and-add-to-cart #personalizeAndAddToCart {
    width: 100%;
  }
}
.product-detail-container .product-customization .pricing .config-express-form,
.product-detail-container .product-customization .imprint-options .config-express-form {
  padding: 1% 2% 1% 8%;
  box-sizing: border-box;
}
.product-detail-container .product-customization .pricing .config-express-form p,
.product-detail-container .product-customization .imprint-options .config-express-form p {
  font-size: 14px;
}
.product-detail-container .product-customization .pricing .config-express-form .no-imprint-area,
.product-detail-container .product-customization .imprint-options .config-express-form .no-imprint-area {
  margin: 1% 0;
}
.product-detail-container .product-customization .pricing .config-express-form .no-imprint-area > .no-imprint-label,
.product-detail-container .product-customization .imprint-options .config-express-form .no-imprint-area > .no-imprint-label {
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.product-detail-container .product-customization .pricing .config-express-form .no-imprint-area > .no-imprint-label.active,
.product-detail-container .product-customization .imprint-options .config-express-form .no-imprint-area > .no-imprint-label.active {
  background-color: #ade7ff;
  border-radius: 3px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.product-detail-container .product-customization .pricing .config-express-form .no-imprint-area > .no-imprint-label .no-imprint,
.product-detail-container .product-customization .imprint-options .config-express-form .no-imprint-area > .no-imprint-label .no-imprint {
  vertical-align: middle;
  margin: 5px;
  width: 20px;
  height: 20px;
}
.product-detail-container .product-customization .pricing .config-express-form .no-imprint-area > .no-imprint-label span,
.product-detail-container .product-customization .imprint-options .config-express-form .no-imprint-area > .no-imprint-label span {
  font-weight: 500;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area {
  margin: 1% 0;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label {
  width: 100%;
  display: block;
  cursor: pointer;
  border: 1px solid #cccccc;
  background-color: #dddddd;
  border-radius: 3px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label.active,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label.active {
  background-color: #ade7ff;
  border-radius: 3px 3px 0 0;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label.active.complete,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label.active.complete {
  color: #ffffff;
  background-color: #1474c8;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label.error,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label.error {
  border: 1px solid #dd0000 !important;
  color: #dd0000 !important;
  background-color: #f8cdcd !important;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label.error.complete,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label.error.complete {
  color: #ffffff;
  background-color: #1474c8;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label:hover,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label:hover {
  background-color: #ade7ff;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label .imprint-area-checkbox,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label .imprint-area-checkbox {
  vertical-align: middle;
  margin: 5px;
  width: 20px;
  height: 20px;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label span,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label span {
  font-weight: 500;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label .edit-button,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label .edit-button {
  color: #ffffff;
  background-color: #ffaa00;
  border-color: #ffaa00;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area .imprint-options,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area .imprint-options {
  margin: 0;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area .imprint-options .setup-content br,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area .imprint-options .setup-content br {
  /* Medullus changes against task ID(22210) dated on(08/14/19) */
  display: none;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area .imprint-options .setup-content hr,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area .imprint-options .setup-content hr {
  display: none;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area .imprint-options p,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area .imprint-options p {
  margin: 0;
  padding: 10px 34px;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area .imprint-options p label,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area .imprint-options p label {
  margin-right: 10px;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area .imprint-options p select,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area .imprint-options p select {
  padding: 2px;
}
.product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area .imprint-options.error,
.product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area .imprint-options.error {
  border: 1px solid #dd0000;
  color: #dd0000;
  background-color: #f8cdcd;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area .imprint-options,
  .product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area .imprint-options {
    width: 99.5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area,
  .product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area {
    margin: 10px 0;
  }
  .product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label,
  .product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label {
    padding: 10px 0;
    font-size: 14px;
    border: 0;
    background: #7abbf5;
    color: #ffffff;
  }
  .product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label.active,
  .product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label.active {
    background-color: #1474c8;
  }
  .product-detail-container .product-customization .pricing .config-express-form .imprint-areas .imprint-area > label input,
  .product-detail-container .product-customization .imprint-options .config-express-form .imprint-areas .imprint-area > label input {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    margin: 0 15px;
  }
}
.product-detail-container .product-customization .pricing .config-express-form .special-instructions a,
.product-detail-container .product-customization .imprint-options .config-express-form .special-instructions a {
  font-size: 14px;
  text-decoration: none;
}
.product-detail-container .product-customization .pricing .config-express-form .special-instructions a:hover,
.product-detail-container .product-customization .imprint-options .config-express-form .special-instructions a:hover {
  text-decoration: underline;
}
.product-detail-container .product-customization .pricing .config-express-form .special-instructions textarea,
.product-detail-container .product-customization .imprint-options .config-express-form .special-instructions textarea {
  width: 100%;
  height: 75px;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .config-express-form,
  .product-detail-container .product-customization .imprint-options .config-express-form {
    padding: 0 10px;
  }
  .product-detail-container .product-customization .pricing .config-express-form p,
  .product-detail-container .product-customization .imprint-options .config-express-form p {
    font-size: 16px;
    margin: 15px 0;
  }
  .product-detail-container .product-customization .pricing .config-express-form .special-instructions a.art-info,
  .product-detail-container .product-customization .imprint-options .config-express-form .special-instructions a.art-info {
    float: none;
    display: block;
    margin: 5px 0;
  }
  .product-detail-container .product-customization .pricing .config-express-form .special-instructions textarea,
  .product-detail-container .product-customization .imprint-options .config-express-form .special-instructions textarea {
    border: 1px solid #ccc;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing,
  .product-detail-container .product-customization .imprint-options {
    top: 0;
  }
  .product-detail-container .product-customization .pricing .choose-imprint-label,
  .product-detail-container .product-customization .imprint-options .choose-imprint-label {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .pricing .choose-imprint-label,
  .product-detail-container .product-customization .imprint-options .choose-imprint-label {
    font-size: 16px;
    padding: 6px 0;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .pricing .choose-imprint-label,
  .product-detail-container .product-customization .imprint-options .choose-imprint-label {
    font-size: 16px;
    padding: 20px 0;
    width: auto;
  }
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart {
  padding: 0 2% 2% 2%;
  /* Medullus changes against task ID(22683) dated on(09/03/19) */
  box-sizing: border-box;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .add-to-cart-pretext {
  padding: 0 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart .add-to-cart-pretext {
    margin: 0 10px;
  }
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart button {
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 22px;
  min-height: 50px;
  margin: 0;
  background-color: #ffa000;
  border: 1px solid #252525;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #cccccc;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  text-transform: uppercase;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart button.design-btn {
  background-color: #7c8797;
  border: 1px solid #555555;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart button.express-btn {
  border: 1px solid #ff7700;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart button.express-btn.full-width {
  width: 100%;
  margin: 2% 0;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart button.express-btn:hover {
  background-color: #ffa000;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart button.express-btn.disabled {
  cursor: progress;
  opacity: 0.5;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area {
  display: table;
  padding: 0 0 15px;
  width: 100%;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice {
  display: table-cell;
  font-size: 12px;
  padding: 0 10px 0 50px;
  width: 65%;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice .delivery-label {
  display: block;
  margin: 0;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice.below-addtocart {
  padding: 8px;
  font-size: 11px;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice.below-addtocart .delivery-label {
  display: inline;
  margin: 0;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice .printed-delivery-date {
  font-weight: bold;
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice .printed-delivery-date.no-bold {
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice {
    padding: 0 10px 0 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice {
    padding: 10px;
    width: 60%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice {
    width: 60%;
  }
}
.product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .delivery-details-area {
  display: table-cell;
  font-size: 12px;
  padding: 0 20px 0 0;
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
    width: 40%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart .delivery-content-area .delivery-details-area {
    width: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart {
    padding: 2% 3%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .express-personalize-and-add-to-cart {
    margin: 0 auto;
    padding: 0;
    width: 97.5%;
  }
}
.product-detail-container .product-customization .charges-panel {
  display: table-row;
  float: right;
  width: 50%;
}
.product-detail-container .product-customization .charges-panel .merchandise .merch-total {
  float: right;
}
.product-detail-container .product-customization .charges-panel .merchandise .merch-total img {
  float: right;
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges .imprint-total {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .product-modal .imprint-charges {
    width: 700px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .product-modal .imprint-charges {
    width: auto;
  }
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .view-imprint-details {
  margin: 2px 0 5px;
  width: 55px;
  text-decoration: underline;
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .view-imprint-details:hover {
  text-decoration: none;
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .popup-imprint-area-charges {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .popup-imprint-area-charges th {
  padding: 2px 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: #999999;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .popup-imprint-area-charges td {
  padding: 2px 5px;
  font-size: 12px;
  text-align: left;
  background-color: #efefef;
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .popup-imprint-area-charges td.textright {
  text-align: right;
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges #viewImprintDetails .popup-imprint-area-charges td.totals-row {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #999999;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.product-detail-container .product-customization .charges-panel .setup-cost .imprint-charges .est-shipping {
  float: right;
}
.product-detail-container .product-customization .charges-panel .total-savings {
  font-size: 14px;
  height: auto;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: left;
}
.product-detail-container .product-customization .charges-panel .total-savings.config5 {
  margin-bottom: 30px;
}
.product-detail-container .product-customization .charges-panel .total-savings .total-savings-label {
  position: static;
  text-align: left;
  text-transform: capitalize;
  width: auto;
}
.product-detail-container .product-customization .charges-panel .total-savings .total-savings-amt {
  float: right;
  font-weight: 400;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .charges-panel .total-savings {
    padding: 10px 0 5px;
    text-align: right;
  }
}
.product-detail-container .product-customization .charges-panel .delivery-and-total {
  margin: 15px 0 0px;
  /* Medullus changes against task ID(22683) dated on(09/03/19) */
  padding: 0;
  border-top: 1px solid #cccccc;
  /*&.hidetop {
					border-top: 0;
				}*/
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .total {
  padding: 10px 0;
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .total .total-label {
  right: inherit;
  width: inherit;
  position: static;
  text-transform: uppercase;
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .total .total-label.total-label-vat {
  display: inline-block;
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .total .total-label.total-label-vat .total-sub-vat {
  display: block;
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .total .total-label.total-label-vat .total-sub-vat.total-de {
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area {
  display: table;
  width: 100%;
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .expected-delivery-notice {
  display: table-cell;
  font-size: 12px;
  padding: 0 10px 0 50px;
  width: 70%;
  /*.printed-delivery-date {
                            font-weight: bold;
                        }*/
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .expected-delivery-notice .delivery-label {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .expected-delivery-notice {
    padding: 0 10px 0 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .expected-delivery-notice {
    padding: 10px;
    width: 60%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .expected-delivery-notice {
    width: 60%;
  }
}
.product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .delivery-details-area {
  display: table-cell;
  font-size: 12px;
  padding: 0 20px 0 0;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
    width: 40%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .product-detail-container .product-customization .charges-panel .delivery-and-total .delivery-content-area .delivery-details-area {
    width: 24%;
  }
}
.product-detail-container .product-customization .delivery-message .expected-delivery-notice {
  font-size: 12px;
  padding: 10px 0;
}
.product-detail-container .product-customization .delivery-message .expected-delivery-notice .delivery-label {
  display: block;
  margin: 0;
}
.product-detail-container .product-customization .delivery-message .expected-delivery-notice .printed-delivery-date {
  font-weight: bold;
}
.product-info-accordion {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-info-accordion {
    width: auto;
    box-sizing: border-box;
    margin: 0 10px;
  }
}
.product-info-accordion .product-info-panel {
  width: 100%;
}
.product-info-accordion .product-info-panel .product-info-panel-head {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 45px;
  background-color: #e3e4e8;
}
.product-info-accordion .product-info-panel .product-info-panel-head h4 {
  font-size: 18px;
  font-weight: 300;
  padding-left: 50px;
  line-height: 45px;
  margin: 0;
  /* OFFSET BOOTSTRAP MARGINS */
}
.product-info-accordion .product-info-panel .product-info-panel-head .expander {
  position: absolute;
  top: 12px;
  left: 15px;
}
.product-info-accordion .product-info-panel .product-info-content {
  display: none;
  background-color: #fafbff;
  padding: 15px;
}
.product-info-accordion .product-info-panel .product-info-content table {
  width: 100%;
}
.product-info-accordion .product-info-panel .product-info-content table tr.ev {
  background-color: #fcfcfc;
}
.product-info-accordion .product-info-panel .product-info-content table tr td {
  padding: 5px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-info-accordion .product-info-panel .product-info-content table tr td {
    padding: 0 0 10px;
    vertical-align: top;
  }
  .product-info-accordion .product-info-panel .product-info-content table tr td:first-child {
    white-space: nowrap;
  }
  .product-info-accordion .product-info-panel .product-info-content table tr td:last-child {
    padding-left: 10px;
    word-break: break-all;
  }
}
.product-info-accordion .product-info-panel .default {
  display: block;
}
.pdp-reviews .page-heading-reviews {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  margin-top: 25px;
  margin-left: 0;
}
.pdp-reviews .page-heading-reviews .page-heading-lg {
  font-size: 36px;
  letter-spacing: .3px;
  line-height: 45px;
  border-bottom: 6px solid #525964;
}
.pdp-reviews .page-heading-reviews .number-of-reviews {
  /* THIS IS A HACK GETTING AROUND UNDERLINE PROBLEM FOR SMALLER FONT */
  position: absolute;
  padding-left: -10px;
  padding-top: 12px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 6px solid #525964;
  margin-left: -8px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .page-heading-reviews {
    margin: 0;
    padding: 0;
  }
  .pdp-reviews .page-heading-reviews .page-heading-lg {
    font-size: 24px;
    border: 0;
  }
}
.pdp-reviews .write-a-review {
  font-size: 18px;
  float: right;
  margin-top: 42px;
  padding-right: 8px;
}
.pdp-reviews .write-a-review span {
  padding-left: 30px;
}
.pdp-reviews .write-a-review span img.stars-large {
  padding-bottom: 5px;
}
.pdp-reviews .write-a-review span img.right-arrow-sm {
  padding-left: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .write-a-review {
    float: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: auto;
  }
  .pdp-reviews .write-a-review span {
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .write-a-review {
    display: block;
    padding: 10px 0;
  }
  .pdp-reviews .write-a-review .star-rating {
    display: inline-block;
  }
}
.pdp-reviews .review-previews {
  margin-top: 30px;
  width: 100%;
}
.pdp-reviews .review-previews p {
  padding-left: 20px;
}
.pdp-reviews .review-previews .review-snapshots {
  position: relative;
  float: left;
  width: 300px;
  height: 410px;
  margin-left: 25px;
  background-color: #fafbff;
}
.pdp-reviews .review-previews .review-snapshots:first-child {
  margin-left: 0;
}
.pdp-reviews .review-previews .review-snapshots .review-average-header {
  width: inherit;
  height: 139px;
  background-image: url('../images/pdp/review-bg-image.jpg');
}
.pdp-reviews .review-previews .review-snapshots .review-average-header .review-preview-image {
  float: right;
  padding: 10px 10px;
}
.pdp-reviews .review-previews .review-snapshots .review-average-header .review-summary {
  float: left;
  padding: 15px 0 0 0;
  width: 150px;
  color: #ffffff;
}
.pdp-reviews .review-previews .review-snapshots .review-average-header .review-summary .snapshot-heading {
  float: left;
  font-size: 24px;
  font-weight: 400;
}
.pdp-reviews .review-previews .review-snapshots .review-average-header .review-summary .powerreviews {
  text-decoration: underline;
}
.pdp-reviews .review-previews .review-snapshots .review-average-header .review-summary .preview-image {
  float: right;
}
.pdp-reviews .review-previews .review-snapshots .uses-percentage-profiles {
  padding-top: 15px;
  float: left;
  font-size: 12px;
}
.pdp-reviews .review-previews .review-snapshots .uses-percentage-profiles span.percentage {
  font-size: 30px;
  color: #3ab689;
  font-weight: 800;
}
.pdp-reviews .review-previews .review-snapshots .uses-percentage-profiles p {
  padding-right: 20px;
  font-weight: 500;
  line-height: 14px;
}
.pdp-reviews .review-previews .review-snapshots .uses-percentage-profiles .uses-and-profiles {
  background-color: #e1e5e8;
  width: 100%;
  margin-bottom: -5px;
}
.pdp-reviews .review-previews .review-snapshots .uses-percentage-profiles .uses-and-profiles p {
  line-height: 26px;
}
.pdp-reviews .review-previews .review-snapshots .review-positive-header,
.pdp-reviews .review-previews .review-snapshots .review-negative-header {
  padding: 15px 15px 0 0;
}
.pdp-reviews .review-previews .review-snapshots .review-positive-header .large-quotes,
.pdp-reviews .review-previews .review-snapshots .review-negative-header .large-quotes {
  float: right;
}
.pdp-reviews .review-previews .review-snapshots .review-positive-header .most-liked-title,
.pdp-reviews .review-previews .review-snapshots .review-negative-header .most-liked-title {
  float: left;
  font-size: 24px;
  line-height: 26px;
}
.pdp-reviews .review-previews .review-snapshots .review-positive-header .most-liked-title .most-liked-stars,
.pdp-reviews .review-previews .review-snapshots .review-negative-header .most-liked-title .most-liked-stars {
  margin-top: -8px;
}
.pdp-reviews .review-previews .review-snapshots .review-positive-header .most-liked-subtitle,
.pdp-reviews .review-previews .review-snapshots .review-negative-header .most-liked-subtitle {
  float: left;
  font-size: 16px;
  font-weight: 500;
}
.pdp-reviews .review-previews .review-snapshots .review-positive-header .most-liked-pull-quote,
.pdp-reviews .review-previews .review-snapshots .review-negative-header .most-liked-pull-quote {
  margin-top: 20px;
  float: left;
  font-size: 12px;
  padding-right: 20px;
}
.pdp-reviews .review-previews .review-snapshots .vs {
  position: absolute;
  z-index: 2;
  top: 130px;
  left: 277px;
}
.pdp-reviews .review-previews .review-snapshots button {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37px;
  width: 100%;
  background-color: #7c8797;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.pdp-reviews .review-previews .review-snapshots button:hover {
  border: 2px solid #ffa000;
  background-color: #252525;
  color: #000000;
}
.pdp-reviews .sort-reviews {
  margin: 20px 0;
  float: left;
}
.pdp-reviews .review {
  position: relative;
  float: left;
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  background-image: url("../images/pdp/review-profile-bg.jpg");
}
.pdp-reviews .review h2 {
  font-size: 24px;
  padding: 10px 0;
}
.pdp-reviews .review p,
.pdp-reviews .review h2 {
  padding-left: 30px;
}
.pdp-reviews .review .review-profile {
  position: relative;
  float: left;
  width: 265px;
  height: 244px;
  margin-top: 35px;
}
.pdp-reviews .review .review-profile p {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}
.pdp-reviews .review .review-profile p span {
  font-weight: 300;
}
.pdp-reviews .review .review-profile .flag-it {
  position: absolute;
  bottom: 45px;
  text-decoration: underline;
}
.pdp-reviews .review .review-body {
  position: relative;
  float: left;
  width: 600px;
  height: inherit;
  margin: 20px 20px;
}
.pdp-reviews .review .review-body .review-product-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.pdp-reviews .review .review-body .synopsis {
  font-weight: 700;
  position: absolute;
  bottom: 30px;
}
.pdp-reviews .review .review-body .synopsis span {
  margin-left: 8px;
  font-weight: 300;
}
.pdp-reviews .review .was-this-helpful {
  position: absolute;
  font-weight: 700;
  bottom: 20px;
  right: 30px;
}
.pdp-reviews .review .was-this-helpful a:hover {
  text-decoration: underline;
}
/* stars rating */
.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .star-rating {
    display: block;
    margin: 0;
  }
}
.star-rating.star-small {
  width: 83px;
  height: 15px;
  background-image: url(../images/stars_small.png);
}
.star-rating.star-small.star-none {
  background-position: 0 0;
}
.star-rating.star-small.star-half {
  background-position: 0 -18px;
}
.star-rating.star-small.star-one,
.star-rating.star-small.star-1 {
  background-position: 0 -36px;
}
.star-rating.star-small.star-one-half {
  background-position: 0 -54px;
}
.star-rating.star-small.star-two,
.star-rating.star-small.star-2 {
  background-position: 0 -72px;
}
.star-rating.star-small.star-two-half {
  background-position: 0 -90px;
}
.star-rating.star-small.star-three,
.star-rating.star-small.star-3 {
  background-position: 0 -108px;
}
.star-rating.star-small.star-three-half {
  background-position: 0 -126px;
}
.star-rating.star-small.star-four,
.star-rating.star-small.star-4 {
  background-position: 0 -144px;
}
.star-rating.star-small.star-four-half {
  background-position: 0 -162px;
}
.star-rating.star-small.star-five,
.star-rating.star-small.star-5 {
  background-position: 0 -180px;
}
.star-rating.star-big {
  width: 112px;
  height: 20px;
  background-image: url(../images/stars.png);
}
.star-rating.star-big.star-none {
  background-position: 0 0;
}
.star-rating.star-big.star-half {
  background-position: 0 -23px;
}
.star-rating.star-big.star-one {
  background-position: 0 -46px;
}
.star-rating.star-big.star-one-half {
  background-position: 0 -69px;
}
.star-rating.star-big.star-two {
  background-position: 0 -92px;
}
.star-rating.star-big.star-two-half {
  background-position: 0 -115px;
}
.star-rating.star-big.star-three {
  background-position: 0 -138px;
}
.star-rating.star-big.star-three-half {
  background-position: 0 -161px;
}
.star-rating.star-big.star-four {
  background-position: 0 -184px;
}
.star-rating.star-big.star-four-half {
  background-position: 0 -207px;
}
.star-rating.star-big.star-five {
  background-position: 0 -230px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .slides-strip {
    height: auto !important;
  }
}
.slides-strip .thb-item.slide .popup-trigger {
  position: relative;
}
.slides-strip .thb-item.slide .popup-trigger .video-play-title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 65px;
  width: 66px;
  padding: 20% 1% 0 1%;
  line-height: 1.4;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.slides-strip .thb-item.slide .popup-trigger:hover .video-play-title {
  display: block;
  white-space: normal;
}
.slides-strip .thb-item.slide .popup-trigger:hover img {
  border: 2px solid #000000 !important;
}
.slides-strip .thb-item.slide .popup-trigger.current img {
  border: 2px solid #000000 !important;
}
.YMLcarousel {
  padding: 20px 0 20px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.YMLcarousel .carousel {
  position: relative;
}
.YMLcarousel .carousel .shadowlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 10;
}
.YMLcarousel .carousel-inner {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 20px 0 0 20px;
  overflow: hidden;
}
.YMLcarousel .carousel-inner .product-item {
  width: 188px;
  margin: 10px 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .YMLcarousel {
    padding: 0;
    margin: 20px 10px;
    box-sizing: border-box;
  }
  .YMLcarousel .carousel-inner {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
    margin: 0;
  }
  .YMLcarousel .carousel-inner .product-item {
    width: 197px;
    height: 480px;
    white-space: normal;
    margin: 10px 10px 0 0;
  }
}
.YMLcarousel .no-margin {
  margin: 0;
}
.YMLcarousel .carousel-right-arrow {
  position: absolute;
  top: 167px;
  right: 0;
  z-index: 100;
}
.YMLcarousel .carousel-left-arrow {
  position: absolute;
  top: 167px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .YMLcarousel .carousel-left-arrow,
  .YMLcarousel .carousel-right-arrow {
    display: none;
  }
}
.YMLcarousel .carousel-inner {
  padding: 0;
}
.YMLcarousel .carousel {
  margin: 0 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .YMLcarousel .carousel {
    overflow-x: auto;
    margin: 0;
  }
  .YMLcarousel .carousel .carousel-inner {
    width: auto;
    padding: 0;
    overflow: visible;
  }
  .YMLcarousel .carousel .carousel-inner .four-product-container {
    float: none;
    width: auto;
  }
  .YMLcarousel .carousel .carousel-inner .four-product-container .product-container {
    float: none;
    display: block;
    white-space: nowrap;
  }
  .YMLcarousel .carousel .carousel-inner .four-product-container .product-container .product-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    z-index: 0;
  }
  .YMLcarousel .carousel .carousel-inner .four-product-container .product-container .product-item:last-child {
    margin-right: 0;
  }
  .YMLcarousel .carousel .carousel-left-arrow,
  .YMLcarousel .carousel .carousel-right-arrow {
    display: none;
  }
}
.popup-images-holder {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #7c8797;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .popup-images-holder {
    width: auto;
  }
}
.popup-images-holder h2 {
  font: 18px/22px "Roboto", "Helvetica Neu", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 8px 10px 0px 10px;
  color: #ffffff;
  /*float:left;*/
}
.popup-images-holder #popup-image-gallery {
  width: 99999px;
  /*margin-top:80px;*/
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.popup-images-holder #popup-image-gallery > img {
  float: left;
  width: 600px;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .popup-images-holder #popup-image-gallery {
    width: auto;
    white-space: nowrap;
  }
  .popup-images-holder #popup-image-gallery > img {
    width: -webkit-calc(100vw - 20px);
    width: calc(100vw - 20px);
    float: none;
    display: inline-block;
  }
}
.popup-images-holder .btn-next,
.popup-images-holder .btn-prev {
  position: absolute;
  left: 10px;
  top: 300px;
  text-indent: -9999px;
  width: 21px;
  height: 60px;
  overflow: hidden;
  background: url("../images/carousel-left-arrow-tp.png") no-repeat;
  outline: none;
  opacity: 0.9;
}
.popup-images-holder .btn-next.disabled,
.popup-images-holder .btn-prev.disabled {
  background-image: url("../images/carousel-left-arrow-inactive-tp.png");
  opacity: 0.9;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .popup-images-holder .btn-next,
  .popup-images-holder .btn-prev {
    position: fixed;
    top: 42%;
  }
}
.popup-images-holder .btn-next {
  left: auto;
  right: 10px;
  background: url("../images/carousel-right-arrow-tp.png") no-repeat;
}
.popup-images-holder .btn-next.disabled {
  background-image: url("../images/carousel-right-arrow-inactive-tp.png");
}
.popup-image-thumbs {
  padding: 5px;
  text-align: center;
  top: 30px;
}
.popup-image-thumbs img {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  width: 35px;
  border: 2px solid #7c8797;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.popup-image-thumbs.current img {
  padding: 0;
  border-color: #252525;
}
.clearfloat {
  width: 100%;
  height: 1px;
  float: none;
  clear: both;
  display: block;
}
.product-cms-slot {
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-cms-slot {
    display: none;
  }
}
.config-express-form .btwrapper {
  text-align: center;
  margin-bottom: 16px;
}
.config-express-form .btwrapper .preview-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3071a9), to(#428bca));
  background-image: -webkit-linear-gradient(top, #3071a9 0%, #428bca 100%);
  background-image: linear-gradient(to bottom, #3071a9 0%, #428bca 100%);
  padding: 6px 10px;
  width: 45%;
  border-color: #2d6ca2;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
}
.config-express-form .btwrapper .preview-button:hover {
  font-weight: bold;
}
.config-express-form .btwrapper .preview-button:disabled {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#b2b2b2)) /*linear-gradient(to bottom, #919090 0%, #b2b2b2 100%)*/;
  background-image: -webkit-linear-gradient(top, #a2a2a2 0%, #b2b2b2 100%) /*linear-gradient(to bottom, #919090 0%, #b2b2b2 100%)*/;
  background-image: linear-gradient(to bottom, #a2a2a2 0%, #b2b2b2 100%) /*linear-gradient(to bottom, #919090 0%, #b2b2b2 100%)*/;
  border-color: #504f4f;
  cursor: default;
  /*color:black;*/
}
.config-express-form .btwrapper .preview-button:disabled:hover {
  font-weight: normal;
}
.config-express-form .stepwizard {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.config-express-form .stepwizard .stepwizard-row {
  display: table;
}
.config-express-form .stepwizard .stepwizard-row::before {
  top: 36px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.config-express-form .stepwizard .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 300px;
}
.config-express-form .stepwizard .stepwizard-step p {
  margin-top: 10px;
}
.config-express-form .stepwizard .btn-circle {
  width: 30px;
  height: 16px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  border-radius: 15px;
}
.config-express-form .button-padding {
  padding: 10px 15px;
  -webkit-transition: height 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, border-top-width 0.3s linear, border-top-width 0.3s linear;
  transition: height 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, border-top-width 0.3s linear, border-top-width 0.3s linear;
}
.config-express-form .button-padding .h4 {
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
.config-express-form .button-padding .btn-imprint {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bbbbbb), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #bbbbbb, 0%, #cccccc, 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #bbbbbb 0%, #cccccc 100%);
  background-repeat: repeat-x;
  border-color: #dddddd;
  color: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbbbbb', endColorstr='#ffcccccc', GradientType=0);
}
.config-express-form .button-padding .btn-imprint.active,
.config-express-form .button-padding .btn-imprint:hover,
.config-express-form .button-padding .btn-imprint:active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  border-color: #2d6ca2;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.config-express-form .nextBtn1,
.config-express-form .nextBtn2,
.config-express-form .nextBtn3 {
  padding: 15px;
}
.config-express-form .nextBtn1:hover,
.config-express-form .nextBtn2:hover,
.config-express-form .nextBtn3:hover {
  font-weight: bold;
}
.config-express-form .text-center {
  text-align: center;
  margin-top: 6px;
}
.config-express-form .text-right {
  text-align: right;
  margin-top: 6px;
}
.config-express-form .text-left {
  text-align: left;
  margin-top: 6px;
}
.config-express-form hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #dedede;
  border-style: solid none;
  border-width: 1px 0;
  -webkit-border-image: none;
          border-image: none;
  margin: 10px auto;
  width: 95%;
}
.config-express-form .imprint-areas fieldset {
  border: 0;
  margin: 0;
  padding: 0px 15px 15px;
  /* Medullus changes against task ID(24134) dated on(10/1/19) */
}
.config-express-form .imprint-areas .imprint-area label .edit-button {
  border-radius: 0;
  float: right;
  padding: 5px 30px;
}
.config-express-form .imprint-areas .imprint-area .textlinearea {
  clear: both;
  padding: 0 5px;
  /* Medullus changes against task ID(24134) dated on(10/1/19) */
  margin-top: 0;
  /* Medullus changes against task ID(24134) dated on(10/1/19) */
}
.config-express-form .imprint-areas .imprint-area .imprinttitle {
  font-weight: bold;
  padding-top: 10px;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection {
  width: 100%;
  overflow: hidden;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintfontstyle {
  width: 45%;
  float: right;
  padding: 5px;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle {
  width: 45%;
  float: left;
  padding: 5px;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop {
  margin-top: 1px;
  top: 150px;
  z-index: 100;
  width: 241px;
  position: absolute;
  padding: 5px 6px;
  border: 1px solid #cccccc;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: white;
  /*border-top:none;*/
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop {
    width: 285px;
  }
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop_art {
  margin-top: 1px;
  top: 150px;
  z-index: 100;
  width: 241px;
  position: absolute;
  padding: 5px 6px;
  border: 1px solid #cccccc;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: white;
  /*border-top:none;*/
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop_art {
    width: 285px;
  }
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop > div,
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop_art > div {
  padding: 5px;
  float: left;
  cursor: pointer;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop span,
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop_art span {
  border: 0.5px solid transparent;
  border-radius: 4px;
  display: block;
  height: 19px;
  width: 19px;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop span.White,
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop_art span.White {
  border-color: lightgray;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop span:hover,
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcolorstyle .select_color_drop_art span:hover {
  z-index: 2;
  -webkit-transition: all 120ms ease-out;
  -webkit-transform: scale(1.1);
  -ms-transition: all 120ms ease-out;
  -ms-transform: scale(1.1) !important;
  -moz-transition: all 120ms ease-out;
  transform: scale(1.1);
  transition: all 120ms ease-out;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintfontoptions {
  padding: 0px;
  background-color: white;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .selectcolor {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  background-color: white;
  color: black;
  box-sizing: border-box;
  padding: 0px 0px 0px 8px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  height: 28px;
  /* Medullus changes against task ID(24134) dated on(10/1/19) */
  line-height: 26px;
  /* Medullus changes against task ID(24134) dated on(10/1/19) */
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection select.selectcolor:focus {
  outline: none !important;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .caret {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid;
  float: right;
  margin-right: 6px;
  margin-top: -16px;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcoloroptions {
  padding: 0px;
}
.config-express-form .imprint-areas .imprint-area .imprintfontselection .imprintcoloroptions option:checked {
  box-shadow: 0 0 10px 100px #1882A8 inset;
}
.config-express-form .imprint-areas .form-step1 .h4 {
  font-size: 14px;
}
.config-express-form .imprint-areas .form-step1 .btn-md {
  padding: 5px 15px;
}
.config-express-form .imprint-areas .form-step2 hr {
  width: 100%;
}
.config-express-form .imprint-areas .form-step2 .area-laser {
  padding: 10px 0;
}
.config-express-form .imprint-areas .form-step2 .area-colors.error {
  border: red;
  background-color: rgba(255, 58, 58, 0.5);
}
.config-express-form .imprint-areas .form-step2a select {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  height: 28px;
  /* Medullus changes against task ID(24134) dated on(10/1/19) */
}
.config-express-form .imprint-areas .form-step2b select,
.config-express-form .imprint-areas .form-step2b textarea,
.config-express-form .imprint-areas .form-step2b input[type="file"] {
  margin: 10px 0;
  width: 100%;
}
.config-express-form .imprint-areas .form-step2b input,
.config-express-form .imprint-areas .form-step2b select,
.config-express-form .imprint-areas .form-step2b textarea {
  border-radius: 3px;
  font-size: 16px;
  margin: 5px 0 15px;
  padding: 5px;
  box-sizing: border-box;
}
.config-express-form .imprint-areas .form-step2b .chbsendartlater {
  width: 15px;
  padding: 0px;
  margin: 0px 8px 1px 5px;
  vertical-align: middle;
  -ms-transform: scale(1.3);
  /* IE */
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  /* Opera */
  transform: scale(1.3);
}
.config-express-form .imprint-areas .form-step2b .salcontainer.error {
  padding: 3px 2px 3px 2px;
}
.config-express-form .imprint-areas .form-step2b .salcontainer.error.error {
  background-color: rgba(255, 58, 58, 0.7);
  color: #000000;
}
.config-express-form .imprint-areas .form-step2b .sendartlater_or {
  /* Medullus changes against task ID(22210) dated on(09/02/19) */
  margin: 0px 0px 13px 5px;
  /* Medullus changes against task ID(24386) dated on(10/03/19) */
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.config-express-form .imprint-areas .form-step2b .sendartlater_or::after {
  position: absolute;
  right: 0px;
  top: 50%;
  content: "";
  background: #555454;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.config-express-form .imprint-areas .form-step2b .sendartlater_or b {
  font-weight: bold;
  background: #FFF;
  display: inline-block;
  position: relative;
  z-index: 30;
  padding: 0px 2px;
}
.config-express-form .imprint-areas .form-step2b .file-upload {
  padding: 5px 0;
  min-height: 95px;
}
.config-express-form .imprint-areas .form-step2b .file-upload.config5 {
  padding: 15px 0px 5px 5px;
}
.config-express-form .imprint-areas .form-step2b .file-upload.error {
  background-color: rgba(255, 58, 58, 0.7);
  border: none;
  color: #000000;
}
.config-express-form .imprint-areas .form-step2b .file-upload .file-upload-col-1 {
  float: left;
  width: auto;
  /* Medullus changes against task ID(22210) dated on(09/10/19) */
}
.config-express-form .imprint-areas .form-step2b .file-upload .file-upload-col-2 {
  float: left;
  height: 74px;
  text-align: center;
  width: 40%;
}
.config-express-form .imprint-areas .form-step2b .file-upload .file-upload-col-2 :before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.config-express-form .imprint-areas .form-step2b .file-upload .file-upload-col-2 .uploaded-file {
  display: inline-block;
  /*height: 40px;*/
  max-height: 100%;
  vertical-align: middle;
  max-width: -webkit-calc(95%);
  max-width: calc(95%);
}
.config-express-form .imprint-areas .form-step2b .file-upload .input-file {
  border: none;
  display: block;
  margin: 15px auto 5px;
  padding: 0;
}
.config-express-form .imprint-areas .form-step2b .file-upload .nofilechosen,
.config-express-form .imprint-areas .form-step2b .file-upload .uploadedfilename {
  margin-left: 5px;
  font-size: 16px;
  margin-top: 6px!important;
  padding: 0px!important;
  width: 320px;
  overflow-wrap: break-word;
  /*clear:left;*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .config-express-form .imprint-areas .form-step2b .file-upload .nofilechosen,
  .config-express-form .imprint-areas .form-step2b .file-upload .uploadedfilename {
    width: 185px;
    clear: left;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .config-express-form .imprint-areas .form-step2b .file-upload .nofilechosen,
  .config-express-form .imprint-areas .form-step2b .file-upload .uploadedfilename {
    width: 320px;
    clear: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .config-express-form .imprint-areas .form-step2b .file-upload .nofilechosen,
  .config-express-form .imprint-areas .form-step2b .file-upload .uploadedfilename {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .config-express-form .imprint-areas .form-step2b .file-upload .nofilechosen,
  .config-express-form .imprint-areas .form-step2b .file-upload .uploadedfilename {
    width: 220px;
  }
}
.config-express-form .imprint-areas .form-step2b .file-upload .nofilechosen {
  white-space: nowrap;
}
.config-express-form .imprint-areas .form-step2b .file-upload .input-file + label,
.config-express-form .imprint-areas .form-step2b .file-upload .replacefile {
  font-size: 16px;
  font-family: Arial;
  width: 105px;
  text-align: center;
  color: black;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dedede));
  background: -webkit-linear-gradient(#f5f5f5, #dedede);
  background: linear-gradient(#f5f5f5, #dedede);
  border-radius: 2px;
  margin: 5px 5px 5px auto;
  border: solid #949494 thin;
  box-sizing: border-box;
  float: left;
}
.config-express-form .imprint-areas .form-step2b .file-upload .fileupload-process {
  display: block;
  background: url(/_ui/desktop/theme-myron/images/upload-progress.gif) center center no-repeat;
  background-size: 24px;
  height: 24px;
}
.config-express-form .imprint-areas .form-step2b .file-upload .status-text {
  display: block;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  float: left;
  width: 100%;
  /* Medullus changes against task ID(24385) dated on(10/03/19) */
  clear: both;
  /* Medullus changes against task ID(24385) dated on(10/03/19) */
  padding: 3px 0px 0px 2px!important;
  text-align: left;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .config-express-form .imprint-areas .form-step2b .file-upload .status-text {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .config-express-form .imprint-areas .form-step2b .file-upload .status-text {
    width: 215px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .config-express-form .imprint-areas .form-step2b .file-upload .status-text {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .config-express-form .imprint-areas .form-step2b .file-upload .status-text {
    width: 320px;
    height: 24px;
  }
}
.config-express-form .imprint-areas .form-step2b .file-upload .status-text.complete {
  background-color: #449d44;
  color: #ffffff;
  text-align: center;
}
.config-express-form .imprint-areas .form-step2b .file-upload .status-text.complete a {
  color: #ffffff;
}
.config-express-form .imprint-areas .form-step2b .file-upload .status-text.upload-error {
  background-color: red;
  color: #ffffff;
  text-align: center;
}
.config-express-form .imprint-areas .form-step2b .file-upload .status-text-type {
  display: block;
  font-weight: bold;
  /*height: 24px;*/
  /*line-height: 24px;*/
  width: 380px;
  /*width:320px;*/
  margin: 0 auto;
  padding: 3px 0px !important;
  text-align: left;
  float: left;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .config-express-form .imprint-areas .form-step2b .file-upload .status-text-type {
    width: auto;
    /* Medullus changes against task ID(22210) dated on(09/10/19) */
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .config-express-form .imprint-areas .form-step2b .file-upload .status-text-type {
    width: auto;
    /* Medullus changes against task ID(22210) dated on(09/10/19) */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .config-express-form .imprint-areas .form-step2b .file-upload .status-text-type {
    width: auto;
    /* Medullus changes against task ID(22210) dated on(09/10/19) */
    height: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .config-express-form .imprint-areas .form-step2b .file-upload .status-text-type {
    width: auto;
    /* Medullus changes against task ID(22210) dated on(09/10/19) */
  }
}
.config-express-form .imprint-areas .form-step2b .file-upload .status-text-type.complete {
  background-color: #449d44;
  color: #ffffff;
  text-align: center;
}
.config-express-form .imprint-areas .form-step2b .file-upload .status-text-type.complete a {
  color: #ffffff;
}
.config-express-form .imprint-areas .form-step2b .file-upload .status-text-type.upload-error {
  background-color: red;
  color: #ffffff;
  text-align: center;
}
.config-express-form .imprint-areas .form-step2c label {
  font-size: 16px;
  margin: 5px 0 10px;
}
.config-express-form .imprint-areas .form-step2c input {
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.config-express-form .imprint-areas .form-step2c select,
.config-express-form .imprint-areas .form-step2c textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.config-express-form .form-step2c textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  margin: 5px 0;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
/*.choose-color-description:after{content: "xxx";} */
/**
 * Vertical Configurator
 */
.vertical-config.imprint-area .form-step1.setup-buttons {
  display: none;
}
.vertical-config.imprint-area .form-step2.form-step2a,
.vertical-config.imprint-area .form-step2.form-step2b {
  display: block !important;
}
.vertical-config.imprint-area .form-step2.form-step2d .no-imprint-label input {
  margin-left: 0;
  margin-right: 10px;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  width: 15px;
}
.myron-adapdable-pane-component {
  overflow: hidden;
  display: block;
  width: auto;
  white-space: nowrap;
}
.myron-adapdable-pane-component .adaptable-pane-element {
  width: auto;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .myron-adapdable-pane-component {
    padding: 0;
    box-sizing: border-box;
    max-width: 100vw;
    overflow: hidden;
  }
  .myron-adapdable-pane-component .youtubeplayer {
    width: 100% !important;
  }
  .myron-adapdable-pane-component .youtubeplayer iframe {
    width: 100% !important;
  }
  .myron-adapdable-pane-component .adaptable-pane-element .product-carousel {
    max-width: 100vw;
  }
  .myron-adapdable-pane-component.banners {
    overflow: visible;
    display: table;
  }
  .myron-adapdable-pane-component.banners .adaptable-pane-element {
    display: table-cell;
    width: auto;
  }
  .myron-adapdable-pane-component.banners .adaptable-pane-element img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .myron-adapdable-pane-component {
    white-space: normal;
  }
  .myron-adapdable-pane-component .adaptable-pane-element {
    display: block;
  }
  .myron-adapdable-pane-component .adaptable-pane-element img {
    max-width: 100%;
  }
}
#blogHeader {
  border: 1px solid #efefef;
  border-radius: 5px 5px 0 0;
  padding: 7px 0 7px 15px;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
#blog-col1 {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#blog-col1 ul {
  margin: 0;
  padding: 0;
}
#blog-col1 ul li {
  margin: -1px 0 0;
  border: 1px solid #efefef;
  padding: 0 7px 0 15px;
}
.cart {
  position: relative;
  width: 90px;
  height: 40px;
  /* Medullus changes against task ID(22114) dated on(09/02/19) */
  text-align: center;
  border-radius: 2px;
  /* Medullus changes against task ID(22114) dated on(09/02/19) */
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart {
    width: 70px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
  }
  .cart > a {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart {
    width: 40px;
  }
}
.cart .cart-item-count {
  color: #ffffff;
  position: absolute;
  top: 13px;
}
.cart .cart-item-count span {
  /* THIS POSITIONS ELEMENT (A NUMBER) IN CENTER OF CART ICON */
  display: inline-block;
  width: 35px;
  text-align: center;
  display: block;
  /* Medullus changes against task ID(23297) dated on(09/02/19) */
  line-height: 20px;
  /* Medullus changes against task ID(23297) dated on(09/02/19) */
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart .cart-item-count {
    top: 8px;
    right: 8px;
    font-size: 100%;
    background: #dd0017;
    max-width: 20px;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 22px;
    padding: 0 7px;
    z-index: 1;
  }
  .cart .cart-item-count span {
    width: auto;
  }
}
.cart .cart-icon {
  padding-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart .cart-icon {
    padding: 2px 0 0;
    display: block;
  }
  .cart .cart-icon img {
    display: none;
  }
  .cart .cart-icon:before {
    font-family: FontAwesome;
    content: "\f07a";
    font-size: 30px;
    line-height: 35px;
    color: #0074c8;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart .cart-icon:before {
    font-size: 26px;
    line-height: 38px;
  }
}
.cart .cart-label {
  font-weight: 500;
  color: #252525;
  font-size: 13px;
  line-height: 20px;
}
.cart .cart-label .caret {
  margin: -3px 0 0 5px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart .cart-label {
    display: none;
  }
}
.cart a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1044px) {
  .cart:hover {
    background-color: #e3e4e8;
  }
  .cart:hover #minicart_data {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart.open {
    background-color: #f2f8fd;
  }
  .cart.open #minicart_data {
    display: block;
  }
}
.cart #minicart_data {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  margin-top: -3px;
  width: 290px;
  height: auto;
  float: right;
  background-color: #e3e4e8;
  z-index: 999;
  box-shadow: 1px 4px 5px #7c8797;
}
@media only screen and (min-width: 1044px) {
  .cart #minicart_data {
    z-index: 1000;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart #minicart_data {
    margin: 0;
    width: 320px;
    background-color: #f2f8fd;
    box-sizing: border-box;
    float: none;
  }
}
.cart #minicart_data .potential-product-promotion,
.cart #minicart_data .applied-product-promotion {
  font-size: 11px;
}
.cart #minicart_data .cart-promotions-applied,
.cart #minicart_data .cart-promotions-potential {
  float: left;
  font-size: 12px;
}
.cart #minicart_data .minicart-item {
  position: relative;
  float: left;
  padding: 8px 15px;
  height: auto;
  font-size: 12px;
  background-color: #fcfcfc;
  margin: 0 0 5px 0;
}
.cart #minicart_data .minicart-item .minicart-right {
  float: left;
  width: 190px;
}
.cart #minicart_data .minicart-item:first-child {
  margin-top: 10px;
}
.cart #minicart_data .minicart-item .minicart-promo {
  float: left;
  text-align: left;
}
.cart #minicart_data .minicart-item div {
  padding-bottom: 4px;
  /* Medullus changes against task ID(22186) dated on(09/02/19) */
}
.cart #minicart_data .minicart-item .minicart-item-image {
  float: left;
}
.cart #minicart_data .minicart-item .minicart-item-image img {
  padding-right: 10px;
}
.cart #minicart_data .minicart-item .minicart-item-name {
  width: 100%;
  height: 100%;
  line-height: 1.2em;
  text-align: left;
}
.cart #minicart_data .minicart-item .minicart-item-name a {
  text-decoration: underline;
}
.cart #minicart_data .minicart-item .minicart-item-top {
  width: 100%;
  text-align: left;
}
.cart #minicart_data .minicart-item .minicart-item-top input {
  width: 40px;
  margin-right: 6px;
}
.cart #minicart_data .minicart-item .minicart-item-top .strikeout-price {
  padding: 0 3px;
}
.cart #minicart_data .minicart-item .minicart-item-bottom {
  text-align: left;
  width: 185px;
}
.cart #minicart_data .minicart-item .minicart-item-bottom .total-label {
  width: 47px;
}
.cart #minicart_data .minicart-item .minicart-item-bottom .total-amt {
  padding-left: 12px;
}
.cart #minicart_data .minicart-item .minicart-item-bottom .update-remove {
  float: right;
}
.cart #minicart_data .minicart-item .minicart-item-bottom .update-remove a {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart #minicart_data .minicart-item {
    float: none;
    display: table;
    width: 100%;
    margin: 10px 0 0;
    border: 1px solid #d7e3ec;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffffff;
  }
  .cart #minicart_data .minicart-item:first-child {
    margin: 0;
  }
  .cart #minicart_data .minicart-item .minicart-item-image,
  .cart #minicart_data .minicart-item .minicart-right {
    float: none;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 0;
  }
  .cart #minicart_data .minicart-item .minicart-item-image img,
  .cart #minicart_data .minicart-item .minicart-right img {
    padding: 0;
  }
  .cart #minicart_data .minicart-item .minicart-item-image {
    width: 60px;
    padding-right: 10px;
  }
  .cart #minicart_data .minicart-item .minicart-right {
    width: auto;
  }
  .cart #minicart_data .minicart-item .minicart-right div {
    padding-bottom: 5px;
    font-size: 14px;
  }
  .cart #minicart_data .minicart-item .minicart-right div:last-child {
    padding: 0;
  }
}
.cart #minicart_data .subtotal {
  margin: 0 10px 0 0;
  font-weight: 600;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart #minicart_data .subtotal {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
  }
}
.cart #minicart_data .proceed-to-checkout {
  text-align: right;
  height: auto;
}
.cart #minicart_data .proceed-to-checkout button {
  height: 30px;
  margin: 5px 0 5px 0;
  background-color: #252525;
  color: #ffffff;
  border: none;
  width: 100%;
  text-align: center;
}
.cart #minicart_data .proceed-to-checkout .continue {
  font-size: 12px;
  margin-bottom: 15px;
}
.cart #minicart_data .proceed-to-checkout .continue a {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .cart #minicart_data .proceed-to-checkout button {
    font-size: 16px;
    border-radius: 3px;
    height: auto;
    padding: 8px 0;
    background-color: #fea000;
  }
  .cart #minicart_data .proceed-to-checkout .continue {
    float: none;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
  }
}
.cart #minicart_data .minicart-ad-spot {
  max-width: 310px;
}
ul.eu-categories {
  margin: 30px 0 0;
  padding: 0;
}
ul.eu-categories li {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0 15px 30px;
  vertical-align: top;
  max-width: 175px;
}
ul.eu-categories li .img {
  width: 180px;
  height: 180px;
  text-align: center;
  margin-bottom: 10px;
}
ul.eu-categories li .img img {
  display: block;
  min-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  ul.eu-categories li {
    width: 33%;
    margin: 0 0 30px;
  }
  ul.eu-categories li a {
    display: inline-block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  ul.eu-categories li {
    width: 49%;
    margin: 0 0 30px;
  }
  ul.eu-categories li .img {
    width: auto;
  }
  ul.eu-categories li a {
    width: 100%;
    display: inline-block;
  }
}
.categorySimpleContent {
  display: table;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
}
.categorySimpleContent .column {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.categorySimpleContent .column .category {
  margin: 0 0 10px;
}
.categorySimpleContent .column a {
  display: block;
  cursor: pointer;
}
.categorySimpleContent .column a.title {
  text-transform: uppercase;
  color: #1474c8;
}
.categorySimpleContent .column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .categorySimpleContent {
    display: block;
    padding: 10px;
  }
  .categorySimpleContent .column {
    display: inline-block;
    width: 49%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .categorySimpleContent {
    display: block;
    padding: 10px;
  }
  .categorySimpleContent .column {
    display: block;
    width: auto;
  }
}
.myron-feedback-survey {
  bottom: 0;
  color: #252525;
  height: auto;
  max-height: 360px;
  position: fixed;
  right: 3%;
  width: 300px;
  z-index: 1000000;
}
.myron-feedback-survey .opener {
  zoom: 1;
  bottom: -20%;
  right: 0;
  position: absolute;
  -webkit-transition: 0.4s bottom ease-out;
  transition: 0.4s bottom ease-out;
  z-index: 1;
}
.myron-feedback-survey .opener:before {
  content: '';
  display: block;
}
.myron-feedback-survey .opener:after {
  content: '';
  display: table;
  clear: both;
}
.myron-feedback-survey .opener.slideIn {
  bottom: 0%;
}
.myron-feedback-survey .opener .feedback-btn {
  background-color: #0074c8;
  border: none;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-weight: 900;
  letter-spacing: 0.08rem;
  outline: none;
  padding: 5px 16px;
  text-align: center;
  width: 100%;
}
.myron-feedback-survey .opener .feedback-btn:hover,
.myron-feedback-survey .opener .feedback-btn:focus {
  background-color: #0092fb;
}
.myron-feedback-survey .feedback-window {
  background-color: #f8f8ff;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.3);
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: 0.25s ease-out transform;
  transition: 0.25s ease-out transform;
  width: 100%;
  z-index: 2;
}
.myron-feedback-survey .feedback-window.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.myron-feedback-survey .feedback-window .title-bar {
  background-color: #0074c8;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.05rem;
}
.myron-feedback-survey .feedback-window .title-bar span {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 10px;
  width: 87%;
}
.myron-feedback-survey .feedback-window .title-bar .closer {
  border-radius: 0 4px 0 0;
  cursor: pointer;
  margin-left: -5px;
  text-align: center;
  width: 13%;
}
.myron-feedback-survey .feedback-window .title-bar .closer:hover {
  background: #0092fb;
}
.myron-feedback-survey .feedback-window .form-container {
  box-sizing: border-box;
  display: block;
  padding: 16px;
}
.myron-feedback-survey .feedback-window .form-container .error.error-msg,
.myron-feedback-survey .feedback-window .form-container .error.s-error-msg {
  background-color: #fcebeb;
  border: 1px solid red;
  border-radius: 3px;
  color: red;
  display: none;
  margin: 10px 0;
  padding: 5px;
}
.myron-feedback-survey .feedback-window .button-holder {
  zoom: 1;
  display: block;
  padding: 0 10px;
  text-align: center;
}
.myron-feedback-survey .feedback-window .button-holder:before {
  content: '';
  display: block;
}
.myron-feedback-survey .feedback-window .button-holder:after {
  content: '';
  display: table;
  clear: both;
}
.myron-feedback-survey .feedback-window .button-holder .button {
  cursor: pointer;
  padding: 5px !important;
}
.myron-feedback-survey .feedback-window .button-holder .primary,
.myron-feedback-survey .feedback-window .button-holder .secondary {
  border: none;
  margin: 0 4px;
  outline: none;
  text-align: center;
  width: 90px;
}
.myron-feedback-survey .feedback-window .button-holder .primary {
  background-color: #ffa000;
  color: #ffffff;
}
.myron-feedback-survey .feedback-window .button-holder .primary:hover {
  background-color: #ffb333;
  color: #ffffff;
}
.myron-feedback-survey .feedback-window .button-holder .secondary {
  background-color: #666666;
  color: #ffffff;
}
.myron-feedback-survey .feedback-window .button-holder .secondary:hover {
  background-color: #808080;
  color: #ffffff;
}
.myron-feedback-survey .feedback-window .button-holder .question-progress {
  clear: both;
  color: #808b9b;
  margin: 0.5rem;
}
.myron-feedback-survey .feedback-window .progressbar {
  background-color: #e1e1e1;
  border-radius: 6px;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  width: 100%;
}
.myron-feedback-survey .feedback-window .progressbar .total-progress {
  background-color: #5cb85c;
  display: block;
  height: 6px;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.myron-feedback-survey .feedback-window .screen {
  display: none;
  left: 0;
  position: relative;
  top: 0;
}
.myron-feedback-survey .feedback-window .screen.active {
  display: block;
}
.myron-feedback-survey .feedback-window .screen.hidden {
  display: none !important;
}
.myron-feedback-survey .feedback-window .screen .title {
  font-size: 1.7rem;
  text-transform: uppercase;
}
.myron-feedback-survey .feedback-window .screen .title strong {
  font-weight: 900;
}
.myron-feedback-survey .feedback-window .questions {
  overflow: hidden;
}
.myron-feedback-survey .feedback-window .questions .questions-holder {
  margin: 1rem 0;
  position: relative;
}
.myron-feedback-survey .feedback-window .questions .question {
  display: block;
  left: 100%;
  max-height: 210px;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.myron-feedback-survey .feedback-window .questions .question .answers {
  margin: 0;
  padding: 0;
  list-style: none;
}
.myron-feedback-survey .feedback-window .questions .question .answers li {
  color: #252525;
  display: inline-block;
  margin: 3px;
  min-width: 40px;
}
.myron-feedback-survey .feedback-window .questions .question .answers li label input[type="checkbox"],
.myron-feedback-survey .feedback-window .questions .question .answers li label input[type="radio"] {
  display: none;
}
.myron-feedback-survey .feedback-window .questions .question .answers li label input[type="checkbox"]:checked + span,
.myron-feedback-survey .feedback-window .questions .question .answers li label input[type="radio"]:checked + span {
  background-color: #5cb85c;
  color: #ffffff;
}
.myron-feedback-survey .feedback-window .questions .question .answers li label input[type="checkbox"]:checked + span:hover,
.myron-feedback-survey .feedback-window .questions .question .answers li label input[type="radio"]:checked + span:hover {
  opacity: 1;
}
.myron-feedback-survey .feedback-window .questions .question .answers li label span {
  background-color: #dddddd;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.myron-feedback-survey .feedback-window .questions .question .answers li label span:hover {
  opacity: 0.8;
}
.myron-feedback-survey.adler .opener .feedback-btn {
  background-color: #433e44;
}
.myron-feedback-survey.adler .opener .feedback-btn:hover,
.myron-feedback-survey.adler .opener .feedback-btn:focus {
  background-color: #5d565f;
}
.myron-feedback-survey.adler .feedback-window .title-bar {
  background-color: #433e44;
}
.myron-feedback-survey.adler .feedback-window .title-bar .closer:hover {
  background: #5d565f;
}
.myron-feedback-survey.adler .feedback-window .button-holder .primary {
  background-color: #ee753f;
}
.myron-feedback-survey.adler .feedback-window .button-holder .primary:hover {
  background-color: #f2976e;
}
.delayed-popup .product-modal .content-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.delayed-popup .popup-close-bar {
  display: block;
  height: 25px;
  position: relative;
}
.delayed-popup .product-mobile-modal {
  background: #ffffff;
  bottom: -20vh;
  box-sizing: border-box;
  box-shadow: 0 -4px 18px 2px rgba(0, 0, 0, 0.5);
  display: none;
  left: 0;
  max-height: 30%;
  width: 100%;
  position: fixed;
  z-index: 1000000;
}
.delayed-popup .product-mobile-modal .mobile-close {
  cursor: pointer;
  font-size: 20px;
  padding: 2px 5px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  z-index: 10;
}
.delayed-popup .product-mobile-modal .mobile-close:hover {
  opacity: 0.8;
}
.delayed-popup .product-mobile-modal .mobile-close .fa:before {
  display: block;
}
.delayed-popup .product-mobile-modal .mobile-title {
  color: #252525;
  font-weight: bold;
}
.delayed-popup .product-mobile-modal .mobile-body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
/* FACETED SEARCH */
.left-col {
  clear: both;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .left-col {
    clear: none;
    float: none;
  }
}
.left-col h3.sectionTitle {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.left-col h3.sectionTitle.border {
  padding: 0 0 10px;
  border-bottom: 1px solid #c8cdd4;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .left-col h3.sectionTitle {
    display: none;
  }
}
.nav_column li {
  padding-right: 10px;
}
.see-more,
.see-less {
  cursor: pointer;
}
.nav_column .item.collapsable .refinementToggle.open h4 {
  background: #e3e4e8 url(../images/icon-minus-smal.png) 195px center no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .nav_column .item.collapsable .refinementToggle.open h4 {
    background: #ddebf7;
    color: #000000;
  }
  .nav_column .item.collapsable .refinementToggle.open h4 i:first-child {
    display: none;
  }
  .nav_column .item.collapsable .refinementToggle.open h4 i:last-child {
    display: inline-block;
  }
}
.nav_column .item.collapsable .refinementToggle h4 {
  background: #ecedf1 url(../images/icon-plus-smal.png) 195px center no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .nav_column .item.collapsable .refinementToggle h4 {
    background: #ddebf7;
    color: #0074c8;
    font-weight: normal;
  }
  .nav_column .item.collapsable .refinementToggle h4 i {
    float: right;
    margin: 17px 0 0;
    font-size: 14px;
  }
  .nav_column .item.collapsable .refinementToggle h4 i:first-child {
    display: inline-block;
  }
  .nav_column .item.collapsable .refinementToggle h4 i:last-child {
    display: none;
  }
}
.nav_column .item.collapsable .collapsed {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .nav_column .item .refinementToggle.open h4 {
    background: #ddebf7;
    color: #000000;
  }
  .nav_column .item .refinementToggle.open h4 i:first-child {
    display: none;
  }
  .nav_column .item .refinementToggle.open h4 i:last-child {
    display: inline-block;
  }
  .nav_column .item .refinementToggle h4 {
    background: #ddebf7 !important;
    color: #0074c8;
    font-weight: normal;
  }
  .nav_column .item .refinementToggle h4 i {
    float: right;
    margin: 17px 0 0;
    font-size: 14px;
  }
  .nav_column .item .refinementToggle h4 i:first-child {
    display: inline-block;
  }
  .nav_column .item .refinementToggle h4 i:last-child {
    display: none;
  }
  .nav_column .item .collapsed {
    display: none;
  }
}
.narrow {
  clear: both;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .facet_block {
    margin: 10px 0 0 !important;
  }
}
.color-facets {
  width: 100%;
  overflow: hidden;
}
.color-facets .facet {
  cursor: pointer;
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 5px 5px 0;
  border: 2px solid #e5c78a;
}
.color-facets .facet:hover {
  border: 2px solid #000000;
}
.color-facets .facet.current {
  border: 2px solid #000000;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .color-facets {
    overflow: visible;
    padding: 0 20px !important;
    box-sizing: border-box;
  }
  .color-facets .facet {
    width: 32px;
    height: 32px;
    margin: 0 12px 12px 0;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    box-sizing: border-box;
  }
}
.max-quantity-form {
  font-size: 14px;
  padding: 0 10px 10px;
}
.max-quantity-form input {
  width: 50px;
  vertical-align: middle;
  padding: 2px 5px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e3e4e8;
}
.max-quantity-form .count {
  display: inline;
  vertical-align: middle;
  text-align: right;
  color: #7c8797;
  padding-left: 10px;
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .max-quantity-form {
    font-size: 16px;
    padding: 10px;
  }
}
.facet-or {
  width: 200px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  line-height: 0.1em;
  margin: 10px auto;
}
.facet-or span {
  background: #ffffff;
  padding: 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .facet-or {
    width: 240px;
  }
  .facet-or span {
    background: #f2f8fd;
    padding: 0 10px;
  }
}
.star-rating-facet {
  cursor: pointer;
}
.star-rating-facet:hover {
  color: #e47911;
}
.star-rating-facet.current {
  font-weight: bold;
}
.faceted-filter {
  float: right;
  margin: 0 0 1px 10px;
  padding: 12px;
  background-color: #656363;
  color: #fff;
  font-size: 20px;
  line-height: 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  border-radius: 3px;
}
.faceted-filter i {
  line-height: 8px;
  vertical-align: middle;
}
.faceted-filter span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 4px 5px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1044px) {
  .faceted-filter {
    display: none;
  }
}
.faceted-filter-checkbox {
  display: none;
}
.faceted-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #171717;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
@media only screen and (min-width: 1044px) {
  .faceted-close {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .faceted-filter-checkbox:checked ~ .faceted-search-container {
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .faceted-filter-checkbox:checked ~ .fc-close-icon {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .faceted-filter-checkbox:checked ~ .faceted-close {
    position: fixed;
    opacity: 0.5;
    z-index: 9999;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .fc-close-icon {
    display: none;
    position: fixed;
    top: 0;
    left: 280px;
    font-size: 24px;
    color: #ffffff;
    z-index: 9999;
  }
}
@media only screen and (min-width: 1044px) {
  .fc-close-icon {
    display: none;
  }
}
.faceted-search-container {
  clear: both;
  float: left;
  width: 220px;
  background-color: #ffffff;
  height: auto;
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .faceted-search-container {
    position: fixed;
    top: 0;
    left: -100%;
    width: 270px;
    z-index: 9999;
    box-sizing: border-box;
    border: 0;
    background-color: #f2f8fd;
    box-shadow: -7px -7px 9px 7px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    height: 100vh;
    overflow-x: hidden;
    -webkit-transition: left .2s;
    transition: left .2s;
  }
}
.faceted-search-container .item {
  clear: both;
}
.faceted-search-container .item a.refinementToggle h4 {
  display: block;
  padding: 10px;
  color: #000000;
  font-size: 15px;
  text-transform: capitalize;
  background-color: #ecedf1;
}
.faceted-search-container .item a.refinementToggle h4 i {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .faceted-search-container .item a.refinementToggle h4 {
    margin: 0;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #cae4f7;
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
  }
  .faceted-search-container .item a.refinementToggle h4:first-letter {
    text-transform: capitalize;
  }
}
.faceted-search-container .item ul {
  margin: 0;
  padding: 0;
}
.faceted-search-container .item ul li {
  line-height: 22px;
  padding: 0 10px 5px 10px;
}
.faceted-search-container .item ul li .facet_block-label {
  font-size: 14px;
}
.faceted-search-container .color div {
  margin: 10px 5px;
}
.faceted-search-container .color div img {
  margin: 5px 3px;
}
.faceted-search-container .rating ul li img {
  margin-right: 12px;
}
.faceted-search-container .facet-toggle-more {
  text-align: center;
}
.faceted-search-container .facet-toggle-more i {
  display: block;
}
.sidebar-mailing-list {
  clear: both;
  float: left;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  width: 220px;
  background-color: #525964;
  border-radius: 3px;
  margin: 10px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .sidebar-mailing-list {
    display: none;
  }
}
.sidebar-mailing-list hr {
  margin-top: 2px;
  border-color: #7c8797;
  margin-bottom: 10px;
}
.sidebar-mailing-list input {
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid;
  font-size: 14px;
  color: #525964;
}
.sidebar-mailing-list button {
  margin-top: 12px;
  background-color: #ffa000;
  color: #ffffff;
  border: none;
  width: 200px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
}
.sidebar-mailing-list .sidebar-join-mail-list {
  font-size: 12px;
  color: #ffffff;
  padding-top: 10px;
  font-weight: 200;
}
.sidebar-mailing-list .validation-error {
  display: none;
  color: red;
  margin-top: 3px;
  margin-bottom: -8px;
}
.sidebar-spot {
  clear: both;
  padding-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .sidebar-spot {
    display: none;
  }
}
.sub-categories {
  color: #333333;
  max-width: 220px;
}
.sub-categories h4 {
  font-size: 16px;
  line-height: 20px;
}
.sub-categories ul {
  margin: 0;
  padding: 0;
}
.sub-categories ul li a,
.sub-categories ul li b {
  display: block;
  padding: 5px 0;
}
.sub-categories ul li i.fa {
  margin: 0 2px 0 0;
  color: #000000;
}
.sub-categories ul li ul {
  padding-left: 20px;
}
.sub-categories ul li > a:hover {
  text-decoration: underline;
}
.sub-categories ul.toggle-hidden {
  display: none;
}
.sub-categories ul.toggle-hidden.reverse {
  display: block;
}
.sub-categories .toggle-more {
  margin: 10px 0;
  cursor: pointer;
}
.sub-categories .toggle-more .view-less {
  display: none;
}
.sub-categories.showAll .view-less {
  display: block;
}
.sub-categories.showAll .view-more {
  display: none;
}
.sub-categories.showAll ul.toggle-hidden {
  display: block;
}
.sub-categories.showAll ul.toggle-hidden.reverse {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .sub-categories {
    display: none;
  }
}
.myron-searchNarrowed {
  overflow: hidden;
  width: 53%;
  display: inline-block;
  padding: 3px 0 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .myron-searchNarrowed {
    overflow: visible;
    width: auto;
    display: block;
    margin: 0 0 20px;
  }
}
.myron-searchNarrowed .ms-title {
  float: left;
  width: 150px;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .myron-searchNarrowed .ms-title {
    float: none;
    width: auto;
    font-size: 16px;
    margin: 0 0 5px;
  }
  .myron-searchNarrowed .ms-title:not(.hidden) {
    display: block;
  }
}
.myron-searchNarrowed .ms-elements {
  float: left;
  width: 300px;
  font-size: 14px;
  font-weight: bold;
  color: #7c8797;
}
.myron-searchNarrowed .ms-elements img {
  margin: 0 0 2px 0;
  padding: 0 5px 0 2px;
}
.myron-searchNarrowed .ms-elements span {
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .myron-searchNarrowed .ms-elements {
    float: none;
    width: auto;
  }
  .myron-searchNarrowed .ms-elements span {
    display: inline-block;
    font-size: 14px;
    background: #0074c8;
    width: auto;
    padding: 5px 0 5px 10px;
    margin: 0 0 5px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: normal;
  }
  .myron-searchNarrowed .ms-elements a:before {
    font-family: FontAwesome;
    content: "\f00d";
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
  }
  .myron-searchNarrowed .ms-elements a img {
    display: none;
  }
}
.facets-range {
  box-sizing: border-box;
}
.facets-range h3 {
  color: #000000;
  display: block;
  padding: 10px;
  font-size: 15px;
  text-transform: capitalize;
  background-color: #ecedf1;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .facets-range h3 {
    margin-top: 0;
    border-top: 1px solid #cae4f7;
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
    background-color: #ddebf7;
    color: #0074c8;
    font-weight: normal;
  }
}
.facets-range .range-container {
  padding: 0 10px;
  box-sizing: border-box;
}
.facets-range .range-container .filter-options {
  width: 100%;
}
.facets-range .range-container .filter-options .select-style {
  position: relative;
  background-color: #ffffff;
  margin: 5px 0 0;
}
.facets-range .range-container .filter-options .select-style:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.facets-range .range-container .filter-options select {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  background-color: transparent;
}
.facets-range .range-container .filter-options select::-ms-expand {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .facets-range .range-container .filter-options select {
    font-size: 16px;
  }
}
.facets-range .range-container .range-inputs {
  display: table;
  width: 100%;
}
.facets-range .range-container .range-inputs > div {
  position: relative;
  display: table-cell;
  width: auto;
}
.facets-range .range-container .range-inputs > div.to {
  vertical-align: middle;
  text-align: center;
  width: 15%;
}
.facets-range .range-container .range-inputs > div.items {
  vertical-align: middle;
  text-align: right;
  color: #7c8797;
  padding-left: 10px;
}
.facets-range .range-container .range-inputs > div span {
  position: absolute;
  top: 4px;
  left: 7px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .facets-range .range-container .range-inputs > div span {
    top: 6px;
    font-size: 16px;
  }
}
.facets-range .range-container .range-inputs input {
  display: inline-block;
  width: 100%;
  padding: 3px 0 3px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .facets-range .range-container .range-inputs input {
    padding: 5px 0 5px 20px;
    font-size: 16px;
  }
}
.facets-range .range-container .slider {
  padding: 0 20px;
  margin: 20px 0;
}
.facets-range .range-container .slider .noUi-connect {
  background-color: #0074c8;
}
.facets-range .range-container .slider .noUi-handle {
  width: 20px;
}
.facets-range .range-container .slider .noUi-handle:before,
.facets-range .range-container .slider .noUi-handle:after {
  content: none;
}
.facets-range .range-container button.apply {
  display: block;
  width: 100%;
  background-color: #0074c8;
  color: #ffffff;
  padding: 8px 10px;
  margin: 10px 0 0 0;
  border: 0;
  border-radius: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .facets-range .range-container {
    padding: 0 10px 10px;
  }
}
#gift-finder .content {
  margin: 0;
}
#gift-finder .gift-finder-popup {
  width: 880px;
  height: 494px;
  overflow: hidden;
}
#gift-finder .gift-finder-popup .color-swatches ul {
  list-style: none;
}
#gift-finder .gift-finder-popup#product-modal {
  min-height: 430px;
  min-width: 765px;
}
#gift-finder .gift-finder-popup iframe {
  display: block;
}
#gift-finder .gift-finder-popup .nav {
  width: 43px;
  height: 43px;
  cursor: pointer;
}
#gift-finder .gift-finder-popup .nav.one {
  background: url(../images/gift-finder1-black.png) no-repeat;
}
#gift-finder .gift-finder-popup .nav.one.active {
  background: url(../images/gift-finder1-white.png) no-repeat;
}
#gift-finder .gift-finder-popup .nav.two {
  background: url(../images/gift-finder2-black.png) no-repeat;
}
#gift-finder .gift-finder-popup .nav.two.active {
  background: url(../images/gift-finder2-white.png) no-repeat;
}
#gift-finder .gift-finder-popup .nav.three {
  background: url(../images/gift-finder3-black.png) no-repeat;
}
#gift-finder .gift-finder-popup .nav.three.active {
  background: url(../images/gift-finder3-white.png) no-repeat;
}
#gift-finder .gift-finder-popup .nav.four {
  background: url(../images/gift-finder4-black.png) no-repeat;
}
#gift-finder .gift-finder-popup .nav.four.active {
  background: url(../images/gift-finder4-white.png) no-repeat;
}
#gift-finder .gift-finder-popup .video-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#gift-finder .gift-finder-popup .numbers {
  text-align: center;
  padding-right: 20px;
  position: absolute;
  bottom: 28px;
  right: 10px;
  z-index: 3;
}
#gift-finder .gift-finder-popup .numbers ul {
  display: inline-block;
  overflow: hidden;
}
#gift-finder .gift-finder-popup .numbers li {
  float: left;
  margin: 0 2px;
}
#gift-finder .gift-finder-popup .gift-finder-container {
  position: relative;
  height: 493px;
  width: 397px;
  z-index: 2;
  float: right;
  background: #ffffff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-pool-container {
  background: rgba(255, 255, 255, 0.7);
  background: #ffffff;
  display: block;
  right: 20px;
  top: 10px;
  width: 400px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-pool-container .gift-finder-poll {
  float: left;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-pool-container .gift-finder-poll.q2,
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-pool-container .gift-finder-poll.q3,
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-pool-container .gift-finder-poll.q4 {
  display: none;
}
#gift-finder .gift-finder-popup .gift-finder-container .swatch {
  float: left;
  margin: 3px;
  width: 25px;
  height: 25px;
  border: 2px solid #e5c78a;
  cursor: pointer;
}
#gift-finder .gift-finder-popup .gift-finder-container .swatch:hover {
  border: 2px solid #000000;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-video {
  float: left;
  height: 375px;
  width: 350px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll {
  float: left;
  padding: 0 15px;
  height: 350px;
  width: 370px;
  margin-top: 15px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .question {
  font-size: 32px;
  line-height: 32px;
  font-weight: 200;
  width: 100%;
  margin-left: 20px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns {
  float: left;
  width: 100%;
  margin: 20px 0 0 20px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-1 {
  float: left;
  width: 50%;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-1 div {
  float: left;
  margin-top: 10px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-1 div .check {
  float: left;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-1 div .check input {
  margin-right: 10px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-1 div .checkbox-label {
  cursor: pointer;
  float: left;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-2 {
  float: left;
  width: 50%;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-2 div {
  float: left;
  margin-top: 10px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-2 div .check {
  float: left;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-2 div .check input {
  margin-right: 10px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .columns .col-2 div .checkbox-label {
  cursor: pointer;
  float: left;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .color-swatches {
  margin: 40px 20px 0 20px;
}
#gift-finder .gift-finder-popup .gift-finder-container .gift-finder-poll .industry {
  margin: 8px 0 0 60px;
  height: 220px;
  width: 180px;
}
.component-landing-page {
  /*.achAddressChk {
        float: left;
        width: 100%;
        margin: 20px 0 10px;
        font-size: 14px;
    }*/
  /*#achAddress {
        .pull-left {
            font-size: 14px;
            line-height: 20px;
            margin: 0;
        }

        .form-field {
            padding: 0;
        }

        .form-static {
            .pull-left {
                margin-right: 10px;
            }

            .input-container {
                margin: 0;
            }
        }

        .input-container {
            input, select {
                font-size: 16px;
                height: 40px;
                padding: 5px 8px;
                border: 1px solid #b9c4c9;
                border-radius: 3px;
            }
        }
    }*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .hideMobile {
    display: none;
  }
}
.component-landing-page .block {
  margin: 30px 0 0;
}
.component-landing-page .inline {
  display: inline;
}
.component-landing-page .block-header {
  margin: 0 0 30px;
  background-color: #034f84;
  color: #fff;
  padding: 15px 0;
  border-radius: 5px;
}
.component-landing-page .block-header h2 {
  margin: 0;
  font-size: 35px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .block-header h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .block-header {
    border-radius: 0;
  }
}
.component-landing-page .of-button {
  background-color: #034f84;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  font-size: 1.2em;
  margin: 1.5em 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
}
.component-landing-page .of-button:hover {
  background-color: #037fcf;
}
.component-landing-page .of-button.big-font {
  font-size: 25px;
}
.component-landing-page .content-block {
  margin-bottom: 35px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .content-block {
    padding: 0 20px;
  }
}
.component-landing-page .content-block strong {
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .content-block strong {
    font-size: 18px;
  }
}
.component-landing-page .content-block p {
  font-size: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .content-block p {
    font-size: 16px;
  }
}
.component-landing-page .product-order {
  font-family: 'Roboto', sans-serif;
}
.component-landing-page .product-order .head {
  margin-bottom: 35px;
  text-align: center;
}
.component-landing-page .product-order .head strong {
  font-size: 20px;
}
.component-landing-page .product-order .order-process ul {
  font-size: 0;
  padding: 0;
  margin: 50px 0;
  display: block;
  width: 100%;
}
.component-landing-page .product-order .order-process ul li {
  width: -webkit-calc(25%);
  width: calc(25%);
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.component-landing-page .product-order .order-process ul li i {
  border-radius: 100%;
  width: 110px;
  height: 110px;
  font-size: 60px;
  display: block;
  line-height: 110px;
  margin: auto auto 20px;
  border: 1px solid #015a8f;
  color: #015a8f;
}
.component-landing-page .product-order .order-process ul li i:before {
  vertical-align: middle;
}
.component-landing-page .product-order .order-process ul li span {
  font-size: 18px;
  display: block;
  color: #015a8f;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .product-order .order-process ul li {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  .component-landing-page .product-order .order-process ul li i {
    margin-bottom: 10px;
  }
}
.component-landing-page .quantity {
  position: relative;
  text-align: center;
  width: 100%;
}
.component-landing-page .quantity ul {
  padding: 0;
  margin: 0 auto;
}
.component-landing-page .quantity ul li {
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  padding: 20px 0;
  width: 155px;
  cursor: pointer;
}
.component-landing-page .quantity ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.component-landing-page .quantity ul li label {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 0 0;
  margin: 0 5px;
  overflow: auto;
  border: 1px solid #4F484F;
  cursor: pointer;
}
.component-landing-page .quantity ul li label p {
  display: block;
  vertical-align: top;
  font-size: 16px;
  color: #4f484f;
  line-height: 27px;
}
.component-landing-page .quantity ul li label p b {
  display: block;
  font-size: 18px;
}
.component-landing-page .quantity ul li label p strike {
  display: block;
  color: #e30713;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.component-landing-page .quantity ul li label p span {
  display: block;
  color: #4f484f;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
}
.component-landing-page .quantity ul li label p i {
  display: block;
  font-size: 12px;
  padding: 5px 0;
}
.component-landing-page .quantity ul li input[type=radio]:checked ~ label {
  border: 0;
  background-color: #4f484f;
  color: #fff;
}
.component-landing-page .quantity ul li input[type=radio]:checked ~ label p,
.component-landing-page .quantity ul li input[type=radio]:checked ~ label strike,
.component-landing-page .quantity ul li input[type=radio]:checked ~ label span,
.component-landing-page .quantity ul li input[type=radio]:checked ~ label i {
  color: #fff;
}
.component-landing-page .quantity ul li input[type=radio]:checked ~ label span {
  background-color: #0074c8;
}
.component-landing-page .quantity ul li:hover label {
  border: 0;
  background-color: #4f484f;
  color: #fff;
}
.component-landing-page .quantity ul li:hover label p,
.component-landing-page .quantity ul li:hover label strike,
.component-landing-page .quantity ul li:hover label span,
.component-landing-page .quantity ul li:hover label i {
  color: #fff;
}
.component-landing-page .quantity ul li:hover label span {
  background-color: #0074c8;
}
.component-landing-page .quantity ul li.form-flex {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.component-landing-page .quantity ul li.form-flex label {
  margin: 0;
  border: 0;
  display: block;
  padding-bottom: 10px;
}
.component-landing-page .quantity ul li.form-flex p {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .quantity ul li.form-flex p {
    padding: 0 20px;
  }
}
.component-landing-page .quantity ul li.form-flex input[type=number] {
  border: 1px solid rgba(79, 72, 79, 0.2);
  width: 50%;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .quantity ul li.form-flex input[type=number] {
    width: 90%;
  }
}
.component-landing-page .color-selection {
  position: relative;
  text-align: center;
  width: 100%;
}
.component-landing-page .color-selection ul {
  padding: 0;
}
.component-landing-page .color-selection ul li {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  padding: 10px 0 0;
  width: auto;
  margin: 0 20px;
}
.component-landing-page .color-selection ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.component-landing-page .color-selection ul li input[type=radio]:checked ~ label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.component-landing-page .color-selection ul li input[type=radio]:checked ~ label p,
.component-landing-page .color-selection ul li input[type=radio]:checked ~ label .opt-color {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  font-weight: bold;
}
.component-landing-page .color-selection ul li:hover label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.component-landing-page .color-selection ul li:hover label p,
.component-landing-page .color-selection ul li:hover label .opt-color {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  font-weight: bold;
}
.component-landing-page .color-selection ul li p {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto;
  min-width: 100px;
  height: auto;
  line-height: 25px;
  border-bottom: 3px solid #fff;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  vertical-align: text-top;
}
.component-landing-page .color-selection ul li .opt-color {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  left: 0;
  display: block;
  border: 1px solid #4f484f;
  margin: auto auto 5px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  overflow: hidden;
}
.component-landing-page .color-selection ul li .opt-color img {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .color-selection ul li {
    width: 38%;
    box-sizing: border-box;
  }
}
.component-landing-page .lp-address-form {
  box-sizing: border-box;
}
.component-landing-page .lp-address-form .form-field {
  position: relative;
  display: table;
  width: 80%;
  margin: 5px auto;
  padding: 0;
  height: 40px;
  box-sizing: border-box;
  float: none;
}
.component-landing-page .lp-address-form .form-field.error {
  background-color: white;
  border: 0;
  color: black;
}
.component-landing-page .lp-address-form .form-field.error .error-msg {
  color: red;
}
.component-landing-page .lp-address-form .form-field .pull-left.signup-empty-text .plabel {
  background-color: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .lp-address-form .form-field {
    width: 90%;
  }
}
@media only screen and (min-width: 1044px) {
  .component-landing-page .lp-address-form .form-field .pull-left {
    float: none;
    display: table-cell;
    width: 20%;
    font-size: 16px;
    text-align: right;
    height: 100%;
    vertical-align: middle;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    margin: 0;
  }
  .component-landing-page .lp-address-form .form-field .pull-left.signup-empty-text .plabel {
    background-color: transparent;
  }
  .component-landing-page .lp-address-form .form-field .pull-left .plabel {
    display: inline;
    padding: 0;
    width: auto;
  }
}
@media only screen and (min-width: 1044px) {
  .component-landing-page .lp-address-form .form-field .input-container {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    width: 80%;
  }
  .component-landing-page .lp-address-form .form-field .input-container select {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(79, 72, 79, 0.2);
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .component-landing-page .lp-address-form .form-field .input-container input {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid rgba(79, 72, 79, 0.2);
    color: #4f484f;
    box-sizing: border-box;
  }
  .component-landing-page .lp-address-form .form-field .input-container input:hover,
  .component-landing-page .lp-address-form .form-field .input-container input:focus {
    border-bottom-color: #ed773f;
  }
}
.component-landing-page .lp-address-form .form-field .input-container.multy-phone-field input {
  width: 70px !important;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .lp-address-form .form-field .input-container.multy-phone-field {
    display: table;
  }
  .component-landing-page .lp-address-form .form-field .input-container.multy-phone-field input {
    display: table-cell;
    width: auto !important;
    max-width: 60px;
  }
  .component-landing-page .lp-address-form .form-field .input-container.multy-phone-field input:nth-child(4) {
    max-width: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .lp-address-form .form-field.form-static {
    position: relative;
  }
  .component-landing-page .lp-address-form .form-field.form-static .pull-left {
    position: absolute;
    left: 10px;
    top: 0;
    width: auto;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    background-color: #fff;
    color: #6d6e70;
    line-height: 12px;
    z-index: 1;
  }
  .component-landing-page .lp-address-form .form-field.form-static .input-container {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    float: none;
    width: auto;
    margin: 10px 0 0;
    position: relative;
  }
  .component-landing-page .lp-address-form .form-field.form-static .input-container b {
    float: none;
    font-weight: normal;
  }
}
.component-landing-page .lp-address-form #lpInvalidEmailMsg .hidden {
  display: none;
}
.component-landing-page .ink-selection,
.component-landing-page .freeproduct-selection,
.component-landing-page .imprintcolors-selection {
  position: relative;
  display: table;
  width: 80%;
  margin: 5px auto;
  padding: 0;
  height: 40px;
  box-sizing: border-box;
  float: none;
}
.component-landing-page .ink-selection.error,
.component-landing-page .freeproduct-selection.error,
.component-landing-page .imprintcolors-selection.error {
  background-color: white;
  border: 0;
  color: black;
}
.component-landing-page .ink-selection.error .error-msg,
.component-landing-page .freeproduct-selection.error .error-msg,
.component-landing-page .imprintcolors-selection.error .error-msg {
  color: red;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .ink-selection.error select,
  .component-landing-page .freeproduct-selection.error select,
  .component-landing-page .imprintcolors-selection.error select {
    border-color: red !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .ink-selection,
  .component-landing-page .freeproduct-selection,
  .component-landing-page .imprintcolors-selection {
    display: block;
    width: 90%;
  }
}
.component-landing-page .ink-selection .choose-sda2-label,
.component-landing-page .freeproduct-selection .choose-sda2-label,
.component-landing-page .imprintcolors-selection .choose-sda2-label,
.component-landing-page .ink-selection .choose-freeproduct-label,
.component-landing-page .freeproduct-selection .choose-freeproduct-label,
.component-landing-page .imprintcolors-selection .choose-freeproduct-label,
.component-landing-page .ink-selection .choose-numbercolors-label,
.component-landing-page .freeproduct-selection .choose-numbercolors-label,
.component-landing-page .imprintcolors-selection .choose-numbercolors-label {
  float: none;
  display: table-cell;
  width: 20%;
  font-size: 16px;
  text-align: right;
  height: 100%;
  vertical-align: top;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .ink-selection .choose-sda2-label,
  .component-landing-page .freeproduct-selection .choose-sda2-label,
  .component-landing-page .imprintcolors-selection .choose-sda2-label,
  .component-landing-page .ink-selection .choose-freeproduct-label,
  .component-landing-page .freeproduct-selection .choose-freeproduct-label,
  .component-landing-page .imprintcolors-selection .choose-freeproduct-label,
  .component-landing-page .ink-selection .choose-numbercolors-label,
  .component-landing-page .freeproduct-selection .choose-numbercolors-label,
  .component-landing-page .imprintcolors-selection .choose-numbercolors-label {
    position: absolute;
    left: 10px;
    top: -8px;
    background: #fff;
    padding: 0 5px;
    color: #6d6e70;
    z-index: 1;
    line-height: 12px;
    display: block;
    height: auto;
    width: auto;
  }
}
.component-landing-page .ink-selection .choose-sda2-dropdown,
.component-landing-page .freeproduct-selection .choose-sda2-dropdown,
.component-landing-page .imprintcolors-selection .choose-sda2-dropdown,
.component-landing-page .ink-selection .choose-freeproduct-dropdown,
.component-landing-page .freeproduct-selection .choose-freeproduct-dropdown,
.component-landing-page .imprintcolors-selection .choose-freeproduct-dropdown,
.component-landing-page .ink-selection .choose-numbercolors-dropdown,
.component-landing-page .freeproduct-selection .choose-numbercolors-dropdown,
.component-landing-page .imprintcolors-selection .choose-numbercolors-dropdown {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
  width: 80%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .ink-selection .choose-sda2-dropdown,
  .component-landing-page .freeproduct-selection .choose-sda2-dropdown,
  .component-landing-page .imprintcolors-selection .choose-sda2-dropdown,
  .component-landing-page .ink-selection .choose-freeproduct-dropdown,
  .component-landing-page .freeproduct-selection .choose-freeproduct-dropdown,
  .component-landing-page .imprintcolors-selection .choose-freeproduct-dropdown,
  .component-landing-page .ink-selection .choose-numbercolors-dropdown,
  .component-landing-page .freeproduct-selection .choose-numbercolors-dropdown,
  .component-landing-page .imprintcolors-selection .choose-numbercolors-dropdown {
    display: block;
    width: 100%;
  }
}
.component-landing-page .ink-selection .choose-sda2-dropdown select,
.component-landing-page .freeproduct-selection .choose-sda2-dropdown select,
.component-landing-page .imprintcolors-selection .choose-sda2-dropdown select,
.component-landing-page .ink-selection .choose-freeproduct-dropdown select,
.component-landing-page .freeproduct-selection .choose-freeproduct-dropdown select,
.component-landing-page .imprintcolors-selection .choose-freeproduct-dropdown select,
.component-landing-page .ink-selection .choose-numbercolors-dropdown select,
.component-landing-page .freeproduct-selection .choose-numbercolors-dropdown select,
.component-landing-page .imprintcolors-selection .choose-numbercolors-dropdown select {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid rgba(79, 72, 79, 0.2);
  color: #4f484f;
  box-sizing: border-box;
  background-color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .ink-selection .choose-sda2-dropdown select,
  .component-landing-page .freeproduct-selection .choose-sda2-dropdown select,
  .component-landing-page .imprintcolors-selection .choose-sda2-dropdown select,
  .component-landing-page .ink-selection .choose-freeproduct-dropdown select,
  .component-landing-page .freeproduct-selection .choose-freeproduct-dropdown select,
  .component-landing-page .imprintcolors-selection .choose-freeproduct-dropdown select,
  .component-landing-page .ink-selection .choose-numbercolors-dropdown select,
  .component-landing-page .freeproduct-selection .choose-numbercolors-dropdown select,
  .component-landing-page .imprintcolors-selection .choose-numbercolors-dropdown select {
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none !important;
    height: auto;
  }
}
.component-landing-page .ink-selection .choose-sda2-dropdown .no-dropdown,
.component-landing-page .freeproduct-selection .choose-sda2-dropdown .no-dropdown,
.component-landing-page .imprintcolors-selection .choose-sda2-dropdown .no-dropdown,
.component-landing-page .ink-selection .choose-freeproduct-dropdown .no-dropdown,
.component-landing-page .freeproduct-selection .choose-freeproduct-dropdown .no-dropdown,
.component-landing-page .imprintcolors-selection .choose-freeproduct-dropdown .no-dropdown,
.component-landing-page .ink-selection .choose-numbercolors-dropdown .no-dropdown,
.component-landing-page .freeproduct-selection .choose-numbercolors-dropdown .no-dropdown,
.component-landing-page .imprintcolors-selection .choose-numbercolors-dropdown .no-dropdown {
  display: block;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.component-landing-page .ink-selection .choose-sda2-dropdown .no-dropdown.hidden,
.component-landing-page .freeproduct-selection .choose-sda2-dropdown .no-dropdown.hidden,
.component-landing-page .imprintcolors-selection .choose-sda2-dropdown .no-dropdown.hidden,
.component-landing-page .ink-selection .choose-freeproduct-dropdown .no-dropdown.hidden,
.component-landing-page .freeproduct-selection .choose-freeproduct-dropdown .no-dropdown.hidden,
.component-landing-page .imprintcolors-selection .choose-freeproduct-dropdown .no-dropdown.hidden,
.component-landing-page .ink-selection .choose-numbercolors-dropdown .no-dropdown.hidden,
.component-landing-page .freeproduct-selection .choose-numbercolors-dropdown .no-dropdown.hidden,
.component-landing-page .imprintcolors-selection .choose-numbercolors-dropdown .no-dropdown.hidden {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .ink-selection .choose-sda2-dropdown .no-dropdown,
  .component-landing-page .freeproduct-selection .choose-sda2-dropdown .no-dropdown,
  .component-landing-page .imprintcolors-selection .choose-sda2-dropdown .no-dropdown,
  .component-landing-page .ink-selection .choose-freeproduct-dropdown .no-dropdown,
  .component-landing-page .freeproduct-selection .choose-freeproduct-dropdown .no-dropdown,
  .component-landing-page .imprintcolors-selection .choose-freeproduct-dropdown .no-dropdown,
  .component-landing-page .ink-selection .choose-numbercolors-dropdown .no-dropdown,
  .component-landing-page .freeproduct-selection .choose-numbercolors-dropdown .no-dropdown,
  .component-landing-page .imprintcolors-selection .choose-numbercolors-dropdown .no-dropdown {
    display: block;
    padding: 10px 13px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #6d6e70;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    float: none;
    width: auto;
    margin: 0;
    position: relative;
  }
}
.component-landing-page .footer-top {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.component-landing-page .footer-top .inner-content {
  display: table;
  padding: 15px 35px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .footer-top .inner-content {
    display: block;
    padding: 15px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .footer-top .inner-content {
    display: block;
  }
}
.component-landing-page .footer-top .content-side {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .footer-top .content-side {
    display: block;
    width: auto;
  }
}
.component-landing-page .footer-top .content-side .inner-side {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .footer-top .content-side .inner-side {
    display: block;
    width: auto;
    text-align: center;
  }
}
.component-landing-page .footer-top .content-side .inner-side h3 {
  margin: 0 0 5px;
  font-size: 18px;
}
.component-landing-page .footer-top .content-side .inner-side .image {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
.component-landing-page .footer-top .content-side .inner-side .image img {
  max-width: 240px;
  max-height: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .footer-top .content-side .inner-side .image img {
    max-width: 100%;
    max-height: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .footer-top .content-side .inner-side .image {
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .footer-top .content-side .inner-side .image {
    width: 30%;
  }
}
.component-landing-page .footer-top .content-side .inner-side .content {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .footer-top .content-side .inner-side .image,
  .component-landing-page .footer-top .content-side .inner-side .content {
    display: block;
    width: auto;
  }
}
.component-landing-page .footer-top .content-side:first-child {
  padding-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .footer-top .content-side:first-child {
    padding: 0 0 30px;
  }
}
.component-landing-page .footer-bottom {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.component-landing-page .footer-bottom .inner-content {
  padding: 15px 35px 0;
}
.component-landing-page .footer-bottom h2 {
  font-size: 48px;
  font-weight: 100;
  color: #525252;
  margin-bottom: 10px;
  text-align: center;
}
.component-landing-page .footer-bottom ul {
  margin: 0 0 45px;
  line-height: normal;
  width: 100%;
  list-style: none;
  padding: 0;
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .footer-bottom ul {
    display: block;
  }
}
.component-landing-page .footer-bottom ul li {
  display: table-cell;
  width: -webkit-calc(25%);
  width: calc(25%);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .footer-bottom ul li {
    display: block;
    width: auto;
  }
}
.component-landing-page .footer-bottom ul li i {
  color: #9c9c9c;
  width: 110px;
  height: 110px;
  font-size: 75px;
  display: block;
  line-height: 110px;
  margin: auto auto 0;
}
.component-landing-page .footer-bottom ul li i:before {
  vertical-align: middle;
}
.component-landing-page .footer-bottom ul li span {
  font-weight: 400;
  font-size: 16px;
  color: #525252;
}
.component-landing-page .footer-bottom .block-footer {
  padding: 15px 35px;
  background-color: #034f84;
  color: #9f9c9f;
  font-weight: 600;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.component-landing-page .place-your-order,
.component-landing-page .review-your-order {
  text-align: center;
  margin: 40px 0;
}
.component-landing-page .place-your-order button,
.component-landing-page .review-your-order button {
  background-color: #ffa000;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 25px;
  outline: none;
  cursor: pointer;
}
.component-landing-page .place-your-order button.valid,
.component-landing-page .review-your-order button.valid {
  background-color: #008000;
}
.component-landing-page .place-your-order .place-order-button-description,
.component-landing-page .review-your-order .place-order-button-description,
.component-landing-page .place-your-order .review-order-button-description,
.component-landing-page .review-your-order .review-order-button-description {
  margin: 10px 0;
}
.component-landing-page .adyen-payment {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 16px;
  float: none;
  padding: 0;
  height: auto;
  min-height: 40px;
  margin: 5px auto;
}
.component-landing-page .adyen-payment:after {
  content: '';
  clear: both;
  display: block;
  float: none;
}
.component-landing-page .adyen-payment .chckt-pm__name {
  color: #252525;
}
.component-landing-page .adyen-payment .chckt-pm__details {
  text-align: left;
}
.component-landing-page .adyen-payment .adyen-checkout__helper-text,
.component-landing-page .adyen-payment .adyen-checkout__label__text,
.component-landing-page .adyen-payment .myron-checkout__label__text {
  font-size: 14px;
  line-height: 20px;
}
.component-landing-page .adyen-payment .adyen_input.error {
  display: inline-block;
  border-radius: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .adyen-payment {
    padding: 10px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .adyen-payment {
    padding: 10px;
  }
  .component-landing-page .adyen-payment .adyen-checkout__input--wrapper {
    display: block;
  }
  .component-landing-page .adyen-payment .adyen-checkout__input--wrapper input,
  .component-landing-page .adyen-payment .adyen-checkout__input--wrapper .adyen-checkout__input--large,
  .component-landing-page .adyen-payment .adyen-checkout__input--wrapper .adyen-checkout__input--small {
    width: 100%;
  }
}
.component-landing-page .contact-sidebar {
  position: fixed;
  display: table;
  right: -280px;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: top;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  height: 270px;
  width: 315px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #ffffff;
  z-index: 100;
}
.component-landing-page .contact-sidebar.cs-open {
  right: 0;
}
.component-landing-page .contact-sidebar button {
  display: table-cell;
  height: 270px;
  width: 35px;
  vertical-align: middle;
  border: 0;
  background: #015a8f;
  color: white;
  outline: 0;
  cursor: pointer;
}
.component-landing-page .contact-sidebar button div {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 45px;
}
.component-landing-page .contact-sidebar button div i {
  display: inline;
  margin-right: 5px;
}
.component-landing-page .contact-sidebar .contact {
  vertical-align: top;
  display: table-cell;
  width: 280px;
}
.component-landing-page .contact-sidebar .contact .contact-head {
  color: #fff;
  background: #015a8f;
  height: 100px;
  font-size: 14px;
  font-weight: 500;
  padding: 13px;
  box-sizing: border-box;
}
.component-landing-page .contact-sidebar .contact .contact-head a {
  display: block;
  color: #fff;
}
.component-landing-page .contact-sidebar .contact .contact-head .phone {
  font-size: 21px;
  font-weight: 500;
}
@media only screen and (min-width: 1044px) {
  .component-landing-page .contact-sidebar .contact .contact-head .phone-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .contact-sidebar .contact .contact-head .phone-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .contact-sidebar .contact .contact-head .phone-desktop {
    display: none;
  }
}
.component-landing-page .contact-sidebar .contact .contact-body {
  background-color: #fff;
  height: 160px;
}
.component-landing-page .contact-sidebar .contact .contact-body ul {
  list-style: none;
  font-size: 14px;
  padding: 0 0 0 10px;
  margin: 0;
}
.component-landing-page .contact-sidebar .contact .contact-body ul li {
  margin: 10px 0 0 0;
}
.component-landing-page .contact-sidebar .contact .contact-body ul li i {
  margin-right: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .contact-sidebar {
    display: none;
  }
}
.component-landing-page .lp-order-total.review {
  border: 3px solid #ffa000;
}
.component-landing-page .lp-order-total .line {
  display: table;
  width: 100%;
}
.component-landing-page .lp-order-total .line .price {
  display: table-cell;
  padding: 10px;
}
.component-landing-page .lp-order-total .line .price:last-child {
  text-align: right;
}
.component-landing-page .lp-order-total .line.grand-total-line {
  border-top: 1px solid #ccc;
}
.component-landing-page .lp-order-total .line.slider-info {
  width: 96%;
  display: none;
  font-size: 12px;
}
.component-landing-page .lp-order-total .line.slider-info .merch-total,
.component-landing-page .lp-order-total .line.slider-info .imprint-set-up {
  width: 100%;
  padding: 0;
}
.component-landing-page .lp-order-total .line.slider-info .merch-total .pull-left,
.component-landing-page .lp-order-total .line.slider-info .imprint-set-up .pull-left {
  padding-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .lp-order-total {
    padding: 20px;
    margin: 10px;
  }
}
.component-landing-page .content {
  padding: 20px;
  box-sizing: border-box;
}
.component-landing-page .content.dataalert-box-container,
.component-landing-page .content.imprint-charges {
  padding: 10px;
  box-sizing: content-box;
}
.component-landing-page .component-lp-sda2-matrix {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}
.component-landing-page .component-lp-sda2-matrix .matrix-desc {
  text-align: center;
}
.component-landing-page .component-lp-sda2-matrix .variant-sda2 {
  text-align: center;
}
.component-landing-page .component-lp-sda2-matrix .matrix-qty {
  display: inline-block;
  padding: 0 10px;
  width: 110px;
}
.component-landing-page .component-lp-sda2-matrix .matrix-qty label {
  padding: 10px;
  display: block;
  text-align: center;
}
.component-landing-page .component-lp-sda2-matrix .matrix-qty input {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
}
.component-landing-page #globalMessages .global-message {
  padding: 20px;
  background: #ffdcdc;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
}
.component-landing-page #globalMessages .global-message p {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page #globalMessages .global-message {
    margin: 0 20px;
  }
}
.component-landing-page .loading {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/loading-2.gif) center center no-repeat;
}
.component-landing-page .loading.show {
  display: block;
}
.component-landing-page .loading .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  background: #ffffff;
}
.component-landing-page .loading .loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/loading-2.gif) center center no-repeat;
}
.component-landing-page .additional-info {
  padding: 20px 0;
  clear: both;
}
.component-landing-page .additional-info textarea {
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px 0 0;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .additional-info {
    padding: 10px;
  }
}
.component-landing-page .payment-error {
  border: 0;
  background-color: white;
  margin: 0 0 10px;
  text-align: left;
}
.component-landing-page #termsAndConditions .form-field {
  padding: 0 10px;
  margin: 0 0 20px;
}
.component-landing-page .content-block a {
  color: #ed773f;
}
.component-landing-page .content-block a:hover {
  text-decoration: underline;
}
.component-landing-page .signup-text {
  display: inline-block;
  vertical-align: top;
  width: 74%;
}
.component-landing-page .signup-text span {
  display: block;
  margin: 0 0 0 4px;
  width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .signup-text {
    width: auto;
  }
}
.component-landing-page .imprint-options {
  vertical-align: middle;
  position: relative;
  display: table;
  width: 80%;
  margin: 5px auto;
  padding: 0;
  height: 40px;
  box-sizing: border-box;
  float: none;
  /*
        .nextBtn1,
        .nextBtn2,
        .nextBtn3 {
            padding: 15px;
        }
        */
}
.component-landing-page .imprint-options.error {
  background-color: rgba(255, 58, 58, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options {
    border-top: none;
    width: 100%;
  }
}
.component-landing-page .imprint-options .imprint-row-1 {
  display: table;
  width: 100%;
  font-size: 20px;
}
.component-landing-page .imprint-options .imprint-row-2 {
  display: table;
  width: 100%;
  font-size: 20px;
  margin: 0 0 20px;
}
.component-landing-page .imprint-options .imprint-row-2 .button-holder {
  text-align: center;
  padding: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .imprint-row-2 .button-holder {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .imprint-row-2 .button-holder {
    margin: 30px 10px;
    /* display: -webkit-box;
                    display: -moz-box;
                    display: box; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .imprint-row-2 .button-holder {
    margin: 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .imprint-row-2 .button-holder .design-btn {
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .imprint-row-2 .button-holder .design-btn {
    display: none;
  }
}
.component-landing-page .imprint-options .imprint-row-2 .button-holder .text-or {
  top: 6px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .imprint-row-2 .button-holder .text-or {
    display: block;
    top: 0;
    font-size: 20px;
    margin: 0 0 10px;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .imprint-row-2 .button-holder .text-or {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .imprint-row-2 .button-holder .express-btn {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
}
.component-landing-page .imprint-options .choose-imprint-label {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .choose-imprint-label {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .choose-imprint-label {
    width: auto;
    padding: 20px 10px;
  }
}
.component-landing-page .imprint-options .choose-imprint-label .config-express-back {
  float: right;
  color: #252525;
  font-size: 12px;
  margin-right: 10px;
}
.component-landing-page .imprint-options .choose-imprint-label .config-express-back p {
  margin: 0;
  display: block;
  font-size: 12px;
  line-height: normal;
}
.component-landing-page .imprint-options .choose-imprint-label .config-express-back a {
  color: #252525;
  display: block;
  line-height: normal;
  text-decoration: underline;
}
.component-landing-page .imprint-options .choose-imprint-label .config-express-back a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .choose-imprint-label .config-express-back {
    float: none;
    margin: 5px 0;
  }
  .component-landing-page .imprint-options .choose-imprint-label .config-express-back p,
  .component-landing-page .imprint-options .choose-imprint-label .config-express-back a {
    display: inline-block;
    font-size: 14px;
  }
}
.component-landing-page .imprint-options .totals-label,
.component-landing-page .imprint-options .choose-imprint-label {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart {
  text-align: center;
  padding: 0;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart button,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart button {
  display: inline-block !important;
  width: 400px;
  height: auto;
  color: #ffffff;
  font-size: 20px;
  min-height: 42px;
  margin: 15px 0;
  background-color: #ffa000;
  border: 1px solid #252525;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #cccccc;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button button,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button button {
  display: inline-block !important;
  width: 389px;
  height: auto;
  color: #ffffff;
  font-size: 20px;
  min-height: 42px;
  margin: 20px 0 0 30px;
  background-color: #0268e5;
  border: 1px solid #252525;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #cccccc;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button button.design-btn,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button button.design-btn {
  color: #ffffff;
  background-color: #0776ff;
  border: 1px solid #0268e5;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button button.design-btn:hover,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button button.design-btn:hover {
  background-color: #0268e5;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button button.express-btn,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button button.express-btn {
  border: 1px solid #0268e5;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button button.express-btn.full-width,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button button.express-btn.full-width {
  width: 100%;
  margin: 2% 0;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button button.express-btn:hover,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button button.express-btn:hover {
  background-color: #00408f;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart img,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart img {
  margin-top: -3px;
  padding-left: 15px;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button {
  width: 45%;
  border-radius: 3px;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.addtext,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.addtext {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.addtext,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.addtext {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.addtext,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.addtext {
    width: 100%;
  }
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.uploadlogo,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.uploadlogo {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.uploadlogo,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.uploadlogo {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.uploadlogo,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.uploadlogo {
    width: 100%;
  }
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.express-btn,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.express-btn {
  float: right;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.express-btn .express-btn-info,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.express-btn .express-btn-info {
  margin-top: 4px;
  font-size: 11px;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.design-btn,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.design-btn {
  float: left;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button.design-btn .design-btn-info,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button.design-btn .design-btn-info {
  margin-top: 4px;
  font-size: 11px;
}
.component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button button,
.component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button button {
  margin: 0;
  width: 100%;
  min-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .personalize-and-add-to-cart,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart {
    padding: 0 10px;
  }
  .component-landing-page .imprint-options .personalize-and-add-to-cart button,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart button {
    display: block;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    box-shadow: none !important;
    border: 0 !important;
  }
  .component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button {
    float: none !important;
    display: block!important;
    width: auto;
    padding: 0;
  }
  .component-landing-page .imprint-options .personalize-and-add-to-cart.multi-button button,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart.multi-button button {
    font-size: 16px;
    padding: 10px;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .personalize-and-add-to-cart,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart {
    padding: 0;
  }
  .component-landing-page .imprint-options .personalize-and-add-to-cart button,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart button {
    width: 97%;
  }
  .component-landing-page .imprint-options .personalize-and-add-to-cart #personalizeAndAddToCart,
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart #personalizeAndAddToCart {
    width: 100%;
  }
}
.component-landing-page .imprint-options #expressPersonalizationHolder {
  height: auto;
  box-sizing: border-box;
  padding: 1%;
}
.component-landing-page .imprint-options #expressPersonalizationHolder p {
  font-size: 14px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .no-imprint-area {
  margin: 1% 0;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .no-imprint-area > .no-imprint-label {
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .no-imprint-area > .no-imprint-label.active {
  background-color: #ade7ff;
  border-radius: 3px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .no-imprint-area > .no-imprint-label .no-imprint {
  vertical-align: middle;
  margin: 5px;
  width: 20px;
  height: 20px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .no-imprint-area > .no-imprint-label span {
  font-weight: 500;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset {
  border: 0;
  margin: 0;
  padding: 15px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset label .edit-button {
  border-radius: 0;
  float: right;
  padding: 5px 30px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .textlinearea {
  clear: both;
  padding: 5px;
  margin-top: 5px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprinttitle {
  font-weight: bold;
  padding-top: 10px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection {
  width: 100%;
  overflow: hidden;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintfontstyle {
  width: 45%;
  float: right;
  padding: 5px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle {
  width: 45%;
  float: left;
  padding: 5px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop_art {
  margin-top: 1px;
  top: 150px;
  z-index: 100;
  width: 241px;
  position: absolute;
  padding: 5px 6px;
  border: 1px solid #cccccc;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: white;
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop,
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop_art {
    width: 285px;
  }
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop > div,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop_art > div {
  display: inline-block;
  padding: 5px;
  float: left;
  cursor: pointer;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop span,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop_art span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  float: left;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop span.White,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop_art span.White {
  border: 0.5px solid lightgray;
  width: 19px;
  height: 19px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop span:hover,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcolorstyle .select_color_drop_art span:hover {
  z-index: 2;
  -webkit-transition: all 120ms ease-out;
  -webkit-transform: scale(1.1);
  -ms-transition: all 120ms ease-out;
  -ms-transform: scale(1.1) !important;
  -moz-transition: all 120ms ease-out;
  transform: scale(1.1);
  transition: all 120ms ease-out;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintfontoptions {
  padding: 0px;
  background-color: white;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .selectcolor {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  background-color: white;
  color: black;
  box-sizing: border-box;
  padding: 0px 0px 0px 8px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection select.selectcolor:focus {
  outline: none !important;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .caret {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid;
  float: right;
  margin-right: 6px;
  margin-top: -16px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcoloroptions {
  padding: 0px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas fieldset .imprintfontselection .imprintcoloroptions option:checked {
  box-shadow: 0 0 10px 100px #1882A8 inset;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area {
  margin: 1% 0;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label {
  width: 100%;
  display: block;
  cursor: pointer;
  border: 1px solid #cccccc;
  background-color: #dddddd;
  border-radius: 3px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label.active {
  background-color: #ade7ff;
  border-radius: 3px 3px 0 0;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label.active.complete {
  color: #ffffff;
  background-color: #1474c8;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label.error {
  border: 1px solid #dd0000 !important;
  color: #dd0000 !important;
  background-color: #f8cdcd !important;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label.error.complete {
  color: #ffffff;
  background-color: #1474c8;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label:hover {
  background-color: #ade7ff;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label .imprint-area-checkbox {
  vertical-align: middle;
  margin: 5px;
  width: 20px;
  height: 20px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label span {
  font-weight: 500;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label .edit-button {
  color: #ffffff;
  background-color: #ffaa00;
  border-color: #ffaa00;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area .imprint-options {
  margin: 0;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  width: 100%;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area .imprint-options p {
  margin: 0;
  padding: 10px 34px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area .imprint-options p label {
  margin-right: 10px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area .imprint-options p select {
  padding: 2px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area .imprint-options.error {
  border: 1px solid #dd0000;
  color: #dd0000;
  background-color: #f8cdcd;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area .imprint-options {
    width: 99.5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area {
    margin: 10px 0;
  }
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label {
    padding: 10px 0;
    font-size: 14px;
    border: 0;
    background: #7abbf5;
    color: #ffffff;
  }
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label.active {
    background-color: #1474c8;
  }
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area > label input {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    margin: 0 15px;
  }
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step1 .h4 {
  font-size: 14px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step1 .btn-md {
  height: 50px;
  padding: 0 15px;
  white-space: normal;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2 hr {
  width: 100%;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2 .area-laser {
  padding: 10px 0;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2 .area-colors.error {
  border: red;
  background-color: rgba(255, 58, 58, 0.5);
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2a select {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b select,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b textarea,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b input[type="file"] {
  margin: 10px 0;
  width: 100%;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b input,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b select,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b textarea {
  border-radius: 3px;
  font-size: 16px;
  margin: 5px 0 15px;
  padding: 5px;
  box-sizing: border-box;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .chbsendartlater {
  width: 15px;
  padding: 0px;
  margin: 0px 8px 1px 5px;
  vertical-align: middle;
  -ms-transform: scale(1.3);
  /* IE */
  -moz-transform: scale(1.3);
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3);
  /* Opera */
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .salcontainer.error {
  padding: 3px 2px 3px 2px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .salcontainer.error.error {
  background-color: rgba(255, 58, 58, 0.7);
  color: #000000;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .sendartlater_or {
  margin: -5px 0px 10px 5px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload {
  padding: 5px 0;
  min-height: 95px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload.config5 {
  padding: 15px 0px 5px 5px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload.error {
  background-color: rgba(255, 58, 58, 0.7);
  border: none;
  color: #000000;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .file-upload-col-1 {
  display: inline-block;
  float: left;
  width: 60%;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .file-upload-col-2 {
  display: inline-block;
  float: left;
  height: 74px;
  text-align: center;
  width: 40%;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .file-upload-col-2 :before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .file-upload-col-2 .uploaded-file {
  display: inline-block;
  /*height: 40px;*/
  max-height: 100%;
  vertical-align: middle;
  max-width: -webkit-calc(95%);
  max-width: calc(95%);
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .input-file {
  border: none;
  display: block;
  margin: 15px auto 5px;
  padding: 0;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .nofilechosen,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .uploadedfilename {
  margin-left: 5px;
  font-size: 16px;
  margin-top: 6px!important;
  padding: 0px!important;
  width: 320px;
  overflow-wrap: break-word;
  /*clear:left;*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .nofilechosen,
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .uploadedfilename {
    width: 185px;
    clear: left;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .nofilechosen,
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .uploadedfilename {
    width: 320px;
    clear: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .nofilechosen,
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .uploadedfilename {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .nofilechosen,
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .uploadedfilename {
    width: 220px;
  }
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .nofilechosen {
  white-space: nowrap;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .input-file + label,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .replacefile {
  font-size: 16px;
  font-family: Arial;
  width: 105px;
  text-align: center;
  color: black;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dedede));
  background: -webkit-linear-gradient(#f5f5f5, #dedede);
  background: linear-gradient(#f5f5f5, #dedede);
  display: inline-block;
  border-radius: 2px;
  margin: 5px 5px 5px auto;
  border: solid #949494 thin;
  box-sizing: border-box;
  float: left;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .fileupload-process {
  display: block;
  background: url(/_ui/desktop/theme-myron/images/upload-progress.gif) center center no-repeat;
  background-size: 24px;
  height: 24px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text {
  display: block;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  float: left;
  width: 320px;
  padding: 3px 0px 0px 2px!important;
  text-align: left;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text {
    width: 215px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text {
    width: 320px;
    height: 24px;
  }
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text.complete {
  background-color: #449d44;
  color: #ffffff;
  text-align: center;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text.complete a {
  color: #ffffff;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text.upload-error {
  background-color: red;
  color: #ffffff;
  text-align: center;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text-type {
  display: block;
  font-weight: bold;
  /*height: 24px;*/
  /*line-height: 24px;*/
  width: 380px;
  /*width:320px;*/
  margin: 0 auto;
  padding: 3px 0px !important;
  text-align: left;
  float: left;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text-type {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: landscape) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text-type {
    width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text-type {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text-type {
    width: 320px;
  }
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text-type.complete {
  background-color: #449d44;
  color: #ffffff;
  text-align: center;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text-type.complete a {
  color: #ffffff;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2b .file-upload .status-text-type.upload-error {
  background-color: red;
  color: #ffffff;
  text-align: center;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2c label {
  font-size: 16px;
  margin: 5px 0 10px;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2c input {
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2c select,
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2c textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2c textarea {
  margin: 5px 0;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .special-instructions a {
  font-size: 14px;
  text-decoration: none;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .special-instructions a:hover {
  text-decoration: underline;
}
.component-landing-page .imprint-options #expressPersonalizationHolder .special-instructions textarea {
  width: 100%;
  height: 75px;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options #expressPersonalizationHolder {
    padding: 0 10px;
  }
  .component-landing-page .imprint-options #expressPersonalizationHolder p {
    font-size: 16px;
    margin: 15px 0;
  }
  .component-landing-page .imprint-options #expressPersonalizationHolder .special-instructions a.art-info {
    float: none;
    display: block;
    margin: 5px 0;
  }
  .component-landing-page .imprint-options #expressPersonalizationHolder .special-instructions textarea {
    border: 1px solid #ccc;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options {
    top: 0;
  }
  .component-landing-page .imprint-options .choose-imprint-label {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .choose-imprint-label {
    font-size: 16px;
    padding: 6px 0;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .choose-imprint-label {
    font-size: 16px;
    padding: 20px 0;
    width: auto;
  }
}
.component-landing-page .imprint-options .button-padding {
  padding: 10px 15px;
  -webkit-transition: height 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, border-top-width 0.3s linear, border-top-width 0.3s linear;
  transition: height 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, border-top-width 0.3s linear, border-top-width 0.3s linear;
}
.component-landing-page .imprint-options .button-padding .h4 {
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
.component-landing-page .imprint-options .button-padding .btn-imprint {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bbbbbb), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #bbbbbb, 0%, #cccccc, 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #bbbbbb 0%, #cccccc 100%);
  background-repeat: repeat-x;
  border-color: #dddddd;
  color: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbbbbb', endColorstr='#ffcccccc', GradientType=0);
}
.component-landing-page .imprint-options .button-padding .btn-imprint.active,
.component-landing-page .imprint-options .button-padding .btn-imprint:hover,
.component-landing-page .imprint-options .button-padding .btn-imprint:active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  border-color: #2d6ca2;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.component-landing-page .imprint-options .nextBtn1:hover,
.component-landing-page .imprint-options .nextBtn2:hover,
.component-landing-page .imprint-options .nextBtn3:hover {
  font-weight: bold;
}
.component-landing-page .imprint-options .text-center {
  text-align: center;
  margin-top: 6px;
}
.component-landing-page .imprint-options .text-right {
  text-align: right;
  margin-top: 6px;
}
.component-landing-page .imprint-options .text-left {
  text-align: left;
  margin-top: 6px;
}
.component-landing-page .imprint-options hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  margin: 10px auto;
  width: 95%;
  margin: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.component-landing-page .imprint-options input {
  font-size: 15px;
  color: #252525;
  border: 1px solid #252525;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options input {
    padding: 5px;
  }
}
.component-landing-page .imprint-options .imprinttextline input {
  text-align: left;
  border: 1px solid #6d6e70;
  padding-left: 6px;
  margin-top: 10px;
  height: 40px;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart {
  padding: 2%;
  box-sizing: border-box;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .add-to-cart-pretext {
  padding: 0 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart .add-to-cart-pretext {
    margin: 0 10px;
  }
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart button {
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 22px;
  min-height: 50px;
  margin: 0;
  background-color: #ffa000;
  border: 1px solid #252525;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #cccccc;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  text-transform: uppercase;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart button.design-btn {
  background-color: #7c8797;
  border: 1px solid #555555;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart button.express-btn {
  border: 1px solid #ff7700;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart button.express-btn.full-width {
  width: 100%;
  margin: 2% 0;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart button.express-btn:hover {
  background-color: #ffa000;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart button.express-btn.disabled {
  cursor: progress;
  opacity: 0.5;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area {
  display: table;
  padding: 0 0 15px;
  width: 100%;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice {
  display: table-cell;
  font-size: 12px;
  padding: 0 10px 0 50px;
  width: 65%;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice .delivery-label {
  display: block;
  margin: 0;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice.below-addtocart {
  padding: 8px;
  font-size: 11px;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice.below-addtocart .delivery-label {
  display: inline;
  margin: 0;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice .printed-delivery-date {
  font-weight: bold;
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice .printed-delivery-date.no-bold {
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice {
    padding: 0 10px 0 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice {
    padding: 10px;
    width: 60%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .expected-delivery-notice {
    width: 60%;
  }
}
.component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .delivery-details-area {
  display: table-cell;
  font-size: 12px;
  padding: 0 20px 0 0;
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .delivery-details-area {
    padding: 0 10px 0 0;
    width: 40%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart .delivery-content-area .delivery-details-area {
    width: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart {
    padding: 2% 3%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .imprint-options .express-personalize-and-add-to-cart {
    margin: 0 auto;
    padding: 0;
    width: 97.5%;
  }
}
.component-landing-page .myron-tooltip {
  position: absolute;
  display: none;
  z-index: 300;
  line-height: normal;
  font-size: 11px;
  box-shadow: 3px 3px 3px #252525;
  top: 25px;
  left: -185px;
  padding: 0;
}
.component-landing-page .myron-tooltip.express {
  top: 90px;
  left: -35%;
}
.component-landing-page .myron-tooltip .message {
  background: none repeat scroll 0 0 #ffecec;
  border: 3px solid red;
  font-size: 12px;
  padding: 10px;
}
.component-landing-page .myron-tooltip .message:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.component-landing-page .myron-tooltip.top-tip .message:before {
  left: 50%;
  bottom: 100%;
  margin-left: -8px;
  border-width: 8px 8px 10px 8px;
  border-color: transparent transparent red transparent;
}
.component-landing-page .myron-tooltip.bottom-tip .message:before {
  top: -1px;
  left: 100%;
  border-width: 13px 10px 10px;
  border-color: red rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.component-landing-page .myron-tooltip.left-tip .message:before {
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-width: 8px 10px 8px 8px;
  border-color: transparent red transparent transparent;
}
.component-landing-page .myron-tooltip.right-tip .message:before {
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-width: 8px 8px 8px 10px;
  border-color: transparent transparent transparent red;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .component-landing-page .myron-tooltip {
    display: none !important;
  }
}
.component-landing-page .no-imprint {
  width: 20px;
  margin-left: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .component-landing-page .no-imprint {
    margin-left: 48px;
  }
}
.component-landing-page .popup-imprint-area-charges {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}
.component-landing-page .popup-imprint-area-charges th {
  padding: 2px 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: #999999;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.component-landing-page .popup-imprint-area-charges td {
  padding: 2px 5px;
  font-size: 12px;
  text-align: left;
  background-color: #efefef;
}
.component-landing-page .popup-imprint-area-charges td.textright {
  text-align: right;
}
.component-landing-page .popup-imprint-area-charges td.totals-row {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #999999;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.component-landing-page .select-wrapper {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-landing-page .select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #6d6e70;
  font-size: 18px;
  outline: none;
  overflow: hidden;
  padding: 10px;
  padding-right: 24px !important;
  text-overflow: ellipsis;
  -webkit-transition: .25s all linear;
  transition: .25s all linear;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.component-landing-page .select-wrapper select:hover {
  border-color: #151516;
}
.component-landing-page .select-wrapper select:focus,
.component-landing-page .select-wrapper select:active {
  border-color: #0074c8;
}
.component-landing-page .select-wrapper select option {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.component-landing-page .select-wrapper select::-ms-expand {
  display: none;
}
.component-landing-page .select-wrapper:after {
  content: '\f0d7';
  filter: alpha(opacity=50);
  height: auto;
  font-family: 'FontAwesome';
  font-size: 18px;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  z-index: 9;
}
.ie9 .component-landing-page .select-wrapper:before,
.ie8 .component-landing-page .select-wrapper:before,
.ie7 .component-landing-page .select-wrapper:before,
.lt-ie7 .component-landing-page .select-wrapper:before {
  background: white;
  content: '';
  height: 35px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 2px;
  z-index: 7;
  width: 45px;
}
.component-landing-page .imprintareas-selection,
.component-landing-page .imprintartwork-selection {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}
.component-landing-page .imprintareas-selection ul,
.component-landing-page .imprintartwork-selection ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
.component-landing-page .imprintareas-selection ul li,
.component-landing-page .imprintartwork-selection ul li {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  max-width: 33%;
  margin-bottom: 40px;
  outline: 0;
}
.component-landing-page .imprintareas-selection ul li label,
.component-landing-page .imprintartwork-selection ul li label {
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
}
.component-landing-page .imprintareas-selection ul li label input[type="radio"],
.component-landing-page .imprintartwork-selection ul li label input[type="radio"],
.component-landing-page .imprintareas-selection ul li label input[type="checkbox"],
.component-landing-page .imprintartwork-selection ul li label input[type="checkbox"] {
  display: none;
  position: absolute;
}
.component-landing-page .imprintareas-selection ul li label .imprintarea-option-info img,
.component-landing-page .imprintartwork-selection ul li label .imprintarea-option-info img,
.component-landing-page .imprintareas-selection ul li label .imprintartwork-option-info img,
.component-landing-page .imprintartwork-selection ul li label .imprintartwork-option-info img {
  margin: 10px auto;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.component-landing-page .imprintareas-selection ul li label .imprintarea-option-info p,
.component-landing-page .imprintartwork-selection ul li label .imprintarea-option-info p,
.component-landing-page .imprintareas-selection ul li label .imprintartwork-option-info p,
.component-landing-page .imprintartwork-selection ul li label .imprintartwork-option-info p {
  font-size: 16px;
  margin: 0;
  padding-top: 5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.component-landing-page .imprintareas-selection ul li input:checked + .imprintarea-option-info img,
.component-landing-page .imprintartwork-selection ul li input:checked + .imprintarea-option-info img,
.component-landing-page .imprintareas-selection ul li input:checked ~ .imprintarea-option-info img,
.component-landing-page .imprintartwork-selection ul li input:checked ~ .imprintarea-option-info img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.component-landing-page .imprintareas-selection ul li input:checked + .imprintarea-option-info p,
.component-landing-page .imprintartwork-selection ul li input:checked + .imprintarea-option-info p,
.component-landing-page .imprintareas-selection ul li input:checked ~ .imprintarea-option-info p,
.component-landing-page .imprintartwork-selection ul li input:checked ~ .imprintarea-option-info p {
  color: #000000;
  font-weight: bold;
}
.component-landing-page .imprintareas-selection {
  padding: 15px;
}
.component-landing-page .imprintartwork-selection li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: 0 1 25%;
      -ms-flex-flow: 0 1 25%;
          flex-flow: 0 1 25%;
  max-width: 25%;
}
.component-landing-page .imprintartwork-selection .imprintartwork-option-info {
  border: 2px solid transparent;
}
.component-landing-page .imprintartwork-selection input:checked + .imprintartwork-option-info,
.component-landing-page .imprintartwork-selection input:checked ~ .imprintartwork-option-info {
  background-color: #0074c8;
  border-color: #0074c8;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas fieldset {
  padding: 0 15px 15px;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .form-step1.setup-buttons {
  display: table-cell;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .form-step1 .button-padding {
  padding: 10px 0 10px 15px;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .form-step1 .button-padding .btn-group.btn-group-justified {
  display: block;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .form-step1 .h4 {
  padding: 0;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .form-step1 .btn-md {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 5px 0;
  box-sizing: border-box;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .form-step2 {
  display: block;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .imprint-area .imprint-options {
  width: 100%;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .btn-imprint {
  display: block;
  cursor: pointer;
  padding: 8px 12px;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .btn-imprint > input[type="radio"] {
  display: none;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .btn-imprint > input[type="radio"]:checked + .imprint-option-label i:before,
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .btn-imprint > input[type="radio"]:checked ~ .imprint-option-label i:before {
  background-color: #0074c8;
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .btn-imprint .imprint-option-label i {
  border: 1px solid #6d6e70;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.component-landing-page.vertical .imprint-options #expressPersonalizationHolder .imprint-areas .btn-imprint .imprint-option-label i:before {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.component-landing-page .lp-order-total.review .setup-cost {
  display: none;
}
.hidden-link #qsn-modal > a {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header.landing-page .myron-logo {
    display: block;
    text-align: center;
    overflow: auto;
    width: auto;
    margin: 20px 0;
    max-height: none;
  }
  .header.landing-page .myron-logo a {
    display: inline-block;
  }
  .header.landing-page .header-phone {
    display: block;
    text-align: center;
    width: auto;
  }
  .header.landing-page .number-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .header.landing-page .myron-logo {
    display: table-cell;
    overflow: auto;
    width: auto;
    padding: 10px;
    max-height: none;
  }
  .header.landing-page .myron-logo a {
    display: inline-block;
  }
  .header.landing-page .header-phone {
    display: table-cell;
    text-align: right;
    width: auto;
    padding: 10px;
  }
  .header.landing-page .number-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1044px) {
  .header.landing-page .number-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .landing-page-strip .header-strip {
    background-color: #0074c8 !important;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  .landing-page-strip .service-links {
    display: block !important;
    margin: 0 !important;
    padding: 0;
  }
  .landing-page-strip .service-links li {
    display: inherit !important;
    border: 0 !important;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .landing-page-strip .service-links li:last-child {
    display: block !important;
  }
}
.invalid {
  display: none;
  background-color: #e47b5c;
  padding: 5px;
  margin: 5px 0 0 0;
  color: white;
}
.latency-page-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: 9998;
}
.latency-page-loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #0074c8;
  font-size: 24px;
}
.latency-page-loader .spinner img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .latency-page-loader {
    opacity: 0.95;
  }
}
.container .sidebar {
  position: relative;
  float: left;
  width: 220px;
  background: #ffffff url(../images/bg-arrow-bottom.png) center top no-repeat;
  z-index: 300;
}
.container .sidebar.is-floating {
  position: absolute;
  float: none;
  display: none;
  z-index: 10008;
}
.container .sidebar .submenu-back,
.container .sidebar .submenu-cat1 {
  display: none;
}
.container .sidebar .sidebar-container {
  border: solid #808b9b;
  border-width: 0 1px 1px;
}
.container .sidebar .sidebar-container > ul {
  position: relative;
  padding: 10px 0;
  margin: 0;
}
.container .sidebar .sidebar-container > ul > li {
  font-size: 12px;
  line-height: 15px;
}
.container .sidebar .sidebar-container > ul > li.shop-by-product-copy {
  height: 26px;
  padding: 10px 0 0 0 !important;
}
.container .sidebar .sidebar-container > ul > li.shop-by-product-copy.two-lines {
  height: 36px;
  padding: 0 !important;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item > a {
  display: block;
  padding: 7px 20px;
  border: solid #ffffff;
  border-width: 1px 0;
  background: #ffffff;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item .title {
  position: relative;
  z-index: 200;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item .title > a {
  display: block;
  padding: 7px 20px;
  border: solid #ffffff;
  border-width: 1px 0;
  background: #ffffff;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item .title .arrow-holder {
  display: none;
  position: absolute;
  z-index: 200;
  right: -6px;
  top: 50%;
  margin-top: -8px;
  width: 6px;
  height: 14px;
  background: #ffffff url("../images/arrow-right-small.png") no-repeat;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item .title i {
  display: none;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item:hover > a {
  font-weight: bold;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item:hover .title > a {
  font-weight: bold;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item:hover .menu-dropdown {
  display: block;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item:hover .open-flyout a {
  border-color: #808b9b;
  margin-right: -1px;
}
.container .sidebar .sidebar-container > ul > li.sidebar-menu-item:hover .open-flyout .arrow-holder {
  display: block;
}
.container .sidebar .menu-dropdown {
  display: none;
  cursor: auto;
  position: absolute;
  padding: 20px 10px;
  top: 0;
  left: 218px;
  z-index: 100;
  width: 514px;
  height: 366px;
  border: solid #808b9b;
  border-width: 0 1px 1px;
  background: #ffffff;
  box-shadow: 15px 15px 20px 0 rgba(25, 25, 25, 0.7);
}
.container .sidebar .menu-dropdown.four-column-nav {
  width: -webkit-calc(100vw - 239px);
  width: calc(100vw - 239px);
  max-width: 1021px;
  box-shadow: 10px 10px 25px -12px rgba(25, 25, 25, 0.7);
  box-sizing: border-box;
}
.container .sidebar .menu-dropdown.four-column-nav .nav-preview-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.container .sidebar .menu-dropdown.four-column-nav .nav-preview-image > img {
  min-width: 100%;
  min-height: 100%;
}
.container .sidebar .menu-dropdown.four-column-nav .links-block {
  width: 24.5% !important;
  box-sizing: border-box;
}
.container .sidebar .menu-dropdown .links-block {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  padding: 0 0 20px 8px;
  position: relative;
  z-index: 2;
}
.container .sidebar .menu-dropdown .links-block li {
  margin: 0;
  color: #1474c8;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
}
.container .sidebar .menu-dropdown .links-block li a {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}
.container .sidebar .menu-dropdown .links-block li a:hover {
  text-decoration: underline;
}
.container .sidebar .menu-dropdown .nav-preview-image {
  cursor: pointer;
  position: absolute;
  bottom: -36px;
  right: -33px;
}
.container .sidebar .shop-by-product-home {
  display: none;
  margin: -10px 0 10px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  min-width: 200px;
  background-color: #252525;
}
.container .sidebar .shop-by-product-home a {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
}
.home-container .left-section-container {
  position: relative;
  z-index: 101;
}
.home-container .left-section-container .content {
  position: relative;
  float: left;
  background-color: #ffffff;
  width: 220px;
  z-index: 1;
}
.home-container .home-main .sidebar.is-floating {
  top: -37px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .home-container .home-main {
    display: table;
    width: 100%;
  }
  .home-container .main {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding-bottom: 20px;
  }
  .home-container .left-section-container {
    display: table-cell;
    max-width: 220px;
    vertical-align: top;
    background-color: #f2f8fd;
  }
  .home-container .left-section-container .content {
    display: block;
    float: none;
    width: auto;
  }
  .home-container .left-section-container .content .content-left-nav {
    padding: 0;
    background-color: #f2f8fd;
  }
  .home-container .left-section-container .content .content-left-nav h3 {
    margin: 0;
    padding: 15px 10px 10px;
  }
  .home-container .left-section-container .content .content-left-nav ul {
    padding: 0;
  }
  .home-container .left-section-container .content .content-left-nav ul li {
    line-height: 22px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px;
  }
  .home-container .left-section-container .content .content-left-nav ul li a {
    color: #0074c8;
    text-decoration: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-container .home-main,
  .home-container .left-section-container,
  .home-container .main {
    display: block;
    width: auto;
  }
  .home-container .left-section-container {
    max-width: none;
  }
  .home-container .left-section-container .content .content-left-nav {
    margin: 0 10px 10px;
    border: 1px solid #ccc;
    position: relative;
  }
  .home-container .left-section-container .content .content-left-nav h3 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    background-color: #ffffff;
  }
  .home-container .left-section-container .content .content-left-nav h3:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    margin-right: 5px;
  }
  .home-container .left-section-container .content .content-left-nav ul {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 -1px;
    border-top: 0px;
    box-shadow: 3px 3px 5px 0 #dcdcdc;
    background-color: #f2f8fd;
  }
  .home-container .left-section-container .content .content-left-nav ul li {
    border-top: 1px solid #e2eef9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .home-container .left-section-container ul {
    display: block;
  }
}
.container .my-account-menu {
  position: relative;
  z-index: 101;
}
.container .my-account-menu .content {
  position: relative;
  float: left;
  background-color: #ffffff;
  width: 220px;
  z-index: 1;
}
.container .my-account-menu .content h3 {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .container .my-account-main {
    display: table;
    width: 100%;
  }
  .container .my-account-container {
    display: table-cell;
    width: 75%;
    vertical-align: top;
    padding-bottom: 20px;
  }
  .container .my-account-menu {
    display: table-cell;
    vertical-align: top;
    background-color: #f2f8fd;
  }
  .container .my-account-menu .sidebar-container {
    border: 0px;
  }
  .container .my-account-menu .content {
    display: block;
    float: none;
    width: auto;
  }
  .container .my-account-menu .content .content-left-nav {
    padding: 0;
    background-color: #f2f8fd;
  }
  .container .my-account-menu .content .content-left-nav ul {
    padding: 0;
  }
  .container .my-account-menu .content .content-left-nav ul li {
    line-height: 22px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px;
  }
  .container .my-account-menu .content .content-left-nav ul li a {
    color: #0074c8;
    text-decoration: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .my-account-main {
    display: block;
    width: auto;
  }
  .container .my-account-container,
  .container .my-account-menu {
    width: auto;
  }
  .container .my-account-container {
    min-height: 400px;
  }
  .container .my-account-menu {
    margin: 10px;
    position: relative;
    height: auto;
    display: block;
    float: none;
  }
  .container .my-account-menu .sidebar {
    width: 100%;
  }
  .container .my-account-menu .sidebar .content .content-left-nav {
    margin: 0px;
    border: 1px solid #ccc;
    padding: 0px;
    position: relative;
  }
  .container .my-account-menu .sidebar .content .content-left-nav h3 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    background-color: #ffffff;
    display: block;
  }
  .container .my-account-menu .sidebar .content .content-left-nav h3:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    margin-right: 5px;
  }
  .container .my-account-menu .sidebar .content .content-left-nav ul {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 -1px;
    border-top: 0px;
    box-shadow: 3px 3px 5px 0 #dcdcdc;
    background-color: #f2f8fd;
  }
  .container .my-account-menu .sidebar .content .content-left-nav ul li {
    border-top: 1px solid #e2eef9;
  }
}
.product-modal {
  display: none;
  position: fixed;
  background-color: #ffffff;
  z-index: 10105;
  top: 50%;
  left: 50%;
  min-height: 100px;
  min-width: 200px;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  border: 3px solid #000000;
  font-size: 14px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-modal .content {
  max-width: 980px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-modal .content .modal-body {
    padding: 30px;
  }
}
.product-modal .imprint-charges {
  width: 800px;
  padding: 10px;
  overflow-y: auto;
  max-height: 500px;
}
.product-modal .registerGuestUser {
  width: 600px;
  padding: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-modal .registerGuestUser {
    width: -webkit-calc(100vw - 20px);
    width: calc(100vw - 20px);
    box-sizing: border-box;
  }
}
.product-modal .info-box-container {
  width: 450px;
  height: 150px;
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-modal .info-box-container {
    width: -webkit-calc(100vw - 20px);
    width: calc(100vw - 20px);
    height: auto;
    box-sizing: border-box;
    padding-right: 50px;
    text-align: left;
  }
}
.product-modal .product-modal-header {
  background-color: rgba(225, 228, 232, 0.6);
  float: left;
  width: 100%;
}
.product-modal .product-modal-header .product-name {
  float: left;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 20px;
  width: 300px;
  line-height: 26px;
}
.product-modal .product-modal-header .color-swatches-modal {
  float: left;
  width: 250px;
  height: 71px;
  margin-left: -40px;
}
.product-modal .product-modal-header .color-swatches-modal ul {
  margin-top: 10px;
  float: left;
}
.product-modal .product-modal-header .color-swatches-modal ul li {
  height: 22px;
  float: left;
  padding: 3px 3px;
}
.product-modal hr {
  clear: both;
}
.product-modal .modal-thumbnails {
  float: left;
  margin: 0 5px;
  width: 90px;
  height: 455px;
}
.product-modal .modal-thumbnails ul {
  margin-left: -40px;
  /* WHAT IS THIS FIXING? */
}
.product-modal .modal-thumbnails ul li {
  margin: 12px 0;
  text-align: center;
}
.product-modal .close-button {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 999;
}
.product-modal .close-button span {
  vertical-align: bottom;
  margin: 0 6px 0 0;
}
.product-modal .close-button img {
  width: 30px;
}
.product-modal .qsn-response,
.product-modal .promo-response {
  font-size: 1em;
  max-width: 425px;
  min-width: 220px;
  padding: 2.6em;
}
.product-modal .qsn-response p,
.product-modal .promo-response p {
  font-size: 1.1em;
  margin: 0;
}
.product-modal .qsn-response p:before,
.product-modal .promo-response p:before {
  font-family: 'FontAwesome';
  font-size: 1.3em;
  margin-right: 0.3em;
  text-align: center;
}
.product-modal .qsn-response.error,
.product-modal .promo-response.error,
.product-modal .qsn-response.promotion-error,
.product-modal .promo-response.promotion-error {
  color: #dd0000;
}
.product-modal .qsn-response.error p:before,
.product-modal .promo-response.error p:before,
.product-modal .qsn-response.promotion-error p:before,
.product-modal .promo-response.promotion-error p:before {
  content: '\f06a';
}
.product-modal .qsn-response.success,
.product-modal .promo-response.success,
.product-modal .qsn-response.promotion-success,
.product-modal .promo-response.promotion-success,
.product-modal .qsn-response.success-and-promo-replaced,
.product-modal .promo-response.success-and-promo-replaced {
  color: #259b48;
}
.product-modal .qsn-response.success p:before,
.product-modal .promo-response.success p:before,
.product-modal .qsn-response.promotion-success p:before,
.product-modal .promo-response.promotion-success p:before,
.product-modal .qsn-response.success-and-promo-replaced p:before,
.product-modal .promo-response.success-and-promo-replaced p:before {
  content: '\f058';
}
.product-modal .resp-tablet-mobile {
  min-width: auto;
  min-height: auto;
  border: 3px solid #5d5b5b;
  border-radius: 3px;
}
.product-modal .resp-tablet-mobile .content-wrapper {
  max-width: 95%;
  max-width: -webkit-calc(100vw - 20px);
  max-width: calc(100vw - 20px);
  max-height: -webkit-calc(100vh - 20px);
  max-height: calc(100vh - 20px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.product-modal .resp-tablet-mobile .close-button {
  right: -8px;
  top: -8px;
}
.product-modal .resp-tablet-mobile .close-button img {
  width: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-modal {
    min-width: auto;
    min-height: auto;
    border: 3px solid #5d5b5b;
    border-radius: 3px;
  }
  .product-modal .content-wrapper {
    max-width: 95%;
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: -webkit-calc(100vh - 20px);
    max-height: calc(100vh - 20px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  .product-modal .close-button {
    right: -8px;
    top: -8px;
  }
  .product-modal .close-button img {
    width: 30px;
  }
}
.pdp-reviews {
  overflow: hidden;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews {
    overflow: visible;
    margin: 10px;
  }
}
.pdp-reviews .page-heading-underline {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .page-heading-underline {
    display: none;
  }
}
.pdp-reviews .pr-review-sort {
  background-color: #efefef;
  margin: 15px 0 0 0;
  border: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-review-sort {
    padding: 0;
    border-radius: 3px;
  }
  .pdp-reviews .pr-review-sort .pr-review-sort-wrapper {
    padding: 5px;
  }
  .pdp-reviews .pr-review-sort .pr-review-sort-by {
    margin-right: 5px;
  }
  .pdp-reviews .pr-review-sort .pr-review-count {
    margin: 7px 0 0 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-review-sort .pr-review-sort-box,
  .pdp-reviews .pr-review-sort .pr-review-count {
    float: none;
    display: block;
    padding: 10px 5px 5px;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .pdp-reviews .pr-review-sort .pr-review-count,
  .pdp-reviews .pr-review-sort .pr-review-sort-box {
    display: inline;
  }
  .pdp-reviews .pr-review-sort .pr-review-count {
    float: left;
    padding: 7px 0 0 5px;
  }
  .pdp-reviews .pr-review-sort .pr-review-sort-box {
    padding: 0;
    float: right;
  }
}
.pdp-reviews .pr-snapshot {
  position: relative;
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-img {
  display: none;
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-container {
  position: relative;
  width: 300px;
  height: 439px;
  background: #efefef url(../images/pdp/large-quotes.png) 380px 20px no-repeat;
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-stars {
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-stars {
    margin-left: 10px;
  }
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-review-faceoff-title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: capitalize;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-review-faceoff-title {
    padding: 10px;
  }
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-review-faceoff-review {
  margin: 20px 0 0 0;
  padding: 0 20px;
  font-size: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-review-faceoff-review {
    padding: 10px 10px 0;
    margin: 0;
  }
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-review-faceoff-readcomplete {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  border: 2px solid #7c8797;
  background-color: #7c8797;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-review-faceoff-readcomplete:hover {
  border: 2px solid #ffa000;
  background-color: #252525;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-container {
    display: block;
    width: auto;
    height: 250px;
    border-radius: 3px;
    border: 0;
    background-position: -webkit-calc(100% - 12px) 12px;
    background-position: calc(100% - 12px) 12px;
    background-size: 30px;
  }
  .pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-review-faceoff-readcomplete {
    bottom: 0;
    left: 0;
    display: block;
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    margin: 0;
    border-radius: 0 0 3px 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-container {
    height: auto;
  }
  .pdp-reviews .pr-snapshot .pr-review-faceoff-container .pr-review-faceoff-readcomplete {
    position: static;
    bottom: auto;
    left: auto;
    margin: 10px -10px 0;
    width: auto;
  }
}
.pdp-reviews .pr-snapshot .pr-modal-container .pr-review-faceoff-container {
  width: 593px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-modal-container .pr-review-faceoff-container {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-modal-container {
    background: #efefef;
  }
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-review-positive {
  margin: 0 1% 0 0;
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-review-negative {
  padding: 0 0 0 0;
  margin: 0 0 0 1%;
  width: 300px;
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-label {
  margin: 0 0 .3em;
  font-size: 24px;
  font-weight: normal;
  padding: 20px 78px 0 20px;
  line-height: 26px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-label {
    margin: 0;
    padding: 10px;
  }
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper {
  border: 0;
  padding: 0;
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-positive,
.pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-negative {
  width: 49%;
  padding: 0;
}
.pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-positive .pr-review-faceoff-container .pr-review-faceoff-readcomplete,
.pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-negative .pr-review-faceoff-container .pr-review-faceoff-readcomplete {
  width: 99%;
}
@media only screen and (min-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-positive .pr-review-faceoff-container,
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-negative .pr-review-faceoff-container {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper {
    display: table;
    width: 100% !important;
    margin: 10px 0 0;
  }
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review {
    display: table-cell;
    width: 50% !important;
    margin: 0;
    float: none;
  }
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-positive {
    padding-right: 5px !important;
  }
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-negative {
    padding-left: 5px !important;
  }
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-clear {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review {
    display: block;
    width: auto !important;
  }
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-positive {
    padding-right: 0 !important;
  }
  .pdp-reviews .pr-snapshot .pr-review-faceoff-review-wrapper .pr-review-faceoff-review-negative {
    padding-top: 10px !important;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-snapshot-consensus {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 0;
  }
}
.pdp-reviews .pr-snapshot .pr-snapshot-consensus-value {
  display: inline;
  vertical-align: middle;
  border: none;
  width: 270px;
  font-size: 30px;
  background: none;
  padding: 3px 10px;
  margin: 0;
  color: #3ab689;
  font-weight: bold;
}
.pdp-reviews .pr-snapshot .pr-snapshot-consensus-text {
  display: block;
  font-size: 12px;
  padding: 0 10px 0 10px;
  margin: 0;
}
.pdp-reviews .pr-snapshot .pr-snapshot-head {
  background: url('../images/pdp/review-bg-image.jpg') left top no-repeat;
  width: 300px;
  height: 139px;
  border: none;
  padding: 0;
}
.pdp-reviews .pr-snapshot .pr-snapshot-head .pr-snapshot-head-wrapper {
  padding: 20px 10px;
}
.pdp-reviews .pr-snapshot .pr-snapshot-head .pr-snapshot-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
}
.pdp-reviews .pr-snapshot .pr-snapshot-head .pr-snapshot-cobrand {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-snapshot-head {
    display: block;
    width: auto;
    background-color: #8a96a5;
    background-position: center right;
    border-radius: 3px 3px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-snapshot .pr-snapshot-head {
    background-size: 100%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .pdp-reviews .pr-snapshot .pr-snapshot-head {
    background-size: auto;
  }
}
.pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper {
  zoom: 1;
  border: 0;
  padding: 0;
  background-color: #efefef;
  height: 300px;
}
.pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-snapshot-rating {
  position: absolute;
  top: 75px;
  padding: 10px;
  width: 200px;
  color: #ffffff;
}
.pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-other-attributes-list li .pr-other-attribute-label {
  background-color: #e1e5e8;
  background-image: none;
  padding: 3px 10px;
  float: none;
  width: 277px;
}
.pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-other-attributes-list li .pr-other-attribute-value {
  width: auto;
  padding: 5px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-other-attributes-list li {
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-other-attributes-list li {
    display: block;
    width: auto;
    margin: 0 0 5px;
  }
}
.pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-review-points {
  margin: 0;
}
.pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-review-points-attr-wrapper {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper {
    height: auto;
    border-radius: 0 0 3px 3px;
  }
  .pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-other-attributes {
    padding: 0 5px;
    box-sizing: border-box;
  }
  .pdp-reviews .pr-snapshot .pr-snapshot-body-wrapper .pr-other-attributes .pr-other-attribute-label {
    width: auto !important;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 5px;
    box-sizing: border-box;
  }
}
.pdp-reviews .pr-snapshot .pr-review-faceoff {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 325px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-review-faceoff {
    position: static;
    top: auto;
    left: auto;
    display: block;
    width: auto;
  }
}
.pdp-reviews .pr-snapshot .pr-modal-container .pr-review-faceoff-container {
  background-image: none;
}
.pdp-reviews .pr-snapshot .pr-modal-container .pr-review-faceoff-container .pr-review-faceoff-label {
  padding: 10px 78px 10px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-modal-container .pr-review-faceoff-container .pr-review-faceoff-label {
    padding: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-modal-container .pr-review-faceoff-container .pr-review-faceoff-review-content .pr-stars {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 5px;
  }
}
.pdp-reviews .pr-snapshot .pr-modal-container .pr-review-faceoff-container .pr-review-faceoff-review-content .pr-review-faceoff-title {
  padding: 0 20px 10px 146px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot .pr-modal-container .pr-review-faceoff-container .pr-review-faceoff-review-content .pr-review-faceoff-title {
    display: block;
    float: none;
    width: auto;
    padding: 5px 0;
  }
}
.pdp-reviews .pr-snapshot-body {
  width: 300px;
}
.pdp-reviews .pr-contents {
  border: none;
  background-color: none;
  padding: 0;
}
.pdp-reviews .pr-contents .pr-contents-wrapper {
  border: none;
  padding: 0;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 260px;
  margin: 0 0 20px 0;
  padding: 0;
  background: #ebecf0 url("../images/pdp/review-profile-bg-1.jpg") left top no-repeat;
  border: none;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-points {
  display: none;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-comments {
  padding: 0 10px 20px 0;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-text {
  margin: 0;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-footer {
  margin: 0 0 70px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-footer {
    margin: 0 0 20px;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-comments-header {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0;
  display: none;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-comments {
  font-size: 13px;
  line-height: 1.3;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-error {
  position: absolute;
  top: -41px;
  z-index: 200;
  left: 285px;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-helpful-text {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  width: 310px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-helpful-text {
    width: auto;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-report-issue {
  position: absolute;
  left: 29px;
  top: 220px;
  width: 225px;
  line-height: 1em;
  font-style: normal;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-report-issue .pr-review-report-issue-hyphen {
  display: none;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-report-issue .pr-review-helpful-text-link {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-report-issue {
    left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-report-issue {
    top: 165px;
    left: auto;
    right: 20px;
    text-align: right;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-bottom-line-wrapper {
  position: absolute;
  bottom: 0;
  left: 332px;
  font-size: 13px;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-bottom-line-wrapper .pr-review-bottom-line {
  color: #000000;
  width: auto;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  background: none;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-bottom-line-wrapper .pr-review-bottom-line:after {
  content: ":";
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-bottom-line-wrapper {
    left: 288px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-review-bottom-line-wrapper {
    left: 0px;
    position: relative;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-merchant-comments .pr-merchant-comments-text > span {
  margin: 0 5px 0 0;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-other-attributes {
  position: absolute;
  bottom: 40px;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-other-attributes .pr-other-attribute-label {
  float: left;
  width: auto;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  background: none;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-other-attributes .pr-other-attribute-value {
  width: 522px;
  font-size: 13px;
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-other-attributes .pr-other-attribute-value {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-other-attributes {
    padding: 10px 0;
    position: relative;
    bottom: auto;
  }
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-other-attributes .pr-other-attribute-label {
    float: none;
    display: inline-block;
  }
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper .pr-other-attributes .pr-other-attribute-value {
    float: none;
    display: inline;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper {
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper {
    width: auto;
    float: none;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper,
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-main-wrapper {
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-author-date {
  position: absolute;
  left: -299px;
  top: 203px;
  padding: 0;
  border: none;
  background: none;
  text-transform: uppercase;
  text-align: center;
  float: none;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-author-date .pr-date-day,
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-author-date .pr-date-month,
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-author-date .pr-date-year {
  float: left;
  padding: 0 2px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-author-date {
    left: -265px;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-author-date {
    left: 10px;
    top: 165px;
    z-index: 1;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-most-helpful {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-most-helpful {
    display: none;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-rating .pr-rating {
  top: 50px;
  left: -209px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-rating .pr-rating {
    left: -179px;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-rating .pr-rating {
    top: 57px;
    left: 97px;
    z-index: 1;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-rating .pr-review-rating-headline {
  font-size: 20px;
  padding: 14px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-rating .pr-review-rating-headline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 19px;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-rating .pr-stars {
  position: absolute;
  left: -299px;
  top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-rating .pr-stars {
    left: -265px;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper .pr-review-rating .pr-stars {
    top: 57px;
    left: 10px;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper {
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-rating-wrapper {
    width: auto;
    display: block;
    float: none;
    margin: 0 10px;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author {
  position: relative;
  width: 265px;
  height: 244px;
  margin-top: 35px;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author .pr-review-author-badge-wrapper {
  position: absolute;
  top: -17px;
  left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author .pr-review-author-badge-wrapper {
    top: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author .pr-review-author-badge-wrapper {
    top: 10px;
    left: auto;
    right: 10px;
  }
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author .pr-review-author-info-wrapper {
  margin: 48px 0 0 30px;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author .pr-review-author-info-wrapper .pr-review-author-name {
  font-size: 14px;
}
.pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author .pr-review-author-info-wrapper .pr-review-author-affinity-wrapper {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author .pr-review-author-info-wrapper {
    margin: 60px 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author .pr-review-author-info-wrapper {
    margin: 0;
    padding: 35px 10px 10px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author {
    margin: 10px;
    background: #cfe4f5;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap .pr-review-author {
    width: auto;
    height: 145px;
    float: none;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-contents .pr-contents-wrapper .pr-review-wrap {
    background: #fafbff;
    border-radius: 3px;
    min-height: 290px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-contents .pr-page-count-wrapper {
    width: 58%;
  }
  .pdp-reviews .pr-contents .pr-page-nav-wrapper {
    width: 42%;
  }
  .pdp-reviews .pr-contents .pr-nav-back-to-top {
    display: none;
  }
}
.pdp-reviews .pr-snapshot-body {
  border: none;
  background-color: transparent;
  padding: 0;
}
.pdp-reviews .pr-snapshot-body #pr-snapshot-histogram-wrapper #pr-snapshot-histogram-container #pr-snapshot-histogram-header {
  color: #000000;
}
.pdp-reviews .pr-snapshot-body #pr-snapshot-histogram-wrapper #pr-snapshot-histogram-container .pr-histogram-label {
  color: #999999;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pdp-reviews .pr-snapshot-body #pr-snapshot-histogram-wrapper #pr-snapshot-histogram-container {
    top: 20px;
    left: -150px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .pdp-reviews .pr-snapshot-body {
    display: block;
    width: auto;
  }
}
.pdp-reviews .pr-snippet-write-review-link {
  display: none;
}
.product-colors {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-colors {
    padding: 20px 15px 0;
  }
}
.product-colors h3 {
  text-align: center;
  margin: 0 0 35px;
}
.product-colors .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-colors .columns {
    display: block;
  }
  .product-colors .columns .left-column,
  .product-colors .columns .right-column {
    display: block;
    width: auto !important;
  }
}
.product-colors .left-column {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.product-colors .left-column .single-image {
  margin-bottom: 35px;
  text-align: center;
}
.product-colors .left-column .single-image h2 {
  font-weight: 300;
  text-align: center;
}
.product-colors .left-column .single-image img {
  max-width: 100%;
}
.product-colors .left-column.horizontal .single-image {
  display: inline-block;
  width: 33%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-colors .left-column.horizontal .single-image {
    display: block;
    width: auto;
  }
}
.product-colors .right-column {
  width: 33%;
  vertical-align: top;
}
.product-colors .right-column .single-image {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.product-colors .right-column .single-image h2 {
  font-size: 20px;
  margin: 0;
  display: inline-block;
  width: 75%;
  padding: 5px;
  text-align: center;
  font-weight: 300;
}
.product-colors .right-column .single-image .figure {
  border: 1px solid #ccc;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
  min-width: 150px;
  min-height: 150px;
}
.product-colors .right-column .single-image .figure img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-offer {
    padding: 0 15px;
  }
}
.product-offer .center-image {
  text-align: center;
  padding: 0 0 15px;
}
.product-offer .center-image h1 {
  font-size: 52px;
  color: #e3000b;
  text-align: center;
  margin: 40px auto 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-offer .center-image h1 {
    font-size: 36px;
  }
}
.product-offer .center-image .product-number {
  font-size: 12px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.product-offer .center-image .product-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  border: 0;
}
.product-offer .center-image .product-image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.product-offer .center-image .line {
  font-size: 38px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-offer .center-image .line {
    font-size: 26px;
    margin: 20px 15px 10px;
  }
}
.product-offer .center-image .boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-offer .center-image .boxes {
    display: block;
    margin: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-offer .center-image .boxes {
    display: block;
    margin: 40px 20px;
  }
}
.product-offer .center-image .boxes .box {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  background-color: #413e45;
  height: 145px;
  width: 318px;
  padding: 15px 25px;
  margin: 0 5px;
  color: #fff;
  line-height: normal;
  letter-spacing: 1px;
  vertical-align: top;
  font-size: 12px;
}
.product-offer .center-image .boxes .box strike:before {
  background-color: #e30613;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-offer .center-image .boxes .box {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) and (orientation: portrait) {
  .product-offer .center-image .boxes .box {
    display: block;
    width: 318px;
    height: auto;
    margin: 0 auto 10px;
  }
}
.product-offer .center-image .boxes .box .ob-icon {
  position: absolute;
  left: -48px;
  top: 50%;
  margin-top: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/ob-red.png) no-repeat center center;
  height: 85px;
  width: 100px;
}
.product-offer .center-image .boxes .box .ob-icon span {
  position: absolute;
  z-index: 99;
  display: block;
  top: 0;
  height: 85px;
  width: 100px;
}
.product-offer .center-image .boxes .box p {
  margin: 0;
}
.product-offer .center-image .boxes .box.icon-plus .ob-icon span {
  top: 2px;
  background: url(../images/ob-plus.png) no-repeat center center;
}
.product-offer .center-image .boxes .box.icon-arrow .ob-icon span {
  background: url(../images/ob-arrow-right.png) no-repeat center center;
}
.product-offer .center-image .footer {
  margin-bottom: 35px;
}
.product-offer .center-image .button {
  clear: both;
  width: 100%;
  margin: 10px 0;
  display: block;
  background-color: #e3000b;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
.product-offer .right-image {
  height: 500px;
  min-height: 500px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  padding: 0 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-offer .right-image {
    position: static;
    height: auto;
    max-height: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .product-offer .right-image {
    padding: 0 20px;
  }
}
.product-offer .right-image h1 {
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: .3px;
}
.product-offer .right-image h1 em {
  font-weight: 600;
  font-style: normal;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-offer .right-image h1 {
    font-size: 36px;
    text-align: center;
  }
}
.product-offer .right-image h2 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
  margin: 12px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-offer .right-image h2 {
    text-align: center;
  }
}
.product-offer .right-image .product-image {
  position: absolute;
  right: -10px;
  top: -5px;
  z-index: 10;
  border: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-offer .right-image .product-image {
    position: static;
    text-align: center;
  }
}
.product-offer .right-image .product-image img {
  max-width: 100%;
}
.product-offer .right-image .front-label {
  min-width: 260px;
  top: 205px;
  right: 0;
  font-size: 2em;
  text-align: center;
  line-height: 1em;
  background-color: #037fcf;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  padding: 10px;
  display: inline-block;
  margin: 0 auto 1.5em;
  box-sizing: border-box;
  z-index: 20;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-offer .right-image .front-label {
    position: static;
    display: block;
    width: auto;
    font-size: 24px;
    margin: 20px auto 0;
  }
}
.product-offer .right-image .back-label {
  top: 50%;
  font-size: 2.5em;
  width: 100%;
  background-color: #037fcf;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  padding: 6px 20px 10px;
  display: inline-block;
  margin: .5em auto 10px;
  box-sizing: border-box;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-offer .right-image .back-label {
    position: static;
    display: block;
    width: auto;
    font-size: 24px;
    padding: 10px;
    text-align: center;
  }
}
.product-offer .right-image .of-button {
  position: absolute;
  bottom: 20px;
  left: 150px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .product-offer .right-image .of-button {
    position: static;
    display: block;
    margin: 0;
    width: 100%;
  }
}
.product-promo {
  font-family: 'Roboto', sans-serif;
}
.product-promo .head {
  margin-bottom: 35px;
  text-align: center;
}
.product-promo .head strong {
  font-size: 20px;
}
.ui-autocomplete {
  z-index: 99999 !important;
  background-color: #ffffff;
  box-sizing: border-box;
  border-color: #02518a;
  border-radius: 3px;
  padding: 0;
}
.ui-autocomplete .ui-menu-item {
  box-sizing: border-box;
  border-bottom: 1px solid #d7e3ec;
  list-style-image: none;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #f2f8fd;
  border-width: 0 0 1px;
}
.ui-autocomplete .ui-menu-item:last-child {
  border: 0;
}
.order-totals-checkout {
  background-color: #fafbff;
  width: 290px;
  margin: -10px 0 0 20px;
  padding: 10px 10px 20px 10px;
}
.order-totals-checkout .promo-code,
.order-totals-checkout .shipping-zip,
.order-totals-checkout .shipping-options,
.order-totals-checkout .merch-total,
.order-totals-checkout .imprint-set-up,
.order-totals-checkout .shipping-handling,
.order-totals-checkout .your-savings,
.order-totals-checkout .grand-total {
  width: 100%;
  float: left;
  padding: 10px 0;
  vertical-align: middle;
}
.order-totals-checkout .promo-code input,
.order-totals-checkout .shipping-zip input,
.order-totals-checkout .shipping-options input,
.order-totals-checkout .merch-total input,
.order-totals-checkout .imprint-set-up input,
.order-totals-checkout .shipping-handling input,
.order-totals-checkout .your-savings input,
.order-totals-checkout .grand-total input,
.order-totals-checkout .promo-code select,
.order-totals-checkout .shipping-zip select,
.order-totals-checkout .shipping-options select,
.order-totals-checkout .merch-total select,
.order-totals-checkout .imprint-set-up select,
.order-totals-checkout .shipping-handling select,
.order-totals-checkout .your-savings select,
.order-totals-checkout .grand-total select {
  float: right;
  max-width: 140px;
}
.order-totals-checkout .promo-code .question-mark,
.order-totals-checkout .shipping-zip .question-mark,
.order-totals-checkout .shipping-options .question-mark,
.order-totals-checkout .merch-total .question-mark,
.order-totals-checkout .imprint-set-up .question-mark,
.order-totals-checkout .shipping-handling .question-mark,
.order-totals-checkout .your-savings .question-mark,
.order-totals-checkout .grand-total .question-mark {
  float: right;
  margin-left: 5px;
}
.order-totals-checkout .promo-code .apply,
.order-totals-checkout .shipping-zip .apply,
.order-totals-checkout .shipping-options .apply,
.order-totals-checkout .merch-total .apply,
.order-totals-checkout .imprint-set-up .apply,
.order-totals-checkout .shipping-handling .apply,
.order-totals-checkout .your-savings .apply,
.order-totals-checkout .grand-total .apply {
  clear: both;
  float: right;
  font-size: 12px;
  margin: 0 23px -8px 0;
}
.order-totals-checkout .promo-code .apply a,
.order-totals-checkout .shipping-zip .apply a,
.order-totals-checkout .shipping-options .apply a,
.order-totals-checkout .merch-total .apply a,
.order-totals-checkout .imprint-set-up .apply a,
.order-totals-checkout .shipping-handling .apply a,
.order-totals-checkout .your-savings .apply a,
.order-totals-checkout .grand-total .apply a {
  text-decoration: underline;
}
.order-totals-checkout .your-savings {
  background-color: #e3e4e8;
  width: 310px;
  margin-left: -8px;
  font-size: 18px;
  font-weight: 300;
}
.order-totals-checkout .your-savings span {
  padding: 0 8px;
}
.order-totals-checkout .your-savings .your-savings-savings {
  font-weight: 500;
}
.order-totals-checkout .grand-total {
  margin-bottom: 12px;
  background-color: #c8cdd4;
  width: 310px;
  margin-left: -8px;
  font-size: 18px;
  font-weight: 300;
}
.order-totals-checkout .grand-total .grand-total-total {
  font-weight: 500;
}
.sideNavigation {
  display: none;
  width: 270px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #f2f8fd;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sideNavigation .account {
  padding: 0 20px;
  font-size: 16px;
  line-height: 60px;
  background-color: #ffffff;
  border-bottom: 2px solid #98bfdc;
}
.sideNavigation .account a {
  display: block;
  color: #0074c8;
}
.sideNavigation .account i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
}
.sideNavigation ul.sideMainMenu {
  list-style: none;
  background: #f2f8fd;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sideNavigation ul.sideMainMenu > li {
  width: 100%;
  padding: 0 20px 0 30px;
  font-size: 16px;
  line-height: 44px;
  color: #0074c8;
  box-sizing: border-box;
  cursor: pointer;
}
.sideNavigation ul.sideMainMenu > li:first-letter {
  text-transform: capitalize;
}
.sideNavigation ul.sideMainMenu > li.open .menu-dropdown {
  right: 0;
  max-height: none;
  overflow: visible;
}
.sideNavigation ul.sideMainMenu > li a {
  color: #0074c8;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideNavigation ul.sideMainMenu > li a:first-letter {
  text-transform: capitalize;
}
.sideNavigation ul.sideMainMenu > li .link-style a,
.sideNavigation ul.sideMainMenu > li .open-flyout a {
  display: inline-block;
  width: 90%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.sideNavigation ul.sideMainMenu > li .link-style a br,
.sideNavigation ul.sideMainMenu > li .open-flyout a br {
  display: none;
}
.sideNavigation ul.sideMainMenu > li .link-style i,
.sideNavigation ul.sideMainMenu > li .open-flyout i {
  display: inline-block;
}
.sideNavigation ul.sideMainMenu > li .link-style a {
  width: 92%;
}
.sideNavigation ul.sideMainMenu > li .menu-dropdown {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  min-height: 100%;
  background: #f2f8fd;
  -webkit-transition: right .5s;
  transition: right .5s;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
}
.sideNavigation ul.sideMainMenu > li .menu-dropdown .submenu-back {
  background: #1474c8;
  color: #fff;
  text-transform: none;
  padding-left: 10px;
  line-height: 60px;
  cursor: pointer;
}
.sideNavigation ul.sideMainMenu > li .menu-dropdown .submenu-back > i {
  margin-right: 5px;
}
.sideNavigation ul.sideMainMenu > li .menu-dropdown .submenu-title {
  border-left: 5px solid;
  border-color: #565656;
  padding-left: 12px;
}
.sideNavigation ul.sideMainMenu > li .menu-dropdown .submenu-title > span {
  color: #565656;
}
.sideNavigation ul.sideMainMenu > li .menu-dropdown .submenu-title b {
  font-weight: normal;
}
.sideNavigation ul.sideMainMenu > li .menu-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sideNavigation ul.sideMainMenu > li .menu-dropdown ul > li {
  width: 100%;
  padding: 0 20px 0 30px;
  font-size: 16px;
  line-height: 44px;
  color: #0074c8;
  box-sizing: border-box;
  text-transform: none;
}
@media only screen and (min-width: 1044px) {
  .sideNavigation ul.sideMainMenu > li {
    display: none;
  }
}
@media only screen and (min-width: 1044px) {
  .sideNavigation ul.sideMainMenu {
    display: none;
  }
}
.sideNavigation .sidebar {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  min-height: 100%;
  background: #f2f8fd;
  -webkit-transition: right .5s;
  transition: right .5s;
  max-height: 0;
  overflow: hidden;
}
.sideNavigation .sidebar.open {
  right: 0;
  max-height: none;
  overflow: visible;
}
.sideNavigation .sidebar ul {
  list-style: none;
  background: #f2f8fd;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sideNavigation .sidebar ul > li {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 44px;
  color: #0074c8;
  box-sizing: border-box;
  cursor: pointer;
}
.sideNavigation .sidebar ul > li.open .menu-dropdown {
  right: 0;
}
.sideNavigation .sidebar ul > li a {
  color: #0074c8;
  display: block;
}
.sideNavigation .sidebar ul > li .link-style a,
.sideNavigation .sidebar ul > li .open-flyout a {
  display: inline-block;
  width: 90%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.sideNavigation .sidebar ul > li .link-style a br,
.sideNavigation .sidebar ul > li .open-flyout a br {
  display: none;
}
.sideNavigation .sidebar ul > li .link-style i,
.sideNavigation .sidebar ul > li .open-flyout i {
  display: inline-block;
}
.sideNavigation .sidebar ul > li .link-style a {
  width: 92%;
}
.sideNavigation .sidebar ul > li.submenu-back {
  background: #1474c8;
  color: #fff;
  text-transform: none;
  padding-left: 10px;
  line-height: 60px;
  cursor: pointer;
}
.sideNavigation .sidebar ul > li.submenu-back > i {
  margin-right: 5px;
}
.sideNavigation .sidebar ul > li .menu-dropdown {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  min-height: 100%;
  background: #f2f8fd;
  -webkit-transition: right .5s;
  transition: right .5s;
  z-index: 1;
}
.sideNavigation .sidebar ul > li .menu-dropdown .submenu-back {
  background: #1474c8;
  color: #fff;
  text-transform: none;
  padding-left: 10px;
  line-height: 60px;
  cursor: pointer;
}
.sideNavigation .sidebar ul > li .menu-dropdown .submenu-back > i {
  margin-right: 5px;
}
.sideNavigation .sidebar ul > li .menu-dropdown .submenu-cat1 {
  background: #d4e5f5;
}
.sideNavigation .sidebar ul > li .menu-dropdown .submenu-title {
  border-left: 5px solid;
  border-color: #565656;
  padding-left: 12px;
}
.sideNavigation .sidebar ul > li .menu-dropdown .submenu-title > span {
  color: #565656;
}
.sideNavigation .sidebar ul > li .menu-dropdown .submenu-title b {
  font-weight: normal;
}
.sideNavigation .sidebar ul > li .menu-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sideNavigation .sidebar ul > li .menu-dropdown ul > li {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 44px;
  color: #0074c8;
  box-sizing: border-box;
  text-transform: none;
}
@media only screen and (min-width: 1044px) {
  .sideNavigation .sidebar ul > li {
    display: none;
  }
}
.sideNavigation .serviceLinks {
  list-style: none;
  background: #f2f8fd;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-top: 6px solid #dce9f3;
}
.sideNavigation .serviceLinks > li {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 44px;
  color: #0074c8;
  box-sizing: border-box;
  cursor: pointer;
}
.sideNavigation .serviceLinks > li a {
  color: #0074c8;
  display: block;
}
.sideNavigation .serviceLinks > li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
}
.sideNavigation .serviceLinks > li.customService a {
  display: inline-block;
  width: -webkit-calc(100% - 27px);
  width: calc(100% - 27px);
  vertical-align: middle;
}
.sideNavigation .serviceLinks > li.header-phone .contact-icons,
.sideNavigation .serviceLinks > li.header-phone .call-us {
  display: inline-block;
}
.sideNavigation .serviceLinks > li .caret-top-nav {
  display: none;
}
@media only screen and (min-width: 1044px) {
  .sideNavigation {
    display: none;
  }
}
.nav-trigger-checkbox {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .nav-trigger-checkbox:checked ~ .sideNavigation {
    display: block;
  }
  .nav-trigger-checkbox:checked ~ .site-wrap {
    position: fixed;
    top: 0;
    left: 270px;
    box-shadow: -7px -7px 9px -7px rgba(0, 0, 0, 0.4);
  }
  .nav-trigger-checkbox:checked ~ .site-wrap .close {
    display: block;
  }
  .nav-trigger-checkbox:checked ~ .site-wrap .faceted-filter {
    left: 270px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  body.filter-open .site-wrap {
    left: 270px;
  }
  body.filter-open .site-wrap .faceted-filter {
    left: 270px;
    z-index: 99999;
  }
}
.sitemap {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .sitemap .viewAllTitle {
    margin: 40px 10px 10px;
  }
}
.sitemap .col {
  width: 33%;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sitemap .col {
    width: auto;
    display: block;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .sitemap .col {
    width: 49%;
    display: inline-block;
  }
}
.sitemap .col h3 {
  font-size: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .sitemap .col h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 32px;
    float: left;
    width: 100%;
    display: block;
  }
}
.sitemap .col h3 a:hover {
  color: #ffaa00;
  font-weight: bold;
}
.sitemap .col ul {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .sitemap .col ul.elements li {
    padding-top: 12px;
    display: block;
    width: auto;
  }
}
.sitemap .col ul.elements a {
  background: url(../images/navLev2.gif) center left no-repeat;
  padding: 5px 0 5px 10px;
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .sitemap .col ul.elements a {
    font-size: 14px;
  }
}
.sitemap .col ul.elements a:hover {
  color: #ffaa00;
  font-weight: bold;
}
.upsell {
  text-align: center;
  padding: 0;
}
.upsell .page-heading-underline {
  margin: 0;
}
.upsell .carousel-inner {
  margin-right: 20px;
}
.upsell .carousel-inner .product-item {
  width: 156px;
}
.upsell .carousel-inner .product-item .product-image {
  width: 156px;
  margin-top: 0;
}
.upsell .product-item {
  height: 321px;
}
.upsell .product-item .product-name {
  min-height: 0 !important;
}
.upsell .product-item .add-ck-label {
  cursor: pointer;
  padding: 0 8px 0 0;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .upsell .product-item .add-ck-label {
    padding: 10px;
    background: #0074c8;
    color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
  }
}
.upsell .product-item .add-ck {
  cursor: pointer;
  margin: 2px 0 0;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .upsell .product-item .add-ck {
    vertical-align: middle;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    margin: 0 4px 0 0;
  }
}
.upsell .product-info {
  width: 136px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .upsell .product-info {
    display: block;
    width: auto;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    margin: 0;
  }
}
.upsell .button-container {
  width: 100%;
  padding: 20px 0 20px 0;
}
.upsell .button-container .no-thanks {
  margin: 0 0 0 30px;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .upsell .button-container {
    padding: 15px 0 0;
    white-space: nowrap;
  }
  .upsell .button-container button {
    border: 0;
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 20px;
  }
  .upsell .button-container .no-thanks {
    display: inline-block;
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 20px;
    background-color: #808080;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    margin: 0 0 0 10px;
  }
}
.youtubeplayer {
  position: relative;
  width: auto;
  overflow: hidden;
}
.youtubeplayer #videoClicker {
  top: 30%;
  left: 31%;
  position: absolute;
  display: none;
}
.youtubeplayer #videoClicker #playBtn {
  text-align: center;
}
.youtubeplayer .youtubePreloadImg {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  position: absolute;
}
.popUp.youtubevideo .product-modal {
  background-color: #000;
  margin: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1044px) {
  .popUp.youtubevideo .product-modal {
    background-color: transparent;
    width: 90%;
    height: auto;
  }
  .popUp.youtubevideo .product-modal iframe {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  .popUp.youtubevideo .product-modal iframe {
    height: 390px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popUp.youtubevideo .product-modal iframe {
    height: 195px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  .popUp.youtubevideo .product-modal iframe {
    height: 290px !important;
  }
}

/*# sourceMappingURL=master.min.css.map */
