/* 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
 */
#quick-order-items-form #quickorder-summary:after, .gift-by-sms-address:after, .cart-empty .product-listing:after, .cart-empty:after, .cart-recommendations .product-listing: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, .gifting-options-column .disabled-wrapper button.gifting-products-list, button[disabled],
.button.disabled,
.gifting-options-column .disabled-wrapper .button.gifting-products-list,
.button[disabled],
.button-black.disabled,
.gifting-options-column .disabled-wrapper .button-black.gifting-products-list,
.button-black[disabled] {
  opacity: 0.3;
}
button.disabled:hover, .gifting-options-column .disabled-wrapper button.gifting-products-list:hover, button[disabled]:hover,
.button.disabled:hover,
.gifting-options-column .disabled-wrapper .button.gifting-products-list:hover,
.button[disabled]:hover,
.button-black.disabled:hover,
.gifting-options-column .disabled-wrapper .button-black.gifting-products-list:hover,
.button-black[disabled]:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.button-gray {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #000000;
}
.button-gray:hover {
  background: #929292;
  color: #ffffff;
  border: 1px solid #929292;
}
.button-gray.disabled, .gifting-options-column .disabled-wrapper .button-gray.gifting-products-list, .button-gray[disabled] {
  opacity: 0.3;
}
.button-gray.disabled:hover, .gifting-options-column .disabled-wrapper .button-gray.gifting-products-list:hover, .button-gray[disabled]: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, .gifting-options-column .disabled-wrapper .button-white.gifting-products-list, .button-white[disabled] {
  opacity: 0.3;
}
.button-white.disabled:hover, .gifting-options-column .disabled-wrapper .button-white.gifting-products-list: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;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hlp-centered-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  .hlp-centered-wrapper {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .hlp-centered-wrapper {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .hlp-centered-wrapper {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}

#page_heading {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  #page_heading h3 {
    padding: 10px 0 0;
  }
}

.hover-drop-down {
  position: relative;
  z-index: 65;
  text-align: left;
}
.hover-drop-down .menu-title {
  padding: 15px;
  display: block;
  position: relative;
  color: #ffffff;
}
.hover-drop-down .menu-title .icon + .menu-text, .hover-drop-down .menu-title .wishlist-dialog .icon.heart-outline + .menu-text, .hover-drop-down .menu-title .wishlist-dialog .icon.heart-black + .menu-text {
  margin-left: 8px;
  vertical-align: middle;
}
.hover-drop-down .menu-title .icon {
  filter: invert(100%) brightness(100%) contrast(100%);
  fill: unset;
}
.hover-drop-down.hover, .hover-drop-down.extra-hover {
  background: #ffffff;
}
.hover-drop-down.hover .menu-title, .hover-drop-down.extra-hover .menu-title {
  color: #000000;
}
.hover-drop-down.hover .menu-title svg.icon, .hover-drop-down.extra-hover .menu-title svg.icon {
  fill: unset;
  filter: brightness(0) saturate(100%);
}
.hover-drop-down.hover .drop-down-options, .hover-drop-down.extra-hover .drop-down-options {
  display: block;
  padding: 15px;
}

.link-color {
  color: #929292;
}

.drop-down-options {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #000000;
  border-top: none;
}
.drop-down-options .inner {
  border-bottom: 1px solid #929292;
}
.drop-down-options .inner a {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  font-family: GillSansNova-Light;
  padding: 15px 0 12px;
  display: block;
}
.drop-down-options .inner:nth-child(1) a {
  padding: 0 0 12px;
}
.drop-down-options .inner:hover {
  border-bottom: 1px solid #000000;
}
.drop-down-options .inner:hover a {
  color: #000000;
}
.drop-down-options .inner:last-of-type {
  border-bottom: none;
}
.drop-down-options.location .inner:last-of-type, .drop-down-options.my-account .inner:last-of-type {
  border-bottom: 1px solid #929292;
}
.drop-down-options.location .find-nearest, .drop-down-options.my-account .find-nearest {
  color: #ffffff;
  background: #000000;
  text-align: center;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
}
.drop-down-options.location .formatted-image, .drop-down-options.my-account .formatted-image {
  text-align: center;
  color: #ffffff;
  background: #000000;
  padding: 40px 0;
  margin: 10px 0;
  opacity: 0.2;
}

.toggle-title {
  min-height: 35px;
  padding: 10px 0 7px 10px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
  color: #aaa;
  background-color: #f1f1f1;
}
.toggle-title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 2px;
  width: 13px;
  height: 100%;
  background: url(../images/svg-icons/right-arrow-next-grey.svg) no-repeat 100% center/16px;
}
.toggle-title.on {
  background: #d6d6d6;
  color: #000000;
}
.toggle-title.on:after {
  background: url(../images/svg-icons/down-arrow-expand.svg) no-repeat 100% center/16px;
}

.toggleContent {
  display: none;
}
.toggleContent.show {
  display: block;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}

/* content slot in primary container with tiles in grid underneath */
.search-slot-wrapper,
.account-landing-slot {
  width: 100%;
}

/* grid tiles */
.search-result-items .grid-tile,
.content-search-tile,
.account-home-tile {
  margin: 0 0 2% 2%;
  width: 23.5%;
}
.search-result-items .grid-tile:nth-of-type(4n+1),
.content-search-tile:nth-of-type(4n+1),
.account-home-tile:nth-of-type(4n+1) {
  margin: 0 0 2% 0;
}
@media only screen and (max-width: 1279px) {
  .search-result-items .grid-tile,
.content-search-tile,
.account-home-tile {
    width: 31.6%;
    margin: 0 0 2% 2.5%;
  }
  .search-result-items .grid-tile:nth-of-type(4n + 1),
.content-search-tile:nth-of-type(4n + 1),
.account-home-tile:nth-of-type(4n + 1) {
    margin: 0 0 2% 2.5%;
  }
  .search-result-items .grid-tile:nth-of-type(3n+1),
.content-search-tile:nth-of-type(3n+1),
.account-home-tile:nth-of-type(3n+1) {
    margin: 0 0 2% 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-result-items .grid-tile,
.content-search-tile,
.account-home-tile {
    width: calc(50% - 5px);
    margin: 0 0 20px 0 !important;
  }
  .search-result-items .grid-tile:nth-of-type(2n),
.content-search-tile:nth-of-type(2n),
.account-home-tile:nth-of-type(2n) {
    margin-left: 10px !important;
  }
  .search-result-items .grid-tile:nth-of-type(2n+1),
.content-search-tile:nth-of-type(2n+1),
.account-home-tile:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

.account-home-tile {
  float: left;
  display: block;
  background: #f1f1f1;
  text-align: center;
}
.account-home-tile img {
  width: 100%;
}
.account-home-tile span {
  padding: 25px 0;
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 767px) {
  .account-home-tile img {
    width: auto;
    max-width: 100%;
  }
}

table {
  width: 100%;
}

thead th {
  text-align: left;
  padding: 12px 12px 10px;
  font-family: GillSansNova-Light;
  text-transform: uppercase;
  background: #f1f1f1;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}

#wishlist-table .item-image,
#cart-table .item-image,
.li-thumbnail .item-image, .shipment-item-details .item-image {
  text-align: center;
  width: 80px;
}
#wishlist-table .item-image img,
#cart-table .item-image img,
.li-thumbnail .item-image img, .shipment-item-details .item-image img {
  height: 80px;
  border: 1px solid #f1f1f1;
}
#wishlist-table .item-details,
#cart-table .item-details,
.li-thumbnail .item-details, .shipment-item-details .item-details {
  vertical-align: middle;
}
#wishlist-table .item-details .gift-option-info,
#cart-table .item-details .gift-option-info,
.li-thumbnail .item-details .gift-option-info, .shipment-item-details .item-details .gift-option-info {
  margin: 0;
}
#wishlist-table .item-details .name,
#wishlist-table .item-details .attribute, #wishlist-table .item-details .item-ref,
#cart-table .item-details .name,
#cart-table .item-details .attribute,
#cart-table .item-details .item-ref,
.li-thumbnail .item-details .name,
.li-thumbnail .item-details .attribute,
.li-thumbnail .item-details .item-ref, .shipment-item-details .item-details .name,
.shipment-item-details .item-details .attribute, .shipment-item-details .item-details .item-ref {
  padding: 2px 0;
  color: #929292;
}
#wishlist-table .item-details .attribute, #wishlist-table .item-details .item-ref,
#cart-table .item-details .attribute,
#cart-table .item-details .item-ref,
.li-thumbnail .item-details .attribute,
.li-thumbnail .item-details .item-ref, .shipment-item-details .item-details .attribute, .shipment-item-details .item-details .item-ref {
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  font-size: 0.75rem;
  color: #929292;
  padding: 2px 0;
}
#wishlist-table .item-details .upper,
#cart-table .item-details .upper,
.li-thumbnail .item-details .upper, .shipment-item-details .item-details .upper {
  text-transform: uppercase;
}

/*
 * remove rectangle with an x centered
 * currently applied for customer's hamper tiles
 */
.remove-rectangle {
  background-color: #d6d6d6;
  color: #000000;
  cursor: pointer;
  display: block;
  padding: 0 0.16em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 4px 7px;
}
.remove-rectangle svg {
  width: 10px;
  height: 10px;
  fill: black;
}

.ui-dialog.no-title .ui-dialog-title {
  display: none;
}
.ui-dialog.no-title .ui-widget-header {
  z-index: 1;
  float: right;
}
.ui-dialog.no-title .newtitle {
  margin: 0 0 20px 0;
}

.ui-dialog.cms-page-dialog .ui-dialog-buttonset {
  margin: 20px 0 0;
}
.ui-dialog.cms-page-dialog .ui-dialog-buttonset .got-it {
  width: 45%;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ui-dialog.cms-page-dialog .ui-dialog-buttonset .got-it {
    width: 100%;
  }
}

.yes-and-no-dialog .ui-dialog-buttonset,
.yes-and-no-dialog-v2 .ui-dialog-buttonset {
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
.yes-and-no-dialog .ui-dialog-buttonset button, .yes-and-no-dialog .ui-dialog-buttonset a,
.yes-and-no-dialog-v2 .ui-dialog-buttonset button,
.yes-and-no-dialog-v2 .ui-dialog-buttonset a {
  width: 48%;
  float: right;
}
.yes-and-no-dialog .ui-dialog-buttonset button.button-gray, .yes-and-no-dialog .ui-dialog-buttonset a.button-gray,
.yes-and-no-dialog-v2 .ui-dialog-buttonset button.button-gray,
.yes-and-no-dialog-v2 .ui-dialog-buttonset a.button-gray {
  float: left;
}
@media only screen and (max-width: 767px) {
  .yes-and-no-dialog .ui-dialog-buttonset button, .yes-and-no-dialog .ui-dialog-buttonset a,
.yes-and-no-dialog-v2 .ui-dialog-buttonset button,
.yes-and-no-dialog-v2 .ui-dialog-buttonset a {
    float: none;
    width: 100%;
  }
  .yes-and-no-dialog .ui-dialog-buttonset button.button-gray, .yes-and-no-dialog .ui-dialog-buttonset a.button-gray,
.yes-and-no-dialog-v2 .ui-dialog-buttonset button.button-gray,
.yes-and-no-dialog-v2 .ui-dialog-buttonset a.button-gray {
    margin: 0 0 10px 0;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .yes-and-no-dialog-v2 .ui-dialog-buttonset button.button-gray, .yes-and-no-dialog-v2 .ui-dialog-buttonset a.button-gray {
    margin: 10px 0 0;
  }
}

.yes-and-no-dialog.sending-to-recipient {
  max-width: 400px;
  padding: 0;
}
.yes-and-no-dialog.sending-to-recipient .content__wrapper {
  padding: 20px;
}
.yes-and-no-dialog.sending-to-recipient .content__wrapper .ui-dialog-titlebar span {
  color: #2a2a2a;
  font-family: GillSansNova-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.yes-and-no-dialog.sending-to-recipient .content__wrapper .dialog-content {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.yes-and-no-dialog.sending-to-recipient .content__wrapper .ui-icon-closethick {
  height: 17px;
  width: 18px;
  top: 5px;
}
.yes-and-no-dialog.sending-to-recipient .btns__wrapper {
  padding: 0;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset {
  padding: 17px 20px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button {
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  margin: 0;
  float: none;
  height: 40px;
  padding: 12px 16px !important;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-family: GillSansNova-Medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  text-transform: uppercase;
  background: #000000;
  border: 1px solid #000000;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button:hover {
  background: #ffffff;
  color: #000000;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button:active {
  background: inherit;
  color: inherit;
  box-shadow: none;
  transform: none;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button.cancel {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 16px;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button.cancel:hover {
  color: #929292;
  text-decoration: none;
}

.ui-tabs .tablarge li a.ui-tabs-anchor {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 767px) {
  .ui-tabs .tablarge li a.ui-tabs-anchor {
    font-size: 0.75rem;
  }
}
.ui-tabs .tabsmall-1 li {
  background-color: #ffffff;
}
.ui-tabs .tabsmall-1 li a.ui-tabs-anchor {
  color: #000000;
  font-size: 0.75rem;
}
.ui-tabs .tabsmall-1 li.ui-state-active {
  background-color: #000000;
}
.ui-tabs .tabsmall-1 li.ui-state-active a.ui-tabs-anchor {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .ui-tabs .tabsmall-1 li.ui-state-active {
    background: #000000 url(../images/svg-icons/white-arrow-down.svg) no-repeat 97% 15px;
  }
}

.ui-widget {
  font-family: GillSansNova-Medium;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: GillSansNova-Medium;
}
.ui-widget button {
  font-size: 0.75rem;
}

.ui-corner-all, .ui-corner-top,
.ui-corner-right, .ui-corner-left,
.ui-corner-tr, .ui-corner-tl {
  border-radius: 0;
}

.ui-widget-header {
  border: none;
  background: none;
  font-weight: normal;
  color: #2a2a2a;
}

.ui-dialog-buttonpane.ui-widget-content {
  border: none;
  background: none;
}

.read-more-promo-dialog {
  height: 100%;
  position: fixed;
  z-index: 1001;
  border: none;
}
@media only screen and (max-width: 767px) {
  .read-more-promo-dialog {
    width: 60% !important;
  }
}
.read-more-promo-dialog .ui-widget-header {
  font-family: GillSansNova-Medium;
}

.promotion-callout .read-more-promo-link {
  color: #000000;
  font-size: 0.75rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.promotion-callout .read-more-promo-content {
  display: none;
}
.promotion-callout .link-dark {
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.wishlist-dialog {
  width: 350px !important;
  max-height: 60px;
}
@media only screen and (max-width: 320px) {
  .wishlist-dialog {
    width: 310px !important;
  }
}
.wishlist-dialog .ui-widget-header {
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .wishlist-dialog .ui-dialog-title {
    line-height: 0;
  }
}
.wishlist-dialog .ui-icon-closethick {
  top: -10px;
  left: 10px;
}
.wishlist-dialog .icon.wishlist-heart-black, .wishlist-dialog .icon.heart-outline, .wishlist-dialog .icon.heart-black,
.wishlist-dialog .icon.wishlist-heart-black-outline {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.wishlist-dialog .icon.heart-black {
  background: url("../images/svg-icons/wishlist-heart-black.svg") no-repeat;
}
.wishlist-dialog .icon.heart-outline {
  background: url("../images/svg-icons/wishlist-heart-black-outline.svg") no-repeat;
}
.wishlist-dialog .wishlist-link {
  color: #000000;
  text-decoration: underline;
  line-height: 20px;
}

.js-disabled-warning {
  margin: 20px 0;
  border: 7px solid #d6d6d6;
  padding: 10px 3% 6px;
  font-size: 0.6875rem;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #929292;
  text-align: center;
  text-transform: uppercase;
}

.js-side-panel {
  height: 100%;
  position: fixed;
  z-index: 1001;
  border: none;
}
@media only screen and (max-width: 767px) {
  .js-side-panel {
    width: 90% !important;
  }
}
.js-side-panel .ui-icon.ui-icon-closethick {
  background: url(../images/svg-icons/x-close-icon-hover.svg) no-repeat;
  background-size: 12px 11px;
  background-position: center top;
}
.no-svg .js-side-panel .ui-icon.ui-icon-closethick {
  background-image: url(../images/x-close-icon-hover.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 .js-side-panel .ui-icon.ui-icon-closethick {
    background-image: url(../images/x-close-icon-hover.png);
  }
}

.side-panel-wrapper .js-dialog-content {
  display: none;
}

body.no-scroll {
  overflow: hidden;
  overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
}
body.no-scroll .ui-dialog {
  overflow: visible !important;
}

.show-full-text {
  display: none;
  font-family: GillSansNova-Medium;
  font-weight: 500;
  font-size: 1.0625rem;
  text-decoration: underline;
  padding-left: 5px;
  cursor: pointer;
}

.send-to-friend-product {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 22%;
  overflow: hidden;
  padding: 20px 0;
}
.send-to-friend-product .product-image {
  float: left;
  width: 36%;
}
.send-to-friend-product .product-image img {
  max-width: 80%;
}
.send-to-friend-product .product-description {
  float: left;
  width: 63%;
}
.send-to-friend-product .product-description h2 {
  margin-right: 0;
}
.send-to-friend-product .product-description .value {
  font-weight: bold;
}
.send-to-friend-product .product-description h2 {
  font-size: 1.2em;
  font-style: italic;
}
.send-to-friend-product .product-description dt {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  width: 100px;
}
.send-to-friend-product .product-description dd {
  float: left;
  margin: 10px 0 0 0;
  width: 200px;
}

#send-to-friend-main .send-to-friend-sender-label {
  padding-top: 0;
}
#send-to-friend-main .send-to-friend-sender {
  margin-left: 2%;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%;
}

#send-to-friend-dialog .send-to-friend-login-message {
  padding: 2em 0em 2em;
}

.cart-general-error {
  margin: 0 0 16px;
  background: url(../images/red-error-x.png) no-repeat left 1px;
  color: #bc0031;
  padding: 0px 0 0px 20px;
  letter-spacing: 0.02em;
}

.cart-dialog {
  border: none;
  padding: 20px;
  background: #f1f1f1;
}
.cart-dialog .remove-product {
  text-align: center;
  font-size: 1rem;
  color: #000000;
}
.cart-dialog .remove-product .remove-product-item {
  color: #85734f;
  font-size: 1.25rem;
}
.cart-dialog .remove-product .remove-product-attribute {
  max-width: 445px;
  margin: 20px auto 0;
}
.cart-dialog .remove-product .remove-product-attribute:first-child {
  margin-top: 0;
}
.cart-dialog .remove-product .remove-product-attribute:last-child {
  margin-bottom: 0;
}
.cart-dialog .ui-dialog-buttonset .ui-button {
  display: block;
  width: 100%;
}
.cart-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: 0.625rem;
}
.cart-dialog .ui-dialog-buttonset .btn-close {
  margin-top: 0;
}
.cart-dialog .ui-dialog-buttonset .ui-button + .btn-close {
  margin-top: 12px;
}
.cart-dialog .ui-button .ui-button-icon {
  background: url(../images/svg-icons/close-icon-mr.svg) no-repeat;
  background-size: 12px 16px;
  background-position: center top;
}
.cart-dialog .ui-widget-header {
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 0 30px;
}
.cart-dialog .ui-dialog-title {
  font-family: GillSansNova-Medium;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #626262;
}
.cart-dialog .dialog-content {
  padding-bottom: 30px;
}

.hidden-submit-cart-update {
  display: none;
}

#cart-table {
  margin: 0 0 20px;
  border: 1px solid #d6d6d6;
  border-collapse: inherit;
}
#cart-table thead .section-header {
  border-bottom: 1px solid #d6d6d6;
}
#cart-table thead .section-header.qty {
  text-align: center;
}
#cart-table thead .section-header.price, #cart-table thead .section-header.deliver {
  padding-left: 0.3em;
}
@media only screen and (max-width: 959px) {
  #cart-table thead .section-header {
    display: none;
  }
}
#cart-table thead tr {
  border: none;
}
#cart-table .cart-row .item-details {
  padding: 10px 5px 7px 10px;
}
#cart-table .cart-row .item-details .item-details-table {
  table-layout: fixed;
  min-height: 100px;
}
@media only screen and (min-width: 1280px) {
  #cart-table .cart-row .item-details .item-details-table {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #cart-table .cart-row .item-details .item-details-table {
    table-layout: auto;
  }
}
#cart-table .cart-row .item-details .name {
  max-width: 396px;
}
#cart-table .cart-row .item-details .name a {
  width: 100%;
  word-wrap: break-word;
  font-size: 0.9375rem;
  font-weight: 500;
}
#cart-table .cart-row td {
  box-sizing: border-box;
  padding: 10px 0 0;
}
#cart-table .cart-row td.item-total {
  padding-right: 20px;
}
#cart-table .cart-row td.item-image {
  padding-top: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  #cart-table .cart-row td.item-image img {
    float: left;
  }
}
#cart-table .cart-row .component {
  padding: 10px 0 0 100px;
}
#cart-table .cart-row .component img {
  width: 80px;
  float: left;
  border: 1px solid #f1f1f1;
  margin: 0 25px 0 0;
}
#cart-table .cart-row .component .component-details {
  padding: 0 10px;
  float: left;
  width: 60%;
  height: 80px;
}
#cart-table .cart-row.commited-subscription-child .product-signup-title {
  margin: -15px 0 6px;
}
#cart-table .cart-row.commited-subscription-child .promotion-callout {
  text-align: left;
}
@media only screen and (min-width: 1280px) {
  #cart-table .cart-row.commited-subscription-child .item-image {
    left: 70px;
    position: absolute;
    margin: 10px 0 0;
  }
  #cart-table .cart-row.commited-subscription-child .item-details {
    padding-left: 75px;
  }
  #cart-table .cart-row.commited-subscription-child .promotion-callout {
    text-align: center;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  #cart-table .cart-row.commited-subscription-child .item-image {
    margin: 10px 0 0;
  }
  #cart-table .cart-row.commited-subscription-child .item-image img {
    margin: -35px 0 0 45px;
  }
  #cart-table .cart-row.commited-subscription-child .item-promotions {
    left: 40px;
    margin-top: 27px;
  }
  #cart-table .cart-row.commited-subscription-child .product-signup-period {
    position: absolute;
    left: 50px;
    margin-top: 0;
    margin-left: 20px;
  }
  #cart-table .cart-row.commited-subscription-child .product-signup-title {
    margin: -16px 0 6px 20px;
    position: absolute;
    left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #cart-table .cart-row.commited-subscription-child .item-image {
    margin: 7px 0 0;
  }
  #cart-table .cart-row.commited-subscription-child .item-image img {
    margin: 0 0 0 30px;
  }
  #cart-table .cart-row.commited-subscription-child .item-details-table {
    margin: 0 0 35px 0;
  }
  #cart-table .cart-row.commited-subscription-child .item-details {
    padding-left: 40px;
  }
  #cart-table .cart-row.commited-subscription-child .product-signup-period {
    position: absolute;
    left: 10px;
    margin-top: 20px;
    margin-left: 40px;
  }
  #cart-table .cart-row.commited-subscription-child .product-signup-title {
    margin: 0;
    position: absolute;
    left: 50px;
  }
  #cart-table .cart-row.commited-subscription-child .item-promotions {
    left: 30px;
    margin-top: 10px;
  }
  #cart-table .cart-row.commited-subscription-child .item-quantity-details, #cart-table .cart-row.commited-subscription-child .item-price, #cart-table .cart-row.commited-subscription-child .item-total {
    padding-top: 25px;
  }
  #cart-table .cart-row.commited-subscription-child .item-price {
    margin: 0 -32px 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  #cart-table .cart-row.commited-subscription-child .item-image {
    margin: 7px 0 0;
  }
  #cart-table .cart-row.commited-subscription-child .item-image img {
    margin: 0 0 0 35px;
  }
  #cart-table .cart-row.commited-subscription-child .item-details-table {
    margin: 0 0 50px 8px;
  }
  #cart-table .cart-row.commited-subscription-child .item-details {
    padding-left: 40px;
  }
  #cart-table .cart-row.commited-subscription-child .product-signup-period {
    position: absolute;
    left: 10px;
    margin-top: 22px;
    margin-left: 40px;
  }
  #cart-table .cart-row.commited-subscription-child .product-signup-title {
    margin: 2px 0 6px;
    position: absolute;
    left: 50px;
  }
  #cart-table .cart-row.commited-subscription-child .item-promotions {
    left: 30px;
    margin-top: 0px;
  }
  #cart-table .cart-row.commited-subscription-child .item-price {
    margin: 0 -32px 0 32px;
  }
}
#cart-table .li-callout-msg td {
  padding: 5px 20px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}
