/* font size definitions  */
/**
 * Default SG variables, aren't used for the implementation.
 * Kept not to break scss compiler when reference still exists in default scsse style rules declaration
 */
.store-list-pdp-container .store-list-item:after, .pdp-main .product-review:after, .pdp-main:after, .new-customer-registration #page_heading:after, .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.relax {
  *zoom: 1;
  height: 0;
  line-height: 0;
  clear: both;
}

.relax:before, .relax:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* fonts declarations */
/*
	usage of mixin above
	@include background-image('name', 31px 31px, left center);
	.no-svg{
		background: url(../images/name.png) no-repeat left center;
	}
*/
body {
  background: none repeat scroll 0 0 #000000;
  color: #2a2a2a;
  display: inline-block;
  font-size: 0.8125rem;
  height: 100%;
  text-rendering: optimizelegibility;
  width: 100%;
  font-family: GillSansNova-Book;
}

a, .link-class {
  color: #929292;
  text-decoration: none;
  font-family: GillSansNova-Medium;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.3125rem;
    line-height: normal;
  }
}

h2 {
  font-size: 1.5625rem;
  letter-spacing: 0;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 0.9375rem;
  }
}

h4 {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 0.875rem;
  }
}

h5 {
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 0.875rem;
  }
}

h6 {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-family: GillSansNova-Medium;
}

p {
  color: #2a2a2a;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
  font-family: GillSansNova-Book;
}

ul, ol {
  color: #2a2a2a;
  font-family: GillSansNova-Medium;
  margin: 0;
}

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/**
 * Styles for main types of buttons:CTA-01, CTA-02, CTA-03
 * and button used in horizontal taps.
 *
 * Defualt styles declared at the beginning are applied to all buttons
 * and classes that are indented to indicate that element should be renderd
 * as a button, they are .button, .buttonstyle.
 *
 * CTA-01 corresponds to default buttons and button elements with .button-black classes.
 * CTA-02 corresponds to .button-gray.
 * CTA-03 coerresponds to .button-white.
 *
 */
button,
.button,
.buttonstyle {
  height: 36px;
  line-height: 36px;
  text-align: center;
  outline: none;
  display: block;
  font-family: GillSansNova-Medium;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0 5px;
}
button.button-text,
.button.button-text,
.buttonstyle.button-text {
  color: #929292;
  background: none;
  height: auto;
  width: auto;
  text-align: left;
  line-height: initial;
  font-family: GillSansNova-Medium;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
  border: none;
  text-transform: none;
}
button.button-text:hover, button.button-text[disabled]:hover,
.button.button-text:hover,
.button.button-text[disabled]:hover,
.buttonstyle.button-text:hover,
.buttonstyle.button-text[disabled]:hover {
  border: none;
  outline: none;
  background: none;
  color: #929292;
}
button.high,
.button.high,
.buttonstyle.high {
  height: 35px;
  line-height: 34px;
}
button a,
.button a,
.buttonstyle a {
  color: #ffffff;
}
button a:hover,
.button a:hover,
.buttonstyle a:hover {
  color: #000000;
}

button,
.button,
.button-black {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
button:hover,
.button:hover,
.button-black:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
button.disabled, button[disabled],
.button.disabled,
.button[disabled],
.button-black.disabled,
.button-black[disabled] {
  opacity: 0.3;
}
button.disabled:hover, button[disabled]:hover,
.button.disabled:hover,
.button[disabled]:hover,
.button-black.disabled:hover,
.button-black[disabled]:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.button-gray, .change-subscription-dialog .ui-dialog-buttonset #btn-cancel-switch-subscription {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #000000;
}
.button-gray:hover, .change-subscription-dialog .ui-dialog-buttonset #btn-cancel-switch-subscription:hover {
  background: #929292;
  color: #ffffff;
  border: 1px solid #929292;
}
.button-gray.disabled, .change-subscription-dialog .ui-dialog-buttonset .disabled#btn-cancel-switch-subscription, .button-gray[disabled], .change-subscription-dialog .ui-dialog-buttonset [disabled]#btn-cancel-switch-subscription {
  opacity: 0.3;
}
.button-gray.disabled:hover, .change-subscription-dialog .ui-dialog-buttonset .disabled#btn-cancel-switch-subscription:hover, .button-gray[disabled]:hover, .change-subscription-dialog .ui-dialog-buttonset [disabled]#btn-cancel-switch-subscription:hover {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #000000;
}

.button-white {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  color: #000000;
}
.button-white:hover {
  background: #d9d4cd;
  border: 1px solid #aaa;
}
.button-white.disabled, .button-white[disabled] {
  opacity: 0.3;
}
.button-white.disabled:hover, .button-white[disabled]:hover {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  color: #000000;
}

.button-fancy-large {
  text-align: center;
  width: 100%;
}

.tab-button-large {
  box-sizing: border-box;
  padding: 20px 40px 20px 40px;
  color: #000000;
  background-color: #f1f1f1;
  font-family: GillSansNova-Medium;
  font-size: 1.125rem;
}
.tab-button-large.selected {
  background-color: #d6d6d6;
}

.tab-button-large {
  box-sizing: border-box;
  padding: 15px 60px 15px 60px;
  color: #000000;
  background-color: #ffffff;
  font-family: GillSansNova-Medium;
  font-size: 0.75rem;
}
.tab-button-large.selected {
  background-color: #ffffff;
  color: #ffffff;
}

.error {
  border-color: #bc0031 !important;
  color: #bc0031 !important;
}

input.error::-webkit-input-placeholder {
  color: #bc0031;
}
input.error:-moz-placeholder {
  color: #bc0031;
  opacity: 1;
}
input.error::-moz-placeholder {
  color: #bc0031;
  opacity: 1;
}
input.error:-ms-input-placeholder {
  color: #bc0031;
}

.full-width-container {
  width: 100%;
  background: #f1f1f1;
}

.title-subheading {
  letter-spacing: 0.02em;
  line-height: 1.1em;
  font-family: GillSansNova-Light;
}

.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 49;
  width: 7px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  background: #d6d6d6;
  border-radius: 5px;
  border: none;
}

.iScrollIndicator {
  background: black;
  border-radius: 5px;
}

.iScrollHorizontalScrollbar {
  height: 4px;
  position: absolute;
  z-index: 49;
  bottom: 0;
  width: 100%;
  background: #d6d6d6;
}
.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 4px;
}

.iscroll-wrapper:not(.scroll) .iScrollVerticalScrollbar {
  display: none;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  z-index: 1;
  position: fixed;
  bottom: 5px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.5;
}
.cd-top.cd-is-visible:hover {
  opacity: 1;
}
.cd-top.cd-is-visible:active {
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.cd-top .arrow-up {
  width: 13px;
  height: 12px;
  position: absolute;
  left: 14px;
  top: 14px;
  fill: black;
}

img.fullwidth, .fullwidth-image img {
  width: 100%;
  height: auto;
}

.tcElement {
  -webkit-text-size-adjust: auto;
}

#account-nav-container {
  border-top: 1px solid #d6d6d6;
  margin: 0 0 20px;
  /**
   *   label for the next level of nested bulk of links (.myaccount-toggle)
   *   looks as ordinary link in inactive state
   */
  /*
   * if label .myaccount-toggle is toggled, the .ac-nav-ul
   *  gets activated and supstitutes label's border by its own
   */
}
#account-nav-container a, #account-nav-container .myaccount-toggle {
  padding: 0.9em 0 0.7em;
  display: block;
  font-size: 0.9375rem;
  font-family: GillSansNova-Light;
  letter-spacing: 0.06em;
}
#account-nav-container .black {
  color: #000000;
}
#account-nav-container .myaccount-toggle {
  color: #929292;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  background: #ffffff url(../images/svg-icons/right-arrow-next-grey.svg) no-repeat 100% center/16px;
}
#account-nav-container .myaccount-toggle.active {
  color: #000000;
  padding: 1em 0 0.5em;
  border-bottom: none;
  background: #ffffff url(../images/svg-icons/down-arrow-expand.svg) no-repeat 100% 58%/16px;
}
#account-nav-container .ul-wrp {
  border-bottom: none;
}
#account-nav-container .ac-nav-ul {
  display: none;
  list-style: none;
  padding: 0;
}
#account-nav-container .ac-nav-ul.active {
  display: block;
  border-bottom: 2px solid #252525;
}
#account-nav-container li {
  border-bottom: 1px solid #d6d6d6;
}
#account-nav-container li:last-of-type {
  border-bottom: none;
}
#account-nav-container .level-2 {
  padding: 0 0 0.5em;
}
#account-nav-container .level-2 li {
  border-bottom: none;
}
#account-nav-container .level-2 a {
  padding: 0.5em 0;
  font-size: 0.6875rem;
  font-family: GillSansNova-Medium;
}

.pt_account .form-horizontal.global-updated-field {
  margin-bottom: 30px;
}
.pt_account .account-section .selector {
  width: 97% !important;
}
@media only screen and (max-width: 959px) {
  .pt_account .account-section .selector {
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt_account .account-section.customer-info .col-1,
.pt_account .account-section.customer-info .col-2, .pt_account .account-section.customer-pwd .col-1,
.pt_account .account-section.customer-pwd .col-2 {
    margin: 0;
    width: 100%;
  }
}
.pt_account .account-section.customer-info .multi-column .col-1, .pt_account .account-section.customer-pwd .multi-column .col-1 {
  display: inline-block;
  margin: 0 4% 0 0;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .pt_account .account-section.customer-info .multi-column .col-1, .pt_account .account-section.customer-pwd .multi-column .col-1 {
    margin: 0;
    width: 100%;
  }
}
.pt_account .account-section.customer-info .multi-column .col-2, .pt_account .account-section.customer-pwd .multi-column .col-2 {
  display: inline-block;
  margin: 0;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .pt_account .account-section.customer-info .multi-column .col-2, .pt_account .account-section.customer-pwd .multi-column .col-2 {
    width: 100%;
  }
}
.pt_account .account-section.customer-info .multi-column .col-1, .pt_account .account-section.customer-info .multi-column .col-2, .pt_account .account-section.customer-info .multi-column .field-wrapper, .pt_account .account-section.customer-pwd .multi-column .col-1, .pt_account .account-section.customer-pwd .multi-column .col-2, .pt_account .account-section.customer-pwd .multi-column .field-wrapper {
  float: none;
}
.pt_account .account-section.customer-info .date-wrapper .form-row,
.pt_account .account-section.customer-info .date-wrapper .field-wrapper,
.pt_account .account-section.customer-info .date-wrapper .selector,
.pt_account .account-section.customer-info .date-wrapper label, .pt_account .account-section.customer-pwd .date-wrapper .form-row,
.pt_account .account-section.customer-pwd .date-wrapper .field-wrapper,
.pt_account .account-section.customer-pwd .date-wrapper .selector,
.pt_account .account-section.customer-pwd .date-wrapper label {
  float: left;
}
.pt_account .account-section.customer-info .date-wrapper .form-row, .pt_account .account-section.customer-pwd .date-wrapper .form-row {
  margin: 0 4% 7px 0;
  width: 29%;
}
.pt_account .account-section.customer-info .date-wrapper label, .pt_account .account-section.customer-pwd .date-wrapper label {
  display: block;
  width: 100%;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.pt_account .account-section.customer-info .pwd-label, .pt_account .account-section.customer-pwd .pwd-label {
  margin: 15px 0;
}
.pt_account .account-section.customer-attributes label {
  display: block;
  margin: 0 0 10px 0;
  padding-left: 20px;
}
.pt_account .account-section.customer-attributes .field-wrapper {
  width: 20px;
  position: absolute;
  top: -2px;
}
.pt_account .account-section.customer-attributes .form-row {
  position: relative;
}
.pt_account .account-section.customer-attributes .col-1,
.pt_account .account-section.customer-attributes .col-2,
.pt_account .account-section.customer-attributes .col-3 {
  float: left;
  margin: 4px 0;
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  .pt_account .account-section.customer-attributes .col-1,
.pt_account .account-section.customer-attributes .col-2,
.pt_account .account-section.customer-attributes .col-3 {
    float: none;
    width: 100%;
  }
}
.pt_account .account-section.customer-attributes .col-4 {
  float: left;
  width: 100%;
}
.pt_account .account-section.customer-attributes .col-4 .field-wrapper {
  margin: 0;
  position: static;
  width: 100%;
}
.pt_account .account-section.customer-attributes .col-4 .selector {
  width: 99% !important;
}
.pt_account .account-section.customer-location .selector {
  width: 99% !important;
}
.pt_account .account-section .field-wrapper,
.pt_account .account-section .field-wrapper:focus {
  width: 100%;
}
.pt_account .account-section .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .pt_account .account-section .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .pt_account .account-section .tooltip span {
    background-image: url(../images/info.png);
  }
}
.pt_account .account-section .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .pt_account .account-section .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .pt_account .account-section .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
.pt_account .account-section .tooltip span {
  top: -3px;
  left: 10px;
  position: absolute;
}
.pt_account .form-horizontal .pwd-saved-btn {
  float: left;
  width: 233px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .pt_account .form-horizontal .pwd-saved-btn {
    width: 100%;
  }
}

.pt_account .account-section.send-me-attributes {
  margin: 0 0 20px 0;
  padding: 20px 20px 0 20px;
}
.pt_account .account-section.send-me-attributes .col-1,
.pt_account .account-section.send-me-attributes .col-2,
.pt_account .account-section.send-me-attributes .col-3 {
  width: 138px;
}
@media only screen and (max-width: 767px) {
  .pt_account .account-section.send-me-attributes .col-1,
.pt_account .account-section.send-me-attributes .col-2,
.pt_account .account-section.send-me-attributes .col-3 {
    width: 100%;
  }
}
.pt_account .account-section.related-to-attributes .col-1,
.pt_account .account-section.related-to-attributes .col-2 {
  width: 185px;
}
.pt_account .account-section.related-to-attributes .col-1 .disabled span,
.pt_account .account-section.related-to-attributes .col-2 .disabled span {
  opacity: 0.25;
}
@media only screen and (max-width: 767px) {
  .pt_account .account-section.related-to-attributes .col-1,
.pt_account .account-section.related-to-attributes .col-2 {
    width: 100%;
  }
}
.pt_account .account-offer-attribute label {
  color: #929292;
  font-size: 13px;
  margin: 0.1rem 0 0.3rem;
  width: 91%;
}
.pt_account .contact-pref-button button {
  float: left;
  width: 100%;
  max-width: 353px;
}
@media only screen and (max-width: 1279px) {
  .pt_account .contact-pref-button button {
    max-width: none;
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .pt_account .contact-pref-button button {
    width: 100%;
  }
}
.pt_account .contact-pref-button button.unsubscribe-button {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 1279px) {
  .pt_account .contact-pref-button button.unsubscribe-button {
    margin: 0 5% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .pt_account .contact-pref-button button.unsubscribe-button {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pt_account .contact-pref-button button.save-button {
    margin: 0 0 10px 0;
  }
}

.address-create {
  width: 233px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .address-create {
    width: 100%;
  }
}

.addressbook-address,
.creditcard-section {
  clear: both;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
}
.addressbook-address .address-infoblock,
.creditcard-section .address-infoblock {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 20px;
}
.addressbook-address .address-infoblock .label,
.creditcard-section .address-infoblock .label {
  text-transform: uppercase;
  color: #929292;
  margin: 0 0 2px 0;
}
.addressbook-address .address-infoblock .data,
.creditcard-section .address-infoblock .data {
  margin: 0 0 16px 0;
}
.addressbook-address .address-infoblock address,
.creditcard-section .address-infoblock address {
  font-style: normal;
}
.addressbook-address .address-infoblock .button,
.creditcard-section .address-infoblock .button {
  float: right;
  width: 100%;
}
.addressbook-address .address-infoblock .button.rm,
.creditcard-section .address-infoblock .button.rm {
  max-width: 195px;
}
@media only screen and (max-width: 767px) {
  .addressbook-address .address-infoblock .button.rm,
.creditcard-section .address-infoblock .button.rm {
    max-width: 100%;
  }
  .addressbook-address .address-infoblock .button.rm:last-of-type,
.creditcard-section .address-infoblock .button.rm:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .addressbook-address .address-infoblock,
.creditcard-section .address-infoblock {
    float: none;
    width: 100%;
    padding: 20px 20px 0;
  }
  .addressbook-address .address-infoblock:last-of-type,
.creditcard-section .address-infoblock:last-of-type {
    padding: 20px;
  }
  .addressbook-address .address-infoblock .data:last-of-type,
.creditcard-section .address-infoblock .data:last-of-type {
    margin: 0;
  }
  .addressbook-address .address-infoblock .button,
.creditcard-section .address-infoblock .button {
    max-width: 100%;
    margin: 10px 0 5px;
  }
  .addressbook-address .address-infoblock .button:last-of-type,
.creditcard-section .address-infoblock .button:last-of-type {
    margin: 10px 0 20px;
  }
}
.addressbook-address .checkbox,
.creditcard-section .checkbox {
  display: block;
  padding-left: 22px;
  color: #929292;
  background: url("../images/check.png") 0 0 no-repeat;
  margin: 0 0 10px;
}
.addressbook-address .checkbox.checked, .addressbook-address .checkbox:hover,
.creditcard-section .checkbox.checked,
.creditcard-section .checkbox:hover {
  color: #000000;
  position: relative;
}
.addressbook-address .checkbox.checked::before, .addressbook-address .checkbox:hover::before,
.creditcard-section .checkbox.checked::before,
.creditcard-section .checkbox:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: #000000 url("../images/svg-icons/white-tick-check.svg") center no-repeat;
}
.addressbook-address .button,
.creditcard-section .button {
  margin: 10px 0 0;
}
.addressbook-address .toggle-title,
.creditcard-section .toggle-title {
  font-weight: 700;
  padding: 10px 20px 7px;
}
.addressbook-address .toggle-title .address-type,
.creditcard-section .toggle-title .address-type {
  color: #929292;
  font-size: 0.6875rem;
  vertical-align: text-top;
}
.addressbook-address .toggleContent,
.creditcard-section .toggleContent {
  border: 1px solid #d6d6d6;
  border-top: none;
  float: left;
  width: 100%;
}

#addresses .action-status-msg,
.shipping-address-dialog .tc-warning {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#addresses .action-status-msg p,
.shipping-address-dialog .tc-warning p {
  color: #929292;
}
#addresses .action-status-msg p.warning,
.shipping-address-dialog .tc-warning p.warning {
  color: #bc0031;
}
#addresses .action-status-msg p.warning.dialog-tc-warning,
.shipping-address-dialog .tc-warning p.warning.dialog-tc-warning {
  padding: 0 4%;
}
#addresses .action-status-msg.active,
.shipping-address-dialog .tc-warning.active {
  border: 4px solid #d6d6d6;
  padding: 6px;
  line-height: 13px;
  font-size: 0.625rem;
}

#reminders .search-result-summary {
  margin-top: 0;
}
#reminders .add-reminder {
  clear: left;
}
#reminders .add-reminder .reminder-create {
  float: left;
  width: 235px;
}
#reminders .add-reminder .info {
  margin: 7px 0 7px 12px;
}
@media only screen and (max-width: 767px) {
  #reminders .add-reminder .reminder-create {
    width: calc(100% - 40px);
  }
}
#reminders .noreminder-msg {
  margin: 0 0 20px 0;
}

.addedit-reminder-dialog .action-title {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .addedit-reminder-dialog .action-title {
    margin: 0 0 6px;
  }
}
.addedit-reminder-dialog .one-row-fields .field-container {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 48%;
}
.addedit-reminder-dialog .one-row-fields .field-container.right {
  float: right;
}
.addedit-reminder-dialog .one-row-fields .field-container.event-date .form-row {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .addedit-reminder-dialog .one-row-fields .field-container {
    float: none !important;
    width: 100%;
  }
}
.addedit-reminder-dialog textarea {
  resize: vertical;
}
.addedit-reminder-dialog .checkbox {
  margin: 35px 0 0;
  position: relative;
}
.addedit-reminder-dialog .checkbox label {
  position: absolute;
  top: 2px;
  left: 23px;
}
.addedit-reminder-dialog .checkbox label span {
  color: #929292;
}
@media only screen and (max-width: 767px) {
  .addedit-reminder-dialog .checkbox {
    margin-top: 8px;
  }
}
.addedit-reminder-dialog .action-title textarea {
  height: 33px;
  line-height: 31px;
  padding: 0 11px;
}
.addedit-reminder-dialog .char-limit .char-count {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  float: left;
  text-transform: capitalize;
}
.addedit-reminder-dialog .char-limit .char-count span.char-remain-count {
  color: #929292;
}
.addedit-reminder-dialog .apply-button {
  float: right;
  width: 48%;
}
.addedit-reminder-dialog .invalid-reminder {
  float: right;
  margin: 0.2em 10.7em 0 0;
}
.addedit-reminder-dialog .cancel-button {
  float: left;
  width: 48%;
}
.addedit-reminder-dialog .ui-datepicker-trigger {
  position: absolute;
  top: 33%;
  right: 0;
}

.tracking-button {
  margin: 0 0 20px;
}

