.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0; }

input[placeholder] {
  text-overflow: ellipsis; }

header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
  color: var(--skin-link-color-2); }

.hide-order-discount {
  display: none; }

.hide-shipping-discount {
  display: none; }

.order-discount {
  color: #008827; }

.shipping-discount {
  color: #008827; }

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.error.continue-shopping {
  margin-bottom: 6.25em; }

.error-unassigned-category {
  color: #c00; }

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  transition: all 0.2s ease-in-out; }

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  transition: all 0.2s ease-in-out; }

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0; }

@media (max-width: 543.98px) {
  body.chat-overlay {
    overflow: hidden !important; } }

.line-item-attributes,
.line-item-option {
  font-size: 12px; }

.non-adjusted-price {
  display: none !important; }

.price {
  font-size: inherit; }
  .price .strike-through {
    display: inline-block; }

.live-chat-view-2 {
  padding: 13px; }
  .live-chat-view-2 .chat-img-cross-black {
    display: none; }
  @media (max-width: 543.98px) {
    .live-chat-view-2 {
      padding: 15px 50.5px;
      position: relative; }
      .live-chat-view-2.chat-view2-wrapper {
        padding: 0 13px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 100%; }
      .live-chat-view-2 .chat-img-cross-black {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 21px;
        opacity: 0.3;
        transform: scale(0.7);
        cursor: pointer; } }

@media (max-width: 543.98px) {
  .page.non-scrollable {
    overflow: hidden;
    position: fixed; } }

.shop-saksoff5th .modal-dialog {
  max-width: 748px; }
  .shop-saksoff5th .modal-dialog .modal-content {
    padding: 50px 60px;
    border: 0;
    border-radius: 0; }
    @media (max-width: 543.98px) {
      .shop-saksoff5th .modal-dialog .modal-content {
        height: 100vh;
        padding: 60px 34px;
        letter-spacing: 0.5px; } }

.shop-saksoff5th .modal-header {
  border: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0; }
  @media (max-width: 543.98px) {
    .shop-saksoff5th .modal-header {
      top: 18px;
      right: 18px; } }
  .shop-saksoff5th .modal-header button {
    margin: 0;
    padding: 0; }

.shop-saksoff5th .cancel-icon {
  display: inline-block; }

.shop-saksoff5th.show .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto; }
  @media (max-width: 543.98px) {
    .shop-saksoff5th.show .modal-dialog {
      top: 0;
      transform: none;
      margin: 0; } }