#cart-table .li-callout-msg .delivery-info-title {
  float: right;
  clear: right;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #cart-table .li-callout-msg .delivery-info-title {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #cart-table .li-callout-msg .delivery-info-title {
    float: none;
    text-align: center;
  }
}
#cart-table .li-callout-msg .delivery-info-title span {
  cursor: pointer;
  font-size: 0.9375rem;
  color: #000000;
  text-decoration: underline;
}
#cart-table .li-callout-msg .delivery-info-title span.view {
  color: #929292;
}
#cart-table .li-callout-msg .delivery-info-title span:hover {
  text-decoration: none;
}
#cart-table .li-callout-msg .delivery-block {
  display: none;
  clear: right;
  text-align: center;
  padding-top: 10px;
}
@media only screen and (min-width: 960px) {
  #cart-table .li-callout-msg .delivery-block {
    float: right;
  }
}
#cart-table .li-callout-msg .delivery-block .delivery-info {
  display: inline-block;
  max-width: 60px;
  text-align: center;
}
#cart-table .li-callout-msg .delivery-block .delivery-info img {
  max-width: 39px;
}
#cart-table .promo-adjustment {
  display: none;
}
#cart-table .promotion-callout {
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 0.625rem;
  color: #000000;
  text-transform: uppercase;
  min-height: 13px;
  letter-spacing: 1px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#cart-table .promotion-callout .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;
}
#cart-table .header-total-price {
  text-align: right;
}
#cart-table .item-image {
  text-align: center;
  width: 100px;
}
#cart-table .item-image img {
  width: 80px;
  border: 1px solid #f1f1f1;
}
#cart-table .item-details .giftcard-value {
  margin: 5px 0;
}
#cart-table .item-quantity-details, #cart-table .item-price, #cart-table .item-total {
  width: 8%;
}
#cart-table .item-delivery-options,
#cart-table .item-promotions {
  width: 38%;
}
@media only screen and (min-width: 960px) {
  #cart-table .item-delivery-options,
#cart-table .item-promotions {
    float: left;
    margin-left: 0px;
    margin-top: 50px;
  }
}
#cart-table .item-delivery-options .delivery-info,
#cart-table .item-promotions .delivery-info {
  width: 60px;
  margin: 0.5em 1.4em 0 0;
  text-align: center;
  float: left;
  color: #929292;
}
#cart-table .item-delivery-options.error,
#cart-table .item-promotions.error {
  vertical-align: middle;
}
#cart-table .item-delivery-options.error .error-text,
#cart-table .item-promotions.error .error-text {
  margin: 0 0 0 20px;
  max-width: 240px;
  color: #bc0031;
  text-align: center;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1279px) {
  #cart-table .item-delivery-options.error .error-text,
#cart-table .item-promotions.error .error-text {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #cart-table .item-delivery-options.error .error-text,
#cart-table .item-promotions.error .error-text {
    margin: 10px auto;
  }
}
#cart-table .item-delivery-options.item-promotions,
#cart-table .item-promotions.item-promotions {
  max-width: 400px;
}
#cart-table .item-total, #cart-table .item-price {
  font-size: 0.9375rem;
  font-family: GillSansNova-Bold;
}
#cart-table .item-total {
  text-align: right;
  padding-right: 1em;
}
#cart-table .item-quantity-details {
  text-align: center;
  vertical-align: middle;
}
#cart-table .item-quantity-details .mobile-title {
  display: none;
}
#cart-table .item-quantity-details .li-qty {
  text-align: center;
}
#cart-table .item-quantity-details .input-text {
  color: #000000;
  border: none;
  opacity: 1;
  line-height: initial;
  font-size: 0.9375rem;
  font-weight: bold;
  height: initial;
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 0;
}
#cart-table .item-quantity-details .li-qty-minus, #cart-table .item-quantity-details .li-qty-plus {
  display: inline-block;
  font-size: 18px;
  color: #929292;
  cursor: pointer;
}
#cart-table .item-quantity-details .li-qty-minus .icon.plus, #cart-table .item-quantity-details .li-qty-minus .icon.minus, #cart-table .item-quantity-details .li-qty-plus .icon.plus, #cart-table .item-quantity-details .li-qty-plus .icon.minus {
  width: 12px;
  height: 22px;
}
#cart-table .item-quantity-details .item-user-actions {
  clear: both;
  text-align: center;
}
#cart-table .item-quantity-details .item-user-actions button {
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  font-size: 0.85em;
}
@media only screen and (min-width: 960px) {
  #cart-table .item-quantity-details .item-user-actions button {
    padding-top: 1em;
  }
}
#cart-table .item-quantity-details .item-user-actions button.remove {
  color: #bc0032;
  font-weight: 500;
}
#cart-table .item-quantity-details .item-user-actions button.update-qty {
  display: none;
}
#cart-table .mobile-title {
  display: none;
  text-transform: uppercase;
  padding: 0.5em 0 0;
  font-size: 1.125rem;
  font-family: GillSansNova-Medium;
}
#cart-table .price-sales, #cart-table .price-total {
  display: block;
  padding: 12px 0 0;
  color: #000000;
}
#cart-table .bonus-free {
  text-transform: uppercase;
}
#cart-table .price-promotion .price-sales {
  padding: 0;
}
#cart-table .price-promotion .price-standard {
  display: block;
  margin: 0.2em 0;
  text-decoration: line-through;
  color: #d6d6d6;
}
#cart-table .price-unadjusted {
  color: #929292;
  display: block;
  margin-bottom: 0.2em 0;
}
#cart-table .price-unadjusted span {
  text-decoration: line-through;
  color: #929292;
}
#cart-table .price-adjusted-total {
  color: #000000;
  display: block;
}
#cart-table .gift-cert-delivery {
  color: #990000;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  #cart-table .item-details {
    width: 235px;
  }
  #cart-table .item-delivery-options,
#cart-table .item-promotions {
    width: auto;
    position: absolute;
    left: 0;
    margin-top: 10px;
    margin-left: 25px;
  }
  #cart-table .item-delivery-options .delivery-info,
#cart-table .item-promotions .delivery-info {
    margin: 0.5em 0.3em 0 0;
  }
  #cart-table .item-quantity-details, #cart-table .item-price, #cart-table .item-total {
    width: 10.5%;
  }
}
@media only screen and (max-width: 959px) {
  #cart-table .item-details {
    width: 155px;
    min-height: 135px;
  }
  #cart-table .item-delivery-options,
#cart-table .item-promotions {
    width: auto;
    position: absolute;
    left: 0;
    margin-top: 15px;
    margin-left: 22px;
  }
  #cart-table .item-delivery-options .delivery-info,
#cart-table .item-promotions .delivery-info {
    margin: 0.5em 5px 0 0;
    font-size: 0.6875rem;
  }
  #cart-table .cart-row .item-quantity-details,
#cart-table .cart-row .item-price,
#cart-table .cart-row .item-total {
    padding-top: 15px;
  }
  #cart-table .price-sales,
#cart-table .price-total,
#cart-table .bonus-free {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 959px) {
  #cart-table .item-image {
    float: left;
    margin: 0 10px 0 0;
  }
  #cart-table .item-details {
    float: left;
    width: 60%;
    padding: 10px;
  }
  #cart-table .item-details.component {
    padding-left: 0;
    width: 100%;
  }
  #cart-table .item-details.component img {
    margin: 0 10px 0 0;
  }
  #cart-table .item-quantity-details {
    padding: 0 0.7em 1em;
  }
  #cart-table .item-quantity-details .mobile-title {
    display: block;
  }
  #cart-table .item-quantity-details .li-qty {
    margin-top: 0;
    padding: 0.8em 0 0.8em;
  }
  #cart-table .item-delivery-options {
    width: 100%;
    clear: both;
    float: left;
    padding: 0px 0 14px 0;
  }
  #cart-table .item-delivery-options .delivery-info {
    width: 15%;
    margin-right: 10%;
  }
  #cart-table .item-quantity-details, #cart-table .item-price, #cart-table .item-total {
    float: left;
    width: 33%;
    padding-left: 20px !important;
  }
  #cart-table .item-price, #cart-table .item-total {
    padding: 0px 0.7em;
  }
  #cart-table .item-total {
    position: relative;
    min-height: 105px;
    margin-left: -10px;
  }
  #cart-table .mobile-title {
    display: block;
  }
  #cart-table .item-quantity-details .update-qty {
    height: 23px;
    margin: 10px 0 0;
  }
  #cart-table .bonus-free, #cart-table .no_qty_actns {
    margin: 20px 0 0;
  }
  #cart-table .price-sales, #cart-table .price-total {
    padding: 20px 0 0;
    font-size: 0.9375rem;
  }
  #cart-table .price-total {
    font-family: GillSansNova-Bold;
  }
  #cart-table .price-promotion, #cart-table .price-unadjusted {
    padding: 0.8em 0 0;
  }
  #cart-table .li-callout-msg td {
    padding: 10px 0;
  }
}

.checkoutmultishipping .product-signup-period .arrow-sync-icon, #cart-table .product-signup-period .arrow-sync-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/svg-icons/arrow-sync.svg") no-repeat;
  background-size: 100% 100%;
}
.checkoutmultishipping .product-signup-period .product-signup-period-text, #cart-table .product-signup-period .product-signup-period-text {
  font-size: 0.80625rem;
  vertical-align: top;
  line-height: 1.17;
  letter-spacing: 0.36px;
}

.checkoutmultishipping .product-signup-title, #cart-table .product-signup-title {
  font-size: 0.8125rem;
  font-family: GillSansNova-Bold;
  margin: 5px 0 6px;
  line-height: 1.23;
  letter-spacing: 0.33px;
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .product-signup-title, #cart-table .product-signup-title {
    min-width: 160px;
  }
}

.cart-promo {
  background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat scroll 0 0 transparent;
  color: #333;
  font-style: italic;
  margin: 0.3em 0;
  padding: 1em;
}
.cart-promo .bonus-item-actions {
  font-size: 1em !important;
  text-align: right;
  vertical-align: middle;
}

.cart-options-box {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.cart-options-box .delivery-options {
  float: left;
  width: 300px;
  clear: right;
}
@media only screen and (max-width: 767px) {
  .cart-options-box .delivery-options {
    width: 100%;
  }
}
.cart-options-box .delivery-options .delivery-info-title {
  font-size: 0.875rem;
  text-align: center;
  padding-bottom: 20px;
}
.cart-options-box .delivery-options .delivery-block {
  text-align: center;
}
.cart-options-box .delivery-options .delivery-block .delivery-info {
  display: inline-block;
  max-width: 60px;
}
.cart-options-box .delivery-options .delivery-block .delivery-info span {
  color: #929292;
}
.cart-options-box .delivery-options .delivery-block .delivery-info img {
  max-width: 39px;
}
.cart-options-box .toggle-title {
  height: 40px;
  padding-top: 12px;
  text-transform: capitalize;
  text-decoration: underline;
  color: #000000;
  background-color: #ffffff;
}
.cart-options-box .toggle-title:after {
  top: 3px;
  background: url(../images/svg-icons/right-arrow-next.svg) no-repeat 100% center/16px;
}
.cart-options-box .toggle-title.on:after {
  background: url(../images/svg-icons/down-arrow-expand.svg) no-repeat 100% center/16px;
}
.cart-options-box .toggleContent {
  background: #ffffff;
  padding: 20px !important;
  border: none;
}
.cart-options-box .toggle-information {
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .cart-options-box .toggle-information {
    width: 100%;
  }
  .cart-options-box .toggle-information.cart-coupon-code {
    width: 100%;
  }
}
.cart-options-box .toggle-information:has(.toggleContent.show) {
  border: 1px solid #d6d6d6;
}

.cart-items-form {
  width: calc(100% - 320px);
  float: left;
}
@media only screen and (max-width: 767px) {
  .cart-items-form {
    float: none;
    width: 100%;
    margin: 17px 0 0;
  }
}
.cart-items-form .remove-child-dialog-html {
  display: none;
}

.cart-total {
  float: right;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .cart-total {
    float: none;
    width: 100%;
  }
}
.cart-total .cart-total-title {
  font-family: GillSansNova-Medium;
  padding: 0 0 14px;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.cart-total .cart-discounts-box .toggle-title {
  font-family: GillSansNova-Medium;
  height: 40px;
  padding: 12px 0 12px 10px;
  text-transform: capitalize;
  color: #000000;
  background-color: #ffffff;
}
.cart-total .cart-discounts-box .toggle-title:after {
  top: 0;
  background: url(../images/svg-icons/right-arrow-bold.svg) no-repeat 100% center/8px;
}
.cart-total .cart-discounts-box .toggle-title.on:after {
  background: url(../images/svg-icons/right-arrow-bold.svg) no-repeat 50% center/8px;
  transform: rotate(90deg);
}
.cart-total .cart-discounts-box .toggle-title .icon.discount-tag {
  width: 22px;
  height: 22px;
  padding-right: 5px;
}
.cart-total .cart-discounts-box .toggleContent {
  background: #ffffff;
  border: none;
}
.cart-total .cart-discounts-box .toggle-information {
  box-sizing: border-box;
}
#wrapper #primary .cart-total .cart-discounts-box .toggle-information {
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) {
  .cart-total .cart-discounts-box .toggle-information {
    width: 100%;
  }
  .cart-total .cart-discounts-box .toggle-information.cart-coupon-code {
    width: 100%;
  }
}
.cart-total .cart-discounts-box .cart-coupon-code {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0;
}
.cart-total .order-totals-table .order-discount .amount {
  text-decoration: none;
  color: #000000;
}
.cart-total .text-between-payments {
  color: #000000;
  text-align: center;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .cart-total .text-between-payments {
    display: block;
  }
}

.cart-action-checkout {
  margin: 24px 0;
}
@media only screen and (min-width: 768px) {
  .cart-action-checkout {
    margin: 24px 0 10px;
  }
}
.cart-action-checkout button {
  font-family: GillSansNova-Bold;
  letter-spacing: 2px;
  font-size: 0.8125rem;
  height: 50px;
  background: #000000 url("../images/svg-icons/white-padlock-exclusive-offer.svg") no-repeat;
  background-position: calc(50% - 95px) 16px;
  background-size: 17px;
  padding: 0 5px 0 25px;
}
.cart-action-checkout button:hover {
  background: #ffffff url("../images/svg-icons/padlock-exclusive-offer.svg") no-repeat;
  background-position: calc(50% - 95px) 16px;
  background-size: 17px;
}
.cart-action-checkout button .wb-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart-action-checkout button {
    background-position: calc(50% - 95px) 17px;
  }
  .cart-action-checkout button .wb-mobile {
    display: block;
  }
  .cart-action-checkout button .wb-desktop {
    display: none;
  }
}

.express-checkout-button-container {
  position: relative;
}

.payment-restriction-container.desktop {
  margin: 0 0 17px;
}

.user-action .continue-shopping,
.user-action button {
  margin: 36px 0 0;
}
.user-action svg {
  width: 10px;
  height: 10px;
  padding-bottom: 0.2em;
  margin-right: 0.3em;
  letter-spacing: 0.06em;
}
.user-action .action-text {
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .user-action {
    float: none;
    width: 100%;
  }
}

.user-action.empty-bag {
  margin: 20px 0 0;
}

.cart-recommendations {
  clear: both;
  margin-top: 1rem;
}
.cart-recommendations .product-listing {
  background-color: #efefef;
  padding: 1rem 0;
}
.cart-recommendations .product-listing h2 {
  margin-left: 1.3rem;
}
.cart-recommendations .product-listing .search-result-items {
  margin-top: 1em;
}

.cart-empty {
  margin-top: 4rem;
}
.cart-empty h1 {
  text-align: center;
}
.cart-empty .cart-action-continue-shopping {
  float: none;
  text-align: center;
  margin-bottom: 4rem;
}
.cart-empty .product-listing {
  background-color: #efefef;
  padding: 1rem 0;
}
.cart-empty .product-listing h2 {
  margin-left: 1.3rem;
}
.cart-empty .product-listing .search-result-items {
  margin-top: 1em;
}

ul.product-availability-list {
  margin: 0;
  padding: 3px 0;
  font-weight: 500;
}
ul.product-availability-list li {
  list-style: none outside none;
}
ul.product-availability-list .on-order, ul.product-availability-list .not-available {
  color: #990000;
  font-size: 0.8125rem;
}
ul.product-availability-list .is-in-stock {
  color: #118f40;
  font-family: GillSansNova-Medium;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 13px;
  line-height: normal;
  vertical-align: middle;
}

.account-welcome .welcome-message {
  font-size: 1.2em;
  font-style: italic;
}
.account-welcome .not-user {
  margin: 0.83em 0;
}

#password-reset {
  white-space: nowrap;
}

[id^=tl_popup] {
  z-index: 10 !important;
}

.pt_cart .paypal-cart-button {
  width: 100%;
  position: relative;
}
.pt_cart .paypal-error {
  display: none;
}
.pt_cart #AmazonPayButtonCheckout {
  width: 100% !important;
}
.pt_cart .cart-total .order-totals-table {
  text-transform: none;
  border: none;
}
@media only screen and (min-width: 768px) {
  .pt_cart .cart-total .order-totals-table {
    margin-top: -15px;
  }
}
.pt_cart .cart-total .order-totals-table td {
  padding: 14px 0px 0px 0px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.pt_cart .cart-total .order-totals-table td:last-of-type {
  font-family: GillSansNova-Bold;
}
.pt_cart .cart-total .order-totals-table td:nth-child(2n+2) {
  font-weight: 400;
}
.pt_cart .cart-total .order-totals-table td.empty-space {
  padding: 0;
}
.order-subtotal .pt_cart .cart-total .order-totals-table td {
  padding: 0;
}
.pt_cart .cart-total .order-totals-table .order-total {
  border-top: 1px solid #d6d6d6;
}
.pt_cart .cart-total .order-totals-table .order-total td {
  font-family: GillSansNova-Bold;
}
.pt_cart .cart-total .remove-all-products {
  display: none;
}
.pt_cart .cart-total .continue-shopping .button {
  letter-spacing: 2px;
  font-size: 0.8125rem;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  border-color: #000000;
}
.pt_cart .mobile-buttons {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pt_cart .mobile-buttons {
    display: block;
  }
}
.pt_cart .mobile-buttons .paypal-cart,
.pt_cart .mobile-buttons .cart-action-checkout,
.pt_cart .mobile-buttons .amazon-cart {
  width: 100%;
  padding: 0;
  vertical-align: top;
}
.pt_cart .mobile-buttons .paypal-cart.full-width,
.pt_cart .mobile-buttons .cart-action-checkout.full-width,
.pt_cart .mobile-buttons .amazon-cart.full-width {
  margin: 5px 0;
}
.pt_cart .mobile-buttons .paypal-cart.full-width button,
.pt_cart .mobile-buttons .cart-action-checkout.full-width button,
.pt_cart .mobile-buttons .amazon-cart.full-width button {
  background-position: calc(50% - 95px) 12px;
}
.pt_cart .mobile-buttons .paypal-cart.full-width button .wb-desktop,
.pt_cart .mobile-buttons .cart-action-checkout.full-width button .wb-desktop,
.pt_cart .mobile-buttons .amazon-cart.full-width button .wb-desktop {
  display: block;
}
.pt_cart .mobile-buttons .paypal-cart.full-width button .wb-mobile,
.pt_cart .mobile-buttons .cart-action-checkout.full-width button .wb-mobile,
.pt_cart .mobile-buttons .amazon-cart.full-width button .wb-mobile {
  display: none;
}
.pt_cart .mobile-buttons .amazon-cart {
  margin: 0 0 15px 0;
}

.paypal-button {
  border-radius: 0 !important;
  height: 36px !important;
}

.paypal-cart-buttons-container {
  padding-bottom: 15px !important;
}

.box-components {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 959px) {
  .box-components {
    float: none;
    margin: 0 0 30px 10px;
  }
}
@media only screen and (min-width: 959px) {
  .box-components {
    float: left;
  }
}
.box-components .box-components-title {
  float: none;
  clear: right;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .box-components .box-components-title {
    text-align: center;
  }
}
.box-components .box-components-title span {
  cursor: pointer;
  font-size: 0.9375rem;
  color: #000000;
  text-decoration: underline;
}
.box-components .box-components-title span.view-components {
  color: #85734f;
}
.box-components .box-components-title span.hide-components {
  display: none;
  color: #85734f;
}
.box-components .box-components-title span:hover {
  text-decoration: none;
}
.box-components .box-components-block {
  display: none;
  clear: right;
  text-align: left;
  margin: 20px 0 0 20px;
}
@media only screen and (min-width: 959px) {
  .box-components .box-components-block {
    float: left;
  }
}
.box-components .box-components-items {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .box-components .box-components-items {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.box-components .box-components-items .component-image {
  max-width: 90px;
}
.box-components .box-components-items .component-image img {
  max-width: 90px;
}
.box-components .component-details-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0 5px;
  max-width: 248px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .box-components .component-details-container {
    max-width: 195px;
  }
}
.box-components .component-details .name {
  color: #85734f;
  font-size: 0.9375rem;
  max-width: 248px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .box-components .component-details .name {
    max-width: 130px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .box-components .component-details .name {
    -webkit-line-clamp: 1;
  }
}
@media only screen and (max-width: 767px) {
  .box-components .component-details .name {
    max-width: 130px;
    -webkit-line-clamp: 2;
  }
}
.box-components .component-details .name a {
  color: #85734f;
}

.checkout-progress-indicator {
  display: inline-block;
  position: relative;
  list-style: none;
  font-size: 1.1em;
  padding: 0;
  line-height: 42px;
}
.checkout-progress-indicator li {
  float: left;
  text-transform: uppercase;
  padding: 0 50px 0 0;
  color: #929292;
}
.checkout-progress-indicator li.active, .checkout-progress-indicator li.active a {
  color: #ffffff;
}
.checkout-progress-indicator .ellipsis {
  display: none;
  position: absolute;
  padding: 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .checkout-progress-indicator.left {
    padding: 0 0 0 30px;
  }
  .checkout-progress-indicator.left .ellipsis {
    left: 0;
  }
  .checkout-progress-indicator.right {
    padding: 0;
  }
  .checkout-progress-indicator.right .ellipsis {
    right: 0;
  }
  .checkout-progress-indicator li {
    display: none;
    padding: 0 20px 0 0;
  }
  .checkout-progress-indicator li.active, .checkout-progress-indicator li.mobile-show, .checkout-progress-indicator li.ellipsis {
    display: block;
  }
}

.shipping-method {
  margin-top: 1.83em;
}
.shipping-method label {
  display: inline;
  float: none !important;
  padding-right: 0.42em !important;
}
.shipping-method .shipping-description {
  display: inline;
}
.shipping-method .excluded-dates {
  display: none;
}
.shipping-method div.radio span.checked {
  background: #000000;
  border-radius: 50%;
}

.gift-message-text.hidden {
  display: none;
}

.checkout-left {
  float: left;
  max-width: 300px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .checkout-left {
    margin: 5px auto 0;
  }
}
.checkout-left.coupons {
  clear: left;
}
.checkout-left .order-totals-table {
  margin: 0 0 20px 0;
  text-transform: capitalize;
  border: none;
  color: #2a2a2a;
}
.checkout-left.go-b {
  clear: left;
}
@media only screen and (max-width: 767px) {
  .checkout-left.go-b {
    margin: 0 auto;
  }
}

.checkout-right .go-back,
.checkout-left .go-back {
  text-transform: uppercase;
  color: #000000;
  display: block;
  text-align: left;
  width: inherit;
  height: 18px;
}
@media only screen and (max-width: 959px) {
  .checkout-right .go-back,
.checkout-left .go-back {
    display: none;
  }
}
.checkout-right .go-back.tablet-button,
.checkout-left .go-back.tablet-button {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .checkout-right .go-back.tablet-button,
.checkout-left .go-back.tablet-button {
    display: block;
  }
}
.checkout-right .go-back .arrow-left,
.checkout-left .go-back .arrow-left {
  width: 18px;
  height: 18px;
  margin: 0 4px 4px 0;
}

.checkout-middle {
  float: right;
  width: 300px;
  margin: 20px 179px 0;
}
.checkout-middle .balance-to-pay h2 {
  font-family: GillSansNova-Medium;
  font-size: 25px;
  margin-bottom: 25px;
}
.checkout-middle .balance-to-pay p {
  font-family: GillSansNova-Book;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1279px) {
  .checkout-middle {
    margin: 20px 89px 0;
  }
}
@media only screen and (max-width: 959px) {
  .checkout-middle {
    float: none;
    margin: 20px 69px 0;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-middle {
    margin: 20px auto 0;
  }
}

.checkout-right {
  float: right;
  width: 300px;
  margin: 20px 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .checkout-right {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-right {
    margin: 15px auto 10px;
    padding: 0 0 3px;
  }
  .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));
  }
}
.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 0 20px;
}
.checkout-right .summary-title h2 {
  font-size: 1rem;
  font-weight: 600;
}
.checkout-right .summary-title h2 span {
  text-transform: uppercase;
}
.checkout-right .summary-title .expand-btn, .checkout-right .summary-title .collapse-btn {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .checkout-right .summary-title .expand-btn, .checkout-right .summary-title .collapse-btn {
    display: none;
  }
}
.checkout-right .summary-title .expand-btn.hidden, .checkout-right .summary-title .collapse-btn.hidden {
  display: none;
}
.checkout-right .summary-title .expand-btn .icon, .checkout-right .summary-title .collapse-btn .icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.checkout-right .summary-shipments-details {
  margin: 0 -12px 10px 0;
  padding: 0 12px 5px 0;
  box-sizing: border-box;
}
.checkout-right .summary-shipments-details.scrollable {
  max-height: 240px;
  overflow-y: auto;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.25);
}
.checkout-right .summary-shipments-details.scrollable::-webkit-scrollbar {
  width: 4px;
}
@media only screen and (max-width: 767px) {
  .checkout-right .summary-shipments-details.scrollable::-webkit-scrollbar {
    width: 2px;
  }
}
.checkout-right .summary-shipments-details.scrollable::-webkit-scrollbar-track {
  background-color: #C2C2C2;
}
.checkout-right .summary-shipments-details.scrollable::-webkit-scrollbar-thumb {
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  .checkout-right .summary-body {
    display: none;
  }
}
.checkout-right .shipment-count {
  font-family: GillSansNova-Medium;
  font-size: 0.75rem;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.checkout-right .shipment-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.checkout-right .shipment-header h3 {
  font-family: GillSansNova-Medium;
  font-size: 0.75rem;
  font-weight: 600;
  padding-bottom: 0;
}
.checkout-right .shipment-header .plus-button.hidden, .checkout-right .shipment-header .minus-button.hidden {
  display: none;
}
.checkout-right .shipment-header .plus-button .icon, .checkout-right .shipment-header .minus-button .icon {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.checkout-right .shipment-element {
  margin: 0 0 15px;
}
.checkout-right .shipment-element:last-child {
  margin: 0;
}
.checkout-right .shipment-delivery-details {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 13px;
  margin: 10px 0 0;
}
.checkout-right .shipment-delivery-details.expanded {
  display: none;
}
.checkout-right .shipment-delivery-details .edit-link {
  display: block;
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.checkout-right .shipment-product-details {
  display: none;
  margin: 10px 0 0;
}
.checkout-right .shipment-product-details .product-info-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 10px;
}
.checkout-right .shipment-product-details .product-name {
  font-weight: 600;
  margin: 0 0 3px;
}
.checkout-right .shipment-product-details .product-quantity,
.checkout-right .shipment-product-details .product-price {
  font-family: GillSansNova-Light;
}
.checkout-right .shipment-product-details .subscription-info {
  width: 70%;
}
.checkout-right .shipment-product-details .subscription-info:has(+ .product-price .price-unadjusted) {
  width: 60%;
}
.checkout-right .shipment-product-details .price-unadjusted {
  text-decoration: line-through;
  color: #929292;
}
.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) {
  .checkout-right #orderTotalsSection .order-totals-table {
    padding: 0;
  }
}
.checkout-right #orderTotalsSection .order-totals-table .order-total td {
  padding: 7px 0 9px;
}
.checkout-right #orderTotalsSection .order-totals-table .order-total:last-of-type {
  font-size: 1rem;
  border-top: 1px solid #000000;
}
.checkout-right #orderTotalsSection .order-totals-table .order-total:last-of-type td {
  font-weight: 600;
}
.checkout-right #orderTotalsSection .order-totals-table td:nth-child(2n+2) {
  font-weight: 400;
}
.checkout-right #orderTotalsSection .order-totals-table .order-discount .amount {
  text-decoration: none;
  color: #000000;
}