.orderhistory-wrapper {
  display: block;
  background-color: #e8e3db;
  padding: 21px 20px 20px;
  box-sizing: border-box;
  width: 100%;
}
.orderhistory-wrapper .load_more-orders {
  border: 1px solid #0a0f15;
}
.orderhistory-wrapper .load_more-orders:hover {
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.orderhistory-wrapper .dialog-html {
  display: none;
}
.orderhistory-wrapper .order-status .value {
  color: #85734f;
  cursor: pointer;
}
.orderhistory-wrapper .order-status .value .icon {
  fill: #85734f;
  width: 19px;
  height: 19px;
}
.orderhistory-wrapper .order-item {
  background-color: #ffffff;
  margin: 0 0 20px;
  padding: 20px 20px 21px;
}
.orderhistory-wrapper .order-infoblocks-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .order-infoblocks-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.orderhistory-wrapper .order-infoblock {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .orderhistory-wrapper .order-infoblock {
    -ms-flex: 1 0 33%;
        flex: 1 0 33%;
    margin: 18px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .order-infoblock {
    margin: 18px 0 0;
  }
}
.orderhistory-wrapper .order-infoblock.actions {
  width: 100%;
  max-width: 215px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .orderhistory-wrapper .order-infoblock.actions {
    max-width: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .orderhistory-wrapper .order-infoblock.actions {
    max-width: none;
  }
}
.orderhistory-wrapper .order-number {
  padding: 0 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .orderhistory-wrapper .order-number {
    padding: 0;
  }
}
.orderhistory-wrapper .order-number .value, .orderhistory-wrapper .order-number .label {
  font-size: 1.25rem;
  font-family: GillSansNova-Medium;
}
.orderhistory-wrapper .order-number .label {
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .order-number .label {
    display: block;
  }
}
.orderhistory-wrapper .order-summary, .orderhistory-wrapper .order-shipment {
  background-color: #ffffff;
  padding: 20px 20px 21px;
  margin: 0 0 20px;
}
.orderhistory-wrapper .order-summary:last-child, .orderhistory-wrapper .order-shipment:last-child {
  margin: 0;
}
.orderhistory-wrapper .order-summary .order-number, .orderhistory-wrapper .order-shipment .order-number {
  font-size: 1.5625rem;
  padding: 0 0 15px;
}
.orderhistory-wrapper .order-summary .subtotal, .orderhistory-wrapper .order-shipment .subtotal {
  margin: 0 0 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.orderhistory-wrapper .order-summary .subtotal .label, .orderhistory-wrapper .order-shipment .subtotal .label {
  font-family: GillSansNova-Medium;
  text-transform: capitalize;
  margin: 0 34px 0 0;
}
.orderhistory-wrapper .order-summary .subtotal .value, .orderhistory-wrapper .order-shipment .subtotal .value {
  font-family: GillSansNova-Bold;
  text-align: left;
}
.orderhistory-wrapper .order-summary .subtotal.ordertotal, .orderhistory-wrapper .order-shipment .subtotal.ordertotal {
  margin: 10px 0 0;
}
.orderhistory-wrapper .order-summary .subtotal .total-value, .orderhistory-wrapper .order-summary .subtotal .total-label, .orderhistory-wrapper .order-shipment .subtotal .total-value, .orderhistory-wrapper .order-shipment .subtotal .total-label {
  font-family: GillSansNova-Bold;
  font-size: 1.25rem;
}
.orderhistory-wrapper .order-summary .subtotal .total-label, .orderhistory-wrapper .order-shipment .subtotal .total-label {
  margin: 0 15px 0 0;
}
.orderhistory-wrapper .shipment-number {
  background-color: #000000;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  padding: 14px 0;
  text-transform: uppercase;
}
.orderhistory-wrapper .order-summary-items-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .order-summary-items-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 1279px) {
  .orderhistory-wrapper .order-summary-items-wrapper .order-summary-item {
    -ms-flex: 50%;
        flex: 50%;
  }
}
.orderhistory-wrapper .order-summary-items-wrapper .item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 67%;
      flex: 67%;
}
@media only screen and (max-width: 1279px) {
  .orderhistory-wrapper .order-summary-items-wrapper .item-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 50%;
        flex: 50%;
  }
}
.orderhistory-wrapper .order-summary-items-wrapper .item-wrapper .order-summary-item-inner {
  -ms-flex: 50%;
      flex: 50%;
}
.orderhistory-wrapper .order-summary-items-wrapper .item-wrapper .order-summary-item-inner .order-date, .orderhistory-wrapper .order-summary-items-wrapper .item-wrapper .order-summary-item-inner .order-status {
  margin: 0 0 11px;
}
.orderhistory-wrapper .payment-method-end {
  margin: 0 0 17px 0;
}
.orderhistory-wrapper .order-trackingblock {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}
.orderhistory-wrapper .electronic-recipient-info {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 959px) {
  .orderhistory-wrapper .electronic-recipient-info {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.orderhistory-wrapper .electronic-recipient-info > div {
  -ms-flex: 33%;
      flex: 33%;
  margin: 10px 0 0;
}
.orderhistory-wrapper .shipment-summary, .orderhistory-wrapper .gifting-options {
  display: -ms-flexbox;
  display: flex;
}
.orderhistory-wrapper .shipment-products, .orderhistory-wrapper .shipment-info,
.orderhistory-wrapper .gifting-card, .orderhistory-wrapper .gifting-wrap, .orderhistory-wrapper .giftmessage-item {
  -ms-flex: 50%;
      flex: 50%;
}
.orderhistory-wrapper .shipment-products .shipment-address, .orderhistory-wrapper .shipment-info .shipment-address,
.orderhistory-wrapper .gifting-card .shipment-address, .orderhistory-wrapper .gifting-wrap .shipment-address, .orderhistory-wrapper .giftmessage-item .shipment-address {
  margin: 0 0 12px;
}
.orderhistory-wrapper .shipment-products .label, .orderhistory-wrapper .shipment-info .label,
.orderhistory-wrapper .gifting-card .label, .orderhistory-wrapper .gifting-wrap .label, .orderhistory-wrapper .giftmessage-item .label {
  font-size: 0.8125rem;
  letter-spacing: 1.3px;
}
.orderhistory-wrapper .shipment-products .value, .orderhistory-wrapper .shipment-info .value,
.orderhistory-wrapper .gifting-card .value, .orderhistory-wrapper .gifting-wrap .value, .orderhistory-wrapper .giftmessage-item .value {
  font-size: 0.8125rem;
}
.orderhistory-wrapper .shipment-products .greeting-value, .orderhistory-wrapper .shipment-info .greeting-value,
.orderhistory-wrapper .gifting-card .greeting-value, .orderhistory-wrapper .gifting-wrap .greeting-value, .orderhistory-wrapper .giftmessage-item .greeting-value {
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .shipment-summary {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.orderhistory-wrapper .gifting-options > div {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .gifting-options {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .orderhistory-wrapper .gifting-options > div {
    margin-top: 10px;
  }
}
.orderhistory-wrapper .orderblock-title {
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  font-size: 0.9375rem;
  margin: 0 0 15px;
}
.orderhistory-wrapper .orderblock-title .sum {
  font-family: GillSansNova-Bold;
}
.orderhistory-wrapper .shipment-products {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .shipment-products {
    margin: 0 0 20px;
  }
}
.orderhistory-wrapper .shipment-products .product-items {
  max-height: 238px;
  overflow-y: auto;
}
.orderhistory-wrapper .shipment-products .product-items::-webkit-scrollbar {
  width: 10px;
}
.orderhistory-wrapper .shipment-products .product-items::-webkit-scrollbar-track {
  background-color: #d6d6d6;
  border: 1px solid #929292;
}
.orderhistory-wrapper .shipment-products .product-items::-webkit-scrollbar-thumb {
  background-color: #252525;
}
.orderhistory-wrapper .shipment-products .product-item {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.orderhistory-wrapper .shipment-products .product-item:first-child {
  padding: 0 0 20px;
}
.orderhistory-wrapper .shipment-products .product-item:only-child {
  border-bottom: none;
}
.orderhistory-wrapper .shipment-products .product-item .item-image {
  margin: 0 10px 0 0;
  cursor: pointer;
  border: solid 1px #f1f1f1;
}
.orderhistory-wrapper .shipment-products .product-item .item-image img {
  max-width: 80px;
  max-height: 80px;
}
.orderhistory-wrapper .shipment-products .product-item .item-details {
  font-size: 0.9375rem;
  margin: 0 20px 0 0;
}
.orderhistory-wrapper .shipment-products .product-item .item-details .name {
  color: #2a2a2a;
}
.orderhistory-wrapper .shipment-products .product-item .item-details .quantity {
  margin: 0 0 10px;
  text-transform: uppercase;
}
.orderhistory-wrapper .shipment-info-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .orderhistory-wrapper .shipment-info-details {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.orderhistory-wrapper .shipment-info-details > div {
  -ms-flex: 33%;
      flex: 33%;
  min-width: 140px;
  margin: 0 5px 15px 0;
}
.orderhistory-wrapper .giftmessage-item {
  margin: 0 0 10px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .giftmessage-item {
    max-width: 100%;
  }
}
.orderhistory-wrapper .giftmessage-item .item-image {
  margin: 0 10px 0 0;
  min-width: 80px;
  min-height: 80px;
  border: solid 1px #f1f1f1;
}
.orderhistory-wrapper .giftmessage-item .item-image img {
  margin: 10% auto;
  display: block;
  width: 35px;
}
.orderhistory-wrapper .gifting-card {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .gifting-card {
    margin: 0;
  }
}
.orderhistory-wrapper .giftcard-item, .orderhistory-wrapper .giftmessage-item {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .orderhistory-wrapper .giftcard-item, .orderhistory-wrapper .giftmessage-item {
    margin: 0 0 15px;
  }
}
.orderhistory-wrapper .giftcard-item .item-image, .orderhistory-wrapper .giftmessage-item .item-image {
  margin: 0 10px 0 0;
  border: solid 1px #f1f1f1;
}
.orderhistory-wrapper .giftcard-item .item-image img, .orderhistory-wrapper .giftmessage-item .item-image img {
  max-width: 80px;
  max-height: 80px;
}
.orderhistory-wrapper .giftwrap-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.orderhistory-wrapper .giftwrap-item .item-image {
  margin: 0 10px 0 0;
  border: solid 1px #f1f1f1;
}
.orderhistory-wrapper .giftwrap-item .item-image img {
  max-width: 80px;
  max-height: 80px;
}
.orderhistory-wrapper .label {
  font-family: GillSansNova-Bold;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #000000;
}
.orderhistory-wrapper .value {
  font-size: 0.9375rem;
}
.orderhistory-wrapper button, .orderhistory-wrapper .button {
  width: 100%;
  font-size: 0.8125rem;
  letter-spacing: 1.95px;
}

.oh-dialog {
  border: none;
  background: #f1f1f1;
}
.oh-dialog .ui-widget-header {
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.oh-dialog .ui-dialog-title {
  font-family: GillSansNova-Medium;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.oh-dialog .dialog-content {
  padding-bottom: 15px;
}
.oh-dialog .ui-dialog-buttonset .ui-button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  height: auto;
  line-height: normal;
  text-decoration: underline;
  color: #85734f;
  font-size: 10px;
}
.oh-dialog .ui-button .ui-button-icon {
  background: url(../images/svg-icons/x-close-icon-oh.svg) no-repeat;
  background-size: 12px 11px;
  background-position: center top;
}
.oh-dialog .notice {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background-color: #9d717c;
  padding: 22px 20px;
}
.oh-dialog .notice .icon {
  width: 34px;
  height: 34px;
  -ms-flex: 0 0 34px;
      flex: 0 0 34px;
  margin-right: 10px;
}
.oh-dialog .notice .detail {
  -ms-flex: 1;
      flex: 1;
  font-size: 16px;
  line-height: 1.13;
  color: #ffffff;
}

.no-hits-order-history.no-hits {
  border: none;
  margin: 0;
  padding: 0;
}
.no-hits-order-history.no-hits .button {
  margin: 20px 0 0 0;
  max-width: 250px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .no-hits-order-history.no-hits .button {
    max-width: none;
  }
}
.no-hits-order-history.no-hits .nohits-top-asset {
  margin: 15px 0 0 0;
  text-transform: none;
}

.oh.go-back {
  width: 100%;
  height: 36px;
  display: block;
  color: #000000;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000000;
  padding: 10px 0 0;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.oh.go-back .arrow-left {
  width: 1px;
  height: 1px;
}

.einstein-small-slider-container .divider {
  display: none;
}

#account-nav-container li.active {
  border-bottom: 2px solid #252525;
}

.creditcard-section {
  margin: 0 0 20px 0;
}
.creditcard-section .toggleContent {
  border-bottom: none;
}
.creditcard-section .toggleContent .inner-wrp {
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.creditcard-section .toggleContent .inner-msg {
  padding: 10px 20px;
  border-bottom: 1px solid #d6d6d6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px 20px 7px;
}
.creditcard-section .toggleContent .inner-msg .value {
  padding: 0 0 0 20px;
}
.creditcard-section .toggleContent .card-details {
  float: left;
}
.creditcard-section .toggleContent .card-details.img {
  margin: 0 30px 0 0;
}
.creditcard-section .toggleContent .card-details .col {
  float: left;
  margin: 0 30px 0 0;
  width: 95px;
}
.creditcard-section .toggleContent .card-details .col p {
  padding: 1px 0;
}
@media only screen and (max-width: 767px) {
  .creditcard-section .toggleContent .card-details .col {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .creditcard-section .toggleContent .card-details.no-saved-cards-details {
    height: 37px;
    width: calc(100% - 115px);
    box-sizing: border-box;
  }
  .creditcard-section .toggleContent .card-details.no-saved-cards-details:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
  }
}
.creditcard-section .toggleContent .card-details.no-saved-cards-details .col.no-saved-cards {
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .creditcard-section .toggleContent .card-details.no-saved-cards-details .col.no-saved-cards {
    line-height: normal;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 5px);
  }
}
.creditcard-section .toggleContent img {
  width: 55px;
}
.creditcard-section .toggleContent form[id^=creditcards] {
  float: left;
}
@media only screen and (min-width: 768px) {
  .creditcard-section .toggleContent form[id^=creditcards] .button {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .creditcard-section .toggleContent form[id^=creditcards] .button {
    width: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .creditcard-section .toggleContent form[id^=creditcards] {
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .creditcard-section .toggleContent #add-card.button {
    margin: 10px 0 0;
  }
}
.creditcard-section .toggleContent #add-card,
.creditcard-section .toggleContent #tasting-club-card-edit,
.creditcard-section .toggleContent .check-giftcard,
.creditcard-section .toggleContent .pay-debt-now {
  float: right;
  margin: 0;
  width: 28.27%;
}
@media only screen and (max-width: 767px) {
  .creditcard-section .toggleContent #add-card,
.creditcard-section .toggleContent #tasting-club-card-edit,
.creditcard-section .toggleContent .check-giftcard,
.creditcard-section .toggleContent .pay-debt-now {
    float: left;
    width: 100%;
    margin: 20px 0 0;
  }
}
.creditcard-section .toggleContent .check-giftcard {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .creditcard-section .toggleContent .check-giftcard {
    margin-top: 0;
  }
}
.creditcard-section .toggleContent.tasting-club .inner-msg {
  text-transform: uppercase;
}
.creditcard-section .toggleContent.tasting-club .debt-container {
  border-bottom: 1px solid #d6d6d6;
}
.creditcard-section .toggleContent.tasting-club .li-thumbnail {
  float: left;
  width: 31.33%;
  margin: 0 2% 50px 0;
}
.creditcard-section .toggleContent.tasting-club .li-thumbnail .item-image {
  padding: 0 10px 0 0;
}
.creditcard-section .toggleContent.tasting-club .li-thumbnail .item-image img {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .creditcard-section .toggleContent.tasting-club .li-thumbnail {
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
  }
}
.creditcard-section .toggleContent.tasting-club .balance {
  text-transform: uppercase;
  position: absolute;
  line-height: 33px;
  right: 33.5%;
}
@media only screen and (max-width: 767px) {
  .creditcard-section .toggleContent.tasting-club .balance {
    position: relative;
    float: right;
    clear: both;
    right: 0;
    line-height: initial;
  }
}
.creditcard-section .toggleContent.tasting-club .balance .value {
  font-weight: bold;
}
.creditcard-section .toggleContent.giftcard {
  padding: 0;
}
.creditcard-section .toggleContent.giftcard .giftcard-fields {
  padding: 0 25px 0 0;
  position: relative;
  width: 43.5%;
}
.creditcard-section .toggleContent.giftcard .giftcard-fields .tooltip {
  position: absolute;
  top: 20%;
  right: 0;
}
.creditcard-section .toggleContent.giftcard .giftcard-fields .icon.info {
  fill: #000000;
}
@media only screen and (max-width: 767px) {
  .creditcard-section .toggleContent.giftcard .giftcard-fields {
    width: calc(100% - 110px);
  }
}
.creditcard-section .toggleContent.giftcard .inner-msg {
  border-top: 1px solid #d6d6d6;
  text-transform: initial;
  letter-spacing: 0.01em;
}
.creditcard-section .balance-gift-card-item {
  padding: 20px;
}
.creditcard-section .giftcard-icon {
  float: left;
  margin: 0 30px 0 0;
}
.creditcard-section .giftcard-icon img {
  width: 55px;
}
.creditcard-section .giftcard-content {
  float: left;
}
.creditcard-section .giftcard-content .card-number td {
  padding: 0 5px 5px 0;
}
@media only screen and (max-width: 767px) {
  .creditcard-section .giftcard-content td {
    float: left;
  }
  .creditcard-section .giftcard-content td:last-of-type {
    clear: both;
  }
}

.wallet-action-status {
  border: 4px solid #d6d6d6;
  padding: 7px 0 5px;
  line-height: 13px;
  font-size: 0.625rem;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 10px;
  width: 100%;
  color: #929292;
}
.wallet-action-status.error-msg {
  color: #bc0031;
}

.ui-dialog.pay-outstanding-balance-dialog .ui-dialog-buttonpane button {
  width: 100%;
  margin: 20px 0 0;
}

iframe[name=step-up-iframe] {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.embedded-iframe-container {
  width: 500px;
  min-height: 555px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .embedded-iframe-container {
    width: 275px;
    height: 482px;
  }
}
.embedded-iframe-container iframe[name=step-up-iframe] {
  position: absolute;
  top: 0;
  left: 0;
}

.pt_account ~ .ui-dialog.pay-with-card {
  width: 540px !important;
}

.recipe-binder-content .recipe-btn {
  margin: 20px 0;
  max-width: 235px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .recipe-binder-content .recipe-btn {
    margin: 16px 0 0 0;
    max-width: none;
  }
}

.pt_account .account-section.customer-activation .col-1,
.pt_account .account-section.customer-activation .col-2,
.pt_account .account-section.customer-activation .col-3 {
  margin: 0 2% 0 0;
  width: 31.5%;
}
@media only screen and (max-width: 1279px) {
  .pt_account .account-section.customer-activation .col-1,
.pt_account .account-section.customer-activation .col-2,
.pt_account .account-section.customer-activation .col-3 {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .pt_account .account-section.customer-activation .col-1,
.pt_account .account-section.customer-activation .col-2,
.pt_account .account-section.customer-activation .col-3 {
    margin: 0;
    width: 100%;
  }
}
.pt_account .account-section.customer-activation .col-2 {
  float: left;
}
@media only screen and (max-width: 1279px) {
  .pt_account .account-section.customer-activation .col-2 {
    margin: 0;
  }
}
.pt_account .account-section.customer-activation .col-3 {
  float: right;
  margin: 0;
  width: 33%;
}
.pt_account .account-section.customer-activation .col-3 button {
  float: left;
  width: 88%;
}
@media only screen and (max-width: 1279px) {
  .pt_account .account-section.customer-activation .col-3 button {
    width: 95%;
  }
}
.pt_account .account-section.customer-activation .col-3 .tooltip span {
  top: 8px;
}
@media only screen and (max-width: 1279px) {
  .pt_account .account-section.customer-activation .col-3 {
    float: left;
    margin: 2% 0 0 0;
    width: 100%;
  }
}

.mysubscriptions .page-title {
  margin: 0 0 18px 0;
  overflow: hidden;
}
.mysubscriptions .page-title h2 {
  float: left;
  font-size: 20px;
}
.mysubscriptions .page-title .membership {
  float: right;
  font-size: 10px;
  margin: 13px 0 0 0;
  text-align: right;
  text-transform: uppercase;
}
.mysubscriptions .page-title .membership p {
  color: #000000;
}
.mysubscriptions .page-title .membership span {
  color: #929292;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .mysubscriptions .page-title h2,
.mysubscriptions .page-title .membership {
    float: none;
  }
}
.mysubscriptions .page-content ul {
  padding: 0;
  margin: 0;
}
.mysubscriptions .page-content li {
  list-style: none;
}
.mysubscriptions .page-content img {
  max-width: 290px;
  width: 100%;
}
.mysubscriptions .page-content span {
  display: block;
}
.mysubscriptions .page-content button {
  width: 100%;
}
.mysubscriptions .page-content .title {
  background-color: #d6d6d6;
  overflow: hidden;
  padding: 10px 20px 8px;
}
.mysubscriptions .page-content .title .subscription-title {
  float: left;
  width: 90%;
  text-transform: uppercase;
}
.mysubscriptions .page-content .title .tooltip {
  float: right;
  height: 17px;
}
.mysubscriptions .page-content .title .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .mysubscriptions .page-content .title .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .mysubscriptions .page-content .title .tooltip span {
    background-image: url(../images/info.png);
  }
}
.mysubscriptions .page-content .title .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .mysubscriptions .page-content .title .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .mysubscriptions .page-content .title .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
.mysubscriptions .page-content .content {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.mysubscriptions .page-content .col-wrapper {
  position: relative;
  float: right;
  width: 65%;
}
.mysubscriptions .page-content .col-1 {
  text-align: center;
  width: 31%;
}
.mysubscriptions .page-content .col-2 {
  width: 42%;
}
.mysubscriptions .page-content .col-3 {
  margin: 0 0 0 2%;
  float: right;
  width: 52%;
}
.mysubscriptions .page-content .col-1, .mysubscriptions .page-content .col-2 {
  float: left;
  margin: 0 2%;
}
@media only screen and (max-width: 767px) {
  .mysubscriptions .page-content .col-1, .mysubscriptions .page-content .col-2, .mysubscriptions .page-content .col-3, .mysubscriptions .page-content .col-wrapper {
    margin: 0;
    width: 100%;
  }
}
.mysubscriptions .page-content .account-subscription-item {
  position: relative;
}
.mysubscriptions .page-content .section span.section-title {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 767px) {
  .mysubscriptions .page-content .section span.section-title {
    font-size: 0.875rem;
  }
}
.mysubscriptions .page-content .section .section-content span {
  font-size: 13px;
  margin: 0 0 15px 0;
}
.mysubscriptions .page-content .section .section-content .snooze-btn,
.mysubscriptions .page-content .section .section-content .snooze-btn-special {
  cursor: pointer;
  margin: 20px 0 0 0;
  float: right;
}
.mysubscriptions .page-content .section .section-content .selector span {
  text-transform: none;
}
.mysubscriptions .page-content .section .section-content a.quickview {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.mysubscriptions .page-content .section .section-content .change-subscription {
  display: inline-block;
  margin-bottom: 15px;
  width: 150px;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .mysubscriptions .page-content .section {
    margin: 0 0 30px 0;
  }
}
.mysubscriptions .page-content .section.schedule {
  margin: 0 0 30px 0;
}
.mysubscriptions .page-content .section.current {
  margin: 0 0 15px 0;
}
.mysubscriptions .page-content .section.current .subscription-product-price {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0 0 15px 0;
}
.mysubscriptions .page-content .section.current .product-price {
  float: left;
  font-size: 2.5em;
  line-height: normal;
  font-family: GillSansNova-Light;
}
.mysubscriptions .page-content .section.current .product-price span {
  display: block;
  font-size: 30px;
  margin: 0;
}
.mysubscriptions .page-content .section.current .product-price .price-standard {
  color: #d6d6d6;
  text-decoration: line-through;
}
.mysubscriptions .page-content .section.current .product-price .price-tiered {
  color: #990000;
  font-size: 0.6em;
  line-height: 1.5em;
}
.mysubscriptions .page-content .section.current .incdelivery {
  color: #929292;
  float: left;
  font-size: 10px;
  margin: 10px 0 0 10px;
  text-transform: uppercase;
}
.mysubscriptions .page-content .section.delivery .edit-address {
  margin-top: 7px;
}
.mysubscriptions .page-content .section.delivery .edit-address span {
  display: inline-block;
  margin: 0 0.7em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) {
  .mysubscriptions .page-content .section.delivery .edit-address span {
    margin: 0 0.7em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .mysubscriptions .page-content .section.delivery .edit-address span {
    margin: 0 0.7em;
  }
}
@media only screen and (max-width: 1279px) {
  .mysubscriptions .page-content .section.delivery .edit-address {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .mysubscriptions .page-content .section.delivery .edit-address {
    width: 100%;
  }
}
.mysubscriptions .page-content .section.delivery-date button {
  margin: 0 0 30px 0;
}
.mysubscriptions .page-content .section.delivery-date label {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
}
.mysubscriptions .page-content .section.delivery-date .checker {
  margin: -2px 5px 0 0;
}
.mysubscriptions .page-content .section.delivery-date .field-wrapper {
  width: 20px;
  position: absolute;
  top: -2px;
}
.mysubscriptions .page-content .section.delivery-date .form-row {
  position: relative;
}
.mysubscriptions .page-content .section.delivery-date span {
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .mysubscriptions .page-content .section.delivery-date span {
    margin: 0px;
  }
}
@media only screen and (max-width: 959px) {
  .mysubscriptions .page-content .section.delivery-date span.date {
    margin: 0 0 15px 0;
  }
}
.mysubscriptions .page-content .section.recurring button {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .mysubscriptions .page-content .section.delivery-date, .mysubscriptions .page-content .section.saved {
    margin: 0;
  }
}
.mysubscriptions .page-content .processing-wrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
}
.mysubscriptions .page-content .processing-wrapper .processing-content {
  background: #ffffff;
  border: 5px solid #929292;
  box-sizing: border-box;
  float: left;
  max-width: 630px;
  padding: 15px 25px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.mysubscriptions .page-content .processing-wrapper .processing-content p {
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .mysubscriptions .page-content .processing-wrapper .processing-content {
    max-width: none;
    width: 100%;
  }
}

.change-subscription-dialog .slick-prev, .change-subscription-dialog .slick-next {
  height: 51%;
}
.change-subscription-dialog .change-subscription-wrapper {
  margin-bottom: 30px;
}
.change-subscription-dialog .change-subscription-wrapper .heading {
  margin-bottom: 15px;
}
.change-subscription-dialog .change-subscription-wrapper .subscription-products-container {
  padding: 0 3.2%;
}
.change-subscription-dialog .change-subscription-wrapper .product-container {
  padding: 0 30px;
  text-align: center;
  border: 1px solid transparent;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .product-image {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .product-image img {
  width: 100%;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .product-name a {
  text-transform: uppercase;
  color: #000000;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .product-pricing span {
  line-height: 25px;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .product-standard-price ~ .product-sales-price {
  display: none;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .product-frequency-option {
  color: #929292;
  text-transform: uppercase;
  font-size: 10px;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .product-description {
  margin-top: 8px;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .subscription-selected-btn {
  display: none;
  background-color: #ffffff;
  color: #000000;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .subscription-select-btn {
  display: block;
}
.change-subscription-dialog .change-subscription-wrapper .product-container .subscription-select-btn, .change-subscription-dialog .change-subscription-wrapper .product-container .subscription-selected-btn {
  margin-top: 30px;
  width: 100%;
}
.change-subscription-dialog .change-subscription-wrapper .product-container.active .subscription-selected-btn {
  display: block;
}
.change-subscription-dialog .change-subscription-wrapper .product-container.active .subscription-select-btn {
  display: none;
}
.change-subscription-dialog .change-subscription-wrapper .product-container.active .product-image {
  border: 1px solid #000000;
}
.change-subscription-dialog .change-subscription-wrapper .subscription-errors {
  margin-top: 20px;
  color: #bc0031;
}
.change-subscription-dialog .ui-dialog-buttonset button {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .change-subscription-dialog .ui-dialog-buttonset button {
    width: 100%;
  }
}
.change-subscription-dialog .ui-dialog-buttonset #btn-cancel-switch-subscription {
  float: left;
}
.change-subscription-dialog .ui-dialog-buttonset #btn-confirm-switch-subscription {
  float: right;
}
@media only screen and (max-width: 767px) {
  .change-subscription-dialog .ui-dialog-buttonset #btn-confirm-switch-subscription {
    margin-bottom: 15px;
  }
}

.inventing-subscriptions .customer-address,
.inventing-subscriptions .delivery-time {
  padding: 20px 0 0 20px;
  border: 1px solid #d6d6d6;
}
.inventing-subscriptions .customer-address {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  background-color: #f1f1f1;
}
.inventing-subscriptions .customer-address .shipping-address,
.inventing-subscriptions .customer-address .payment {
  width: 47%;
}
.inventing-subscriptions .customer-address .shipping-address p,
.inventing-subscriptions .customer-address .payment p {
  color: #aaa;
}
.inventing-subscriptions .customer-address .shipping-address a,
.inventing-subscriptions .customer-address .payment a {
  display: block;
  color: #a38d6c;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .inventing-subscriptions .customer-address {
    height: 170px;
  }
  .inventing-subscriptions .customer-address .shipping-address,
.inventing-subscriptions .customer-address .payment {
    float: none;
    width: 100%;
  }
  .inventing-subscriptions .customer-address .shipping-address {
    margin-bottom: 20px;
  }
}
.inventing-subscriptions .delivery-time {
  border-top: none;
}
.inventing-subscriptions .delivery-time .last-delivery,
.inventing-subscriptions .delivery-time .next-delivery {
  display: inline-block;
  width: 25%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) {
  .inventing-subscriptions .delivery-time .last-delivery,
.inventing-subscriptions .delivery-time .next-delivery {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .inventing-subscriptions .delivery-time .last-delivery,
.inventing-subscriptions .delivery-time .next-delivery {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .inventing-subscriptions .delivery-time .last-delivery,
.inventing-subscriptions .delivery-time .next-delivery {
    width: 100%;
  }
}
.inventing-subscriptions .delivery-time button {
  display: inline-block;
  margin-bottom: 20px;
  width: 200px;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.inventing-subscriptions .delivery-time button.pause-subscription {
  margin-right: 40px;
}
@media only screen and (max-width: 1279px) {
  .inventing-subscriptions .delivery-time button.pause-subscription {
    margin-right: 56px;
  }
}
@media only screen and (max-width: 959px) {
  .inventing-subscriptions .delivery-time button.pause-subscription {
    margin-right: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .inventing-subscriptions .delivery-time button {
    width: 100%;
  }
  .inventing-subscriptions .delivery-time button.pause-subscription {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inventing-subscriptions .delivery-time {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inventing-subscriptions ul {
    padding: 0;
  }
}

.ir-cancel-dialog .ui-dialog-buttonset button {
  width: 200px;
  background-color: #ffffff;
  color: #000000;
  margin-top: 20px;
}
.ir-cancel-dialog .ui-dialog-buttonset button:first-of-type {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .ir-cancel-dialog .ui-dialog-buttonset button {
    width: 100%;
  }
  .ir-cancel-dialog .ui-dialog-buttonset button:first-of-type {
    margin-right: 0;
  }
}

.snooze-subscription {
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.snooze-section button {
  float: right;
  margin: 20px 0 0 0;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .snooze-section button {
    width: 100%;
  }
}
.snooze-section input,
.snooze-section select option {
  text-transform: uppercase;
}
.snooze-section.content {
  margin: 0 0 20px 0;
}
.snooze-section.date .selector,
.snooze-section.date .or {
  float: left;
}
.snooze-section.date .selector {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .snooze-section.date .selector {
    margin: 0 0 7px 0;
  }
}
.snooze-section.date .select-snooze-date {
  width: 250px;
}
.snooze-section.date .gc-date-wrapper {
  float: right;
  margin: 0 0 0 10px;
  width: 257px;
}
@media only screen and (max-width: 767px) {
  .snooze-section.date .gc-date-wrapper {
    width: 230px;
  }
}
.snooze-section.date .gc-date-wrapper input {
  float: left;
  width: 218px;
}
@media only screen and (max-width: 767px) {
  .snooze-section.date .gc-date-wrapper input {
    width: 193px;
  }
}
.snooze-section.date .gc-date-wrapper .form-row,
.snooze-section.date .gc-date-wrapper .field-wrapper {
  margin: 0;
}
.snooze-section.date .or {
  padding-top: 10px;
}

.tcSnooze-dialog-yesno button {
  width: 46%;
}
.tcSnooze-dialog-yesno button.button-left {
  margin: 3% 8% 0 0;
}
.tcSnooze-dialog-yesno button.button-right {
  margin: 3% 0 0 0;
}
@media only screen and (max-width: 767px) {
  .tcSnooze-dialog-yesno button {
    margin: 3% 0 0 0;
    width: 100%;
  }
}

.old_sbscr_dialog .address-form .hlf_w {
  width: 49%;
  margin: 25px 0 0;
}
@media only screen and (max-width: 767px) {
  .old_sbscr_dialog .address-form .hlf_w {
    width: 100%;
  }
}
.old_sbscr_dialog .address-form .cntry {
  margin: 25px 0 10px;
}

.redeem_giftcard_form {
  padding: 19px 20px 20px;
  background: #f1f1f1;
  margin: 0 0 20px 0;
}
.redeem_giftcard_form .numbers {
  float: left;
  width: 270px;
}
.redeem_giftcard_form .pin {
  float: left;
  width: 125px;
}
.redeem_giftcard_form .button {
  float: left;
  width: 100px;
  margin-top: 24px;
}
.redeem_giftcard_form .form-row {
  margin: 0 10px 0 0;
}
.redeem_giftcard_form .form-row .field-wrapper {
  margin-bottom: 0;
}
.redeem_giftcard_form .tooltip {
  float: left;
  line-height: 32px;
  margin: 25px 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .redeem_giftcard_form .numbers,
.redeem_giftcard_form .pin {
    float: none;
    width: 100%;
  }
  .redeem_giftcard_form .pin {
    margin: 20px 0;
  }
  .redeem_giftcard_form .button {
    width: calc(100% - 30px);
  }
}

.redeem_prds .heading {
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.redeem_prds .sbscr-wrapper {
  padding: 20px;
  margin: 0 0 20px;
  background: #f1f1f1;
}
.redeem_prds .subscription-slider {
  margin: 0 36px;
}
.redeem_prds .slick-list {
  background: #f1f1f1;
}
.redeem_prds .slick-prev {
  left: -36px;
  height: 160px;
  width: 36px;
  padding: 0;
}
.redeem_prds .slick-prev:before {
  left: 10px;
  right: 0;
}
.redeem_prds .slick-next {
  right: -36px;
  height: 160px;
  width: 36px;
  padding: 0;
}
.redeem_prds .slick-next:before {
  left: 11px;
  right: 0;
}
.redeem_prds .product-container {
  width: 160px;
  margin: 0 auto;
  text-align: center;
}
.redeem_prds .product-container img {
  width: 160px;
  height: 160px;
  box-sizing: border-box;
}
.redeem_prds .product-container .name {
  text-transform: uppercase;
  font-family: GillSansNova-Medium;
  font-size: 0.8125rem;
  margin: 10px 0;
}
.redeem_prds .product-container .gr_up {
  color: #929292;
  font-size: 0.6875rem;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.redeem_prds .product-container .descr {
  padding: 0 10px;
}
.redeem_prds .product-container .select-product {
  width: 100%;
  margin: 20px 0 0;
}
.redeem_prds .product-container.active img {
  border: 1px solid #929292;
}
.redeem_prds .shiptoaddress-block {
  padding: 20px;
  background: #f1f1f1;
}
.redeem_prds .shiptoaddress-block .heading {
  float: left;
  max-width: 260px;
  width: 36%;
}
.redeem_prds .shiptoaddress-block .slct_addr_wrp {
  float: left;
  max-width: 450px;
  width: 63%;
}
.redeem_prds .shiptoaddress-block .edit-address {
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .redeem_prds .shiptoaddress-block .heading,
.redeem_prds .shiptoaddress-block .slct_addr_wrp {
    float: none;
    width: 100%;
  }
}
.redeem_prds .button {
  width: 100%;
  margin: 20px 0;
}

.book_hotelrestaurant_form {
  background: #f1f1f1;
  padding: 20px 10px 20px 20px;
  margin: 0 0 20px 0;
}
.book_hotelrestaurant_form .bookonline-title {
  clear: both;
  margin: 0 0 15px 0;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: GillSansNova-Light;
}
.book_hotelrestaurant_form .form-row {
  float: left;
  width: calc(50% - 10px);
  margin: 0 10px 0px 0;
}
.book_hotelrestaurant_form .form-row.sm {
  width: 85px;
  margin: 0 10px 10px 0;
}
.book_hotelrestaurant_form .form-row.date {
  margin: 0 0 0;
}
@media only screen and (max-width: 767px) {
  .book_hotelrestaurant_form .form-row {
    width: calc(100% - 10px);
    margin: 0;
  }
  .book_hotelrestaurant_form .form-row.sm {
    margin: 0 10px 0 0;
  }
  .book_hotelrestaurant_form .form-row.time {
    clear: left;
    margin: 0 0 10px 0;
  }
  .book_hotelrestaurant_form .form-row.titlerow {
    width: calc(100% - 10px);
  }
  .book_hotelrestaurant_form .form-row.date {
    margin: 0;
  }
}
.book_hotelrestaurant_form .date-wrapper {
  float: left;
  padding: 0 10px 0 0;
}
.book_hotelrestaurant_form .titlerow {
  width: 185px;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .book_hotelrestaurant_form .wherestaying {
    width: calc(100% - 10px);
  }
}
.book_hotelrestaurant_form .firstname {
  clear: both;
}
.book_hotelrestaurant_form .selector {
  box-sizing: border-box;
}

.gift-guru-container .configuration-container {
  width: 100%;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.gift-guru-container .configuration-container h3 {
  margin-bottom: 15px;
}
.gift-guru-container .configuration-container .address-select, .gift-guru-container .configuration-container .order-history {
  width: 47%;
}
.gift-guru-container .configuration-container .address-select {
  height: 100%;
}
.gift-guru-container .configuration-container .address-select p {
  margin: 20px 10px;
  display: none;
}
.gift-guru-container .configuration-container .address-select button {
  width: 100%;
  background: #d6d6d6;
  border: none;
  color: #000000;
  display: none;
  font-weight: 600;
  font-weight: 13px;
}
.gift-guru-container .configuration-container .address-select .selector {
  background-size: 20px;
  background-position: calc(100% - 4px) center;
}
.gift-guru-container .configuration-container .address-select .selector span {
  font-size: 15px;
  line-height: 35px;
  color: #000000;
}
.gift-guru-container .configuration-container .order-history {
  height: 250px;
  overflow: hidden;
  display: none;
}
.gift-guru-container .configuration-container .order-history #gift-container {
  overflow-y: auto;
  height: calc(100% - 36px);
}
.gift-guru-container .configuration-container .order-history #gift-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gift-guru-container .configuration-container .order-history #gift-container ul li {
  height: 107px;
  padding: 10px 0;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  box-sizing: border-box;
}
.gift-guru-container .configuration-container .order-history #gift-container ul li div {
  display: -ms-flexbox;
  display: flex;
}
.gift-guru-container .configuration-container .order-history #gift-container ul li div span {
  display: none;
}
.gift-guru-container .configuration-container .order-history #gift-container ul li div h3 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 10px;
  letter-spacing: 0;
  font-size: 13px;
  overflow: hidden;
  font-family: GillSansNova-Bold;
}
.gift-guru-container .configuration-container .order-history #gift-container ul li div .product-image {
  -ms-flex-order: -1;
      order: -1;
}
.gift-guru-container .configuration-container .order-history #gift-container ul li div .product-image img {
  width: 83px !important;
  height: 83px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.gift-guru-container .configuration-container .order-history #gift-container ul li.active {
  background-color: #f1f1f1;
}
.gift-guru-container .configuration-container .order-history #gift-container ul li.active .product-image img {
  border: 1px solid #000000;
}
.gift-guru-container #gift-guru-recomendations {
  margin-bottom: 15px;
}
.gift-guru-container #gift-guru-recomendations .recommendations > h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: GillSansNova-Medium;
  margin-top: 30px;
}
.gift-guru-container #gift-guru-recomendations .slick-prev, .gift-guru-container #gift-guru-recomendations .slick-next {
  height: 65%;
  top: 20px !important;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item {
  padding: 20px 20px 30px;
  box-sizing: border-box;
  text-align: center;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile {
  padding-bottom: 0;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile .product-image {
  max-width: 180px;
  margin: 0 auto;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile .product-image img {
  height: 180px;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile .product-name {
  margin: 15px 0 5px 0;
  height: 34px;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile .product-name a {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile .product-price {
  font-size: 22px;
  font-weight: 600;
  font-family: GillSansNova-Light;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form {
  margin-top: 10px;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form * {
  box-sizing: border-box;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form .quantity .input-group-btn, .gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form .quantity .input-group-qty {
  text-align: center;
  color: #929292;
  float: left;
  height: 34px;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form .quantity .input-group-qty {
  width: calc(100% - 72px);
  color: #000000;
  font-weight: 600;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form .quantity .input-group-btn {
  border: 1px solid #d6d6d6;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form .quantity .input-group-btn button {
  font-size: 20px;
  background-color: #ffffff;
  color: #929292;
  width: 34px;
  margin: 0;
  padding: 0;
  height: 33px;
  border: none;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form .quantity .input-group-btn .icon.plus, .gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form .quantity .input-group-btn .icon.minus {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.gift-guru-container #gift-guru-recomendations .recommendation-item .product-tile form button[type=submit] {
  width: 100%;
}
.gift-guru-container .finish-block {
  height: 60px;
  margin-bottom: 20px;
  display: none;
}
.gift-guru-container .finish-block p {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 15px;
}
.gift-guru-container .finish-block #gift-guru-finish {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .gift-guru-container .finish-block {
    margin-bottom: 60px;
  }
}

.giftguru-popup p {
  font-size: 14px;
  margin-bottom: 25px;
}
.giftguru-popup .finish-controlls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.giftguru-popup .finish-controlls form {
  width: 45%;
}
.giftguru-popup .finish-controlls form button {
  width: 100%;
}

.giftguru-finish-banner {
  text-align: center;
  padding-bottom: 15px;
  box-shadow: 0 4px 10px -2px #929292;
  position: relative;
  z-index: 1;
}
.giftguru-finish-banner .banner-title {
  height: 30px;
  background: #DBD4CB;
  line-height: 30px;
}
.giftguru-finish-banner .banner-title-name {
  text-transform: uppercase;
}
.giftguru-finish-banner p {
  margin: 20px 0;
  font-weight: bold;
}
.giftguru-finish-banner #action-button {
  padding: 0 30px;
}
.giftguru-finish-banner #action-button button {
  width: 100%;
  margin: 0 auto 10px;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .giftguru-finish-banner #action-button button {
    width: 100%;
  }
}

.gift-guru-info-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  margin-left: 20px;
  background: url(../images/svg-icons/new-info.svg) no-repeat;
  background-size: 20px 20px;
  background-position: center top;
}
.no-svg .gift-guru-info-icon {
  background-image: url(../images/new-info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gift-guru-info-icon {
    background-image: url(../images/new-info.png);
  }
}

.giftguru-finish-banner .banner-title {
  position: relative;
  z-index: 1;
}
.giftguru-finish-banner .banner-title.gift-guru-top-menu-closed {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.giftguru-finish-banner .banner-title.gift-guru-top-menu-closed ~ .js-gift-guru-top-menu {
  display: none;
}

#wrapper.pt_account_noleftnav #main #primary {
  width: 100%;
}
#wrapper.pt_account_noleftnav #main .checkout-msg {
  display: none;
}

.account-medals-wrp {
  margin: 20px 0;
  display: none;
}
@media only screen and (max-width: 1279px) {
  .account-medals-wrp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .account-medals-wrp {
    display: none;
  }
}

#page_heading.medals {
  position: relative;
  padding-right: 600px;
}

.account-medals {
  float: right;
}
#page_heading .account-medals {
  position: absolute;
  top: 35px;
  right: 0px;
  max-width: 600px;
}
.account-medals .medal {
  width: 40px;
  height: 40px;
  background-image: url("../images/account_medals_not_achieved.png");
  float: left;
  margin: 0 0 0 10px;
  cursor: pointer;
  outline: none;
}
.account-medals .medal.active {
  background-image: url("../images/account_medals_achieved.png");
}
.account-medals .message {
  float: left;
  line-height: 40px;
}
.account-medals .tc-member {
  background-position: -1px 0px;
  margin: 0 0 0 20px;
}
.account-medals .tc-score {
  background-position: -50px 0px;
}
.account-medals .hc-score {
  background-position: -100px 0px;
}
.account-medals .reminder {
  background-position: -150px 0px;
}
.account-medals .gift-creator {
  background-position: -200px 0px;
}
.account-medals .medal-data {
  display: none;
}

.account-landing-slot {
  margin: 0 0 20px 0;
}

#PasswordResetForm fieldset {
  position: relative;
}
#PasswordResetForm button {
  float: left;
}

h1 .account-logout {
  font-size: 0.6em;
  float: none;
}

.registration-selection input, .registration-selection label {
  display: inline;
  float: none;
}

.new-customer-registration #page_heading h1 {
  float: left;
}
.new-customer-registration #page_heading .privacy-links {
  float: right;
  text-align: right;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .new-customer-registration #page_heading .privacy-links {
    padding-top: 0;
    float: left;
    clear: left;
    text-align: left;
  }
}

.pt_account .account-section {
  background: #f1f1f1;
  margin-bottom: 20px;
  padding: 20px;
}
.pt_account .account-section > span {
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
}
.pt_account .account-section p {
  clear: both;
  margin-bottom: 8px;
}
.pt_account .customer-message {
  color: #929292;
  border: 5px solid #d6d6d6;
  box-sizing: border-box;
  font-size: 10px;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pt_account .customer-message {
    margin: 10px 0;
  }
}

.tc-card-expired-dialog button {
  width: 100%;
}

.test-button {
  display: block;
  cursor: pointer;
}

.age-restriction-note {
  display: none;
  clear: left;
  -ms-flex-align: center;
      align-items: center;
  background-color: #9c717c;
  padding: 8px 13px;
}
.age-restriction-note.active {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .age-restriction-note {
    margin: 0 10px;
  }
}
.age-restriction-note .white-info.icon {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.age-restriction-note .text {
  color: #ffffff;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .age-restriction-note .text {
    font-size: 0.875rem;
  }
}

.tcWelcome-dialog h1 {
  font-size: 25px;
  margin-bottom: 15px;
}
.tcWelcome-dialog img {
  margin-bottom: 25px;
  width: 100%;
}
.tcWelcome-dialog .ui-dialog-title {
  display: none;
}
.tcWelcome-dialog .ui-widget-header {
  float: right;
}
.tcWelcome-dialog .slick-slider {
  margin: 0;
}
.tcWelcome-dialog .slick-prev {
  display: none !important;
}
.tcWelcome-dialog .slick-next {
  float: right;
  margin: 20px 0 33px;
  position: static;
  width: 250px;
}
.tcWelcome-dialog .slick-next:before {
  content: "next";
  display: inline;
  font-size: 13px;
  left: 18px;
  position: relative;
  top: 2px;
}
.tcWelcome-dialog .slick-next.slick-disabled {
  background: #000000;
  color: #ffffff;
  height: 38px;
}
.tcWelcome-dialog .slick-next.slick-disabled:before {
  content: "Got It!";
  color: #ffffff;
}
.tcWelcome-dialog .slick-next.slick-disabled:hover {
  background: #ffffff;
  border: 1px solid #000000;
}
.tcWelcome-dialog .slick-next.slick-disabled:hover:before {
  color: #000000;
}
.tcWelcome-dialog .slick-dots {
  position: absolute;
  bottom: -95px;
  width: 100%;
  text-align: right;
}
.tcWelcome-dialog .slick-dots li {
  display: inline-block;
}
.tcWelcome-dialog .slick-dots li button {
  background-color: #f1f1f1;
  border: 1px solid #d6d6d6;
  float: left;
  font-size: 0;
  height: 8px;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
}
.tcWelcome-dialog .slick-dots li.slick-active button {
  background-color: #d6d6d6;
  border: none;
  height: 13px;
  margin: -5px 5px 0 0;
}
.tcWelcome-dialog .content-container {
  margin-top: 15px;
}

.special-club-message {
  border: 5px solid #a38d6c;
  color: #a38d6c;
  font-size: 10px;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
.special-club-message a {
  color: #a38d6c;
  cursor: pointer;
}
@media only screen and (max-width: 1279px) {
  .special-club-message a {
    color: #929292;
  }
}
.special-club-message .specialeditions-wrapper {
  float: right;
  text-align: right;
}
.special-club-message .specialeditions-wrapper a {
  display: block;
  float: right;
  margin: 0 0 0 40px;
}
.special-club-message .specialeditions-wrapper a.page-link {
  float: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .special-club-message .specialeditions-wrapper a.page-link {
    text-align: right;
    margin: 0 0 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .special-club-message .specialeditions-wrapper a {
    text-align: left;
    width: 45%;
    margin: 0 0 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .special-club-message .specialeditions-wrapper {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .special-club-message {
    overflow: hidden;
    text-align: center;
  }
}
.special-club-message.updated {
  border: 5px solid #d6d6d6;
  color: #929292;
  text-align: center;
}

.manage-special-editions img {
  display: block;
  width: 100%;
}
.manage-special-editions button {
  width: 100%;
}
.manage-special-editions button.button-cancel {
  margin: 15px 0 0 0;
}
.manage-special-editions h3 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.manage-special-editions .col-1,
.manage-special-editions .col-2 {
  width: 250px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .manage-special-editions .col-1,
.manage-special-editions .col-2 {
    width: 100%;
  }
}
.manage-special-editions .col-1 {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .manage-special-editions .col-1 {
    margin: 0 0 15px 0;
  }
}
.manage-special-editions .ui-dialog-buttonpane {
  float: right;
  margin: 23px 0 0 0;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .manage-special-editions .ui-dialog-buttonpane {
    width: 100%;
  }
}

#mini-cart .drop-down-options {
  right: -1px;
}
#mini-cart .mini-cart-slot {
  float: left;
}
#mini-cart.n-3-items .menu-title .icon.bag {
  left: 6px;
}
#mini-cart.n-3-items .menu-title .minicart-total-qty {
  left: 20px;
}
#mini-cart.n-4-items .menu-title .icon.bag {
  left: 4px;
}
#mini-cart.n-4-items .menu-title .minicart-total-qty {
  left: 16px;
}

.mini-cart-total {
  position: relative;
}
.mini-cart-total .mini-cart-link {
  text-transform: uppercase;
}
.mini-cart-total .mini-cart-link .minicart-quantity {
  background-color: #d9d4cd;
  color: #000000;
  padding: 0 3px;
  position: absolute;
  right: 9px;
  text-align: center;
  top: 11px;
  font-size: 0.5rem;
  line-height: 11px;
}

.mini-cart-total .mini-cart-empty {
  color: #999;
  transition: color 500ms ease;
}
.mini-cart-total .mini-cart-empty:hover {
  color: #84bd00;
  text-decoration: none;
}
.mini-cart-total .mini-cart-empty .minicart-quantity {
  background-color: #ffffff;
  border: 1px solid #999;
  color: #999;
}

.mini-cart-content {
  width: 270px;
  text-align: left;
  box-sizing: border-box;
}
.mini-cart-content.empty {
  right: -65px;
}
.mini-cart-content .mini-cart-price-standard {
  text-decoration: line-through;
  color: #d6d6d6;
}
.mini-cart-total:hover .mini-cart-content {
  display: block;
}
.pt_checkout .mini-cart-content {
  right: -1px;
}
.mini-cart-content .html-slot-container {
  margin-top: 20px;
}

.mini-cart-header {
  font-size: 1.1em;
  padding: 0 0 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #929292;
}
.mini-cart-header.empty {
  text-transform: none;
  padding-bottom: 13px;
  font-weight: normal;
  border-bottom: none;
}

.mini-cart-products {
  max-height: 365px;
  padding: 0;
  overflow-y: auto;
  border-bottom: 1px solid #d6d6d6;
}
.mini-cart-products::-webkit-scrollbar {
  width: 10px;
}
.mini-cart-products::-webkit-scrollbar-track {
  background-color: #d6d6d6;
  border: 1px solid #929292;
}
.mini-cart-products::-webkit-scrollbar-thumb {
  background-color: #252525;
}
.mini-cart-products form + .mini-cart-product {
  border-top: 1px solid #929292;
}
.mini-cart-products .li-thumbnail {
  border-bottom: 1px solid #d6d6d6;
}
.mini-cart-products .li-thumbnail:last-of-type {
  border: none;
}
.mini-cart-products .li-thumbnail:hover {
  background: #f1f1f1;
}
.mini-cart-products .li-thumbnail:hover .input-text {
  background: #f1f1f1;
}
.mini-cart-products .li-thumbnail .item-image {
  padding: 10px 10px 4px 10px;
}
.mini-cart-products .li-thumbnail .item-image img {
  border: none;
}
.mini-cart-products .li-thumbnail .item-details {
  padding: 10px 10px 4px 0;
}
.mini-cart-products .li-thumbnail .item-details .name {
  font-size: 0.75rem;
  text-transform: initial;
  padding: 0 0 6px;
}
.mini-cart-products .li-thumbnail .item-details .name a {
  color: #85734f;
  font-size: 13px;
}
.mini-cart-products .li-thumbnail .item-details .attr_wrp {
  padding: 0 0 6px;
}
.mini-cart-products .li-thumbnail .item-details .mini-cart-pricing {
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  font-size: 1rem;
}
.mini-cart-products .li-thumbnail .item-details .configurator-item-label {
  text-transform: none;
  font-family: GillSansNova-Medium;
  font-weight: 500;
}
.mini-cart-products .li-thumbnail .mini-cart-product-update {
  position: relative;
  padding: 0 0 3px;
}

.mini-cart-product-update .quantity-controls {
  color: #000000;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 78px;
}
.mini-cart-product-update .quantity-controls input {
  border: none;
  font-size: 13;
  height: 15px;
  padding-top: 2px;
  text-align: center;
  width: 62px;
  line-height: normal;
  font-family: GillSansNova-Bold;
  -moz-appearance: textfield;
}
.mini-cart-product-update .quantity-controls span.btn-number {
  color: #929292;
  cursor: pointer;
  font-size: 13px;
  position: absolute;
  font-family: GillSansNova-Bold;
}
.mini-cart-product-update .quantity-controls span.li-qty-minus {
  left: 0;
}
.mini-cart-product-update .quantity-controls span .icon.plus, .mini-cart-product-update .quantity-controls span .icon.minus {
  width: 10px;
  height: 16px;
  top: 0;
  left: 0;
  pointer-events: auto;
}
.mini-cart-product-update .mini-cart-product-remove, .mini-cart-product-update .update-link {
  position: absolute;
  top: 2px;
}
.mini-cart-product-update .mini-cart-product-remove button.button-text, .mini-cart-product-update .update-link button.button-text {
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
}
.mini-cart-product-update .mini-cart-product-remove button.button-text:not([disabled]):hover, .mini-cart-product-update .mini-cart-product-remove button.button-text:not([disabled]):active, .mini-cart-product-update .update-link button.button-text:not([disabled]):hover, .mini-cart-product-update .update-link button.button-text:not([disabled]):active {
  color: #000000;
}
.mini-cart-product-update .mini-cart-product-remove {
  left: 10px;
}
.mini-cart-product-update .rm_only {
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 0 3px 10px;
}
.mini-cart-product-update .update-link {
  right: 10px;
}

.mini-cart-totals .mini-cart-subtotals {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.mini-cart-totals .mini-cart-subtotals .items {
  float: left;
  width: 49%;
  text-align: left;
  font-size: 16px;
}
.mini-cart-totals .mini-cart-subtotals .subtotal {
  float: right;
  width: 49%;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}
.mini-cart-totals .mini-cart-subtotals .label {
  margin: 0 20px 0 0;
}
.mini-cart-totals .mini-cart-link-checkout {
  float: right;
  clear: none;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.mini-cart-totals .mini-cart-link-checkout.hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.pt_wish-list .sign-in {
  width: 100%;
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  font-size: 0.9375rem;
  font-family: GillSansNova-Light;
}

.wishlist-info-dialog .ui-button:hover .ui-icon.ui-icon-closethick, .wishlist-info-dialog .ui-button:focus .ui-icon.ui-icon-closethick {
  background-image: url(../images/svg-icons/x-close-icon-hover.svg);
}

#my-wishlist-settings {
  background: #f1f1f1;
  position: relative;
  overflow: auto;
}
#my-wishlist-settings .delivery-settings {
  float: left;
  width: 34%;
  padding: 0 20px 10px;
  box-sizing: border-box;
}
#my-wishlist-settings .address-label, #my-wishlist-settings .addressbook-link {
  padding: 0 0 13px;
}
@media only screen and (max-width: 767px) {
  #my-wishlist-settings .delivery-settings {
    float: none;
    width: 100%;
  }
}

#wishlist-table {
  margin-bottom: 20px;
}
#wishlist-table .table-row {
  border-bottom: 1px solid #000000;
}
#wishlist-table .table-row:last-of-type {
  border-bottom: 1px solid #000000;
}
#wishlist-table td {
  padding: 20px 0;
}
#wishlist-table .item-image img {
  border: none;
}
#wishlist-table .item-details {
  padding: 20px 0 20px 10px;
}
#wishlist-table .item-details .name {
  padding: 2px 0 10px;
}
#wishlist-table .item-details .name a {
  color: #000000;
  font-size: 0.75rem;
}
#wishlist-table .item-details .product-list-item .name {
  font-size: inherit;
  font-style: normal;
}
#wishlist-table .item-details .product-price {
  font-family: GillSansNova-Bold;
  font-size: 0.75rem;
}
#wishlist-table .product-price .price-standard {
  color: #929292;
  text-decoration: line-through;
  padding: 0 2px 0 0;
}
#wishlist-table .option-update {
  margin: 0;
}
#wishlist-table .option-update #add-to-cart,
#wishlist-table .option-update .add-to-cart {
  margin: 0 0 10px;
}
#wishlist-table .option-update #add-to-cart.out-of-stock,
#wishlist-table .option-update .add-to-cart.out-of-stock {
  background: #ffffff;
  border: 1px solid #bc0031;
  color: #bc0031;
  opacity: 1;
}
#wishlist-table .option-update .view-button {
  border: 1px solid #000000;
}
#wishlist-table .option-update .delete-item {
  border: none;
  background: none;
  color: #000000;
  text-decoration: underline;
  height: initial;
  line-height: normal;
}
#wishlist-table .item-dashboard {
  width: 220px;
  box-sizing: border-box;
  vertical-align: bottom;
  padding: 15px 10px;
}
#wishlist-table .item-dashboard button {
  width: 100%;
  margin-top: 10px;
}
#wishlist-table .item-dashboard .button-text {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 1279px) {
  #wishlist-table .item-dashboard {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #wishlist-table .item-image {
    float: left;
  }
  #wishlist-table .item-details {
    float: left;
    width: 60%;
    margin: 20px 0 0;
  }
  #wishlist-table .item-dashboard,