.shop-saksoff5th .modal-body {
  padding: 0;
  text-align: center; }
  .shop-saksoff5th .modal-body h2 {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 36px;
    margin: 0 0 17px;
    color: #000; }
    @media (max-width: 543.98px) {
      .shop-saksoff5th .modal-body h2 {
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 1; } }
  .shop-saksoff5th .modal-body p {
    font-size: 18px;
    color: #404040;
    padding: 0 7%;
    margin: 0 0 40px; }
    @media (max-width: 543.98px) {
      .shop-saksoff5th .modal-body p {
        font-size: 14px;
        padding: 0;
        line-height: 1.45; } }
  .shop-saksoff5th .modal-body button {
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    border-radius: 0; }

@media (max-width: 543.98px) {
  .shop-saksoff5th .modal-open .modal {
    paddig: 0 !important; } }

a:focus,
button:focus,
input[type='submit']:focus,
input[type='reset']:focus,
.btn:focus,
.btn-primary:focus,
.btn-secondary:focus,
.search-icon:focus,
.slick-next:focus,
.slick-prev:focus,
.tooltip-info:focus,
.remove-line-item .remove-btn:focus,
.quickview-close:focus,
.TTteaser__write-review:focus,
.wishlist-container-close:focus,
.promo-rewards-container [role='button']:focus,
.slick-current [role='button']:focus,
.slick-current .primary-image img:focus,
.quickview_container:focus,
.s7flyoutzoomview:focus,
.select-size-div:focus {
  outline: dashed;
  outline-offset: 5px;
  outline-color: #222;
  box-shadow: none;
  outline-width: 1px; }

.form-control:focus {
  outline: none;
  outline-offset: 0;
  outline-color: transparent;
  box-shadow: none;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #222 !important; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none !important; }

.slick-current .primary-image img:focus,
.quickview_container:focus {
  outline-offset: 0; }

.custom-radio input:focus + .custom-control-label::before,
.custom-checkbox input:focus + .custom-control-label::before {
  outline: none; }

#reset-password-email::-webkit-input-placeholder {
  color: #000; }

#reset-password-email:-ms-input-placeholder {
  color: #000; }

#reset-password-email::placeholder {
  color: #000; }

.quantity-field [type='number'],
.quantity-field [type='button'] {
  outline: none;
  outline-offset: 0;
  outline-color: transparent;
  box-shadow: none; }

.js-product-availability-qty .quantity-field.input-group button.btn-number:focus, .js-product-availability-qty .quantity-field.input-group button.btn-number:hover, .quantity-form .quantity-field.input-group button.btn-number:focus, .quantity-form .quantity-field.input-group button.btn-number:hover, .qty-bag-section .quantity-field.input-group button.btn-number:focus, .qty-bag-section .quantity-field.input-group button.btn-number:hover, .quantity .quantity-field.input-group button.btn-number:focus, .quantity .quantity-field.input-group button.btn-number:hover {
  background-color: transparent !important;
  border-color: #aaa !important; }

.js-product-availability-qty .quantity-field.input-group button.btn-number[disabled], .quantity-form .quantity-field.input-group button.btn-number[disabled], .qty-bag-section .quantity-field.input-group button.btn-number[disabled], .quantity .quantity-field.input-group button.btn-number[disabled] {
  border-color: #ddd !important; }
  @media (min-width: 1024px) {
    .js-product-availability-qty .quantity-field.input-group button.btn-number[disabled]:hover, .quantity-form .quantity-field.input-group button.btn-number[disabled]:hover, .qty-bag-section .quantity-field.input-group button.btn-number[disabled]:hover, .quantity .quantity-field.input-group button.btn-number[disabled]:hover {
      border-color: #ddd !important;
      background-color: transparent !important; } }
  .js-product-availability-qty .quantity-field.input-group button.btn-number[disabled].mobile-border-active, .quantity-form .quantity-field.input-group button.btn-number[disabled].mobile-border-active, .qty-bag-section .quantity-field.input-group button.btn-number[disabled].mobile-border-active, .quantity .quantity-field.input-group button.btn-number[disabled].mobile-border-active {
    border-color: #444 !important;
    background-color: #ddd !important; }

.js-product-availability-qty .quantity-field.input-group button.btn-number.desktop-hover-border, .js-product-availability-qty .quantity-field.input-group button.btn-number.mobile-border-active, .quantity-form .quantity-field.input-group button.btn-number.desktop-hover-border, .quantity-form .quantity-field.input-group button.btn-number.mobile-border-active, .qty-bag-section .quantity-field.input-group button.btn-number.desktop-hover-border, .qty-bag-section .quantity-field.input-group button.btn-number.mobile-border-active, .quantity .quantity-field.input-group button.btn-number.desktop-hover-border, .quantity .quantity-field.input-group button.btn-number.mobile-border-active {
  background-color: #ddd !important;
  border-color: #444 !important; }

.js-product-availability-qty .quantity-field.input-group input, .quantity-form .quantity-field.input-group input, .qty-bag-section .quantity-field.input-group input, .quantity .quantity-field.input-group input {
  border-color: #aaa !important; }
  .js-product-availability-qty .quantity-field.input-group input:focus, .quantity-form .quantity-field.input-group input:focus, .qty-bag-section .quantity-field.input-group input:focus, .quantity .quantity-field.input-group input:focus {
    border-color: #aaa !important; }
  .js-product-availability-qty .quantity-field.input-group input.focus-visible, .js-product-availability-qty .quantity-field.input-group input.desktop-hover-border, .js-product-availability-qty .quantity-field.input-group input:hover, .js-product-availability-qty .quantity-field.input-group input.mobile-border-active, .quantity-form .quantity-field.input-group input.focus-visible, .quantity-form .quantity-field.input-group input.desktop-hover-border, .quantity-form .quantity-field.input-group input:hover, .quantity-form .quantity-field.input-group input.mobile-border-active, .qty-bag-section .quantity-field.input-group input.focus-visible, .qty-bag-section .quantity-field.input-group input.desktop-hover-border, .qty-bag-section .quantity-field.input-group input:hover, .qty-bag-section .quantity-field.input-group input.mobile-border-active, .quantity .quantity-field.input-group input.focus-visible, .quantity .quantity-field.input-group input.desktop-hover-border, .quantity .quantity-field.input-group input:hover, .quantity .quantity-field.input-group input.mobile-border-active {
    border-color: #444 !important;
    background-color: transparent !important; }

.js-product-availability-qty .quantity-field.input-group button.btn-number:hover,
.chanel-pdp .quantity-field.input-group button.btn-number:hover {
  padding: 5px 6px !important; }

@media (max-width: 543.98px) {
  .product-details-page .live-chat-view-1 {
    display: none; }
  .product-details-page .footer-bottom-column {
    padding-bottom: 44px; } }

@media screen and (max-width: 767.98px) {
  .bfx-checkout-container .live-chat-view-1 {
    display: none; }
  .bfx-checkout-container .wishi-options-view-1 {
    display: none; } }

.collapsible-xl .content,
.collapsible-xl .card-body {
  display: none; }

.custom-form-spacing > .row {
  margin: 0 -7px; }
  .custom-form-spacing > .row > .col-1,
  .custom-form-spacing > .row > .col-2,
  .custom-form-spacing > .row > .col-3,
  .custom-form-spacing > .row > .col-4,
  .custom-form-spacing > .row > .col-5,
  .custom-form-spacing > .row > .col-6,
  .custom-form-spacing > .row > .col-7,
  .custom-form-spacing > .row > .col-8,
  .custom-form-spacing > .row > .col-9,
  .custom-form-spacing > .row > .col-10,
  .custom-form-spacing > .row > .col-11,
  .custom-form-spacing > .row > .col-12,
  .custom-form-spacing > .row > .col,
  .custom-form-spacing > .row > .col-auto,
  .custom-form-spacing > .row > .col-sm-1,
  .custom-form-spacing > .row > .col-sm-2,
  .custom-form-spacing > .row > .col-sm-3,
  .custom-form-spacing > .row > .col-sm-4,
  .custom-form-spacing > .row > .col-sm-5,
  .custom-form-spacing > .row > .col-sm-6,
  .custom-form-spacing > .row > .col-sm-7,
  .custom-form-spacing > .row > .col-sm-8,
  .custom-form-spacing > .row > .col-sm-9,
  .custom-form-spacing > .row > .col-sm-10,
  .custom-form-spacing > .row > .col-sm-11,
  .custom-form-spacing > .row > .col-sm-12,
  .custom-form-spacing > .row > .col-sm,
  .custom-form-spacing > .row > .col-sm-auto,
  .custom-form-spacing > .row > .col-md-1,
  .custom-form-spacing > .row > .col-md-2,
  .custom-form-spacing > .row > .col-md-3,
  .custom-form-spacing > .row > .col-md-4,
  .custom-form-spacing > .row > .col-md-5,
  .custom-form-spacing > .row > .col-md-6,
  .custom-form-spacing > .row > .col-md-7,
  .custom-form-spacing > .row > .col-md-8,
  .custom-form-spacing > .row > .col-md-9,
  .custom-form-spacing > .row > .col-md-10,
  .custom-form-spacing > .row > .col-md-11,
  .custom-form-spacing > .row > .col-md-12,
  .custom-form-spacing > .row > .col-md,
  .custom-form-spacing > .row > .col-md-auto,
  .custom-form-spacing > .row > .col-lg-1,
  .custom-form-spacing > .row > .col-lg-2,
  .custom-form-spacing > .row > .col-lg-3,
  .custom-form-spacing > .row > .col-lg-4,
  .custom-form-spacing > .row > .col-lg-5,
  .custom-form-spacing > .row > .col-lg-6,
  .custom-form-spacing > .row > .col-lg-7,
  .custom-form-spacing > .row > .col-lg-8,
  .custom-form-spacing > .row > .col-lg-9,
  .custom-form-spacing > .row > .col-lg-10,
  .custom-form-spacing > .row > .col-lg-11,
  .custom-form-spacing > .row > .col-lg-12,
  .custom-form-spacing > .row > .col-lg,
  .custom-form-spacing > .row > .col-lg-auto,
  .custom-form-spacing > .row > .col-xl-1,
  .custom-form-spacing > .row > .col-xl-2,
  .custom-form-spacing > .row > .col-xl-3,
  .custom-form-spacing > .row > .col-xl-4,
  .custom-form-spacing > .row > .col-xl-5,
  .custom-form-spacing > .row > .col-xl-6,
  .custom-form-spacing > .row > .col-xl-7,
  .custom-form-spacing > .row > .col-xl-8,
  .custom-form-spacing > .row > .col-xl-9,
  .custom-form-spacing > .row > .col-xl-10,
  .custom-form-spacing > .row > .col-xl-11,
  .custom-form-spacing > .row > .col-xl-12,
  .custom-form-spacing > .row > .col-xl,
  .custom-form-spacing > .row > .col-xl-auto {
    padding: 0 7px; }

.veil {
  z-index: 1001; }
  .veil .underlay {
    opacity: 0.3;
    background-color: #fff; }

.btn {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }

.inline-link {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
  text-transform: capitalize;
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .inline-link:hover {
    text-decoration: none; }

.editorial-link {
  font-size: 14px;
  line-height: 1.22;
  text-decoration: none;
  border-bottom: 3px solid;
  padding: 0 0 2px;
  text-transform: uppercase;
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .editorial-link:hover {
    padding: 6.5px 10px;
    border-bottom: none;
    background-color: #444;
    color: #fff; }

.shipping-discount {
  color: #d41026; }

.link-with-icon {
  font-size: 14px;
  line-height: 1.22;
  text-decoration: none;
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .link-with-icon:hover {
    text-decoration: none; }

.modal-open .back-to-top {
  display: none !important; }

body.modal-open, body.overlay {
  overflow: hidden !important; }

.no-mouse-events {
  pointer-events: none; }

.generic-error {
  color: #ed0c0c; }

.standalone-link {
  font-size: 14px;
  line-height: 1.22;
  text-decoration: none;
  border-bottom: 1px solid;
  text-transform: capitalize;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #000;
  letter-spacing: 0.25px; }
  .standalone-link:hover {
    text-decoration: none;
    border-bottom: none; }

.spinner2,
.spinner {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  opacity: 1;
  animation: none;
  animation-play-state: running;
  z-index: 2100; }
  .spinner2.-paused,
  .spinner.-paused {
    animation-play-state: paused;
    opacity: 0.4;
    transition: opacity cubic-bezier(0.2, 0, 0.8, 1) 0.1s; }
  .spinner2 .dot1,
  .spinner2 .dot3,
  .spinner2 .dot4,
  .spinner2 .dot2,
  .spinner .dot1,
  .spinner .dot3,
  .spinner .dot4,
  .spinner .dot2 {
    display: none; }
  .spinner2::before,
  .spinner::before {
    content: '';
    animation: 0.75s cubic-bezier(0.2, 0, 0.8, 1) infinite spinner;
    animation-play-state: inherit;
    border: solid 4px rgba(238, 238, 238, 0.66);
    border-bottom-color: #000;
    border-radius: 50%;
    height: 60px;
    left: 50%;
    opacity: inherit;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 60px;
    will-change: transform; }

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

.wishlist-cart-slider .veil .underlay {
  opacity: 0; }

.live-chat-view-1 {
  position: fixed;
  z-index: 999;
  bottom: 14px;
  left: 19.5px; }
  @media (max-width: 543.98px) {
    .live-chat-view-1 {
      left: 18px; } }
  .live-chat-view-1 .background {
    background-color: #000;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px; }
    .live-chat-view-1 .background .chat-img,
    .live-chat-view-1 .background .chat-img-cross {
      position: absolute;
      transform: scale(0.9);
      display: inline-block; }
    .live-chat-view-1 .background .chat-img {
      left: 6px;
      top: 7px;
      transform: scale(0.8);
      background-position: initial;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='26px' viewBox='0 0 28 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons-/-Chatbot-/-Chat-Closed' transform='translate(-7.000000, -10.000000)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(7.000000, 10.000000)'%3E%3Cg id='Group-2' transform='translate(5.500000, 7.400000)'%3E%3Cpath d='M14.5083018,1 C13.6344305,1 13,1.63091571 13,2.49957995 C13,3.35480258 13.6405476,4 14.4908244,4 C15.3646956,4 16,3.36908429 16,2.49957995 C16,1.63091571 15.3725604,1 14.5083018,1' id='Fill-5' transform='translate(14.500000, 2.500000) rotate(3.000000) translate(-14.500000, -2.500000) '%3E%3C/path%3E%3Cpath d='M8.50830178,1 C7.63443053,1 7,1.63091571 7,2.49957995 C7,3.35480258 7.64054763,4 8.49082435,4 C9.3646956,4 10,3.36908429 10,2.49957995 C10,1.63091571 9.37256044,1 8.50830178,1' id='Fill-5-Copy' transform='translate(8.500000, 2.500000) rotate(3.000000) translate(-8.500000, -2.500000) '%3E%3C/path%3E%3Cpath d='M2.50830178,1 C1.63443053,1 1,1.63091571 1,2.49957995 C1,3.35480258 1.64054763,4 2.49082435,4 C3.3646956,4 4,3.36908429 4,2.49957995 C4,1.63091571 3.37256044,1 2.50830178,1' id='Fill-5-Copy-2' transform='translate(2.500000, 2.500000) rotate(3.000000) translate(-2.500000, -2.500000) '%3E%3C/path%3E%3C/g%3E%3Cpath d='M21.277781,0 C21.4886746,0 21.7030794,0.0120877324 21.9504085,0.0384025193 L22.1425382,0.060839609 L22.3630286,0.092836546 C25.5259766,0.605247755 27.8928271,3.31299333 27.9964585,6.49657153 L28,6.71435084 L28,12.8568963 C28,16.4802312 25.0939174,19.4541559 21.4902708,19.5671976 L21.2775037,19.5705307 L11.935875,19.5665964 L5.50480655,26 L5.504625,19.4533386 L5.22081374,19.3959152 C2.3431365,18.7362597 0.211601828,16.2468247 0.0148528994,13.3024619 L0.00355455003,13.0750983 L0,12.8568963 L0,6.71435084 C0,3.09086013 2.90623475,0.116396118 6.50947631,0.00333370419 L6.72221897,0 L21.277781,0 Z M21.277781,0.871214053 L6.72221897,0.871214053 C3.57436422,0.871214053 0.987219564,3.38895721 0.878553316,6.50997084 L0.874884926,6.71435084 L0.874884926,12.8427673 L0.878093682,13.0468257 C0.961689424,15.6103077 2.73790527,17.8269442 5.17805586,18.4878989 L5.3950601,18.5421504 L6.37960526,18.7413529 L6.379625,23.8888645 L11.5723863,18.6952292 L21.2775037,18.6993166 C24.4257962,18.6993167 27.0127874,16.1820964 27.1214469,13.0612649 L27.125,12.8568963 L27.125,6.71435084 C27.125,3.93551978 25.1370557,1.53123488 22.4452604,0.992665478 L22.2368326,0.954942113 L22.0323858,0.925122632 C21.7947445,0.895096899 21.5981585,0.878610848 21.4140087,0.873217458 L21.277781,0.871214053 Z' id='Combined-Shape' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .live-chat-view-1 .background .chat-img-cross {
      left: 45%;
      top: 45%;
      transform: scale(0.8) translate(-50%, -50%); }

.wishi-options-view-1 {
  position: fixed;
  z-index: 999;
  bottom: 14px;
  right: 19.5px; }
  .wishi-options-view-1 .background {
    background-color: #000;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 56px;
    height: 56px; }
    .wishi-options-view-1 .background .chat-img,
    .wishi-options-view-1 .background .chat-img-cross {
      position: absolute;
      transform: scale(1);
      display: inline-block; }
    .wishi-options-view-1 .background .chat-img {
      left: 14px;
      top: 15px;
      background-position: initial;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='26px' viewBox='0 0 28 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons-/-Chatbot-/-Chat-Closed' transform='translate(-7.000000, -10.000000)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(7.000000, 10.000000)'%3E%3Cg id='Group-2' transform='translate(5.500000, 7.400000)'%3E%3Cpath d='M14.5083018,1 C13.6344305,1 13,1.63091571 13,2.49957995 C13,3.35480258 13.6405476,4 14.4908244,4 C15.3646956,4 16,3.36908429 16,2.49957995 C16,1.63091571 15.3725604,1 14.5083018,1' id='Fill-5' transform='translate(14.500000, 2.500000) rotate(3.000000) translate(-14.500000, -2.500000) '%3E%3C/path%3E%3Cpath d='M8.50830178,1 C7.63443053,1 7,1.63091571 7,2.49957995 C7,3.35480258 7.64054763,4 8.49082435,4 C9.3646956,4 10,3.36908429 10,2.49957995 C10,1.63091571 9.37256044,1 8.50830178,1' id='Fill-5-Copy' transform='translate(8.500000, 2.500000) rotate(3.000000) translate(-8.500000, -2.500000) '%3E%3C/path%3E%3Cpath d='M2.50830178,1 C1.63443053,1 1,1.63091571 1,2.49957995 C1,3.35480258 1.64054763,4 2.49082435,4 C3.3646956,4 4,3.36908429 4,2.49957995 C4,1.63091571 3.37256044,1 2.50830178,1' id='Fill-5-Copy-2' transform='translate(2.500000, 2.500000) rotate(3.000000) translate(-2.500000, -2.500000) '%3E%3C/path%3E%3C/g%3E%3Cpath d='M21.277781,0 C21.4886746,0 21.7030794,0.0120877324 21.9504085,0.0384025193 L22.1425382,0.060839609 L22.3630286,0.092836546 C25.5259766,0.605247755 27.8928271,3.31299333 27.9964585,6.49657153 L28,6.71435084 L28,12.8568963 C28,16.4802312 25.0939174,19.4541559 21.4902708,19.5671976 L21.2775037,19.5705307 L11.935875,19.5665964 L5.50480655,26 L5.504625,19.4533386 L5.22081374,19.3959152 C2.3431365,18.7362597 0.211601828,16.2468247 0.0148528994,13.3024619 L0.00355455003,13.0750983 L0,12.8568963 L0,6.71435084 C0,3.09086013 2.90623475,0.116396118 6.50947631,0.00333370419 L6.72221897,0 L21.277781,0 Z M21.277781,0.871214053 L6.72221897,0.871214053 C3.57436422,0.871214053 0.987219564,3.38895721 0.878553316,6.50997084 L0.874884926,6.71435084 L0.874884926,12.8427673 L0.878093682,13.0468257 C0.961689424,15.6103077 2.73790527,17.8269442 5.17805586,18.4878989 L5.3950601,18.5421504 L6.37960526,18.7413529 L6.379625,23.8888645 L11.5723863,18.6952292 L21.2775037,18.6993166 C24.4257962,18.6993167 27.0127874,16.1820964 27.1214469,13.0612649 L27.125,12.8568963 L27.125,6.71435084 C27.125,3.93551978 25.1370557,1.53123488 22.4452604,0.992665478 L22.2368326,0.954942113 L22.0323858,0.925122632 C21.7947445,0.895096899 21.5981585,0.878610848 21.4140087,0.873217458 L21.277781,0.871214053 Z' id='Combined-Shape' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .wishi-options-view-1 .background .chat-img-cross {
      left: 50%;
      top: 50%;
      transform: scale(1) translate(-50%, -50%); }

@media (max-width: 543.98px) {
  body.cart-page .live-chat-view-1 {
    bottom: 90px; } }

.wishi-options-content {
  width: 317px;
  border: 2px solid #ddd;
  position: fixed;
  bottom: 98px;
  right: 23px;
  background-color: #fff;
  z-index: 1000;
  padding: 18px 3px 3px; }
  .wishi-options-content:after, .wishi-options-content:before {
    top: 100%;
    left: 93%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .wishi-options-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px; }
  .wishi-options-content:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ddd;
    border-width: 17px;
    margin-left: -17px; }
  .wishi-options-content .wishi-options-header {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.29px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .wishi-options-content .wishi-options-header .wishi-hi-first-name, .wishi-options-content .wishi-options-header .wishi-hi-first-name + div {
      font-size: 14px; }
  @media (min-width: 1023.99px) {
    .wishi-options-content {
      width: 317px;
      right: 23px;
      bottom: 98px;
      border: 2px solid #ddd; } }
  .wishi-options-content .wishi-options-view-2 .wishi-options-header {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.29px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .wishi-options-content .wishi-options-view-2 .wishi-options-header .wishi-hi-first-name, .wishi-options-content .wishi-options-view-2 .wishi-options-header .wishi-hi-first-name + div {
      font-size: 14px; }
  @media (max-width: 543.98px) {
    .wishi-options-content .wishi-options-view-2 .chat-img-cross-black {
      opacity: 1;
      transform: none;
      margin-right: 0; } }

@media screen and (max-width: 780px) {
  body.wishi-chat-opened {
    overflow: hidden; } }

.wishi-chat-content {
  width: 380px;
  border: 2px solid #ddd;
  border-top: 4px solid #000;
  position: fixed;
  bottom: 17px;
  right: 19.5px;
  background-color: #fff;
  z-index: 1000;
  min-height: 100px; }
  @media screen and (max-width: 780px) {
    .wishi-chat-content {
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-top: 2px solid #ddd; } }
  .wishi-chat-content .cancel-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .wishi-chat-content .cancel-icon .close {
      transform: scale(0.75) translate(7px, -7px);
      margin-right: 15px;
      margin-top: 25px; }

.live-chat-content {
  width: 300px;
  border: 2px solid #ddd;
  position: fixed;
  bottom: 77px;
  left: 12px;
  background-color: #fff;
  z-index: 1000; }
  @media screen and (max-width: 767.98px) {
    .live-chat-content {
      height: 60vh;
      overflow: scroll;
      bottom: 110px; } }
  @media (max-width: 543.98px) {
    .live-chat-content {
      width: 100%;
      height: 100%;
      overflow: auto;
      left: 0;
      bottom: 0; } }
  @media (min-width: 1023.99px) {
    .live-chat-content {
      width: 324px;
      left: 19.5px;
      bottom: 71px;
      border: 2px solid #ddd; }
      .live-chat-content .live-chat-view-2 {
        padding: 20px; } }
  @media (max-width: 543.98px) {
    .live-chat-content .live-chat-view-2 {
      padding: 15px 45px; }
      .live-chat-content .live-chat-view-2 .chat-img-cross-black {
        opacity: 1;
        transform: none;
        margin-right: 0; } }

.svg-svg-chat-icon {
  background: url("../../images/chat-icon.svg"); }

.svg-svg-chat-icon-dims {
  width: 16px;
  height: 15px; }

.svg-svg-call-us-icon {
  background: url("../../images/call-us.svg"); }

.svg-svg-call-us-icon-dims {
  width: 16px;
  height: 16px; }

.wishi-chat {
  text-align: center; }
  @media (max-width: 543.98px) {
    .wishi-chat {
      width: 100%; } }
  .wishi-chat .wishi-options-links {
    position: relative;
    padding-top: 20px; }
    .wishi-chat .wishi-options-links .wishi-item {
      background-color: #eee;
      margin-bottom: 2.5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 17px 0;
      font-size: 12px;
      text-align: left;
      cursor: pointer; }
      .wishi-chat .wishi-options-links .wishi-item .background {
        background-color: #fff;
        border-radius: 50px;
        position: relative;
        width: 48px;
        height: 48px;
        margin: 0 10px;
        border: black 1px solid; }
        .wishi-chat .wishi-options-links .wishi-item .background .svg-wishi-chat {
          position: absolute;
          background: url("../../images/wishi-chat.svg");
          top: 19%;
          left: 18%;
          width: 30px;
          height: 28px; }
        .wishi-chat .wishi-options-links .wishi-item .background .svg-wishi-hanger {
          position: absolute;
          background: url("../../images/wishi-hanger.svg");
          top: 21%;
          left: 14%;
          width: 34px;
          height: 21px; }
        .wishi-chat .wishi-options-links .wishi-item .background .svg-wishi-stylist {
          position: absolute;
          background: url("../../images/wishi-stylist.svg");
          left: 25%;
          top: 22%;
          width: 30px;
          height: 27px; }
      .wishi-chat .wishi-options-links .wishi-item a {
        color: #000; }
        .wishi-chat .wishi-options-links .wishi-item a:hover {
          text-decoration: none; }
      .wishi-chat .wishi-options-links .wishi-item p {
        margin-bottom: 0; }
      .wishi-chat .wishi-options-links .wishi-item p:first-child {
        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: 700; }
      .wishi-chat .wishi-options-links .wishi-item p:last-child {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .wishi-chat .wishi-options-links .wishi-item:last-child {
      margin-bottom: 0; }
    .wishi-chat .wishi-options-links .wishi-item.disabled {
      pointer-events: none;
      color: #aaa; }
      .wishi-chat .wishi-options-links .wishi-item.disabled .background {
        border-color: #aaa; }
        .wishi-chat .wishi-options-links .wishi-item.disabled .background .svg-wishi-stylist {
          opacity: 0.5; }

.live-chat {
  text-align: center; }
  @media (max-width: 543.98px) {
    .live-chat {
      width: 100%; } }
  .live-chat .name {
    font-size: 28px;
    line-height: 32px;
    margin: 44px 0 10px; }
    .live-chat .name .chat-name {
      text-transform: capitalize; }
  .live-chat .welcome-text {
    margin-bottom: 44px;
    line-height: 20px; }
  .live-chat .btn-block {
    margin-bottom: 10px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0 23px; }
    @media (max-width: 543.98px) {
      .live-chat .btn-block {
        margin-bottom: 20px; } }
  .live-chat .customer-service,
  .live-chat .call-customer-service,
  .live-chat .call-customer-service-saks {
    font-size: 12px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #777;
    letter-spacing: 0.2px;
    padding: 18px 15px 14px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    cursor: pointer; }
    .live-chat .customer-service .arrow-left,
    .live-chat .call-customer-service .arrow-left,
    .live-chat .call-customer-service-saks .arrow-left {
      display: block;
      float: left; }
    .live-chat .customer-service .chat-img-cross-black,
    .live-chat .call-customer-service .chat-img-cross-black,
    .live-chat .call-customer-service-saks .chat-img-cross-black {
      display: none; }
    @media (max-width: 543.98px) {
      .live-chat .customer-service,
      .live-chat .call-customer-service,
      .live-chat .call-customer-service-saks {
        font-size: 14px;
        letter-spacing: 0.23px;
        padding: 21px 15px; }
        .live-chat .customer-service .chat-img-cross-black,
        .live-chat .call-customer-service .chat-img-cross-black,
        .live-chat .call-customer-service-saks .chat-img-cross-black {
          transform: scale(0.7);
          opacity: 0.3;
          display: block;
          float: right;
          cursor: pointer;
          margin-right: 10px; } }
  .live-chat .customer-service,
  .live-chat .call-customer-service {
    font-size: 14px;
    color: #000;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 0.25px;
    line-height: 20px;
    padding: 15px 0;
    margin: 0 20px;
    border-bottom: 1px solid #aaa; }
    .live-chat .customer-service .arrow-left,
    .live-chat .call-customer-service .arrow-left {
      transform: rotate(180deg) scale(0.715);
      margin: -4px 0 0 -4px; }
    .live-chat .customer-service .chat-img-cross-black,
    .live-chat .call-customer-service .chat-img-cross-black {
      opacity: 1;
      transform: none;
      margin-right: 0; }
  .live-chat .we-are-here-text {
    line-height: 32px;
    font-size: 28px;
    padding: 28px 0 12px; }
    .live-chat .we-are-here-text.we-are-here {
      padding-top: 75px; }
  .live-chat .connect-text {
    color: #000;
    padding-bottom: 0; }
    @media (max-width: 543.98px) {
      .live-chat .connect-text {
        padding-bottom: 0; } }
  .live-chat .chat-service-links {
    position: relative;
    padding: 17px 20px 12px; }
    .live-chat .chat-service-links .customer-service-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-transform: uppercase;
      letter-spacing: 0.25px;
      line-height: 18px;
      padding: 17px 0;
      border-bottom: 1px solid #aaa;
      font-weight: bold; }
      .live-chat .chat-service-links .customer-service-link:hover {
        text-decoration: underline; }
      .live-chat .chat-service-links .customer-service-link:last-child {
        border: none; }
      .live-chat .chat-service-links .customer-service-link.customer-service-call-link {
        position: relative; }
        .live-chat .chat-service-links .customer-service-link.customer-service-call-link .icon-image.arrow-right {
          right: 6px;
          top: 50%;
          transform: translateY(-50%); }
      .live-chat .chat-service-links .customer-service-link a {
        color: #000; }
        .live-chat .chat-service-links .customer-service-link a:hover {
          text-decoration: none; }
      .live-chat .chat-service-links .customer-service-link .chat-offline-img,
      .live-chat .chat-service-links .customer-service-link .chat-online-img,
      .live-chat .chat-service-links .customer-service-link .online-text,
      .live-chat .chat-service-links .customer-service-link .offline-text {
        display: none; }
      .live-chat .chat-service-links .customer-service-link .arrow-right {
        right: 20px; }
        @media (max-width: 543.98px) {
          .live-chat .chat-service-links .customer-service-link .arrow-right {
            right: 45px; } }
      .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline {
        cursor: default; }
        .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline:hover {
          color: #000; }
        .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline .chat-offline-img,
        .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline .offline-text {
          display: inline-block;
          margin: 0 32px 0 0; }
        .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline .chat-offline-img {
          transform: scale(0.8); }
      .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-online .chat-online-img,
      .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-online .online-text {
        display: inline-block;
        margin-right: 11px; }
      .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-online .chat-online-img {
        margin-right: 28px; }
    .live-chat .chat-service-links .offline-text {
      color: #000; }
      .live-chat .chat-service-links .offline-text:hover {
        color: #000; }
      .live-chat .chat-service-links .offline-text span {
        font-size: 14px; }
    .live-chat .chat-service-links .icon-image {
      float: left;
      margin: 0 37px 0 3px; }
      .live-chat .chat-service-links .icon-image.faq-img {
        margin: 0 36px 0 0; }
      .live-chat .chat-service-links .icon-image.arrow-right {
        position: absolute;
        right: 26px;
        margin: 0; }
    .live-chat .chat-service-links .svg-44-avenue-Email {
      margin: 0 30px 0 0;
      transform: scale(0.824); }
  .live-chat .call-info-wrapper {
    padding: 44px 20px 17px; }
    .live-chat .call-info-wrapper.call-main {
      padding: 36px 20px 52px; }
    @media (max-width: 543.98px) {
      .live-chat .call-info-wrapper {
        padding: 130px 32px 10px; } }
    .live-chat .call-info-wrapper .call-info {
      text-align: left;
      margin-bottom: 27px;
      color: #000; }
      @media (max-width: 543.98px) {
        .live-chat .call-info-wrapper .call-info {
          margin-bottom: 34px; } }
      .live-chat .call-info-wrapper .call-info:last-child {
        margin-bottom: 0; }
      .live-chat .call-info-wrapper .call-info a {
        border-bottom: 1px solid #000;
        font-size: 12px;
        padding-bottom: 2.5px; }
        .live-chat .call-info-wrapper .call-info a:hover {
          text-decoration: none; }
      .live-chat .call-info-wrapper .call-info .heading {
        text-transform: capitalize;
        line-height: 20px;
        margin-bottom: 5px;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: bold; }
      .live-chat .call-info-wrapper .call-info .phone-no {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        line-height: 18px;
        letter-spacing: 0.25px; }
      .live-chat .call-info-wrapper .call-info .timing {
        color: #e5e5e5;
        font-size: 12px; }
  .live-chat .stylist-btn {
    padding-bottom: 90px; }
    .live-chat .stylist-btn .arrow-img {
      display: block;
      float: right;
      margin: 7px 0 0; }
  .live-chat .customer-service-btn .customer-service-button {
    line-height: 1.4;
    white-space: normal;
    padding: 12px; }

@media (max-width: 543.98px) {
  .wishi-enabled .live-chat .call-customer-service .chat-img-cross-black {
    display: none; } }

.small-text {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #000; }

.welcome-account-header .user-message,
.user .user-message,
.profile-details .profile-into {
  display: inline-block;
  text-transform: capitalize; }

.user .user-message .sigin {
  text-transform: capitalize !important; }

.profile-details .profile-into {
  display: block; }

a {
  color: #000;
  letter-spacing: 0.25px; }
  a:hover {
    color: #000; }

.back-to-top {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 0;
  width: 42px;
  height: 42px;
  position: fixed;
  border: 0 none;
  display: none;
  bottom: 19.5px;
  right: 19.5px; }
  @media (max-width: 543.98px) {
    .back-to-top {
      right: 18px;
      bottom: 18px; } }
  .back-to-top.active {
    display: inline-block;
    z-index: 999; }
  .back-to-top:hover {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 0;
    width: 42px;
    height: 42px; }

.hbc-alert-info {
  background-color: #f3f3f3;
  border: 1px solid #eaeaea; }

.hbc-alert-warn {
  background-color: #fefbef; }

.hbc-alert-error {
  background-color: #fff3f3;
  border: 1px solid #ffe6e6; }

.hbc-alert-info,
.hbc-alert-warn,
.hbc-alert-error {
  display: inline-block;
  word-break: break-word;
  width: 100%;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.25px;
  padding: 9px 15px;
  margin: 5px 0 16px;
  border-radius: 2px; }
  .hbc-alert-info .close,
  .hbc-alert-warn .close,
  .hbc-alert-error .close {
    padding: 5px; }

.hide-womens :not([class*=' d-']).show-in-mens {
  display: -ms-flexbox !important;
  display: flex !important; }
  .hide-womens :not([class*=' d-']).show-in-mens.show-in-womens {
    display: -ms-flexbox !important;
    display: flex !important; }

.hide-womens li:not([class*=' d-']).show-in-mens {
  display: list-item !important; }
  .hide-womens li:not([class*=' d-']).show-in-mens.show-in-womens {
    display: list-item !important; }

.hide-womens .show-in-womens {
  display: none !important; }

.hide-mens :not([class*=' d-']).show-in-womens {
  display: -ms-flexbox !important;
  display: flex !important; }
  .hide-mens :not([class*=' d-']).show-in-womens.show-in-mens {
    display: -ms-flexbox !important;
    display: flex !important; }

.hide-mens li:not([class*=' d-']).show-in-womens {
  display: list-item !important; }
  .hide-mens li:not([class*=' d-']).show-in-womens.show-in-mens {
    display: list-item !important; }

.hide-mens .show-in-mens {
  display: none !important; }

.account-merge {
  color: #444;
  font-size: 12px;
  background: #fff5cc;
  width: 100%;
  display: inline-block;
  line-height: 2.1;
  margin: 4px 0 18px;
  background: #fefbef;
  border: solid 1px #faf4da;
  border-radius: 2px;
  letter-spacing: 0.25px;
  padding: 5px;
  text-align: center; }
  @media (max-width: 543.98px) {
    .account-merge {
      position: relative;
      line-height: 1.2;
      padding: 10px 25px; } }
  .account-merge .close {
    position: relative;
    opacity: 0.5;
    cursor: pointer;
    transform: scale(0.44);
    right: 0; }
    @media (max-width: 543.98px) {
      .account-merge .close {
        position: absolute;
        top: 6px; } }

.pli-limitmsg-modal-main {
  padding-right: 0 !important; }
  .pli-limitmsg-modal-main .modal-dialog {
    max-width: 450px; }
  .pli-limitmsg-modal-main .pli-limitmsg-modal-header {
    border: none;
    padding-bottom: 10px; }
  .pli-limitmsg-modal-main .pli-limitmsg-modal-body {
    width: 82%;
    margin: 30px auto 0;
    text-align: center;
    padding: 0;
    letter-spacing: 0.25px; }
    @media (max-width: 543.98px) {
      .pli-limitmsg-modal-main .pli-limitmsg-modal-body {
        width: 77%; } }
  .pli-limitmsg-modal-main .close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    margin: 0;
    transform: scale(0.75); }
    @media (max-width: 543.98px) {
      .pli-limitmsg-modal-main .close {
        right: 20px;
        top: 20px; } }
  .pli-limitmsg-modal-main .modal-footer {
    border: none;
    padding: 1.929rem 1rem 3rem; }
  .pli-limitmsg-modal-main .pli-limitmsg-ok {
    margin: 0 auto !important;
    -ms-flex-preferred-size: 47.2%;
        flex-basis: 47.2%; }
    @media (max-width: 543.98px) {
      .pli-limitmsg-modal-main .pli-limitmsg-ok {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }

.waitlist-form-saksplus .soldout-msg {
  display: none; }

.sdd-bold-msg {
  font-weight: bold;
  padding-left: 0; }

.alert,
.alert-success,
.alert-info,
.alert-warning,
.alert-danger,
.alert-info-static,
.alert-warning-static,
.alert-danger-static {
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 8px 31px 9px;
  line-height: 18px;
  margin-bottom: 20px;
  position: relative; }
  .alert:before,
  .alert-success:before,
  .alert-info:before,
  .alert-warning:before,
  .alert-danger:before,
  .alert-info-static:before,
  .alert-warning-static:before,
  .alert-danger-static:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(50%, -50%); }
  .alert .close,
  .alert-success .close,
  .alert-info .close,
  .alert-warning .close,
  .alert-danger .close,
  .alert-info-static .close,
  .alert-warning-static .close,
  .alert-danger-static .close {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -198px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: scale(1.1) translate(50%, -50%); }

.alert-success {
  background-color: #fcfff7;
  border-color: #ecf2e1; }
  .alert-success:before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1243px;
    width: 19px;
    height: 19px; }

.alert-info,
.alert-info-static {
  background-color: #f3f3f3;
  border-color: #eaeaea; }
  .alert-info:before,
  .alert-info-static:before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1224px;
    width: 19px;
    height: 19px; }

.alert-warning,
.alert-warning-static {
  background-color: #fefbef;
  border-color: #faf4da; }
  .alert-warning:before,
  .alert-warning-static:before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1262px;
    width: 23px;
    height: 23px;
    left: -4px; }

.alert-danger,
.alert-danger-static {
  background-color: #fff3f3;
  border-color: #ffe6e6; }
  .alert-danger:before,
  .alert-danger-static:before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1205px;
    width: 19px;
    height: 19px; }

.alert-info-static:before,
.alert-warning-static:before,
.alert-danger-static:before {
  display: none; }

.alert-info-static:before {
  display: none; }

.svg-svg-12-check-thick-dims {
  width: 0px;
  height: 0px; }

#sf-widget-companion-wrapper {
  display: none !important; }

.price .strike-through,
.pricing {
  font-size: 12px;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #000; }
  .price .strike-through .bold,
  .pricing .bold {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }

.menu-main-item::after {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -1816px;
  width: 24px;
  height: 16px; }

.livechat-wrapper {
  position: relative; }
  .filters-visible .livechat-wrapper {
    display: none; }
  @media screen and (max-height: 400px) {
    .livechat-wrapper {
      display: none; } }

.wishi-options-wrapper {
  position: relative; }
  .filters-visible .wishi-options-wrapper {
    display: none; }
  @media screen and (max-height: 400px) {
    .wishi-options-wrapper {
      display: none; } }

.wishi-chat-wrapper {
  position: relative; }
  .wishi-chat-wrapper #wishi-chat-root {
    height: 100%; }
  .wishi-chat-wrapper .chat-header {
    min-height: 60px; }
  @media screen and (min-width: 780px) {
    .wishi-chat-wrapper .wishi-chat .session-styling {
      max-height: 440px; } }
  @media screen and (max-height: 400px) {
    .wishi-chat-wrapper {
      display: none; } }

.liveChat-btn {
  cursor: pointer; }

.wishi-icon-btn {
  cursor: pointer; }

.cart-merge-text {
  vertical-align: middle;
  line-height: 26px; }

@media (min-width: 1023.99px) {
  .sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: top 200ms cubic-bezier(0.45, 0, 0.55, 1); } }

.waitlist-form-saksplus .wait-list-phone {
  display: none; }

@media (max-width: 543.98px) {
  .page-not-found,
  .error-page-main {
    padding: 0 20px; } }

.page-not-found .error-page-heading,
.error-page-main .error-page-heading {
  margin: 105px 0 0;
  font-size: 14px;
  line-height: normal; }
  @media (max-width: 543.98px) {
    .page-not-found .error-page-heading,
    .error-page-main .error-page-heading {
      padding: 0 22px;
      margin-top: 72px; } }
  @media (max-width: 1023.98px) {
    .page-not-found .error-page-heading,
    .error-page-main .error-page-heading {
      margin: 50px 0 0; } }
  .page-not-found .error-page-heading .error-text,
  .error-page-main .error-page-heading .error-text {
    line-height: 1.3;
    letter-spacing: 0.35px;
    color: #000;
    margin: 0; }
    @media (max-width: 543.98px) {
      .page-not-found .error-page-heading .error-text,
      .error-page-main .error-page-heading .error-text {
        padding: 0 30px; } }
  .page-not-found .error-page-heading .try-again,
  .error-page-main .error-page-heading .try-again {
    font-family: "Moneta-Regular", "Times New Roman", times, serif;
    font-size: 28px;
    letter-spacing: 1.2px;
    line-height: 32px;
    margin-bottom: 14px;
    display: block; }
    @media (max-width: 1023.98px) {
      .page-not-found .error-page-heading .try-again,
      .error-page-main .error-page-heading .try-again {
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 30px; } }
  .page-not-found .error-page-heading .error-occured,
  .error-page-main .error-page-heading .error-occured {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    display: inline-block; }
    @media (max-width: 543.98px) {
      .page-not-found .error-page-heading .error-occured,
      .error-page-main .error-page-heading .error-occured {
        padding: 0 5px; } }

.page-not-found .continue-btn-main,
.error-page-main .continue-btn-main {
  margin: 0 auto;
  max-width: 234px;
  padding: 0; }
  @media (max-width: 543.98px) {
    .page-not-found .continue-btn-main,
    .error-page-main .continue-btn-main {
      max-width: 335px; } }
  .page-not-found .continue-btn-main .continue-shopping,
  .error-page-main .continue-btn-main .continue-shopping {
    margin: 25px 0 0; }
    @media (max-width: 1023.98px) {
      .page-not-found .continue-btn-main .continue-shopping,
      .error-page-main .continue-btn-main .continue-shopping {
        margin: 27px 0 55px; } }
    @media (max-width: 543.98px) {
      .page-not-found .continue-btn-main .continue-shopping,
      .error-page-main .continue-btn-main .continue-shopping {
        margin: 26px 0 52px; } }

body.wishi-enabled .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important; }
  body.wishi-enabled .grecaptcha-badge:hover {
    width: 256px !important; }

.adobelaunch__googlead {
  margin-top: 72px; }
  @media (max-width: 1023.98px) {
    .adobelaunch__googlead {
      margin-top: 54px; } }

.product-tile .customer-content .wishlist_container .plp-wish-signin.btn-outline-primary:focus, .product-tile .customer-content .wishlist_container .plp-wish-signin.btn-outline-primary:active:focus {
  box-shadow: unset; }

.warning-message {
  border: 1px solid #F9C12F;
  background-color: #fefbef;
  min-height: 38px;
  margin: 0 auto 22px;
  border-radius: 2px;
  font-size: 12px;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  text-align: center;
  letter-spacing: 0.25px; }
  .warning-message b {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 0.25px; }

body {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

ol,
ul,
dl {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }

a.underline {
  cursor: pointer;
  text-decoration: underline; }
  a.underline:hover, a.underline:focus, a.underline:active {
    text-decoration: none; }

a.underline-on-hover {
  cursor: pointer;
  text-decoration: none; }
  a.underline-on-hover:hover, a.underline-on-hover:focus, a.underline-on-hover:active {
    text-decoration: underline; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.site-search {
  position: relative;
  height: 2.5em;
  /* 40/16 */ }
  @media (min-width: 544px) {
    .site-search {
      margin-right: 0.5em;
      /* 20/16 */ } }
  @media (min-width: 1200px) {
    .site-search {
      width: 20em;
      /* 320/16 */ } }
  @media (min-width: 1023.99px) and (max-width: 1023.98px) {
    .site-search {
      width: 14.0625em;
      /* 225/16 */ } }
  @media (min-width: 544px) and (max-width: 1023.97px) {
    .site-search {
      width: 12.5em;
      /* 200/16 */ } }
  .site-search .fa-close,
  .site-search .fa-search {
    position: absolute;
    border: none;
    top: 0.5625em;
    /* 9/16 */
    right: 0.5625em;
    /* 9/16 */
    padding: 0;
    background-color: transparent; }
  .site-search .reset-button {
    position: absolute;
    border: none;
    top: 0.5625em;
    /* 9/16 */
    right: 2em;
    /* 32/16 */
    padding: 0;
    background-color: transparent; }
  .site-search input {
    padding-right: 2rem;
    height: 100%; }

@media (max-width: 543.98px) {
  .header-search .site-search {
    display: none; } }

.suggestions-wrapper {
  position: relative; }

.suggestions {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  top: 0;
  right: 0;
  width: 21.875rem;
  z-index: 3; }
  @media (max-width: 543.98px) {
    .suggestions {
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      width: 100%; } }
  .suggestions .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .suggestions .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\f058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .suggestions .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\f058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .suggestions .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }
  .suggestions .header {
    color: #999;
    font-size: 0.875em;
    padding-top: 0.625em; }
    .suggestions .header:not(:first-child) {
      border-top: 1px solid #ccc; }
  .suggestions .items {
    padding: 0.313em 0; }
  .suggestions .item {
    padding-bottom: 0.625em; }
    .suggestions .item .name {
      margin-top: 0.313em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    @media (max-width: 543.98px) {
      .suggestions .item {
        padding-bottom: 0.938em; } }
  .suggestions .category-parent {
    color: #999;
    font-size: 0.875em; }
  .suggestions .selected {
    background-color: #eee; }
  .suggestions .container {
    list-style-type: none; }

.more-below {
  -moz-border-radius: 1.25em;
  background: #ccc;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em; }
  .more-below i.fa-long-arrow-down {
    border-radius: 50%;
    color: #fff;
    display: table-caption;
    height: 0.75em;
    font-size: 1.5rem;
    left: 0.57em;
    line-height: 0.8em;
    position: absolute;
    top: 0.4em;
    width: 0.8em; }

@media (max-width: 1023.98px) {
  .cart-page:not(.search-modal-open) .search-form {
    display: none !important; } }

.cart-page .site-search {
  height: 0; }

.modal-open {
  width: 100%; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

body.overlay .modal-background {
  display: block; }

@media (max-width: 1023.98px) {
  .search-modal-open {
    overflow-y: hidden !important;
    -ms-touch-action: none;
        touch-action: none; }
    .search-modal-open header {
      z-index: 1000; }
    .search-modal-open .search-form {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1001; }
    .search-modal-open .suggestions {
      background-color: #fff; }
    .search-modal-open .suggestions-wrapper {
      display: block; } }

.suggestions-wrapper .suggestions {
  z-index: 1000;
  left: 0;
  width: 100%;
  margin-top: 0;
  border-top: none; }
  .suggestions-wrapper .suggestions:empty {
    border: none; }
  @media (max-width: 543.98px) {
    .suggestions-wrapper .suggestions {
      padding: 0 10px; } }
  @media (max-width: 1023.98px) {
    .suggestions-wrapper .suggestions {
      border: none;
      overflow: initial;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      width: 100%;
      margin: 0;
      top: 35px;
      padding: 0 11px; } }
  .suggestions-wrapper .suggestions .selected {
    background-color: #fff; }
  .suggestions-wrapper .suggestions .search_results {
    padding: 19px 10px 0; }
    @media (max-width: 1023.98px) {
      .suggestions-wrapper .suggestions .search_results {
        padding: 22px 0 0;
        background: #fff;
        display: block; } }
    @media (max-width: 543.98px) {
      .suggestions-wrapper .suggestions .search_results {
        padding: 22px 4px 0;
        display: block; } }
    @media (max-width: 1023.98px) {
      .suggestions-wrapper .suggestions .search_results {
        padding: 17px 0 0; } }
    .suggestions-wrapper .suggestions .search_results .search_section .search_results {
      padding: 0;
      list-style-type: none; }
      .suggestions-wrapper .suggestions .search_results .search_section .search_results .header {
        padding: 0 0 15px;
        border: none; }
        @media (max-width: 1023.98px) {
          .suggestions-wrapper .suggestions .search_results .search_section .search_results .header {
            padding: 0 0 16px; } }
        .suggestions-wrapper .suggestions .search_results .search_section .search_results .header .result_heading {
          font-size: 16px;
          line-height: 19px;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          color: #444; }
      .suggestions-wrapper .suggestions .search_results .search_section .search_results .items {
        padding: 0; }
        .suggestions-wrapper .suggestions .search_results .search_section .search_results .items .suggestion_list {
          padding: 0 0 15px; }
          .suggestions-wrapper .suggestions .search_results .search_section .search_results .items .suggestion_list a .name {
            color: #444;
            font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
            font-size: 12px;
            line-height: 18px;
            text-overflow: unset;
            white-space: normal;
            text-transform: capitalize; }
            .suggestions-wrapper .suggestions .search_results .search_section .search_results .items .suggestion_list a .name .category-parent {
              font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
              font-size: 12px;
              color: #444; }
      .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list {
        width: 100%;
        margin: 0; }
        @media (max-width: 1023.98px) {
          .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
        .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span {
          padding: 0;
          margin-bottom: 11px;
          width: 100%;
          display: inline-block; }
          @media (max-width: 1023.98px) {
            .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span {
              padding-right: 10px;
              margin-bottom: 0; }
              .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span:last-of-type {
                padding-right: 0; } }
          .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a {
            padding: 0;
            text-decoration: none;
            -ms-flex-align: start;
                align-items: flex-start; }
            .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a img {
              max-width: 68px;
              float: left; }
              @media (max-width: 1023.98px) {
                .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a img {
                  max-width: 172px;
                  margin: auto; } }
  @media (max-width: 1023.98px) and (max-width: 543.98px) {
    .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a img {
      max-width: 81px; } }
            .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a .feature_list_name {
              padding: 0 0 0 17px;
              box-sizing: border-box;
              margin: 0;
              float: left; }
              .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a .feature_list_name .atm-search,
              .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a .feature_list_name .product-suggestion-description {
                text-overflow: ellipsis;
                overflow: hidden; }
              @media (max-width: 1023.98px) {
                .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a .feature_list_name {
                  padding: 21px 0 0; } }
              .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a .feature_list_name .search_brand,
              .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a .feature_list_name .search_name,
              .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a .feature_list_name .pdt_desc {
                font-size: 12px;
                line-height: 18px;
                color: #444;
                font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                margin: 0; }
              .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a .feature_list_name .search_brand {
                font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
            .suggestions-wrapper .suggestions .search_results .search_section .search_results .featured_list span a:hover {
              text-decoration: underline; }
    @media (max-width: 1023.98px) {
      .suggestions-wrapper .suggestions .search_results .search_section.sec_1 {
        margin-bottom: 15px; } }

.search-border .suggestions-wrapper::before {
  position: absolute;
  content: '';
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  z-index: 9999; }
  @media (max-width: 1023.98px) {
    .search-border .suggestions-wrapper::before {
      width: auto;
      margin: 0 10px; } }

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0;
  position: absolute;
  background-color: transparent; }

.ps__rail-y {
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 10px;
  right: 0;
  position: absolute;
  background-color: transparent; }

.ps__thumb-x {
  background-color: #ddd;
  border-radius: 0;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 10px;
  bottom: 0;
  position: absolute; }

.ps__thumb-y {
  background-color: #ddd;
  border-radius: 0;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 12px;
  right: 0;
  position: absolute;
  cursor: pointer; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important; } }

@media (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.minicart .popover .ps__thumb-y {
  background-color: #777;
  border-radius: 10px;
  width: 10px; }

.form-nav .nav-tabs .nav-link {
  color: #333; }

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333; }

.nav-tabs .nav-link.active {
  background-color: transparent; }

@media (min-width: 1024px) {
  .form-nav .nav-item > .nav-link {
    color: #333; } }

.cookie-warning-messaging.cookie-warning {
  left: 0;
  transform: none;
  width: 100%;
  z-index: 2; }
  .cookie-warning-messaging.cookie-warning .valid-cookie-warning {
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative; }
    .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section {
      max-width: 1260px;
      margin: 0 auto;
      padding: 28px 40px; }
      @media (max-width: 543.98px) {
        .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section {
          padding: 34px 10px 20px; } }
      .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .cookie_container {
        padding: 0 30px 0 0;
        box-sizing: border-box;
        white-space: normal;
        vertical-align: top;
        text-align: left; }
        @media (max-width: 543.98px) {
          .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .cookie_container {
            width: 100%;
            padding: 0; } }
        .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .cookie_container .cookie_content {
          width: 100%;
          display: inline-block;
          margin: 0;
          padding: 0;
          font-size: 14px;
          line-height: 22px;
          color: #444;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
          @media (max-width: 543.98px) {
            .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .cookie_container .cookie_content {
              margin-bottom: 15px; } }
          .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .cookie_container .cookie_content .privacy_policy {
            text-decoration: underline; }
      .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .btn_section {
        text-align: left;
        padding: 0;
        position: static; }
        @media (max-width: 1023.97px) {
          .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .btn_section {
            padding-top: 10px; } }
        @media (max-width: 543.98px) {
          .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .btn_section {
            width: 100%;
            padding: 0;
            display: block; } }
        .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .btn_section .cookies_accepted .accept {
          background: #000;
          border: none;
          padding: 8px 31px;
          color: #fff;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          font-size: 14px;
          line-height: 17px; }
          @media (max-width: 543.98px) {
            .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .btn_section .cookies_accepted .accept {
              width: 100%; } }
        .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .btn_section .close_icon .close {
          top: 20px;
          padding: 0;
          right: 20px; }
          @media (max-width: 543.98px) {
            .cookie-warning-messaging.cookie-warning .valid-cookie-warning .cookie_section .btn_section .close_icon .close {
              top: 17px;
              right: 11px; } }

#consent-tracking {
  height: auto;
  top: auto;
  bottom: 0;
  background: #fff;
  border-top: 3px solid #000; }
  #consent-tracking .modal-dialog {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 1199.98px) {
      #consent-tracking .modal-dialog {
        padding: 0; } }
    #consent-tracking .modal-dialog .modal-content {
      border: 0;
      padding: 28px 20px;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 1023.98px) {
        #consent-tracking .modal-dialog .modal-content {
          padding: 31px 20px; } }
      @media (max-width: 543.98px) {
        #consent-tracking .modal-dialog .modal-content {
          -ms-flex-direction: column;
              flex-direction: column;
          padding: 15px 10px 10px; } }
      #consent-tracking .modal-dialog .modal-content .modal-header {
        padding: 0;
        border: 0;
        position: absolute;
        right: 20px;
        top: 12px; }
        @media (max-width: 543.98px) {
          #consent-tracking .modal-dialog .modal-content .modal-header {
            position: relative;
            top: 0;
            display: inline-block;
            width: 100%;
            margin: 0 auto;
            right: 0;
            padding: 0 5px 5px 0; } }
        #consent-tracking .modal-dialog .modal-content .modal-header .button-wrapper button {
          padding: 0;
          transform: scale(0.75);
          opacity: 0.7; }
          @media (max-width: 543.98px) {
            #consent-tracking .modal-dialog .modal-content .modal-header .button-wrapper button {
              transform: scale(0.5);
              margin: 0; } }
      #consent-tracking .modal-dialog .modal-content .modal-body {
        padding: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 693px; }
        @media (max-width: 1023.98px) {
          #consent-tracking .modal-dialog .modal-content .modal-body {
            width: 440px; } }
        @media (max-width: 543.98px) {
          #consent-tracking .modal-dialog .modal-content .modal-body {
            width: 100%;
            text-align: center;
            padding: 0 10px 15px; } }
        #consent-tracking .modal-dialog .modal-content .modal-body p {
          color: #444;
          margin: 0; }
          @media (max-width: 543.98px) {
            #consent-tracking .modal-dialog .modal-content .modal-body p {
              line-height: 1.3; } }
          #consent-tracking .modal-dialog .modal-content .modal-body p a {
            text-decoration: underline; }
      #consent-tracking .modal-dialog .modal-content .modal-footer {
        padding: 0;
        border: 0;
        margin: 0 83px 0 0; }
        @media (max-width: 1199.98px) {
          #consent-tracking .modal-dialog .modal-content .modal-footer {
            margin: 0 65px 0 0; } }
        @media (max-width: 1023.98px) {
          #consent-tracking .modal-dialog .modal-content .modal-footer {
            margin: 0 55px 0 0; } }
        @media (max-width: 543.98px) {
          #consent-tracking .modal-dialog .modal-content .modal-footer {
            margin: 0; } }
        #consent-tracking .modal-dialog .modal-content .modal-footer .button-wrapper button {
          width: 133px; }
          @media (max-width: 543.98px) {
            #consent-tracking .modal-dialog .modal-content .modal-footer .button-wrapper button {
              width: 100%;
              margin: 0.5em auto; } }
        @media (max-width: 543.98px) {
          #consent-tracking .modal-dialog .modal-content .modal-footer .button-wrapper {
            width: 100%; } }

.hbc-slider + .touchscreen-slider-dots {
  margin: 0 auto 9px; }

.category-slider,
.recommendation-products,
.wishlist-cart-slider {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px; }
  .category-slider:not(.slick-initialized),
  .recommendation-products:not(.slick-initialized),
  .wishlist-cart-slider:not(.slick-initialized) {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; }
    .category-slider:not(.slick-initialized)::-webkit-scrollbar,
    .recommendation-products:not(.slick-initialized)::-webkit-scrollbar,
    .wishlist-cart-slider:not(.slick-initialized)::-webkit-scrollbar {
      display: none; }
    .category-slider:not(.slick-initialized) > *,
    .recommendation-products:not(.slick-initialized) > *,
    .wishlist-cart-slider:not(.slick-initialized) > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      scroll-snap-align: start; }
  .category-slider.slick-initialized,
  .recommendation-products.slick-initialized,
  .wishlist-cart-slider.slick-initialized {
    padding-bottom: 0; }

.recommendation-products .tile-wrapper,
.wishlist-cart-slider .tile-wrapper {
  width: 45%; }
  @media (min-width: 544px) {
    .recommendation-products .tile-wrapper,
    .wishlist-cart-slider .tile-wrapper {
      width: 30%; } }
  @media (min-width: 1024px) {
    .recommendation-products .tile-wrapper,
    .wishlist-cart-slider .tile-wrapper {
      width: 23%; } }
  @media (min-width: 1200px) {
    .recommendation-products .tile-wrapper,
    .wishlist-cart-slider .tile-wrapper {
      width: 18.5%; } }

.recommendation-products .product,
.wishlist-cart-slider .product {
  padding-left: 10px;
  padding-right: 10px; }

.category-slider .category-item {
  padding: 0 3px 0 0; }

.category-slider > .category-item {
  width: 66%; }
  @media (min-width: 544px) {
    .category-slider > .category-item {
      width: 30%; } }
  @media (min-width: 1024px) {
    .category-slider > .category-item {
      width: 23%; } }

.pdp-carousel .primary-images {
  margin-bottom: 10px; }
  @media (max-width: 1023.98px) {
    .pdp-carousel .primary-images:not(.slick-initialized) {
      display: -ms-flexbox;
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-scroll-snap-type: x mandatory;
          -ms-scroll-snap-type: x mandatory;
              scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch; }
      .pdp-carousel .primary-images:not(.slick-initialized)::-webkit-scrollbar {
        display: none; }
      .pdp-carousel .primary-images:not(.slick-initialized) > * {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        scroll-snap-align: start;
        width: 100%; } }
  @media (min-width: 1024px) {
    .pdp-carousel .primary-images + .touchscreen-slider-dots {
      display: none; } }

.toggleVis {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 20px; }
  @media screen and (max-width: 767.98px) {
    .toggleVis {
      padding: 0; } }
  .toggleVis .pd-offer {
    padding: 0 5px;
    width: 25%;
    min-height: 222px;
    display: inline-block; }
  .toggleVis .text-bg {
    min-height: 168px;
    text-align: center;
    position: relative;
    padding: 0 5px; }
    .toggleVis .text-bg.black-bg {
      background: #000;
      color: #fff; }
    .toggleVis .text-bg.white-bg {
      background: #fff;
      color: #000;
      border: 2px solid #ddd; }
    .toggleVis .text-bg .head-text {
      font-size: 24px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      line-height: 29px; }
    .toggleVis .text-bg .online-text {
      position: absolute;
      top: 20px; }
    .toggleVis .text-bg .brown-text {
      color: #c2a075; }
    .toggleVis .text-bg .gray-text {
      color: #686868; }
    .toggleVis .text-bg img {
      width: 130px;
      height: 80px; }
  .toggleVis .bottom-section {
    background: #ddd;
    min-height: 54px;
    padding: 0 15px; }
    .toggleVis .bottom-section .coupon {
      background: none;
      border: 2px solid #444;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 2px 6px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
      .toggleVis .bottom-section .coupon::before {
        content: '';
        background: url("../images/promo-apply-img.png") no-repeat;
        width: 18px;
        height: 18px;
        margin: 0 5px 0 0;
        border-radius: 20px;
        background-size: 100%; }
    .toggleVis .bottom-section .coupon.success {
      border: none;
      background-color: #ac0000;
      color: #fff; }
      .toggleVis .bottom-section .coupon.success::before {
        background: url("../images/promo-applied-img.png") no-repeat;
        background-size: 100%; }
    .toggleVis .bottom-section a {
      color: #444;
      border-bottom: 1px solid #444;
      line-height: normal; }
      .toggleVis .bottom-section a:hover {
        text-decoration: none; }
  .toggleVis .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px; }
  .toggleVis .slick-arrow {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1816px;
    width: 24px;
    height: 16px;
    position: absolute;
    opacity: 0.5; }
    .toggleVis .slick-arrow.slick-prev {
      left: -5px;
      transform: rotate(90deg); }
    .toggleVis .slick-arrow.slick-next {
      right: -5px;
      transform: rotate(270deg); }
    .toggleVis .slick-arrow.slick-disabled {
      pointer-events: none;
      opacity: 0.2; }
  @media screen and (max-width: 767.98px) {
    .toggleVis .slick-list {
      padding: 0 10px !important; }
      .toggleVis .slick-list.center-content {
        padding: 0 60px; } }

.scroll-holder {
  max-width: 1260px;
  margin: 0 auto; }

#promo-drawer {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 30px 10px 50px;
  position: fixed;
  transform: translate3d(0, 100%, 0);
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 11; }
  @media screen and (max-width: 767.98px) {
    #promo-drawer {
      padding: 15px 0 30px; } }
  #promo-drawer.promo-drawer-open {
    transform: translate3d(0, 0, 0);
    z-index: 1042; }

#drawer-tab {
  position: absolute;
  left: 50%;
  top: 0;
  border: none;
  transform: translate3d(-50%, 10px, 0);
  background: #fff;
  padding: 10px 1.5em;
  text-align: center;
  box-shadow: 0 -5px 11px -5px rgba(0, 0, 0, 0.3), 0 -1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  color: #000;
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  transition: all 150ms ease-out; }
  #drawer-tab.ready, #drawer-tab:not(.ready):focus {
    transform: translate3d(-50%, -100%, 0); }
  .promo-drawer-open #drawer-tab {
    transform: translate3d(-50%, -100%, 0); }

#promo-drawer-overlay {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.25 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1041; }

#bay-promotray-dialog .promo-tray-close {
  right: 20px;
  position: absolute;
  top: 20px;
  z-index: 99;
  transform: scale(0.75); }

#bay-promotray-dialog .free-ship {
  font-size: 28px; }

#bay-promotray-dialog .modal-dialog {
  max-width: 450px; }

#bay-promotray-dialog .modal-body {
  padding: 70px 20px 35px; }

#bay-promotray-dialog .modal-content {
  border: none;
  border-radius: 0; }

#bay-promotray-dialog .credit-text {
  max-width: 340px;
  margin: 0 auto 25px; }
  @media screen and (max-width: 767.98px) {
    #bay-promotray-dialog .credit-text {
      max-width: 280px; } }

#bay-promotray-dialog .free-ship-detail {
  font-size: 12px; }

#bay-promotray-dialog .b-text {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }

#bay-promotray-dialog .ship-method {
  margin: 0 0 25px; }

.CA-Landing-modal.show.signup-Modal .modal-dialog {
  max-width: 748px;
  margin: 0 auto; }
  .CA-Landing-modal.show.signup-Modal .modal-dialog.ca-response {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    left: 0; }
    .CA-Landing-modal.show.signup-Modal .modal-dialog.ca-response .modal-body {
      padding: 0;
      width: 35rem; }
      @media screen and (max-width: 767.98px) {
        .CA-Landing-modal.show.signup-Modal .modal-dialog.ca-response .modal-body {
          width: 23rem;
          -ms-flex: 0 0 89%;
              flex: 0 0 89%; } }
    @media screen and (max-width: 767.98px) {
      .CA-Landing-modal.show.signup-Modal .modal-dialog.ca-response {
        position: relative;
        left: 0;
        top: 0;
        height: 100vh;
        transform: none; }
        .CA-Landing-modal.show.signup-Modal .modal-dialog.ca-response .modal-body {
          max-width: 79%; } }
  @media screen and (max-width: 767.98px) {
    .CA-Landing-modal.show.signup-Modal .modal-dialog {
      position: relative;
      left: 0;
      top: 0;
      height: 100vh;
      transform: none; }
      .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-body {
        max-width: 79%; } }
  .CA-Landing-modal.show.signup-Modal .modal-dialog .close {
    transform: none;
    margin: 0; }
    .CA-Landing-modal.show.signup-Modal .modal-dialog .close .cancel-icon {
      display: inline-block; }
  .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content {
    border-radius: 0; }
    @media (max-width: 543.98px) {
      .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content {
        border: 0;
        position: absolute;
        left: 0;
        top: 0; } }
    .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content .modal-header {
      position: absolute;
      border: 0;
      padding: 0;
      top: 17px;
      right: 10px; }
      @media (max-width: 543.98px) {
        .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content .modal-header {
          top: 5px; } }
  .CA-Landing-modal.show.signup-Modal .modal-dialog .form-control {
    border-radius: 2px; }
  .CA-Landing-modal.show.signup-Modal .modal-dialog .header-text {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 36px;
    color: #000; }
    @media (max-width: 543.98px) {
      .CA-Landing-modal.show.signup-Modal .modal-dialog .header-text {
        font-size: 28px;
        margin-top: 1rem; } }
  .CA-Landing-modal.show.signup-Modal .modal-dialog .header-info {
    color: #444;
    font-size: 18px;
    width: 82%;
    margin-top: 15px; }
    @media (max-width: 543.98px) {
      .CA-Landing-modal.show.signup-Modal .modal-dialog .header-info {
        font-size: 14px;
        max-width: 16rem; } }
  .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content {
    padding-top: 43px; }
    .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response {
      padding-top: 0; }
      @media (max-width: 543.98px) {
        .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response {
          height: 100vh; } }
      .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .success-content {
        padding: 2.5rem 0 1rem 0; }
        @media (max-width: 543.98px) {
          .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .success-content {
            padding: 0.5rem 0 1rem 0; } }
      .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .ca-success-header-text {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 36px;
        color: #000; }
        @media (max-width: 543.98px) {
          .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .ca-success-header-text {
            font-size: 28px; } }
      .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .ca-success-body {
        color: #444;
        font-size: 18px;
        margin-top: 15px; }
        .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .ca-success-body .next-content {
          margin-top: 20px; }
        @media (max-width: 543.98px) {
          .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .ca-success-body {
            font-size: 14px; } }
      .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .btn-holder {
        margin: 40px 0; }
        .CA-Landing-modal.show.signup-Modal .modal-dialog .modal-content.response .btn-holder .start-shop {
          width: 13.8rem;
          font-size: 14px;
          padding: 0.63rem; }
  .CA-Landing-modal.show.signup-Modal .modal-dialog .appointment-form-btns {
    margin-top: 1rem !important;
    color: #444; }
    @media (max-width: 543.98px) {
      .CA-Landing-modal.show.signup-Modal .modal-dialog .appointment-form-btns {
        font-size: 12px; }
        .CA-Landing-modal.show.signup-Modal .modal-dialog .appointment-form-btns .note {
          margin-bottom: 2rem; }
        .CA-Landing-modal.show.signup-Modal .modal-dialog .appointment-form-btns .custom-control-label {
          font-size: 12px; } }
    .CA-Landing-modal.show.signup-Modal .modal-dialog .appointment-form-btns #submitAppointment {
      width: 13.8rem;
      display: inline-block;
      height: 45px; }
  .CA-Landing-modal.show.signup-Modal .modal-dialog .withdraw-notify {
    margin: 28px 0 5px 0;
    color: #d1d1d1;
    font-size: 12px; }

.shop-saksoff5th {
  background-color: transparent; }

.ca-landing-avenue.navbar-header.right-content {
  width: 100%;
  -ms-flex-pack: unset;
      justify-content: unset; }
  @media (max-width: 1023.98px) {
    .ca-landing-avenue.navbar-header.right-content {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .ca-landing-avenue.navbar-header.right-content .brand {
    width: 47%;
    margin: 0 auto; }
    @media (max-width: 1023.98px) {
      .ca-landing-avenue.navbar-header.right-content .brand {
        position: static;
        transform: none; } }
  .ca-landing-avenue.navbar-header.right-content .header-login {
    width: 7%;
    text-align: right; }
    @media (max-width: 1023.98px) {
      .ca-landing-avenue.navbar-header.right-content .header-login {
        width: auto;
        text-align: unset; } }

.ca-landing-avenue.navbar-header .country-selector {
  margin: 0; }

header .ca-avenue.header .header-main {
  padding: 18px 0 10px 0; }

.ingrid-content img {
  margin-bottom: 7px; }

.ingrid-content .ingrid-header {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 18px;
  color: #333; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 2001;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  animation: fade-in 200ms cubic-bezier(0.45, 0, 0.55, 1); }
  @media (max-width: 1023.98px) {
    .search-overlay {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100); } }
  .search-overlay.exit {
    animation: fade-out 200ms cubic-bezier(0.45, 0, 0.55, 1); }
  .search-overlay > header {
    padding-top: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 1024px) {
      .search-overlay > header {
        padding-top: 40px; } }
  .search-overlay .suggestions-wrapper {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
    overflow: auto;
    padding-top: 27px;
    padding-bottom: 27px;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      .search-overlay .suggestions-wrapper {
        padding-bottom: 40px;
        padding-top: 30px; }
        .search-overlay .suggestions-wrapper .results-wrapper {
          width: 83.333%;
          margin: 0 auto; } }
  .search-overlay + .scrim {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    animation: fade-in 200ms ease-in; }
    .search-overlay + .scrim.exit {
      animation: fade-out 200ms ease-out; }
  .search-overlay .close {
    position: absolute;
    right: 20px;
    top: 32px;
    width: 20px;
    height: 20px;
    background-size: 32px;
    z-index: 2; }
    @media (max-width: 1023.98px) {
      .search-overlay .close::after {
        content: "";
        position: absolute;
        width: 44px;
        height: 44px;
        transform: translate(-50%, -50%); } }
    @media (min-width: 1024px) {
      .search-overlay .close {
        top: 53px;
        width: 26px;
        height: 26px;
        background-size: 42px;
        right: 25px; } }
    @media (min-width: 1200px) {
      .search-overlay .close {
        top: 58px; } }
  .search-overlay .search-form {
    position: relative;
    z-index: 1;
    padding-right: 57px; }
    @media (min-width: 1024px) {
      .search-overlay .search-form {
        padding-right: 0;
        width: 83.333%;
        margin-left: auto;
        margin-right: auto; } }
    .search-overlay .search-form input[name='q'] {
      border: none;
      border-bottom: 1px solid #aaa;
      padding-left: calc(28px + 0.4rem);
      padding-right: 2.8rem;
      font-size: 16px;
      border-radius: 0; }
      .search-overlay .search-form input[name='q']::-webkit-search-cancel-button {
        display: none; }
      .search-overlay .search-form input[name='q']::-ms-clear {
        display: none; }
      @media (min-width: 1200px) {
        .search-overlay .search-form input[name='q'] {
          padding-left: calc(44px + 0.4rem);
          font-size: 24px; } }
      .search-overlay .search-form input[name='q']:focus {
        border: none !important;
        border-bottom: 1px solid #686868 !important; }
    .search-overlay .search-form button {
      border: none;
      position: absolute;
      top: 0.7rem;
      height: 28px; }
      @media (min-width: 1200px) {
        .search-overlay .search-form button {
          height: 44px; } }
    .search-overlay .search-form button[type='submit'] {
      width: 28px;
      left: 0;
      background-size: 46px; }
      @media (min-width: 1200px) {
        .search-overlay .search-form button[type='submit'] {
          width: 44px;
          background-size: 74px; } }
    .search-overlay .search-form button[type='reset'] {
      background-color: transparent;
      right: 57px;
      text-decoration: underline; }
      .search-overlay .search-form button[type='reset']:active {
        text-decoration: none; }
      @media (hover: hover) and (pointer: fine) {
        .search-overlay .search-form button[type='reset']:hover {
          text-decoration: none; } }
      @media (min-width: 1024px) {
        .search-overlay .search-form button[type='reset'] {
          right: 0; } }
  .search-overlay ul {
    list-style: none;
    margin: 0 0 1rem; }
    @media (pointer: coarse) {
      .search-overlay ul li > a {
        display: block;
        padding-top: 6px;
        padding-bottom: 6px; } }
  .search-overlay .no-results {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    margin: 12px 0; }
  .search-overlay .result-count {
    color: #686868;
    font-size: 12px;
    text-align: center;
    margin-top: -18px;
    margin-bottom: 27px; }
    .search-overlay .result-count + .no-results {
      margin-top: -24px; }
    @media screen and (max-width: 767.98px) {
      .search-overlay .result-count {
        margin-top: 0;
        margin-bottom: 7px; }
        .search-overlay .result-count + .no-results {
          margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .search-overlay .suggestion-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
      .search-overlay .suggestion-wrapper > * {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: calc(33.33% - 12px);
        margin-right: 12px; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .search-overlay .suggestion-wrapper > * {
        width: calc(30% - 12px); } }
  .search-overlay .suggestions {
    position: static;
    width: initial;
    border: none; }
  .search-overlay .item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .search-overlay .item-grid > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: calc(50% - 10px);
      margin: 0 5px 10px; }
      .search-overlay .item-grid > *:nth-child(1n + 5) {
        display: none; }
      @media (min-width: 544px) {
        .search-overlay .item-grid > * {
          width: calc(25% - 10px); } }
      @media (min-width: 1024px) {
        .search-overlay .item-grid > * {
          width: calc(20% - 10px); }
          .search-overlay .item-grid > *:nth-child(1n + 5) {
            display: block; } }
  .search-overlay .suggested-item {
    text-align: center; }
    .search-overlay .suggested-item a {
      display: block; }
    .search-overlay .suggested-item strong {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    .search-overlay .suggested-item figure {
      display: block;
      position: relative;
      padding-top: 133.33%;
      margin-bottom: 12px; }
      .search-overlay .suggested-item figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
  .search-overlay .search-suggestions {
    margin-bottom: 27px; }
    @media screen and (max-width: 767.98px) {
      .search-overlay .search-suggestions {
        padding-top: 21px;
        border-top: 1px solid #ddd;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px; } }
    .search-overlay .search-suggestions h3 {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      margin-bottom: 16px; }
    .search-overlay .search-suggestions > *:last-child {
      margin-bottom: 0; }
    .search-overlay .search-suggestions .category-parent {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      color: inherit;
      font-size: inherit; }
    .search-overlay .search-suggestions.you-might-like .slider-heading-section,
    .search-overlay .search-suggestions.you-might-like .wishlistTile,
    .search-overlay .search-suggestions.you-might-like .prod-price,
    .search-overlay .search-suggestions.you-might-like .badges-container, .search-overlay .search-suggestions.recently-viewed .slider-heading-section,
    .search-overlay .search-suggestions.recently-viewed .wishlistTile,
    .search-overlay .search-suggestions.recently-viewed .prod-price,
    .search-overlay .search-suggestions.recently-viewed .badges-container, .search-overlay .search-suggestions.best-sellers .slider-heading-section,
    .search-overlay .search-suggestions.best-sellers .wishlistTile,
    .search-overlay .search-suggestions.best-sellers .prod-price,
    .search-overlay .search-suggestions.best-sellers .badges-container {
      display: none; }
    .search-overlay .search-suggestions.you-might-like .product-tile .tile-body h2 a,
    .search-overlay .search-suggestions.you-might-like .product-tile .tile-body .pdp-link a,
    .search-overlay .search-suggestions.you-might-like .product-tile .tile-body h3, .search-overlay .search-suggestions.recently-viewed .product-tile .tile-body h2 a,
    .search-overlay .search-suggestions.recently-viewed .product-tile .tile-body .pdp-link a,
    .search-overlay .search-suggestions.recently-viewed .product-tile .tile-body h3, .search-overlay .search-suggestions.best-sellers .product-tile .tile-body h2 a,
    .search-overlay .search-suggestions.best-sellers .product-tile .tile-body .pdp-link a,
    .search-overlay .search-suggestions.best-sellers .product-tile .tile-body h3 {
      font-size: 14px;
      color: #000;
      padding-bottom: 0;
      margin-bottom: 0; }
    .search-overlay .search-suggestions.you-might-like .product-tile .tile-body .promotions, .search-overlay .search-suggestions.recently-viewed .product-tile .tile-body .promotions, .search-overlay .search-suggestions.best-sellers .product-tile .tile-body .promotions {
      display: none; }
    .search-overlay .search-suggestions.you-might-like .recommendation-products > .tile-wrapper, .search-overlay .search-suggestions.recently-viewed .recommendation-products > .tile-wrapper, .search-overlay .search-suggestions.best-sellers .recommendation-products > .tile-wrapper {
      width: calc(50% - 10px);
      padding: 0;
      margin: 0 5px 10px; }
      @media (min-width: 544px) {
        .search-overlay .search-suggestions.you-might-like .recommendation-products > .tile-wrapper, .search-overlay .search-suggestions.recently-viewed .recommendation-products > .tile-wrapper, .search-overlay .search-suggestions.best-sellers .recommendation-products > .tile-wrapper {
          width: calc(25% - 10px); } }
      @media (min-width: 1024px) {
        .search-overlay .search-suggestions.you-might-like .recommendation-products > .tile-wrapper, .search-overlay .search-suggestions.recently-viewed .recommendation-products > .tile-wrapper, .search-overlay .search-suggestions.best-sellers .recommendation-products > .tile-wrapper {
          width: calc(20% - 10px);
          padding: 0;
          margin: 0 5px 10px; } }
    .search-overlay .search-suggestions.you-might-like .recommendation-products:not(.slick-initialized), .search-overlay .search-suggestions.recently-viewed .recommendation-products:not(.slick-initialized), .search-overlay .search-suggestions.best-sellers .recommendation-products:not(.slick-initialized) {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .search-overlay .search-suggestions.you-might-like .product-tile, .search-overlay .search-suggestions.recently-viewed .product-tile, .search-overlay .search-suggestions.best-sellers .product-tile {
      margin-bottom: 0; }
    .search-overlay .search-suggestions .search-atm:hover {
      text-decoration: underline; }

.container {
  max-width: 1260px; }

.slds-button_brand,
.slds-button--brand {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  vertical-align: middle;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #d9dbdd;
  transition: border 0.15s linear;
  background-color: #222222;
  border-color: #222222;
  color: white; }

.slds-form-element__label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  color: #222222;
  font-size: 0.75rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  margin-bottom: 0.125rem; }

.slds-form-element__control {
  clear: left;
  position: relative; }

.slds-input {
  background-color: white;
  border: 1px solid #bcbcbc;
  width: 100%;
  transition: border 0.1s linear, background-color 0.1s linear;
  display: inline-block;
  padding: 0 1rem 0 0.75rem;
  line-height: 1.875rem;
  min-height: calc(1.875rem + (1px * 2)); }

.slds-has-error .slds-input {
  background-color: white;
  border-color: #c23934;
  box-shadow: #c23934 0 0 0 1px inset;
  background-clip: padding-box; }

.slds-has-error .slds-input:focus,
.slds-has-error .slds-input:active {
  box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; }

.slds-has-error .slds-input__icon {
  fill: #c23934;
  color: #c23934; }

.slds-select {
  background-color: white;
  border: 1px solid #bcbcbc;
  border-radius: 0.25rem;
  width: 100%;
  transition: border 0.1s linear, background-color 0.1s linear;
  height: calc(1.875rem + (1px * 2)); }

.slds-select_container {
  position: relative; }

.slds-select_container .slds-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 0.5rem;
  padding-right: 1.5rem; }

.slds-form-element_stacked,
.slds-form_stacked .slds-form-element,
.slds-form_horizontal .slds-form-element_stacked {
  display: block; }

.slds-form-element_stacked:not(.slds-form-element_readonly),
.slds-form_stacked .slds-form-element:not(.slds-form-element_readonly),
.slds-form_horizontal .slds-form-element_stacked:not(.slds-form-element_readonly) {
  margin-bottom: 0.5rem; }

.slds-form-element_stacked:not(.slds-is-editing),
.slds-form_stacked .slds-form-element:not(.slds-is-editing),
.slds-form_horizontal .slds-form-element_stacked:not(.slds-is-editing) {
  padding: 0 0.25rem; }

.slds-form-element_stacked .slds-form-element,
.slds-form_stacked .slds-form-element .slds-form-element,
.slds-form_horizontal .slds-form-element_stacked .slds-form-element {
  padding: 0;
  margin-bottom: 0; }

.slds-form-element_stacked:not([class*='slds-size']),
.slds-form_stacked .slds-form-element:not([class*='slds-size']),
.slds-form_horizontal .slds-form-element_stacked:not([class*='slds-size']) {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.slds-form-element_stacked .slds-checkbox,
.slds-form-element_stacked .slds-radio,
.slds-form_stacked .slds-form-element .slds-checkbox,
.slds-form_stacked .slds-form-element .slds-radio,
.slds-form_horizontal .slds-form-element_stacked .slds-checkbox,
.slds-form_horizontal .slds-form-element_stacked .slds-radio {
  display: block; }

.slds-form-element_stacked .slds-form-element__label,
.slds-form-element_stacked .slds-form-element__control,
.slds-form_stacked .slds-form-element .slds-form-element__label,
.slds-form_stacked .slds-form-element .slds-form-element__control,
.slds-form_horizontal .slds-form-element_stacked .slds-form-element__label,
.slds-form_horizontal .slds-form-element_stacked .slds-form-element__control {
  border-bottom: 0;
  padding-left: 0; }

.slds-form-element_stacked .slds-form-element__control,
.slds-form_stacked .slds-form-element .slds-form-element__control,
.slds-form_horizontal .slds-form-element_stacked .slds-form-element__control {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  clear: left; }

.slds-form-element_stacked .slds-form-element__icon,
.slds-form_stacked .slds-form-element .slds-form-element__icon,
.slds-form_horizontal .slds-form-element_stacked .slds-form-element__icon {
  float: none;
  padding-top: 0.25rem; }

.slds-section {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.slds-section.slds-is-open .slds-section__content {
  padding-top: 0.5rem;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  height: auto; }

.slds-grid {
  display: -ms-flexbox;
  display: flex; }

.slds-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.slds-gutters_small {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }
  .slds-gutters_small .slds-col {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }

.slds-no-flex {
  -ms-flex: none;
      flex: none; }

.slds-has-flex-truncate {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  min-width: 0%; }

.slds-grow {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.slds-m-around_small,
.slds-m-around--small {
  margin: 0.75rem; }

.slds-p-top_none,
.slds-p-top--none {
  padding-top: 0 !important; }

.slds-p-left_none,
.slds-p-left--none {
  padding-left: 0 !important; }

.slds-text-color_error,
.slds-text-color--error {
  color: #c23934; }

.slds-size_1-of-1,
.slds-size--1-of-1 {
  width: 100%; }

.slds-size_1-of-2,
.slds-size--1-of-2 {
  width: 50%; }

[class*='slds-size_'],
[class*='slds-size--'] {
  -ms-flex: none;
      flex: none; }

.slds-assistive-text {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  text-transform: none !important;
  white-space: nowrap !important; }

.custom-input-field div input,
.slds-textarea,
.slds-pill_container,
.slds-file-selector__dropzone,
.custom-button button,
.slds-dropdown,
.slds-pill {
  border-radius: 0; }

.custom-button,
.custom-button button {
  width: 100%; }

.custom-button button {
  padding: 5px 24px; }

@media screen and (max-width: 767.98px) {
  .embeddedServiceSidebar .closeButton {
    padding: 4px 6px; }
  .embeddedServiceSidebar .minimizeButton {
    padding: 4px 6px; } }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJkZWZhdWx0XFxjc3NcXGdsb2JhbC1CVEYuY3NzIiwic291cmNlUm9vdCI6IiJ9*/