.billing-header-msg {
  border: 1px solid #d6d6d6;
  border-left: none;
  border-right: none;
  text-align: center;
  margin: 20px 0 0;
  padding: 1em 0;
}
.billing-header-msg .billing-msg {
  font-size: 1.1em;
  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) {
  .billing-header-msg .billing-msg {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .billing-header-msg .billing-msg {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .billing-header-msg .billing-msg {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .billing-header-msg .billing-msg {
    padding: 0em 1em;
    font-size: 0.8em;
  }
}

.billing-section .inputs-group-title {
  cursor: pointer;
}
.billing-section .inputs-group-title .arrow-icon {
  position: absolute;
  right: 10px;
  top: 0.7em;
  width: 13px;
  height: 100%;
  background: url("../images/interface/sprite.png") -435px 0 no-repeat;
}
.billing-section.disable {
  overflow: initial !important;
  border: 1px solid #f1f1f1;
}
.billing-section.disable .inputs-group-title {
  background: #f1f1f1;
  color: #929292;
}
.billing-section.disable .inputs-group-title .arrow-icon {
  background: url("../images/interface/sprite.png") -60px 0 no-repeat;
}
.billing-section .order-totals-table {
  border: none;
}

.balance-to-pay {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.balance-to-pay .amount {
  font-size: 36px;
  font-weight: normal;
  font-family: GillSansNova-Light;
  margin-top: 6px;
}

.billing-section-header {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  padding: 15px 0 30px;
  font-weight: 700;
}
.billing-section-header.embedded-iframe-header {
  padding: 15px 0 0;
}

#giftcards-area {
  width: 268px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #giftcards-area {
    width: 100%;
  }
}
#giftcards-area .gift-card-item {
  position: relative;
  clear: both;
}
#giftcards-area .giftcard-content {
  position: relative;
  margin: 0 0 10px 0;
}
#giftcards-area .giftcard-details-new .form-row-gc-code {
  width: 100%;
  float: left;
}
#giftcards-area .giftcard-details-new .form-row-gc-pin {
  width: 100%;
  margin-bottom: 15px;
}
#giftcards-area .giftcard-details-new .tooltip {
  position: absolute;
  top: 6px;
  right: 0;
}
#giftcards-area .giftcard-details-new .tooltip svg {
  width: 20px;
  height: 20px;
  top: 5px;
}
#giftcards-area .giftcard-details {
  position: relative;
}
#giftcards-area .giftcard-details .remove {
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  right: 0;
}
#giftcards-area .gift-card-rows {
  position: relative;
  margin-bottom: 15px;
}
#giftcards-area .gift-card-rows .gift-card-row {
  margin: 0 0 7px 0;
  font-family: GillSansNova-Bold;
}
#giftcards-area .gift-card-rows .gift-card-row .title {
  margin-right: 10px;
}
#giftcards-area .giftcard-action.check-result p {
  font-style: italic;
  color: #118f40;
  padding: 0 0 1em 0;
}
#giftcards-area .giftcard-action.check-result button {
  width: 100%;
}
#giftcards-area .giftcard-action.check-result .msg {
  font-family: GillSansNova-Bold;
  font-style: normal;
  color: #000000;
  font-size: 0.9em;
  margin-bottom: 10px;
  padding: 0;
}
#giftcards-area #check-giftcert {
  width: 100%;
}
#giftcards-area #cancel-gc-balance {
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding: 0.7em 0;
}
#giftcards-area #remove-gc-fields {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #giftcards-area #cancel-gc-balance {
    position: relative;
  }
  #giftcards-area #remove-gc-fields {
    position: relative;
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-left,
.checkout-right {
    float: none;
  }
}
.ui-dialog.gift-card-popup .ui-dialog-titlebar {
  color: #000000;
}
.ui-dialog.gift-card-popup .ui-dialog-buttonpane {
  padding: 0;
}
.ui-dialog.gift-card-popup .ui-dialog-buttonset {
  width: 100%;
}
.ui-dialog.gift-card-popup .ui-dialog-buttonset button {
  width: 245px;
  float: left;
  margin: 1em 0 0;
}
.ui-dialog.gift-card-popup .ui-dialog-buttonset button.continue {
  float: right;
}
@media only screen and (max-width: 767px) {
  .ui-dialog.gift-card-popup .ui-dialog-buttonset button {
    float: none;
    width: 100%;
  }
}

#secure-acceptance-form {
  clear: left;
}

button#secure-acceptance-submit,
button.saved-card-submit {
  background: #000000 url("../images/svg-icons/white-padlock-exclusive-offer.svg") calc(50% - 56px) 8px/17px no-repeat;
}
button#secure-acceptance-submit:hover:not([disabled]),
button.saved-card-submit:hover:not([disabled]) {
  background: #ffffff url("../images/svg-icons/padlock-exclusive-offer.svg") calc(50% - 56px) 8px/17px no-repeat;
}

button#secure-acceptance-submit.hidden {
  display: none;
}

.payment-method-options .form-row {
  clear: none;
  float: left;
  width: 30%;
}

.payment-method {
  clear: both;
  display: none;
}

.payment-method-expanded {
  display: block;
}

.month .form-caption {
  margin-left: 0;
}

.bml-terms-and-conditions {
  border: 1px solid #aaa;
  font-size: 0.8em;
  height: 400px;
  overflow: auto;
  padding: 1em;
}

.saved-cc-item,
.saved-cc-cards {
  position: relative;
}
.saved-cc-item:last-child,
.saved-cc-cards:last-child {
  border: none;
  margin: 0;
}
.saved-cc-item .credit-card-details,
.saved-cc-cards .credit-card-details {
  float: left;
  width: 79%;
  position: relative;
  margin: 0 0 10px 0;
}
.saved-cc-item .credit-card-holder,
.saved-cc-cards .credit-card-holder {
  float: left;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .saved-cc-item .credit-card-holder,
.saved-cc-cards .credit-card-holder {
    margin: 0 0 20px 55px;
    width: calc(100% - 105px);
  }
}
.saved-cc-item .credit-card-holder a,
.saved-cc-cards .credit-card-holder a {
  text-transform: uppercase;
  font-size: 12px;
}
.saved-cc-item .cvn,
.saved-cc-cards .cvn {
  width: 100%;
  position: relative;
  float: left;
}
@media only screen and (max-width: 767px) {
  .saved-cc-item .cvn,
.saved-cc-cards .cvn {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.saved-cc-item .credit-card-details-expiry,
.saved-cc-cards .credit-card-details-expiry {
  font-size: 12px;
}
.saved-cc-item .remove-card,
.saved-cc-cards .remove-card {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.saved-cc-item .creditcard-icon,
.saved-cc-cards .creditcard-icon {
  float: left;
  width: 55px;
  min-height: 1px;
}
.saved-cc-item .creditcard-icon img,
.saved-cc-cards .creditcard-icon img {
  height: 23px;
}
.saved-cc-item .creditcard-checkbox,
.saved-cc-cards .creditcard-checkbox {
  display: none;
}
.saved-cc-item .saved-card-submit,
.saved-cc-cards .saved-card-submit {
  float: left;
  width: 268px;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 1279px) {
  .saved-cc-item .saved-card-submit,
.saved-cc-cards .saved-card-submit {
    padding: 0 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .saved-cc-item .saved-card-submit,
.saved-cc-cards .saved-card-submit {
    margin-bottom: 10px;
  }
}

.saved-cc-item::after {
  content: "";
  display: table;
  clear: both;
}

.paypal-details-section .paypal-logo {
  margin-bottom: 10px;
}
.paypal-details-section .paypal-description {
  width: 260px;
  margin-bottom: 10px;
  padding: 0;
}
.paypal-details-section .paypal-submit {
  width: 268px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .paypal-details-section .paypal-submit {
    width: 100%;
  }
}

#applepay-billing-form.visually-hidden {
  display: none;
}

#payment-tabs {
  margin-bottom: 20px;
}

.billing-section-content.applepay .applepay-description {
  margin-bottom: 10px;
}
.billing-section-content.applepay .dw-apple-pay-button {
  width: 100%;
  display: block;
  height: 36px;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .billing-section-content.applepay .dw-apple-pay-button {
    width: 100%;
  }
}

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

.embedded-iframe-container {
  width: 290px;
  height: 555px;
  position: relative;
  margin: 0 -10px;
}
.embedded-iframe-container iframe[name=step-up-iframe] {
  position: absolute;
  top: 0;
  left: 0;
}

.shipments-content {
  float: left;
}

.sum-shipment {
  border: 1px solid #d6d6d6;
  margin: 20px 0 20px;
  width: 938px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .sum-shipment {
    width: 618px;
  }
}
@media only screen and (max-width: 959px) {
  .sum-shipment {
    width: 426px;
  }
}
@media only screen and (max-width: 767px) {
  .sum-shipment {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
  }
}

.sum-shipment-label {
  line-height: 33px;
  position: relative;
  line-height: 33px;
  text-align: center;
  background: #929292;
  padding: 0 20px;
  box-sizing: border-box;
}
.sum-shipment-label h4 {
  color: #ffffff;
}
.sum-shipment-label .total {
  position: absolute;
  line-height: 33px;
  text-transform: uppercase;
  right: 20px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .sum-shipment-label {
    text-align: left;
  }
}

.sum-shipment-details {
  display: table;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .sum-shipment-details {
    display: block;
  }
}

.sum-shipment-indi {
  border-bottom: none;
}
.sum-shipment-indi .sum-shipment-products,
.sum-shipment-indi .sum-gifting-column {
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .sum-shipment-indi .sum-gifting-column {
    border-bottom: none;
  }
}

.sum-shipment-products {
  display: table-cell;
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sum-shipment-products {
    display: block;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
  }
}
.sum-shipment-products .products-wrapper {
  max-height: 220px;
  overflow-y: auto;
}
.sum-shipment-products .products-wrapper::-webkit-scrollbar {
  width: 10px;
}
.sum-shipment-products .products-wrapper::-webkit-scrollbar-track {
  background-color: #d6d6d6;
  border: 1px solid #929292;
}
.sum-shipment-products .products-wrapper::-webkit-scrollbar-thumb {
  background-color: #252525;
}
.sum-shipment-products .products-wrapper.border {
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
}
.sum-shipment-products .products-wrapper .li-thumbnail {
  border-bottom: 1px solid #d6d6d6;
}
.sum-shipment-products .products-wrapper .li-thumbnail:only-child {
  border-bottom: none;
}
.sum-shipment-products .item-image {
  padding: 10px 10px 7px 0;
}
.sum-shipment-products .item-image img {
  border: none;
}
.sum-shipment-products .li-name {
  color: #000000;
  padding: 0 0 5px;
  font-size: 15px;
}
.sum-shipment-products .product-signup-period .arrow-sync-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/svg-icons/arrow-sync.svg") no-repeat;
  background-size: 100% 100%;
}
.sum-shipment-products .product-signup-period .product-signup-period-text {
  font-size: 0.80625rem;
  vertical-align: top;
  line-height: 1.17;
  letter-spacing: 0.36px;
}
.sum-shipment-products .upper {
  float: left;
  padding: 0 10px 0 0;
}
.sum-shipment-products .product-signup-title {
  font-size: 0.8125rem;
  font-family: GillSansNova-Bold;
  margin: 5px 0 6px;
  line-height: 1.23;
  letter-spacing: 0.33px;
}
@media only screen and (max-width: 767px) {
  .sum-shipment-products .product-signup-title {
    min-width: 160px;
  }
}

.sum-gifting-column {
  display: inline-block;
  width: 50%;
  position: relative;
  padding: 20px;
  vertical-align: top;
  box-sizing: border-box;
}
.sum-gifting-column.package {
  float: right;
  word-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .sum-gifting-column {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sum-gifting-column {
    display: block;
    min-width: 100%;
    padding: 20px 20px 0;
    border-bottom: none;
  }
}
.sum-gifting-column .button-white {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  display: none;
}
.sum-gifting-column .gift-option-info {
  margin: 15px 0 0;
  word-wrap: break-word;
  max-width: 370px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .sum-gifting-column .gift-option-info {
    max-width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .sum-gifting-column .gift-option-info {
    max-width: 100%;
  }
}
.sum-gifting-column .gift-option-info .gifting-icon {
  height: 84px;
  padding: 0 10px 7px 0;
}
.sum-gifting-column .gift-option-info .gift-option-title {
  display: inline-block;
  vertical-align: top;
  padding: 27px 0 27px 10px;
  max-width: 260px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .sum-gifting-column .gift-option-info .gift-option-title {
    max-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .sum-gifting-column .gift-option-info .gift-option-title {
    max-width: calc(100% - 110px);
  }
}
.sum-gifting-column .item-image {
  padding: 0 10px 7px 0;
}
.sum-gifting-column .item-image img {
  border: none;
  margin: 0 10px 0 5px;
}
.sum-gifting-column .gili-detail {
  padding: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sum-gifting-column .light {
  font-family: GillSansNova-Light;
}
.sum-gifting-column .title {
  color: #929292;
  padding: 0 0 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.6875rem;
}
.sum-gifting-column.sum-sms-column .gift-option-info {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sum-gifting-column.sum-sms-column .gift-option-info {
    margin-top: 0;
  }
}

.sum-shipment-subtitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  font-size: 0.9375rem;
  margin: 0 0 10px 0;
}
.sum-shipment-subtitle.gifting {
  margin: 0 0 15px 0;
  line-height: 20px;
}
.sum-shipment-subtitle .total {
  margin: 0;
  font-weight: 700;
  font-family: GillSansNova-Medium;
}

.sum-shipment-delivery {
  box-sizing: border-box;
  float: right;
  width: 50%;
}
.sum-shipment-delivery .delivery {
  padding: 10px 20px 10px;
  box-sizing: border-box;
}
.sum-shipment-delivery .delivery span {
  font-family: GillSansNova-Light;
  word-wrap: break-word;
}
.sum-shipment-delivery .delivery span.home-delivery-date {
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  .sum-shipment-delivery .delivery {
    min-width: 100%;
    float: none;
    padding: 0 20px 20px;
  }
  .sum-shipment-delivery .delivery:first-of-type {
    padding: 20px;
  }
}
.sum-shipment-delivery .delivery.edit-bttn {
  margin-left: -50%;
  bottom: 0;
  position: absolute;
  width: 100%;
  clear: both;
}
.sum-shipment-delivery .delivery.edit-bttn .button-white {
  border: 1px solid #2a2a2a;
  font-size: 13px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 959px) {
  .sum-shipment-delivery .delivery.edit-bttn {
    margin-left: 0;
  }
}
.sum-shipment-delivery .delivery-instructions {
  word-wrap: break-word;
}
.sum-shipment-delivery .three-fourth {
  width: 75%;
}
.sum-shipment-delivery .delivery-sumup {
  box-sizing: border-box;
}
.sum-shipment-delivery .delivery-sumup .edit-shipping.button {
  cursor: pointer;
}
.sum-shipment-delivery .title {
  color: #2a2a2a;
  padding: 0 0 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.sum-shipment-delivery .collect-date {
  font-weight: bold;
}
.sum-shipment-delivery .block-wrp:nth-child(n+2) {
  margin: 16px 0 0;
}
.sum-shipment-delivery .addr-sep {
  padding: 0 3px 0 0;
}
.sum-shipment-delivery .delivery-cost {
  letter-spacing: 1px;
  font-family: GillSansNova-Light;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.sum-shipment-delivery .edit-delivery {
  margin: 20px 0 0;
}
.sum-shipment-delivery .cost {
  font-family: GillSansNova-Medium;
  font-weight: 700;
}
.sum-shipment-delivery .gray {
  color: #929292;
}
.sum-shipment-delivery .sum-gifting {
  margin: 55px 0 0 -100%;
}
@media only screen and (max-width: 959px) {
  .sum-shipment-delivery .sum-gifting {
    margin: 0;
  }
}

.sum-shipment-delivery.edit-button-exist,
.sum-shipment-details.edit-button-exist {
  padding-bottom: 55px;
}
@media only screen and (max-width: 959px) {
  .sum-shipment-delivery,
.sum-shipment-details {
    float: none;
    width: 100%;
  }
}

.sum-shipment-details.edit-button-exist {
  padding-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .sum-shipment-details.edit-button-exist {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pt_summary .primary-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .pt_summary .primary-content .shipments-content {
    -ms-flex-order: 3;
        order: 3;
  }
}
.pt_summary .order-summary-footer {
  float: right;
  width: 300px;
  padding: 0 0 10px 0;
  margin: 20px 0 0;
}
.pt_summary .order-totals-table {
  margin: 0 0 10px 0;
  color: #000000;
  font-size: 15px;
}
.pt_summary .order-totals-table .note {
  text-transform: initial;
}
.pt_summary .order-summary-terms {
  text-align: left;
  margin: 10px 0;
  position: relative;
  width: 300px;
  font-size: 15px;
}
.pt_summary .order-summary-opt-in .in-one-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 15px;
}
.pt_summary .order-summary-opt-in .in-one-row .form-row {
  width: fit-content;
  margin: 0 auto;
}
.pt_summary .order-summary-opt-in .in-one-row > div:not(:last-child) {
  padding-right: 10px;
}
.pt_summary .second-submit {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pt_summary .second-submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 4;
        order: 4;
  }
}
.pt_summary .second-submit .order-summary-terms,
.pt_summary .second-submit .order-summary-opt-in {
  display: none;
}
.pt_summary .submit-order {
  width: 300px;
  clear: none;
  margin: 0px 0 20px auto;
}
.pt_summary .submit-order button {
  margin: 22px 0 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .pt_summary .submit-order button {
    margin: 0;
  }
}
.pt_summary .back-to-cart {
  float: right;
  width: 298px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}
@media only screen and (max-width: 767px) {
  .pt_summary .back-to-cart {
    width: 100%;
    -ms-flex-order: 5;
        order: 5;
  }
}
.pt_summary svg.arrow-left {
  width: 9px;
  height: 11px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.pt_summary .cart-row-coupons {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pt_summary .order-summary-footer,
.pt_summary .order-summary-terms,
.pt_summary .submit-order {
    float: left;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .pt_summary .order-summary-footer {
    margin-top: 20px;
    -ms-flex-order: 1;
        order: 1;
  }
}

.bml-table-col-1 {
  width: 25%;
}

.pt_checkout h3 {
  padding-bottom: 1em;
}

.live-chat-link {
  display: block;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .live-chat-link {
    display: none;
  }
}

.customer-service-phone {
  color: #929292;
}

.progress-indicator-wrapper {
  text-align: center;
  padding: 0;
}

nav#navigation.checkout-navigation {
  max-width: none;
  background-color: #252525;
}

.order-component-block {
  margin: 1.67em 0;
}
.order-component-block .section-header a {
  float: right;
  font-weight: normal;
}
.order-component-block .details {
  background: none repeat scroll 0 0 #e0e0e0;
  color: #aaa;
  padding: 0.5em 1em;
}

.order-summary-footer {
  position: relative;
}
.order-summary-footer h2 {
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
}

.summary-help {
  float: right;
  font-size: 0.8em;
  margin: 1em 0;
}

.submit-order {
  clear: both;
  display: block;
  padding: 1.67em 0 0;
  text-align: right;
}
.submit-order .back-to-cart {
  font-size: 1.1em;
}
.submit-order .back-to-cart:hover {
  text-decoration: underline;
}
.submit-order button {
  margin-left: 1.5em;
}

.pt_order-confirmation#wrapper #main #primary {
  width: 100%;
  float: left;
}
.pt_order-confirmation#wrapper #main #secondary {
  width: calc(50% - 10px);
  float: left;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .pt_order-confirmation#wrapper #main #secondary {
    width: 100%;
  }
}
.pt_order-confirmation h1 {
  font-size: 4em;
}
@media only screen and (max-width: 767px) {
  .pt_order-confirmation h1 {
    font-size: 2.083em;
  }
}
.pt_order-confirmation .order-shipment-table {
  margin: 0 0 1.67em;
}
.pt_order-confirmation .order-shipment-table .order-shipment-details {
  border-right: 1px solid #e0e0e0;
  min-width: 200px;
}
.pt_order-confirmation .order-number {
  margin: 0 0 20px 0;
}
.pt_order-confirmation .actions {
  float: left;
  width: 100%;
}
.pt_order-confirmation .actions .print-page {
  float: left;
  width: calc(50% - 10px);
}
.pt_order-confirmation .actions .print-page svg {
  position: relative;
  top: -2px;
  left: 5px;
  fill: #000000;
}
.pt_order-confirmation .actions .print-page:hover svg {
  fill: #ffffff;
}
.pt_order-confirmation .actions .continue-shopping {
  float: right;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .pt_order-confirmation .actions .cart-action-continue-shopping {
    float: none;
  }
  .pt_order-confirmation .actions .print-page {
    display: none;
  }
  .pt_order-confirmation .actions .continue-shopping {
    width: 100%;
  }
}
.pt_order-confirmation .login-box {
  background: #f1f1f1;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pt_order-confirmation .login-box .section-header {
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  margin: 0 0 20px;
  font-family: GillSansNova-Light;
}
.pt_order-confirmation .login-box label {
  display: none;
}
.pt_order-confirmation .login-box button {
  width: 100%;
}
.pt_order-confirmation .login-box #RegistrationForm fieldset {
  text-align: center;
}
.pt_order-confirmation .login-box .create-account-password,
.pt_order-confirmation .login-box .create-account-password-confirm,
.pt_order-confirmation .login-box .create-account-submit {
  display: inline-block;
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 767px) {
  .pt_order-confirmation .login-box .create-account-password,
.pt_order-confirmation .login-box .create-account-password-confirm,
.pt_order-confirmation .login-box .create-account-submit {
    width: 100%;
    display: block;
  }
}
.pt_order-confirmation .login-box .create-account-password,
.pt_order-confirmation .login-box .create-account-password-confirm {
  margin-right: 8px;
  margin-bottom: 0;
  text-align: left;
}
.pt_order-confirmation .login-box .create-account-password .field-wrapper,
.pt_order-confirmation .login-box .create-account-password-confirm .field-wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pt_order-confirmation .login-box .create-account-password,
.pt_order-confirmation .login-box .create-account-password-confirm {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .pt_order-confirmation .login-box .create-account-password .field-wrapper,
.pt_order-confirmation .login-box .create-account-password-confirm .field-wrapper {
    margin-bottom: 0.5rem;
  }
}
.pt_order-confirmation .login-box .create-account-submit {
  text-align: center;
  height: 33px;
  line-height: 32px;
}
.pt_order-confirmation .order-confirmation-slot {
  margin-bottom: 20px;
}
.pt_order-confirmation .order-confirmation-slot img {
  max-width: 100%;
}

.confirmation-message {
  margin-bottom: 2em;
}

.gift-cert-used {
  padding: 0.83em 0;
}

.order-detail-options {
  border-top: 1px solid #e0e0e0;
  margin: 1.67em 0 0;
  padding: 1.67em 0 0;
  text-align: right;
}
.order-detail-options a {
  margin: 0 0.83em;
}

.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9em;
  line-height: 1.5em;
}

.pt_checkout #main,
.pt_cart #main,
.pt_order-confirmation #main {
  padding: 0 1.15em;
}