#wishlist-table .recipe-added-date {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0;
  }
  #wishlist-table .option-update {
    margin: 10px 0 20px;
  }
}
#wishlist-table.recipes .item-image {
  vertical-align: top;
}
#wishlist-table.recipes .item-details {
  width: 220px;
}
#wishlist-table.recipes .item-details td {
  padding: 0;
}
#wishlist-table.recipes .item-details .name {
  padding: 0;
}
#wishlist-table.recipes .recipe-added-date, #wishlist-table.recipes .item-dashboard {
  vertical-align: top;
}
#wishlist-table.recipes .recipe-added-date {
  padding: 20px 0 0 35px;
}
#wishlist-table.recipes .item-dashboard {
  width: 315px;
}
@media only screen and (min-width: 768px) {
  #wishlist-table.recipes .item-dashboard .option-update {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  #wishlist-table.recipes .item-dashboard {
    width: 215px;
  }
  #wishlist-table.recipes .item-details {
    width: 130px;
  }
  #wishlist-table.recipes .recipe-added-date {
    padding: 20px 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #wishlist-table.recipes .item-dashboard {
    width: 170px;
  }
  #wishlist-table.recipes .recipe-added-date {
    padding: 20px 0 0 10px;
  }
  #wishlist-table.recipes .item-details {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #wishlist-table.recipes .recipe-added-date {
    padding: 0 0 10px;
  }
  #wishlist-table.recipes .item-details {
    width: 60%;
  }
  #wishlist-table.recipes .item-dashboard {
    width: 100%;
  }
}

.wl-search-term {
  text-transform: initial;
}
.wl-search-term .quote {
  color: #929292;
}
.wl-search-term .q-right {
  margin-left: -2px;
}
.wl-search-term .q-left {
  margin-right: -2px;
}

.login-intercept {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.login-intercept .wb-mobile {
  display: none;
}
.login-intercept.checkout {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: -24px;
}
.login-intercept.checkout .login-column:first-of-type {
  margin: 24px 0 0;
}
.login-intercept.checkout .login-column-0 {
  -ms-flex-order: 1;
      order: 1;
}
.login-intercept.checkout .login-column-1 {
  -ms-flex-order: 2;
      order: 2;
}
.login-intercept.checkout .login-column-2 {
  -ms-flex-order: 3;
      order: 3;
}
.login-intercept .login-column {
  margin: 24px 0 0;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.login-intercept .login-column:has(.radio .checked) .login-option {
  display: block;
}
.login-intercept .login-column:has(.login-panel-input:checked) {
  border: 2px solid #000000;
}
.login-intercept .login-column:first-of-type {
  margin: 0;
}
.login-intercept .login-column .ui-tabs-panel {
  padding: 0;
  border: none;
  margin-top: 0;
}
.login-intercept .login-column .ui-tabs-panel.login-column-right h2 {
  font-family: GillSansNova-Medium;
  font-size: 1.0625rem;
  font-style: italic;
  text-transform: none;
}
.login-intercept .login-column .ui-tabs-tab {
  width: 50%;
  margin: 0;
  text-align: center;
  background: #ffffff;
  border-color: #f1f1f1;
}
.login-intercept .login-column .ui-tabs-tab .ui-tabs-anchor {
  padding: 27px 0;
  line-height: 0;
  width: 100%;
  color: #000000;
  outline: none;
  font-family: GillSansNova-Medium;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
.login-intercept .login-column .ui-tabs-tab.ui-state-active {
  background: #f1f1f1;
  border-color: #f1f1f1;
}
.login-intercept .login-column.wishlist-login {
  margin: 0 auto;
}
.login-intercept .login-column div.radio, .login-intercept .login-column div.radio span, .login-intercept .login-column div.radio input {
  cursor: pointer;
  width: auto;
  height: auto;
}
.login-intercept .login-column div.radio {
  margin: 0 8px 0 0;
  padding: 0;
  max-width: 20px;
  max-height: 20px;
}
.login-intercept .login-column div.radio span {
  appearance: none;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 2px;
}
.login-intercept .login-column div.radio span.checked {
  background: #000000;
  outline: 2px solid #000000;
  border: 3.5px solid #ffffff;
}
.login-intercept .login-column .login-input-label {
  font-family: GillSansNova-Bold;
  font-size: 1rem;
  line-height: 24px;
  vertical-align: middle;
}
.login-intercept .login-option {
  display: none;
}
.login-intercept .login-option.active {
  display: block;
}
.login-intercept .login-box {
  margin: 0;
  background: #ffffff;
  padding: 16px 16px 6px 30px;
}
.login-intercept .login-box input[type=text]::-webkit-input-placeholder,
.login-intercept .login-box input[type=number]::-webkit-input-placeholder,
.login-intercept .login-box input[type=password]::-webkit-input-placeholder,
.login-intercept .login-box input[type=email]::-webkit-input-placeholder,
.login-intercept .login-box input[type=tel]::-webkit-input-placeholder,
.login-intercept .login-box textarea::-webkit-input-placeholder {
  text-transform: none;
  text-align: left;
}
.login-intercept .login-box input[type=text]:-moz-placeholder,
.login-intercept .login-box input[type=number]:-moz-placeholder,
.login-intercept .login-box input[type=password]:-moz-placeholder,
.login-intercept .login-box input[type=email]:-moz-placeholder,
.login-intercept .login-box input[type=tel]:-moz-placeholder,
.login-intercept .login-box textarea:-moz-placeholder {
  text-transform: none;
  text-align: left;
}
.login-intercept .login-box input[type=text]::-moz-placeholder,
.login-intercept .login-box input[type=number]::-moz-placeholder,
.login-intercept .login-box input[type=password]::-moz-placeholder,
.login-intercept .login-box input[type=email]::-moz-placeholder,
.login-intercept .login-box input[type=tel]::-moz-placeholder,
.login-intercept .login-box textarea::-moz-placeholder {
  text-transform: none;
  text-align: left;
}
.login-intercept .login-box input[type=text]:-ms-input-placeholder,
.login-intercept .login-box input[type=number]:-ms-input-placeholder,
.login-intercept .login-box input[type=password]:-ms-input-placeholder,
.login-intercept .login-box input[type=email]:-ms-input-placeholder,
.login-intercept .login-box input[type=tel]:-ms-input-placeholder,
.login-intercept .login-box textarea:-ms-input-placeholder {
  text-transform: none;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .login-intercept .login-box {
    padding: 8px 16px 6px 30px;
  }
}
.login-intercept .login-box:has(.error-form) input[type=text],
.login-intercept .login-box:has(.error-form) input[type=password],
.login-intercept .login-box:has(.error-form) input[type=email],
.login-intercept .login-box:has(.error-form) input[type=number] {
  border: 2px solid #bc0031;
}
.login-intercept .login-box:has(.error-form) input[type=text]:focus, .login-intercept .login-box:has(.error-form) input[type=text]:not(:placeholder-shown),
.login-intercept .login-box:has(.error-form) input[type=password]:focus,
.login-intercept .login-box:has(.error-form) input[type=password]:not(:placeholder-shown),
.login-intercept .login-box:has(.error-form) input[type=email]:focus,
.login-intercept .login-box:has(.error-form) input[type=email]:not(:placeholder-shown),
.login-intercept .login-box:has(.error-form) input[type=number]:focus,
.login-intercept .login-box:has(.error-form) input[type=number]:not(:placeholder-shown) {
  border: 2px solid #bc0031;
}
@media only screen and (max-width: 767px) {
  .login-intercept .login-box .field-wrapper {
    margin-bottom: 0;
  }
}
.login-intercept .login-box label.visually-hidden {
  position: static;
  font-family: GillSansNova-Book;
  color: #000000;
  font-size: 1rem;
  line-height: 24px;
  text-transform: capitalize;
  display: inline-block;
  height: auto;
  width: auto;
}
.login-intercept .login-box .form-row {
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 24px;
  color: #000000;
}
.login-intercept .login-box span.error {
  background: url("../images/svg-icons/info-red.svg") no-repeat left 5px/16px 16px;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 8px 0;
  padding: 0 0 0 20px;
}
.login-intercept .login-box .login-rememberme .checker, .login-intercept .login-box .login-rememberme .checker span, .login-intercept .login-box .login-rememberme .checker input {
  width: 16px;
  height: 16px;
}
.login-intercept .login-box .login-rememberme .checker {
  margin: 0 8px 0 0;
}
.login-intercept .login-box .login-rememberme .checker span {
  background: url("../images/svg-icons/tickbox-bold.svg") no-repeat center/17px 17px;
}
.login-intercept .login-box .login-rememberme .checker span.checked::before {
  background: url("../images/svg-icons/tickbox-checked.svg") no-repeat center/16px 16px;
  width: 16px;
  height: 16px;
}
.login-intercept .login-box h2 {
  margin: 0 0 10px 0;
  font-family: GillSansNova-Medium;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.login-intercept .login-box button {
  width: 100%;
  height: 32px;
  font-size: 0.75rem;
  line-height: 32px;
  margin-top: 16px;
}
.login-intercept .login-box label {
  font-family: GillSansNova-Book;
  padding: 3px 0;
  color: #000000;
  letter-spacing: 0.03em;
  font-size: 1rem;
  line-height: 24px;
}
.login-intercept .login-box.create-account button {
  margin-top: 20px;
}
.login-intercept .login-box input[type=text],
.login-intercept .login-box input[type=number],
.login-intercept .login-box input[type=password],
.login-intercept .login-box input[type=email],
.login-intercept .login-box input[type=tel] {
  height: 40px;
  line-height: 24px;
  font-size: 1rem;
  text-align: left;
  appearance: none;
  border-radius: 0;
}
.login-intercept .login-box input[type=text]::-webkit-input-placeholder,
.login-intercept .login-box input[type=number]::-webkit-input-placeholder,
.login-intercept .login-box input[type=password]::-webkit-input-placeholder,
.login-intercept .login-box input[type=email]::-webkit-input-placeholder,
.login-intercept .login-box input[type=tel]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.login-intercept .login-box input[type=text]:-moz-placeholder,
.login-intercept .login-box input[type=number]:-moz-placeholder,
.login-intercept .login-box input[type=password]:-moz-placeholder,
.login-intercept .login-box input[type=email]:-moz-placeholder,
.login-intercept .login-box input[type=tel]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.login-intercept .login-box input[type=text]::-moz-placeholder,
.login-intercept .login-box input[type=number]::-moz-placeholder,
.login-intercept .login-box input[type=password]::-moz-placeholder,
.login-intercept .login-box input[type=email]::-moz-placeholder,
.login-intercept .login-box input[type=tel]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.login-intercept .login-box input[type=text]:-ms-input-placeholder,
.login-intercept .login-box input[type=number]:-ms-input-placeholder,
.login-intercept .login-box input[type=password]:-ms-input-placeholder,
.login-intercept .login-box input[type=email]:-ms-input-placeholder,
.login-intercept .login-box input[type=tel]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.login-intercept .login-box input[type=text]:focus, .login-intercept .login-box input[type=text]:not(:placeholder-shown),
.login-intercept .login-box input[type=number]:focus,
.login-intercept .login-box input[type=number]:not(:placeholder-shown),
.login-intercept .login-box input[type=password]:focus,
.login-intercept .login-box input[type=password]:not(:placeholder-shown),
.login-intercept .login-box input[type=email]:focus,
.login-intercept .login-box input[type=email]:not(:placeholder-shown),
.login-intercept .login-box input[type=tel]:focus,
.login-intercept .login-box input[type=tel]:not(:placeholder-shown) {
  border: 2px solid #000000;
}
.login-intercept .login-box input[type=text].error,
.login-intercept .login-box input[type=number].error,
.login-intercept .login-box input[type=password].error,
.login-intercept .login-box input[type=email].error,
.login-intercept .login-box input[type=tel].error {
  border: 2px solid #bc0031;
}
.login-intercept .login-box .text {
  font-size: 0.9375rem;
  padding-bottom: 15px;
  display: inline-block;
}
.login-intercept .login-box .error-form {
  background: url("../images/svg-icons/info-red.svg") no-repeat left 15%/16px 16px;
  font-size: 0.875rem;
  line-height: 24px;
}
.login-intercept .check-order-form .form-row {
  margin: 0 0 16px 0;
}
.login-intercept .check-order-form button {
  margin-top: 16px;
}
.login-intercept #password-reset {
  font-family: GillSansNova-Book;
  padding: 0 0 24px;
  font-size: 0.875rem;
  line-height: 24px;
  display: inline-block;
  text-decoration: underline;
  color: #000000;
}
.login-intercept #password-reset:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .login-intercept {
    padding: 0;
  }
  .login-intercept .wb-mobile {
    display: block;
  }
  .login-intercept .wb-desktop {
    display: none;
  }
}

.privacy-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
}
.privacy-links div:first-of-type a {
  border-right: 1px solid #929292;
  padding-right: 10px;
  margin-right: 10px;
}

.forgot-password-dialog {
  width: 300px !important;
  padding: 16px;
}
.forgot-password-dialog input[type=text]::-webkit-input-placeholder,
.forgot-password-dialog input[type=number]::-webkit-input-placeholder,
.forgot-password-dialog input[type=password]::-webkit-input-placeholder,
.forgot-password-dialog input[type=email]::-webkit-input-placeholder,
.forgot-password-dialog input[type=tel]::-webkit-input-placeholder,
.forgot-password-dialog textarea::-webkit-input-placeholder {
  text-transform: none;
  text-align: left;
}
.forgot-password-dialog input[type=text]:-moz-placeholder,
.forgot-password-dialog input[type=number]:-moz-placeholder,
.forgot-password-dialog input[type=password]:-moz-placeholder,
.forgot-password-dialog input[type=email]:-moz-placeholder,
.forgot-password-dialog input[type=tel]:-moz-placeholder,
.forgot-password-dialog textarea:-moz-placeholder {
  text-transform: none;
  text-align: left;
}
.forgot-password-dialog input[type=text]::-moz-placeholder,
.forgot-password-dialog input[type=number]::-moz-placeholder,
.forgot-password-dialog input[type=password]::-moz-placeholder,
.forgot-password-dialog input[type=email]::-moz-placeholder,
.forgot-password-dialog input[type=tel]::-moz-placeholder,
.forgot-password-dialog textarea::-moz-placeholder {
  text-transform: none;
  text-align: left;
}
.forgot-password-dialog input[type=text]:-ms-input-placeholder,
.forgot-password-dialog input[type=number]:-ms-input-placeholder,
.forgot-password-dialog input[type=password]:-ms-input-placeholder,
.forgot-password-dialog input[type=email]:-ms-input-placeholder,
.forgot-password-dialog input[type=tel]:-ms-input-placeholder,
.forgot-password-dialog textarea:-ms-input-placeholder {
  text-transform: none;
  text-align: left;
}
.forgot-password-dialog .ui-widget-header {
  padding: 0 0 8px 0;
}
.forgot-password-dialog .ui-dialog-title {
  font-family: GillSansNova-Bold;
  font-size: 1rem;
  line-height: 24px;
}
.forgot-password-dialog .form-row {
  font-family: GillSansNova-Book;
  line-height: 24px;
  font-size: 1rem;
  color: #252525;
}
.forgot-password-dialog .input-text {
  font-size: 1rem;
  text-align: left;
}
.forgot-password-dialog .input-text:focus, .forgot-password-dialog .input-text:not(:placeholder-shown) {
  border: 2px solid #000000;
}
.forgot-password-dialog .input-text.error {
  border: 2px solid #bc0031;
}
.forgot-password-dialog .message {
  margin-bottom: 8px;
  font-family: GillSansNova-Book;
  font-size: 0.875rem;
  line-height: 24px;
  color: #252525;
}
.forgot-password-dialog span.error {
  background: url("../images/svg-icons/info-red.svg") no-repeat left 50%/16px 16px;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 8px 0;
  padding: 0 0 0 20px;
}
.forgot-password-dialog button, .forgot-password-dialog .button {
  width: 100%;
}
.forgot-password-dialog .ui-icon-closethick {
  width: 13px;
  height: 24px;
  background: url("../images/svg-icons/x-close-icon-hover.svg") no-repeat;
  background-position: center;
}
.forgot-password-dialog .ui-icon-closethick:hover {
  background: url("../images/svg-icons/x-close-icon-hover.svg") no-repeat;
  background-position: center;
}
.forgot-password-dialog .ui-button .ui-icon,
.forgot-password-dialog .ui-widget-header .ui-icon,
.forgot-password-dialog .ui-icon, .forgot-password-dialog .ui-widget-content .ui-icon {
  background-image: url("../images/svg-icons/x-close-icon-hover.svg");
}
.forgot-password-dialog .send-email-button {
  margin-top: 16px;
}
.forgot-password-dialog .confirmation-container {
  margin-top: 8px;
  font-family: GillSansNova-Book;
  font-size: 14px;
  line-height: 24px;
}
.forgot-password-dialog .confirmation-container .close-dialog-button {
  font-family: GillSansNova-Book;
  margin-top: 24px;
  height: 32px;
  line-height: 32px;
}

.subscription-wrapper {
  font-family: GillSansNova-Medium;
  position: relative;
}
.subscription-wrapper .subscription-section:first-child .main-title {
  margin-top: 0;
}
.subscription-wrapper .main-title {
  font-family: GillSansNova-Medium;
  margin: 40px 0 20px;
  font-size: 25px;
}
.subscription-wrapper .main-title.active {
  color: #118f40;
}
.subscription-wrapper .main-title.canceled {
  color: #bc0031;
}
.subscription-wrapper .main-title.processing {
  color: #f1b828;
}
.subscription-wrapper .main-title .dialog-tooltip {
  display: inline-block;
  margin: 0 0 0 5px;
  height: auto;
  vertical-align: text-bottom;
  background: none;
  padding: 0;
  line-height: normal;
  border: none;
}
.subscription-wrapper .main-title .dialog-tooltip .icon {
  width: 24px;
  height: 24px;
  fill: #85734f;
}
.subscription-wrapper .main-title .dialog-tooltip .dialog-html {
  display: none;
}
.subscription-wrapper .title {
  margin: 30px 0 10px;
  font-size: 25px;
  line-height: 1.08;
  display: block;
}
.subscription-wrapper .sub-title {
  font-family: GillSansNova-Bold;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.44;
}
.subscription-wrapper option {
  color: #000000;
}
.subscription-wrapper .delivery-address {
  font-size: 1rem;
}
.subscription-wrapper div.selector {
  background: #ffffff url(../images/svg-icons/down-arrow-expand.svg) no-repeat calc(100% - 5px) center/16px;
}
.subscription-wrapper div.selector.focus span {
  background: none;
}

.processing-message {
  font-size: 14px;
  padding: 20px;
  background-color: #f1f1f1;
  border-left: 2px solid #118f40;
}

.next-subscriptions-content {
  max-width: 688px;
  margin: 10px auto 20px 0px;
  font-size: 17px;
  line-height: 1.12;
  display: block;
}
.next-subscriptions-content a {
  text-decoration: underline;
}