.pt_cart .breadcrumb {
  padding-left: 0;
}

.pt_order-confirmation .order-confirmation-details .content-header {
  margin: 0.6em 0 !important;
}

.order-shipment-details .label,
.order-shipment-details .firstname,
.order-shipment-details .lastname {
  font-weight: bold;
}

.item-shipping-address {
  min-width: 120px;
}

.order-shipment-gift-message-header {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0px;
}

.order-shipment-gift-message {
  font-size: 1.1em;
}

.billing-error {
  color: red;
  margin: 0 0 0.83em 24%;
}

.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 .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: 9px 15px;
  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: 9px 15px;
  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;
}

/* Tasting Club Dialogs */
.tasting-club-alert .ui-dialog-titlebar {
  padding: 0 0 5px 0;
}

h3.error-subtitle {
  margin: 0 0 20px 0;
}

.error-dialog {
  width: 100%;
}
.error-dialog .product-image {
  float: left;
  margin: 0 7% 0 0;
  width: 46%;
}
.error-dialog .product-image img {
  width: 100%;
}
.error-dialog .product-name {
  margin: 15px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.error-dialog .error-info {
  float: right;
  width: 47%;
}
.error-dialog .error-info .message {
  clear: both;
  float: left;
  margin: 0 0 14px 0;
}
.error-dialog .error-info .button-gray {
  float: left;
  margin: 0 0 30px 0;
  width: 100%;
}
.error-dialog .error-info button {
  width: 100%;
}

.checkout-tabs.billing-tabs {
  margin: 0;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav {
  margin-bottom: 25px;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li {
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
  border-bottom: 1px solid #000000;
  color: #000000;
  white-space: normal;
  float: none;
  min-height: 64px;
  background: none;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.ui-state-active {
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0 16px;
  background: none;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.ui-state-active a.ui-tabs-anchor {
  color: #85734f;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.ui-state-active a.ui-tabs-anchor:after {
  background-image: url("../images/svg-icons/minus-bold.svg");
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li:first-child {
  border-top: 1px solid #000000;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.disabled, .checkout-tabs.billing-tabs ul.ui-tabs-nav .gifting-options-column .disabled-wrapper li.gifting-products-list, .gifting-options-column .disabled-wrapper .checkout-tabs.billing-tabs ul.ui-tabs-nav li.gifting-products-list {
  display: none;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li a.ui-tabs-anchor {
  width: 216px;
  height: auto;
  padding: 0 4px;
  box-sizing: border-box;
  position: absolute;
  top: 19px;
  left: 84px;
  outline: none;
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #000000;
  float: none;
  cursor: pointer;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li a.ui-tabs-anchor:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -68px;
  width: 54px;
  height: 35px;
  border-radius: 3px;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li a.ui-tabs-anchor:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 15px;
  width: 12px;
  height: 12px;
  background-image: url("../images/svg-icons/plus-bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=text]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=number]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=password]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=email]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=tel]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc textarea::-webkit-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=text]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=number]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=password]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=email]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=tel]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc textarea:-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=text]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=number]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=password]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=email]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=tel]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc textarea::-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=text]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=number]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=password]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=email]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc input[type=tel]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc textarea:-ms-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-cc a.ui-tabs-anchor:before {
  background: url("../images/interface/Debit-Card-Icon.png") no-repeat 0 0;
  background-size: cover;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=text]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=number]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=password]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=email]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=tel]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna textarea::-webkit-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=text]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=number]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=password]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=email]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=tel]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna textarea:-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=text]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=number]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=password]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=email]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=tel]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna textarea::-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=text]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=number]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=password]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=email]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna input[type=tel]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna textarea:-ms-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-klarna a.ui-tabs-anchor:before {
  background: url("../images/interface/Klarna-Card-Icon.png") no-repeat 0 0;
  background-size: cover;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=text]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=number]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=password]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=email]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=tel]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay textarea::-webkit-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=text]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=number]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=password]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=email]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=tel]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay textarea:-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=text]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=number]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=password]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=email]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=tel]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay textarea::-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=text]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=number]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=password]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=email]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay input[type=tel]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay textarea:-ms-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-applepay a.ui-tabs-anchor:before {
  background: url("../images/interface/ApplePay-Card-Icon.png") no-repeat 0 0;
  background-size: cover;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=text]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=number]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=password]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=email]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=tel]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal textarea::-webkit-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=text]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=number]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=password]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=email]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=tel]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal textarea:-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=text]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=number]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=password]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=email]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=tel]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal textarea::-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=text]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=number]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=password]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=email]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal input[type=tel]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal textarea:-ms-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-paypal a.ui-tabs-anchor:before {
  background: url("../images/interface/PayPal-Card-Icon.png") no-repeat 0 0;
  background-size: cover;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=text]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=number]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=password]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=email]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=tel]::-webkit-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert textarea::-webkit-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=text]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=number]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=password]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=email]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=tel]:-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert textarea:-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=text]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=number]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=password]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=email]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=tel]::-moz-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert textarea::-moz-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=text]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=number]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=password]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=email]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert input[type=tel]:-ms-input-placeholder,
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert textarea:-ms-input-placeholder {
  text-transform: none;
  text-align: center;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-giftcert a.ui-tabs-anchor:before {
  background: url("../images/interface/Gift-Card-Icon.png") no-repeat 0 0;
  background-size: cover;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-home-delivery a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/delivery-van.svg") no-repeat 50% 50%;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-home-delivery.ui-state-active a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/white-delivery-van.svg") no-repeat 50% 50%;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-store-delivery a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/store-shopfront.svg") no-repeat 50% 50%;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-store-delivery.ui-state-active a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/white-store-shopfront.svg") no-repeat 50% 50%;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-sms-delivery a.ui-tabs-anchor {
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-sms-delivery a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/delivery-sms-icon.svg") no-repeat 50% 50%;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li.tab-nav-sms-delivery.ui-state-active a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/white-delivery-sms-icon.svg") no-repeat 50% 50%;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li .section-info {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li .field-label {
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.checkout-tabs.billing-tabs ul.ui-tabs-nav li div.selector#uniform-expiry-month span, .checkout-tabs.billing-tabs ul.ui-tabs-nav li div.selector#uniform-expiry-year span {
  color: #929292;
}
.checkout-tabs.billing-tabs.delivery-tabs ul.ui-tabs-nav li a.ui-tabs-anchor {
  width: 80px;
  height: 90px;
  padding-top: 58px;
  font-size: 10px;
}
.checkout-tabs.billing-tabs.delivery-tabs ul.ui-tabs-nav li a.ui-tabs-anchor:before {
  top: 10px;
  width: auto;
  left: 10px;
  right: 10px;
  height: 40px;
  border-radius: 0;
}
.checkout-tabs.billing-tabs .checkout-tab {
  border: none;
  padding: 0;
  margin: 0;
  padding-top: 64px;
}

.shippingaddress .checkout-tabs {
  margin: 0;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav {
  margin-bottom: 25px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li {
  margin: 0 13px 0 0;
  padding: 0;
  width: auto;
  border: none;
  background: #f1f1f1;
  color: #000000;
  white-space: normal;
  float: left;
}
@media only screen and (max-width: 350px) {
  .shippingaddress .checkout-tabs ul.ui-tabs-nav li {
    margin-right: 5px;
  }
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.ui-state-active {
  border: none;
  margin: 0 13px 0 0;
  padding: 0;
  background: #000000;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.ui-state-active a.ui-tabs-anchor {
  color: #ffffff;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.ui-state-active a.ui-tabs-anchor:after {
  content: "";
  position: absolute;
  border-top: 10px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
@media only screen and (max-width: 350px) {
  .shippingaddress .checkout-tabs ul.ui-tabs-nav li.ui-state-active {
    margin-right: 5px;
  }
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li:first-child {
  margin: 0 13px 0 0;
}
@media only screen and (max-width: 350px) {
  .shippingaddress .checkout-tabs ul.ui-tabs-nav li:first-child {
    margin-right: 5px;
  }
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li:last-child {
  margin-right: 0;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.disabled, .shippingaddress .checkout-tabs ul.ui-tabs-nav .gifting-options-column .disabled-wrapper li.gifting-products-list, .gifting-options-column .disabled-wrapper .shippingaddress .checkout-tabs ul.ui-tabs-nav li.gifting-products-list {
  display: none;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li a.ui-tabs-anchor {
  width: 68px;
  height: 85px;
  padding: 52px 4px 0;
  box-sizing: border-box;
  position: relative;
  outline: none;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #000000;
  float: left;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li a.ui-tabs-anchor:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 54px;
  height: 35px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .shippingaddress .checkout-tabs ul.ui-tabs-nav li a.ui-tabs-anchor {
    height: 89px;
  }
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-cc a.ui-tabs-anchor:before {
  background: url("../images/interface/Debit-Card-Icon.png") no-repeat 0 0;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-applepay a.ui-tabs-anchor {
  padding-top: 59px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-applepay a.ui-tabs-anchor:before {
  background: url("../images/interface/ApplePay-Card-Icon.png") no-repeat 0 0;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-paypal a.ui-tabs-anchor {
  padding-top: 59px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-paypal a.ui-tabs-anchor:before {
  background: url("../images/interface/PayPal-Card-Icon.png") no-repeat 0 0;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-giftcert a.ui-tabs-anchor {
  padding-top: 59px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-giftcert a.ui-tabs-anchor:before {
  background: url("../images/interface/Gift-Card-Icon.png") no-repeat 0 0;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-home-delivery a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/delivery-van.svg") no-repeat center/30px 30px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-home-delivery.ui-state-active a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/white-delivery-van.svg") no-repeat center/30px 30px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-store-delivery a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/store-shopfront.svg") no-repeat center/30px 30px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-store-delivery.ui-state-active a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/white-store-shopfront.svg") no-repeat center/30px 30px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-sms-delivery a.ui-tabs-anchor {
  padding-left: 10px;
  padding-right: 10px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-sms-delivery a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/delivery-sms-icon.svg") no-repeat center/30px 30px;
}
.shippingaddress .checkout-tabs ul.ui-tabs-nav li.tab-nav-sms-delivery.ui-state-active a.ui-tabs-anchor:before {
  background: url("../images/svg-icons/white-delivery-sms-icon.svg") no-repeat center/30px 30px;
}
.shippingaddress .checkout-tabs.delivery-tabs ul.ui-tabs-nav li a.ui-tabs-anchor {
  width: 80px;
  height: 90px;
  padding-top: 58px;
  font-size: 10px;
}
.shippingaddress .checkout-tabs.delivery-tabs ul.ui-tabs-nav li a.ui-tabs-anchor:before {
  top: 0;
  width: auto;
  left: 10px;
  right: 10px;
  height: 60px;
  border-radius: 0;
}
.shippingaddress .checkout-tabs .checkout-tab {
  border: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 959px) {
  .gift-by-sms-address .sms-delivery-recipient-fields,
.gift-by-sms-address .sms-delivery-sender-fields {
    width: 100%;
  }
}
.gift-by-sms-address .sms-delivery-recipient-fields h4,
.gift-by-sms-address .sms-delivery-sender-fields h4 {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.gift-by-sms-address .sms-delivery-recipient-fields.global-updated-field .form-row label.visually-hidden,
.gift-by-sms-address .sms-delivery-sender-fields.global-updated-field .form-row label.visually-hidden {
  text-align: left;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin-top: 6px;
  text-transform: none;
}
.gift-by-sms-address .sms-delivery-recipient-fields input,
.gift-by-sms-address .sms-delivery-sender-fields input {
  height: 44px !important;
  box-sizing: border-box;
  padding: 8px !important;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px !important;
  /* 150% */
  text-align: left;
}
.gift-by-sms-address .sms-delivery-recipient-fields input.valid,
.gift-by-sms-address .sms-delivery-sender-fields input.valid {
  border: 2px solid #000000 !important;
}
.gift-by-sms-address .sms-delivery-recipient-fields input:not(:placeholder-shown),
.gift-by-sms-address .sms-delivery-sender-fields input:not(:placeholder-shown) {
  border: 2px solid #000000 !important;
}
@media only screen and (max-width: 959px) {
  .gift-by-sms-address .sms-delivery-recipient-fields {
    margin-right: 0;
  }
}
.gift-by-sms-address .content-asset {
  margin-bottom: 16px;
}
.gift-by-sms-address button.re-group {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sms-delivery-recipient-fields .emailtooltip,
#GiftCertificateForm .emailtooltip {
  position: relative;
}
.sms-delivery-recipient-fields .emailtooltip .form-field-tooltip,
#GiftCertificateForm .emailtooltip .form-field-tooltip {
  float: none;
  position: absolute;
  left: 190px;
  top: 8px;
  width: 20px;
  height: 20px;
  right: auto;
  padding: 0;
  margin: 0;
}
.sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip,
#GiftCertificateForm .emailtooltip .form-field-tooltip .tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip span,
#GiftCertificateForm .emailtooltip .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 .sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip span,
.no-svg #GiftCertificateForm .emailtooltip .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 .sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip span,
.no-svg #GiftCertificateForm .emailtooltip .form-field-tooltip .tooltip span {
    background-image: url(../images/info.png);
  }
}
.sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip span:hover,
#GiftCertificateForm .emailtooltip .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 .sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip span:hover,
.no-svg #GiftCertificateForm .emailtooltip .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 .sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip span:hover,
.no-svg #GiftCertificateForm .emailtooltip .form-field-tooltip .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
.sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip .help-icon,
#GiftCertificateForm .emailtooltip .form-field-tooltip .tooltip .help-icon {
  width: 20px;
  height: 20px;
}
.sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip .tooltip-content,
#GiftCertificateForm .emailtooltip .form-field-tooltip .tooltip .tooltip-content {
  display: block !important;
  position: absolute;
  bottom: 140%;
  left: 25%;
  width: max-content;
  max-width: 174px;
  background: #ffffff;
  color: #000000;
  font-family: GillSansNova-Medium;
  padding: 10px 13px 10px 16px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  left: -5px;
}
.sms-delivery-recipient-fields .emailtooltip .form-field-tooltip .tooltip .tooltip-content::after,
#GiftCertificateForm .emailtooltip .form-field-tooltip .tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 2px;
  border-width: 13px;
  border-radius: 4px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

#GiftCertificateForm .emailtooltip .form-field-tooltip {
  top: 3px;
}
#GiftCertificateForm .emailtooltip .form-field-tooltip .tooltip .help-icon {
  width: 18px;
  height: 18px;
}

.pca .pcaautocomplete {
  border: 2px solid #000000 !important;
  margin-top: -2px !important;
}
.pca .pcaautocomplete .pcalist {
  max-width: 450px;
  overflow-y: auto;
  max-height: 220px;
  background-color: #ffffff;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background-color: #f1f1f1;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid #929292;
  /* should match background, can't be transparent */
  background-color: #000000;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar-track {
  border-radius: 10px;
}
.pca .pcaautocomplete .pcalist .pcaitem {
  border-bottom: none;
  font-size: 0.8125rem;
  line-height: 22px;
  box-sizing: border-box;
  white-space: normal;
  background: #ffffff;
  letter-spacing: 0.5px;
  padding: 5px 0 5px 12px;
}
.pca .pcaautocomplete .pcalist .pcaitem.pcaselected {
  background-color: #F5F5F5;
}
.pca .pcaautocomplete .pcalist .pcaitem .pcadescription {
  margin-left: 0;
  display: block;
  color: #929292;
}
.pca .pcanotification {
  max-width: 238px;
  background: #ffffff !important;
  font-style: italic !important;
  font-size: 11px !important;
  color: #929292 !important;
}

.vipme h1 {
  text-align: center;
  margin-top: 20px;
}
.vipme .top-message p {
  text-align: center;
  font-size: 1rem;
  margin: 10px auto 20px;
}
.vipme form.address-form.new-field-style h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15rem;
  font-family: GillSansNova-Light;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.vipme form.address-form.new-field-style label {
  font-weight: bold;
  margin: 10px auto 10px;
}
.vipme form.address-form.new-field-style .form-row {
  margin: 0;
}
.vipme form.address-form.new-field-style .form-row.delivery-contact-number {
  margin: 10px 0 0;
}
.vipme form.address-form.new-field-style .selector span {
  font-weight: bold;
}
.vipme form.address-form.new-field-style .btns-new.bottom {
  width: 100%;
  margin: auto;
  margin: 20px 0;
}

.amazon-edit-shipping,
.edit-shipping-first,
.change-payment {
  cursor: pointer;
}

@media only screen and (max-width: 483px) {
  .amazon-edit-shipping.button.button-white {
    height: 100%;
    line-height: 20px;
    padding: 5px;
  }
}

.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;
}

/**
 * Styles for shared components between different checkout pages
 * 
 * It currently covers styles for order total, voucher code snippets
 * (both are used on shopping bag and checkout pages),
 * quick-order page components.
 * 
 */
.order-totals-table {
  width: 100%;
  text-transform: capitalize;
  font-size: 15px;
  color: #000000;
}
.order-totals-table.tc {
  margin: 0 0 10px;
}
.cart-total .order-totals-table {
  font-size: 13px;
  color: #000000;
}
.cart-total .order-totals-table td {
  padding: 14px 0 0 20px;
}
.cart-total .order-totals-table td:nth-child(2n+2) {
  padding: 14px 20px 0 0;
}
.cart-total .order-totals-table .empty-space {
  padding: 2px 0 0 0;
}
.cart-total .order-totals-table .empty-space-bottom {
  padding: 16px 0 0 0;
}
.order-totals-table .note {
  text-transform: capitalize;
  font-size: 0.8125rem;
}
.order-totals-table .amazon-payment {
  position: relative;
}
.order-totals-table .amazon-payment td.name {
  padding-bottom: 19px !important;
}
.order-totals-table .amazon-payment td.value {
  text-align: right;
  position: absolute;
  right: 0;
  max-width: 171px;
}
.order-totals-table td {
  padding: 11px 0 0;
  text-align: left;
  white-space: normal;
}
.order-totals-table td:nth-child(2n+2) {
  float: right;
  font-weight: 700;
  padding: 11px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .order-totals-table td {
    padding: 11px 0 0 12px;
  }
  .order-totals-table td:nth-child(2n+2) {
    padding: 11px 12px 0 0;
  }
}
.order-totals-table .order-total {
  font-size: 0.8125rem;
  color: #000000;
}
.order-totals-table .order-total:first-of-type {
  border-bottom: 1px solid #d6d6d6;
}
.order-totals-table .order-total:last-of-type {
  font-family: GillSansNova-Medium;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
}
.order-totals-table .order-total td {
  padding: 11px 0 9px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .order-totals-table .order-total td {
    padding: 11px 20px 9px 12px;
  }
  .order-totals-table .order-total td:last-of-type {
    padding-top: 20px;
  }
}
.order-totals-table .empty-space {
  padding: 4px 0 0 0;
}
.order-totals-table .empty-space-bottom {
  padding: 14px 0 0 0;
}
.order-totals-table .order-discount .amount {
  min-width: 47px;
  text-align: right;
}

.cart-coupon-code {
  background: #f1f1f1;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  overflow: auto;
}
.cart-coupon-code .voucher-field {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.cart-coupon-code .coupon-error {
  padding: 4px 0;
  color: #bc0031;
  overflow-wrap: break-word;
}
.cart-coupon-code .applied-coupon {
  padding: 0 0 15px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.cart-coupon-code .applied-coupon .applied-coupon-msg {
  font-family: GillSansNova-Book;
  font-size: 0.9375rem;
  color: #118f40;
}
.cart-coupon-code .applied-coupon .applied-coupon-code {
  font-family: GillSansNova-Bold;
  font-size: 0.9375rem;
  color: #000000;
}
.cart-coupon-code .applied-coupon .button-text.remove-coupon {
  font-size: 0.9375rem;
  color: #000000;
  text-decoration: underline;
  margin: 0 0 0 auto;
  height: 100%;
}
.cart-coupon-code .applied-coupon p {
  width: 100%;
}
.cart-coupon-code .applied-coupon .applied-coupon-code {
  font-weight: 700;
}
.cart-coupon-code .applied-coupon .not-applied {
  clear: both;
  color: #bc0031;
  padding-top: 5px;
}
.cart-coupon-code .toggle-title {
  overflow: hidden;
}
.pt_cart .cart-coupon-code {
  width: 300px;
  float: left;
  margin-right: 15px;
  border: none;
  box-sizing: border-box;
}
.pt_cart .cart-coupon-code input[type=text] {
  width: 68%;
  height: 40px;
  float: left;
  border: 1px solid #000000;
  border-right: none;
}
.pt_cart .cart-coupon-code #add-coupon {
  float: left;
  width: calc(32%);
  height: 40px;
  color: #ffffff;
}
.pt_cart .cart-coupon-code #add-coupon:hover {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .pt_cart .cart-coupon-code {
    width: 100%;
  }
}
.pt_checkout .cart-coupon-code {
  padding: 10px;
}
.pt_checkout .cart-coupon-code #add-coupon {
  width: 100%;
  margin: 10px 0 0;
}
.pt_checkout .cart-coupon-code .voucher-field {
  margin-bottom: 10px;
}
.pt_checkout .cart-coupon-code .note {
  display: none;
}

#quick-order-items-form .left-block {
  float: left;
  width: 40%;
  margin: 0 0 20px 0;
}
#quick-order-items-form .right-block {
  float: left;
  width: 40%;
  margin: 0 0 20px 20px;
}
#quick-order-items-form .right-block .asset-wrapper {
  margin: 30px 0 20px;
}
#quick-order-items-form .right-block .button {
  width: 100%;
}
#quick-order-items-form #quickorder-summary #quickorder-total,
#quick-order-items-form #quickorder-summary #quickorder-add-all {
  float: right;
  clear: right;
  width: 30%;
  margin: 0 0 13px 0;
}
#quick-order-items-form #quickorder-summary .total-label {
  float: left;
}
#quick-order-items-form #quickorder-summary .amount {
  float: right;
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 1279px) {
  #quick-order-items-form .right-block,
#quick-order-items-form .left-block {
    width: 50%;
    margin: 0 0 20px 0;
  }
  #quick-order-items-form .right-block img,