.order-detail {
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  padding: 20px;
  border-left: 2px solid #118f40;
}
.order-detail .order-detail-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .order-detail .order-detail-header {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .order-detail-header {
    display: block;
  }
}
.order-detail .despatch-date {
  font-family: GillSansNova-Bold;
  -ms-flex: 1;
      flex: 1;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .order-detail .despatch-date {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.order-detail .reschedule-section .ui-datepicker-trigger {
  height: auto;
  width: auto;
  padding: 0;
  background: transparent;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  float: none;
  text-indent: 0;
  margin: 0;
}
.order-detail .reschedule-section .ui-datepicker-trigger .icon {
  width: 24px;
  height: 24px;
  fill: #85734f;
}
.order-detail .reschedule-section .ui-datepicker-trigger .reschedule-label {
  margin-left: 9px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-align: left;
  color: #85734f;
  text-transform: uppercase;
  text-decoration: underline;
}
.order-detail .subscription-item-section,
.order-detail .onetime-items-section {
  margin: 20px 0;
  border: solid 1px #000000;
}
.order-detail .subscription-item-section .subscription-header,
.order-detail .subscription-item-section .onetime-items-header,
.order-detail .onetime-items-section .subscription-header,
.order-detail .onetime-items-section .onetime-items-header {
  color: #ffffff;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  background-color: #85734f;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .subscription-header,
.order-detail .subscription-item-section .onetime-items-header,
.order-detail .onetime-items-section .subscription-header,
.order-detail .onetime-items-section .onetime-items-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order-detail .subscription-item-section .subscription-header:after,
.order-detail .subscription-item-section .onetime-items-header:after,
.order-detail .onetime-items-section .subscription-header:after,
.order-detail .onetime-items-section .onetime-items-header:after {
  display: none;
}
.order-detail .subscription-item-section .subscription-header.on,
.order-detail .subscription-item-section .onetime-items-header.on,
.order-detail .onetime-items-section .subscription-header.on,
.order-detail .onetime-items-section .onetime-items-header.on {
  background-color: #000000;
}
.order-detail .subscription-item-section .subscription-header.on .icon,
.order-detail .subscription-item-section .onetime-items-header.on .icon,
.order-detail .onetime-items-section .subscription-header.on .icon,
.order-detail .onetime-items-section .onetime-items-header.on .icon {
  transform: rotate(-180deg);
}
.order-detail .subscription-item-section .subscription-header.on .hide,
.order-detail .subscription-item-section .onetime-items-header.on .hide,
.order-detail .onetime-items-section .subscription-header.on .hide,
.order-detail .onetime-items-section .onetime-items-header.on .hide {
  display: block;
}
.order-detail .subscription-item-section .subscription-header.on .show,
.order-detail .subscription-item-section .onetime-items-header.on .show,
.order-detail .onetime-items-section .subscription-header.on .show,
.order-detail .onetime-items-section .onetime-items-header.on .show {
  display: none;
}
.order-detail .subscription-item-section .subscription-header .hide,
.order-detail .subscription-item-section .onetime-items-header .hide,
.order-detail .onetime-items-section .subscription-header .hide,
.order-detail .onetime-items-section .onetime-items-header .hide {
  display: none;
}
.order-detail .subscription-item-section .subscription-header .show,
.order-detail .subscription-item-section .onetime-items-header .show,
.order-detail .onetime-items-section .subscription-header .show,
.order-detail .onetime-items-section .onetime-items-header .show {
  display: block;
}
.order-detail .subscription-item-section .subscription-header .toggle-title-text,
.order-detail .subscription-item-section .onetime-items-header .toggle-title-text,
.order-detail .onetime-items-section .subscription-header .toggle-title-text,
.order-detail .onetime-items-section .onetime-items-header .toggle-title-text {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .subscription-header .toggle-title-text,
.order-detail .subscription-item-section .onetime-items-header .toggle-title-text,
.order-detail .onetime-items-section .subscription-header .toggle-title-text,
.order-detail .onetime-items-section .onetime-items-header .toggle-title-text {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-top: 20px;
  }
}
.order-detail .subscription-item-section .subscription-header .icon,
.order-detail .subscription-item-section .onetime-items-header .icon,
.order-detail .onetime-items-section .subscription-header .icon,
.order-detail .onetime-items-section .onetime-items-header .icon {
  width: 15px;
  height: 15px;
  -ms-flex: 0 0 15px;
      flex: 0 0 15px;
  margin-left: 12px;
  transition: transform ease-in 0.2s;
}
.order-detail .subscription-item-section .subscription-header .item-title-prefix,
.order-detail .subscription-item-section .onetime-items-header .item-title-prefix,
.order-detail .onetime-items-section .subscription-header .item-title-prefix,
.order-detail .onetime-items-section .onetime-items-header .item-title-prefix {
  font-family: GillSansNova-Bold;
}
.order-detail .subscription-item-section .item-body + .item-body,
.order-detail .onetime-items-section .item-body + .item-body {
  border-top: 1px solid #000000;
}
.order-detail .subscription-item-section .item-body,
.order-detail .onetime-items-section .item-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}
.order-detail .subscription-item-section .item-body .item-image,
.order-detail .onetime-items-section .item-body .item-image {
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-image,
.order-detail .onetime-items-section .item-body .item-image {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.order-detail .subscription-item-section .item-body .item-image img,
.order-detail .onetime-items-section .item-body .item-image img {
  width: 100%;
  height: auto;
}
.order-detail .subscription-item-section .item-body .item-details,
.order-detail .onetime-items-section .item-body .item-details {
  margin-right: 40px;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details,
.order-detail .onetime-items-section .item-body .item-details {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .order-detail .subscription-item-section .item-body .item-details,
.order-detail .onetime-items-section .item-body .item-details {
    margin-right: 0;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute,
.order-detail .onetime-items-section .item-body .item-details .item-attribute {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-attribute,
.order-detail .onetime-items-section .item-body .item-details .item-attribute {
    display: block;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute.item-name,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.item-name {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute .label,
.order-detail .onetime-items-section .item-body .item-details .item-attribute .label {
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute .selector,
.order-detail .onetime-items-section .item-body .item-details .item-attribute .selector {
  text-align: left;
  border: 1px solid #000000;
  margin-bottom: 10px;
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute .selector span,
.order-detail .onetime-items-section .item-body .item-details .item-attribute .selector span {
  text-transform: capitalize;
  font-size: 13px;
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute.item-qty .focus span,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.item-qty .focus span {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-attribute.item-qty,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.item-qty {
    width: 100%;
  }
  .order-detail .subscription-item-section .item-body .item-details .item-attribute.item-qty .label,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.item-qty .label {
    display: block;
    margin-bottom: 10px;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute.item-qty.attribute-inline,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.item-qty.attribute-inline {
  margin-right: 100px;
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-details .item-attribute.item-qty.attribute-inline,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.item-qty.attribute-inline {
    margin-right: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-attribute.item-qty.attribute-inline,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.item-qty.attribute-inline {
    margin-right: 40px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-attribute.item-qty.attribute-inline .label,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.item-qty.attribute-inline .label {
    display: inline;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute.attribute-inline,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.attribute-inline {
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-attribute.attribute-inline,
.order-detail .onetime-items-section .item-body .item-details .item-attribute.attribute-inline {
    line-height: 25px;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-attribute .item-view-edit,
.order-detail .onetime-items-section .item-body .item-details .item-attribute .item-view-edit {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  display: block;
  font-size: 15px;
  margin: 10px 0 0;
  color: #85734f;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-attribute .item-view-edit,
.order-detail .onetime-items-section .item-body .item-details .item-attribute .item-view-edit {
    text-align: center;
  }
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-details .item-name,
.order-detail .onetime-items-section .item-body .item-details .item-name {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-name,
.order-detail .onetime-items-section .item-body .item-details .item-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-details .item-name .label,
.order-detail .onetime-items-section .item-body .item-details .item-name .label {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-name .label,
.order-detail .onetime-items-section .item-body .item-details .item-name .label {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 483px) {
  .order-detail .subscription-item-section .item-body .item-details .item-name .item-name,
.order-detail .onetime-items-section .item-body .item-details .item-name .item-name {
    max-width: 140px;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-alternatives,
.order-detail .onetime-items-section .item-body .item-details .item-alternatives {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-details .item-alternatives .label,
.order-detail .onetime-items-section .item-body .item-details .item-alternatives .label {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-qty,
.order-detail .onetime-items-section .item-body .item-details .item-qty {
  margin-right: 30px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-qty,
.order-detail .onetime-items-section .item-body .item-details .item-qty {
    margin-right: 10px;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-qty select.quantity,
.order-detail .onetime-items-section .item-body .item-details .item-qty select.quantity {
  background-size: 16px;
}
.order-detail .subscription-item-section .item-body .item-details .item-qty .selector,
.order-detail .onetime-items-section .item-body .item-details .item-qty .selector {
  -ms-flex: 0 0 74px;
      flex: 0 0 74px;
  min-width: 90px;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-qty .selector,
.order-detail .onetime-items-section .item-body .item-details .item-qty .selector {
    min-width: 77px;
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-qty.attribute-inline .value.MaR-quantity,
.order-detail .onetime-items-section .item-body .item-details .item-qty.attribute-inline .value.MaR-quantity {
    display: block;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-frequency,
.order-detail .onetime-items-section .item-body .item-details .item-frequency {
  float: left;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-frequency,
.order-detail .onetime-items-section .item-body .item-details .item-frequency {
    width: 100%;
  }
  .order-detail .subscription-item-section .item-body .item-details .item-frequency .label,
.order-detail .onetime-items-section .item-body .item-details .item-frequency .label {
    margin-bottom: 10px;
  }
}
.order-detail .subscription-item-section .item-body .item-details .item-frequency select.frequency,
.order-detail .onetime-items-section .item-body .item-details .item-frequency select.frequency {
  background-size: 16px;
}
.order-detail .subscription-item-section .item-body .item-details .item-frequency .selector,
.order-detail .onetime-items-section .item-body .item-details .item-frequency .selector {
  min-width: 165px;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-frequency .selector,
.order-detail .onetime-items-section .item-body .item-details .item-frequency .selector {
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-details .item-frequency.attribute-inline,
.order-detail .onetime-items-section .item-body .item-details .item-frequency.attribute-inline {
    width: auto;
  }
  .order-detail .subscription-item-section .item-body .item-details .item-frequency.attribute-inline .value,
.order-detail .onetime-items-section .item-body .item-details .item-frequency.attribute-inline .value {
    display: block;
  }
}
.order-detail .subscription-item-section .item-body .item-deliveries-and-price,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  font-size: 15px;
  margin-left: auto;
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-deliveries-and-price,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    -ms-flex-order: 11;
        order: 11;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-deliveries-and-price,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-order: 10;
        order: 10;
  }
}
.order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-delivery-info,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-delivery-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 18px;
}
.order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-delivery-info .gill-bold,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-delivery-info .gill-bold {
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-delivery-info,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-delivery-info {
    position: absolute;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-delivery-info,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-delivery-info {
    position: static;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-price,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
  line-height: normal;
}
.order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-price:last-child,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-price:last-child {
  margin-bottom: 0;
}
.order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-price .label,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-price .label {
  margin-right: 10px;
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-price,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-price {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-price,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-price {
    margin-left: 0;
  }
}
.order-detail .subscription-item-section .item-body .item-deliveries-and-price .item-price-total,
.order-detail .onetime-items-section .item-body .item-deliveries-and-price .item-price-total {
  font-family: GillSansNova-Bold;
}
.order-detail .subscription-item-section .item-body .item-action,
.order-detail .onetime-items-section .item-body .item-action {
  position: absolute;
  left: 180px;
  bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-action,
.order-detail .onetime-items-section .item-body .item-action {
    left: 20px;
    bottom: 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-action,
.order-detail .onetime-items-section .item-body .item-action {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-left: 0;
    -ms-flex-order: 11;
        order: 11;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    margin-top: 15px;
  }
}
.order-detail .subscription-item-section .item-body .item-action button,
.order-detail .onetime-items-section .item-body .item-action button {
  display: inline-block;
  height: auto;
  background: none;
  padding: 0;
  border: none;
  text-decoration: underline;
  color: #85734f;
  font-size: 15px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-action button,
.order-detail .onetime-items-section .item-body .item-action button {
    margin-right: 10px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-action button,
.order-detail .onetime-items-section .item-body .item-action button {
    display: block;
    margin: 0 auto;
  }
}
.order-detail .subscription-item-section .item-body .item-action button:hover,
.order-detail .onetime-items-section .item-body .item-action button:hover {
  text-decoration: none;
}
.order-detail .subscription-item-section .item-body .item-action button + button,
.order-detail .onetime-items-section .item-body .item-action button + button {
  margin-left: 10px;
}
@media only screen and (max-width: 1279px) {
  .order-detail .subscription-item-section .item-body .item-action button + button,
.order-detail .onetime-items-section .item-body .item-action button + button {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-action button + button,
.order-detail .onetime-items-section .item-body .item-action button + button {
    margin-top: 20px;
    margin-left: auto;
  }
}
.order-detail .subscription-item-section .item-body .item-action button + button::before,
.order-detail .onetime-items-section .item-body .item-action button + button::before {
  content: "|";
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .order-detail .subscription-item-section .item-body .item-action button + button::before,
.order-detail .onetime-items-section .item-body .item-action button + button::before {
    display: none;
  }
}
.order-detail .order-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .order-detail .order-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order-detail .order-footer .delivery-section {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .order-detail .order-footer .delivery-section {
    margin-right: 0;
  }
}
.order-detail .order-footer .totals {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .order-detail .order-footer .totals {
    margin-left: 0;
    margin-top: 15px;
  }
}
.order-detail .delivery-section .sub-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.order-detail .delivery-section .edit-address {
  display: block;
  font-size: 16px;
  margin: 10px 0 0;
  color: #85734f;
  text-decoration: underline;
}
.order-detail .totals {
  -ms-flex: 0 0 260px;
      flex: 0 0 260px;
  font-size: 20px;
  line-height: 1.75;
}
@media only screen and (max-width: 1279px) {
  .order-detail .totals {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}
@media only screen and (max-width: 959px) {
  .order-detail .totals {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .order-detail .totals {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
.order-detail .totals .delivery,
.order-detail .totals .total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.order-detail .totals .total {
  font-family: GillSansNova-Bold;
}

.processing-orders .order-detail,
.processing-orders .cancel-detail,
.canceled-subscriptions .order-detail,
.canceled-subscriptions .cancel-detail {
  padding: 20px;
  margin: 20px 0;
  color: #000000;
}
.processing-orders .order-detail .sub-title,
.processing-orders .cancel-detail .sub-title,
.canceled-subscriptions .order-detail .sub-title,
.canceled-subscriptions .cancel-detail .sub-title {
  margin: 0 0 20px;
  display: block;
}
.processing-orders .order-detail .items-section,
.processing-orders .cancel-detail .items-section,
.canceled-subscriptions .order-detail .items-section,
.canceled-subscriptions .cancel-detail .items-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .processing-orders .order-detail .items-section,
.processing-orders .cancel-detail .items-section,
.canceled-subscriptions .order-detail .items-section,
.canceled-subscriptions .cancel-detail .items-section {
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.processing-orders .order-detail .items-section .item,
.processing-orders .cancel-detail .items-section .item,
.canceled-subscriptions .order-detail .items-section .item,
.canceled-subscriptions .cancel-detail .items-section .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.processing-orders .order-detail .items-section .item-image,
.processing-orders .cancel-detail .items-section .item-image,
.canceled-subscriptions .order-detail .items-section .item-image,
.canceled-subscriptions .cancel-detail .items-section .item-image {
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .processing-orders .order-detail .items-section .item-image,
.processing-orders .cancel-detail .items-section .item-image,
.canceled-subscriptions .order-detail .items-section .item-image,
.canceled-subscriptions .cancel-detail .items-section .item-image {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.processing-orders .order-detail .items-section .item-image img,
.processing-orders .cancel-detail .items-section .item-image img,
.canceled-subscriptions .order-detail .items-section .item-image img,
.canceled-subscriptions .cancel-detail .items-section .item-image img {
  width: 100%;
  height: auto;
}
.processing-orders .order-detail .items-section .item-attribute,
.processing-orders .cancel-detail .items-section .item-attribute,
.canceled-subscriptions .order-detail .items-section .item-attribute,
.canceled-subscriptions .cancel-detail .items-section .item-attribute {
  margin-bottom: 25px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .processing-orders .order-detail .items-section .item-attribute,
.processing-orders .cancel-detail .items-section .item-attribute,
.canceled-subscriptions .order-detail .items-section .item-attribute,
.canceled-subscriptions .cancel-detail .items-section .item-attribute {
    margin-bottom: 20px;
  }
}
.processing-orders .order-detail .items-section .item-attribute:last-child,
.processing-orders .cancel-detail .items-section .item-attribute:last-child,
.canceled-subscriptions .order-detail .items-section .item-attribute:last-child,
.canceled-subscriptions .cancel-detail .items-section .item-attribute:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .processing-orders .order-detail .items-section .item-attribute:last-child,
.processing-orders .cancel-detail .items-section .item-attribute:last-child,
.canceled-subscriptions .order-detail .items-section .item-attribute:last-child,
.canceled-subscriptions .cancel-detail .items-section .item-attribute:last-child {
    margin-bottom: 20px;
  }
}
.processing-orders .order-detail .receiving-message,
.processing-orders .order-detail .reactivate-message,
.processing-orders .cancel-detail .receiving-message,
.processing-orders .cancel-detail .reactivate-message,
.canceled-subscriptions .order-detail .receiving-message,
.canceled-subscriptions .order-detail .reactivate-message,
.canceled-subscriptions .cancel-detail .receiving-message,
.canceled-subscriptions .cancel-detail .reactivate-message {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  font-size: 16px;
  line-height: 1.13;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .processing-orders .order-detail .receiving-message,
.processing-orders .order-detail .reactivate-message,
.processing-orders .cancel-detail .receiving-message,
.processing-orders .cancel-detail .reactivate-message,
.canceled-subscriptions .order-detail .receiving-message,
.canceled-subscriptions .order-detail .reactivate-message,
.canceled-subscriptions .cancel-detail .receiving-message,
.canceled-subscriptions .cancel-detail .reactivate-message {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
  }
}
.processing-orders .order-detail .receiving-message .button,
.processing-orders .order-detail .reactivate-message .button,
.processing-orders .cancel-detail .receiving-message .button,
.processing-orders .cancel-detail .reactivate-message .button,
.canceled-subscriptions .order-detail .receiving-message .button,
.canceled-subscriptions .order-detail .reactivate-message .button,
.canceled-subscriptions .cancel-detail .receiving-message .button,
.canceled-subscriptions .cancel-detail .reactivate-message .button {
  background-color: #118f40;
  border-color: #118f40;
  width: 100%;
  display: block;
  margin: 20px 0;
  min-width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
@media only screen and (max-width: 959px) {
  .processing-orders .order-detail .receiving-message .button,
.processing-orders .order-detail .reactivate-message .button,
.processing-orders .cancel-detail .receiving-message .button,
.processing-orders .cancel-detail .reactivate-message .button,
.canceled-subscriptions .order-detail .receiving-message .button,
.canceled-subscriptions .order-detail .reactivate-message .button,
.canceled-subscriptions .cancel-detail .receiving-message .button,
.canceled-subscriptions .cancel-detail .reactivate-message .button {
    min-width: 240px;
  }
}
.processing-orders .order-detail .delivery-section .edit-address,
.processing-orders .cancel-detail .delivery-section .edit-address,
.canceled-subscriptions .order-detail .delivery-section .edit-address,
.canceled-subscriptions .cancel-detail .delivery-section .edit-address {
  display: block;
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.79;
  letter-spacing: 1.2px;
  color: #85734f;
  text-decoration: underline;
}
.processing-orders .cancel-detail,
.canceled-subscriptions .cancel-detail {
  background-color: #f7dbe2;
  border-left: 2px solid #bc0031;
}
.processing-orders .order-detail-wrapper,
.canceled-subscriptions .order-detail-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .processing-orders .order-detail-wrapper,
.canceled-subscriptions .order-detail-wrapper {
    display: block;
  }
}
.processing-orders .show-more,
.canceled-subscriptions .show-more {
  display: block;
  border: 1px solid #000000;
  width: 100%;
}

.processing-orders .order-detail-wrapper {
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .processing-orders .order-detail-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.processing-orders .items {
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 767px) {
  .processing-orders .items {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .processing-orders .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.processing-orders .item + .item {
  margin-top: 20px;
}
.processing-orders .order-detail {
  background-color: #f0e7cf;
  border-color: #f1b828;
}
@media only screen and (max-width: 767px) {
  .processing-orders .order-detail .receiving-message {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: 25px 0;
  }
}
.processing-orders .order-footer {
  margin-top: 20px;
}
.processing-orders .delivery-section .sub-title {
  margin-bottom: 10px;
}
.processing-orders .totals {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
}

.og-dialog {
  border: none;
  padding: 20px;
  background: #f1f1f1;
}
.og-dialog .ui-widget-header {
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.og-dialog .ui-dialog-title {
  font-family: GillSansNova-Medium;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.og-dialog .dialog-content {
  padding-bottom: 20px;
}
.og-dialog .ui-dialog-buttonset .ui-button {
  display: block;
  width: 100%;
}
.og-dialog .ui-dialog-buttonset .ui-button + .ui-button,
.og-dialog .ui-dialog-buttonset .btn-close {
  margin-top: 20px;
  background: none;
  padding: 0;
  border: none;
  height: auto;
  line-height: normal;
  text-decoration: underline;
  color: #85734f;
  font-size: 13px;
}
.og-dialog .ui-dialog-buttonset .btn-close {
  margin-top: 0;
}
.og-dialog .ui-dialog-buttonset .remove-product-btn,
.og-dialog .ui-dialog-buttonset .btn-cancel-reason {
  color: #ffffff;
  background-color: #000000;
  padding: 0 0 8px;
}
.og-dialog .ui-dialog-buttonset .remove-product-btn:hover, .og-dialog .ui-dialog-buttonset .remove-product-btn:focus, .og-dialog .ui-dialog-buttonset .remove-product-btn:active,
.og-dialog .ui-dialog-buttonset .btn-cancel-reason:hover,
.og-dialog .ui-dialog-buttonset .btn-cancel-reason:focus,
.og-dialog .ui-dialog-buttonset .btn-cancel-reason:active {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.og-dialog .ui-dialog-buttonset .ui-button + .btn-close {
  margin-top: 20px;
}
.og-dialog .ui-button .ui-button-icon {
  background: url(../images/svg-icons/x-close-icon-subs.svg) no-repeat;
  background-size: 12px 16px;
  background-position: center top;
}
.og-dialog .ui-datepicker {
  border: none;
  padding: 0;
}
.og-dialog .ui-datepicker .ui-datepicker-prev,
.og-dialog .ui-datepicker .ui-datepicker-next {
  background: none;
  top: 5px;
}
.og-dialog .ui-datepicker .ui-datepicker-prev:hover,
.og-dialog .ui-datepicker .ui-datepicker-next:hover {
  background: none;
}
.og-dialog .ui-datepicker .ui-datepicker-prev::before,
.og-dialog .ui-datepicker .ui-datepicker-next::before {
  display: block;
  font-size: 40px;
  top: 50%;
  margin-top: -16px;
  color: transparent;
}
.og-dialog .ui-datepicker .ui-datepicker-prev {
  left: 3px;
}
.og-dialog .ui-datepicker .ui-datepicker-prev:before {
  background: #ffffff url(../images/svg-icons/left-arrow-previous-bronzey.svg) no-repeat calc(100% - 5px) center/26px;
}
.og-dialog .ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.og-dialog .ui-datepicker .ui-datepicker-next:before {
  background: #ffffff url(../images/svg-icons/right-arrow-next-bronzey.svg) no-repeat calc(100% - 5px) center/26px;
}
.og-dialog .ui-datepicker .ui-datepicker-header {
  padding-bottom: 0;
}
.og-dialog .ui-datepicker .ui-datepicker-title {
  font-family: GillSansNova-Medium;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
.og-dialog .ui-datepicker .ui-datepicker-calendar td a {
  width: 22px;
  height: 22px;
  line-height: 15px;
  font-size: 11px;
}
.og-dialog .ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: #85734f;
}
.og-dialog .ui-datepicker .ui-datepicker-current-day .ui-state-active,
.og-dialog .ui-datepicker .ui-state-hover {
  background-color: #85734f;
}
.og-dialog .notification {
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
}

.og-cancel-dialog .cancel-dialog label {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.og-cancel-dialog .cancel-dialog .selector {
  border-color: #000000;
}
.og-cancel-dialog .cancel-dialog .selector span {
  font-size: 13px;
  text-transform: none;
}
.og-cancel-dialog .cancel-dialog option {
  color: #000000;
}
.og-cancel-dialog .cancel-description {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.og-reschedule-dialog {
  width: 860px !important;
}
@media only screen and (max-width: 959px) {
  .og-reschedule-dialog {
    width: 600px !important;
  }
}
@media only screen and (max-width: 767px) {
  .og-reschedule-dialog {
    width: 303px !important;
    top: 0 !important;
  }
}
.og-reschedule-dialog .ui-dialog-buttonset .ui-button {
  background: none;
  padding: 0;
  border: none;
  height: auto;
  line-height: normal;
  text-decoration: underline;
  color: #85734f;
  font-size: 10px;
}
.og-reschedule-dialog .description {
  text-align: center;
  font-size: 16px;
}
.og-reschedule-dialog .reschedule-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 20px -10px 0;
}
@media only screen and (max-width: 959px) {
  .og-reschedule-dialog .reschedule-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.og-reschedule-dialog .item {
  -ms-flex: 1;
      flex: 1;
  margin: 0 10px;
  background: #ffffff;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .og-reschedule-dialog .item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 959px) {
  .og-reschedule-dialog .item:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .og-reschedule-dialog .item:last-child {
    margin-bottom: 0;
  }
}
.og-reschedule-dialog .item .item-icon {
  margin-bottom: 15px;
}
.og-reschedule-dialog .item .item-icon .icon {
  width: auto;
  height: 42px;
  max-width: 62px;
  fill: #85734f;
}
.og-reschedule-dialog .item .item-title {
  font-family: GillSansNova-Bold;
  margin-bottom: 20px;
  font-size: 16px;
  color: #85734f;
}
.og-reschedule-dialog .item .item-description {
  margin-bottom: 20px;
}
.og-reschedule-dialog .item .item-date-wrapper {
  font-family: GillSansNova-Bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.og-reschedule-dialog .item .item-date-wrapper .item-date {
  color: #85734f;
}
.og-reschedule-dialog .item .datepicker-wrapper {
  position: relative;
  margin: 10px -20px 0;
}
@media only screen and (max-width: 959px) {
  .og-reschedule-dialog .item .datepicker-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .og-reschedule-dialog .item .datepicker-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .og-reschedule-dialog .item .datepicker-wrapper .ui-datepicker {
    width: 260px;
  }
}
.og-reschedule-dialog .item .label {
  font-size: 10px;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.og-reschedule-dialog .item button {
  width: 100%;
}
.og-reschedule-dialog .notification {
  -ms-flex-align: start;
      align-items: flex-start;
}

.og-upcoming-orders .notification {
  margin: 0;
  -ms-flex-align: start;
      align-items: flex-start;
}

.notification {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.notification.error {
  background-color: #bc0031;
}
.notification.error.card-section {
  margin-bottom: 10px;
}
.notification.info {
  background-color: #9ab7b4;
}
.notification.info .add-item-expiration-message {
  display: inline-block;
}
.notification.warning {
  background-color: #9d717c;
}
.notification.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.notification.with-button .detail {
  margin-right: 20px;
  font-size: 16px;
  color: #ffffff;
}
.notification.with-button .detail .detail-date {
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 767px) {
  .notification.with-button .detail {
    margin-right: 0;
    -ms-flex: calc(100% - 50px);
        flex: calc(100% - 50px);
  }
}
.notification.with-button a.button {
  margin-left: auto;
  width: 100%;
  min-width: 100px;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
@media only screen and (max-width: 959px) {
  .notification.with-button a.button {
    max-width: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .notification.with-button a.button {
    max-width: none;
    min-width: none;
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .notification {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.notification .icon {
  width: 40px;
  height: 40px;
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .notification .icon {
    margin-top: 15px;
  }
}
.notification .detail {
  -ms-flex: 1;
      flex: 1;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}
.notification .detail a {
  text-decoration: underline;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .notification .detail {
    font-size: 15px;
    line-height: 1;
  }
}

.billing-details .main-title {
  margin-bottom: 10px;
}
.billing-details .description {
  font-size: 17px;
  margin-bottom: 18px;
}
.billing-details .payment-container {
  background-color: #f1f1f1;
  padding: 20px;
}
.billing-details .title {
  font-family: GillSansNova-Bold;
  font-size: 18px;
  margin: 0 0 20px;
}
.billing-details .payment-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 959px) {
  .billing-details .payment-detail {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .billing-details .payment-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.billing-details .payment-detail .card-img {
  -ms-flex: 0 0 81px;
      flex: 0 0 81px;
  margin-right: 12px;
}
.billing-details .payment-detail .card-img img {
  width: 100%;
  height: auto;
}
.billing-details .card-details {
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
}
@media only screen and (max-width: 1279px) {
  .billing-details .card-details {
    display: block;
    margin-right: 20px;
    margin-bottom: 5px;
  }
}
.billing-details .card-details .card-details-item {
  margin-right: 20px;
}
@media only screen and (max-width: 1279px) {
  .billing-details .card-details .card-details-item {
    margin-right: 0;
  }
}
.billing-details .card-details .card-details-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.billing-details .payment-action {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .billing-details .payment-action {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-top: 20px;
  }
}
.billing-details .payment-action .button {
  width: 100%;
  min-width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
@media only screen and (max-width: 959px) {
  .billing-details .payment-action .button {
    min-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-details .payment-action .button {
    max-width: none;
  }
}

.past-orders .main-title {
  margin-bottom: 10px;
}
.past-orders .description {
  font-size: 17px;
  margin-bottom: 18px;
}
.past-orders .past-orders-content a {
  color: #85734f;
  text-decoration: underline;
}

.remove-product {
  text-align: center;
  font-size: 16px;
}
.remove-product .remove-product-item,
.remove-product .remove-product-date {
  font-family: GillSansNova-Bold;
  color: #85734f;
}
.remove-product .remove-product-attribute {
  margin: 20px 0;
}
.remove-product .remove-product-attribute:first-child {
  margin-top: 0;
}
.remove-product .remove-product-attribute:last-child {
  margin-bottom: 0;
}

.page-notification {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #118f40;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.page-notification.error-notification {
  background-color: #bc0031;
}
.page-notification.error-notification .page-notification-wrapper .icon {
  display: none;
}
.page-notification .page-notification-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 20px 10px;
}
.page-notification .page-notification-wrapper .icon {
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .page-notification .page-notification-wrapper {
    -ms-flex-pack: left;
        justify-content: left;
  }
  .page-notification .page-notification-wrapper .message {
    width: 60%;
    text-align: left;
  }
}
.page-notification .close {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  background: none;
  padding: 0;
  border: none;
  height: auto;
  transform: translateY(-50%);
}
.page-notification .close .icon {
  width: 28px;
  height: 28px;
}

.breadCrumbsHolder {
  width: 100%;
  background: #ffffff;
}
.breadCrumbsHolder * {
  box-sizing: border-box;
}

.breadcrumb {
  background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  .breadcrumb {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .breadcrumb {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}
.breadcrumb a, .breadcrumb span {
  color: #000000;
  font-family: GillSansNova-Light;
}
.breadcrumb a {
  padding: 0 0 0 6px;
}
.breadcrumb a:first-child {
  padding: 0px;
}
.breadcrumb a + span {
  padding: 0 0 0 4px;
}
.breadcrumb li {
  display: inline;
  list-style: none outside none;
  line-height: 20px;
}
.breadcrumb li a {
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .primary-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.paging-current-page {
  left: -999em;
  position: absolute;
}

.breadcrumb-element:after {
  color: #929292;
  content: "/";
  margin-left: 8px;
}
.breadcrumb-element:last-child:after {
  content: "";
}

.breadcrumb-refinement:after {
  content: attr(data-divider);
  font-style: normal;
}
.breadcrumb-refinement:last-of-type:after {
  content: "";
}

.breadcrumb-refinement-value {
  background: #f1f1f1;
  display: inline-block;
  border-radius: 3px;
  margin: 0 0.42em 0.42em 0;
  padding: 0 0.42em;
}

.breadcrumb-relax {
  background: none;
  color: #929292;
  font-style: normal;
  padding: 0 0 0 0.4em;
}

.breadcrumb-result-text a,
.breadcrumb .searchphraselink {
  background: none;
  color: #929292;
  padding: 0;
}

.new-customer .fieldset-wrapper,
.new-customer fieldset,
.new-field-style .fieldset-wrapper,
.new-field-style fieldset {
  width: 300px;
  padding: 0 20px;
  margin: auto;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
.new-customer .fieldset-wrapper:first-of-type,
.new-customer fieldset:first-of-type,
.new-field-style .fieldset-wrapper:first-of-type,
.new-field-style fieldset:first-of-type {
  padding-top: 20px;
}
.new-customer .fieldset-wrapper:nth-of-type(2),
.new-customer fieldset:nth-of-type(2),
.new-field-style .fieldset-wrapper:nth-of-type(2),
.new-field-style fieldset:nth-of-type(2) {
  padding-bottom: 20px;
}
.new-customer .fieldset-wrapper.no-bg,
.new-customer fieldset.no-bg,
.new-field-style .fieldset-wrapper.no-bg,
.new-field-style fieldset.no-bg {
  background-color: #ffffff;
  padding: 0;
  margin: 0 auto;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section .opt-in-title, .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section .opt-in-title,
.new-customer fieldset.registration-actions .opt-in-section .opt-in-title,
.new-customer fieldset.guest-checkout-actions .opt-in-section .opt-in-title,
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section .opt-in-title,
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section .opt-in-title,
.new-field-style fieldset.registration-actions .opt-in-section .opt-in-title,
.new-field-style fieldset.guest-checkout-actions .opt-in-section .opt-in-title {
  margin-top: 0;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section .in-one-row, .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section .in-one-row,
.new-customer fieldset.registration-actions .opt-in-section .in-one-row,
.new-customer fieldset.guest-checkout-actions .opt-in-section .in-one-row,
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section .in-one-row,
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section .in-one-row,
.new-field-style fieldset.registration-actions .opt-in-section .in-one-row,
.new-field-style fieldset.guest-checkout-actions .opt-in-section .in-one-row {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section .in-one-row > div:not(:last-child), .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-customer fieldset.registration-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-customer fieldset.guest-checkout-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-field-style fieldset.registration-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-field-style fieldset.guest-checkout-actions .opt-in-section .in-one-row > div:not(:last-child) {
  padding-right: 34px;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section .form-row, .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section .form-row,
.new-customer fieldset.registration-actions .opt-in-section .form-row,
.new-customer fieldset.guest-checkout-actions .opt-in-section .form-row,
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section .form-row,
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section .form-row,
.new-field-style fieldset.registration-actions .opt-in-section .form-row,
.new-field-style fieldset.guest-checkout-actions .opt-in-section .form-row {
  float: none;
  margin-left: 0;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section span.error-msg, .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section span.error-msg,
.new-customer fieldset.registration-actions .opt-in-section span.error-msg,
.new-customer fieldset.guest-checkout-actions .opt-in-section span.error-msg,
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section span.error-msg,
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section span.error-msg,
.new-field-style fieldset.registration-actions .opt-in-section span.error-msg,
.new-field-style fieldset.guest-checkout-actions .opt-in-section span.error-msg {
  display: none !important;
}
.new-customer .fieldset-wrapper .legend,
.new-customer fieldset .legend,
.new-field-style .fieldset-wrapper .legend,
.new-field-style fieldset .legend {
  float: left;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 20px 10px 25%;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 0.9375rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .new-customer .fieldset-wrapper .legend,
.new-customer fieldset .legend,
.new-field-style .fieldset-wrapper .legend,
.new-field-style fieldset .legend {
    padding-left: 0;
  }
}
.new-customer .fieldset-wrapper .form-row,
.new-customer fieldset .form-row,
.new-field-style .fieldset-wrapper .form-row,
.new-field-style fieldset .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}
.new-customer .fieldset-wrapper .form-row.visually-hidden,
.new-customer fieldset .form-row.visually-hidden,
.new-field-style .fieldset-wrapper .form-row.visually-hidden,
.new-field-style fieldset .form-row.visually-hidden {
  display: none;
}
.new-customer .fieldset-wrapper .form-row span.error,
.new-customer fieldset .form-row span.error,
.new-field-style .fieldset-wrapper .form-row span.error,
.new-field-style fieldset .form-row span.error {
  -ms-flex-order: 1;
      order: 1;
  margin: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper,
.new-customer fieldset .form-row .field-wrapper,
.new-field-style .fieldset-wrapper .form-row .field-wrapper,
.new-field-style fieldset .form-row .field-wrapper {
  width: 100%;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password],
.new-customer fieldset .form-row .field-wrapper input[type=text],
.new-customer fieldset .form-row .field-wrapper input[type=number],
.new-customer fieldset .form-row .field-wrapper input[type=email],
.new-customer fieldset .form-row .field-wrapper input[type=tel],
.new-customer fieldset .form-row .field-wrapper input[type=password],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=text],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=number],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=email],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=password],
.new-field-style fieldset .form-row .field-wrapper input[type=text],
.new-field-style fieldset .form-row .field-wrapper input[type=number],
.new-field-style fieldset .form-row .field-wrapper input[type=email],
.new-field-style fieldset .form-row .field-wrapper input[type=tel],
.new-field-style fieldset .form-row .field-wrapper input[type=password] {
  height: 40px;
  line-height: 16px;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  text-align: center;
  appearance: none;
  border-radius: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper select.input-select,
.new-customer fieldset .form-row .field-wrapper select.input-select,
.new-field-style .fieldset-wrapper .form-row .field-wrapper select.input-select,
.new-field-style fieldset .form-row .field-wrapper select.input-select {
  height: 40px;
  line-height: 16px;
  background-size: 27px 20px;
  color: #000000;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  text-align: center;
  text-align-last: center;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper ::-webkit-input-placeholder,
.new-customer fieldset .form-row .field-wrapper ::-webkit-input-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper ::-webkit-input-placeholder,
.new-field-style fieldset .form-row .field-wrapper ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper :-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper :-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper :-moz-placeholder,
.new-field-style fieldset .form-row .field-wrapper :-moz-placeholder {
  color: #ffffff;
  opacity: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper ::-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper ::-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper ::-moz-placeholder,
.new-field-style fieldset .form-row .field-wrapper ::-moz-placeholder {
  color: #ffffff;
  opacity: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper :-ms-input-placeholder,
.new-customer fieldset .form-row .field-wrapper :-ms-input-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper :-ms-input-placeholder,
.new-field-style fieldset .form-row .field-wrapper :-ms-input-placeholder {
  color: #ffffff;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]::-webkit-input-placeholder,
.new-customer fieldset .form-row .field-wrapper input[type=tel]::-webkit-input-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel]::-webkit-input-placeholder,
.new-field-style fieldset .form-row .field-wrapper input[type=tel]::-webkit-input-placeholder {
  color: #929292;
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]:-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper input[type=tel]:-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel]:-moz-placeholder,
.new-field-style fieldset .form-row .field-wrapper input[type=tel]:-moz-placeholder {
  color: #929292;
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]::-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper input[type=tel]::-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel]::-moz-placeholder,
.new-field-style fieldset .form-row .field-wrapper input[type=tel]::-moz-placeholder {
  color: #929292;
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]:-ms-input-placeholder,
.new-customer fieldset .form-row .field-wrapper input[type=tel]:-ms-input-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel]:-ms-input-placeholder,
.new-field-style fieldset .form-row .field-wrapper input[type=tel]:-ms-input-placeholder {
  color: #929292;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector,
.new-customer fieldset .form-row .field-wrapper .selector,
.new-field-style .fieldset-wrapper .form-row .field-wrapper .selector,
.new-field-style fieldset .form-row .field-wrapper .selector {
  height: 40px;
  line-height: 40px;
  background-size: 27px 20px;
  width: 100% !important;
  box-sizing: border-box;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector span,
.new-customer fieldset .form-row .field-wrapper .selector span,
.new-field-style .fieldset-wrapper .form-row .field-wrapper .selector span,
.new-field-style fieldset .form-row .field-wrapper .selector span {
  color: #000000;
  font-size: 0.75rem;
  letter-spacing: 0.65px;
  text-align: center;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
  box-sizing: border-box;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector select,
.new-customer fieldset .form-row .field-wrapper .selector select,
.new-field-style .fieldset-wrapper .form-row .field-wrapper .selector select,
.new-field-style fieldset .form-row .field-wrapper .selector select {
  height: 40px;
  line-height: 40px;
  text-align-last: center;
}
.new-customer .fieldset-wrapper .form-row .form-field-tooltip,
.new-customer fieldset .form-row .form-field-tooltip,
.new-field-style .fieldset-wrapper .form-row .form-field-tooltip,
.new-field-style fieldset .form-row .form-field-tooltip {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
  right: -10px;
  top: -6px;
}
.new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip,
.new-customer fieldset .form-row .form-field-tooltip .tooltip,
.new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip,
.new-field-style fieldset .form-row .form-field-tooltip .tooltip {
  display: block;
  width: 17px;
  height: 17px;
}
.new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.new-customer fieldset .form-row .form-field-tooltip .tooltip span,
.new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.new-field-style fieldset .form-row .form-field-tooltip .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.no-svg .new-customer fieldset .form-row .form-field-tooltip .tooltip span,
.no-svg .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.no-svg .new-field-style fieldset .form-row .form-field-tooltip .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.no-svg .new-customer fieldset .form-row .form-field-tooltip .tooltip span,
.no-svg .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.no-svg .new-field-style fieldset .form-row .form-field-tooltip .tooltip span {
    background-image: url(../images/info.png);
  }
}
.new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.new-customer fieldset .form-row .form-field-tooltip .tooltip span:hover,
.new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.new-field-style fieldset .form-row .form-field-tooltip .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-customer fieldset .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-field-style fieldset .form-row .form-field-tooltip .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-customer fieldset .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-field-style fieldset .form-row .form-field-tooltip .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
.checkout-address-form .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.checkout-address-form .new-customer fieldset .form-row .form-field-tooltip .tooltip span,
.checkout-address-form .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.checkout-address-form .new-field-style fieldset .form-row .form-field-tooltip .tooltip span {
  left: 0;
}
.new-customer .fieldset-wrapper .form-row label.visually-hidden,
.new-customer fieldset .form-row label.visually-hidden,
.new-field-style .fieldset-wrapper .form-row label.visually-hidden,
.new-field-style fieldset .form-row label.visually-hidden {
  position: static;
  float: none;
  font-size: 0.625rem;
  letter-spacing: 1px;
  height: auto;
  width: 70%;
  margin: 10px auto 2px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.new-customer .fieldset-wrapper .form-row label.visually-hidden .required-indicator,
.new-customer fieldset .form-row label.visually-hidden .required-indicator,
.new-field-style .fieldset-wrapper .form-row label.visually-hidden .required-indicator,
.new-field-style fieldset .form-row label.visually-hidden .required-indicator {
  display: none;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper .input-text,
.new-customer fieldset .form-row.addressy .field-wrapper .input-text,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper .input-text,
.new-field-style fieldset .form-row.addressy .field-wrapper .input-text {
  background: url("../images/search-icon.png") no-repeat left 10px center #ffffff;
  background-size: 20px;
  padding: 0 20px;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper .input-text:focus,
.new-customer fieldset .form-row.addressy .field-wrapper .input-text:focus,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper .input-text:focus,
.new-field-style fieldset .form-row.addressy .field-wrapper .input-text:focus {
  border-color: #000000;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.new-field-style fieldset .form-row.addressy .field-wrapper ::-webkit-input-placeholder {
  color: #929292;
  opacity: 1;
  font-size: 0.75rem;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper :-moz-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper :-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper :-moz-placeholder,
.new-field-style fieldset .form-row.addressy .field-wrapper :-moz-placeholder {
  color: #929292;
  opacity: 1;
  font-size: 0.75rem;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper ::-moz-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper ::-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper ::-moz-placeholder,
.new-field-style fieldset .form-row.addressy .field-wrapper ::-moz-placeholder {
  color: #929292;
  opacity: 1;
  font-size: 0.75rem;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper :-ms-input-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper :-ms-input-placeholder,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper :-ms-input-placeholder,
.new-field-style fieldset .form-row.addressy .field-wrapper :-ms-input-placeholder {
  color: #929292;
  opacity: 1;
  font-size: 0.75rem;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row.teltooltip .form-field-tooltip .tooltip span,
.new-customer fieldset .form-row.teltooltip .form-field-tooltip .tooltip span,
.new-field-style .fieldset-wrapper .form-row.teltooltip .form-field-tooltip .tooltip span,
.new-field-style fieldset .form-row.teltooltip .form-field-tooltip .tooltip span {
  left: -15px;
  z-index: 1;
}
.new-customer .fieldset-wrapper .unhide,
.new-customer fieldset .unhide,
.new-field-style .fieldset-wrapper .unhide,
.new-field-style fieldset .unhide {
  display: inline-block;
}
.new-customer .fieldset-wrapper .unhide > label,
.new-customer fieldset .unhide > label,
.new-field-style .fieldset-wrapper .unhide > label,
.new-field-style fieldset .unhide > label {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .new-customer .fieldset-wrapper .unhide > label,
.new-customer fieldset .unhide > label,
.new-field-style .fieldset-wrapper .unhide > label,
.new-field-style fieldset .unhide > label {
    width: 90%;
  }
}
.new-customer .fieldset-wrapper .full-address,
.new-customer fieldset .full-address,
.new-field-style .fieldset-wrapper .full-address,
.new-field-style fieldset .full-address {
  display: none;
}
.new-customer .fieldset-wrapper .enter-manually,
.new-customer fieldset .enter-manually,
.new-field-style .fieldset-wrapper .enter-manually,
.new-field-style fieldset .enter-manually {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  padding: 5px 0;
  color: #929292;
  cursor: pointer;
  font-size: 0.6875rem;
}
.new-customer .fieldset-wrapper .enter-manually:hover,
.new-customer fieldset .enter-manually:hover,
.new-field-style .fieldset-wrapper .enter-manually:hover,
.new-field-style fieldset .enter-manually:hover {
  text-decoration: none;
}
.new-customer .fieldset-wrapper .enter-manually.active,
.new-customer fieldset .enter-manually.active,
.new-field-style .fieldset-wrapper .enter-manually.active,
.new-field-style fieldset .enter-manually.active {
  cursor: none;
  text-decoration: none;
  display: none;
}
.new-customer .fieldset-wrapper .complete-address,
.new-customer fieldset .complete-address,
.new-field-style .fieldset-wrapper .complete-address,
.new-field-style fieldset .complete-address {
  background: #ffffff;
  padding: 10px;
  margin-top: 10px;
}
.new-customer .fieldset-wrapper .complete-address .pcadescription,
.new-customer fieldset .complete-address .pcadescription,
.new-field-style .fieldset-wrapper .complete-address .pcadescription,
.new-field-style fieldset .complete-address .pcadescription {
  display: block;
  padding-top: 3px;
}
.new-customer .fieldset-wrapper .complete-address .edit-adressy,
.new-customer fieldset .complete-address .edit-adressy,
.new-field-style .fieldset-wrapper .complete-address .edit-adressy,
.new-field-style fieldset .complete-address .edit-adressy {
  display: block;
  border-top: 1px solid #929292;
  color: #929292;
  text-transform: uppercase;
  padding: 10px 0 0;
  margin-top: 5px;
  cursor: pointer;
}
.new-customer .form-row-button,
.new-field-style .form-row-button {
  margin: 0 0 20px 0;
  width: 100%;
}
.new-customer .form-row-button button,
.new-customer .form-row-button .button,
.new-customer .form-row-button .buttonstyle,
.new-field-style .form-row-button button,
.new-field-style .form-row-button .button,
.new-field-style .form-row-button .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .new-customer .form-row-button .button,
.new-field-style .form-row-button .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}
.new-customer .in-one-row,
.new-field-style .in-one-row {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px 0 20px;
  float: left;
}
.new-customer .in-one-row label,
.new-field-style .in-one-row label {
  width: auto;
}
.new-customer .in-one-row .form-row,
.new-field-style .in-one-row .form-row {
  width: auto;
  float: left;
  margin-left: 50px;
}
.new-customer .in-one-row .form-row:first-of-type,
.new-field-style .in-one-row .form-row:first-of-type {
  margin-left: 0;
}
.new-customer .in-one-row .form-row .field-wrapper,
.new-field-style .in-one-row .form-row .field-wrapper {
  width: auto;
}
.new-customer .address-form .title-dropdown,
.new-field-style .address-form .title-dropdown {
  width: 100%;
}
.new-customer .address-form .in-one-row,
.new-field-style .address-form .in-one-row {
  padding: 0 0 15px 0;
}
.new-customer .address-form .in-one-row .form-row,
.new-field-style .address-form .in-one-row .form-row {
  width: 100%;
  margin: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.new-customer .address-form .in-one-row .form-row.second,
.new-field-style .address-form .in-one-row .form-row.second {
  margin-left: 0;
  padding-top: 10px;
}
.new-customer .btns-new,
.new-field-style .btns-new {
  width: 100%;
}
.new-customer .btns-new button,
.new-customer .btns-new .button,
.new-customer .btns-new .buttonstyle,
.new-field-style .btns-new button,
.new-field-style .btns-new .button,
.new-field-style .btns-new .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .new-customer .btns-new .button,
.new-field-style .btns-new .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}
.new-customer .btns-new button,
.new-field-style .btns-new button {
  width: 100%;
}
.new-customer .btns-new button.cancel-button,
.new-field-style .btns-new button.cancel-button {
  background-color: transparent;
  border: none;
  color: #929292;
  text-decoration: underline;
  font-size: 0.6875rem;
  padding-top: 10px;
}
.new-customer .btns-new button.cancel-button:hover,
.new-field-style .btns-new button.cancel-button:hover {
  color: #929292;
  text-decoration: none;
}

.shipping-address-dialog,
.edit-gifcert-dialog {
  width: auto !important;
  border: none;
  padding: 20px 0;
  background-color: #f1f1f1;
}
.shipping-address-dialog .fieldset-wrapper:first-of-type,
.edit-gifcert-dialog .fieldset-wrapper:first-of-type {
  padding-top: 5px;
}
.shipping-address-dialog .ui-widget-header,
.edit-gifcert-dialog .ui-widget-header {
  position: absolute;
  right: 20px;
}
.shipping-address-dialog .ui-widget-header .ui-dialog-title,
.edit-gifcert-dialog .ui-widget-header .ui-dialog-title {
  display: none;
}
.shipping-address-dialog h2,
.edit-gifcert-dialog h2 {
  text-align: center;
  font-family: GillSansNova-Medium;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: -2px;
}
.shipping-address-dialog h4,
.edit-gifcert-dialog h4 {
  font-family: GillSansNova-Light;
  text-transform: uppercase;
}
.shipping-address-dialog h1, .shipping-address-dialog h4,
.edit-gifcert-dialog h1,
.edit-gifcert-dialog h4 {
  margin-right: 0;
}
.shipping-address-dialog h4.gift-guru-subheading,
.edit-gifcert-dialog h4.gift-guru-subheading {
  max-width: 300px;
  text-align: center;
  margin-top: 10px;
  font-size: 0.875rem;
}
.shipping-address-dialog .pcaautocomplete,
.edit-gifcert-dialog .pcaautocomplete {
  left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .shipping-address-dialog .pcaautocomplete,
.edit-gifcert-dialog .pcaautocomplete {
    left: 15px !important;
  }
}

.password-field-wrapper {
  position: relative;
  margin: 16px 0 0;
}
.password-field-wrapper:has(input:focus, input:not(:placeholder-shown)) .password-show-button {
  opacity: 1;
}
.password-field-wrapper .password-show-button {
  opacity: 0.4;
  position: absolute;
  top: 35px;
  right: 8px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url("../images/svg-icons/eye.svg") center no-repeat;
  background-size: cover;
}
.password-field-wrapper .password-show-button.password-shown {
  background: url("../images/svg-icons/eye-crossed.svg") center no-repeat;
}
.password-field-wrapper .password-validation {
  margin: -8px 0 16px;
}
.password-field-wrapper .password-validation .validation-rule {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  margin: 0 0 4px;
  font-size: 14px;
}
.password-field-wrapper .password-validation .validation-rule.valid {
  color: #118f40;
}
.password-field-wrapper .password-validation .validation-rule.valid .validation-icon:before {
  content: "";
  display: inline-block;
  background: url("../images/svg-icons/tick-green.svg") no-repeat center/20px 20px;
  width: 20px;
  height: 20px;
}
.password-field-wrapper .password-validation .validation-rule.invalid {
  color: #bc0031;
}
.password-field-wrapper .password-validation .validation-rule.invalid .validation-icon:before {
  content: "";
  display: inline-block;
  background: url("../images/svg-icons/close-red.svg") no-repeat center/20px 20px;
  width: 20px;
  height: 20px;
}

.new-customer,
.add-billing-address {
  max-width: 450px;
  margin: 0 auto;
}
.new-customer #page_heading,
.add-billing-address #page_heading {
  padding: 20px 0 0;
}
.new-customer .fieldset-wrapper,
.new-customer fieldset,
.add-billing-address .fieldset-wrapper,
.add-billing-address fieldset {
  width: 450px;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .new-customer .fieldset-wrapper,
.new-customer fieldset,
.add-billing-address .fieldset-wrapper,
.add-billing-address fieldset {
    width: 100%;
  }
}
.new-customer .fieldset-wrapper .form-row,
.new-customer fieldset .form-row,
.add-billing-address .fieldset-wrapper .form-row,
.add-billing-address fieldset .form-row {
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 24px;
  color: #000000;
  margin: 0 0 16px;
}
.new-customer .fieldset-wrapper .form-row.error,
.new-customer fieldset .form-row.error,
.add-billing-address .fieldset-wrapper .form-row.error,
.add-billing-address fieldset .form-row.error {
  border: none;
  color: #000000 !important;
}
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=text]:focus, .new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=text]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=email]:focus,
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=email]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=tel]:focus,
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=tel]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=password]:focus,
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=password]:not(:placeholder-shown),
.new-customer fieldset .form-row.error .field-wrapper input[type=text]:focus,
.new-customer fieldset .form-row.error .field-wrapper input[type=text]:not(:placeholder-shown),
.new-customer fieldset .form-row.error .field-wrapper input[type=email]:focus,
.new-customer fieldset .form-row.error .field-wrapper input[type=email]:not(:placeholder-shown),
.new-customer fieldset .form-row.error .field-wrapper input[type=tel]:focus,
.new-customer fieldset .form-row.error .field-wrapper input[type=tel]:not(:placeholder-shown),
.new-customer fieldset .form-row.error .field-wrapper input[type=password]:focus,
.new-customer fieldset .form-row.error .field-wrapper input[type=password]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=text]:focus,
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=text]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=email]:focus,
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=email]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=tel]:focus,
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=tel]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=password]:focus,
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=password]:not(:placeholder-shown),
.add-billing-address fieldset .form-row.error .field-wrapper input[type=text]:focus,
.add-billing-address fieldset .form-row.error .field-wrapper input[type=text]:not(:placeholder-shown),
.add-billing-address fieldset .form-row.error .field-wrapper input[type=email]:focus,
.add-billing-address fieldset .form-row.error .field-wrapper input[type=email]:not(:placeholder-shown),
.add-billing-address fieldset .form-row.error .field-wrapper input[type=tel]:focus,
.add-billing-address fieldset .form-row.error .field-wrapper input[type=tel]:not(:placeholder-shown),
.add-billing-address fieldset .form-row.error .field-wrapper input[type=password]:focus,
.add-billing-address fieldset .form-row.error .field-wrapper input[type=password]:not(:placeholder-shown) {
  border: 2px solid #bc0031;
}
.new-customer .fieldset-wrapper .form-row.error .error-message,
.new-customer fieldset .form-row.error .error-message,
.add-billing-address .fieldset-wrapper .form-row.error .error-message,
.add-billing-address fieldset .form-row.error .error-message {
  background: url("../images/svg-icons/info-red.svg") no-repeat left 5px/16px 16px;
  -ms-flex-order: 1;
      order: 1;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper .input-text,
.new-customer fieldset .form-row.addressy .field-wrapper .input-text,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper .input-text,
.add-billing-address fieldset .form-row.addressy .field-wrapper .input-text {
  background: none;
  padding: 8px 8px 12px;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.add-billing-address fieldset .form-row.addressy .field-wrapper ::-webkit-input-placeholder {
  font-size: 1rem;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper :-moz-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper :-moz-placeholder,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper :-moz-placeholder,
.add-billing-address fieldset .form-row.addressy .field-wrapper :-moz-placeholder {
  font-size: 1rem;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper ::-moz-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper ::-moz-placeholder,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper ::-moz-placeholder,
.add-billing-address fieldset .form-row.addressy .field-wrapper ::-moz-placeholder {
  font-size: 1rem;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper :-ms-input-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper :-ms-input-placeholder,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper :-ms-input-placeholder,
.add-billing-address fieldset .form-row.addressy .field-wrapper :-ms-input-placeholder {
  font-size: 1rem;
}
.new-customer .fieldset-wrapper .form-row label.visually-hidden,
.new-customer fieldset .form-row label.visually-hidden,
.add-billing-address .fieldset-wrapper .form-row label.visually-hidden,
.add-billing-address fieldset .form-row label.visually-hidden {
  width: 100%;
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}
.new-customer .fieldset-wrapper .form-row .label-detail,
.new-customer fieldset .form-row .label-detail,
.add-billing-address .fieldset-wrapper .form-row .label-detail,
.add-billing-address fieldset .form-row .label-detail {
  font-family: GillSansNova-Light;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper,
.new-customer fieldset .form-row .field-wrapper,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper,
.add-billing-address fieldset .form-row .field-wrapper {
  margin-bottom: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password],
.new-customer fieldset .form-row .field-wrapper input[type=text],
.new-customer fieldset .form-row .field-wrapper input[type=number],
.new-customer fieldset .form-row .field-wrapper input[type=email],
.new-customer fieldset .form-row .field-wrapper input[type=tel],
.new-customer fieldset .form-row .field-wrapper input[type=password],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=text],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=number],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=email],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=tel],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=password],
.add-billing-address fieldset .form-row .field-wrapper input[type=text],
.add-billing-address fieldset .form-row .field-wrapper input[type=number],
.add-billing-address fieldset .form-row .field-wrapper input[type=email],
.add-billing-address fieldset .form-row .field-wrapper input[type=tel],
.add-billing-address fieldset .form-row .field-wrapper input[type=password] {
  font-size: 1rem;
  line-height: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 12px 8px;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text]:focus, .new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number]:focus,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email]:focus,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]:focus,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password]:focus,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=text]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=text]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=number]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=number]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=email]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=email]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=tel]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=tel]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=password]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=password]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=text]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=text]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=number]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=number]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=email]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=email]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=tel]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=tel]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=password]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=password]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=text]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=text]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=number]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=number]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=email]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=email]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=tel]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=tel]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=password]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=password]:not(:placeholder-shown) {
  border: 2px solid #000000;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text].error,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number].error,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email].error,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel].error,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password].error,
.new-customer fieldset .form-row .field-wrapper input[type=text].error,
.new-customer fieldset .form-row .field-wrapper input[type=number].error,
.new-customer fieldset .form-row .field-wrapper input[type=email].error,
.new-customer fieldset .form-row .field-wrapper input[type=tel].error,
.new-customer fieldset .form-row .field-wrapper input[type=password].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=text].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=number].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=email].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=tel].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=password].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=text].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=number].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=email].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=tel].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=password].error {
  border: 2px solid #bc0031;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper ::-webkit-input-placeholder,
.new-customer fieldset .form-row .field-wrapper ::-webkit-input-placeholder,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper ::-webkit-input-placeholder,
.add-billing-address fieldset .form-row .field-wrapper ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper :-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper :-moz-placeholder,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper :-moz-placeholder,
.add-billing-address fieldset .form-row .field-wrapper :-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper ::-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper ::-moz-placeholder,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper ::-moz-placeholder,
.add-billing-address fieldset .form-row .field-wrapper ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper :-ms-input-placeholder,
.new-customer fieldset .form-row .field-wrapper :-ms-input-placeholder,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper :-ms-input-placeholder,
.add-billing-address fieldset .form-row .field-wrapper :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector,
.new-customer fieldset .form-row .field-wrapper .selector,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper .selector,
.add-billing-address fieldset .form-row .field-wrapper .selector {
  padding: 0;
  border: 2px solid #000000;
  background: url("../images/svg-icons/down-arrow-expand.svg") no-repeat calc(100% - 7px) center/16px;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector span,
.new-customer fieldset .form-row .field-wrapper .selector span,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper .selector span,
.add-billing-address fieldset .form-row .field-wrapper .selector span {
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 8px 8px 12px;
}
.new-customer .fieldset-wrapper .form-row span.error,
.new-customer fieldset .form-row span.error,
.add-billing-address .fieldset-wrapper .form-row span.error,
.add-billing-address fieldset .form-row span.error {
  background: url("../images/svg-icons/info-red.svg") no-repeat left 5px/16px 16px;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 0 0 0 20px;
}
.new-customer .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]::-webkit-input-placeholder,
.new-customer fieldset .full-address .form-row .field-wrapper input[type=text]::-webkit-input-placeholder,
.add-billing-address .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]::-webkit-input-placeholder,
.add-billing-address fieldset .full-address .form-row .field-wrapper input[type=text]::-webkit-input-placeholder {
  color: transparent;
}
.new-customer .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]:-moz-placeholder,
.new-customer fieldset .full-address .form-row .field-wrapper input[type=text]:-moz-placeholder,
.add-billing-address .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]:-moz-placeholder,
.add-billing-address fieldset .full-address .form-row .field-wrapper input[type=text]:-moz-placeholder {
  color: transparent;
}
.new-customer .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]::-moz-placeholder,
.new-customer fieldset .full-address .form-row .field-wrapper input[type=text]::-moz-placeholder,
.add-billing-address .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]::-moz-placeholder,
.add-billing-address fieldset .full-address .form-row .field-wrapper input[type=text]::-moz-placeholder {
  color: transparent;
}
.new-customer .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]:-ms-input-placeholder,
.new-customer fieldset .full-address .form-row .field-wrapper input[type=text]:-ms-input-placeholder,
.add-billing-address .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]:-ms-input-placeholder,
.add-billing-address fieldset .full-address .form-row .field-wrapper input[type=text]:-ms-input-placeholder {
  color: transparent;
}
.new-customer .fieldset-wrapper .complete-address,
.new-customer fieldset .complete-address,
.add-billing-address .fieldset-wrapper .complete-address,
.add-billing-address fieldset .complete-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 2px solid #000000;
  padding: 16px;
  margin-top: 16px;
}
.new-customer .fieldset-wrapper .complete-address .pcadescription,
.new-customer fieldset .complete-address .pcadescription,
.add-billing-address .fieldset-wrapper .complete-address .pcadescription,
.add-billing-address fieldset .complete-address .pcadescription {
  padding: 0;
  font-size: 0.875rem;
  line-height: 24px;
  color: #000000;
}
.new-customer .fieldset-wrapper .complete-address .edit-adressy,
.new-customer fieldset .complete-address .edit-adressy,
.add-billing-address .fieldset-wrapper .complete-address .edit-adressy,
.add-billing-address fieldset .complete-address .edit-adressy {
  border: none;
  padding: 0;
  color: #000000;
  font-size: 0.875rem;
  text-transform: capitalize;
  text-decoration: underline;
}
.new-customer .fieldset-wrapper .enter-manually,
.new-customer fieldset .enter-manually,
.add-billing-address .fieldset-wrapper .enter-manually,
.add-billing-address fieldset .enter-manually {
  font-size: 0.875rem;
  text-align: left;
  text-transform: none;
  color: #000000;
  padding: 0;
  margin: -10px 0 20px;
}
.new-customer .fieldset-wrapper .name-fields-wrapper,
.new-customer fieldset .name-fields-wrapper,
.add-billing-address .fieldset-wrapper .name-fields-wrapper,
.add-billing-address fieldset .name-fields-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .new-customer .fieldset-wrapper .name-fields-wrapper,
.new-customer fieldset .name-fields-wrapper,
.add-billing-address .fieldset-wrapper .name-fields-wrapper,
.add-billing-address fieldset .name-fields-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
}
.new-customer .fieldset-wrapper .selector,
.new-customer fieldset .selector,
.add-billing-address .fieldset-wrapper .selector,
.add-billing-address fieldset .selector {
  background: url("../images/svg-icons/right-arrow-next.svg") no-repeat 100% center/16px;
}
.new-customer .in-one-row,
.add-billing-address .in-one-row {
  padding: 15px 0 0;
}
.new-customer .in-one-row .form-row,
.add-billing-address .in-one-row .form-row {
  font-size: 0.8125rem;
  margin: 0 0 12px;
}

.pca .pcaautocomplete {
  border: 2px solid #000000 !important;
}
.pca .pcaautocomplete .pcalist {
  max-width: 450px;
  max-height: 220px;
  background-color: #ffffff;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar {
  width: 5px;
  background: #f1f1f1;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar-track {
  border-radius: 10px;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid #929292;
  background-color: #000000;
}
.pca .pcaautocomplete .pcalist .pcaitem {
  border-bottom: none;
  font-size: 0.8125rem;
  line-height: 22px;
  padding: 5px 0 5px 12px;
}
.pca .pcaautocomplete .pcalist .pcaitem.pcaselected {
  background-color: #F5F5F5;
}

.summary-wrapper.checkout-right {
  float: right;
  width: 250px;
  margin: 20px 0 0;
  position: relative;
  background-color: #ffffff;
}
.summary-wrapper.checkout-right.mobile-sticky-summary.stuckMenu.isStuck {
  z-index: 50;
  margin: 0 -10px 10px;
}
.summary-wrapper.checkout-right.mobile-sticky-summary.stuckMenu.isStuck .summary-title {
  padding: 15px 10px 0;
}
.summary-wrapper.checkout-right.mobile-sticky-summary.stuckMenu.isStuck .summary-body {
  padding: 0 10px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .summary-wrapper.checkout-right {
    width: 220px;
  }
}
@media only screen and (max-width: 959px) {
  .summary-wrapper.checkout-right {
    width: 450px;
    float: none;
    margin: 15px auto 10px;
    padding: 0 0 3px;
  }
  .summary-wrapper.checkout-right::after {
    content: "";
    position: absolute;
    left: calc(-50vw + 50%);
    bottom: 0;
    width: 100vw;
    height: 10px;
    background: linear-gradient(to bottom, #f1f1f1, rgba(241, 241, 241, 0));
  }
}
@media only screen and (max-width: 767px) {
  .summary-wrapper.checkout-right {
    width: 100%;
  }
}
.summary-wrapper.checkout-right .summary-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .summary-wrapper.checkout-right .summary-title {
    margin: 0 0 20px;
  }
}
.summary-wrapper.checkout-right .summary-title h2 {
  font-family: GillSansNova-Book;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.summary-wrapper.checkout-right .summary-title .expand-btn, .summary-wrapper.checkout-right .summary-title .collapse-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  text-align: right;
}
@media only screen and (min-width: 960px) {
  .summary-wrapper.checkout-right .summary-title .expand-btn, .summary-wrapper.checkout-right .summary-title .collapse-btn {
    display: none;
  }
}
.summary-wrapper.checkout-right .summary-title .expand-btn.hidden, .summary-wrapper.checkout-right .summary-title .collapse-btn.hidden {
  display: none;
}
.summary-wrapper.checkout-right .summary-title .expand-btn .icon, .summary-wrapper.checkout-right .summary-title .collapse-btn .icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .summary-wrapper.checkout-right .summary-body {
    display: none;
  }
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table {
  margin: 0 0 20px 0;
  font-family: GillSansNova-Medium;
  font-size: 0.8125rem;
  text-transform: capitalize;
  border: none;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .summary-wrapper.checkout-right #orderTotalsSection .order-totals-table {
    padding: 0;
  }
}
@media only screen and (max-width: 959px) {
  .summary-wrapper.checkout-right #orderTotalsSection .order-totals-table {
    margin: -20px 0 20px 0;
  }
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table td {
  padding: 11px 0 0;
  font-size: 0.875rem;
  text-align: left;
  line-height: 20px;
  white-space: normal;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table td:nth-child(2n+2) {
  float: right;
  padding: 11px 0 0;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .empty-space-bottom {
  height: 11px;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .order-total td {
  padding: 14px 0 9px;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .order-total:last-of-type {
  font-size: 0.875rem;
  border-top: 1px solid #000000;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .order-total:last-of-type td {
  font-weight: 600;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table td:nth-child(2n+2) {
  font-weight: 400;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .order-discount .amount {
  text-decoration: none;
  color: #000000;
  text-align: right;
}

.pay-with-card .billing-section-content {
  margin: 0 0 20px 0;
}
.pay-with-card .billing-section-content fieldset {
  width: 268px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .pay-with-card .billing-section-content fieldset {
    width: 100%;
    box-sizing: border-box;
  }
  .pay-with-card .billing-section-content fieldset .in-one-row .form-row {
    float: none;
  }
  .pay-with-card .billing-section-content fieldset .in-one-row .form-row.postal, .pay-with-card .billing-section-content fieldset .in-one-row .form-row.phone {
    width: 100%;
  }
}
.pay-with-card .payment-method {
  overflow: auto;
}
.pay-with-card .enter-manually {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  padding: 5px 0;
  color: #85734f;
  cursor: pointer;
  font-size: 0.6875rem;
}
.pay-with-card .enter-manually:hover {
  text-decoration: none;
}
.pay-with-card .enter-manually.active {
  cursor: none;
  text-decoration: none;
  display: none;
}
.pay-with-card .credit-card-details .form-row {
  float: left;
}
.pay-with-card .credit-card-details .form-row.label {
  font-size: 12px;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #929292;
  float: none;
  text-align: center;
  color: #2a2a2a;
}
.pay-with-card .credit-card-details .form-row .error-msg {
  display: none !important;
}
.pay-with-card .credit-card-details .form-row .selector {
  box-sizing: border-box;
}
.pay-with-card .credit-card-details .form-row.month, .pay-with-card .credit-card-details .form-row.year {
  width: 125px;
}
.pay-with-card .credit-card-details .form-row.month {
  margin-right: 9px;
}
.pay-with-card .credit-card-details .form-row.year {
  margin-left: 9px;
}
.pay-with-card .credit-card-details .form-row.noLabel {
  display: none;
}
.pay-with-card .credit-card-details .cvn {
  width: 100%;
  position: relative;
  padding: 0;
  float: left;
}
.pay-with-card .credit-card-details .cvn input {
  width: 125px;
  padding-right: 10px;
}
.pay-with-card .credit-card-details .cvn svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  cursor: pointer;
}
.pay-with-card .credit-card-details .cvn img {
  position: absolute;
  height: 40px;
  top: 26px;
}
.pay-with-card .credit-card-details .cvn img.cvnOne {
  right: 70px;
}
.pay-with-card .credit-card-details .cvn img.cvnTwo {
  right: 0;
}
.pay-with-card .customers-address.disabled {
  display: none;
}
.pay-with-card .completed-billing-address {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #d6d6d6;
}
.pay-with-card .billing-edit-address .edit-adressy,
.pay-with-card .billing-edit-address .save-adressy {
  text-align: center;
  margin-bottom: 20px;
}
.pay-with-card .billing-edit-address.disabled {
  display: none;
}
.pay-with-card .billing-edit-address .edit-adressy,
.pay-with-card .billing-edit-address .save-adressy,
.pay-with-card .completed-billing-address .edit-adressy,
.pay-with-card .completed-billing-address .save-adressy {
  display: block;
  border-top: 1px solid #929292;
  color: #929292;
  text-transform: uppercase;
  padding: 10px 0 0;
  margin-top: 5px;
  cursor: pointer;
}
.pay-with-card .savecard {
  position: relative;
  margin-left: 24px;
}
.pay-with-card .savecard .checker .checked {
  background: url("../images/checkActiveGold.png") no-repeat left top;
}
.pay-with-card .savecard label {
  position: absolute;
  left: 20px;
  padding: 2px 0 0 0;
  display: block;
  color: #85734f;
}
.pay-with-card .billing-address-label {
  margin: 26px 0 12px;
  text-transform: uppercase;
}
.pay-with-card .in-one-row .form-row {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pay-with-card .in-one-row .form-row {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .pay-with-card .in-one-row .form-row.form-row-second {
    margin-left: 0;
  }
}
.pay-with-card .form-row.title {
  margin: 20px 0 0;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .pay-with-card .form-row.title {
    width: 100%;
  }
}
.pay-with-card .dialog-title {
  margin: 0 0 20px 0;
}
.pay-with-card #klarna-payment-method-info {
  text-align: center;
}
.pay-with-card #klarna-payment-method-info .klarna-payment-title {
  margin-top: 20px;
  font-family: GillSansNova-Bold;
}
.pay-with-card #klarna-payment-method-info img {
  height: 35px;
  margin-bottom: -4px;
}
.pay-with-card #klarna-payment-method-info .payment-method-expanded p {
  font-family: GillSansNova-Bold;
  margin-bottom: 20px;
}
.pay-with-card #klarna-payment-method-info .methods-title {
  font-size: 14px;
  margin: 30px 0 20px;
  font-family: GillSansNova-Bold;
}
.pay-with-card #klarna-payment-method-info button {
  width: 100%;
}

.vipme-wrapper #page_heading {
  max-width: 450px;
  margin: 0 auto;
  padding: 16px 0;
}
.vipme-wrapper #page_heading h1 {
  font-family: GillSansNova-Book;
  font-size: 1.375rem;
  color: #2a2a2a;
}
.vipme-wrapper #page_heading h3 {
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .vipme-wrapper #page_heading h3 {
    padding: 0;
  }
}
.vipme-wrapper #page_heading .link {
  color: #000000;
  text-decoration: underline;
}

.vipme-container {
  max-width: 450px;
  margin: 0 auto;
}
.vipme-container .vipme-button {
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
}
.vipme-container .form-row label.visually-hidden {
  position: static;
  float: none;
  font-size: 1rem;
  line-height: 24px;
  height: auto;
  width: 100%;
  margin: 0 0 2px;
  display: inline-block;
}
.vipme-container .barcode-container {
  margin-bottom: 16px;
}
.vipme-container .barcode-container .barcode-caption {
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 24px;
  vertical-align: middle;
  color: #000000;
  margin: 0 0 16px;
}
.vipme-container .barcode-container .form-row:has(.vipmecode) {
  display: none;
  margin: 16px 0 0;
}
.vipme-container .barcode-container .form-row:has(.vipmecode).active {
  display: block;
}
.vipme-container .barcode-container .form-field-tooltip {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
  left: 200px;
  top: -6px;
}
.vipme-container .barcode-container .form-field-tooltip .tooltip {
  display: block;
  width: 17px;
  height: 17px;
}
.vipme-container .barcode-container .form-field-tooltip .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .vipme-container .barcode-container .form-field-tooltip .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .vipme-container .barcode-container .form-field-tooltip .tooltip span {
    background-image: url(../images/info.png);
  }
}
.vipme-container .barcode-container .form-field-tooltip .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .vipme-container .barcode-container .form-field-tooltip .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .vipme-container .barcode-container .form-field-tooltip .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
.vipme-container .barcode-container div.radio, .vipme-container .barcode-container div.radio span, .vipme-container .barcode-container div.radio input {
  cursor: pointer;
  width: auto;
  height: auto;
}
.vipme-container .barcode-container div.radio {
  margin: 0 8px 0 0;
  padding: 0;
  max-width: 20px;
  max-height: 20px;
}
.vipme-container .barcode-container div.radio span {
  appearance: none;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 50%;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 2px;
}
.vipme-container .barcode-container div.radio span.checked {
  background: #000000;
  outline: 2px solid #000000;
  border: 3.5px solid #ffffff;
  width: 14px;
  height: 14px;
}
.vipme-container .barcode-container .barcode-label {
  font-family: GillSansNova-Bold;
  font-size: 1rem;
  line-height: 24px;
  vertical-align: middle;
  margin-right: 30px;
}
.vipme-container .birthday-title {
  font-family: GillSansNova-Book;
  line-height: 24px;
  font-size: 1rem;
  margin: 16px 0;
}
@media only screen and (max-width: 767px) {
  .vipme-container .birthday-wrapper {
    padding: 0 10px;
  }
}
.vipme-container input[type=text] {
  height: 40px;
  line-height: 24px;
  font-size: 1rem;
  text-align: left;
  appearance: none;
  border-radius: 0;
}
.vipme-container input[type=text]:focus, .vipme-container input[type=text]:not(:placeholder-shown) {
  border: 2px solid #000000;
}
.vipme-container input[type=text].error {
  border: 2px solid #bc0031;
}
.vipme-container span.error {
  background: url("../images/svg-icons/info-red.svg") no-repeat left 5px/16px 16px;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 8px 0;
  padding: 0 0 0 20px;
}
.vipme-container .age-restriction-note {
  display: none;
  clear: left;
  -ms-flex-align: center;
      align-items: center;
  background-color: #9c717c;
  padding: 8px 13px;
}
.vipme-container .age-restriction-note.active {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .vipme-container .age-restriction-note {
    margin: 0 10px;
  }
}
.vipme-container .age-restriction-note .white-info.icon {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.vipme-container .age-restriction-note .text {
  color: #ffffff;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .vipme-container .age-restriction-note .text {
    font-size: 0.875rem;
  }
}
.vipme-container .vipme-terms-note {
  margin-top: 10px;
  font-family: GillSansNova-Light;
}
.vipme-container .vipme-terms-note .link {
  color: #2a2a2a;
  text-decoration: underline;
}

#wrapper.pt_product-details #main #primary {
  clear: both;
  float: left;
  width: 100%;
}