#quick-order-items-form .left-block img {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  #quick-order-items-form .right-block .asset-wrapper {
    margin: 0 0 20px 0;
  }
  #quick-order-items-form .left-block img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #quick-order-items-form .right-block,
#quick-order-items-form .left-block {
    float: right;
    width: 100%;
  }
  #quick-order-items-form #quickorder-summary #quickorder-total,
#quick-order-items-form #quickorder-summary #quickorder-add-all {
    width: 100%;
  }
}

.checkoutmultishipping .checkout-right {
  float: none;
  position: relative;
  display: inline-block;
  width: 20%;
  min-width: 300px;
  margin-top: 2px;
  margin-left: 20px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .checkoutmultishipping .checkout-right {
    width: 31%;
    min-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .checkoutmultishipping .checkout-right {
    width: 33%;
    min-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .checkout-right {
    max-width: 100%;
    width: 100%;
    min-width: auto;
    margin: 0;
  }
}
.checkoutmultishipping .checkout-right .order-totals-table {
  width: 100%;
  text-transform: none;
  border: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000000;
  font-family: GillSansNova-Medium;
}
.checkoutmultishipping .checkout-right .order-totals-table .order-total {
  background: transparent;
  border-top: none;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: GillSansNova-Bold;
}
.checkoutmultishipping .checkout-right .order-totals-table .order-total td {
  padding: 11px 0 9px;
}
.checkoutmultishipping .checkout-right .order-totals-table td {
  padding: 11px 0 0 0;
}
.checkoutmultishipping .checkout-right .order-totals-table td:nth-child(2n+2) {
  font-family: GillSansNova-Bold;
  padding: 11px 0 0 0;
  font-weight: 400;
}
.checkoutmultishipping .shipment-heading {
  position: relative;
}
.checkoutmultishipping .shipment-heading .edit {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000000;
  z-index: 1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .checkoutmultishipping .shipment-heading .edit {
    right: 30px;
    top: 20px;
  }
}
.checkoutmultishipping .delivery-qty-details {
  background: #f0f0f0;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  color: #000000;
  text-align: left;
  margin: 0;
  font-family: GillSansNova-SemiBold;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  padding: 8px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .checkoutmultishipping .delivery-qty-details {
    font-size: 17px;
    padding: 16px;
  }
}
.checkoutmultishipping .delivery-qty-details .view-full-address {
  display: block;
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  position: relative;
}
@media only screen and (min-width: 484px) {
  .checkoutmultishipping .delivery-qty-details .view-full-address {
    display: none;
  }
}
.checkoutmultishipping .delivery-qty-details .view-full-address .icon {
  height: 10px;
  width: 11px;
  color: black;
}
.checkoutmultishipping .delivery-qty-details .view-full-address .icon.arrow-down {
  display: inline-block;
}
.checkoutmultishipping .delivery-qty-details .view-full-address .icon.arrow-up {
  display: none;
}
.checkoutmultishipping .delivery-qty-details .view-full-address.active .arrow-down {
  display: none;
}
.checkoutmultishipping .delivery-qty-details .view-full-address.active .arrow-up {
  display: inline-block;
}
.checkoutmultishipping .delivery-qty-details .address_wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 125px);
  vertical-align: bottom;
  text-transform: capitalize;
  display: inline-block;
}
.checkoutmultishipping .delivery-qty-details .address_wrapper .postal-code-full-view {
  display: none;
}
@media only screen and (min-width: 484px) {
  .checkoutmultishipping .delivery-qty-details .address_wrapper {
    white-space: unset;
    overflow: auto;
    text-overflow: unset;
    max-width: 100%;
    vertical-align: baseline;
    display: inline;
  }
}
.checkoutmultishipping .delivery-qty-details .delivery-address-row {
  display: inline-block;
  max-width: calc(100% - 35px);
}
.checkoutmultishipping .delivery-qty-details .delivery-address-row.full-address-active .postal-code {
  display: none;
}
.checkoutmultishipping .delivery-qty-details .delivery-address-row.full-address-active .address_wrapper {
  white-space: unset;
  overflow: auto;
  text-overflow: unset;
  max-width: calc(100% - 35px);
}
.checkoutmultishipping .delivery-qty-details .delivery-address-row.full-address-active .address_wrapper .postal-code-full-view {
  display: inline;
}
.checkoutmultishipping .deliver-to {
  text-align: center;
  text-transform: uppercase;
  font-family: GillSansNova-Medium;
  text-transform: capitalize;
  font-weight: 400;
  background: #f1f1f1;
  padding: 0.6em;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  padding: 0;
  font-size: 0.8125rem !important;
  letter-spacing: 0.08em !important;
}
.checkoutmultishipping .deliver-to .prefix {
  color: #929292;
  text-transform: none;
}
.checkoutmultishipping .split-delivery-section {
  width: calc(100% - 10px);
  height: auto;
  border: 5px solid #FEF7EE;
  background-color: #FEF7EE;
  margin-top: 20px;
  overflow: hidden;
}
.checkoutmultishipping .split-delivery-section .split-delivery-1-col {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .split-delivery-section .split-delivery-1-col {
    width: calc(100% - 75px);
    padding: 0 0 0 75px;
  }
}
.checkoutmultishipping .split-delivery-section .split-delivery-1-col p {
  margin-left: 25px;
  padding: 20px 20px 0px 0px;
  color: #000000;
  letter-spacing: 0;
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
}
.checkoutmultishipping .split-delivery-section .split-delivery-1-col span.icon {
  width: 72px;
  height: 50px;
  background: url(../images/interface/delivery-home-icon-transparent.png) no-repeat 50% 50%;
  padding: 20px;
  float: left;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .checkoutmultishipping .split-delivery-section .split-delivery-1-col span.icon {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .checkoutmultishipping .split-delivery-section .split-delivery-1-col span.icon {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .split-delivery-section .split-delivery-1-col span.icon {
    padding: 25px 20px 20px 30px;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col {
  width: 50%;
  float: right;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .split-delivery-section .split-delivery-2-col {
    width: 100%;
  }
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col a {
  display: block;
  width: 100%;
  color: #000000;
  box-sizing: border-box;
  cursor: auto;
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col a label {
  display: block;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col a span.text {
  display: inline-block;
  font-family: GillSansNova-SemiBold;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 24px;
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col a span.radio {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/radio-unchecked.png") no-repeat left top;
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col a:first-of-type {
  padding: 20px 0 10px 20px;
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col a:last-of-type {
  padding: 10px 0 20px 20px;
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col a.disabled, .checkoutmultishipping .split-delivery-section .split-delivery-2-col .gifting-options-column .disabled-wrapper a.gifting-products-list, .gifting-options-column .disabled-wrapper .checkoutmultishipping .split-delivery-section .split-delivery-2-col a.gifting-products-list {
  color: #000000;
  font-weight: 700;
}
.checkoutmultishipping .split-delivery-section .split-delivery-2-col a.disabled span.radio, .checkoutmultishipping .split-delivery-section .split-delivery-2-col .gifting-options-column .disabled-wrapper a.gifting-products-list span.radio, .gifting-options-column .disabled-wrapper .checkoutmultishipping .split-delivery-section .split-delivery-2-col a.gifting-products-list span.radio {
  background: url("../images/radio-checked.png") no-repeat left top;
}
.checkoutmultishipping .formactions {
  width: 65%;
  float: right;
  position: relative;
  margin: 22px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .checkoutmultishipping .formactions {
    margin: 20px 0 34px 0;
  }
}
.checkoutmultishipping .formactions button,
.checkoutmultishipping .formactions .button,
.checkoutmultishipping .formactions .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .checkoutmultishipping .formactions .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}
.checkoutmultishipping .formactions button {
  width: 46.5%;
  letter-spacing: 1px;
}
.checkoutmultishipping .formactions button.re-group {
  position: absolute;
  left: 0;
}
.checkoutmultishipping .formactions button.continue {
  position: absolute;
  right: 0;
}
.checkoutmultishipping .go-back {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  top: 20px;
}
.checkoutmultishipping .go-back svg {
  width: 10px;
  height: 10px;
  padding-bottom: 0.2em;
  margin-right: 0.7em;
}
.checkoutmultishipping .go-back__wrapper {
  text-align: center;
}
.checkoutmultishipping .go-back__wrapper .go-back {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .formactions {
    width: 100%;
    float: none;
  }
  .checkoutmultishipping .formactions button {
    width: 100%;
    position: relative !important;
    margin: 0 0 20px 0;
  }
}

.checkout-cta-buttons__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .checkout-cta-buttons__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.checkout-cta-buttons__wrapper .formactions {
  float: none !important;
  margin: 0 !important;
  max-width: 375px !important;
  width: 100% !important;
}
.checkout-cta-buttons__wrapper .formactions button.continue {
  position: relative !important;
  right: unset !important;
  max-width: 100% !important;
  width: 100% !important;
}
.checkout-cta-buttons__wrapper .formactions.only-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .checkout-cta-buttons__wrapper .formactions.only-mobile {
    display: none;
  }
}
.checkout-cta-buttons__wrapper .go-back {
  top: unset;
}

.shipment-container {
  border: 1px solid #f1f1f1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 19px;
  margin: 0 0 20px;
  position: relative;
  box-sizing: border-box;
  padding: 20px 18px;
}
@media only screen and (max-width: 767px) {
  .shipment-container {
    display: block;
    padding: 20px 10px;
  }
  .shipment-container .shipment-item-s {
    display: block;
    width: 100%;
    border-right: none;
  }
  .shipment-container .shipment-item-s .iscroll-wrapper {
    max-width: 100%;
    margin: 20px;
  }
  .shipment-container .shipment-item-s .iscroll-wrapper .shipment-item-details .details-column.option {
    padding: 10px 10px 10px 10%;
  }
  .shipment-container .shipment-item-s .iscroll-wrapper .iScrollVerticalScrollbar {
    width: 10px;
  }
  .shipment-container .shipment-item-s .clickandcollect-block {
    width: calc(100% - 40px) !important;
  }
  .shipment-container .shippingaddress {
    display: block;
    width: 100%;
    padding: 0;
  }
  .shipment-container .shippingaddress .clickandcollect-block {
    width: 100%;
  }
}

.shippingaddress {
  width: 100%;
  max-width: 425px;
  box-sizing: border-box;
}
.shippingaddress .radiobutton-toggle {
  display: none;
  padding: 0 0 10px;
}
.shippingaddress .radiobutton-toggle .radio-label {
  margin: 0;
  color: #929292;
  vertical-align: sub;
  cursor: pointer;
}
.shippingaddress .radiobutton-toggle.active .radio-label {
  color: #000000;
}
.shippingaddress .delivery-asset-msg {
  margin-top: 15px;
}
.shippingaddress .delivery-asset-msg p {
  color: #929292;
}
.shippingaddress .shiptoaddress-block {
  margin: 16px 0 0 0;
  max-width: 393px;
  width: 100%;
}
.shippingaddress .shiptoaddress-block .selector {
  background: url(../images/svg-icons/right-arrow-next.svg) no-repeat;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  background-size: 16px;
  min-width: 235px;
}
.shippingaddress .shiptoaddress-block .selector span {
  min-width: 220px;
  font-size: 0.8125rem;
  text-align: left;
  text-transform: capitalize;
}
.shippingaddress .shiptoaddress-block .edit-address {
  padding-top: 10px;
}
.shippingaddress .shiptoaddress-block .edit-address a {
  color: #000000;
  text-decoration: underline;
}
.shippingaddress .shiptoaddress-block .or {
  text-transform: uppercase;
  margin: 0 0.7em;
}
.shippingaddress .clickandcollect-block input {
  opacity: 0;
  height: 1px;
  padding: 0 0;
}
@media only screen and (max-width: 1279px) {
  .shippingaddress .clickandcollect-block {
    width: 84%;
  }
}
.shippingaddress .delivery-clickandcollect-tooltip {
  position: absolute;
  top: 7px;
  right: 0px;
}
.shippingaddress .select-address {
  max-width: 393px;
  width: 100%;
  margin-left: 0;
}
.shippingaddress .select-address.disabled, .shippingaddress .gifting-options-column .disabled-wrapper .select-address.gifting-products-list, .gifting-options-column .disabled-wrapper .shippingaddress .select-address.gifting-products-list {
  pointer-events: none;
}
.shippingaddress .select-address option {
  text-transform: capitalize;
}
@media only screen and (max-width: 1279px) {
  .shippingaddress {
    padding: 20px 3% 20px 6%;
  }
  .shippingaddress .select-address {
    width: 100%;
  }
}
.shippingaddress .giftcard-recipient,
.shippingaddress .tasting-adventure-recipient {
  margin: 10px 0;
}
.shippingaddress .edit-shipping {
  cursor: pointer;
}
.shippingaddress .delivery-address-block {
  position: relative;
}
.shippingaddress .delivery-address-block .edit-address {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
}
.shippingaddress .delivery-address-block .edit-address a {
  color: #000000;
  text-align: right;
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
  vertical-align: sub;
}
.shippingaddress .delivery-address-block .form-group {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin-bottom: 14px;
  position: relative;
}
.shippingaddress .delivery-address-block .form-group.checked {
  border: 2px solid #000000;
}
.shippingaddress .delivery-address-block .form-group div.radio {
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px 0 0 16px;
}
.shippingaddress .delivery-address-block .delivery-details__wrapper {
  padding-left: 30px;
}
.shippingaddress .delivery-address-block .delivery-details__wrapper label {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  vertical-align: sub;
}
.shippingaddress .checkout-tabs.delivery-tabs ul.ui-tabs-nav li {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.shippingaddress .checkout-tabs.delivery-tabs ul.ui-tabs-nav li.ui-state-active {
  background: #000000;
}
.shippingaddress .checkout-tabs.delivery-tabs ul.ui-tabs-nav li a.ui-tabs-anchor {
  width: 86px;
  height: 55px;
  padding: 34px 0 0 0;
  font-size: 11px;
  color: #000000;
  text-align: center;
  font-family: GillSansNova-Medium;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none !important;
}
.shippingaddress .checkout-tabs.delivery-tabs ul.ui-tabs-nav li a.ui-tabs-anchor:before {
  top: 5px;
  width: auto;
  left: 10px;
  right: 10px;
  height: 30px;
  border-radius: 0;
}
.shippingaddress .checkout-tabs.delivery-tabs ul.ui-tabs-nav li.ui-state-active a.ui-tabs-anchor {
  color: #ffffff;
}

.store-pickup-container {
  position: relative;
  width: 100%;
}
.store-pickup-container .storelist__title {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.store-pickup-container div.selector {
  background: url(../images/svg-icons/down-arrow-expand.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.store-pickup-container div.selector span {
  color: #000000 !important;
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-transform: none;
}
.store-pickup-container div.selector span.default {
  color: #000000 !important;
}
.store-pickup-container .label {
  position: absolute;
  height: 44px;
  padding: 8px 12px;
  margin-top: 23px;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
.store-pickup-container .label span {
  color: #000000 !important;
}
.store-pickup-container .label .default {
  color: #d6d6d6 !important;
}
.store-pickup-container .storelist-wrapper {
  margin-top: 43px;
  width: 100%;
  position: relative;
  display: none;
  border: 1px solid #d6d6d6;
  border-top: none;
  max-height: 150px;
  overflow: hidden;
  color: #d6d6d6;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: none;
}
.store-pickup-container .storelist-wrapper .inner-wrapper {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.store-pickup-container .storelist-wrapper .item {
  text-transform: uppercase;
  padding: 5px 12px;
  color: #929292;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 2px;
  white-space: nowrap;
}
.store-pickup-container .storelist-wrapper .item.selected {
  color: #000000;
}
.store-pickup-container .storelist-wrapper .item:hover {
  background: #F5F5F5;
}
.store-pickup-container .storelist-wrapper.active {
  display: block;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.store-pickup-container .storelist-wrapper.mobile-scroll {
  overflow-y: auto;
}
.store-pickup-container .storelist-wrapper .iScrollVerticalScrollbar {
  margin: 10px;
}
.store-pickup-container .custom-error {
  display: none;
}
.store-pickup-container.error div.selector {
  border: 2px solid #bc0031;
}
.store-pickup-container.error .custom-error {
  font-family: GillSansNova-Medium;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  background: url("../images/svg-icons/new-error-icon.svg") no-repeat left center !important;
  padding: 2px 0 0 23px !important;
  margin: 0 !important;
  margin-top: 50px !important;
  display: block;
}
.store-pickup-container .store-name {
  color: #000000;
  font-family: GillSansNova-Bold;
  font-size: 13px;
  font-style: normal;
  line-height: 22px;
  /* 169.231% */
  letter-spacing: -0.26px;
  text-transform: none;
}
.store-pickup-container .store-address__wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.store-pickup-container .store-city,
.store-pickup-container .store-address,
.store-pickup-container .store-postal-code,
.store-pickup-container .store-country {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.26px;
  text-transform: none;
}

.store-pickup-container__selected .selected-store__title {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.store-pickup-container__selected .selected-store-details__wrapper {
  position: relative;
  padding: 16px;
  border: 2px solid #000000;
}
.store-pickup-container__selected .selected-store-details__wrapper .edit-store-address {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px 16px 0 0;
}
.store-pickup-container__selected .selected-store-details__wrapper .edit-store-address .edit {
  text-decoration: underline;
  color: #000000;
  text-align: right;
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.store-pickup-container__selected .selected-store-details__wrapper .edit-store-address .edit:hover {
  text-decoration: none;
}
.store-pickup-container__selected .selected-store-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.store-pickup-container__selected .selected-store-details .store-name {
  color: #000000;
  font-family: GillSansNova-Bold;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  /* 171.429% */
}
.store-pickup-container__selected .selected-store-details .store-address,
.store-pickup-container__selected .selected-store-details .store-city {
  display: block;
}
.store-pickup-container__selected .selected-store-details .store-city,
.store-pickup-container__selected .selected-store-details .store-address,
.store-pickup-container__selected .selected-store-details .store-postal-code,
.store-pickup-container__selected .selected-store-details .store-country {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.shipment-item-s {
  -ms-flex: 1;
      flex: 1;
}
.shipment-item-s .shipment-item-details {
  margin-bottom: 20px;
}
.shipment-item-s .iscroll-wrapper {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.shipment-item-s .iscroll-wrapper.one-item .shipment-item-details + .shipment-item-details {
  border: none;
}
.shipment-item-s .iscroll-wrapper.scroll {
  height: 246px;
  margin-right: 19px;
  padding-right: 32px;
}
@media only screen and (max-width: 1279px) {
  .shipment-item-s .iscroll-wrapper {
    margin: 20px 20px 20px 9%;
  }
}
.shipment-item-s .item-details .name {
  color: #000;
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 120% */
  letter-spacing: 0.38px;
}

.shipment-item-details .details-column {
  vertical-align: top !important;
  padding: 0;
}
.shipment-item-details .details-column:first-of-type {
  width: 82px;
  padding-right: 18px;
}
.shipment-item-details .details-column.product-price-total {
  vertical-align: baseline;
  text-align: right;
}
.shipment-item-details .details-column.product-price-total .price-total {
  color: #000000;
  text-align: right;
  font-family: GillSansNova-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.shipment-item-details img {
  width: 82px;
  display: block;
  box-sizing: border-box;
}
.shipment-item-details .name {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.38px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.shipment-item-details .attribute .label {
  float: left;
}
.shipment-item-details .attribute .product-availability-list {
  padding: 0;
}
.shipment-item-details .attribute .product-availability-list .on-order {
  font-family: GillSansNova-Medium;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  color: #bc0031;
  vertical-align: middle;
  margin-bottom: 4.5px;
}
.shipment-item-details.option {
  padding: 10px 10px 10px 23%;
}
.shipment-item-details .quantitycolumn {
  padding: 0 20px 0 0;
}
.shipment-item-details .remove {
  font-family: GillSansNova-Book;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  text-decoration: underline;
}

.shipment-item-details.bundle-element-container {
  border-bottom: none !important;
}

.box-components.build-box-checkout {
  margin: 0;
  float: none;
}
.box-components.build-box-checkout .box-components-title {
  margin: 0 0 20px;
}
@media only screen and (max-width: 959px) {
  .box-components.build-box-checkout .box-components-title {
    text-align: left;
  }
}
.box-components.build-box-checkout .box-components-title span.view-components, .box-components.build-box-checkout .box-components-title span.hide-components {
  color: #85734f;
}
.box-components.build-box-checkout .box-components-block {
  float: none;
}
@media only screen and (max-width: 767px) {
  .box-components.build-box-checkout .box-components-items {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.pt_checkout ~ .shipping-address-dialog, .pt_checkout ~ .edit-gifcert-dialog {
  max-width: 400px;
  width: 100% !important;
  border: none;
  background-color: #ffffff;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .pt_checkout ~ .shipping-address-dialog, .pt_checkout ~ .edit-gifcert-dialog {
    max-height: 746px;
  }
}
.pt_checkout ~ .shipping-address-dialog.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick, .pt_checkout ~ .edit-gifcert-dialog.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  height: 17px;
  width: 18px;
  top: 5px;
}
.pt_checkout ~ .shipping-address-dialog .enter-manually, .pt_checkout ~ .edit-gifcert-dialog .enter-manually {
  color: #000000 !important;
  font-family: GillSansNova-Medium;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  /* 171.429% */
  text-decoration: underline !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  text-align: left !important;
}
.pt_checkout ~ .shipping-address-dialog .full-address, .pt_checkout ~ .edit-gifcert-dialog .full-address {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .pt_checkout ~ .shipping-address-dialog #dialog-container, .pt_checkout ~ .edit-gifcert-dialog #dialog-container {
    max-height: 706px !important;
  }
}
.pt_checkout ~ .shipping-address-dialog .fieldset-container, .pt_checkout ~ .edit-gifcert-dialog .fieldset-container {
  padding: 20px !important;
  padding-right: 8px !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper {
  margin: 0;
  width: 100%;
  padding: 0;
  padding-right: 8px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pt_checkout ~ .shipping-address-dialog .fieldset-wrapper, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper {
    max-height: 544px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper::-webkit-scrollbar, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper::-webkit-scrollbar {
  width: 5px;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper::-webkit-scrollbar-track, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper::-webkit-scrollbar-track {
  background: #d6d6d6;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper::-webkit-scrollbar-thumb, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 4px;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper::-webkit-scrollbar-thumb:hover, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .in-one-row, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .in-one-row {
  padding-bottom: 0 !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row {
  margin-bottom: 20px !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row.addressy, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row.addressy {
  margin-bottom: 0 !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row.second, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row.second {
  padding-top: 0 !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row label, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row label {
  margin: 0 !important;
  text-align: left !important;
  color: #000000 !important;
  font-family: GillSansNova-Medium;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  text-transform: none !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row label span, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row label span {
  text-transform: none !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row .field-wrapper, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row .field-wrapper {
  margin: 0 !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row .field-wrapper div.selector, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row .field-wrapper div.selector {
  background: #ffffff url("../images/svg-icons/down-arrow-expand.svg") no-repeat calc(100% - 7px) center/18px !important;
  border: 1px solid #000000 !important;
  height: 44px !important;
  padding: 8px !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row .field-wrapper div.selector span, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row .field-wrapper div.selector span {
  color: #000000 !important;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  text-align: left !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row .field-wrapper input, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row .field-wrapper input {
  height: 44px !important;
  min-height: 44px !important;
  padding: 8px !important;
  border: 2px solid #d6d6d6 !important;
  background: #ffffff !important;
  text-align: left !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row .field-wrapper input.valid, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row .field-wrapper input.valid {
  border: 1px solid #000000 !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row .field-wrapper input:not(:placeholder-shown), .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row .field-wrapper input:not(:placeholder-shown) {
  border: 2px solid #000000 !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row .field-wrapper input.input-checkbox, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row .field-wrapper input.input-checkbox {
  height: 100% !important;
  min-height: 100% !important;
}
.pt_checkout ~ .shipping-address-dialog .fieldset-wrapper .form-row .field-wrapper select.input-select, .pt_checkout ~ .edit-gifcert-dialog .fieldset-wrapper .form-row .field-wrapper select.input-select {
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  height: 44px !important;
  padding: 8px !important;
  text-align: left !important;
}
.pt_checkout ~ .shipping-address-dialog .btns-new, .pt_checkout ~ .edit-gifcert-dialog .btns-new {
  padding: 0 20px 17px 20px;
  margin-top: -8px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pt_checkout ~ .shipping-address-dialog .btns-new, .pt_checkout ~ .edit-gifcert-dialog .btns-new {
    padding: 17px 20px;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.3);
    margin-top: 0;
  }
}
.pt_checkout ~ .shipping-address-dialog .btns-new button, .pt_checkout ~ .edit-gifcert-dialog .btns-new button {
  height: 40px;
  padding: 12px 16px !important;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-family: GillSansNova-Medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  text-transform: uppercase;
  background: #000000;
}
.pt_checkout ~ .shipping-address-dialog .btns-new button:hover, .pt_checkout ~ .edit-gifcert-dialog .btns-new button:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.pt_checkout ~ .shipping-address-dialog .btns-new .cancel-button, .pt_checkout ~ .edit-gifcert-dialog .btns-new .cancel-button {
  margin-top: 16px;
  border: 1px solid #000000;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
}
.pt_checkout ~ .shipping-address-dialog .ui-widget-header, .pt_checkout ~ .edit-gifcert-dialog .ui-widget-header {
  position: absolute;
  right: 20px;
}
.pt_checkout ~ .shipping-address-dialog .ui-widget-header .ui-dialog-title, .pt_checkout ~ .edit-gifcert-dialog .ui-widget-header .ui-dialog-title {
  display: none;
}
.pt_checkout ~ .shipping-address-dialog .title-block, .pt_checkout ~ .edit-gifcert-dialog .title-block {
  padding: 0 20px;
}
.pt_checkout ~ .shipping-address-dialog h2, .pt_checkout ~ .edit-gifcert-dialog h2 {
  color: #2a2a2a;
  font-family: GillSansNova-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  text-align: left;
}
.pt_checkout ~ .shipping-address-dialog h4, .pt_checkout ~ .edit-gifcert-dialog h4 {
  font-family: GillSansNova-Light;
  text-transform: uppercase;
}
.pt_checkout ~ .shipping-address-dialog h1, .pt_checkout ~ .shipping-address-dialog h4, .pt_checkout ~ .edit-gifcert-dialog h1, .pt_checkout ~ .edit-gifcert-dialog h4 {
  margin-right: 0;
}
.pt_checkout ~ .shipping-address-dialog .pcaautocomplete, .pt_checkout ~ .edit-gifcert-dialog .pcaautocomplete {
  left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pt_checkout ~ .shipping-address-dialog .pcaautocomplete, .pt_checkout ~ .edit-gifcert-dialog .pcaautocomplete {
    left: 15px !important;
  }
}

.pt_checkout ~ .edit-gifcert-dialog .title-block {
  padding: 0 10px;
}
.pt_checkout ~ .edit-gifcert-dialog .ui-widget-header {
  right: 10px;
}
.pt_checkout .address-form-included {
  border-top: 1px solid #d6d6d6;
  margin: 16px -16px -16px -16px;
  background: #F9FAFB;
  padding: 16px;
}
.pt_checkout .address-form-included .checkout-address-form .fieldset-wrapper {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.pt_checkout .address-form-included .checkout-address-form .cancel-button {
  display: none;
}
.pt_checkout .address-form-included .checkout-address-form .enter-manually {
  text-align: left;
  text-decoration: underline;
  text-transform: none;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-weight: 500;
  margin-top: -16px;
}
.pt_checkout .address-form-included .checkout-address-form .form-row label {
  margin: 0 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  color: #000000;
  font-family: GillSansNova-SemiBold;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: none;
}
.pt_checkout .address-form-included .checkout-address-form .form-row label span {
  text-transform: none;
}
.pt_checkout .address-form-included .checkout-address-form .form-row .field-wrapper {
  margin-top: 5px !important;
}
.pt_checkout .address-form-included .checkout-address-form .form-row input {
  height: 44px !important;
  min-height: 44px !important;
  padding: 8px !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 4px !important;
  background: #F9FAFB !important;
  text-align: left !important;
  font-size: 16px !important;
}
.pt_checkout .address-form-included .checkout-address-form .form-row input.valid {
  border: 1px solid #000000 !important;
}
.pt_checkout .address-form-included .checkout-address-form .form-row input:focus {
  border: 2px solid #000000 !important;
}
.pt_checkout .address-form-included .checkout-address-form .form-row input:not(:placeholder-shown) {
  border: 2px solid #000000 !important;
}
.pt_checkout .address-form-included .checkout-address-form .form-row input.input-checkbox {
  height: 100% !important;
  min-height: 100% !important;
}
.pt_checkout .address-form-included .checkout-address-form .form-row input:-ms-input-placeholder {
  color: #d6d6d6;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.pt_checkout .address-form-included .checkout-address-form .form-row input::placeholder {
  color: #d6d6d6;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.pt_checkout .address-form-included .checkout-address-form .form-row div.selector {
  background: #F9FAFB url("../images/svg-icons/down-arrow-expand.svg") no-repeat calc(100% - 7px) center/18px !important;
  border: 1px solid #000000 !important;
  height: 44px !important;
  padding: 8px !important;
  border-radius: 4px !important;
}
.pt_checkout .address-form-included .checkout-address-form .form-row div.selector span {
  color: #000000 !important;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 150% */
  text-align: left !important;
}
.pt_checkout .address-form-included .checkout-address-form .form-row div.selector select.input-select {
  border: 1px solid #000000 !important;
  background: #F9FAFB !important;
  height: 44px !important;
  line-height: 44px !important;
  padding: 8px !important;
  text-align: left !important;
}
.pt_checkout .address-form-included .checkout-address-form .btns-new {
  margin-top: 12px;
}
.pt_checkout .address-form-included .checkout-address-form .btns-new button.button-black {
  height: 44px !important;
  line-height: 44px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
}

.address-form select {
  text-transform: uppercase;
}
.address-form label, .address-form .invisible {
  display: none;
}
.address-form .saveaddress {
  display: inline-block;
}
.address-form .saveaddress label {
  display: inline-block;
  -ms-flex-order: 1;
      order: 1;
  width: 150px;
  position: absolute;
  margin-left: 40px;
}
.address-form .saveaddress .field-wrapper {
  -ms-flex-order: 0;
      order: 0;
  margin-left: 20px;
  float: left;
  display: inline-block;
}
.address-form .title-dropdown {
  width: 100%;
}
.address-form .in-one-row .form-row {
  display: inline-block;
  width: 49%;
  margin-right: -4px;
}
.address-form .in-one-row .form-row .field-wrapper {
  margin-bottom: 0;
}
.address-form .in-one-row .form-row.second {
  margin-left: 2%;
}
.address-form .in-one-row.btns {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.address-form .in-one-row.btns button {
  width: 46.5%;
  float: left;
}
.address-form .in-one-row.btns button.second {
  float: right;
}
@media only screen and (max-width: 767px) {
  .address-form .in-one-row .form-row {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .address-form .in-one-row .form-row.second {
    margin-left: 0px;
  }
  .address-form .in-one-row .form-row.second.button-gray {
    margin-top: 0.5em;
  }
  .address-form .in-one-row .form-row.second.save-number {
    height: 23px;
    padding-left: 0;
  }
  .address-form .in-one-row .form-row.second.save-number label {
    left: 20px;
  }
  .address-form .in-one-row.btns button {
    float: none;
    width: 100%;
  }
  .address-form .in-one-row.btns button.second {
    margin: 0 0 10px;
  }
}
.address-form .save-number {
  vertical-align: top;
  height: 24px;
  position: relative;
}
.address-form .save-number label, .address-form .save-number .field-wrapper {
  position: absolute;
  margin: 0;
}
.address-form .save-number label {
  display: block;
  left: 25px;
  bottom: 0;
}
.address-form .save-number .field-wrapper {
  bottom: 4px;
}
.address-form .save-number .checker, .address-form .save-number .checker span, .address-form .save-number .checker input {
  width: 16px;
  height: 16px;
}
.address-form .save-number .checker span {
  background: url("../images/svg-icons/tickbox-bold.svg") no-repeat center/17px 17px;
}
.address-form .save-number .checker span.checked::before {
  background: url("../images/svg-icons/tickbox-checked.svg") no-repeat center/16px 16px;
  width: 16px;
  height: 16px;
}

.shipment-gifting-container {
  position: relative;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.shipment-gifting-container input::-webkit-input-placeholder, .shipment-gifting-container textarea::-webkit-input-placeholder {
  text-transform: initial;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
}
.shipment-gifting-container:last-of-type {
  margin-bottom: 20px;
}
.shipment-gifting-container.re-group-container {
  border: none;
  margin: 0 0 0 0;
}
.shipment-gifting-container .edit-giftcert .char-count,
.shipment-gifting-container .edit-sms .char-count {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  float: left;
  text-transform: capitalize;
}
.shipment-gifting-container .edit-giftcert .char-count span.char-remain-count,
.shipment-gifting-container .edit-sms .char-count span.char-remain-count {
  color: #000000;
}
.shipment-gifting-container .reset-items {
  float: left;
  width: 33%;
  padding: 0 0 0 20px;
  margin: 31px 0 0 0;
  box-sizing: border-box;
}
.shipment-gifting-container .reset-items button {
  width: 380px;
}
@media only screen and (max-width: 1279px) {
  .shipment-gifting-container .reset-items {
    width: 50%;
  }
  .shipment-gifting-container .reset-items button {
    margin: 0 0 0 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .shipment-gifting-container .reset-items button {
    width: 90%;
    margin: 0 0 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .shipment-gifting-container .reset-items {
    width: 100%;
    padding: 0 20px;
    float: none;
  }
  .shipment-gifting-container .reset-items button {
    width: 100%;
    margin: 0;
  }
}
.shipment-gifting-container .shipment-products {
  position: relative;
  float: left;
  max-width: 503px;
  width: 100%;
  box-sizing: border-box;
  margin-right: 19px;
}
.shipment-gifting-container .shipment-products .iscroll-wrapper.scroll {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 246px;
  padding-right: 32px;
}
.shipment-gifting-container .shipment-products .product-list-title {
  font-size: 15px;
  font-weight: 300;
  line-height: 21.51px;
  text-transform: uppercase;
  letter-spacing: 1.15px;
}
.shipment-gifting-container .shipment-products .iscroll-wrapper .shipment-item-details {
  border: none;
  height: 104px;
}
.shipment-gifting-container .shipment-products .iscroll-wrapper .details-column img {
  height: 80px;
  width: 80px;
}
.shipment-gifting-container .shipment-products .gift-individually-msg {
  padding: 10px 0;
  font-size: 1em;
}
@media only screen and (max-width: 959px) {
  .shipment-gifting-container .shipment-products {
    width: 100%;
    padding: 10px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shipment-gifting-container .shipment-products {
    width: 100%;
    float: none;
    display: block;
    padding: 20px 20px 20px;
  }
  .shipment-gifting-container .shipment-products .iScrollVerticalScrollbar {
    width: 10px;
  }
}
.shipment-gifting-container .individual-container {
  border-top: 1px solid #d6d6d6;
  width: 100%;
}
.shipment-gifting-container .individual-container.ineligible-gifting {
  display: table;
}
.shipment-gifting-container .individual-container.ineligible-gifting .individually-gifted-product,
.shipment-gifting-container .individual-container.ineligible-gifting .gifting-fields {
  float: none;
  display: table-cell;
}
.shipment-gifting-container .individual-container .individually-gifted-product {
  float: left;
  width: 33.3%;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  .shipment-gifting-container .individual-container {
    float: none;
  }
  .shipment-gifting-container .individual-container .individually-gifted-product {
    display: block;
    width: 100%;
    padding: 10px 0 10px 40px;
  }
  .shipment-gifting-container .individual-container.ineligible-gifting .individually-gifted-product {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .shipment-gifting-container .individual-container .individually-gifted-product {
    padding: 10px 20px;
  }
  .shipment-gifting-container .individual-container.ineligible-gifting .gifting-fields {
    display: none;
  }
  .shipment-gifting-container .individual-container.ineligible-gifting .individually-gifted-product {
    width: 100%;
  }
}
.shipment-gifting-container .input-textarea {
  height: 100% !important;
  resize: vertical;
  height: 86px;
  padding: 12px 16px;
  letter-spacing: 0.65px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  font-size: 13px;
  text-align: left;
  font-family: GillSansNova-Medium;
  font-weight: 500;
}
.shipment-gifting-container .input-textarea:not(:placeholder-shown) {
  border: 2px solid #000000 !important;
}
.shipment-gifting-container .input-textarea:-ms-input-placeholder {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.shipment-gifting-container .input-textarea::placeholder {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .shipment-gifting-container .input-textarea {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding: 10px;
  }
}

.shipping-methods {
  float: left;
  position: relative;
  width: 100%;
  max-width: 425px;
  box-sizing: border-box;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .shipping-methods {
    width: 100%;
  }
}
.shipping-methods .delivery-list-title {
  font-family: GillSansNova-SemiBold;
  font-size: 15px;
  letter-spacing: 0;
  vertical-align: middle;
  font-style: normal;
  line-height: normal;
  position: relative;
  display: inline-block;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .shipping-methods .delivery-list-title {
    margin-bottom: 14px;
  }
}
.shipping-methods .sm-select {
  margin: 0 0 20px;
}
.shipping-methods .form-row.nominated-field {
  margin: 0;
}
.shipping-methods .form-row.custom {
  margin-bottom: 0;
}
.shipping-methods .ui-datepicker {
  z-index: 99 !important;
}
.shipping-methods .shutl-quote-container {
  margin-bottom: 15px;
}
.shipping-methods .nominated-selection {
  display: none;
  width: 100%;
  box-sizing: border-box;
}
.shipping-methods .nominated-selection.arrival .calendar-wrp {
  margin: 0 0 20px;
}
.shipping-methods .nominated-selection.arrival .ui-datepicker-bottom-content,
.shipping-methods .nominated-selection.arrival .chosen-date {
  margin: 10px 0 0;
  display: none;
}
.shipping-methods .nominated-selection.time .ui-datepicker-bottom-content {
  margin: 10px 0 5px;
}
.shipping-methods .checkbox-container.shipping-method {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 0;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.shipping-methods .checkbox-container.shipping-method div.radio {
  position: absolute;
  top: 0;
  left: 0;
  margin: 16px 0 0 16px;
  cursor: pointer;
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper {
  padding-left: 30px;
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .first-line-delivery-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 8px;
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .first-line-delivery-info label {
  font-family: GillSansNova-SemiBold;
  color: #000000;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
  position: relative;
  display: inline;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .first-line-delivery-info .delivery-price {
  font-family: GillSansNova-Bold;
  color: #000000;
  display: inline;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: middle;
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .second-line-delivery-info {
  position: relative;
  display: none;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 21.51px;
  letter-spacing: 0;
}
@media only screen and (max-width: 370px) {
  .shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .second-line-delivery-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .second-line-delivery-info .delivery-arrival-date .arrive-by-title {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .second-line-delivery-info .delivery-arrival-date .arrive-by-date {
  font-family: GillSansNova-SemiBold;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  color: #118f40;
  text-transform: capitalize;
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .second-line-delivery-info .delivery-arrival-date .arrive-by-date.delayed {
  color: #bc0031;
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .second-line-delivery-info .calendar-wrp {
  position: relative;
}
.shipping-methods .checkbox-container.shipping-method .delivery-info__wrapper .second-line-delivery-info .calendar-wrp .ui-datepicker-trigger {
  position: static;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: 20px;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.shipping-methods .checkbox-container.shipping-method.active {
  border: 2px solid #000000;
}
.shipping-methods .checkbox-container.shipping-method.active .second-line-delivery-info {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1279px) {
  .shipping-methods .checkbox-container.shipping-method:first-of-type {
    margin-top: 0;
  }
}
.shipping-methods .do-not-open-wrapp {
  margin-top: 14px;
  display: block;
  position: relative;
  margin-bottom: 27px;
}
.shipping-methods .do-not-open-wrapp.active {
  margin-bottom: 0;
}
.shipping-methods .do-not-open-wrapp.active .delivery-list-title-wrapp .delivery-list-title {
  color: #000000;
}
.shipping-methods .do-not-open-wrapp.active .delivery-list-title-inner-wrapp {
  display: block;
}
.shipping-methods .do-not-open-wrapp.active .delivery-list-title-wrapp .delivery-list-title:after {
  background: url(../images/svg-icons/down-arrow-expand.svg) no-repeat 100% center;
}
.shipping-methods .do-not-open-wrapp .delivery-list-title-inner-wrapp {
  display: none;
}
.shipping-methods .do-not-open-wrapp .calendar, .shipping-methods .do-not-open-wrapp .text-area.form-row, .shipping-methods .do-not-open-wrapp .secret-admire, .shipping-methods .do-not-open-wrapp .delivery-list-title {
  display: block;
  max-width: 393px;
  margin: auto;
  position: relative;
}
.shipping-methods .do-not-open-wrapp .calendar label, .shipping-methods .do-not-open-wrapp .text-area.form-row label, .shipping-methods .do-not-open-wrapp .secret-admire label, .shipping-methods .do-not-open-wrapp .delivery-list-title label {
  width: 93%;
  float: right;
}
@media only screen and (max-width: 1279px) {
  .shipping-methods .do-not-open-wrapp .calendar, .shipping-methods .do-not-open-wrapp .text-area.form-row, .shipping-methods .do-not-open-wrapp .secret-admire, .shipping-methods .do-not-open-wrapp .delivery-list-title {
    max-width: 100%;
  }
}
.shipping-methods .do-not-open-wrapp .form-row.secret-admire div:not(.field-wrapper):not(.checker) {
  width: calc(100% - 24px);
  position: relative;
  float: right;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 13px;
}
.shipping-methods .do-not-open-wrapp .form-row.secret-admire span {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.shipping-methods .do-not-open-wrapp .form-row.secret-admire .field-wrapper {
  height: 40px;
  margin-bottom: 0;
}
.shipping-methods .do-not-open-wrapp .form-row.secret-admire .checker {
  margin: 0;
  vertical-align: baseline;
}
@media only screen and (max-width: 1279px) {
  .shipping-methods .do-not-open-wrapp .form-row.secret-admire .checker {
    float: left;
  }
}
.shipping-methods .do-not-open-wrapp .courier-instructions-title {
  position: absolute;
  left: 19px;
  top: 54px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .shipping-methods .do-not-open-wrapp .courier-instructions-title {
    left: 0;
    top: 26px;
    width: 40px;
    display: block;
    position: relative;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .shipping-methods .do-not-open-wrapp .courier-instructions-title {
    top: 22px;
  }
}
.shipping-methods .do-not-open-wrapp .calendar {
  margin: 8px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 340px) {
  .shipping-methods .do-not-open-wrapp .calendar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.shipping-methods .do-not-open-wrapp .calendar .do-not-open-until-title {
  text-transform: none;
  letter-spacing: 0;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.shipping-methods .do-not-open-wrapp .calendar .do-not-open-until-title span {
  color: #118f40;
}
.shipping-methods .do-not-open-wrapp .calendar .do-not-open-until-title div {
  display: inline-block;
  color: #000000;
  font-family: GillSansNova-Medium;
}
.shipping-methods .do-not-open-wrapp .calendar .ui-datepicker-trigger {
  position: static;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: 20px;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.shipping-methods .do-not-open-wrapp .delivery-list-title-wrapp:hover {
  cursor: pointer;
}
.shipping-methods .do-not-open-wrapp .delivery-list-title-wrapp.active {
  display: block;
}
.shipping-methods .do-not-open-wrapp .delivery-list-title-wrapp .delivery-list-title {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  vertical-align: middle;
  letter-spacing: 0;
  text-transform: none;
}
.shipping-methods .do-not-open-wrapp .delivery-list-title-wrapp .delivery-list-title:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/svg-icons/right-arrow-next.svg) no-repeat 50% 50%;
  position: absolute;
  right: 0;
}
.shipping-methods .do-not-open-wrapp .text-area.form-row {
  margin-top: 17px;
}
@media only screen and (max-width: 959px) {
  .shipping-methods .do-not-open-wrapp .text-area.form-row {
    position: relative;
    display: block;
    margin: auto !important;
    margin-top: 14px !important;
  }
}
.shipping-methods .do-not-open-wrapp .text-area.form-row .char-count {
  color: #757575;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px 16px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .shipping-methods .do-not-open-wrapp .text-area.form-row .char-count {
    font-size: 0.625rem;
  }
}
.shipping-methods .do-not-open-wrapp .text-area.form-row .input-textarea {
  font-size: 13px;
  font-weight: 500;
  padding: 12px 16px;
  letter-spacing: 0;
}
.shipping-methods .do-not-open-wrapp .text-area.form-row .input-textarea:-ms-input-placeholder {
  color: #929292;
  font-weight: 500;
}
.shipping-methods .do-not-open-wrapp .text-area.form-row .input-textarea::placeholder {
  color: #929292;
  font-weight: 500;
}
.shipping-methods .do-not-open-wrapp .text-area .field-wrapper {
  max-width: 412px;
  height: 86px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .shipping-methods .do-not-open-wrapp .text-area .field-wrapper {
    max-width: 100%;
  }
}
.shipping-methods .dependent-methods-wrp {
  margin: 0 0 20px;
}
.shipping-methods .dependent-methods-wrp .dep_methd_wrapper {
  padding: 1px 0;
}
.shipping-methods .calendar-input-wrp {
  position: relative;
}
.shipping-methods .dependent-methods {
  display: none;
  clear: both;
}
.shipping-methods .nominated-date {
  width: calc(100% - 33px);
  display: none;
}
.shipping-methods .ui-datepicker-trigger {
  position: absolute;
  top: -7px;
  text-indent: 28px;
  width: 150px;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  letter-spacing: 0;
  line-height: 24px;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .shipping-methods .ui-datepicker-trigger {
    top: 0;
    left: 14px;
  }
}
.shipping-methods .event {
  margin: 0 0 20px;
}
.shipping-methods .edit-giftcert,
.shipping-methods .edit-sms {
  position: relative;
}
.shipping-methods .edit-giftcert .ui-datepicker-bottom-content,
.shipping-methods .edit-sms .ui-datepicker-bottom-content {
  display: block;
  position: absolute;
  text-transform: uppercase;
  height: 26px;
  background: #ffffff;
  line-height: 26px;
  left: 10px;
  top: 4px;
}
.shipping-methods .edit-giftcert .ui-datepicker-bottom-content span,
.shipping-methods .edit-sms .ui-datepicker-bottom-content span {
  padding-left: 7px;
}
.shipping-methods .edit-giftcert .datepicker-checkout-giftcard,
.shipping-methods .edit-giftcert .datepicker-checkout-sms,
.shipping-methods .edit-sms .datepicker-checkout-giftcard,
.shipping-methods .edit-sms .datepicker-checkout-sms {
  width: 85%;
}
.shipping-methods .edit-giftcert .ui-datepicker-trigger,
.shipping-methods .edit-sms .ui-datepicker-trigger {
  position: absolute;
  top: 2px;
  left: 86%;
}
.shipping-methods select {
  width: 100%;
}
.shipping-methods .text-area {
  width: 100%;
  margin: 10px 0;
}
.shipping-methods .text-area label {
  display: none;
}
.shipping-methods .text-area .char-count {
  margin: 0 0 9px 0;
  height: 12px;
  width: auto;
  float: right;
  text-transform: capitalize;
}
.shipping-methods .text-area .char-remain-count {
  color: #929292;
}
.shipping-methods.grouped-individually {
  width: 66%;
  left: 1%;
  padding: 0 20px;
}
.shipping-methods.grouped-individually .shipping-methods-wrapper {
  float: left;
  width: 370px;
  margin: 0;
}
.shipping-methods.grouped-individually .shipping-methods-wrapper .nominated-selections {
  float: left;
  width: 100%;
}
.shipping-methods.grouped-individually .shipping-methods-wrapper .nominated-selections .calendar {
  position: relative;
  width: 100%;
}
.shipping-methods.grouped-individually .selector {
  float: left;
  margin: 31px 0 0 0;
}
.shipping-methods.grouped-individually .selector select {
  margin: 0 0 0 0;
}
.shipping-methods.grouped-individually .form-row.custom {
  margin: 20px 0 0;
}
.shipping-methods.grouped-individually .event .selector {
  margin: 0 0 20px 0;
}
.shipping-methods.grouped-individually .text-area {
  float: right;
  width: 370px;
}
@media only screen and (max-width: 1279px) {
  .shipping-methods select, .shipping-methods .selector, .shipping-methods .text-area {
    float: none !important;
  }
  .shipping-methods .text-area {
    margin: 10px 0 20px !important;
  }
  .shipping-methods.grouped-individually {
    width: 47%;
    left: 3%;
  }
  .shipping-methods.grouped-individually .sm-select {
    margin: 0;
  }
}
@media only screen and (max-width: 959px) {
  .shipping-methods.grouped-individually .shipping-methods-wrapper,
.shipping-methods.grouped-individually .text-area {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-methods {
    width: 100%;
    display: block;
  }
  .shipping-methods.grouped-individually {
    width: 100%;
    left: 0;
  }
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: none;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled:before,
.ui-datepicker .ui-datepicker-next.ui-state-disabled:before {
  content: none;
}
.ui-datepicker .ui-datepicker-prev {
  background: url("../images/svg-icons/left-arrow-previous.svg") no-repeat calc(100% - 10px) center/16px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  background: url(../images/svg-icons/left-arrow-previous-grey.svg) no-repeat 50% 50%/16px;
}
.ui-datepicker .ui-datepicker-next {
  background: url("../images/svg-icons/right-arrow-next.svg") no-repeat calc(100% - 10px) center/16px;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  background: url(../images/svg-icons/right-arrow-next-grey.svg) no-repeat calc(100% - 10px) center/16px;
}
.ui-datepicker .datepicker-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: url(../images/svg-icons/x-close-icon-hover.svg) no-repeat;
  background-size: 12px 12px;
  background-position: center top;
  width: 12px;
  height: 12px;
  border: none;
}

.ui-dialog.regroup-confirmation .message {
  padding: 10px 0 0;
}

.delivery-restriction-dialog .ui-widget-header {
  padding: 0 0 4px 0;
}
.delivery-restriction-dialog .subtitle {
  font-size: 15px;
  margin: 7px 0 20px;
}
.delivery-restriction-dialog .msg {
  margin: 0 0 10px 0;
  font-weight: 700;
}
.delivery-restriction-dialog .details-column > div {
  padding: 0.4em 0;
}
.delivery-restriction-dialog .dialog-bottom {
  margin: 20px 0 0;
}
.delivery-restriction-dialog .dialog-bottom .button-gray {
  float: left;
  width: 47%;
}
.delivery-restriction-dialog .dialog-bottom .change-restricted-address {
  float: right;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .delivery-restriction-dialog .dialog-bottom .button-gray,
.delivery-restriction-dialog .dialog-bottom .change-restricted-address {
    float: none;
    width: 100%;
  }
  .delivery-restriction-dialog .dialog-bottom .button-gray {
    margin: 0 0 10px 0;
  }
}
.delivery-restriction-dialog .dialog-bottom.hampers .button-black {
  float: right;
  width: 47%;
}
.delivery-restriction-dialog .dialog-bottom.hampers .change-restricted-address {
  float: left;
}
@media only screen and (max-width: 767px) {
  .delivery-restriction-dialog .dialog-bottom.hampers .button-black {
    width: 100%;
  }
}

.edit-gifcert-dialog {
  background-color: #f1f1f1;
}
.edit-gifcert-dialog .ui-dialog-titlebar {
  background-color: #f1f1f1;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  right: 10px;
}
.edit-gifcert-dialog .save-giftcert-address,
.edit-gifcert-dialog .cancel-giftcert-address {
  margin: 10px 0;
}
.edit-gifcert-dialog .fieldset-wrapper {
  padding-right: 0 !important;
}
.edit-gifcert-dialog .form-row__wrapper {
  padding: 20px 10px;
}

.gifting-fields {
  position: relative;
  float: left;
  z-index: 10;
  width: 100%;
}
.gifting-fields .title {
  display: none;
}
.gifting-fields.individual {
  width: 66%;
}
.gifting-fields.not-eligible {
  vertical-align: middle;
  color: #929292;
  text-align: center;
}
.gifting-fields.not-eligible svg.info {
  width: 19px;
  height: 19px;
  position: relative;
  top: -3px;
}
.gifting-fields.not-eligible div {
  display: inline-block;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gifting-fields.not-eligible div {
    width: 100%;
  }
}
.gifting-fields .checkbox-container.more-gift {
  text-align: center;
  margin-bottom: 21px;
}
.gifting-fields .checkbox-container.more-gift .checker {
  width: 14px;
  height: 13px;
  margin: -4px 11px 0 0;
}
@media only screen and (max-width: 959px) {
  .gifting-fields .checkbox-container.more-gift .checker {
    margin: 21px 11px 0 0;
    position: relative;
  }
}
.gifting-fields .checkbox-container.more-gift label {
  color: #929292;
  font-family: GillSansNova-Bold;
  font-size: 15px;
  font-weight: 700;
  line-height: 15.82px;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 959px) {
  .gifting-fields .checkbox-container.more-gift label {
    top: 13px;
  }
}
.gifting-fields .checkbox-container.more-gift.selected {
  margin-bottom: 0;
}
.gifting-fields .checkbox-container.more-gift.selected label {
  color: #000000;
}
.gifting-fields .title {
  text-transform: uppercase;
  margin: 20px 0 10px 20px;
  font-size: 1.1em;
}
.gifting-fields .title .tooltip {
  margin: 0 0 0 10px;
}
.gifting-fields .title .tooltip .icon.info {
  margin: 0 0 3px 0;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .gifting-fields {
    float: none;
    width: 100% !important;
    clear: left;
  }
  .gifting-fields .gift-shipment-control {
    display: none;
  }
  .gifting-fields .title {
    margin: 20px 0 10px 40px;
  }
  .gifting-fields .gifting-options-column:first-of-type {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  .gifting-fields .gifting-options-column:last-of-type {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .gifting-fields .title {
    margin: 20px 0 10px 0;
  }
  .gifting-fields .gifting-options .gifting-options-column {
    width: 100%;
    padding: 0;
    left: 0;
  }
}
.gifting-fields .gifting-icon {
  height: 82px;
  width: auto;
  max-width: 82px;
  border: none;
}

.gift-shipment-control {
  background: #f1f1f1;
  display: none;
  padding: 1em;
  clear: left;
}

.gift-options-scontrol-inner-wrapper {
  width: 255px;
  margin: 0 auto;
}
.gift-options-scontrol-inner-wrapper .checkbox-container {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}
.gift-options-scontrol-inner-wrapper .checkbox-container label {
  float: right;
  font-size: 0.9em;
  padding-top: 1px;
  margin-bottom: 0;
}
.gift-options-scontrol-inner-wrapper .checkbox-container.no {
  margin: 0;
}

.shipment-container.bonusstyle .shippingaddress, .shipment-container.tasting-adventure .shippingaddress, .shipment-container.tasting-club .shippingaddress {
  vertical-align: middle;
}
.shipment-container.bonusstyle .address, .shipment-container.tasting-adventure .address, .shipment-container.tasting-club .address {
  margin: 20px 0;
}
.shipment-container.bonusstyle .delivery-msg, .shipment-container.tasting-adventure .delivery-msg, .shipment-container.tasting-club .delivery-msg {
  color: #929292;
  position: relative;
}
.shipment-container.bonusstyle .tooltip, .shipment-container.tasting-adventure .tooltip, .shipment-container.tasting-club .tooltip {
  float: left;
  margin: 0 0 0 -20px;
}
.shipment-container.bonusstyle .msg, .shipment-container.tasting-adventure .msg, .shipment-container.tasting-club .msg {
  float: left;
  padding: 0 35px 0 0;
}
.shipment-container.tasting-club .product-availability-list {
  display: none;
}

.gifting-options-column {
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.gifting-options-column:first-of-type {
  margin-bottom: 0;
}
.gifting-options-column .iscroll-wrapper,
.gifting-options-column .disabled-wrapper {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .gifting-options-column .iscroll-wrapper,
.gifting-options-column .disabled-wrapper {
    width: 100%;
  }
}
.gifting-options-column .iscroll-wrapper:first-of-type {
  margin-bottom: 0;
}
.gifting-options-column.gifts-wrapper .recipient-name-title {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  height: 15px;
}
.gifting-options-column.gifts-wrapper .gift-message-text {
  display: none;
}
.gifting-options-column.gifts-wrapper .gift-message-text .field-wrapper .input-text {
  padding: 0;
  text-align: center;
}
.gifting-options-column.gifts-wrapper .gift-message-text .field-wrapper .char-count {
  display: none;
}
.gifting-options-column.gifts-wrapper.selected .recipient-name-title, .gifting-options-column.gifts-wrapper.selected .gift-message-text {
  display: block;
}
.gifting-options-column .iscroll-wrapper .shipment-item-details .content-asset p {
  font-size: 19px;
  letter-spacing: 0.47px;
  line-height: 21px;
  font-weight: 600;
}
.gifting-options-column .iscroll-wrapper .shipment-item-details .content-asset p b {
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 1279px) {
  .gifting-options-column .iscroll-wrapper .shipment-item-details .content-asset p {
    font-size: 13px;
    letter-spacing: inherit;
    line-height: initial;
    font-weight: 600;
  }
}
.gifting-options-column .disabled-wrapper {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.gifting-options-column .disabled-wrapper .gifting-products-list {
  border-right: 7px solid #d6d6d6;
}
.gifting-options-column .gift-message-text-label {
  position: relative;
  top: 15px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  padding-left: 20px;
}
@media only screen and (max-width: 959px) {
  .gifting-options-column .gift-message-text-label {
    padding-left: 0;
  }
}
.gifting-options-column .disabled-msg {
  width: 100%;
  border: 10px solid #d6d6d6;
  font-weight: 700;
  box-sizing: border-box;
  padding: 18px 15px;
  background: white;
  position: absolute;
  top: 40px;
  z-index: 4;
}
.gifting-options-column .gift-message-text {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .gifting-options-column .gift-message-text {
    width: 100%;
  }
}
.gifting-options-column .gift-message-text .field-wrapper {
  position: relative;
}
.gifting-options-column .gift-message-text .char-count {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  color: #757575;
  font-family: GillSansNova-Medium;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 123.077% */
  letter-spacing: 0.65px;
  margin: 12px 16px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .gifting-options-column .gift-message-text .char-count {
    font-size: 0.625rem;
    margin: 12px;
  }
}
@media only screen and (max-width: 959px) {
  .gifting-options-column .gift-message-text .field-wrapper {
    padding-left: 0;
  }
}
.gifting-options-column .open-date {
  display: none;
  position: relative;
}
.gifting-options-column .open-date .datepicker-open-date {
  width: calc(100% - 30px);
}
.gifting-options-column .open-date .open-date-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 50px;
}
.gifting-options-column .secret-admire {
  display: none;
  position: relative;
  margin: 20px 0 0 0;
}
.gifting-options-column .secret-admire label {
  text-transform: uppercase;
  display: inline-block;
  width: calc(100% - 25px);
  position: relative;
  left: 24px;
  vertical-align: top;
  padding: 0.1em 0 0 0;
}
.gifting-options-column .secret-admire .field-wrapper {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  position: relative;
  right: calc(100% - 25px);
}
.gifting-options-column .gifting-options__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 14px 16px;
  background: #ffffff;
  margin: 14px 0;
  gap: 18px;
}
@media only screen and (min-width: 768px) {
  .gifting-options-column .gifting-options__content {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 8px 16px;
    gap: 0;
  }
}
.gifting-options-column .gifting-options__content .gifting-products {
  -ms-flex: 1;
      flex: 1;
  height: 96px;
}
.gifting-options-column .gifting-options__content .gift-message-text,
.gifting-options-column .gifting-options__content .gifting-options__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 0 0 156px;
      flex: 0 0 156px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gifting-options-column .gifting-options__content .gift-message-text,
.gifting-options-column .gifting-options__content .gifting-options__right {
    -ms-flex: 1;
        flex: 1;
    max-height: 100%;
    max-width: 446px;
  }
}
.gifting-options-column .gifting-options__content .gift-message-text .field-wrapper,
.gifting-options-column .gifting-options__content .gifting-options__right .field-wrapper {
  margin: 0;
  height: 100%;
}
.gifting-options-column .gifting-options__content .recipient-details__wrapper .recipient-name-title {
  margin-top: 19.5px;
  display: none;
  position: relative;
  width: 100%;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
@media only screen and (min-width: 768px) {
  .gifting-options-column .gifting-options__content .recipient-details__wrapper .recipient-name-title {
    margin-top: 11px;
  }
}
.gifting-options-column .gifting-options__content .recipient-details__wrapper .gift-message-text {
  display: none;
}
.gifting-options-column .gifting-options__content .recipient-details__wrapper .gift-message-text .field-wrapper .input-text {
  padding: 8px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  min-height: 44px;
  padding: 8px;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
@media only screen and (min-width: 768px) {
  .gifting-options-column .gifting-options__content .recipient-details__wrapper .gift-message-text .field-wrapper .input-text {
    margin-bottom: 12px;
  }
}
.gifting-options-column .gifting-options__content .recipient-details__wrapper .gift-message-text .field-wrapper .input-text:not(:placeholder-shown) {
  border: 2px solid #000000 !important;
}
.gifting-options-column .gifting-options__content .recipient-details__wrapper.selected .recipient-name-title, .gifting-options-column .gifting-options__content .recipient-details__wrapper.selected .gift-message-text {
  display: block;
}
.gifting-options-column .gifting-options__header h5 {
  color: #000000;
  font-family: GillSansNova-SemiBold;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  vertical-align: middle;
  letter-spacing: 0;
}

.gifts-wrapper .iscroll-wrapper {
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 0;
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset .giftbutton-imagewrap .added, .gifts-wrapper .iscroll-wrapper .details-column .content-asset .giftbutton-imagewrap .remove {
  display: none;
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
}
@media only screen and (max-width: 1279px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected {
    height: auto;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected {
    height: 78px;
  }
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected label {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected label:after {
  content: "\a";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  position: absolute;
  opacity: 0.75;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton img {
  width: 100%;
  float: right;
  opacity: 1;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton img {
    height: auto;
    width: 98%;
  }
}
@media only screen and (max-width: 959px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton img {
    height: auto;
    width: 100%;
    float: none;
    margin: auto;
  }
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton:hover {
  cursor: pointer;
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton .giftbutton-imagewrap .added {
  display: block;
  width: 100%;
  color: #fff;
  z-index: 1;
  top: 40px;
  padding: 4px 10px;
  text-align: center;
  background: url("../images/selectWhite.png") no-repeat 38% top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  line-height: 20.98px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton .giftbutton-imagewrap .added {
    top: 20px;
    background: url(../images/selectWhite.png) no-repeat 32% top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton .giftbutton-imagewrap .added {
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton .giftbutton-imagewrap .added {
    height: 50%;
    width: 100%;
    top: unset;
    bottom: 20px;
    background: url("../images/selectWhite.png") no-repeat 31% top;
  }
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton .giftbutton-imagewrap .remove {
  display: block;
  width: 100%;
  color: #fff;
  z-index: 1;
  top: 70px;
  padding: 4px 10px;
  text-align: center;
  background: url("../images/deleteWhite.png") no-repeat 41% center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  line-height: 20.98px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton .giftbutton-imagewrap .remove {
    top: 45px;
    background: url("../images/deleteWhite.png") no-repeat 38% center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton .giftbutton-imagewrap .remove {
    top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .giftbutton .giftbutton-imagewrap .remove {
    margin-top: 15%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/deleteWhite.png") no-repeat 33% 8px;
  }
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .gifting-option-details {
  display: none;
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .shipment-item-details tr .details-column:first-of-type {
  display: none;
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .shipment-item-details:last-of-type tr .details-column:last-of-type {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 959px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .shipment-item-details:last-of-type tr .details-column:last-of-type {
    padding: 18px 0;
  }
}
.gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .shipment-item-details:first-of-type .giftbutton img {
  float: left;
}
@media only screen and (max-width: 1279px) {
  .gifts-wrapper .iscroll-wrapper .details-column .content-asset.selected .shipment-item-details:first-of-type .giftbutton img {
    float: none;
  }
}
.gifts-wrapper .iscroll-wrapper .giftbutton img {
  width: 100%;
  float: right;
  opacity: 1;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .gifts-wrapper .iscroll-wrapper .giftbutton img {
    height: auto;
    width: 98%;
  }
}
@media only screen and (max-width: 959px) {
  .gifts-wrapper .iscroll-wrapper .giftbutton img {
    height: auto;
    width: 100%;
    float: none;
    margin: auto;
  }
}
.gifts-wrapper .iscroll-wrapper .giftbutton:hover {
  cursor: pointer;
}
.gifts-wrapper .iscroll-wrapper .gifting-option-details {
  display: none;
}
.gifts-wrapper .iscroll-wrapper .shipment-item-details tr .details-column:first-of-type {
  display: none;
}
.gifts-wrapper .iscroll-wrapper .shipment-item-details:last-of-type tr .details-column:last-of-type {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 959px) {
  .gifts-wrapper .iscroll-wrapper .shipment-item-details:last-of-type tr .details-column:last-of-type {
    padding: 18px 0;
  }
}
.gifts-wrapper .iscroll-wrapper .shipment-item-details:first-of-type .giftbutton img {
  float: left;
}
@media only screen and (max-width: 1279px) {
  .gifts-wrapper .iscroll-wrapper .shipment-item-details:first-of-type .giftbutton img {
    float: none;
  }
}
.gifts-wrapper .gifting-products-list .shipment-item-details .details-column {
  padding: 0 22px 0 0;
}
@media only screen and (max-width: 1279px) {
  .gifts-wrapper .gifting-products-list .shipment-item-details .details-column {
    padding: 0;
  }
}
.gifts-wrapper .gifting-icon {
  display: none;
}
.gifts-wrapper .shipment-item-details {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .gifts-wrapper .shipment-item-details {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .gifts-wrapper .shipment-item-details {
    width: 100%;
  }
}
.gifts-wrapper .shipment-item-details:first-child {
  float: left;
}
.gifts-wrapper .shipment-item-details:last-child {
  float: right;
}
.gifts-wrapper .gift-message-text {
  width: 100%;
}
.gifts-wrapper .gift-message-text .field-wrapper {
  padding-left: 0;
}

.shipment-item-details.selected .option-price,
.shipment-item-details.selected .option-name {
  color: #000000;
}
.shipment-item-details .option-select,
.shipment-item-details .gifting-option-details {
  display: none;
  vertical-align: middle;
}
.shipment-item-details .radio {
  margin: -2px 7px 0 0;
}
.shipment-item-details .option-price {
  font-family: GillSansNova-Bold;
  color: #929292;
}
.shipment-item-details .option-name {
  color: #929292;
}
.shipment-item-details .attribute .is-in-stock {
  color: #118f40;
  font-family: GillSansNova-Medium;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 13px;
}
.shipment-item-details .qtycolumn {
  display: inline-block;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
}
.shipment-item-details .removeitem {
  width: auto;
  display: inline-block;
  margin-left: 30px;
}
.shipment-item-details .removeitem .remove {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details {
  display: block;
  padding: 20px 18px;
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details .gifting-fields.not-eligible {
  display: none;
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipment-products,
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipping-methods,
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .gifting-fields, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipment-products,
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipping-methods,
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .gifting-fields {
  display: table-cell;
  float: none;
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipment-products, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipment-products {
  width: 30%;
  padding: 0 25px 0 20px;
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipment-products .inner-wrapper .shipment-item-details:last-of-type, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipment-products .inner-wrapper .shipment-item-details:last-of-type {
  border: none;
}
@media only screen and (max-width: 1279px) {
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipment-products, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipment-products {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipment-products, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipment-products {
    width: 100%;
  }
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipping-methods, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipping-methods {
  padding: 20px 0 20px 20px;
  width: 30%;
}
@media only screen and (max-width: 1279px) {
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipping-methods, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipping-methods {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipping-methods, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipping-methods {
    width: 100%;
    border-top: 1px solid #d6d6d6;
  }
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipping-methods .instore-shipping-option, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipping-methods .instore-shipping-option {
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipping-methods .instore-shipping-option, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipping-methods .instore-shipping-option {
    height: auto;
  }
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .gifting-fields.not-eligible, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .gifting-fields.not-eligible {
  display: table-cell;
  width: 40%;
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .gifting-fields.not-eligible div, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .gifting-fields.not-eligible div {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .gifting-fields.not-eligible, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .gifting-fields.not-eligible {
    display: none;
  }
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.bonusstyle .shipping-methods, .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.clickandcollectonly .shipping-methods {
  vertical-align: middle;
}
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .gifting-fields {
  vertical-align: middle;
}
@media only screen and (max-width: 1279px) {
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .gifting-fields {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting {
    display: block;
  }
  .checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipment-products,
.checkoutmultishipping .shipment-gifting-container .shipment-gifting-details.ineligible-gifting .shipping-methods {
    display: block;
  }
}

.shipment-items-separator {
  height: 100%;
  width: 1px;
  position: absolute;
  left: 24.9%;
  background: #f1f1f1;
  top: 0px;
  z-index: 0;
}
.shipment-items-separator.shipping {
  left: 50.2%;
}
@media only screen and (max-width: 1279px) {
  .shipment-items-separator {
    left: 50.4%;
  }
  .shipment-items-separator.shipping {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .shipment-items-separator {
    display: none;
  }
}

.checkout.multiship .formactions,
.checkout.delivery .formactions {
  width: 100%;
  min-width: 250px;
  float: right;
  position: relative;
  margin: 11px 0 0 0;
}
.checkout.multiship .formactions button,
.checkout.multiship .formactions .button,
.checkout.multiship .formactions .buttonstyle,
.checkout.delivery .formactions button,
.checkout.delivery .formactions .button,
.checkout.delivery .formactions .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .checkout.multiship .formactions .button,
.checkout.delivery .formactions .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}
.checkout.multiship .formactions.only-desktop,
.checkout.delivery .formactions.only-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .checkout.multiship .formactions.only-desktop,
.checkout.delivery .formactions.only-desktop {
    display: block;
  }
}
.checkout.multiship .formactions button,
.checkout.delivery .formactions button {
  width: 100%;
  letter-spacing: 2px;
  font-size: 13px;
  max-width: 300px;
  padding: 0;
  padding-left: 20px;
  font-weight: 500;
  height: 40px;
  background: #000000 url("../images/svg-icons/white-padlock-exclusive-offer.svg") no-repeat;
  background-position: calc(50% - 100px) 10px;
  background-size: 17px;
}
.checkout.multiship .formactions button:not(:disabled):hover,
.checkout.delivery .formactions button:not(:disabled):hover {
  background: #ffffff url("../images/svg-icons/padlock-exclusive-offer.svg") no-repeat;
  background-position: calc(50% - 100px) 10px;
  background-size: 17px;
}
.checkout.multiship .formactions button .wb-mobile,
.checkout.delivery .formactions button .wb-mobile {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .checkout.multiship .formactions button,
.checkout.delivery .formactions button {
    min-width: 238px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout.multiship .formactions button,
.checkout.delivery .formactions button {
    margin-bottom: 20px;
    width: 100%;
    max-width: unset;
  }
  .checkout.multiship .formactions button .wb-mobile,
.checkout.delivery .formactions button .wb-mobile {
    display: block;
  }
  .checkout.multiship .formactions button .wb-desktop,
.checkout.delivery .formactions button .wb-desktop {
    display: none;
  }
}

.checkout.delivery .formactions button {
  background-position: calc(50% - 90px) 10px;
}
.checkout.delivery .formactions button:not(:disabled):hover {
  background-position: calc(50% - 90px) 10px;
}

.checkout-delivery__wrapper,
.checkout-shipping__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 20px;
}
.checkout-delivery__wrapper .checkoutmultishipping,
.checkout-delivery__wrapper .checkout-shipping-left,
.checkout-shipping__wrapper .checkoutmultishipping,
.checkout-shipping__wrapper .checkout-shipping-left {
  -ms-flex-order: 2;
      order: 2;
}
.checkout-delivery__wrapper .order-summary,
.checkout-delivery__wrapper .checkout-shipping-right,
.checkout-shipping__wrapper .order-summary,
.checkout-shipping__wrapper .checkout-shipping-right {
  -ms-flex-order: 1;
      order: 1;
}
.checkout-delivery__wrapper .order-summary .summary-title,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title,
.checkout-shipping__wrapper .order-summary .summary-title,
.checkout-shipping__wrapper .checkout-shipping-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 0 20px;
}
.checkout-delivery__wrapper .order-summary .summary-title h2,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title h2,
.checkout-shipping__wrapper .order-summary .summary-title h2,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title h2 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.checkout-delivery__wrapper .order-summary .summary-title .expand-btn, .checkout-delivery__wrapper .order-summary .summary-title .collapse-btn,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title .expand-btn,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title .collapse-btn,
.checkout-shipping__wrapper .order-summary .summary-title .expand-btn,
.checkout-shipping__wrapper .order-summary .summary-title .collapse-btn,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title .expand-btn,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title .collapse-btn {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .checkout-delivery__wrapper .order-summary .summary-title .expand-btn, .checkout-delivery__wrapper .order-summary .summary-title .collapse-btn,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title .expand-btn,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title .collapse-btn,
.checkout-shipping__wrapper .order-summary .summary-title .expand-btn,
.checkout-shipping__wrapper .order-summary .summary-title .collapse-btn,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title .expand-btn,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title .collapse-btn {
    display: none;
  }
}
.checkout-delivery__wrapper .order-summary .summary-title .expand-btn.hidden, .checkout-delivery__wrapper .order-summary .summary-title .collapse-btn.hidden,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title .expand-btn.hidden,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title .collapse-btn.hidden,
.checkout-shipping__wrapper .order-summary .summary-title .expand-btn.hidden,
.checkout-shipping__wrapper .order-summary .summary-title .collapse-btn.hidden,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title .expand-btn.hidden,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title .collapse-btn.hidden {
  display: none;
}
.checkout-delivery__wrapper .order-summary .summary-title .expand-btn .icon, .checkout-delivery__wrapper .order-summary .summary-title .collapse-btn .icon,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title .expand-btn .icon,
.checkout-delivery__wrapper .checkout-shipping-right .summary-title .collapse-btn .icon,
.checkout-shipping__wrapper .order-summary .summary-title .expand-btn .icon,
.checkout-shipping__wrapper .order-summary .summary-title .collapse-btn .icon,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title .expand-btn .icon,
.checkout-shipping__wrapper .checkout-shipping-right .summary-title .collapse-btn .icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .checkout-delivery__wrapper .order-summary .summary-body,
.checkout-delivery__wrapper .checkout-shipping-right .summary-body,
.checkout-shipping__wrapper .order-summary .summary-body,
.checkout-shipping__wrapper .checkout-shipping-right .summary-body {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-delivery__wrapper .order-summary .summary-body,
.checkout-delivery__wrapper .checkout-shipping-right .summary-body,
.checkout-shipping__wrapper .order-summary .summary-body,
.checkout-shipping__wrapper .checkout-shipping-right .summary-body {
    display: block !important;
  }
}
.checkout-delivery__wrapper .order-summary .summary-body .order-subtotal,
.checkout-delivery__wrapper .order-summary .summary-body .order-shipping,
.checkout-delivery__wrapper .order-summary .summary-body .order-discount,
.checkout-delivery__wrapper .order-summary .summary-body .order-shipping-discount,
.checkout-delivery__wrapper .checkout-shipping-right .summary-body .order-subtotal,
.checkout-delivery__wrapper .checkout-shipping-right .summary-body .order-shipping,
.checkout-delivery__wrapper .checkout-shipping-right .summary-body .order-discount,
.checkout-delivery__wrapper .checkout-shipping-right .summary-body .order-shipping-discount,
.checkout-shipping__wrapper .order-summary .summary-body .order-subtotal,
.checkout-shipping__wrapper .order-summary .summary-body .order-shipping,
.checkout-shipping__wrapper .order-summary .summary-body .order-discount,
.checkout-shipping__wrapper .order-summary .summary-body .order-shipping-discount,
.checkout-shipping__wrapper .checkout-shipping-right .summary-body .order-subtotal,
.checkout-shipping__wrapper .checkout-shipping-right .summary-body .order-shipping,
.checkout-shipping__wrapper .checkout-shipping-right .summary-body .order-discount,
.checkout-shipping__wrapper .checkout-shipping-right .summary-body .order-shipping-discount {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.checkout-delivery__wrapper .order-summary .summary-body .order-total,
.checkout-delivery__wrapper .checkout-shipping-right .summary-body .order-total,
.checkout-shipping__wrapper .order-summary .summary-body .order-total,
.checkout-shipping__wrapper .checkout-shipping-right .summary-body .order-total {
  border-top: 1px solid #000000;
  color: #000000;
  font-family: GillSansNova-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.checkout-delivery__wrapper .order-summary .summary-body .order-total td,
.checkout-delivery__wrapper .checkout-shipping-right .summary-body .order-total td,
.checkout-shipping__wrapper .order-summary .summary-body .order-total td,
.checkout-shipping__wrapper .checkout-shipping-right .summary-body .order-total td {
  padding: 14px 0;
}
@media only screen and (min-width: 768px) {
  .checkout-delivery__wrapper,
.checkout-shipping__wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 17px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .checkout-delivery__wrapper .checkoutmultishipping,
.checkout-delivery__wrapper .checkout-shipping-left,
.checkout-shipping__wrapper .checkoutmultishipping,
.checkout-shipping__wrapper .checkout-shipping-left {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1;
        flex: 1;
    max-width: 993px;
  }
  .checkout-delivery__wrapper .order-summary,
.checkout-delivery__wrapper .checkout-shipping-right,
.checkout-shipping__wrapper .order-summary,
.checkout-shipping__wrapper .checkout-shipping-right {
    -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    -ms-flex-order: 2;
        order: 2;
  }
}

.checkout.delivery .address-details,
.checkout-shipping__wrapper .address-details {
  margin-top: 16px;
}
.checkout.delivery .address-details.hidden,
.checkout-shipping__wrapper .address-details.hidden {
  display: none;
}
.checkout.delivery .address-details p,
.checkout-shipping__wrapper .address-details p {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}
.checkout.delivery .address-details .name,
.checkout-shipping__wrapper .address-details .name {
  font-weight: 700;
}
.checkout.delivery .recipient-selector,
.checkout-shipping__wrapper .recipient-selector {
  padding: 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 14px;
}
.checkout.delivery .recipient-selector__title,
.checkout-shipping__wrapper .recipient-selector__title {
  max-width: 240px;
  margin-bottom: 14px;
}
.checkout.delivery .recipient-selector__title p,
.checkout-shipping__wrapper .recipient-selector__title p {
  color: #000000;
  font-family: GillSansNova-Bold;
  font-size: 17px;
  font-style: normal;
  line-height: normal;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .checkout.delivery .recipient-selector__title,
.checkout-shipping__wrapper .recipient-selector__title {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.checkout.delivery .recipient-selector-cta__wrapper,
.checkout-shipping__wrapper .recipient-selector-cta__wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .checkout.delivery .recipient-selector-cta__wrapper,
.checkout-shipping__wrapper .recipient-selector-cta__wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    max-width: 592px;
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
}
.checkout.delivery .recipient-selector-cta__wrapper .radio,
.checkout-shipping__wrapper .recipient-selector-cta__wrapper .radio {
  margin: 0;
}
.checkout.delivery .recipient-selector-cta__wrapper label,
.checkout-shipping__wrapper .recipient-selector-cta__wrapper label {
  margin: 0;
  display: inline-block;
  letter-spacing: 0;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}
.checkout.delivery .recipient-selector__container,
.checkout-shipping__wrapper .recipient-selector__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .checkout.delivery .recipient-selector__container,
.checkout-shipping__wrapper .recipient-selector__container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.checkout.delivery .recipient-selector .split-delivery-note,
.checkout-shipping__wrapper .recipient-selector .split-delivery-note {
  display: none;
  font-family: GillSansNova-Light;
  margin-top: 10px;
  padding: 12px 16px;
  border: 1px solid #e6d6a8;
  background-color: #faf3d8;
  border-radius: 4px;
  font-size: 14px;
}
.checkout.delivery .recipient-selector .split-delivery-note.active,
.checkout-shipping__wrapper .recipient-selector .split-delivery-note.active {
  display: block;
}
.checkout.delivery div.radio,
.checkout-shipping__wrapper div.radio {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.checkout.delivery div.radio span,
.checkout-shipping__wrapper div.radio span {
  width: 20px;
  height: 20px;
  background: url("../images/radio-unchecked.png") no-repeat left top;
}
.checkout.delivery div.radio span.checked,
.checkout-shipping__wrapper div.radio span.checked {
  background: url("../images/radio-checked.png") no-repeat left top;
}
.checkout.delivery div.radio span input,
.checkout-shipping__wrapper div.radio span input {
  width: 20px;
  height: 20px;
}
.checkout.delivery .shipping-method.active div.radio span,
.checkout-shipping__wrapper .shipping-method.active div.radio span {
  background: url("../images/radio-checked.png") no-repeat left top;
}

span.error[id*=isBusinessNI-error] {
  font-family: GillSansNova-Medium;
  font-size: 14px;
  line-height: 24px;
  background: url("../images/svg-icons/new-error-icon.svg") no-repeat left center !important;
  padding: 2px 0 0 23px !important;
  margin: 0 !important;
}
span.error[id*=isBusinessNI-error].hide-error {
  display: none !important;
}

.shipping-details-ni {
  background: #FEF7EE;
  padding: 10px 12px;
  border-radius: 4px;
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.shipping-details-ni__title {
  font-family: GillSansNova-Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.shipping-details-ni-eori-number.hidden {
  display: none;
}
.shipping-details-ni-eori-number label {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  position: relative;
}
.shipping-details-ni-eori-number .tooltip-ni {
  display: inline-block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  position: relative;
}
.shipping-details-ni-eori-number .tooltip-ni 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 .shipping-details-ni-eori-number .tooltip-ni 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 .shipping-details-ni-eori-number .tooltip-ni span {
    background-image: url(../images/info.png);
  }
}
.shipping-details-ni-eori-number .tooltip-ni span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .shipping-details-ni-eori-number .tooltip-ni 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 .shipping-details-ni-eori-number .tooltip-ni span:hover {
    background-image: url(../images/info.png);
  }
}
.shipping-details-ni-eori-number .tooltip-ni .help-icon {
  height: 19px;
  width: 19px;
  vertical-align: text-bottom;
  cursor: pointer;
}
.shipping-details-ni-eori-number .tooltip-ni .tooltip-content {
  display: block !important;
  position: absolute;
  bottom: 140%;
  left: 25%;
  width: max-content;
  max-width: 174px;
  background: #ffffff;
  color: #000000;
  font-family: GillSansNova-Medium;
  padding: 10px 13px 10px 16px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  left: -5px;
}
.shipping-details-ni-eori-number .tooltip-ni .tooltip-content::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 2px;
  border-width: 13px;
  border-radius: 4px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.shipping-details-ni-eori-number .tooltip-ni:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
.shipping-details-ni-eori-number .form-row {
  margin: 0 0 8px 0;
}
.shipping-details-ni-eori-number span.error {
  font-family: GillSansNova-Medium;
  font-size: 14px;
  line-height: 24px;
  background: url("../images/svg-icons/new-error-icon.svg") no-repeat left center !important;
  padding: 3px 0 0 23px !important;
  margin: -3px 0 0 0 !important;
}

.shipping-details-ni__inputs {
  margin-bottom: 7px;
}
.shipping-details-ni__inputs .shipping-details-ni__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.shipping-details-ni__inputs label {
  color: #2a2a2a;
  margin-bottom: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
}
.shipping-details-ni__inputs .input-text {
  text-align: left;
  height: 44px;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #000000;
}
.shipping-details-ni__inputs .input-text:not(:placeholder-shown) {
  border: 2px solid #000000;
}
.shipping-details-ni__inputs .input-text::-webkit-input-placeholder {
  opacity: 0;
  color: rgba(0, 0, 0, 0.4);
}

.gbsDeliveryEligible {
  border-radius: 4px;
  background: #FEF7EE;
  padding: 8px 16px;
}
.gbsDeliveryEligible h5 {
  color: #000000;
  font-family: GillSansNova-SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gbsDeliveryEligible p {
  color: #000000;
  font-family: GillSansNova-Light;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.mobile-separating-line {
  margin: 1px -19px 20px;
  border: none;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .mobile-separating-line {
    display: none;
  }
}

span.error {
  font-family: GillSansNova-Medium;
  font-size: 14px;
  line-height: 24px;
  background: url("../images/svg-icons/new-error-icon.svg") no-repeat left center !important;
  padding: 3px 0 0 23px !important;
  margin: -3px 0 0 0 !important;
  text-align: left !important;
}

.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, .pay-with-card .gifting-options-column .disabled-wrapper .customers-address.gifting-products-list, .gifting-options-column .disabled-wrapper .pay-with-card .customers-address.gifting-products-list {
  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, .pay-with-card .gifting-options-column .disabled-wrapper .billing-edit-address.gifting-products-list, .gifting-options-column .disabled-wrapper .pay-with-card .billing-edit-address.gifting-products-list {
  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%;
}

.order-confirmation-details {
  margin: 0 0 40px;
}
.order-confirmation-details .orderconfirmation-title {
  font-size: 2.8125rem;
  font-family: GillSansNova-Medium;
  text-align: center;
  line-height: 48px;
  margin: 0 0 20px;
}
.order-confirmation-details .shipment-caption {
  font-size: 1.25rem;
  letter-spacing: 2px;
  padding: 14px 20px;
  text-transform: uppercase;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #85734f;
}
@media only screen and (max-width: 767px) {
  .order-confirmation-details .shipment-caption {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order-confirmation-details .shipment-caption:after {
  display: none;
}
.order-confirmation-details .shipment-caption.on {
  background-color: #000000;
}
.order-confirmation-details .shipment-caption.on .icon {
  transform: rotate(-180deg);
}
.order-confirmation-details .shipment-caption.on .show-title {
  display: block;
}
.order-confirmation-details .shipment-caption.on .hide-title {
  display: none;
}
.order-confirmation-details .shipment-caption .show-title {
  display: none;
}
.order-confirmation-details .shipment-caption .hide-title {
  display: block;
}
.order-confirmation-details .shipment-caption .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;
}
.order-confirmation-details .shipment-caption .icon {
  width: 15px;
  height: 15px;
  -ms-flex: 0 0 15px;
      flex: 0 0 15px;
  margin-left: 12px;
  transition: transform ease-in 0.2s;
}
.order-confirmation-details .toggleContent.show-content {
  display: block;
}
.order-confirmation-details .toggleContent.hide-content {
  display: none;
}
.order-confirmation-details .label {
  font-family: GillSansNova-Bold;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #000000;
}
.order-confirmation-details .value {
  font-size: 0.9375rem;
}
.order-confirmation-details .orderconfirmation-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .order-confirmation-details .orderconfirmation-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.order-confirmation-details .shipment-details-wrapper {
  -ms-flex: 75%;
      flex: 75%;
}
@media only screen and (max-width: 1279px) {
  .order-confirmation-details .shipment-details-wrapper {
    -ms-flex: 67%;
        flex: 67%;
  }
}
@media only screen and (max-width: 959px) {
  .order-confirmation-details .shipment-details-wrapper {
    -ms-flex: 50%;
        flex: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .order-confirmation-details .shipment-details-wrapper {
    -ms-flex-order: 2;
        order: 2;
  }
}
.order-confirmation-details .shipment-details-wrapper .shipment-details {
  margin: 0 0 20px;
}
.order-confirmation-details .shipment-details-wrapper .shipment-details:last-child {
  margin: 0;
}
.order-confirmation-details .order-shipment {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  padding: 20px 20px 21px;
  margin: 0 0 20px;
}
.order-confirmation-details .order-shipment:last-child {
  margin: 0;
}
.order-confirmation-details .shipment-summary {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 959px) {
  .order-confirmation-details .shipment-summary {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.order-confirmation-details .availability {
  margin: 0 0 8px;
}
.order-confirmation-details .available {
  font-size: 0.8125rem;
  color: #118f40;
  font-weight: 700;
}
.order-confirmation-details .unavailable {
  font-size: 0.8125rem;
  color: #bc0031;
  font-weight: 700;
}
.order-confirmation-details .shipment-products {
  -ms-flex: 50%;
      flex: 50%;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 959px) {
  .order-confirmation-details .shipment-products {
    margin: 0 0 20px;
  }
}
.order-confirmation-details .shipment-products .product-items {
  max-height: 227px;
  overflow-y: auto;
}
.order-confirmation-details .shipment-products .product-items::-webkit-scrollbar {
  width: 10px;
}
.order-confirmation-details .shipment-products .product-items::-webkit-scrollbar-track {
  background-color: #d6d6d6;
  border: 1px solid #929292;
}
.order-confirmation-details .shipment-products .product-items::-webkit-scrollbar-thumb {
  background-color: #252525;
}
.order-confirmation-details .shipment-products .product-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.order-confirmation-details .shipment-products .product-item:first-child {
  padding: 0 0 20px;
}
.order-confirmation-details .shipment-products .product-item:only-child {
  border-bottom: none;
}
.order-confirmation-details .shipment-products .product-item .item-image {
  max-height: 80px;
  margin: 0 10px 0 0;
  cursor: pointer;
  border: solid 1px #f1f1f1;
}
.order-confirmation-details .shipment-products .product-item .item-image img {
  max-width: 80px;
  max-height: 80px;
}
.order-confirmation-details .shipment-products .product-item .item-details {
  -ms-flex: 60%;
      flex: 60%;
  clear: both;
}
.order-confirmation-details .shipment-products .product-item .item-details .name {
  display: block;
  color: #2a2a2a;
  font-size: 0.9375rem;
  margin: 0 0 10px;
}
.order-confirmation-details .shipment-products .product-item .item-details .quantity {
  text-transform: uppercase;
  font-size: 0.8125rem;
  float: left;
}
.order-confirmation-details .shipment-products .product-item .item-details .product-signup-period {
  margin-left: 50px;
}
.order-confirmation-details .shipment-products .product-item .item-details .product-signup-period .arrow-sync-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/svg-icons/arrow-sync.svg") no-repeat;
  background-size: 100% 100%;
}
.order-confirmation-details .shipment-products .product-item .item-details .product-signup-period .product-signup-period-text {
  font-size: 12.9px;
  font-family: GillSansNova-Medium;
  vertical-align: top;
  line-height: 1.17;
  letter-spacing: 0.36px;
}
.order-confirmation-details .shipment-products .product-item .item-details .product-signup-title {
  font-size: 13px;
  font-family: GillSansNova-Bold;
  margin: 5px 0 6px;
  line-height: 1.23;
  letter-spacing: 0.33px;
}
.order-confirmation-details .shipment-products .product-item .box-components.build-box-checkout .box-components-title {
  margin: 10px 0 0;
}
.order-confirmation-details .shipment-products .product-item .box-components.build-box-checkout .box-components-block {
  margin: 15px 0 0 20px;
}
.order-confirmation-details .orderblock-title {
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  font-size: 0.9375rem;
  margin: 0 0 15px;
}
.order-confirmation-details .orderblock-title .sum {
  font-family: GillSansNova-Bold;
}
.order-confirmation-details .shipment-products, .order-confirmation-details .shipment-details,
.order-confirmation-details .gifting-card, .order-confirmation-details .gifting-wrap, .order-confirmation-details .giftmessage-item, .order-confirmation-details .shipment-info {
  -ms-flex: 50%;
      flex: 50%;
}
.order-confirmation-details .shipment-products .shipment-address .value, .order-confirmation-details .shipment-details .shipment-address .value,
.order-confirmation-details .gifting-card .shipment-address .value, .order-confirmation-details .gifting-wrap .shipment-address .value, .order-confirmation-details .giftmessage-item .shipment-address .value, .order-confirmation-details .shipment-info .shipment-address .value {
  margin: 0 0 12px;
}
.order-confirmation-details .shipment-products .label, .order-confirmation-details .shipment-details .label,
.order-confirmation-details .gifting-card .label, .order-confirmation-details .gifting-wrap .label, .order-confirmation-details .giftmessage-item .label, .order-confirmation-details .shipment-info .label {
  font-size: 0.8125rem;
  letter-spacing: 1.3px;
}
.order-confirmation-details .shipment-products .value, .order-confirmation-details .shipment-details .value,
.order-confirmation-details .gifting-card .value, .order-confirmation-details .gifting-wrap .value, .order-confirmation-details .giftmessage-item .value, .order-confirmation-details .shipment-info .value {
  font-size: 0.8125rem;
}
.order-confirmation-details .shipment-products .greeting-value, .order-confirmation-details .shipment-details .greeting-value,
.order-confirmation-details .gifting-card .greeting-value, .order-confirmation-details .gifting-wrap .greeting-value, .order-confirmation-details .giftmessage-item .greeting-value, .order-confirmation-details .shipment-info .greeting-value {
  font-style: italic;
}
.order-confirmation-details .shipment-info-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.order-confirmation-details .shipment-info-details > div {
  margin: 0 5px 15px 0;
}
.order-confirmation-details .giftmessage-item {
  margin: 0 0 10px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .order-confirmation-details .giftmessage-item {
    max-width: 100%;
  }
}
.order-confirmation-details .giftmessage-item .item-image {
  margin: 0 10px 0 0;
  min-width: 80px;
  min-height: 80px;
}
.order-confirmation-details .giftmessage-item .item-image img {
  margin: 10% auto;
  display: block;
  width: 35px;
  border: solid 1px #f1f1f1;
}
.order-confirmation-details .gifting-options {
  display: -ms-flexbox;
  display: flex;
}
.order-confirmation-details .gifting-options > div {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .order-confirmation-details .gifting-options {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .order-confirmation-details .gifting-options > div {
    margin-top: 10px;
  }
}
.order-confirmation-details .gifting-card {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .order-confirmation-details .gifting-card {
    margin: 0;
  }
}
.order-confirmation-details .giftcard-item, .order-confirmation-details .giftmessage-item {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .order-confirmation-details .giftcard-item, .order-confirmation-details .giftmessage-item {
    margin: 0 0 15px;
  }
}
.order-confirmation-details .giftcard-item .item-image, .order-confirmation-details .giftmessage-item .item-image {
  margin: 0 10px 0 0;
  border: solid 1px #f1f1f1;
}
.order-confirmation-details .giftcard-item .item-image img, .order-confirmation-details .giftmessage-item .item-image img {
  max-width: 80px;
  max-height: 80px;
}
.order-confirmation-details .giftwrap-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.order-confirmation-details .giftwrap-item .item-image {
  margin: 0 10px 0 0;
  border: solid 1px #f1f1f1;
}
.order-confirmation-details .giftwrap-item .item-image img {
  max-width: 80px;
  max-height: 80px;
}
.order-confirmation-details .order-summary-item {
  margin: 0 0 0 20px;
  -ms-flex: 25%;
      flex: 25%;
}
@media only screen and (max-width: 1279px) {
  .order-confirmation-details .order-summary-item {
    -ms-flex: 33%;
        flex: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .order-confirmation-details .order-summary-item {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 0 20px;
  }
}
.order-confirmation-details .subtotal {
  margin: 0 0 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.order-confirmation-details .subtotal .label {
  font-family: GillSansNova-Medium;
  text-transform: capitalize;
  margin: 0 34px 0 0;
}
.order-confirmation-details .subtotal .value {
  font-family: GillSansNova-Bold;
  text-align: left;
}
.order-confirmation-details .subtotal.subscription-note {
  font-family: GillSansNova-Medium;
  margin: 10px 0;
  text-align: justify;
  font-size: 0.9375rem;
}
.order-confirmation-details .subtotal.ordertotal {
  margin: 10px 0 0;
}
.order-confirmation-details .subtotal .total-value, .order-confirmation-details .subtotal .total-label {
  font-family: GillSansNova-Bold;
  font-size: 1.25rem;
}
.order-confirmation-details .subtotal .total-label {
  margin: 0 15px 0 0;
}

#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;
}

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