#product-nav-container {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 160px;
}
#product-nav-container div {
  float: left;
  text-align: center;
  width: 77px;
}
#product-nav-container img {
  max-height: 100%;
  max-width: 80%;
}
#product-nav-container span {
  display: block;
  height: 65px;
}
#product-nav-container .divided span {
  border-right: 1px solid #e0e0e0;
  padding-right: 5px;
}

.pdp-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pdp-main .tab-target-mobile .tab-mobile-title {
  box-sizing: border-box;
  height: auto;
  padding: 10px 1% 10px 10px;
  width: 100%;
}
.pdp-main label {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}
.pdp-main .product-col-1 {
  position: relative;
  float: left;
  margin-right: 2.3%;
  padding: 1.5% 0;
  width: 63.6%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-col-1 {
    margin-right: 3%;
    padding: 1.5% 0 0 0;
    width: 66.5%;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-col-1 {
    margin-right: 3.5%;
    padding: 3% 0 0 0;
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-col-1 {
    margin: 0;
    padding: 20px 0;
    position: relative;
    width: 100%;
  }
}
.pdp-main .add-to-wishlist,
.pdp-main .remove-from-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.pdp-main .add-to-wishlist.hidden,
.pdp-main .remove-from-wishlist.hidden {
  display: none;
}
.pdp-main .add-to-wishlist .icon,
.pdp-main .remove-from-wishlist .icon {
  width: 17px;
  height: 17px;
}
.pdp-main .wishlist-add-product-dialog,
.pdp-main .wishlist-remove-product-dialog {
  display: none;
}
.pdp-main .product-images-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-images-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.pdp-main .product-primary-image,
.pdp-main .product-video,
.pdp-main .primary-images-carousel {
  -ms-flex-order: 1;
      order: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.pdp-main .product-primary-image.hidden,
.pdp-main .product-video.hidden,
.pdp-main .primary-images-carousel.hidden {
  display: none;
}
.pdp-main .product-primary-image img,
.pdp-main .product-video img,
.pdp-main .primary-images-carousel img {
  display: block;
  margin: auto;
  max-width: 590px;
  width: 100%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .product-primary-image img,
.pdp-main .product-video img,
.pdp-main .primary-images-carousel img {
    margin: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-primary-image img,
.pdp-main .product-video img,
.pdp-main .primary-images-carousel img {
    height: 100%;
  }
}
.pdp-main .product-primary-image .zoomImg,
.pdp-main .product-video .zoomImg,
.pdp-main .primary-images-carousel .zoomImg {
  opacity: 0 !important;
}
.pdp-main .product-primary-image .zoomImg:hover,
.pdp-main .product-video .zoomImg:hover,
.pdp-main .primary-images-carousel .zoomImg:hover {
  cursor: url(../images/svg-icons/zoom-magnifier.svg), auto;
}
.pdp-main .product-primary-image.zoom-active .zoomImg,
.pdp-main .product-video.zoom-active .zoomImg,
.pdp-main .primary-images-carousel.zoom-active .zoomImg {
  opacity: 1 !important;
}
.pdp-main .product-primary-image.zoom-active .zoomImg:hover,
.pdp-main .product-video.zoom-active .zoomImg:hover,
.pdp-main .primary-images-carousel.zoom-active .zoomImg:hover {
  cursor: url(../images/svg-icons/zoom-out-magnifier.svg), auto;
}
.pdp-main .product-video {
  height: 100%;
  max-height: 610px;
}
.pdp-main .primary-images-carousel {
  max-height: 620px;
}
.pdp-main .primary-images-carousel.initial-size {
  width: 590px;
  height: 610px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 550px;
    height: 570px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 420px;
    height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 483px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 380px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 300px;
    height: 300px;
  }
}
.pdp-main .primary-images-carousel.initial-size img {
  width: 590px;
  height: 590px;
  margin-top: -6%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 550px;
    height: 550px;
    margin: 0;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 400px;
    height: 400px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 483px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 380px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 300px;
    height: 300px;
  }
}
.pdp-main .primary-images-carousel .slick-dots {
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto 0;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.pdp-main .primary-images-carousel .slick-dots li {
  cursor: pointer;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  font-size: 0;
  margin: 0 6px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #929292;
}
.pdp-main .primary-images-carousel .slick-dots li.slick-active {
  border-color: #000000;
  background-color: #ffffff;
}
.pdp-main .primary-images-carousel .slick-dots button {
  display: none;
}
.pdp-main .primary-images-carousel .slick-slide div {
  line-height: 0;
}
.pdp-main .product-primary-image-1 img {
  max-width: 625px;
  margin-top: -6%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .product-primary-image-1 img {
    max-width: 475px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-primary-image-1 img {
    max-width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-primary-image-1 img {
    max-width: 300px;
    margin-top: 0;
  }
}
.pdp-main .product-primary-image-2 img {
  max-width: 750px;
  margin-top: -7%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .product-primary-image-2 img {
    max-width: 570px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-primary-image-2 img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-primary-image-2 img {
    max-width: 300px;
    margin-top: 0;
  }
}
.pdp-main .product-primary-image-3 img {
  max-width: 875px;
  margin-top: -7%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .product-primary-image-3 img {
    max-width: 655px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-primary-image-3 img {
    max-width: 525px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-primary-image-3 img {
    max-width: 300px;
    margin-top: 0;
  }
}

.main-image {
  display: block;
}

.product-thumbnails {
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  -ms-flex-order: 0;
      order: 0;
  /* thumbnail */
}
@media only screen and (max-width: 767px) {
  .product-thumbnails {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .product-thumbnails {
    gap: 4px;
    margin: 0;
  }
}
.product-thumbnails .thumb,
.product-thumbnails .video-thumb,
.product-thumbnails li {
  cursor: pointer;
  box-sizing: border-box;
  font-size: 0;
  border: 1px solid transparent;
}
.product-thumbnails .thumb.selected, .product-thumbnails .thumb.slick-active,
.product-thumbnails .video-thumb.selected,
.product-thumbnails .video-thumb.slick-active,
.product-thumbnails li.selected,
.product-thumbnails li.slick-active {
  border-color: #000000;
}
@media only screen and (max-width: 483px) {
  .product-thumbnails .thumb .productthumbnail,
.product-thumbnails .video-thumb .productthumbnail,
.product-thumbnails li .productthumbnail {
    max-width: 56px;
    max-height: 56px;
  }
}

.pdp-main .product-col-2 {
  float: right;
  padding: 1.5% 0 0 0;
  width: 32%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-col-2 {
    width: 30.5%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-col-2 {
    width: 100%;
  }
  .pdp-main .product-col-2 .tab-target-mobile {
    width: 100%;
  }
  .pdp-main .product-col-2 .tab-target-mobile .ui-tabs {
    float: left;
    clear: both;
    width: 100%;
  }
}
.pdp-main .product-col-2 .price-standard {
  border-right: 1px solid #e0e0e0;
  padding-right: 0.5rem;
}
.pdp-main #page_heading {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .pdp-main #page_heading {
    padding: 0 0 10px;
  }
}
.pdp-main .product-review-links {
  margin-bottom: 16px;
  overflow: hidden;
  width: 100%;
}
.pdp-main .product-review-links-top .review-link,
.pdp-main .product-review-links-top .qv-review-link {
  color: #929292;
  cursor: pointer;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.pdp-main .product-review-links-top .stars-rating {
  float: left;
  margin: 0 10px 0 0;
}
.pdp-main .product-review-links-top .bv-rating-ratio-count {
  display: block;
  float: left;
  margin-top: 2px;
}
.pdp-main .product-review-links-top .bv-cleanslate .bv-core-container-17 .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-write-review,
.pdp-main .product-review-links-top .bv-cleanslate .bv-core-container-17 .bv-summary-bar-minimalist .bv-read-container .bv-submission-button.bv-write-review {
  font-size: 12px !important;
  margin-top: 3px !important;
  color: #aaa !important;
  font-family: GillSansNova-Medium !important;
  padding: 0px !important;
}
.pdp-main .product-review-links-top .bv-cleanslate .bv-core-container-17 .bv-rating-stars-off {
  background: url(../images/interface/stars-base.jpg) no-repeat !important;
  bottom: 0 !important;
  text-indent: -99999px !important;
  width: 113px !important;
}
.pdp-main .product-review-links-top .bv-cleanslate .bv-core-container-17 .bv-summary-bar-minimalist-horizontal .bv-stars-container {
  margin-right: 0px !important;
}
.pdp-main .product-number {
  clear: both;
  color: #929292;
  font-size: 10px;
  margin: 17px 0 13px;
}
.pdp-main .availability-block .label {
  display: none;
}
.pdp-main .product-price {
  font-size: 1.8em;
  line-height: normal;
  float: left;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-price {
    font-size: 1.6em;
  }
}
.pdp-main .product-price .price-standard {
  color: #d6d6d6;
  text-decoration: line-through;
}
.pdp-main .product-price .price-tiered {
  color: #990000;
  font-size: 0.6em;
  line-height: 1.5em;
}
.pdp-main .price-wrapper {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 0.5em;
}
.pdp-main .inc-delivery {
  float: left;
  text-transform: uppercase;
  color: #929292;
  font-family: GillSansNova-Medium;
  letter-spacing: 1px;
  font-size: 10px;
  margin: 10px 0 0 10px;
}
.pdp-main .product-review {
  margin-bottom: 0.5rem;
}
.pdp-main .product-review .rating {
  color: #990000;
}
.pdp-main .product-main-attributes .attribute {
  padding: 0.2em 0;
}
.pdp-main .product-main-attributes .label {
  padding: 0;
}
.pdp-main .product-add-to-cart {
  clear: both;
  overflow: hidden;
}
.pdp-main #check-store-stock {
  clear: both;
  text-decoration: underline;
  color: #000000;
  background-color: #ffffff;
  border-style: none;
}
.pdp-main .cross-sell-recommendations {
  max-width: 360px;
}
@media only screen and (max-width: 483px) {
  .pdp-main .cross-sell-recommendations {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .cross-sell-recommendations {
    max-width: none;
  }
}
.pdp-main .cross-sell-recommendations .title {
  margin-bottom: 14px;
}
.pdp-main .cross-sell-recommendations .title h3 {
  font-family: GillSansNova-Medium;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel {
  display: -ms-flexbox;
  display: flex;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0 16px 16px;
  width: 100%;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-next, .pdp-main .cross-sell-recommendations #recommendations-carousel .slick-prev {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  top: 40%;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-next::before, .pdp-main .cross-sell-recommendations #recommendations-carousel .slick-prev::before {
  content: none;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-prev {
  left: 0;
  background: url("../images/svg-icons/arrow-left-thin.svg") no-repeat 100% 100%;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-next {
  right: 4px;
  background: url("../images/svg-icons/arrow-right-thin.svg") no-repeat 100% 100%;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-slide {
  height: auto;
}
.pdp-main .cross-sell-recommendations .recommendation-item {
  width: 102px;
  padding: 8px;
  margin: 0 8px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pdp-main .cross-sell-recommendations .recommendation-item {
    padding: 5px;
    margin: 0 5px 0 0;
  }
}
.pdp-main .cross-sell-recommendations .recommendation-item.selected {
  border-color: #000000;
}
.pdp-main .cross-sell-recommendations .recommendation-item.selected .item-image::before {
  content: "";
  width: 21px;
  height: 20px;
  background: url("../images/svg-icons/check-round.svg") no-repeat 100% 100%;
  position: absolute;
  top: -4px;
  right: -3px;
}
.pdp-main .cross-sell-recommendations .item-image {
  position: relative;
}
.pdp-main .cross-sell-recommendations .item-image img {
  max-width: 86px;
  max-height: 100px;
  width: 100%;
}
.pdp-main .cross-sell-recommendations .item-name {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 17px;
}
.pdp-main .cross-sell-recommendations .product-price {
  color: #000000;
  font-size: 0.8125rem;
  line-height: 19px;
}

#back-in-stock .sorry-message {
  margin: 5px 0 20px;
}

.product-variations .attribute,
.product-options .attribute {
  clear: both;
  margin: 1em 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.product-variations .attribute h3,
.product-variations .attribute .label,
.product-options .attribute h3,
.product-options .attribute .label {
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.product-variations .attribute .value,
.product-options .attribute .value {
  position: relative;
  width: 100%;
}
.product-variations .attribute ul,
.product-options .attribute ul {
  float: right;
  width: 100%;
}
.product-variations .attribute select,
.product-options .attribute select {
  width: calc(100% - 30px);
  height: 40px;
  line-height: 40px;
  text-align-last: center;
}
.product-variations .attribute .selected-value,
.product-options .attribute .selected-value {
  border: 0 none;
  color: #84bd00;
  font-weight: bold;
  padding: 1.3em 0 0 0.4em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-variations .attribute .selected-value,
.product-options .attribute .selected-value {
    padding-top: 0.8em;
  }
}
.product-variations .attribute .size-chart-link,
.product-options .attribute .size-chart-link {
  clear: both;
  float: none;
}
.product-variations .attribute .size-chart-link a,
.product-options .attribute .size-chart-link a {
  border-color: #ffffff !important;
  padding: 0;
}
.product-variations .attribute .selector,
.product-options .attribute .selector {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-variations .attribute .selector .focus,
.product-options .attribute .selector .focus {
  background: none !important;
}
.product-variations .tooltip,
.product-options .tooltip {
  position: absolute;
  top: 9px;
  left: auto;
  right: 0px;
}
.product-variations .tooltip span,
.product-options .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .product-variations .tooltip span,
.no-svg .product-options .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .product-variations .tooltip span,
.no-svg .product-options .tooltip span {
    background-image: url(../images/info.png);
  }
}
.product-variations .tooltip span:hover,
.product-options .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .product-variations .tooltip span:hover,
.no-svg .product-options .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .product-variations .tooltip span:hover,
.no-svg .product-options .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
@media only screen and (max-width: 767px) {
  .product-variations .tooltip,
.product-options .tooltip {
    left: auto;
    right: 0px;
  }
}
.product-variations .sleeveOption,
.product-options .sleeveOption {
  margin: 1em 0 0;
}
.product-variations .sleeveOption .sleeveContent,
.product-options .sleeveOption .sleeveContent {
  margin: 0;
  padding: 0% 3% 3% 0;
}
.product-variations .sleeveOption .sleeveContent ul.sleeveSelect,
.product-options .sleeveOption .sleeveContent ul.sleeveSelect {
  border-width: 2px 0;
  float: none;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 3% 0;
}
.product-variations .sleeveOption .sleeveContent ul.sleeveSelect .iscroll-wrapper,
.product-options .sleeveOption .sleeveContent ul.sleeveSelect .iscroll-wrapper {
  width: auto;
  white-space: nowrap;
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-variations .sleeveOption .sleeveContent li.sleeve,
.product-options .sleeveOption .sleeveContent li.sleeve {
  padding: 0 0 3%;
  width: 100%;
  max-width: 90px;
  display: inline-block;
  vertical-align: top;
}
.product-variations .sleeveOption .sleeveContent li.sleeve.selected .col-1,
.product-options .sleeveOption .sleeveContent li.sleeve.selected .col-1 {
  border: 2px solid #000000;
}
.product-variations .sleeveOption .sleeveContent button,
.product-options .sleeveOption .sleeveContent button {
  float: left;
  margin-top: 3%;
  width: 98%;
}
.product-variations .sleeveOption .sleeveContent button.active,
.product-options .sleeveOption .sleeveContent button.active {
  background: #ffffff;
  color: #000000;
}
.product-variations .sleeveOption .sleeveContent h4,
.product-options .sleeveOption .sleeveContent h4 {
  font-family: GillSansNova-Medium;
  font-size: 0.725rem;
  letter-spacing: 0;
  margin: 5px 0 5% 0;
  padding: 0;
  word-wrap: break-word;
  text-align: center;
  white-space: normal;
}
.product-variations .sleeveOption .sleeveContent .col-1, .product-variations .sleeveOption .sleeveContent .col-2,
.product-options .sleeveOption .sleeveContent .col-1,
.product-options .sleeveOption .sleeveContent .col-2 {
  margin: 0;
}
.product-variations .sleeveOption .sleeveContent .col-1,
.product-options .sleeveOption .sleeveContent .col-1 {
  margin: 0;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-variations .sleeveOption .sleeveContent .col-2,
.product-options .sleeveOption .sleeveContent .col-2 {
  width: 100%;
  max-width: 90px;
}
.product-variations .sleeveOption .sleeveContent .col-2 span,
.product-options .sleeveOption .sleeveContent .col-2 span {
  font-family: GillSansNova-Light;
  font-size: 1.167em;
}

@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tabIngredients-mobile-content .tab-content .descSection3.grid-1 .col-1 {
    width: 50%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    border-right: 1px solid #f1f1f1;
  }
  .pdp-main .product-tabs .tabIngredients-mobile-content .tab-content .descSection3.grid-1 .col-2 {
    text-align: center;
    width: 50%;
    padding: 9px 0 0;
    border: none;
    box-sizing: border-box;
  }
  .pdp-main .product-tabs .tabIngredients-mobile-content .tab-content .descSection3.grid-1 .col-2.col-split {
    width: 50%;
  }
  .pdp-main .product-tabs .tabIngredients-mobile-content .tab-content .descSection3.grid-1 .col-2.col-split li {
    width: 50%;
    padding: 10px 0 10px 7px;
  }
}

.gc-wrapper .variant-dropdown {
  margin-bottom: 10px;
  width: 100%;
}
.gc-wrapper .variant-dropdown .selector {
  float: left;
}
.gc-wrapper .variant-dropdown .tooltip {
  position: absolute;
  top: 9px;
  right: 0px;
  left: auto;
}
.gc-wrapper .variant-dropdown .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .gc-wrapper .variant-dropdown .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gc-wrapper .variant-dropdown .tooltip span {
    background-image: url(../images/info.png);
  }
}
.gc-wrapper .variant-dropdown .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .gc-wrapper .variant-dropdown .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gc-wrapper .variant-dropdown .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
@media only screen and (max-width: 767px) {
  .gc-wrapper .variant-dropdown .tooltip {
    left: auto;
    right: 0px;
  }
}
.gc-wrapper .product-variations {
  float: left;
  width: 100%;
}
.gc-wrapper .product-variations .attribute .selector span {
  color: #000000;
  height: 40px;
  line-height: 40px;
  text-align-last: center;
}
.gc-wrapper .product-variations .va-giftCardType {
  display: none;
}
.gc-wrapper .product-number {
  clear: both;
}
.gc-wrapper .product-add-to-cart {
  position: relative;
}
.gc-wrapper .product-add-to-cart .tooltip {
  position: absolute;
  top: 9px;
  left: auto;
  right: 0;
}
.gc-wrapper .product-add-to-cart .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .gc-wrapper .product-add-to-cart .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gc-wrapper .product-add-to-cart .tooltip span {
    background-image: url(../images/info.png);
  }
}
.gc-wrapper .product-add-to-cart .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .gc-wrapper .product-add-to-cart .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gc-wrapper .product-add-to-cart .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
@media only screen and (max-width: 767px) {
  .gc-wrapper .product-add-to-cart .tooltip {
    left: auto;
    right: 0px;
  }
}
.gc-wrapper .product-add-to-cart .gc-row-container-a .form-row input {
  text-transform: uppercase;
  width: calc(100% - 30px);
  background: url(../images/selectDisabledArrow.png);
  line-height: 16px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
}
.gc-wrapper .product-add-to-cart .gc-row-container-a .form-row .gift-cert-amount {
  background: none;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b {
  float: left;
  margin-bottom: 20px;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .form-row:nth-child(2) {
  margin: 20px 0;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .form-row:last-child {
  float: left;
  width: 170px;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .form-row .char-count {
  float: right;
  margin: 0 0 5px;
  width: 18%;
}
@media only screen and (max-width: 1279px) {
  .gc-wrapper .product-add-to-cart .gc-row-container-b .form-row .char-count {
    width: 26%;
  }
}
@media only screen and (max-width: 959px) {
  .gc-wrapper .product-add-to-cart .gc-row-container-b .form-row .char-count {
    width: 32%;
  }
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .ui-datepicker-bottom-content {
  margin: 10px 0;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .datepicker-giftcard {
  float: left;
  width: 160px;
}

.product-set .product-add-to-cart {
  display: block;
}

.pdp-main .product-add-to-cart .inventory {
  float: left;
  margin: 0.3em 0 1em;
  width: 100%;
}
.pdp-main .product-add-to-cart .inventory.hidden {
  display: none;
}
.pdp-main .product-add-to-cart .inventory .quantity .error {
  border: 1px solid #bc0031 !important;
  color: #bc0031 !important;
}
.pdp-main .product-add-to-cart .inventory label {
  margin-top: 0.3em;
}
.pdp-main .product-add-to-cart .inventory input {
  margin-left: 0.8em;
  padding: 0.3em;
  width: 2em;
}
.pdp-main .product-add-to-cart .inventory .input-group {
  float: left;
  width: 100%;
}
.pdp-main .product-add-to-cart .inventory .input-group input {
  appearance: none;
  border-radius: 0;
  border-width: 1px 0;
  float: left;
  font-size: 13px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 22.5%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-add-to-cart .inventory .input-group input {
    width: 34%;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-add-to-cart .inventory .input-group input {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-add-to-cart .inventory .input-group input {
    width: 89px;
  }
}
.pdp-main .product-add-to-cart .inventory .input-group button {
  border: none;
}
.pdp-main .product-add-to-cart .inventory .input-group .input-group-btn {
  border: 1px solid #d6d6d6;
}
.pdp-main .product-add-to-cart .inventory .input-group .input-group-btn button {
  border: none;
  float: none;
  font-size: 20px;
}
.pdp-main .product-add-to-cart .inventory .input-group .input-group-btn, .pdp-main .product-add-to-cart .inventory .input-group button {
  background-color: #ffffff;
  color: #929292;
  float: left;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33px;
}
.pdp-main .product-add-to-cart .inventory .input-group .input-group-btn .icon, .pdp-main .product-add-to-cart .inventory .input-group button .icon {
  width: 13px;
  height: 13px;
  padding: 9px 10px;
  vertical-align: unset;
}
.pdp-main .product-add-to-cart .product-price {
  float: left;
  font-size: 2.2em;
  margin: 0;
  text-align: right;
  width: 47%;
}
.pdp-main .product-add-to-cart .tc-addtocart-message {
  margin-bottom: 20px;
}
.pdp-main .product-add-to-cart .tc-addtocart-message p {
  color: #929292;
}
.pdp-main .product-add-to-cart .button, .pdp-main .product-add-to-cart button {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  color: #ffffff;
}
.pdp-main .product-add-to-cart .button:hover, .pdp-main .product-add-to-cart button:hover {
  color: #000000;
}
.pdp-main .product-add-to-cart .button.select-introductory-box, .pdp-main .product-add-to-cart button.select-introductory-box {
  width: 100%;
}
.pdp-main .product-add-to-cart .button.select-introductory-box:disabled, .pdp-main .product-add-to-cart button.select-introductory-box:disabled {
  background: #ffffff;
  border: 1px solid #118f40;
  color: #118f40;
  opacity: 1;
}
.pdp-main .product-add-to-cart .button.out-of-stock, .pdp-main .product-add-to-cart button.out-of-stock {
  background: #ffffff;
  border: 1px solid #bc0031;
  color: #bc0031;
  opacity: 1;
}
.pdp-main .product-add-to-cart .button.add-to-cart-disabled:hover, .pdp-main .product-add-to-cart button.add-to-cart-disabled:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-add-to-cart .button, .pdp-main .product-add-to-cart button {
    width: 100%;
  }
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper {
  margin-bottom: 10px;
  margin-top: 55px;
  border: 2px solid black;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .button {
  margin: 0;
  color: #ffffff;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .button:hover {
  color: #000000;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .upsell-offer,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .success-message,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .error-content {
  padding: 10px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .upsell-offer .offer-content,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .success-message .offer-content,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .error-content .offer-content {
  display: none;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .upsell-offer.expanded .offer-content,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .success-message.expanded .offer-content,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .error-content.expanded .offer-content {
  display: block;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-heading {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-text {
  text-align: center;
  width: 80%;
  margin: 10px auto;
  font-size: 13px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .option-row {
  padding: 20px 10px 10px 10px;
  margin-bottom: 10px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .option-row.subscribe-option {
  background-color: #f1f1f1;
  padding: 5px 10px 10px 10px;
  margin: 0;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .option-row.subscribe-option .offer-option-text {
  padding: 0px 10px 5px 0px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .option-row.subscribe-option .offer-option-text label {
  font-weight: bold;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-button {
  display: inline-block;
  width: 25px;
  margin: 0 0 0 0;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-button input[type=radio] {
  opacity: 1;
  border: #ccc solid 1px;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  outline: 0;
  appearance: none;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-button input[type=radio]:checked {
  background: #fff;
  box-shadow: inset 0 0 0 4px #000;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-button input[type=radio]#offer-subscribe {
  background-color: #ffffff;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-text {
  display: inline-block;
  line-height: 1.3em;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-text > label {
  font-size: 1rem;
  text-transform: none;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-delivery {
  padding: 0px 10px 10px 28px;
  font-size: 1rem;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-delivery .delivery-setup-title {
  display: block;
  margin-bottom: 5px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-delivery select {
  font-size: 1rem;
}

.ui-dialog .ui-dialog-buttonpane .maxLineItemQuota-btn {
  margin: 18px 0 0 0;
  width: 46%;
  float: right;
}

.component-message {
  display: none;
}

.component-wrapper {
  margin-top: 7%;
}
@media only screen and (max-width: 767px) {
  .component-wrapper {
    display: none;
  }
}
.component-wrapper .component-toolbar {
  clear: both;
  display: block;
  margin: 0 0 2.5% 0;
  overflow: hidden;
  width: 100%;
}
.component-wrapper .component-toolbar h4 {
  font-size: 1em;
  float: left;
  margin: 0;
  text-transform: uppercase;
  width: 50%;
}
.component-wrapper .componentPagination {
  float: right;
  text-align: right;
}
.component-wrapper .componentPagination span, .component-wrapper .componentPagination button {
  float: left;
}
.component-wrapper .componentPagination button {
  background: none;
  border: none;
  color: #929292;
  height: initial;
  line-height: normal;
  padding: 0 0 0 15px;
  width: initial;
}
.component-wrapper .componentPagination .component-btn .copy {
  display: inline-block;
}
.component-wrapper .componentPagination .component-btn .copy-change {
  display: none;
}
.component-wrapper .componentPagination .btn-active .copy {
  display: none;
}
.component-wrapper .componentPagination .btn-active .copy-change {
  display: block;
}
.component-wrapper .component-content ul {
  overflow: hidden;
}
.component-wrapper .component-content li {
  float: left;
  height: auto;
  margin: 0 5.2% 3% 0;
  min-height: 185px;
  text-align: center;
  width: 125px;
  display: none;
}
.component-wrapper .component-content li .product-image {
  position: relative;
}
.component-wrapper .component-content li .product-image .quickview {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  padding: 7px 0;
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 1px;
}
.component-wrapper .component-content li .product-image .quickview .icon {
  width: 20px;
  height: 20px;
  fill: #929292;
}
.component-wrapper .component-content li .product-image .quickview:hover {
  background: #252525;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  color: white;
}
.component-wrapper .component-content li .product-image .quickview:hover .icon {
  fill: #ffffff;
}
.component-wrapper .component-content li .product-image:hover .quickview {
  display: block;
}
.component-wrapper .component-content li .product-image img {
  max-width: 125px;
}
.component-wrapper .component-content li.active {
  display: block;
}
.component-wrapper .component-content li.nthElm {
  margin: 0 0 3% 0;
}
.component-wrapper .component-content li .prod-qty {
  display: none;
}
.component-wrapper .component-content li .prod-name {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 1279px) {
  .component-wrapper .component-content li {
    margin: 0 6% 3% 0;
  }
}
@media only screen and (max-width: 959px) {
  .component-wrapper .component-content li {
    margin: 0 12% 3% 0;
  }
}

.pdp-main span.error {
  padding: 4px 23px 0 20px;
}
.pdp-main .content-zone {
  display: block;
  margin: 0 0 3.5% 0;
  overflow: hidden;
  width: 100%;
}
.pdp-main .content-zone img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .content-zone {
    float: left;
    margin: 2.5% 0 0 0;
    width: 100%;
  }
  .pdp-main .content-zone.bottom {
    display: none;
  }
}
.pdp-main .wishlist-wrapper {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.pdp-main .wishlist-wrapper a {
  font-size: 0.833em;
}
.pdp-main .drop-a-hint {
  margin: 2% 0 4%;
}
.pdp-main .drop-a-hint a {
  font-size: 0.833em;
}
.pdp-main .recommendations {
  clear: left;
}
.pdp-main .recommendations h4 {
  font-family: GillSansNova-Medium;
  font-size: 1.667em;
  line-height: normal;
  margin: 30px 0 20px;
  text-transform: none;
}
.pdp-main .recommendations .product-image {
  margin: 0 auto;
  max-width: 172px;
  min-height: 172px;
}
.pdp-main .recommendations .product-image img {
  width: 166px;
}
.pdp-main .recommendations .product-name {
  font-size: 1em;
  line-height: normal;
  margin: 15px 0 10px;
  width: 100%;
}
.pdp-main .recommendations .product-price {
  font-size: 1.667em;
  text-align: center;
  width: 100%;
}
.pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
  display: block !important;
}
.pdp-main .recommendations-a,
.pdp-main .recommendations-b,
.pdp-main .recommendations-pdp,
.pdp-main .product-set-list {
  float: left;
  margin: 0;
  width: 63.6%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .recommendations-a,
.pdp-main .recommendations-b,
.pdp-main .recommendations-pdp,
.pdp-main .product-set-list {
    padding: 0px;
    width: 66.5%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .recommendations-a,
.pdp-main .recommendations-b,
.pdp-main .recommendations-pdp,
.pdp-main .product-set-list {
    width: 100%;
  }
}
.pdp-main .recommendations-a .slick-slider,
.pdp-main .recommendations-b .slick-slider,
.pdp-main .recommendations-pdp .slick-slider,
.pdp-main .product-set-list .slick-slider {
  float: left;
  margin: 0;
  padding: 0 30px 0 42px;
  width: 100%;
}
.pdp-main .recommendations-a .slick-slider .slick-prev, .pdp-main .recommendations-a .slick-slider .slick-next,
.pdp-main .recommendations-b .slick-slider .slick-prev,
.pdp-main .recommendations-b .slick-slider .slick-next,
.pdp-main .recommendations-pdp .slick-slider .slick-prev,
.pdp-main .recommendations-pdp .slick-slider .slick-next,
.pdp-main .product-set-list .slick-slider .slick-prev,
.pdp-main .product-set-list .slick-slider .slick-next {
  height: 172px;
  padding: 0;
}
.pdp-main .recommendations-a .slick-slider .slick-prev,
.pdp-main .recommendations-b .slick-slider .slick-prev,
.pdp-main .recommendations-pdp .slick-slider .slick-prev,
.pdp-main .product-set-list .slick-slider .slick-prev {
  left: 0px;
}
.pdp-main .recommendations-a .slick-slider .slick-next,
.pdp-main .recommendations-b .slick-slider .slick-next,
.pdp-main .recommendations-pdp .slick-slider .slick-next,
.pdp-main .product-set-list .slick-slider .slick-next {
  right: 0px;
}
.pdp-main .recommendations-a .slick-slider .recommendation-item,
.pdp-main .recommendations-b .slick-slider .recommendation-item,
.pdp-main .recommendations-pdp .slick-slider .recommendation-item,
.pdp-main .product-set-list .slick-slider .recommendation-item {
  margin: 0 15px 0 0;
  padding: 0;
  text-align: center;
}
.pdp-main .recommendations-a .slick-slider .recommendation-item .product-tile,
.pdp-main .recommendations-b .slick-slider .recommendation-item .product-tile,
.pdp-main .recommendations-pdp .slick-slider .recommendation-item .product-tile,
.pdp-main .product-set-list .slick-slider .recommendation-item .product-tile {
  background-color: transparent;
}
.pdp-main .recommendations-a .slick-slider .recommendation-item a,
.pdp-main .recommendations-b .slick-slider .recommendation-item a,
.pdp-main .recommendations-pdp .slick-slider .recommendation-item a,
.pdp-main .product-set-list .slick-slider .recommendation-item a {
  color: #000000;
  text-transform: uppercase;
}
.pdp-main .recommendations-b {
  border: 1px solid #d6d6d6;
  border-width: 0px 1px 1px 1px;
  box-sizing: border-box;
  margin: 0 0 7%;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .recommendations-b {
    display: none;
  }
}
.pdp-main .recommendations-b h4 {
  font-family: GillSansNova-Light;
  background-color: #d6d6d6;
  font-size: 1.167em;
  margin: 0;
  padding: 0.55rem 2em;
  text-align: center;
}
.pdp-main .recommendations-b .product-tile {
  padding: 0;
}
.pdp-main .recommendations-b .product-tile img {
  height: auto;
}
.pdp-main .recommendations-b .product-image {
  border: 1px solid #f1f1f1;
  max-width: 125px;
  min-height: 125px;
}
.pdp-main .recommendations-b .product-name {
  font-size: 10px;
  margin: 10px 0;
  min-height: 0;
}
.pdp-main .recommendations-b .product-price {
  font-size: 0.833em;
  margin: 0;
}
.pdp-main .recommendations-b .slick-slider {
  margin: 4.5%;
  padding: 0 32px 0 46px;
  width: 91%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .recommendations-b .slick-slider {
    margin: 5.5% 3%;
    width: 94.5%;
  }
}
.pdp-main .recommendations-b .slick-slider .slick-prev, .pdp-main .recommendations-b .slick-slider .slick-next {
  height: 125px;
}
.pdp-main .recommendations-b .slick-slider .slick-prev:before, .pdp-main .recommendations-b .slick-slider .slick-next:before {
  top: 35%;
}

.js .pdp-main .recommendations .product-tile .recommendation-tooltip {
  display: none;
}

.pdp-main .recommendations .recommendation-tooltip {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid;
  left: 50%;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 300px;
  z-index: 100;
}
.pdp-main .promotion {
  margin: 0;
  width: 100%;
  text-align: left;
  margin: 7px 0 12px;
}
.pdp-main .promotion .promotion-title {
  background: url("../images/interface/sprite.png") -369px -3px no-repeat;
  padding-left: 20px;
  height: 13px;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.pdp-main .promotion-callout a {
  color: #000000;
}
.pdp-main .promotion-callout .contrasting-text {
  background-color: #000000;
  color: #ffffff;
  border-radius: 2px;
  padding: 2px 4px;
}
.pdp-main .pdp-promotion-callout {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #EAE7E4;
  padding: 15px 5px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.pdp-main .pdp-promotion-callout:active, .pdp-main .pdp-promotion-callout:focus, .pdp-main .pdp-promotion-callout:hover {
  border: 1px solid #000000;
  transition: 0.2s ease;
}
.pdp-main .tc-member-txt {
  margin: 7px 0 12px;
  width: 100%;
  text-align: left;
}
.pdp-main .tc-member-txt .tc-member-txt-title {
  background: url("../images/lock.png") 0 0 no-repeat;
  padding-left: 20px;
  height: 13px;
}
@media only screen and (max-width: 767px) {
  .pdp-main #tab1 {
    padding: 4% 4% 76px;
  }
}
.pdp-main .product-tabs .print-page {
  right: 0;
  position: absolute;
}
.pdp-main .product-tabs .tab-content h3 {
  margin: 18px 0 14px;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content h3 {
    margin: 5% 0 1.5%;
  }
}
.pdp-main .product-tabs .tab-content ul {
  list-style-type: none;
  overflow: hidden;
}
.pdp-main .product-tabs .tab-content ol {
  list-style-type: decimal;
  margin-left: 1rem;
  padding: 0;
}
.pdp-main .product-tabs .tab-content ol li {
  margin-bottom: 1.5%;
}
.pdp-main .product-tabs .tab-content ol li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content ol li {
    float: none;
    list-style: decimal;
  }
}
.pdp-main .product-tabs .tab-content p {
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .component-message {
    display: block;
    padding: 1.5% 5.5%;
    background: #ffffff;
    box-sizing: border-box;
    border-top: 1px solid #f1f1f1;
  }
  .pdp-main .product-tabs .tab-content .component-message .content-asset {
    margin: 0;
  }
}
.pdp-main .product-tabs .tab-content .content-asset {
  margin-bottom: 3.5%;
}
.pdp-main .product-tabs .tab-content .content-asset p {
  line-height: 1.3em;
}
.pdp-main .product-tabs .tab-content .ampContent {
  margin-top: 3.5%;
}
.pdp-main .product-tabs .tab-content .descSection1,
.pdp-main .product-tabs .tab-content .descSection2,
.pdp-main .product-tabs .tab-content .descSection3,
.pdp-main .product-tabs .tab-content .descSection4,
.pdp-main .product-tabs .tab-content .descSection5,
.pdp-main .product-tabs .tab-content .descSection6 {
  clear: both;
  overflow: hidden;
}
.pdp-main .product-tabs .tab-content .descSection1 {
  margin: 4% 0 0 5%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content .descSection1 {
    margin: 5% 0 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection1 {
    margin: 5% 0 0 0;
  }
}
.pdp-main .product-tabs .tab-content .descSection1 .content {
  margin: 0 0 2.5% 0;
}
.pdp-main .product-tabs .tab-content .descSection2 {
  margin: 0;
}
.pdp-main .product-tabs .tab-content .descSection2.descSection2a {
  margin: 3.5% 0;
}
.pdp-main .product-tabs .tab-content .descSection2.descSection2a span {
  font-family: GillSansNova-Bold;
}
.pdp-main .product-tabs .tab-content .descSection3.menu {
  margin: 3.5% 0 0 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.menu {
    display: block;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.additional {
  margin: 3.5% 0 0 0;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.additional li, .pdp-main .product-tabs .tab-content .descSection3.additional span {
    font-size: 1em;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 {
  border: 1px solid #f1f1f1;
  width: 72%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content .descSection3 {
    margin: 5.5% 0 0 0;
    width: 93%;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-tabs .tab-content .descSection3 {
    box-sizing: border-box;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 {
    margin: 0px;
    display: inline-block;
    position: relative;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 h3 {
  margin: 0;
  padding: 1.5% 5.5%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 h3 {
    background: #ffffff url(../images/selectDisabledArrow.png) no-repeat 98% 50%;
    cursor: pointer;
    padding: 1.5%;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 li {
  border-top: 1px solid #f1f1f1;
  margin: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.pdp-main .product-tabs .tab-content .descSection3 span {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: normal;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 span {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 h3 + .menu-mobile ul li, .pdp-main .product-tabs .tab-content .descSection3 h3 + ul li, .pdp-main .product-tabs .tab-content .descSection3 h3 + .menu-mobile .component-message {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 h3.active {
    background: #ffffff url(../images/selectArrowActive.png) no-repeat 98% 50%;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + ul li,
.pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li {
    display: block !important;
    border: 1px solid #f1f1f1;
    border-width: 1px 0px 0px 0px;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile .component-message {
    display: block;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li {
    padding: 1.5% 5.5%;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li .prod-name {
    letter-spacing: normal;
    font-family: GillSansNova-Medium;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li .prod-qty {
    display: none;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li .product-image {
    display: none;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 .col-1, .pdp-main .product-tabs .tab-content .descSection3 .col-2 {
  margin: 0;
  padding: 1.5% 5.5%;
  width: 38%;
  height: auto;
  border: none;
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-tabs .tab-content .descSection3 .col-1 {
    width: 32%;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 .col-2 {
  border-left: 1px solid #f1f1f1;
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-tabs .tab-content .descSection3 .col-2 {
    width: 45.5%;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 {
  width: 56.5%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1 {
    width: 70.5%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1 {
    width: 100%;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 li:first-child {
  border-top: none;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-1, .pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2 {
  padding: 2.5% 5.5%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-1 {
  width: 60%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2 {
  text-align: center;
  width: 17.5%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split {
  padding: 0;
  width: 28.5%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split li {
  border-left: 1px solid #f1f1f1;
  border-top: none;
  float: left;
  padding: 8.5% 5.5%;
  text-align: center;
  width: 38%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split li:first-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split li {
    border-top: 1px solid #f1f1f1;
    border-left: none;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .header-row span {
    letter-spacing: 0;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .header-row .col-5 {
  padding: 1% 1%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-1, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-2, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-3, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-4, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-5 {
  padding: 2% 1%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-2, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-3, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-4, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-5 {
  width: 15%;
  text-align: center;
  border-left: 1px solid #f1f1f1;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-1 {
  width: 25%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-split {
  padding: 0 1%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-split li {
  border-left: 1px solid #f1f1f1;
  border-top: none;
  float: left;
  padding: 7% 7%;
  text-align: center;
  line-height: 30px;
  width: 50%;
  box-sizing: border-box;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-split li:first-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-split li {
    width: 100%;
    min-height: 2em;
    border-top: 1px solid #f1f1f1;
    border-left: none;
  }
}
.pdp-main .product-tabs .tab-content .descSection4 ul {
  float: none;
}
.pdp-main .product-tabs .tab-content .descSection4 li {
  float: left;
  margin-bottom: 4.5%;
}
.pdp-main .product-tabs .tab-content .descSection4 li:last-child {
  margin-bottom: 0;
}
.pdp-main .product-tabs .tab-content .descSection4 h4 {
  margin: 0 0 3.5%;
}
.pdp-main .product-tabs .tab-content .descSection4 p, .pdp-main .product-tabs .tab-content .descSection4 .col-1, .pdp-main .product-tabs .tab-content .descSection4 .col-2 {
  margin: 0;
}
.pdp-main .product-tabs .tab-content .descSection4 .col-1 {
  margin-right: 2.5%;
  width: 17%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection4 .col-1 {
    width: 20%;
  }
  .pdp-main .product-tabs .tab-content .descSection4 .col-1 img {
    width: 100%;
  }
}
.pdp-main .product-tabs .tab-content .descSection4 .col-2 {
  width: 80.5%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content .descSection4 .col-2 {
    width: 75.5%;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-tabs .tab-content .descSection4 .col-2 {
    width: 65.5%;
  }
}
.pdp-main .product-tabs .tab-content .descSection5 {
  margin: 4% 0 2% 0;
}
.pdp-main .product-tabs .tab-content .descSection5 .specs {
  color: #929292;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
}
.pdp-main .product-tabs .tab-content .descSection5 .specs span {
  color: #000000;
  padding-left: 3px;
}
.pdp-main .product-tabs .tab-content .descSection5 .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .pdp-main .product-tabs .tab-content .descSection5 .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .pdp-main .product-tabs .tab-content .descSection5 .tooltip span {
    background-image: url(../images/info.png);
  }
}
.pdp-main .product-tabs .tab-content .descSection5 .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .pdp-main .product-tabs .tab-content .descSection5 .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .pdp-main .product-tabs .tab-content .descSection5 .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
.pdp-main .product-tabs .tab-content .descSection6 ul {
  width: 34%;
  margin-right: 2%;
  overflow: hidden;
  float: left;
}
.pdp-main .product-tabs .tab-content .descSection6 li {
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
  font-family: GillSansNova-Light;
}
.pdp-main .product-tabs .tab-content .descSection6 li:last-child {
  margin: 0;
}
.pdp-main .product-tabs .tab-content .descSection7 h2 {
  font-size: 3.75em;
  line-height: 1.2em;
  margin: 0.2rem 0;
}
.pdp-main .product-tabs .tab-content .descSection7 h3 {
  font-size: 1.5625rem;
  font-family: GillSansNova-Medium;
  line-height: normal;
}
.pdp-main .product-tabs .tab-content .descSection7 h4 {
  font-size: 1.0625rem;
}
.pdp-main .product-tabs .tab-content .descSection7 p {
  font-size: 0.8125rem;
}
.pdp-main .btn-all-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pdp-main .btn-all-mobile-wrapper {
    border-top: 1px solid #d6d6d6;
    display: block;
    margin: 15px 0px;
    padding-top: 15px;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-setlist-mobile {
    border: 1px solid #d6d6d6;
    border-width: 1px 0;
    margin: 15px 0 0;
    overflow: hidden;
    clear: left;
  }
}
.pdp-main .product-list-title {
  margin: 7% 0 3% 0%;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-list-title {
    margin: 15px 0;
  }
}
.pdp-main .product-set-list {
  margin: 0 3%;
  padding: 0 3%;
  width: 94%;
}
.pdp-main .product-set-list .slick-next, .pdp-main .product-set-list .slick-prev {
  height: 173px;
  padding: 70px 8px;
}
.pdp-main .product-set-list .inventory {
  float: left;
  margin: 0.3em 0 0;
  width: 100%;
}
.pdp-main .product-set-list .inventory label {
  margin-top: 0.3em;
}
.pdp-main .product-set-list .inventory input {
  margin-left: 0.8em;
  padding: 0.3em;
  width: 2em;
}
.pdp-main .product-set-list .inventory .input-group {
  float: left;
  width: 100%;
}
.pdp-main .product-set-list .inventory .input-group input {
  appearance: none;
  border-radius: 0;
  border-width: 1px 0;
  float: left;
  font-size: 13px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 92px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-set-list .inventory .input-group input {
    width: 99px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-set-list .inventory .input-group input {
    width: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-set-list .inventory .input-group input {
    width: 102px;
  }
}
.pdp-main .product-set-list .inventory .input-group button {
  border: none;
}
.pdp-main .product-set-list .inventory .input-group .input-group-btn {
  border: 1px solid #d6d6d6;
}
.pdp-main .product-set-list .inventory .input-group .input-group-btn button {
  border: none;
  float: none;
  font-size: 20px;
}
.pdp-main .product-set-list .inventory .input-group .input-group-btn, .pdp-main .product-set-list .inventory .input-group button {
  background-color: #ffffff;
  color: #929292;
  display: inline;
  float: left;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33px;
}
.pdp-main .product-set-list .product-price {
  font-size: 1.667em;
  padding-bottom: 6px;
}
.pdp-main .product-set-list .availability {
  padding-bottom: 10px;
}
.pdp-main .product-set-list .product-set-item {
  margin: 0 15px 0 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-set-list .product-set-item {
    margin: 0px;
  }
}
.pdp-main .product-set-list .product-set-image {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-set-list .product-set-image img {
    margin: 0 auto;
    max-width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-set-list .product-set-content-wrapper {
    max-width: 172px;
    margin: 0 auto;
  }
}
.pdp-main .product-set-list .product-name {
  font-size: 1em;
  line-height: normal;
  min-height: 31px;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-top: 9%;
}
.pdp-main .product-set-list .product-name a {
  color: #000000;
}
.pdp-main .product-set-list .product-name span.bundleQty {
  font-family: GillSansNova-Medium;
}
.pdp-main .product-set-list .product-name span.bundleQty span {
  margin-right: 5px;
}
.pdp-main .product-set-list .sub-product-item {
  width: 100%;
}
.pdp-main .product-set .product-detail {
  clear: both;
  float: left;
  margin-top: 3%;
  width: 100%;
}

button.add-to-cart[disabled] {
  opacity: 0.5;
}
button.add-all-to-cart {
  display: none;
}
button.add-all-to-cart[disabled] {
  opacity: 0.5;
}

.prod-info {
  float: left;
  border: 1px solid #d6d6d6;
  margin-bottom: 5%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prod-info ul {
    border: 1px solid #d6d6d6;
    border-width: 0 1px 1px 1px;
    display: none;
    overflow: hidden;
  }
}
.prod-info li {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  margin: 5%;
  padding: 0 0 3% 13%;
}
@media only screen and (max-width: 1279px) {
  .prod-info li {
    padding: 0 0 3% 15%;
  }
}
@media only screen and (max-width: 959px) {
  .prod-info li {
    margin: 8% 5%;
    padding: 0 0 7% 20%;
  }
}
@media only screen and (max-width: 767px) {
  .prod-info li {
    margin: 20px 10px;
    padding: 0 0 20px 50px;
  }
}
.prod-info li:last-child {
  border: none;
  padding: 0 0 0 13%;
}
@media only screen and (max-width: 1279px) {
  .prod-info li:last-child {
    padding: 0 0 0 15%;
  }
}
@media only screen and (max-width: 959px) {
  .prod-info li:last-child {
    padding: 0 0 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  .prod-info li:last-child {
    padding: 0 0 0 50px;
  }
}
.prod-info li .content-enabled, .prod-info li .content-disabled {
  display: none;
}
.prod-info li.true .content-enabled {
  display: block;
}
.prod-info li.false .content-disabled {
  display: block;
}
.prod-info li img.prod-opt-bg {
  position: absolute;
  left: 0;
}
.prod-info h4 {
  background: #d6d6d6;
  margin: 0;
  padding: 0.55rem 2em;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .prod-info h4 {
    padding: 0.5rem 1em;
  }
}
@media only screen and (max-width: 767px) {
  .prod-info h4 {
    background: #f1f1f1 url("../images/svg-icons/right-arrow-next.svg") no-repeat calc(100% - 10px) center/16px;
    padding: 10px 1%;
    width: 98%;
    height: 17px;
    color: #929292;
    font-size: 14px;
    text-align: left;
    font-family: GillSansNova-Light;
    white-space: normal;
    cursor: pointer;
  }
  .prod-info h4.active {
    background: #d6d6d6 url(../images/svg-icons/down-arrow-expand.svg) no-repeat calc(100% - 10px) center/16px;
  }
  .prod-info h4.active + ul {
    display: block;
  }
}
.prod-info h5 {
  font-size: 12px;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 1279px) {
  .prod-info {
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 959px) {
  .prod-info {
    margin-bottom: 9%;
  }
}
@media only screen and (max-width: 767px) {
  .prod-info {
    border: none;
    margin: 10px 0 0 0;
  }
}
.prod-info .content-asset p {
  line-height: 1.3em;
  margin: 0px;
}
.prod-info.prod-info-a li.prod-opt-a.true {
  background: url(../images/info_reserve.png) 0 0 no-repeat;
}
.prod-info.prod-info-a li.prod-opt-a.false {
  background: url(../images/info_reserve.png) 0 0 no-repeat;
}
.prod-info.prod-info-a li.prod-opt-b.true {
  background: url(../images/info_promo.png) 0 0 no-repeat;
}
.prod-info.prod-info-a li.prod-opt-b.false {
  background: url(../images/info_promo.png) 0 0 no-repeat;
}
.prod-info.prod-info-b li.prod-opt-a.true {
  background: url(../images/svg-icons/gift-message-card-yes.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-a.false {
  background: url(../images/svg-icons/gift-message-card-no.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-b.true {
  background: url(../images/svg-icons/gift-bag-and-box-yes.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-b.false {
  background: url(../images/svg-icons/gift-bag-and-box-no.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-c.true {
  background: url(../images/info_hamper.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-c.false {
  background: url(../images/info_hamper_f.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-a.true {
  background: url(../images/info_letter.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-a.false {
  background: url(../images/info_letter_f.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-b.true {
  background: url(../images/svg-icons/uk-delivery-yes.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-b.false {
  background: url(../images/svg-icons/uk-delivery-no.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-c.true {
  background: url(../images/svg-icons/click-and-collect-yes.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-c.false {
  background: url(../images/svg-icons/click-and-collect-no.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-d.true {
  background: url(../images/svg-icons/international-delivery-yes.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-d.false {
  background: url(..//images/svg-icons/international-delivery-no.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-e.true {
  background: url(../images/info_electronic.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-e.true {
  background: url(../images/svg-icons/info_sms_delivery.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-e.false {
  background: url(../images/svg-icons/info_sms_delivery_f.svg) 0 0/39px no-repeat;
}

.js button.add-all-to-cart {
  display: inherit;
}

/* *******************
Check Store Stock - Color Messages
******************* */
.check-store-dialog {
  top: 400px !important;
}

#check-store-stock-result .stock-msg {
  height: 33px;
  outline: none;
  font-size: 0.75rem;
  padding: 8px 20px;
  margin-top: 18px;
  font-family: GillSansNova-Medium;
  box-sizing: border-box;
  text-transform: uppercase;
}
#check-store-stock-result button {
  margin: 0 0 10px 0;
}
#check-store-stock-result button:last-child {
  margin: 0;
}
#check-store-stock-result .check-store-stock-msg {
  margin: 20px 0;
}
#check-store-stock-result .message-gray {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #000000;
}
#check-store-stock-result .message-red {
  background: #bc0031;
  border: 1px solid #bc0031;
  color: #ffffff;
}
#check-store-stock-result .message-green {
  background: #118f40;
  border: 1px solid #118f40;
  color: #ffffff;
}
#check-store-stock-result .message-yellow {
  background: #f1b828;
  border: 1px solid #f1b828;
  color: #ffffff;
}

.js .componentQuickview .ui-dialog-content .pdp-main .product-col-1 {
  margin-right: 7%;
  padding: 13px 0;
  width: 46%;
}
.js .componentQuickview .ui-dialog-content .pdp-main .product-col-2 {
  padding: 10px 0 20px;
  width: 47%;
}

.componentQuickview .ui-dialog-title {
  display: none;
}
.componentQuickview .ui-dialog-content, .componentQuickview .ui-dialog-titlebar {
  padding: 0px;
}
.componentQuickview .pdp-main .product-name, .componentQuickview .pdp-main .product-desc {
  width: 95%;
}
.componentQuickview .pdp-main .product-name {
  font-size: 1.667em;
}
.componentQuickview .pdp-main .product-desc {
  font-size: 1.167em;
}
.componentQuickview .pdp-main .product-image img {
  width: 100%;
}
.componentQuickview .pdp-main .selector-wrapper {
  margin-top: 25px;
}
.componentQuickview .pdp-main .selector-wrapper span {
  color: #929292;
}
.componentQuickview .pdp-main .selector-wrapper .view-details {
  margin: 3% 0 0;
}
.componentQuickview .pdp-main .product-actions {
  margin-top: 25px;
}
.componentQuickview .pdp-main .descSection1 {
  margin-top: 10%;
}
.componentQuickview .pdp-main .descSection1 .content {
  margin-bottom: 10%;
}
.componentQuickview .pdp-main .product-tabs {
  clear: both;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  padding-bottom: 0;
  background: #f1f1f1 url(../images/selectDisabledArrow.png) no-repeat 98% 12px;
  margin: 10px 0 0 0;
  min-height: 36px;
  width: 100%;
  white-space: normal;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-content {
  background: #ffffff;
  display: none;
  margin-top: 34px;
  padding: 4%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-content .descSection3.grid-1 {
  width: 83%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-content .descSection3.grid-1 .col-1 {
  width: 70.5%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-content .descSection3.grid-1 .col-2 {
  width: 29.5%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-component-content {
  padding: 0;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-component-content .descSection3 {
  border: none;
  width: 100%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li:first-child {
  margin: 0;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li.active {
  background: #d6d6d6 url(../images/selectArrowActive.png) no-repeat 98% 15px;
  border: 1px solid #d6d6d6;
  padding-bottom: 0;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li.active a {
  color: #000000;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li.active .tab-content {
  display: block;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li a {
  color: #929292;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 10px 4% 6px 4%;
  width: 92%;
  font-family: GillSansNova-Light;
}
.componentQuickview .pdp-main .product-tabs .component-qvMessage {
  margin-top: 5%;
}
.componentQuickview .pdp-main .product-tabs .component-qvMessage .content-asset, .componentQuickview .pdp-main .product-tabs .component-qvMessage p {
  margin: 0px;
}

.jca #back-in-stock .sorry-message {
  margin-bottom: 18px;
}
.jca #back-in-stock button {
  width: 45%;
}
.jca #back-in-stock .action-buttons {
  margin-top: 18px;
}
.jca #back-in-stock #back-in-stock-cancel {
  float: left;
}
.jca #back-in-stock #back-in-stock-submit {
  float: right;
}

.back-in-stock-msg {
  display: none;
}

/* *******************
Drop a Hint Dialog
******************* */
.ui-dialog.drop-a-hint-dialog .ui-dialog-titlebar {
  padding: 0 0 0 0;
  color: black;
}
.ui-dialog.drop-a-hint-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog.drop-a-hint-dialog .ui-dialog-titlebar-close {
  z-index: 10;
}
.ui-dialog.drop-a-hint-dialog h2 {
  margin: 0 20px 0 0;
  display: inline;
}
.ui-dialog.drop-a-hint-dialog .ui-widget-header {
  background: none;
}
.ui-dialog.drop-a-hint-dialog .ui-icon-closethick {
  left: -10px;
}
.ui-dialog.drop-a-hint-dialog .description {
  margin: 7px 0 20px;
  font-size: 16px;
  font-family: GillSansNova-Light;
  letter-spacing: 0.02em;
  padding: 0 40px 0 0;
  line-height: 140%;
}
.ui-dialog.drop-a-hint-dialog .shared-product {
  float: left;
  width: 250px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ui-dialog.drop-a-hint-dialog .shared-product img {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint {
  float: right;
  width: 250px;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=email]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=tel]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=email]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=tel]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea:-moz-placeholder {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=email]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=tel]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea::-moz-placeholder {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=email]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=tel]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text],
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number],
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password], .ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .form-row.text-area {
  margin: 18px 0 0;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .char-count {
  margin: 0 0 9px 0;
  height: 12px;
  width: auto;
  float: right;
  text-transform: capitalize;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .char-count .char-remain-count {
  color: #929292;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .opt-in-check {
  position: relative;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .opt-in-check label {
  margin-left: 25px;
  padding-top: 2px;
  display: block;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .opt-in-check .field-wrapper {
  position: absolute;
  top: 0px;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .opt-in-info {
  margin: 14px 0 20px 0;
  letter-spacing: 0.02em;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint button {
  width: 100%;
}
.ui-dialog.drop-a-hint-dialog .success-msg {
  margin: 20px 0;
  font-size: 16px;
}
.ui-dialog.drop-a-hint-dialog .close-it {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .ui-dialog.drop-a-hint-dialog .description {
    padding: 0 0 0 0;
  }
  .ui-dialog.drop-a-hint-dialog .shared-product {
    float: none;
    width: 100%;
  }
  .ui-dialog.drop-a-hint-dialog .shared-product img {
    width: 250px;
  }
  .ui-dialog.drop-a-hint-dialog form#drop-a-hint {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .ui-dialog.drop-a-hint-dialog .close-it {
    width: 100%;
  }
}

.tab-target-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tab-mobile-title {
    background: #f1f1f1 url("../images/svg-icons/right-arrow-next.svg") no-repeat calc(100% - 10px) center/16px;
    padding: 10px 1%;
    width: 98%;
    height: 17px;
    color: #929292;
    font-size: 14px;
    text-align: left;
    font-family: GillSansNova-Light;
    white-space: normal;
    cursor: pointer;
    display: block;
    margin: 10px 0;
    clear: both;
  }
  .tab-mobile-title.active {
    margin: 10px 0 0;
    background: #d6d6d6 url(../images/svg-icons/down-arrow-expand.svg) no-repeat calc(100% - 10px) center/16px;
  }

  .product-tabs .tab-content {
    display: none;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
    border-top: none;
  }
  .product-tabs .tab-content.mb-tab-active {
    display: block;
  }

  .tab-target-desktop {
    display: none;
  }

  .tab-target-mobile {
    display: block;
  }
}
.og-subscription-options {
  position: relative;
  clear: both;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
}

.og-subscription-option-row {
  padding: 20px 10px 10px 10px;
}
.og-subscription-option-row:nth-child(even) {
  background-color: #f1f1f1;
}

.option-radio-toggle {
  float: left;
  width: 25px;
  margin: 0 0 0 0;
}
.option-radio-toggle > input {
  display: inline-block;
  background: #ffffff;
  box-shadow: inset 0 0 0 4px #000000;
  vertical-align: top;
  border: #ccc solid 1px;
  border-radius: 50%;
  height: 14px;
  outline: 0;
  width: 14px;
  appearance: none;
}

.option-radio-label {
  margin: 0 0 0 25px !important;
}
.option-radio-label > label {
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: none;
}

.variant-selection {
  margin: 24px 0;
}
.variant-selection .variant-title {
  margin-bottom: 16px;
}
.variant-selection .variant-title h3 {
  font-family: GillSansNova-Medium;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
}
.variant-selection .variant-name {
  color: #000000;
}

.variant-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 16px;
  margin-bottom: 10px;
}
.variant-items .variant-item.selected .color-swatch {
  border: 2px solid #ffffff;
  outline: 2px solid #000000;
}
.variant-items .color-swatch {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  height: 35px;
  width: 35px;
  font-size: 0;
  margin: 5px;
  border: 2px solid #707070;
  border-radius: 50%;
}
.variant-items .color-swatch img {
  max-width: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%;
}
.ui-dialog #listings-nav a {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
.ui-dialog #listings-nav a.active {
  font-weight: bold;
}

.pdp-main .product-add-to-cart .online-stock span {
  float: left;
}
.pdp-main .product-add-to-cart .store-stock {
  display: block;
  clear: left;
}

.availability-block {
  clear: both;
}
.availability-block .availability {
  width: 100%;
}

.in-stock-msg,
.is-in-stock,
[data-status=store-in-stock] {
  color: #000000;
}

.not-available-msg,
.not-available,
.out-of-stock,
.store-error,
.on-order,
.preorder-msg,
.backorder-msg,
.in-stock-date-msg {
  color: #bc0031;
}

.availability-results {
  margin-top: 1em;
}

#user-zip {
  display: block;
  margin: 2em auto 0;
}

.store-list-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 565px;
  width: calc(525px + 3em);
}

.store-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.store-tile {
  border: 1px dashed #ccc;
  box-sizing: border-box;
  float: left;
  list-style: none outside none;
  margin: 0.3em 0.5em;
  padding: 0.8em;
  text-align: center;
  width: 175px;
}
.store-tile.selected {
  background-color: rgba(132, 189, 0, 0.5);
}
.store-tile .store-status {
  display: block;
  font-size: 0.9em;
  margin: 5px 0;
}
.store-tile .select-store-button {
  margin-top: 1em;
}

.store-list-pdp-container {
  margin-top: 1em;
}
.store-list-pdp-container .store-list-pdp {
  margin-top: 0.5em;
}
.store-list-pdp-container .store-list-item {
  border-bottom: 1px dotted #ccc;
  display: none;
  padding: 0.5em 0.8em;
}
.store-list-pdp-container .store-list-item:last-of-type {
  border: none;
}
.store-list-pdp-container .store-list-item.selected {
  display: block;
  font-weight: bold;
}
.store-list-pdp-container .store-list-item.visible {
  display: block;
}
.store-list-pdp-container .store-list-item .store-address {
  float: left;
}
.store-list-pdp-container .store-list-item .store-status {
  float: right;
}

.selected-store-address {
  margin-top: 0.5em;
}

.selected-store-availability {
  margin: 0.3em 0 0.5em;
}

.multishipaddressestable {
  margin: 9px 0px 20px 0px;
  width: 706px;
}

.multi-ship-shipments-table {
  margin: 0 0 20px;
  width: 706px;
}
.multi-ship-shipments-table .section-header {
  font-size: 10px;
  font-weight: bold;
  padding: 9px 6px 11px;
}
.multi-ship-shipments-table .shipping-address .details {
  padding: 0 10px 0 22px;
}
.multi-ship-shipments-table .gift-options label {
  float: left;
  padding: 0;
}
.multi-ship-shipments-table .gift-options input {
  margin: 0 10px;
}

.multi-shipping-addresses {
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.multi-shipping-addresses .shipping-address {
  text-align: right;
}
.multi-shipping-addresses .shipping-address select {
  margin: 4px 0 0;
  width: 260px;
}

.header-product-shipping {
  width: 276px;
}

.header-qty-shipping {
  width: 45px;
}

.header-location-shipping {
  text-indent: 70px;
  width: 307px;
}

.header-shipment-index {
  width: 409px;
}

.header-shipment-qty {
  width: 27px;
}

.header-shipment-details {
  text-indent: 22px;
}

.multi-shipping-methods {
  position: absolute;
  top: 30px;
}
.multi-shipping-methods .shipping-methods .form-row {
  clear: none;
  float: left;
  display: none;
}
.multi-shipping-methods .shipping-methods select {
  width: 250px;
  margin: -5px 0 0 15px;
}

.multi-shipping-option {
  border-bottom: 2px dotted #999;
  left: 0;
  padding: 0 0 12px;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%;
}

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #efefef;
}

.multiship .label {
  font-weight: bold;
}

.hide {
  display: none;
}

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent;
}

.pt_checkout .instore-shipment-header {
  width: 100%;
}
.pt_checkout .instore-shipment-method {
  width: 100%;
  padding: 1em;
}
.pt_checkout .instore-shipment-method span {
  font-weight: bold;
}
.pt_checkout .instore-shipment-address {
  width: 40%;
  float: left;
  padding-left: 1em;
}
.pt_checkout .instore-shipment-message {
  clear: both;
}
.pt_checkout .instore-shipment-messagetxt {
  width: 50%;
  float: right;
}

.checkout-shipping fieldset .instore-continue-button {
  margin-left: 61.5%;
}

#cart-table .item-delivery-options label {
  display: inline;
  margin-left: 2%;
}

/*# sourceMappingURL=account_styles.css.map*/