:root {
  --root-font-size: 1.4rem;
  --root-line-height: 2.1rem;
  --color-white: #fff;
  --color-black: #000;
  --color-logo-red: #bf213e;
  --color-logo-blue: #00174f;
  --color-logo-blue1: #021f59;
  --color-logo-blue2: #818da6;
  --color-logo-grey: #f2f2f2;
  --color-logo-grey-1: #f4f4f4;
  --color-logo-dark: #0d0d0d;
  --color-grey-1: #e5e7ed;
  --color-green-primary: #14be82;
  --grid-width: 192rem;
  --grid-width-medium: 99.5rem;
  --grid-width-small: 76.7rem;
  --gutter-vertical: 4rem;
  --gutter-vertical-medium: 2rem;
  --gutter-vertical-small: 1.2rem;
  --gutter-horizontal: 4rem;
  --gutter-horizontal-medium: 2rem;
  --gutter-horizontal-small: 1.2rem;
  --color-brand-primary: #000000;
  --color-brand-secondary: #cc0c2f;
  --color-brand-tertiary: #0e845a;
  --color-palette-white: #fff;
  --color-palette-gray-50: #F7F8F9;
  --color-palette-gray-100: #E9EBED;
  --color-palette-gray-200: #CACDD2;
  --color-palette-gray-300: #969696;
  --color-palette-blue-100: #f9fafb;
  --color-palette-blue-200: #f1f4f8;
  --color-palette-blue-300: #e5e7ed;
  --color-palette-blue-400: #a5aabc;
  --color-palette-sustainability: #00af3f;
  --color-palette-sale: #cc0c2f;
  --color-brand-primary-hover: #01123e;
  --color-brand-secondary-hover: #c20b2d;
  --color-brand-tertiary-hover: #0c6d4b;
  --color-brand-primary-transparent-70: .7;
  --color-brand-primary-transparent-10: .1;
  --color-brand-white-transparent-10: rgba(255, 255, 255, 0.1);
  --color-feeback-success: #14be84;
  --color-feeback-warning: #f5a623;
  --color-feeback-error: #cc0c2f;
  --color-feeback-red: #70071A;
  --color-feeback-green-800: #084932;
  --color-second-textColor: #5a5c66;
  --color-brand-para: #5a5c66;
  --font-family-primary: 'GillSans', sans-serif;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-size-heading-xs--h1: 2.2rem;
  --font-height-heading-xs--h1: 3.2rem;
  --font-size-heading-lg--h1: 3.4rem;
  --font-height-heading-lg--h1: 4.4rem;
  --font-size-heading-xs--h2: 1.8rem;
  --font-height-heading-xs--h2: 2.4rem;
  --font-size-heading-lg--h2: 2.2rem;
  --font-height-heading-lg--h2: 3.2rem;
  --font-size-heading-xs--h3: 1.6rem;
  --font-height-heading-xs--h3: 2rem;
  --font-size-heading-lg--h3: 1.8rem;
  --font-height-heading-lg--h3: 2.4rem;
  --font-size-heading-xs--h4: 1.2rem;
  --font-height-heading-xs--h4: 2rem;
  --font-size-heading-lg--h4: 1.4rem;
  --font-height-heading-lg--h4: 2rem;
  --font-size-heading-xs--h5: 1rem;
  --font-height-heading-xs--h5: 1.2rem;
  --font-size-heading-lg--h5: 1.2rem;
  --font-height-heading-lg--h5: 2rem;
  --font-size-heading-xs--h6: 1rem;
  --font-height-heading-xs--h6: 1.2rem;
  --font-size-heading-lg--h6: 1rem;
  --font-height-heading-lg--h6: 1.2rem;
  --font-size-body-l: 1.5rem;
  --font-height-body-l: 2.4rem;
  --font-size-body-m: 1.3rem;
  --font-height-body-m: 1.8rem;
  --font-size-body-s: 1.1rem;
  --font-height-body-s: 1.2rem;
  --spacing-none: 0;
  --spacing-2: .2rem;
  --spacing-4: .4rem;
  --spacing-8: .8rem;
  --spacing-12: 1.2rem;
  --spacing-16: 1.6rem;
  --spacing-20: 2rem;
  --spacing-24: 2.4rem;
  --spacing-32: 3.2rem;
  --spacing-48: 4.8rem;
  --spacing-56: 5.6rem;
  --spacing-64: 6.4rem;
  --spacing-72: 7.2rem;
  --spacing-head-component-xs: var(--spacing-16);
  --spacing-head-component-lg: var(--spacing-20);
  --spacing-head-body-xs: var(--spacing-4);
  --spacing-head-body-lg: var(--spacing-8);
  --spacing-para-para-xs: var(--spacing-16);
  --spacing-para-para-lg: var(--spacing-16);
  --border-radius-s: 3px;
  --border-radius-m: 4px;
  --border-radius-l: 8px;
  --border-width-s: 1px;
  --border-width-m: 4px;
  --animate-standardEasing: cubic-bezier(0.5, 0, 0.2, 1);
  --animate-exitEasing: cubic-bezier(0.4, 1, 0.2, 1);
  --animate-duration-small: .3s;
  --animate-duration-medium: .5s;
  --animate-duration-large: .7s;
  --color-palette-gray-600: #464C52;
  --color-palette-gray-900: #1B1D1F;
  --color-palette-gray-500: #73787E;
  --color-palette-gray-400: #9FA4A9;
}
.tommy_container,
.t__container,
.plp__page .algolia-instant-replaced-content {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--spacing-20);
  max-width: 100%;
  width: 100%;
}
.tommy_container-full,
.t__container-full {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 192rem;
  width: 100%;
}
.tommy_container-full-padding0,
.breadcrumbs {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 192rem;
  width: 100%;
}
.tommy_container-full-inner,
.t__container-full-inner,
.tproduct__algolia-right-container {
  padding: 0 var(--spacing-20);
  max-width: 100%;
  width: 100%;
}
.tommy_container-full-inner1920,
.t__container-full-inner1920 {
  padding: 0;
  max-width: var(--grid-width);
  width: 100%;
  margin: 0 auto;
}
.tommy_container-small {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--spacing-20);
  max-width: 100rem;
  width: 100%;
}
.tommy_container-smallxs {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 48rem;
  width: 100%;
}
.tommy_container-smallm {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 76.8rem;
  width: 100%;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.absCenter,
.tproduct__item-towishlist .icon,
.tlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.absCenterdisplayflex,
.theader__top,
.theader__search,
.theader__myaccount,
.theader__language,
.theader__minicart,
.theader__wishlist,
.theader__search-link,
.theader__myaccount-link,
.theader__minicart-link,
.theader__search-link .counter,
.theader__myaccount-link .counter,
.theader__minicart-link .counter,
.theader__wishlist-link,
.theader__wishlist-link .counter,
.tnavigation__tabs-item,
.tnavigation__tabs-link,
.tnavigation__tabs-link:visited,
.tnavigation__tabs-link:link,
.tproduct__gridtype-item,
.tproduct__pagination,
.tproduct__totalCount-Text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.displayFlex,
.page-wrapper,
.page-main,
.page-footer,
.theader,
.theader__middle,
.theader__middle-right,
.theader__middle-left,
.theader__container-bottom,
.tnavigation__tabs-list,
.tnavigation__tabs-panel.active,
.tnavigation__item-head {
  display: flex;
}
.displayFlex--vertical,
.page-wrapper,
.page-main,
.page-footer {
  flex-direction: column;
}
.displayFlex--horizontal,
.tnavigation__tabs-panel {
  flex-direction: row;
}
.displayFlex--center-center {
  justify-content: center;
  align-items: center;
}
.displayFlex--center-left {
  justify-content: center;
  align-items: flex-start;
}
.displayFlex--center-right {
  justify-content: center;
  align-items: flex-end;
}
.displayFlex--top-center,
.tnavigation__item-head {
  justify-content: flex-start;
  align-items: center;
}
.displayFlex--top-left,
.tommy__quickview-productDetail,
.tnavigation__tabs-panel {
  justify-content: flex-start;
  align-items: flex-start;
}
.displayFlex--top-right {
  justify-content: flex-start;
  align-items: flex-end;
}
.displayFlex--bottom-center {
  justify-content: flex-end;
  align-items: center;
}
.displayFlex--bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}
.displayFlex--bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
.displayFlex-full-top-left,
.breadcrumbs,
.breadcrumbs .items,
.tsearch__block,
.tsearch__form,
.tsearch__section,
.tsearch__control,
.tsearch__control .algolia-autocomplete,
.search_autocomplete_mobile,
.search_autocomplete_mobile .aa-dropdown-menu,
.search_autocomplete_mobile .autocomplete-wrapper,
.search_autocomplete_mobile .auto-ryt-menu,
.search_autocomplete_mobile .aa-dataset-products,
.search_autocomplete_mobile .aa-suggestions,
.search_autocomplete_mobile .aa-suggestions .aa-suggestion,
.tproduct__bannerSection,
.tproduct__bannerSection-desktop,
.tproduct__bannerSection-mobile,
.tproduct__bannerSection-block,
.tproduct__bannerSection-text,
.tommy__staticblock,
.tommy__page-description,
.tommy__page-description-container,
.tommy__page-description-container-content,
.tommy__page-description-head,
.tommy__banner,
.tommy__banner-block,
.tommy__banner-block-column,
.tommy__banner-content,
.tommy__banner-content-picture,
.tommy__banner-content-imgBlock,
.tommy__banner-content-videoBlock,
.tommy__banner-content-textBlock-planeWhite,
.tproduct__item-wrapper,
.tproduct__item-wrapper-inner,
.tproduct__item-wrapper-img,
.tproduct__item-prod-image,
.tproduct__item-imgBlock,
.tproduct__item-imgBlock-bottom,
.tproduct__item-info,
.tproduct__item-price_group,
.tproduct__item-thumbnail,
.tommy__quickview,
.tommy__quickview-Content,
.tommy__quickview-Content-productBlock,
.tommy__quickview-Content .message,
.tommy__quickview-productBlock,
.tommy__quickview-form,
.tommy__quickview-productInfo,
.tommy__quickview-sizeInfo,
.tommy__quickview-sizeInfo-sizes,
.tommy__quickview-actions,
.tommy__quickview-actions,
.tommy__quickview-list_product_addtocart_form,
.tommy__quickview-outofStock,
.tommy__quickview-outofStock-form,
.tommy__quickview-outofStock .message,
.modal-popup.modal-slide.tpopup-normal .modal-inner-wrap[class] .modal-content,
.modal-popup.modal-slide.tpopup-normalPopup,
.modal-popup.modal-slide.tpopup-block-head,
.modal-popup.modal-slide.tpopup-block-text,
.modal-popup.modal-slide.tpopup-block,
.tpopup-back-modal,
.tfieldset .create-account,
.tfieldset .create-account .secondary,
.tfieldset .actions-toolbar,
.tfieldset,
.tfield,
.tfield .control,
.tfield__input-group,
.tfield__input .label,
.tfield__input-block,
.tfield__input-block .label,
.tfield__note,
.tactions-toolbar,
.formAjax_error,
.success_header,
.beforeAjax,
.formAjax_error-block,
.afterAjax,
.section_slider,
.tnavigation,
.tnavigation__nav,
.tnavigation__tabs-content,
.tnavigation__list,
.tnavigation__item,
.tnavigation__sub-item,
.tnavigation__subcontent,
.tnavigation__sublist,
.tnavigation__sublist-item,
.tproduct__container,
.tproduct__list,
.tproduct__pagination,
.tproduct__filter-block,
.tproduct__filter-block .tproduct_sticky-scroll,
.tproduct__filter-list,
.tproduct__filter-list__content,
.tproduct__filter-box,
.tproduct__filter-box-selected,
.tproduct__filter-box-name,
.tproduct__filter-box-selected *,
.tproduct__sub-catgeory,
.tproduct__algolia-right-container-bottom,
.tproduct__category_seo_content,
div[class^=is-widget-container],
div[class^=is-widget-container] > *,
.ais-infinite-hits--item,
.ais-hits--item,
.ais-infinite-header,
.ais-header,
.ais-infinite-refinement-list,
.ais-refinement-list,
.ais-infinite-refinement-list--header,
.ais-refinement-list--header,
.ais-infinite-refinement-list--item,
.ais-refinement-list--item,
.ais-infinite-refinement-list--list,
.ais-refinement-list--list,
.ais-infinite-refinement-list--body,
.ais-refinement-list--body,
.ais-infinite-refinement-list--list > *,
.ais-refinement-list--list > *,
.ais-infinite-refinement-list--item > *,
.ais-refinement-list--item > *,
.ais-infinite-refinement-list--list .ais-show-more,
.ais-refinement-list--list .ais-show-more,
.ais-infinite-refinement-list--label,
.ais-refinement-list--label,
.ais-infinite-range-slider,
.ais-range-slider,
.ais-infinite-range-slider--body,
.ais-range-slider--body,
.ais-infinite-range-slider--body > *,
.ais-range-slider--body > *,
.ais-infinite-range-slider--body .rheostat-horizontal,
.ais-range-slider--body .rheostat-horizontal,
.ais-infinite-current-refined-values,
.ais-current-refined-values,
.ais-infinite-current-refined-values--body,
.ais-current-refined-values--body,
.ais-infinite-current-refined-values--body > *,
.ais-current-refined-values--body > *,
.ais-infinite-current-refined-values--list,
.ais-current-refined-values--list,
.priceRangeText__block,
.tproduct__list > :not(div[class]),
.mob-cat-slider,
.tommy__cat-slider,
.tommy__cat-listing,
.tommy__cat-listing-menus {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2rem;
  width: 2rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -2.5rem;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -2.5rem;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -2.5rem;
}
[dir="rtl"] .slick-next {
  left: -2.5rem;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 3rem;
}
.slick-dots {
  position: absolute;
  bottom: -2.5rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin: 0 .5rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .btn {
  border: 0;
  background: transparent;
  display: block;
  height: 2rem;
  width: 2rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: .5rem;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .btn:hover,
.slick-dots li .btn:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .btn:hover:before,
.slick-dots li .btn:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 2rem;
  height: 2rem;
  font-size: 0.6rem;
  line-height: 2rem;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .btn:before {
  color: #000000;
  opacity: 0.75;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate,
.fadeIn,
.fadeInLeft {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@-webkit-keyframes zoom-in-content {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
    ========================================================================== */
/**
    * 1. Correct the line height in all browsers.
    * 2. Prevent adjustments of font size after orientation changes in iOS.
    */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
        ========================================================================== */
/**
    * Remove the margin in all browsers.
    */
body {
  margin: 0;
}
/**
    * Render the `main` element consistently in IE.
    */
main {
  display: block;
}
/**
    * Correct the font size and margin on `h1` elements within `section` and
    * `article` contexts in Chrome, Firefox, and Safari.
    */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
        ========================================================================== */
/**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
        ========================================================================== */
/**
    * Remove the gray background on active links in IE 10.
    */
a {
  background-color: transparent;
}
/**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */
b,
strong {
  font-weight: bolder;
}
/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
    * Add the correct font size in all browsers.
    */
small {
  font-size: 80%;
}
/**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
        ========================================================================== */
/**
    * Remove the border on images inside links in IE 10.
    */
img {
  border-style: none;
}
/* Forms
        ========================================================================== */
/**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */
button,
input,
optgroup,
select,
textarea,
.btn {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
button,
input,
.btn {
  /* 1 */
  overflow: visible;
}
/**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
button,
select,
.btn {
  /* 1 */
  text-transform: uppercase;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
/**
    * Correct the inability to style clickable types in iOS and Safari.
    */
button,
[type="button"],
[type="reset"],
[type="submit"],
.btn {
  -webkit-appearance: button;
}
/**
    * Remove the inner border and padding in Firefox.
    */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
.btn::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
    * Restore the focus styles unset by the previous rule.
    */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
.btn:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
    * Correct the padding in Firefox.
    */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
progress {
  vertical-align: baseline;
}
/**
    * Remove the default vertical scrollbar in IE 10+.
    */
textarea {
  overflow: auto;
}
/**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
        ========================================================================== */
/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
details {
  display: block;
}
/*
    * Add the correct display in all browsers.
    */
summary {
  display: list-item;
}
/* Misc
        ========================================================================== */
/**
    * Add the correct display in IE 10+.
    */
template {
  display: none;
}
/**
    * Add the correct display in IE 10.
    */
[hidden] {
  display: none;
}
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
video.lazy[data-src],
img.lazy[data-src],
video[data-src],
img[data-src] {
  height: 100%;
  background: var(--color-palette-gray-300);
  box-shadow: none;
  border: 0;
  opacity: 0;
}
video.lazy.loaded[src],
img.lazy.loaded[src],
video.loaded[src],
img.loaded[src] {
  -webkit-animation: fadeinout .0s linear backwards;
  animation: fadeinout .0s linear backwards;
}
@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  margin-top: 0;
  margin-bottom: 0;
}
.panel.wrapper {
  display: none;
}
div[data-element="main"] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
div[data-element="main"] div[data-element="inner"] {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}
embed,
img,
object,
video {
  height: auto;
  max-width: 100%;
}
main#maincontent.page-main {
  margin-top: var(--spacing-24);
}
.cms_homepage main#maincontent.page-main {
  margin-top: var(--spacing-none);
}
.cms_homepage .theader {
  box-shadow: none;
}
.account .columns {
  width: 100%;
}
.scroll-top {
  min-width: 4rem;
  max-width: 4rem;
  min-height: 4rem;
  background: rgba(0, 23, 79, 0.84);
  padding: 2px;
  color: #fff;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 900;
  cursor: pointer;
  position: fixed;
  right: 3rem;
  bottom: -6rem;
  opacity: 0;
  transition: background 0.25s ease, -webkit-transform 0.25s ease, opacity 0.25s ease;
  transition: background .25s ease,transform .25s ease,opacity .25s ease;
  transition: background 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.scroll-top.active {
  opacity: 1;
  -webkit-transform: translateY(-12rem);
  transform: translateY(-12rem);
}
.category-men .page-title-wrapper,
.category-women .page-title-wrapper,
.category-kids .page-title-wrapper,
.category-sale .page-title-wrapper,
.category-tommy-jeans .page-title-wrapper {
  display: none;
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.55);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-mask .loader img {
  display: inline-block;
  max-width: 4rem;
}
.loading-mask .loader p {
  display: none;
}
.tpopup-normal .loading-mask,
.popup-slide .loading-mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  z-index: 1;
}
.tpopup-normal .loading-mask:before,
.popup-slide .loading-mask:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
  z-index: 5;
}
.tpopup-normal .loading-mask .loader,
.popup-slide .loading-mask .loader {
  display: none;
}
.customer-account-createpassword .page-footer,
.customer-account-createpassword .theader,
.customer-account-createpassword .page-title-wrapper {
  display: none;
}
.timer__block {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.timer__content .timer_time {
  color: var(--color-palette-white);
  font-size: 3.2rem;
  margin-bottom: var(--spacing-8);
}
.timer__content .timer__title {
  color: var(--color-palette-white);
  font-size: 1.8rem;
}
.message-success {
  position: fixed;
  width: 70%;
  background: var(--color-palette-blue-300);
  font-size: 1.5rem;
  line-height: initial;
  height: auto;
  text-align: center;
  display: block;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  bottom: 2rem;
  padding: 1.2rem;
}
.message-success div:before {
  background: url(../icons/icon-check-2svg.svg) no-repeat;
  width: 26px;
  height: 30px;
  display: inline-block;
  background-size: 100%;
  content: '';
  vertical-align: middle;
}
.message-error {
  position: absolute;
  top: 0;
  width: 100%;
  background: var(--color-palette-blue-300);
  font-size: 1.5rem;
  padding: 1.2rem;
  text-align: center;
  display: block;
  left: 0;
}
.page-main {
  position: relative;
}
.messages .ajax_message {
  position: fixed;
  width: 80%;
  background: var(--color-palette-blue-300);
  font-size: 1.5rem;
  text-align: center;
  display: block;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  bottom: 2rem;
  padding: 1.2rem;
}
.messages .ajax_message::before {
  background: url(../icons/icon-check-2svg.svg) no-repeat;
  width: 26px;
  height: 30px;
  display: inline-block;
  background-size: 100%;
  content: '';
  vertical-align: middle;
}
@font-face {
  font-family: 'Futura';
  src: url(../fonts/futurastd-book.woff2) format("woff2"), url(../fonts/futurastd-book.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  font-weight: 700;
  src: url(../fonts/futurastd-bold.woff2) format("woff2"), url(../fonts/futurastd-bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Garamond96DTPro';
  src: url(../fonts/Garamond96DTPro-Italic.woff2) format("woff2"), url(../fonts/Garamond96DTPro-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GillSans';
  src: url(../fonts/GillSansMTPro-Book.woff2) format("woff2"), url(../fonts/GillSansMTPro-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}
body {
  background: var(--color-palette-white);
}
p,
body {
  font-family: 'GillSans', sans-serif;
  font-weight: var(--font-weight-normal);
  font-size: var(--root-font-size);
  line-height: var(--root-line-height);
  color: var(--color-brand-primary);
  font-style: normal;
  text-rendering: optimizeLegibility;
}
.headerInfo,
.title__h1,
h1,
.subTitle__h2,
h2,
.subTitle__h3,
h3,
.altTitle__h4,
h4,
.altTitle__h5,
h5,
.altTitle__h6,
h6,
.title__h1-xs,
.title__h2-xs,
.title__h3-xs,
.title__h4-xs,
.title__h5-xs,
.title__h6_xs,
.modal-header .modal-title,
.or-another-selection,
.register-heading,
.t__customer-newsletter-interest .tfield__input .label,
.t__address-btn .adress-text,
.title__h1-xs,
.title__h2-xs,
.title__h3-xs,
.title__h4-xs,
.title__h5-xs,
.title__h6_xs,
.modal-popup .modal-title,
.modal-header .modal-title,
.or-another-selection,
.register-heading,
.ais-infinite-range-slider--body-head,
.ais-range-slider--body-head,
.tommy__cat-sublist-link {
  font-weight: var(--font-weight-normal);
  color: var(--color-brand-primary);
}
.title__h1,
h1,
.title__h1-xs {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.title__h1--white,
h1--white {
  color: var(--color-palette-white);
}
.subTitle__h2,
h2,
.title__h2-xs,
.modal-popup .modal-title,
.ais-infinite-range-slider--body-head,
.ais-range-slider--body-head {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.subTitle__h2--white,
h2--white {
  color: var(--color-palette-white);
}
.subTitle__h3,
h3,
.title__h3-xs,
.modal-header .modal-title,
.or-another-selection,
.register-heading {
  font-size: 1.6rem;
  line-height: 2rem;
}
.subTitle__h3--white,
h3--white {
  color: var(--color-palette-white);
}
.altTitle__h4,
h4,
.title__h4-xs,
.tommy__cat-sublist-link {
  font-size: 1.2rem;
  line-height: 2rem;
}
.altTitle__h4--white,
h4--white {
  color: var(--color-palette-white);
}
.altTitle__h5,
h5,
.title__h5-xs {
  font-size: 1rem;
  line-height: 1.2rem;
}
.altTitle__h5--white,
h5--white {
  color: var(--color-palette-white);
}
.altTitle__h6,
h6,
.title__h6_xs {
  font-size: 1rem;
  line-height: 1.2rem;
}
.altTitle__h6--white,
h6--white {
  color: var(--color-palette-white);
}
.title__h1-s,
.title__h1-s {
  font-size: 5.6rem;
  line-height: 6.4rem;
  color: var(--color-palette-white);
}
.parainfo,
.message-success,
.message-error,
.messages .ajax_message,
.t-paragraph,
.t-body,
.t-paragraph--l,
.t-body--l,
.t-paragraph--m,
.t-body--m,
.t-paragraph--s,
.t-body--s,
.t-paragraph--m,
.breadcrumbs .item strong::after,
.breadcrumbs .item a::after,
.tproduct__item-title,
.tproduct__item-more-color,
.tproduct__item-is_special_sale,
.tproduct__item-desc,
.tommy__quickview-sizeInfo-size,
.tommy__quickview-productPrice,
.tommy__quickview-productColor,
.tfieldset .tfield input,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-within,
.ais-infinite-refinement-list--label span,
.ais-refinement-list--label span,
.ais-current-refined-values--clear-all,
.ais-current-refined-values--link,
.ais-current-refined-values--clear-all:link,
.ais-current-refined-values--link:link,
.ais-current-refined-values--clear-all:visited,
.ais-current-refined-values--link:visited,
.account__top .block-message .error,
.account__top .block-message .success,
.box-header-title,
.box-actions .action,
.pdp__page .breadcrumbs ul.items li a:before,
.selected_filter,
.selected_filter,
.breadcrumbs .item strong::after,
.breadcrumbs .item strong::after,
.breadcrumbs .item a::after,
.breadcrumbs .item a::after,
.tproduct__item-title,
.tproduct__item-more-color,
.tproduct__item-is_special_sale,
.tproduct__item-desc,
.tommy__quickview-sizeInfo-head,
.tommy__quickview-sizeInfo-size,
.tommy__quickview-productPrice,
.tommy__quickview-productPrice,
.tommy__quickview-productColor,
.tommy__quickview-productColor,
.tommy__quickview-outofStock-form .tfield__input-label-checkbox,
.mage-error,
.mage-error,
.tfieldset .tfield input,
.tfieldset .tfield input,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-within,
.tfieldset .tfield input:focus-within,
.tfieldset .tfield input::-webkit-input-placeholder,
.tfieldset .tfield input::-webkit-input-placeholder,
.tfieldset .tfield input:focus::-webkit-input-placeholder,
.tfieldset .tfield input:focus::-webkit-input-placeholder,
.tfieldset .tfield input:focus-visible::-webkit-input-placeholder,
.tfieldset .tfield input:focus-visible::-webkit-input-placeholder,
.tfieldset .tfield input:focus-within::-webkit-input-placeholder,
.tfieldset .tfield input:focus-within::-webkit-input-placeholder,
.tfieldset .tfield input:-ms-input-placeholder,
.tfieldset .tfield input:-ms-input-placeholder,
.tfieldset .tfield input:focus:-ms-input-placeholder,
.tfieldset .tfield input:focus:-ms-input-placeholder,
.tfieldset .tfield input:focus-visible:-ms-input-placeholder,
.tfieldset .tfield input:focus-visible:-ms-input-placeholder,
.tfieldset .tfield input:focus-within:-ms-input-placeholder,
.tfieldset .tfield input:focus-within:-ms-input-placeholder,
.tfieldset .tfield input::placeholder,
.tfieldset .tfield input::placeholder,
.tfieldset .tfield input:focus::placeholder,
.tfieldset .tfield input:focus::placeholder,
.tfieldset .tfield input:focus-visible::placeholder,
.tfieldset .tfield input:focus-visible::placeholder,
.tfieldset .tfield input:focus-within::placeholder,
.tfieldset .tfield input:focus-within::placeholder,
.tfield__input .label,
.tfield__input .label,
.tfield__input-block .label,
.tfield__input-block .label,
.tfield__note,
.tfield__note,
.ais-infinite-refinement-list--label span,
.ais-refinement-list--label span,
select.ais-sort-by-selector,
select.ais-sort-by-selector:focus,
select.ais-sort-by-selector:active,
.selected_filter,
.selected_filter,
.ais-current-refined-values--clear-all,
.ais-current-refined-values--link,
.ais-current-refined-values--clear-all:link,
.ais-current-refined-values--link:link,
.ais-current-refined-values--clear-all:visited,
.ais-current-refined-values--link:visited,
.pdp__page .breadcrumbs ul.items li a:before,
.pdp__page .breadcrumbs ul.items li a:before,
.tproduct__filter-list__head-title--desktop,
.tproduct__filter-list__head-title--desktop,
.tproduct__filter-list__head-title--desktop,
.tproduct__filter-list__head-title--desktop {
  font-weight: var(--font-weight-normal);
  color: var(--color-brand-primary);
}
.parainfowhite,
.t-paragraph--new {
  font-weight: var(--font-weight-normal);
  color: var(--color-palette-white);
}
.t-paragraph,
.t-body,
.tommy__quickview-sizeInfo-head,
.tommy__quickview-sizeInfo-size,
.ais-infinite-refinement-list--label span,
.ais-refinement-list--label span,
select.ais-sort-by-selector,
select.ais-sort-by-selector:focus,
select.ais-sort-by-selector:active {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.t-paragraph--white,
.t-body--white {
  color: var(--color-palette-white);
}
.t-paragraph--new {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-style: italic;
}
.t-paragraph--l,
.t-body--l,
.tproduct__item-title,
.tproduct__item-more-color,
.tproduct__item-is_special_sale,
.tproduct__item-desc,
.tommy__quickview-outofStock-form .tfield__input-label-checkbox,
.ais-current-refined-values--clear-all,
.ais-current-refined-values--link,
.ais-current-refined-values--clear-all:link,
.ais-current-refined-values--link:link,
.ais-current-refined-values--clear-all:visited,
.ais-current-refined-values--link:visited {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.t-paragraph--m,
.t-body--m,
.selected_filter,
.breadcrumbs .item strong::after,
.breadcrumbs .item a::after,
.tommy__quickview-productPrice,
.tommy__quickview-productColor,
.mage-error,
.tfieldset .tfield input,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-within,
.tfieldset .tfield input::-webkit-input-placeholder,
.tfieldset .tfield input:focus::-webkit-input-placeholder,
.tfieldset .tfield input:focus-visible::-webkit-input-placeholder,
.tfieldset .tfield input:focus-within::-webkit-input-placeholder,
.tfieldset .tfield input:-ms-input-placeholder,
.tfieldset .tfield input:focus:-ms-input-placeholder,
.tfieldset .tfield input:focus-visible:-ms-input-placeholder,
.tfieldset .tfield input:focus-within:-ms-input-placeholder,
.tfieldset .tfield input::placeholder,
.tfieldset .tfield input:focus::placeholder,
.tfieldset .tfield input:focus-visible::placeholder,
.tfieldset .tfield input:focus-within::placeholder,
.tfield__input .label,
.tfield__input-block .label,
.tfield__note,
.selected_filter,
.pdp__page .breadcrumbs ul.items li a:before,
.tproduct__filter-list__head-title--desktop,
.tproduct__filter-list__head-title--desktop {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.t-paragraph--s,
.t-body--s {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.t-paragraph--white,
.title--white {
  color: var(--color-palette-white);
}
.link,
.link--l,
.link--l:visited,
.link--l:link,
.link--m,
.link--m:visited,
.link--m:link,
.link--s,
.link--s:visited,
.link--s:link,
a {
  color: var(--color-brand-primary);
  text-decoration: underline;
}
.link:hover,
.link:active,
.link:focus,
.link--l:hover,
.link--l:active,
.link--l:focus,
.link--l:visited:hover,
.link--l:visited:active,
.link--l:visited:focus,
.link--l:link:hover,
.link--l:link:active,
.link--l:link:focus,
.link--m:hover,
.link--m:active,
.link--m:focus,
.link--m:visited:hover,
.link--m:visited:active,
.link--m:visited:focus,
.link--m:link:hover,
.link--m:link:active,
.link--m:link:focus,
.link--s:hover,
.link--s:active,
.link--s:focus,
.link--s:visited:hover,
.link--s:visited:active,
.link--s:visited:focus,
.link--s:link:hover,
.link--s:link:active,
.link--s:link:focus,
a:hover,
a:active,
a:focus {
  color: var(--color-brand-primary);
  text-decoration: none;
}
.link--l,
.link--l:visited,
.link--l:link {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.link--m,
.link--m:visited,
.link--m:link {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.link--s,
.link--s:visited,
.link--s:link {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
a:focus {
  outline: none;
}
.filter_price_text,
.priceRangeText__block-head,
.priceRangeText__max,
.priceRangeText__min {
  color: var(--color-brand-para);
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: var(--font-weight-normal);
}
.selected_filter,
.tproduct__filter-list__head-title--desktop {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-palette-gray-300);
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.mb-hide,
.tab-hide,
.desk-hide {
  display: block;
}
.mb-hide--flex,
.tab-hide--flex,
.desk-hide--flex {
  display: flex;
}
.visible-desk {
  display: none;
}
.visible-desk--flex,
.visible-desk-block,
.visible-desk-inline-block {
  display: none;
}
.visible-mobiletab {
  display: block;
}
.visible-mobiletab--flex {
  display: flex;
}
.visible-mobiletab-block {
  display: block;
}
.visible-mobiletab-inline-block {
  display: inline-block;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-margin-bottom {
  margin-bottom: var(--spacing-16);
}
.u-margin-bottom-8xl {
  margin-bottom: var(--spacing-72);
}
.u-margin-bottom-7xl {
  margin-bottom: var(--spacing-64);
}
.u-margin-bottom-6xl {
  margin-bottom: var(--spacing-56);
}
.u-margin-bottom-5xl {
  margin-bottom: var(--spacing-48);
}
.u-margin-bottom-4xl {
  margin-bottom: var(--spacing-40);
}
.u-margin-bottom-3xl {
  margin-bottom: var(--spacing-32);
}
.u-margin-bottom-2xl {
  margin-bottom: var(--spacing-24);
}
.u-margin-bottom-xl {
  margin-bottom: var(--spacing-20);
}
.u-margin-bottom-l {
  margin-bottom: var(--spacing-16);
}
.u-margin-bottom-medium {
  margin-bottom: var(--spacing-12);
}
.u-margin-bottom-small {
  margin-bottom: var(--spacing-8);
}
.u-margin-bottom-zero {
  margin-bottom: var(--spacing-none);
}
.u-margin-bottom-4xs {
  margin-bottom: var(--spacing-4);
}
.u-margin-bottom-xs {
  margin-bottom: var(--spacing-2);
}
.u-margin-top {
  margin-top: var(--spacing-16);
}
.u-margin-top-8xl {
  margin-top: var(--spacing-72);
}
.u-margin-top-7xl {
  margin-top: var(--spacing-64);
}
.u-margin-top-6xl {
  margin-top: var(--spacing-56);
}
.u-margin-top-5xl {
  margin-top: var(--spacing-48);
}
.u-margin-top-4xl {
  margin-top: var(--spacing-40);
}
.u-margin-top-3xl {
  margin-top: var(--spacing-32);
}
.u-margin-top-2xl {
  margin-top: var(--spacing-24);
}
.u-margin-top-xl {
  margin-top: var(--spacing-20);
}
.u-margin-top-l {
  margin-top: var(--spacing-16);
}
.u-margin-top-medium {
  margin-top: var(--spacing-12);
}
.u-margin-top-small {
  margin-top: var(--spacing-8);
}
.u-margin-top-zero {
  margin-top: var(--spacing-none);
}
.u-padding-bottom {
  padding-bottom: var(--spacing-16);
}
.u-padding-bottom-8xl {
  padding-bottom: var(--spacing-72);
}
.u-padding-bottom-7xl {
  padding-bottom: var(--spacing-64);
}
.u-padding-bottom-6xl {
  padding-bottom: var(--spacing-56);
}
.u-padding-bottom-5xl {
  padding-bottom: var(--spacing-48);
}
.u-padding-bottom-4xl {
  padding-bottom: var(--spacing-40);
}
.u-padding-bottom-3xl {
  padding-bottom: var(--spacing-32);
}
.u-padding-bottom-2xl {
  padding-bottom: var(--spacing-24);
}
.u-padding-bottom-xl {
  padding-bottom: var(--spacing-20);
}
.u-padding-bottom-l {
  padding-bottom: var(--spacing-16);
}
.u-padding-bottom-medium {
  padding-bottom: var(--spacing-12);
}
.u-padding-bottom-small {
  padding-bottom: var(--spacing-8);
}
.u-padding-bottom-zero {
  padding-bottom: var(--spacing-none);
}
.u-padding-top {
  padding-top: var(--spacing-16);
}
.u-padding-top-8xl {
  padding-top: var(--spacing-72);
}
.u-padding-top-7xl {
  padding-top: var(--spacing-64);
}
.u-padding-top-6xl {
  padding-top: var(--spacing-56);
}
.u-padding-top-5xl {
  padding-top: var(--spacing-48);
}
.u-padding-top-4xl {
  padding-top: var(--spacing-40);
}
.u-padding-top-3xl {
  padding-top: var(--spacing-32);
}
.u-padding-top-2xl {
  padding-top: var(--spacing-24);
}
.u-padding-top-xl {
  padding-top: var(--spacing-20);
}
.u-padding-top-l {
  padding-top: var(--spacing-16);
}
.u-padding-top-medium {
  padding-top: var(--spacing-12);
}
.u-padding-top-small {
  padding-top: var(--spacing-8);
}
.u-padding-top-zero {
  padding-top: var(--spacing-none);
}
.padding0 {
  padding: var(--spacing-none);
}
.padding--12x16x {
  padding: var(--spacing-12) var(--spacing-16);
}
.icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-logo-small-svg {
  background: url(../icons/icon-logo-small-svg.svg) no-repeat;
  width: 48px;
  height: 32px;
}
.icon-wishlist-normal {
  background: url(../icons/icon-wishlist-normalsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-account-normalsvg {
  background: url(../icons/icon-account-normalsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-account-fill {
  background: url(../icons/icon-account-fill.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-addres-booksvg {
  background: url(../icons/icon-addres-booksvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-afterpaysvg {
  background: url(../icons/icon-afterpaysvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-amexsvg {
  background: url(../icons/icon-amexsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-amexsvg {
  background: url(../icons/icon-amexsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-apaysvg {
  background: url(../icons/icon-apaysvg.svg) no-repeat;
  width: 48px;
  height: 32px;
}
.icon-arrow-downsvg,
select.ais-sort-by-selector,
select.ais-sort-by-selector:focus,
select.ais-sort-by-selector:active {
  background: url(../icons/icon-arrow-downsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
}
.icon-new-arrow-downsvg {
  background: url(../icons/icon-new_down-arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
}
.icon-arrow-leftsvg {
  background: url(../icons/icon-arrow-leftsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
}
.icon-arrow-leftWhitesvg {
  background: url(../icons/icon-arrow-leftWhitesvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
}
.icon-new-arrow-leftsvg,
.tnavigation__item-head--link .icon.icon-arrow-leftsvg,
.ais-infinite-pagination--item__previous,
.ais-pagination--item__previous {
  background: url("../icons/icon-new_right-arrow.svg") no-repeat;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.icon-arrow-right-smallsvg {
  background: url(../icons/icon-arrow-right-smallsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
}
.icon-arrow-rightsvg,
.tommy__cat-sublist-link:after {
  background: url(../icons/icon-arrow-rightsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
}
.icon-new-arrow-rightsvg,
.tnavigation__item-head--link .icon.icon-arrow-rightsvg,
.ais-infinite-pagination--item__next,
.ais-pagination--item__next {
  background: url("../icons/icon-new_right-arrow.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-position: center center;
}
.icon-arrow-upsvg {
  background: url(../icons/icon-arrow-upsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
}
.icon-arrow-upWhitesvg {
  background: url(../icons/icon-arrow-upWhitesvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
}
.icon-attachmentsvg {
  background: url(../icons/icon-attachmentsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Bagsvg {
  background: url(../icons/icon-Bagsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-bag-normalsvg {
  background: url(../icons/icon-bag-normalsvg.svg) no-repeat;
  width: 20px;
  height: 22px;
}
.icon-birthdaysvg {
  background: url(../icons/icon-birthdaysvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-calendar-errorsvg {
  background: url(../icons/icon-calendar-errorsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-calendar-successsvg {
  background: url(../icons/icon-calendar-successsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-calendarsvg {
  background: url(../icons/icon-calendarsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-check-2svg,
.tfield__input-radiobox:checked ~ .tfield__input-label-radiobox::before,
.tfield__input-checkbox:checked ~ .tfield__input-label-radiobox::before,
.tfield__input-radiobox:checked ~ .tfield__input-label-checkbox::before,
.tfield__input-checkbox:checked ~ .tfield__input-label-checkbox::before,
.filterCheckBox,
.ais-infinite-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-infinite-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-infinite-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list--checkbox:checked ~ .checkbox__before:after {
  background: url(../icons/icon-check-2svg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-check-white-2svg,
.filterWhiteCheckBox,
.ais-infinite-refinement-list.color .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-refinement-list.color .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-infinite-refinement-list.color_code .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-refinement-list.color_code .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-infinite-refinement-list.color .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list.color .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-infinite-refinement-list.color_code .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list.color_code .ais-refinement-list--checkbox:checked ~ .checkbox__before:after {
  background: url(../icons/icon-check-white-2svg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-checkmarksvg {
  background: url(../icons/icon-checkmarksvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-checksvg {
  background: url(../icons/icon-checksvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-close-hoversvg,
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close,
.ais-infinite-current-refined-values--link .clear-cross,
.ais-current-refined-values--link .clear-cross {
  background: url(../icons/icon-close-hoversvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-new-close {
  background: url(../icons/icon-new-close.svg) no-repeat;
  background-position: 50%;
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
}
.icon-new-closeSearch {
  background: url(../icons/icon-new-closeSearch.svg) no-repeat;
  background-position: 50%;
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
}
.icon-close-white {
  background: url(../icons/icon-close-white.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-credit-cardsvg {
  background: url(../icons/icon-credit-cardsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-cssvg {
  background: url(../icons/icon-cssvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-CVCsvg {
  background: url(../icons/icon-CVCsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-deliverysvg {
  background: url(../icons/icon-deliverysvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-denim-finishingsvg {
  background: url(../icons/icon-denim-finishingsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-detailssvg {
  background: url(../icons/icon-detailssvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-econylsvg {
  background: url(../icons/icon-econylsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-ecovero-viscosesvg {
  background: url(../icons/icon-ecovero-viscosesvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-email-prefsvg {
  background: url(../icons/icon-email-prefsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-envelope-oossvg {
  background: url(../icons/icon-envelope-oossvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-errorsvg {
  background: url(../icons/icon-errorsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-eventsvg {
  background: url(../icons/icon-eventsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-exclusivessvg {
  background: url(../icons/icon-exclusivessvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-facebooksvg {
  background: url(../icons/icon-facebooksvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-gift-largesvg {
  background: url(../icons/icon-gift-largesvg.svg) no-repeat;
  width: 37px;
  height: 42px;
}
.icon-giftsvg {
  background: url(../icons/icon-giftsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-heart-Activesvg {
  background: url(../icons/icon-heart-Activesvg.svg) no-repeat;
  width: 44px;
  height: 44px;
}
.icon-heart-Defaultsvg {
  background: url(../icons/icon-heart-Defaultsvg.svg) no-repeat;
  width: 44px;
  height: 44px;
}
.icon-heart-hoversvg {
  background: url(../icons/icon-heart-hoversvg.svg) no-repeat;
  width: 52px;
  height: 54px;
}
.icon-heart-normalsvg {
  background: url(../icons/icon-heart-normalsvg.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.icon-heart-pressedsvg {
  background: url(../icons/icon-heart-pressedsvg.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.icon-plp_wishlist {
  background: url(../icons/icon-plp_wishlist.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-plp_wishlist-selected {
  background: url(../icons/icon-plp_wishlist-selected.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.icon-idealsvg {
  background: url(../icons/icon-idealsvg.svg) no-repeat;
  width: 48px;
  height: 32px;
}
.icon-infinna-fiber1svg {
  background: url(../icons/icon-infinna-fiber1svg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-input-arrow-downsvg {
  background: url(../icons/icon-infinna-fiber1svg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Klarnasvg {
  background: url(../icons/icon-Klarnasvg.svg) no-repeat;
  width: 48px;
  height: 32px;
}
.icon-leather-working-groupsvg {
  background: url(../icons/icon-leather-working-groupsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-lock-Closedsvg {
  background: url(../icons/icon-lock-Closedsvg.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.icon-lock-Opensvg {
  background: url(../icons/icon-lock-Opensvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-locksvg {
  background: url(../icons/icon-locksvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-looksvg {
  background: url(../icons/icon-looksvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-marker-postnl-activesvg {
  background: url(../icons/icon-marker-postnl-activesvg.svg) no-repeat;
  width: 36px;
  height: 48px;
}
.icon-marker-postnl-defaultsvg {
  background: url(../icons/icon-marker-postnl-defaultsvg.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.icon-marker-postnl-defaultsvg {
  background: url(../icons/icon-marker-postnl-activesvg.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.icon-marker-store-activesvg {
  background: url(../icons/icon-marker-store-activesvg.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.icon-marker-store-defaultsvg {
  background: url(../icons/icon-marker-store-defaultsvg.svg) no-repeat;
  width: 36px;
  height: 48px;
}
.icon-marker-ups-activesvg {
  background: url(../icons/icon-marker-ups-activesvg.svg) no-repeat;
  width: 36px;
  height: 48px;
}
.icon-marker-ups-defaultsvg {
  background: url(../icons/icon-marker-ups-defaultsvg.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.icon-mcsvg {
  background: url(../icons/icon-mcsvg.svg) no-repeat;
  width: 48px;
  height: 32px;
}
.icon-menusvg {
  background: url(../icons/icon-menusvg.svg) no-repeat;
  width: 22px;
  height: 20px;
}
.icon-minussvg {
  background: url(../icons/icon-minussvg.svg) no-repeat;
  width: 22px;
  height: 20px;
}
.icon-natural-dyesvg {
  background: url(../icons/icon-natural-dyesvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-organicsvg-1 {
  background: url(../icons/icon-organicsvg-1.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-organicsvg {
  background: url(../icons/icon-organicsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-partysvg {
  background: url(../icons/icon-partysvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-password-hidesvg {
  background: url(../icons/icon-password-hidesvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-password-showsvg,
.tfield__password-show.active {
  background: url(../icons/icon-password-showsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-paypalsvg {
  background: url(../icons/icon-paypalsvg.svg) no-repeat;
  width: 52px;
  height: 14px;
}
.icon-pinsvg {
  background: url(../icons/icon-pinsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-pinterestsvg {
  background: url(../icons/icon-pinterestsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-playsvg {
  background: url(../icons/icon-playsvg.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.icon-plussvg {
  background: url(../icons/icon-plussvg.svg) no-repeat;
  width: 22px;
  height: 22px;
}
.icon-ppsvg {
  background: url(../icons/icon-ppsvg.svg) no-repeat;
  width: 48px;
  height: 32px;
}
.icon-preloader-invertedsvg {
  background: url(../icons/icon-preloader-invertedsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-preloadersvg,
.tpopup-normal .loading-mask:before,
.popup-slide .loading-mask:before,
img.lazy[data-src] + .loader:after,
.tommy__quickview-Content .loading-mask:before,
.plp__page #algolia_instant_selector.loader:after,
.tproduct #total__Count.loading {
  background: url(../icons/icon-preloadersvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-promocodesvg {
  background: url(../icons/icon-promocodesvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-recycled-cottonsvg {
  background: url(../icons/icon-recycled-cottonsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-recycled-downsvg {
  background: url(../icons/icon-recycled-downsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-recycledsvg {
  background: url(../icons/icon-recycledsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-reprevesvg {
  background: url(../icons/icon-reprevesvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-responsible-downsvg {
  background: url(../icons/icon-responsible-downsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-responsible-woolsvg {
  background: url(../icons/icon-responsible-woolsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-return-boxsvg {
  background: url(../icons/icon-return-boxsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-searchsvg {
  background: url(../icons/icon-searchsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-store-locatorsvg {
  background: url(../icons/icon-store-locatorsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-sustainablesvg {
  background: url(../icons/icon-sustainablesvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-tencelsvg {
  background: url(../icons/icon-tencelsvg.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.icon-twittersvg {
  background: url(../icons/icon-twittersvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-wishlist-normalsvg {
  background: url(../icons/icon-wishlist-normalsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.8rem;
  background-position: 50% 50%;
}
.icon-youtubesvg {
  background: url(../icons/icon-youtubesvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-closesvg {
  background: url(../icons/icon-closesvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-zoom-insvg {
  background: url(../icons/icon-zoom-insvg.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.icon-Home_Searchsvg {
  background: url(../icons/icon-Home_Searchsvg.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
}
.icon-sign-outsvg {
  background: url(../icons/icon-sign-outsvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-personal-detailmailssvg {
  background: url(../icons/icon-personal-detailmailssvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-personal-details {
  background: url(../icons/icon-personal-details.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-order-information {
  background: url(../icons/icon-order-information.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-notificationsvg {
  background: url(../icons/icon-notificationsvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Address-booksvg {
  background: url(../icons/icon-Address-booksvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Returnsvg {
  background: url(../icons/icon-Returnsvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Language-selectorsvg {
  background: url(../icons/icon-Language-selectorsvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-multicolorspng,
.ais-infinite-refinement-list.color .ais-refinement-list--label .checkbox__before.common_color,
.ais-refinement-list.color .ais-refinement-list--label .checkbox__before.common_color,
.ais-infinite-refinement-list.color_code .ais-refinement-list--label .checkbox__before.common_color,
.ais-refinement-list.color_code .ais-refinement-list--label .checkbox__before.common_color {
  background: url(../icons/icon-multicolorspng.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
.icon-Phonesvg {
  background: url(../icons/icon-new-utility-phone.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Locationsvg {
  background: url(../icons/icon-new-utility-location.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-offwhitesvg {
  background: url(../icons/icon-offwhitesvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-dimondwhitesvg {
  background: url(../icons/icon-dimondwhitesvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-birthdaywhitesvg {
  background: url(../icons/icon-birthdaywhitesvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Locksvg {
  background: url(../icons/icon-Locksvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-exclusiveswhitesvg {
  background: url(../icons/icon-exclusiveswhitesvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.icon-accesssvg {
  background: url(../icons/icon-accesssvg.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
}
.icon-bdaysvg {
  background: url(../icons/icon-bdaysvg.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
}
.icon-sizesvg {
  background: url(../icons/icon-sizesvg.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
}
.icon-mastersvg {
  background: url(../icons/icon-mastersvg.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 35px;
}
.icon-tabbysvg {
  background: url(../icons/icon-tabbysvg.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 35px;
}
.icon-applesvg {
  background: url(../icons/icon-applesvg.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 35px;
}
.icon-visasvg {
  background: url(../icons/icon-visasvg.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 35px;
}
.icon-closessvg {
  background: url(../icons/icon-closessvg.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.icon-pathsvg {
  background: url(../icons/icon-pathsvg.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
}
.icon-pencilsvg {
  background: url(../icons/icon-pencilsvg.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 24px;
}
.icon-newssvg {
  background: url(../icons/icon-newssvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-pdfsvg {
  background: url(../icons/icon-pdfsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Plussvg {
  background: url(../icons/icon-Plussvg.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.icon-closensvg {
  background: url(../icons/icon-closensvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-wishList {
  background: url(../icons/icon-wishList.svg) no-repeat;
  width: 80px;
  height: 70px;
}
.icon-Shapesvg {
  background: url(../icons/icon-Shapesvg.svg) no-repeat;
  width: 18px;
  height: 14px;
}
.icon-Shape2svg {
  background: url(../icons/icon-Shape2svg.svg) no-repeat;
  width: 18px;
  height: 10px;
}
.icon-checkgreensvg {
  background: url(../icons/icon-checkgreensvg.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.icon-notifysvg {
  background: url(../icons/icon-notifysvg.svg) no-repeat;
  width: 18px;
  height: 14px;
}
.icon-sort-one {
  background-image: url("../icons/icon-sort-one.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.icon-sort-one:hover,
.icon-sort-one.active {
  background-image: url("../icons/icon-sort-one-active.svg");
}
.icon-sort-two {
  background-image: url("../icons/icon-sort-two.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.icon-sort-two:hover,
.icon-sort-two.active {
  background-image: url("../icons/icon-sort-two-active.svg");
}
.icon-sort-three {
  background-image: url("../icons/icon-sort-three.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.icon-sort-three:hover,
.icon-sort-three:active {
  background-image: url("../icons/icon-sort-three-active.svg");
}
.icon-sort-four {
  background-image: url("../icons/icon-sort-four.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.icon-sort-four:hover,
.icon-sort-four:active {
  background-image: url("../icons/icon-sort-four-active.svg");
}
.icon-radio-selected,
.ais-infinite-refinement-list--checkbox.radio:checked ~ .checkbox__before:after,
.ais-refinement-list--checkbox.radio:checked ~ .checkbox__before:after {
  height: 16px;
  width: 16px;
  background-image: url("../icons/icon-radio-selected.svg");
}
.icon-radio,
.ais-infinite-refinement-list--checkbox.radio ~ .checkbox__before:after,
.ais-refinement-list--checkbox.radio ~ .checkbox__before:after {
  height: 16px;
  width: 16px;
  background-image: url("../icons/icon-radio.svg");
}
.icon-arrow-down {
  width: 20px;
  height: 20px;
  background-image: url("../icons/icon-arrow-down.svg");
}
.icon-Home_menu,
.icon-Home_menu:after,
.icon-Home_menu:before {
  display: block;
  background: var(--color-brand-primary);
  height: 1px;
  width: 1.8rem;
  position: relative;
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.icon-Home_menu:before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.icon-Home_menu:after {
  content: '';
  position: absolute;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.icon-Home_menu {
  width: 1.4rem;
}
.tnavigation__button.active .icon-Home_menu {
  height: 0;
}
.tnavigation__button.active .icon-Home_menu:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.25s ease-in-out;
}
.tnavigation__button.active .icon-Home_menu:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.25s ease-in-out;
}
.icon-new-user {
  background-image: url("../icons/icon-new-user.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-personal-details {
  background-image: url("../icons/icon-new-personal-details.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-order-information {
  background-image: url("../icons/icon-new-order-information.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-Return {
  background-image: url("../icons/icon-new-Return.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-house {
  background-image: url("../icons/icon-new-house.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-mail {
  background-image: url("../icons/icon-new-mail.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-Union {
  background-image: url("../icons/icon-new-Union.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-signout {
  background-image: url("../icons/icon-new-signout.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-utility-location {
  background-image: url("../icons/icon-new-utility-location.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-utility-phone {
  background-image: url("../icons/icon-new-utility-phone.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-new-wishlist {
  background-image: url("../icons/icon-new-wishlist.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-new-search {
  background-image: url("../icons/icon-new-search.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 1px -1px;
}
.icon-new-cart {
  background-image: url("../icons/icon-new-cart.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-quickView-bag-notification {
  background-image: url("../icons/icon-quickView-bag-notification.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.icon-tamarasvg {
  background-image: url("../icons/icon-tamarasvg.svg");
  width: 50px;
  height: 35px;
  background-repeat: no-repeat;
}
.icon-tamaraarsvg {
  background-image: url("../icons/icon-tamaraarsvg.svg");
  width: 50px;
  height: 35px;
  background-repeat: no-repeat;
}
.icon-globesvg {
  background-image: url("../icons/icon-globesvg.svg");
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
}
.icon-bagsvg {
  background-image: url("../icons/icon-bagsvg.svg");
  width: 28px;
  height: 20px;
  background-repeat: no-repeat;
}
.icon-wishlistsvg {
  background-image: url("../icons/icon-wishlistsvg.svg");
  width: 32px;
  height: 16px;
  background-repeat: no-repeat;
}
.icon-usersvg {
  background-image: url("../icons/icon-usersvg.svg");
  width: 28px;
  height: 34px;
  background-repeat: no-repeat;
}
.icon-searchNewsvg {
  background-image: url("../icons/icon-searchNewsvg.svg");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.icon-Hilfigersvg {
  background-image: url("../icons/icon-Hilfigersvg.svg");
  width: 600px;
  height: 32px;
  background-repeat: no-repeat;
}
.icon-Instagramsvg {
  background: url(../icons/icon-Instagramsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Pinterestsvg {
  background: url(../icons/icon-Pinterestsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Youtubesvg {
  background: url(../icons/icon-Youtubesvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Tiktoksvg {
  background: url(../icons/icon-Tiktoksvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-Facebooksvg {
  background: url(../icons/icon-Facebooksvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-xsvg {
  background: url(../icons/icon-xsvg.svg) no-repeat;
  width: 18px;
  height: 20px;
}
.icon-threadsvg {
  background: url(../icons/icon-threadsvg.svg) no-repeat;
  width: 18px;
  height: 20px;
}
.icon-plusnsvg {
  background: url(../icons/icon-plusnsvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-minusnsvg {
  background: url(../icons/icon-minusnsvg.svg) no-repeat;
  width: 14px;
  height: 8px;
}
.icon-footer-logosvg {
  background: url(../icons/icon-footer-logosvg.svg) no-repeat;
  width: 351px;
  height: 18px;
}
.icon-rightarrowsvg {
  background: url(../icons/icon-rightarrowsvg.svg) no-repeat;
  width: 8px;
  height: 16px;
}
.icon-wishlist-filledsvg {
  background: url(../icons/icon-wishlist-filledsvg.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.icon-notifymesvg {
  background: url(../icons/icon-notifymesvg.svg) no-repeat;
  width: 14px;
  height: 24px;
}
.icon-chevron-rightsvg {
  background: url(../icons/icon-chevron-rightsvg.svg) no-repeat;
  width: 19px;
  height: 19px;
}
.icon-close-popupsvg {
  background: url(../icons/icon-close-popupsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-pass-hidesvg {
  background: url(../icons/icon-pass-hidesvg.svg) no-repeat;
  width: 20px;
  height: 16px;
}
.icon-checkssvg {
  background: url(../icons/icon-checkssvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-filtersvg {
  background: url(../icons/icon-filtersvg.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.icon-downsvg {
  background: url(../icons/icon-downsvg.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.icon-memberlocksvg {
  background: url(../icons/icon-memberlocksvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-memberunlocksvg {
  background: url(../icons/icon-memberunlocksvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-membersignsvg {
  background: url(../icons/icon-membersignsvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-notifymeselectedsvg {
  background: url(../icons/icon-notifymeselectedsvg.svg) no-repeat;
  width: 14px;
  height: 14px;
}
.icon-chevron-leftsvg {
  background: url(../icons/icon-chevron-leftsvg.svg) no-repeat;
  width: 12px;
  height: 13px;
}
.icon-shippedsvg {
  background: url(../icons/icon-shippedsvg.svg) no-repeat;
  width: 18px;
  height: 14px;
}
.icon-clocksvg {
  background: url(../icons/icon-clocksvg.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.icon-shippingsvg {
  background: url(../icons/icon-shippingsvg.svg) no-repeat;
  width: 18px;
  height: 14px;
}
.icon-delicheckmarksvg {
  background: url(../icons/icon-delicheckmarksvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-newphonesvg {
  background: url(../icons/icon-newphonesvg.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.icon-storelocationsvg {
  background: url(../icons/icon-storelocationsvg.svg) no-repeat;
  width: 12px;
  height: 16px;
}
.icon-wclocksvg {
  background: url(../icons/icon-wclocksvg.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.icon-checkedmarksvg {
  background: url(../icons/icon-checkedmarksvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-bcheckmarksvg {
  background: url(../icons/icon-bcheckmarksvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-bclocksvg {
  background: url(../icons/icon-bclocksvg.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.icon-refundedsvg {
  background: url(../icons/icon-refundedsvg.svg) no-repeat;
  width: 16px;
  height: 14px;
}
.icon-refundsvg {
  background: url(../icons/icon-refundsvg.svg) no-repeat;
  width: 16px;
  height: 14px;
}
.icon-returnssvg {
  background: url(../icons/icon-returnssvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.icon-utility-wishlist {
  background: url(../icons/icon-utility-wishlist.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.icon-warningsvg {
  background: url(../icons/icon-warningsvg.svg) no-repeat;
  width: 14px;
  height: 14px;
}
.icon-tick {
  background: url(../icons/icon-tick.svg) no-repeat;
  width: 14px;
  height: 14px;
}
.displayFlex-full-top-left,
.breadcrumbs,
.breadcrumbs .items,
.tsearch__block,
.tsearch__form,
.tsearch__section,
.tsearch__control,
.tsearch__control .algolia-autocomplete,
.search_autocomplete_mobile,
.search_autocomplete_mobile .aa-dropdown-menu,
.search_autocomplete_mobile .autocomplete-wrapper,
.search_autocomplete_mobile .auto-ryt-menu,
.search_autocomplete_mobile .aa-dataset-products,
.search_autocomplete_mobile .aa-suggestions,
.search_autocomplete_mobile .aa-suggestions .aa-suggestion,
.tproduct__bannerSection,
.tproduct__bannerSection-desktop,
.tproduct__bannerSection-mobile,
.tproduct__bannerSection-block,
.tproduct__bannerSection-text,
.tommy__staticblock,
.tommy__page-description,
.tommy__page-description-container,
.tommy__page-description-container-content,
.tommy__page-description-head,
.tommy__banner,
.tommy__banner-block,
.tommy__banner-block-column,
.tommy__banner-content,
.tommy__banner-content-picture,
.tommy__banner-content-imgBlock,
.tommy__banner-content-videoBlock,
.tommy__banner-content-textBlock-planeWhite,
.tproduct__item-wrapper,
.tproduct__item-wrapper-inner,
.tproduct__item-wrapper-img,
.tproduct__item-prod-image,
.tproduct__item-imgBlock,
.tproduct__item-imgBlock-bottom,
.tproduct__item-info,
.tproduct__item-price_group,
.tproduct__item-thumbnail,
.tommy__quickview,
.tommy__quickview-Content,
.tommy__quickview-Content-productBlock,
.tommy__quickview-Content .message,
.tommy__quickview-productBlock,
.tommy__quickview-form,
.tommy__quickview-productInfo,
.tommy__quickview-sizeInfo,
.tommy__quickview-sizeInfo-sizes,
.tommy__quickview-actions,
.tommy__quickview-actions,
.tommy__quickview-list_product_addtocart_form,
.tommy__quickview-outofStock,
.tommy__quickview-outofStock-form,
.tommy__quickview-outofStock .message,
.modal-popup.modal-slide.tpopup-normal .modal-inner-wrap[class] .modal-content,
.modal-popup.modal-slide.tpopup-normalPopup,
.modal-popup.modal-slide.tpopup-block-head,
.modal-popup.modal-slide.tpopup-block-text,
.modal-popup.modal-slide.tpopup-block,
.tpopup-back-modal,
.tfieldset .create-account,
.tfieldset .create-account .secondary,
.tfieldset .actions-toolbar,
.tfieldset,
.tfield,
.tfield .control,
.tfield__input-group,
.tfield__input .label,
.tfield__input-block,
.tfield__input-block .label,
.tfield__note,
.tactions-toolbar,
.formAjax_error,
.success_header,
.beforeAjax,
.formAjax_error-block,
.afterAjax,
.section_slider,
.tnavigation,
.tnavigation__nav,
.tnavigation__tabs-content,
.tnavigation__list,
.tnavigation__item,
.tnavigation__sub-item,
.tnavigation__subcontent,
.tnavigation__sublist,
.tnavigation__sublist-item,
.tproduct__container,
.tproduct__list,
.tproduct__pagination,
.tproduct__filter-block,
.tproduct__filter-block .tproduct_sticky-scroll,
.tproduct__filter-list,
.tproduct__filter-list__content,
.tproduct__filter-box,
.tproduct__filter-box-selected,
.tproduct__filter-box-name,
.tproduct__filter-box-selected *,
.tproduct__sub-catgeory,
.tproduct__algolia-right-container-bottom,
.tproduct__category_seo_content,
div[class^=is-widget-container],
div[class^=is-widget-container] > *,
.ais-infinite-hits--item,
.ais-hits--item,
.ais-infinite-header,
.ais-header,
.ais-infinite-refinement-list,
.ais-refinement-list,
.ais-infinite-refinement-list--header,
.ais-refinement-list--header,
.ais-infinite-refinement-list--item,
.ais-refinement-list--item,
.ais-infinite-refinement-list--list,
.ais-refinement-list--list,
.ais-infinite-refinement-list--body,
.ais-refinement-list--body,
.ais-infinite-refinement-list--list > *,
.ais-refinement-list--list > *,
.ais-infinite-refinement-list--item > *,
.ais-refinement-list--item > *,
.ais-infinite-refinement-list--list .ais-show-more,
.ais-refinement-list--list .ais-show-more,
.ais-infinite-refinement-list--label,
.ais-refinement-list--label,
.ais-infinite-range-slider,
.ais-range-slider,
.ais-infinite-range-slider--body,
.ais-range-slider--body,
.ais-infinite-range-slider--body > *,
.ais-range-slider--body > *,
.ais-infinite-range-slider--body .rheostat-horizontal,
.ais-range-slider--body .rheostat-horizontal,
.ais-infinite-current-refined-values,
.ais-current-refined-values,
.ais-infinite-current-refined-values--body,
.ais-current-refined-values--body,
.ais-infinite-current-refined-values--body > *,
.ais-current-refined-values--body > *,
.ais-infinite-current-refined-values--list,
.ais-current-refined-values--list,
.priceRangeText__block,
.tproduct__list > :not(div[class]),
.mob-cat-slider,
.tommy__cat-slider,
.tommy__cat-listing,
.tommy__cat-listing-menus {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.tommy_container-full-padding0,
.breadcrumbs {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 192rem;
  width: 100%;
}
.t-paragraph--m,
.selected_filter,
.breadcrumbs .item strong::after,
.breadcrumbs .item a::after,
.tommy__quickview-productPrice,
.tommy__quickview-productColor,
.mage-error,
.tfieldset .tfield input,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-within,
.tfieldset .tfield input::-webkit-input-placeholder,
.tfieldset .tfield input:focus::-webkit-input-placeholder,
.tfieldset .tfield input:focus-visible::-webkit-input-placeholder,
.tfieldset .tfield input:focus-within::-webkit-input-placeholder,
.tfieldset .tfield input:-ms-input-placeholder,
.tfieldset .tfield input:focus:-ms-input-placeholder,
.tfieldset .tfield input:focus-visible:-ms-input-placeholder,
.tfieldset .tfield input:focus-within:-ms-input-placeholder,
.tfieldset .tfield input::placeholder,
.tfieldset .tfield input:focus::placeholder,
.tfieldset .tfield input:focus-visible::placeholder,
.tfieldset .tfield input:focus-within::placeholder,
.tfield__input .label,
.tfield__input-block .label,
.tfield__note,
.selected_filter,
.pdp__page .breadcrumbs ul.items li a:before,
.tproduct__filter-list__head-title--desktop,
.tproduct__filter-list__head-title--desktop {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.parainfo,
.message-success,
.message-error,
.messages .ajax_message,
.t-paragraph,
.t-body,
.t-paragraph--l,
.t-body--l,
.t-paragraph--m,
.t-body--m,
.t-paragraph--s,
.t-body--s,
.t-paragraph--m,
.breadcrumbs .item strong::after,
.breadcrumbs .item a::after,
.tproduct__item-title,
.tproduct__item-more-color,
.tproduct__item-is_special_sale,
.tproduct__item-desc,
.tommy__quickview-sizeInfo-size,
.tommy__quickview-productPrice,
.tommy__quickview-productColor,
.tfieldset .tfield input,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-within,
.ais-infinite-refinement-list--label span,
.ais-refinement-list--label span,
.ais-current-refined-values--clear-all,
.ais-current-refined-values--link,
.ais-current-refined-values--clear-all:link,
.ais-current-refined-values--link:link,
.ais-current-refined-values--clear-all:visited,
.ais-current-refined-values--link:visited,
.account__top .block-message .error,
.account__top .block-message .success,
.box-header-title,
.box-actions .action,
.pdp__page .breadcrumbs ul.items li a:before,
.selected_filter,
.selected_filter,
.breadcrumbs .item strong::after,
.breadcrumbs .item strong::after,
.breadcrumbs .item a::after,
.breadcrumbs .item a::after,
.tproduct__item-title,
.tproduct__item-more-color,
.tproduct__item-is_special_sale,
.tproduct__item-desc,
.tommy__quickview-sizeInfo-head,
.tommy__quickview-sizeInfo-size,
.tommy__quickview-productPrice,
.tommy__quickview-productPrice,
.tommy__quickview-productColor,
.tommy__quickview-productColor,
.tommy__quickview-outofStock-form .tfield__input-label-checkbox,
.mage-error,
.mage-error,
.tfieldset .tfield input,
.tfieldset .tfield input,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-within,
.tfieldset .tfield input:focus-within,
.tfieldset .tfield input::-webkit-input-placeholder,
.tfieldset .tfield input::-webkit-input-placeholder,
.tfieldset .tfield input:focus::-webkit-input-placeholder,
.tfieldset .tfield input:focus::-webkit-input-placeholder,
.tfieldset .tfield input:focus-visible::-webkit-input-placeholder,
.tfieldset .tfield input:focus-visible::-webkit-input-placeholder,
.tfieldset .tfield input:focus-within::-webkit-input-placeholder,
.tfieldset .tfield input:focus-within::-webkit-input-placeholder,
.tfieldset .tfield input:-ms-input-placeholder,
.tfieldset .tfield input:-ms-input-placeholder,
.tfieldset .tfield input:focus:-ms-input-placeholder,
.tfieldset .tfield input:focus:-ms-input-placeholder,
.tfieldset .tfield input:focus-visible:-ms-input-placeholder,
.tfieldset .tfield input:focus-visible:-ms-input-placeholder,
.tfieldset .tfield input:focus-within:-ms-input-placeholder,
.tfieldset .tfield input:focus-within:-ms-input-placeholder,
.tfieldset .tfield input::placeholder,
.tfieldset .tfield input::placeholder,
.tfieldset .tfield input:focus::placeholder,
.tfieldset .tfield input:focus::placeholder,
.tfieldset .tfield input:focus-visible::placeholder,
.tfieldset .tfield input:focus-visible::placeholder,
.tfieldset .tfield input:focus-within::placeholder,
.tfieldset .tfield input:focus-within::placeholder,
.tfield__input .label,
.tfield__input .label,
.tfield__input-block .label,
.tfield__input-block .label,
.tfield__note,
.tfield__note,
.ais-infinite-refinement-list--label span,
.ais-refinement-list--label span,
select.ais-sort-by-selector,
select.ais-sort-by-selector:focus,
select.ais-sort-by-selector:active,
.selected_filter,
.selected_filter,
.ais-current-refined-values--clear-all,
.ais-current-refined-values--link,
.ais-current-refined-values--clear-all:link,
.ais-current-refined-values--link:link,
.ais-current-refined-values--clear-all:visited,
.ais-current-refined-values--link:visited,
.pdp__page .breadcrumbs ul.items li a:before,
.pdp__page .breadcrumbs ul.items li a:before,
.tproduct__filter-list__head-title--desktop,
.tproduct__filter-list__head-title--desktop,
.tproduct__filter-list__head-title--desktop,
.tproduct__filter-list__head-title--desktop {
  font-weight: var(--font-weight-normal);
  color: var(--color-brand-primary);
}
.breadcrumbs {
  padding: 0 var(--spacing-20);
  margin: 0 auto;
}
.breadcrumbs .items {
  list-style: none;
  flex-direction: row;
}
.breadcrumbs .item {
  list-style: none;
}
.breadcrumbs .item strong,
.breadcrumbs .item a {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0 var(--spacing-12);
  position: relative;
  color: var(--color-palette-gray-400);
  text-decoration: none;
  cursor: pointer;
}
.breadcrumbs .item strong::after,
.breadcrumbs .item a::after {
  content: '-';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.breadcrumbs .item:first-child a {
  padding-left: 0;
}
.breadcrumbs .item strong {
  color: var(--color-palette-gray-400);
}
.breadcrumbs .item strong:after {
  display: none;
}
.breadcrumbs .items .item:nth-last-child(2) a:after {
  display: none;
}
.plp__page .breadcrumbs .item a,
.plp__page .breadcrumbs .item a:visited,
.plp__page .breadcrumbs .item a:link {
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 var(--spacing-8);
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  color: var(--color-palette-gray-400);
}
.plp__page .breadcrumbs .item a:first-child {
  padding-left: 0;
}
.plp__page .breadcrumbs .item a:before {
  background: url(../icons/icon-rightarrowsvg.svg) no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 16px;
  right: -8px;
  top: 4px;
}
.plp__page .breadcrumbs .item:nth-child(2) a {
  padding-left: 1.4rem;
}
.plp__page .breadcrumbs .item:nth-child(2) a:before {
  display: none;
}
.plp__page .breadcrumbs .item:nth-child(3) {
  display: none;
}
button,
button:visited,
button:link,
.btn,
.btn:visited,
.btn:link {
  background-image: none;
  background: var(--color-brand-primary);
  border: var(--border-width-s) solid var(--color-palette-blue-300);
  color: var(--color-brand-primary);
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  line-height: 1.6rem;
  height: 5.6rem;
  min-height: 5.6rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  border: 0;
  padding: var(--spacing-12) 0;
  cursor: pointer;
  transition: .5s;
  -webkit-transition: .5s;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  max-width: 35rem;
  width: 100%;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
button:active,
button:visited:active,
button:link:active,
button:focus,
button:visited:focus,
button:link:focus,
button:hover,
button:visited:hover,
button:link:hover,
.btn:active,
.btn:visited:active,
.btn:link:active,
.btn:focus,
.btn:visited:focus,
.btn:link:focus,
.btn:hover,
.btn:visited:hover,
.btn:link:hover {
  background-color: rgba(229, 231, 237, 0.7);
  color: #00174f;
  border-color: rgba(229, 231, 237, 0.7);
}
button .disabled,
button:visited .disabled,
button:link .disabled,
button[disabled],
button:visited[disabled],
button:link[disabled],
.btn .disabled,
.btn:visited .disabled,
.btn:link .disabled,
.btn[disabled],
.btn:visited[disabled],
.btn:link[disabled] {
  opacity: .5;
  cursor: default;
  pointer-events: none;
  outline: none;
}
button:not(.primary),
button:visited:not(.primary),
button:link:not(.primary),
.btn:not(.primary),
.btn:visited:not(.primary),
.btn:link:not(.primary) {
  box-shadow: none;
}
fieldset[disabled] button,
fieldset[disabled] .btn {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
.btn--primary,
.btn--primary:visited,
.btn--primary:link,
.btn-cookie-allow,
.btn-cookie-allow:visited,
.btn-cookie-allow:link {
  color: var(--color-palette-white);
  background-color: var(--color-brand-primary);
  font-size: 1.2rem;
  line-height: 1.6rem;
  height: 5.6rem;
  padding: 12px 32px;
  font-weight: normal;
  letter-spacing: 1.2px;
}
.btn--primary:active,
.btn--primary:visited:active,
.btn--primary:link:active,
.btn--primary:focus,
.btn--primary:visited:focus,
.btn--primary:link:focus,
.btn--primary:hover,
.btn--primary:visited:hover,
.btn--primary:link:hover,
.btn-cookie-allow:active,
.btn-cookie-allow:visited:active,
.btn-cookie-allow:link:active,
.btn-cookie-allow:focus,
.btn-cookie-allow:visited:focus,
.btn-cookie-allow:link:focus,
.btn-cookie-allow:hover,
.btn-cookie-allow:visited:hover,
.btn-cookie-allow:link:hover {
  color: #fff;
  background-color: var(--color-brand-primary);
}
.btn--secondary,
.btn--secondary:visited,
.btn--secondary:link {
  font-size: 1.2rem;
  line-height: 1.6rem;
  height: 5.6rem;
  padding: 12px 32px;
  font-weight: normal;
  letter-spacing: 1.2px;
  color: var(--color-palette-gray-900);
  background-color: transparent;
  border: 1px solid var(--color-palette-gray-200);
}
.btn--secondary:active,
.btn--secondary:visited:active,
.btn--secondary:link:active,
.btn--secondary:focus,
.btn--secondary:visited:focus,
.btn--secondary:link:focus,
.btn--secondary:hover,
.btn--secondary:visited:hover,
.btn--secondary:link:hover {
  background-color: var(--color-brand-white-transparent-10);
  color: var(--color-brand-primary);
  border: 2px solid var(--color-brand-primary);
}
.btn--secondary-white,
.btn--secondary-white:visited,
.btn--secondary-white:link {
  color: var(--color-palette-white);
  border: 2px solid var(--color-palette-white);
}
.btn--secondary-white:active,
.btn--secondary-white:visited:active,
.btn--secondary-white:link:active,
.btn--secondary-white:focus,
.btn--secondary-white:visited:focus,
.btn--secondary-white:link:focus,
.btn--secondary-white:hover,
.btn--secondary-white:visited:hover,
.btn--secondary-white:link:hover {
  background-color: var(--color-brand-white-transparent-10);
  color: var(--color-palette-white);
  border: 2px solid var(--color-palette-white);
}
.btn--tertiary,
.btn--tertiary:visited,
.btn--tertiary:link {
  color: var(--color-palette-white);
  background-color: var(--color-brand-primary);
  border: 2px solid var(--color-brand-primary);
}
.btn--tertiary:active,
.btn--tertiary:visited:active,
.btn--tertiary:link:active,
.btn--tertiary:focus,
.btn--tertiary:visited:focus,
.btn--tertiary:link:focus,
.btn--tertiary:hover,
.btn--tertiary:visited:hover,
.btn--tertiary:link:hover {
  color: var(--color-palette-white);
  background-color: #1b1d1f;
  border: 2px solid var(--color-brand-primary-hover);
}
.tsearch__search_btn:hover,
.tsearch__search_btn:visited:hover,
.tsearch__search_btn:link:hover,
.tsearch__search_btn:active,
.tsearch__search_btn:visited:active,
.tsearch__search_btn:link:active,
.tsearch__search_btn:focus,
.tsearch__search_btn:visited:focus,
.tsearch__search_btn:link:focus {
  background: none;
}
.btn--white,
.btn--white:visited,
.btn--white:link {
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
  border: 2px solid var(--color-palette-white);
}
.btn--white:active,
.btn--white:visited:active,
.btn--white:link:active,
.btn--white:focus,
.btn--white:visited:focus,
.btn--white:link:focus,
.btn--white:hover,
.btn--white:visited:hover,
.btn--white:link:hover {
  border: 2px solid var(--color-palette-gray-100);
  background-color: var(--color-palette-gray-100);
  color: var(--color-brand-primary);
}
.btn--group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.btn--group .btn {
  width: 100%;
  max-width: 17.4rem;
  margin-bottom: 0;
}
.btn--group .btn:not(:last-child) {
  margin-right: var(--spacing-12);
}
.btn.btn-n {
  max-width: 18rem;
}
.link-btn {
  font-size: 1.2rem;
  color: var(--color-palette-white);
  letter-spacing: 1.2px;
  line-height: 1.6rem;
  border-bottom: 1px solid var(--color-palette-white);
  padding-bottom: var(--spacing-8);
  text-transform: uppercase;
  text-decoration: none;
}
.link-btn:hover {
  color: var(--color-palette-white);
}
.link-btn:not(:last-child) {
  margin-right: 4rem;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 0;
  overflow: auto;
  height: 100vh;
  background: rgba(0, 23, 79, 0.3);
}
#notice-cookie-block .content {
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
  background: var(--color-brand-primary);
  padding: 20px;
  position: fixed;
  padding: 1.3rem;
  padding-bottom: 5rem;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}
#notice-cookie-block .content p {
  font-size: 1.6rem;
  margin: 0;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--color-palette-white);
}
#notice-cookie-block .content p a {
  color: var(--color-palette-white);
}
#notice-cookie-block .content .actions {
  margin-top: 1rem;
  width: 100%;
  padding-left: 0;
  text-align: center;
}
#notice-cookie-block .content .actions .cookies-setting-btn {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 700;
  color: var(--color-palette-white);
  text-decoration: underline;
  margin-top: 1rem;
  display: inline-block;
}
#notice-cookie-block .content .actions .btn-cookie-allow {
  margin: 0 auto;
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
}
#notice-cookie-block .content .actions .btn-cookie-allow:hover {
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
}
#notice-cookie-block h5 {
  font-size: 1.3rem;
  letter-spacing: .086rem;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 2rem;
  color: var(--color-palette-white);
  font-family: var(--font-family-primary);
}
.content-cookie {
  width: 100%;
}
.cookies-setting {
  -webkit-animation: zoom-in-content 0.2s ease-in forwards;
  animation: zoom-in-content 0.2s ease-in forwards;
  padding: 2rem 2rem 3rem;
  background: var(--color-brand-primary);
  color: var(--color-white);
  width: 97%;
  margin: 5rem auto;
  border-radius: .5rem;
}
.cookies-setting .custom-check {
  font-size: 1.2rem;
  color: var(--color-palette-white);
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 1rem 0;
  letter-spacing: .08rem;
  font-family: var(--font-family-primary);
  font-weight: 700;
}
.cookies-setting .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cookies-setting .custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-brand-primary);
  height: 1.8rem;
  width: 1.8rem;
}
.cookies-setting .custom-check input:checked ~ .checkmark {
  background: url(../images/tick-icon.png) no-repeat 1px 0;
}
.cookies-setting p {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  color: var(--color-palette-white);
}
.cookies-setting p a {
  color: var(--color-palette-white);
}
.cookies-setting .btn-cookie-allow {
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
}
.tsearch__block {
  position: absolute;
  width: 100%;
  padding: var(--spacing-16) 0rem;
}
.tsearch__block::before {
  content: '';
  position: absolute;
  left: -1.56rem;
  height: 109%;
  top: 0;
  right: -1.56rem;
  background: var(--color-white);
}
.tsearch__section {
  position: relative;
}
.tsearch__input[type=text],
.tsearch__input[type=email] {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.4rem;
  max-width: 100%;
  width: 100%;
  background: var(--color-palette-gray-100);
  border: var(--border-width-s) solid var(--color-palette-gray-200);
  border-radius: var(--border-radius-s);
  padding: 0 1.6rem;
  padding-left: 3.5rem;
  font-size: 1.5rem;
  font-weight: var(--font-weight-normal);
}
.tsearch__input[type=text]::placeholder,
.tsearch__input[type=email]::placeholder {
  font-size: 1.5rem;
  color: var(--color-brand-primary);
}
.tsearch__input[type=text]:-ms-input-placeholder,
.tsearch__input[type=email]:-ms-input-placeholder {
  font-size: 1.5rem;
  color: var(--color-brand-primary);
}
.tsearch__input[type=text]::-ms-input-placeholder,
.tsearch__input[type=email]::-ms-input-placeholder {
  font-size: 1.5rem;
  color: var(--color-brand-primary);
}
.tsearch__input[type=text]:focus-visible,
.tsearch__input[type=email]:focus-visible {
  outline: none;
}
.tsearch__input[type=text] {
  background-color: var(--color-white);
  box-sizing: border-box;
  color: var(--color-brand-primary);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  height: 44px;
  line-height: normal;
  outline: none;
  position: relative;
  text-transform: capitalize;
  padding: 0 1rem;
  background: var(--color-white);
  border: var(--border-width-s) solid var(--color-palette-gray-200);
  border-radius: 0;
  padding: 0 1.6rem;
  padding-right: 3.5rem;
  padding-left: 4rem;
}
.tsearch__input[type=text]::placeholder {
  font-size: 1.4rem;
  color: var(--color-brand-primary);
}
.tsearch__input[type=text]:-ms-input-placeholder {
  font-size: 1.4rem;
  color: var(--color-brand-primary);
}
.tsearch__input[type=text]::-ms-input-placeholder {
  font-size: 1.4rem;
  color: var(--color-brand-primary);
}
.tsearch__input[type=text]:focus-visible {
  outline: none;
}
.tsearch__actions {
  position: absolute;
  height: 100%;
  top: 39%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 4rem;
}
.tsearch__action {
  height: 100%;
  padding: 0;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  visibility: hidden;
  z-index: -1;
  transition: none .2s ease;
  -webkit-transition: none .2s ease;
  opacity: 0;
}
.tsearch__action:disabled {
  opacity: 1;
  pointer-events: none;
}
.tsearch__action.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  display: flex;
}
.tsearch__action.active:disabled {
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  z-index: 1;
}
.tsearch__action.deactive {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: none;
}
.tsearch__action.deactive:disabled {
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  z-index: 1;
}
.tsearch__icon {
  width: 2rem;
  height: 2rem;
  display: flex;
}
.search_autocomplete_mobile {
  position: relative;
  width: calc(100%);
  margin-left: 0;
}
.search_autocomplete_mobile .aa-dropdown-menu {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  background: #fff;
  width: 100%;
}
.search_autocomplete_mobile .aa-dropdown-menu::before {
  content: '';
  position: absolute;
  left: -2.1rem;
  height: 87vh;
  top: 0;
  right: -2rem;
  background: var(--color-white);
}
.search_autocomplete_mobile .autocomplete-wrapper {
  position: relative;
}
.search_autocomplete_mobile .auto-ryt-menu {
  padding: 1.5rem;
  position: relative;
  height: calc(70vh);
  overflow-y: auto;
}
.search_autocomplete_mobile .aa-suggestions {
  flex-wrap: wrap;
}
.search_autocomplete_mobile .aa-suggestions .aa-suggestion {
  width: 100%;
}
.search_autocomplete_mobile .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-hit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-top: 0;
  width: 100%;
  text-decoration: none;
}
.search_autocomplete_mobile .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-hit .thumb {
  max-width: 7.5rem;
  width: 100%;
}
.search_autocomplete_mobile .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-hit .info {
  max-width: 75%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
}
.search_autocomplete_mobile .algo_prd_name {
  font-size: 1.4rem;
  text-transform: capitalize;
  color: var(--color-brand-primary);
}
.search_autocomplete_mobile .algoliasearch-autocomplete-category {
  font-size: 1.2rem;
  color: var(--color-brand-primary);
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  display: none;
}
.search_autocomplete_mobile .algoliasearch-autocomplete-price {
  font-size: 1.4rem;
  color: var(--color-brand-primary);
  font-weight: var(--font-weight-normal);
}
.search_autocomplete_mobile #autocomplete-products-footer {
  text-align: center;
  display: none !important;
  position: relative;
  width: auto;
  padding: 1rem 0;
  bottom: 0;
  left: 3.5rem;
  color: var(--color-brand-primary);
}
.search_autocomplete_mobile #autocomplete-products-footer span {
  font-weight: var(--font-weight-bold);
  color: var(--color-brand-primary);
}
.search_autocomplete_mobile .aa-no-results-products {
  padding: 4rem;
  min-height: 25rem;
  display: inline-block;
  width: 100%;
}
.search_autocomplete_mobile .aa-no-results-products .title {
  font-weight: var(--font-weight-bold);
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: var(--color-brand-secondary);
}
.search_autocomplete_mobile .aa-no-results-products .see-all a {
  color: var(--color-brand-primary);
  font-weight: var(--font-weight-bold);
}
.search_autocomplete_mobile .auto-lft-menu {
  width: 100%;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 100%;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-dataset-1 {
  display: none;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestions {
  flex-direction: column;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 0;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestions .info-without-thumb {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-500);
  margin-bottom: 8px;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestions .info-without-thumb em {
  color: var(--color-palette-gray-900);
  font-style: normal;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestions .info-without-thumb .text-muted {
  display: none;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestions .info-without-thumb small {
  font-size: 100%;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestions .algoliasearch-autocomplete-hit {
  margin: 0;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-dataset-suggestions {
  width: 50%;
  order: 2;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-dataset-0 {
  width: 50%;
  order: 1;
  padding-right: 12px;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-dataset-0 .category {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-500);
  margin-bottom: 1.6rem;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestion {
  width: 100%;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestion:not(:first-child) .sugTitle {
  display: none;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-500);
  margin-bottom: 1.6rem;
}
.search_autocomplete_mobile .auto-lft-menu .other-sections .aa-suggestion .sugTitle {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-500);
  margin-bottom: 1.6rem;
}
.tnavigation .search_autocomplete_mobile .auto-ryt-menu {
  height: calc(20vh);
  overflow-y: auto;
}
.userLogin-icon {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .theader__middle-center .tsearch__block {
    overflow-y: scroll !important;
    height: 43rem !important;
  }
}
.tminicart-wrapper.active .tblock-minicart {
  right: 0;
}
.tminicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
.tminicart-items-wrapper {
  display: inline-block;
  width: 100%;
  height: auto !important;
}
.tminicart-items {
  list-style: none;
  padding-bottom: .5rem;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  border-bottom: 1px solid var(--color-palette-gray-100);
}
.tminicart-items::-webkit-scrollbar {
  width: .3rem;
}
.tminicart-items::-webkit-scrollbar-track {
  background: #ccc;
}
.tminicart-items::-webkit-scrollbar-thumb {
  background: var(--color-brand-primary);
}
.tminicart-items::-webkit-scrollbar-thumb:hover {
  background: var(--color-brand-primary);
}
.tminicart-items .product-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.4rem;
}
.tminicart-items .product-item .product-image-wrapper {
  display: initial;
  padding: 0 !important;
}
.tminicart-items .product-item .product-image-photo {
  position: initial;
  width: 75px !important;
  height: 100px !important;
}
.tminicart-items .product-item-details {
  display: inline-block;
  vertical-align: top;
  padding-left: 1rem;
  width: 74%;
}
.tminicart-items .product-item-details .mini_option_bold,
.tminicart-items .product-item-details .mini_option_bold_qty {
  font-size: 1.2rem;
  color: var(--color-palette-gray-500);
}
.tminicart-items .product-item-details .mini_option_bold span.details-text,
.tminicart-items .product-item-details .mini_option_bold_qty span.details-text {
  margin-right: .4rem;
}
.tminicart-items .product-item-details dl.product.options.list {
  margin-bottom: 0;
  line-height: 18px;
}
.tminicart-items .product-item-details dl.product.options.list dt {
  color: var(--color-palette-gray-500);
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.2rem;
}
.tminicart-items .product-item-details dl.product.options.list dd.values {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: var(--color-palette-gray-500);
}
.tminicart-items .product-item-name {
  padding-top: 0px;
  font-size: 1.4rem;
  letter-spacing: 0px;
  color: var(--color-palette-gray-900);
  font-weight: normal;
  text-transform: capitalize;
  line-height: 21px;
  margin-top: 0;
  width: 65%;
}
.tminicart-items .product-item-name:hover {
  text-decoration: none;
}
.tminicart-items .product-item-name a {
  text-decoration: none;
}
.tminicart-items .product-item-details .price {
  font-size: 1.4rem;
  color: var(--color-palette-gray-900);
  margin-bottom: 10px;
  display: block;
  line-height: 2.1rem;
}
.tminicart-items .product-item-details .mini_option_bold_qty:after {
  display: none;
}
.tminicart-items a.product-item-photo {
  width: auto;
  display: inline-block;
}
.tminicart-items a.product-item-photo .product-image-container {
  width: 100% !important;
}
.tblock-minicart {
  height: 100vh;
  min-height: 100%;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 92px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0 20px;
  background: #fff;
  transition: right 0.25s ease-in-out;
  -webkit-transition: right 0.25s ease-in-out;
}
.tblock-minicart .subtotal {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin: 16px 0 20px 0;
}
.tblock-minicart .subtotal span.label {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.tblock-minicart .subtotal .amount.price-container {
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.tblock-title {
  display: block;
  text-align: left;
  font-size: 2.4rem;
  text-transform: none;
  color: var(--color-palette-gray-900);
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-palette-gray-100);
}
.tblock-content #btn-minicart-close {
  display: none;
}
.tblock-content .cart_count {
  display: inline-block;
}
.tblock-content .items-total {
  vertical-align: top;
  font-size: 1.4rem;
  margin-top: -1px;
  line-height: 2.1rem;
  margin-left: 6px;
}
.tblock-content strong.subtitle {
  display: none;
}
.tblock-content strong.subtitle.empty {
  display: block;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 2rem;
}
.tblock-content .actions .action {
  max-width: 100%;
  margin-bottom: 1.2rem;
}
.overlay-minicart {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color-brand-primary);
  z-index: 9;
  opacity: 0.6;
}
.product-item-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.modal-popup.minicart-modal .modal-inner-wrap {
  max-width: 37.5rem;
  left: initial;
  right: 0;
  top: 11rem;
  padding: 2rem;
  margin: 0;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  transition: transform 0.8s ease;
}
.modal-popup.minicart-modal .modal-inner-wrap .modal-content {
  padding: 0;
}
.modal-popup.minicart-modal .modal-header {
  padding: 0;
}
.modal-popup.minicart-modal .modal-header .action-close {
  display: none;
}
.modal-popup.minicart-modal .tpopup-close-modal {
  top: 2rem;
  right: 2rem;
}
.minicart_fly-block h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--color-palette-gray-900);
  text-transform: none;
  font-weight: normal;
}
.minicart_fly-block-content {
  display: flex;
  display: -webkit-flex;
  margin-top: 16px;
}
.minicart_fly-block-content-left {
  max-width: 158px;
}
.minicart_fly-block-content-right {
  padding-left: 2rem;
}
.minicart_fly-block-content-right .prod-name {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.minicart_fly-block-content-right .prod-price {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  margin-bottom: 1.6rem;
}
.minicart_fly-block-content-right .prod-color,
.minicart_fly-block-content-right .prod-size,
.minicart_fly-block-content-right .prod-quantity {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-500);
}
.minicart_fly-block-content-right .prod-color .label,
.minicart_fly-block-content-right .prod-size .label,
.minicart_fly-block-content-right .prod-quantity .label {
  margin-right: 4px;
}
.modals-overlay.miniflyoverlay {
  opacity: 0;
}
.vat {
  color: var(--color-palette-gray-500);
}
@media (min-width: 1100px) and (max-width: 1390px) {
  .tblock-minicart {
    max-height: calc(78vh);
    overflow: auto;
  }
  .tminicart-items {
    max-height: 220px;
  }
}
.tproduct__bannerSection-desktop,
.tproduct__bannerSection-mobile {
  margin-bottom: var(--spacing-20);
}
.tproduct__bannerSection-desktop {
  display: none;
}
.tproduct__bannerSection-video,
.tproduct__bannerSection-img {
  width: 100%;
  height: auto;
}
.tproduct__bannerSection-text {
  margin: var(--spacing-12) 0;
}
.tommy__page-description-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tommy__page-description-container-content {
  flex-direction: column;
}
.tommy__page-description-container-content .t-paragraph:not(:last-child) {
  margin-bottom: var(--spacing-16);
}
.tommy__page-description-head {
  margin-bottom: var(--spacing-16);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.tommy__banner {
  height: 100%;
}
.tommy__banner-block {
  flex-direction: row;
  justify-content: space-between;
}
.tommy__banner-block-column {
  flex-direction: column;
}
.tommy__banner-content {
  position: relative;
  height: calc(100vh - 246px);
  min-height: calc(100vh - 246px);
}
.tommy__banner-content--auto {
  height: auto;
  min-height: auto;
  position: relative;
}
.tommy__banner-content-picture,
.tommy__banner-content-imgBlock {
  height: 100%;
}
.tommy__banner-content-imgBlock {
  position: relative;
}
.tommy__banner-content-imgBlock--link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tommy__banner-content-videoBlock {
  position: relative;
  overflow: hidden;
  padding-top: calc(914/767*100%);
}
.tommy__banner-content-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.tommy__banner-content-img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.tommy__banner-content-textBlock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.tommy__banner-content-textBlock.top {
  align-items: flex-start;
  justify-content: flex-start;
}
.tommy__banner-content-textBlock.center {
  align-items: center;
  justify-content: center;
}
.tommy__banner-content-textBlock.bottom {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
}
.tommy__banner-content-textBlock.top-left {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
}
.tommy__banner-content-textBlock.top-right {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
}
.tommy__banner-content-textBlock.bottom-left {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: center;
}
.tommy__banner-content-textBlock.bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: center;
}
.tommy__banner-content-textBlock .tommy_container-full-padding0 {
  height: 100%;
}
.tommy__banner-content-inner-textBlock {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
  height: 100%;
  left: initial;
  display: flex;
  flex-direction: column;
}
.tommy__banner-content-inner-textBlock.u-text-left .btn {
  margin-left: 0;
}
.tommy__banner-content-inner-textBlock.u-text-right .bottombg-left-whiteBlack {
  background: linear-gradient(63.04deg, rgba(0, 23, 79, 0.8), rgba(0, 23, 79, 0) 54.65%);
}
.tommy__banner-content-inner-textBlock.u-text-right .btn {
  margin-right: 0;
}
.tommy__banner-content-inner-textBlock.u-text-center .btn {
  margin-right: auto;
  margin-left: auto;
}
.tommy__banner-content-inner-textBlock .btn {
  margin: 0 auto;
}
.tommy__banner-content-inner-textBlock .btn:not(:last-child) {
  margin-bottom: var(--spacing-20);
}
.tommy__banner-content-inner-cat {
  padding-left: 16px;
  padding-bottom: 16px;
}
.tommy__banner-content-inner-cat h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--color-brand-primary);
  font-weight: normal;
  text-transform: capitalize;
}
.tommy__banner-two-col {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  gap: 0.4rem;
}
.tommy__banner-two-col--left {
  width: 100%;
}
.tommy__banner-two-col--inner {
  height: auto;
  position: relative;
  height: 563px;
}
.tommy__banner-grid {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.tommy__banner-grid-col--left {
  margin-bottom: 2px;
}
.tommy__banner-grid-col--left .tommy__banner-content-imgBlock {
  height: 500px;
}
.tommy__banner-grid-col--right .tommy__banner-content-imgBlock {
  height: 185px;
}
.tommy__banner-grid--inner {
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: relative;
}
.tommy__banner-grid-inner-text {
  max-width: 100%;
  position: absolute;
  padding: 2rem;
  bottom: 0;
}
.col3-gird--big {
  grid-column: 1 / -1;
}
.section-pariWidthright {
  margin-bottom: 3px;
  margin-top: 3px;
}
.pariWidthright {
  margin-bottom: var(--spacing-16);
}
.pariWidthright-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}
.pariWidthright-content-item.col3-gird--big {
  margin-bottom: var(--spacing-8);
}
.bottombg {
  background: linear-gradient(0deg, rgba(0, 23, 79, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottombg-whiteBlack {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottombg-left {
  background: linear-gradient(0deg, rgba(0, 23, 79, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottombg-left-whiteBlack {
  background: linear-gradient(63.04deg, rgba(0, 23, 79, 0.8), rgba(0, 23, 79, 0) 54.65%);
}
.bottombg-right {
  background: linear-gradient(270deg, rgba(0, 23, 79, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottombg-right-whiteBlack {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-col2 .tommy__banner-content {
  height: 100%;
}
.t-paragraph-new {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--color-brand-para);
}
.shop__category {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 4px;
}
.shop__category-banner {
  position: relative;
  flex: 1 1 calc(46%);
  height: 245px;
}
.btn.btn-new_glp {
  border-radius: 0;
  max-width: 100%;
}
.og_bg {
  background: #7B0125;
  padding: 2rem;
}
.section-col2 .lf__content .tommy__banner-content-inner-textBlock {
  text-align: left;
  padding: 2rem 0 0;
}
.section-col2 .tommy__banner-content.lf__content {
  min-height: initial;
  height: auto;
}
.section-col2 .tommy__banner-content.lf__content .btn.btn-new_glp {
  display: inline-block;
  margin: 0;
  margin-right: 0;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.t__container.mb-padding-0 {
  padding: 0;
}
.cms_homepage .tommy__banner-content {
  height: calc(100vh - 240px);
  min-height: calc(100vh - 240px);
}
.cms_homepage .tommy__banner-content-inner-textBlock {
  justify-content: center;
  flex-direction: column;
}
a.banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.padding-title {
  padding-left: 2rem;
}
.tommy__banner-content.splash_1 {
  background-color: var(--color-brand-primary);
  justify-content: center;
  display: flex;
  align-items: center;
}
.splash_1 h1 {
  color: #fff;
}
.l1_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.splash_1 p {
  padding-top: 14px;
  padding-bottom: 22px;
  color: #fff;
}
.splash_container {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.splash_container .center {
  max-width: 100%;
}
.splash_container .btn {
  max-width: 100%;
  width: 100%;
  border: solid;
  margin-bottom: 2px !important;
}
.home_2 {
  flex-direction: column;
}
.timer__content {
  margin-right: 20px;
}
.timer__content:last-child {
  margin-right: 0;
}
.splash_1 h1 br {
  display: none;
}
.cms_homepage .tommy__banner-content-inner-textBlock {
  gap: 8px;
}
.tproduct__item-link {
  text-decoration: none;
}
.tproduct__item-wrapper {
  position: relative;
}
.tproduct__item-wrapper-img {
  position: relative;
}
.tproduct__item-imgBlock {
  position: relative;
}
.tproduct__item-imgBlock-bottom {
  position: absolute;
  left: var(--spacing-8);
  bottom: var(--spacing-8);
  flex-direction: row;
  width: auto;
}
.tproduct__item-imgBlock-bottom > *:not(:last-child) {
  margin-right: var(--spacing-8);
}
.tproduct__item-img {
  width: 100%;
  display: inline-block;
}
.tproduct__item-price-discount,
.tproduct__item-is_new,
.tproduct__item-is_exclusive {
  padding: 0.4rem var(--spacing-8);
  background: var(--color-palette-white);
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
  text-transform: capitalize;
}
.tproduct__item-price-discount {
  color: var(--color-palette-white);
  padding: 0.6rem var(--spacing-12);
  background: var(--color-brand-secondary);
}
.tproduct__item-info {
  padding: var(--spacing-12);
}
.tproduct__item-info-title,
.tproduct__item-info-sustainable_style {
  margin-bottom: var(--spacing-4);
}
.tproduct__item-info-sustainable_style {
  color: var(--color-palette-sustainability);
}
.tproduct__item-title {
  font-weight: var(--font-weight-normal);
  margin-bottom: var(--spacing-4);
  text-transform: none;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.tproduct__item-price_group {
  flex-direction: row;
  margin-bottom: var(--spacing-8);
}
.tproduct__item-price_group .old-price {
  order: -1px;
  margin-right: var(--spacing-4);
}
.tproduct__item__price_range {
  display: none;
}
.tproduct__item-price__box:not(:last-child) {
  margin-right: var(--spacing-4);
}
.tproduct__item-more-color,
.tproduct__item-is_special_sale,
.tproduct__item-desc {
  color: var(--color-palette-gray-300);
}
.tproduct__item-prod-wishlist {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  z-index: 0;
  display: flex;
}
.tproduct__item-towishlist {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 1.2rem;
  right: 1.2rem;
}
.tproduct__item-towishlist .icon {
  position: absolute;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  background-position: center center;
  background-position: center;
  background-size: 100%;
  width: 16px;
  height: 16px;
}
.tproduct__item-towishlist.active .icon {
  width: 16px;
  height: 16px;
  background: url(../icons/icon-wishlist-filledsvg.svg) no-repeat;
}
.tproduct__item-thumbnail {
  position: relative;
}
.tproduct__price {
  letter-spacing: 0.02em;
}
.tproduct__price--final-price {
  color: var(--color-brand-secondary);
}
.tproduct__price--old-price {
  text-decoration: line-through;
  color: var(--color-palette-gray-9900);
}
.tproduct__item-prod-image {
  position: relative;
}
img.lazy[data-src] + .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
img.lazy[data-src] + .loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}
img.lazy[data-src] + .loader:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  background-size: 100%;
  z-index: 5;
}
.tommy__quickview-Content {
  position: relative;
  bottom: 0;
  left: 0;
  background: var(--color-white);
}
.tommy__quickview-Content .loading-mask {
  position: relative;
  min-height: 20.5rem;
  background: transparent;
}
.tommy__quickview-Content .loading-mask:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100%;
  z-index: 5;
}
.tommy__quickview-Content .loading-mask .loader {
  display: none;
}
.tommy__quickview-Content.tommy_notifysection {
  position: relative;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.tommy__quickview-Content.tommy_notifysection .loading-mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tommy__quickview-productBlock_head,
.tommy__quickview-form_head {
  width: 95%;
}
.tommy__quickview-productInfo {
  flex-direction: row;
  margin-top: 2rem;
}
.tommy__quickview-sizeInfo-head {
  color: var(--color-palette-gray-300);
  margin-bottom: var(--spacing-8);
}
.tommy__quickview-sizeInfo-sizes {
  flex-direction: row;
  flex-wrap: wrap;
}
.tommy__quickview-sizeInfo-size {
  max-width: calc(32%);
  width: calc(32%);
  border: 1px solid var(--color-palette-blue-300);
  border-radius: var(--border-radius-s);
  text-align: center;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--spacing-4);
  margin-bottom: var(--spacing-4);
  position: relative;
}
.tommy__quickview-sizeInfo-size:nth-child(3n) {
  margin-right: 0;
}
.tommy__quickview-sizeInfo-size.active {
  border-color: var(--color-black);
}
.tommy__quickview-sizeInfo-size.zeroQuantity {
  color: var(--color-palette-gray-300);
  text-decoration: none;
}
.tommy__quickview-sizeInfo-size.zeroQuantity .icon {
  display: block;
  color: var(--color-palette-gray-300);
}
.tommy__quickview-sizeInfo-icon {
  width: 16px;
  height: 24px;
  background-size: 16px 11px;
  display: none;
  margin-right: var(--spacing-8);
  background-position: center 35%;
}
.tommy__quickview-sizeInfo-radio {
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: visible;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tommy__quickview-image {
  width: 100%;
  max-width: 10.5rem;
}
.tommy__quickview-productDetail {
  padding: 0 2rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.tommy__quickview-actions {
  align-items: center;
}
.tommy__quickview-actions .oos-submit-button {
  width: 100%;
  max-width: 100%;
}
.tommy__quickview-action {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  max-width: 21rem;
}
.tommy__quickview-action:disabled {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: none;
}
.tommy__quickview-actionInfo {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: none;
  max-width: 21rem;
  pointer-events: none;
}
.tommy__quickview-actionInfo.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  color: var(--color-palette-white);
  display: flex;
}
.tommy__quickview-productColor em {
  font-style: normal;
  color: var(--color-palette-gray-300);
}
.tommy__quickview-productDetail-link {
  font-size: 1.4rem;
  color: var(--color-logo-blue);
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: var(--font-weight-normal);
}
.tommy__quickview-close {
  display: flex;
  position: absolute;
  right: -5px;
  z-index: 1;
  top: -5px;
  cursor: pointer;
}
.tommy__quickview-infoText {
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  color: var(--color-palette-gray-300);
}
.tommy__quickview-outofStock .tommy__notification-close {
  background-size: auto;
  cursor: pointer;
  top: 0;
  right: 0;
}
.tommy__quickview-outofStock .continue-close {
  width: 100%;
}
.tommy__quickview-outofStock .message {
  flex-direction: column;
}
.tommy__btnopen {
  width: 3.6rem;
  height: 5.6rem;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  background: var(--color-white);
  border-radius: 50%;
  padding: 0;
  line-height: 3.6rem;
  max-width: 3.6rem;
  min-height: 3.6rem;
}
.tommy__btnopen:hover,
.tommy__btnopen:focus,
.tommy__btnopen:active {
  background: var(--color-white);
}
.tommy__btnopen:before {
  content: '';
  display: block;
  width: 150%;
  height: 150%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tommy__iconQV {
  width: 1.8rem;
  height: 1.8rem;
  background-size: 100%;
}
.tommy__btntext {
  pointer-events: none;
}
.Quickbuymobile .tommy__quickview-Content {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  z-index: 0;
  background: var(--color-white);
}
.Quickbuymobile .modal-content {
  overflow: auto;
  max-height: 100vh;
}
.tfooter__newsletter {
  background: var(--color-brand-primary);
  padding: 4rem 0;
  background-position: center top;
}
.tfooter__newsletter .theading {
  text-align: left;
}
.tfooter__newsletter .theading .title__h1--white {
  margin-bottom: var(--spacing-8);
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.tfooter__newsletter .theading .t-paragraph--white br {
  display: none;
}
.tfooter__newsletter .tnewsletter__top {
  margin-top: var(--spacing-20);
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-left {
  width: 100%;
  order: 2;
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-left .tsearch__input[type=email] {
  padding-right: 3.5rem;
  padding-left: 1.6rem;
  margin-bottom: var(--spacing-8);
  background: transparent;
  color: #fff;
  border-width: 2px;
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-left .tsearch__input[type=email]::-webkit-input-placeholder {
  color: var(--color-white);
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-left .tsearch__input[type=email]:-ms-input-placeholder {
  color: var(--color-white);
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-left .tsearch__input[type=email]::placeholder {
  color: var(--color-white);
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-left .tprimary {
  max-width: 100%;
  padding: 12px 20px;
  width: 12.8rem;
  font-size: 1.4rem;
  color: var(--color-brand-primary);
  background: #fff;
  border-color: #fff;
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-right {
  width: 100%;
  margin-top: var(--spacing-20);
  margin-bottom: 4rem;
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-right .tnewsletter__subcontent-right-inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: flex-start;
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-right .tnewsletter__subcontent-right-inner .tsignup {
  text-align: center;
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-right .tnewsletter__subcontent-right-inner .tsignup .t-paragraph--white {
  width: 100%;
}
.tfooter__newsletter .tnewsletter__top .tnewsletter__subcontent-inner .tnewsletter__subcontent-right .tnewsletter__subcontent-right-inner .tsignup span.icon {
  width: 43px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.interested_footer_form {
  width: 100%;
  order: 2;
}
.interested_footer_form .interested-inner {
  width: 100%;
  margin: 16px auto 0;
}
.interested_footer_form .interested-inner .intrested-field {
  display: flex;
  display: -webkit-flex;
}
.interested_footer_form .field {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0;
  width: auto;
}
.interested_footer_form .field .label {
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: var(--font-weight-normal);
}
.interested_footer_form .t-terms {
  width: 100%;
  display: block;
  margin-top: 1.4rem;
  margin-bottom: 0;
}
.interested_footer_form .t-terms .label p {
  color: var(--color-white);
  font-size: 1.1rem;
  line-height: 2.2rem;
  font-weight: var(--font-weight-normal);
  padding-left: 2.4rem;
  display: inline-block;
  width: 100%;
}
.interested_footer_form .t-terms .label p a {
  color: var(--color-white);
}
.interested_footer_form .tfield__input-label-checkbox:before {
  background-color: transparent;
  border: 1px solid var(--color-white);
}
.interested_footer_form .tfield__input-checkbox:checked ~ .tfield__input-label-checkbox:before {
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
}
.interested_footer_form_popup .interested-inner {
  width: 100%;
  margin: 16px auto 0;
}
.interested_footer_form_popup .interested-inner .intrested-field {
  display: flex;
  display: -webkit-flex;
}
.interested_footer_form_popup .field {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0;
  width: auto;
}
.interested_footer_form_popup .field .label {
  color: var(--color-brand-primary);
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: var(--font-weight-normal);
}
.interested_footer_form_popup .t-terms {
  width: 100%;
  display: block;
  margin-top: 1.4rem;
  margin-bottom: 0;
}
.interested_footer_form_popup .t-terms .label p {
  color: var(--color-brand-primary);
  font-size: 1.1rem;
  line-height: 2.2rem;
  font-weight: var(--font-weight-normal);
  padding-left: 2.4rem;
  display: inline-block;
  width: 100%;
}
.interested_footer_form_popup .t-terms .label p a {
  color: var(--color-brand-primary);
}
.interested_footer_form_popup .tfield__input-label-checkbox:before {
  background-color: transparent;
  border: 1px solid var(--color-brand-primary);
}
.interested_footer_form_popup .tfield__input-checkbox:checked ~ .tfield__input-label-checkbox:before {
  border: 1px solid var(--color-brand-primary);
  background-color: var(--color-white);
}
.newsletter_ajax_message {
  width: 100%;
  text-align: left;
  margin-top: var(--spacing-20);
}
.newsletter_ajax_message .newsletter-footer--success h3.newsletter-footer__title {
  color: var(--color-white);
  font-size: 2.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
}
.newsletter_ajax_message .newsletter-footer--success p.newsletter-footer__subtext {
  font-size: 1.5rem;
  color: var(--color-white);
}
.newsletter_ajax_message .newsletter-footer--error p.newsletter-footer__subtext {
  font-size: 2.2rem;
  color: var(--color-logo-red);
}
.newsletter-popup .newsletter-footer--success h3.newsletter-footer__title {
  color: var(--color-brand-primary);
}
.newsletter-popup .newsletter-footer--success p.newsletter-footer__subtext {
  color: var(--color-brand-primary);
}
.newsletter-popup .newsletter-footer--error {
  margin-top: 1rem;
}
.newsletter-popup .newsletter-footer__subtext {
  font-size: 2.2rem;
  color: var(--color-brand-primary);
}
.newsletter-popup .newsletter_ajax_message {
  text-align: left;
  margin-top: 0;
}
.newsletter-popup .nl_popup_down,
.newsletter-popup .nl_popup_up {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 20px;
}
.newsletter-popup #newsletter-submit-popup {
  max-width: 100%;
}
.newsletter-footer__subtext {
  font-size: 2.2rem;
  color: var(--color-white);
}
.newsletter-popup {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: var(--color-white);
  padding: 32px;
  z-index: 999;
}
.newsletter-popup .tsearch__input[type=email] {
  padding-left: 1.6rem;
}
.newsletter-popup .actions-toolbar {
  margin-top: 1.6rem;
}
.newsletter-popup .actions-toolbar #newsletter-submit {
  max-width: 100%;
}
.abs-modal-overlay,
.modals-overlay {
  background: rgba(0, 23, 79, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 1000;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 1.2rem 0.2rem rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 4.4rem;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup.Quickbuymobile.modal-slide.tpopup-normal._show .modal-inner-wrap[class] {
  transform: translateX(0) translateY(0%);
  bottom: 0;
  top: auto;
}
.modals-overlay {
  z-index: 888 !important;
}
.tommy__quickview-Content.tommy_notifysection {
  display: none;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #000000;
}
.modal-custom .action-close {
  margin: var(--spacing-24);
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: var(--color-palette-gray-300);
  padding-bottom: var(--spacing-12);
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: var(--spacing-24);
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
.modal-popup.modal-slide.popup-slide {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  top: 0px;
  height: 100%;
  min-height: 100%;
}
.modal-popup.modal-slide.popup-slide .modal-inner-wrap {
  left: auto;
  width: 100%;
  max-width: 100%;
  top: 0px;
  right: 0;
  transform: translateX(200%) translateY(0%);
  margin: 0px;
  border-radius: 0;
  height: 100%;
  min-height: 100%;
  padding: 0;
  position: absolute;
  background: var(--color-palette-white);
  transition: all 0.3s ease-in-out;
}
.modal-popup.modal-slide.popup-slide .modal-inner-wrap .modal-content {
  padding: var(--spacing-32);
}
.modal-popup.modal-slide.popup-slide._show .modal-inner-wrap {
  transform: translateX(0%) translateY(0%);
}
.modal-popup.modal-slide.popup-slide._inner-scroll .modal-inner-wrap {
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.modal-popup.modal-slide.tpopup-normal {
  left: 0;
}
.modal-popup.modal-slide.tpopup-normal .modal-inner-wrap[class] {
  position: absolute;
  height: auto;
  min-height: auto;
  max-height: auto;
  bottom: 0;
  width: 100%;
  max-width: 100rem;
  padding: 0;
  margin: 0 auto;
}
.modal-popup.modal-slide.tpopup-normal .modal-inner-wrap[class] .modal-content {
  padding: var(--spacing-32);
  height: 100vh;
  overflow: auto;
}
.modal-popup.modal-slide.tpopup-normal_show .modal-inner-wrap[class] {
  transform: translateX(0) translateY(0);
}
.modal-popup.modal-slide.tpopup-normal.quickView .modal-inner-wrap[class] .modal-content {
  padding: var(--spacing-20);
}
.modal-popup.modal-slide.bgfull .modals-overlay {
  background: #00174f;
}
.modal-header {
  padding: var(--spacing-20);
  background: var(--color-white);
}
.modal-header .modal-title {
  border: 0;
  padding-bottom: 0;
}
.modal-slide .action-close {
  width: auto;
}
.menuOpen .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  height: 100%;
}
.modal-popup .modal-content {
  padding: var(--spacing-20);
  padding-top: 0;
  background: var(--color-white);
}
.tpopup-back-modal {
  flex-direction: row;
}
.tpopup-back-modal .icon {
  margin-right: -.4rem;
  background-position: -5px 50%;
}
.tpopup-close-modal-nojs,
.tpopup-close-modal {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  display: flex;
  cursor: pointer;
}
#calendar-container {
  width: 100%;
  /* Set the width to 42rem */
  background-color: #fff;
  box-sizing: border-box;
}
div#calendar {
  width: 100%;
}
#calendar-header {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: bold;
  color: var(--color-brand-primary);
  width: 100%;
  text-transform: uppercase;
}
#calendar-days {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}
#calendar-days div {
  width: calc(14.28571429%);
  /* Make each day equally spaced */
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-palette-gray-300);
}
.calendar-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.calendar-date.empty {
  background-color: #f0f0f0;
  cursor: default;
}
.calendar-date {
  padding: 2px;
  text-align: center;
  background-color: #f2f2f2;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.calendar-date:hover {
  background-color: var(--color-brand-primary);
  color: white;
  transform: scale(1.1);
}
.calendar-date.selected {
  background-color: var(--color-brand-primary);
  color: white;
}
#time-slots {
  margin-top: 10px;
  text-align: center;
  display: none;
  width: 100%;
}
#selected-date {
  font-size: 12px;
}
#slots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  margin-top: 10px;
}
.slot {
  padding: 4px;
  background-color: #f2f2f2;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.slot:hover {
  background-color: var(--color-brand-primary);
  color: var(--color-white);
  transform: scale(1.1);
}
.slot.selected {
  background-color: var(--color-brand-primary);
  color: var(--color-white);
}
#calendar-container label.label {
  display: block;
  position: initial;
}
#customer-popup-normal .phone_number select {
  color: #969696;
  width: 100%;
  height: 44px;
  padding: 13px 5px;
  border: 2px solid var(--color-brand-primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-bottom: 1.2rem;
  outline: none;
  margin-bottom: var(--spacing-12);
  font-size: 1.5rem;
}
.booked {
  background-color: #ccc;
  cursor: not-allowed;
  padding: 4px;
  text-align: center;
  font-size: 12px;
  opacity: 0.;
  color: #999;
}
.btm_terms ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.btm_terms ul li {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 0;
  line-height: 16px;
}
.tfield__input-group .tfield__input.col3 {
  margin-bottom: 0;
}
.modal-popup.modal-slide.tpopup-normal .thankyou.modal-inner-wrap[class] {
  max-width: 100%;
  width: 100%;
}
.modal-popup.modal-slide.tpopup-normal .thankyou.modal-inner-wrap[class] .modal-content {
  height: auto;
}
.abs-field-date-input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker {
  margin-right: 1.2rem;
  width: calc(100% - 6rem);
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.mage-error {
  display: block;
  color: var(--color-feeback-error);
}
.tcustomer-popup-login .block-customer-login .actions-toolbar {
  padding-bottom: var(--spacing-24);
  border-bottom: 1px solid #E9EBED;
}
.tcustomer-popup-login .block-customer-login .tsign-social-icon {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #E9EBED;
  padding-bottom: var(--spacing-24);
  display: none;
}
.tcustomer-popup-login .block-customer-login .tsign-social-icon h5 {
  color: var(--color-palette-gray-900);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  display: block;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.tcustomer-popup-login .block-customer-login .tsign-social-icon .social-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  padding: 8px;
  margin: 0px 8px;
}
.tcustomer-popup-login .block-customer-login .tsign-social-icon a {
  text-decoration: none;
}
.tcustomer-popup-login .block-customer-login .create-account .membership-benefits-details {
  display: none;
}
.tcustomer-popup-login .block-customer-login .create-account .membership-benefits-details h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: var(--color-palette-gray-900);
  font-weight: var(--font-weight-normal);
  text-transform: capitalize;
  margin-bottom: 1.6rem;
}
.tcustomer-popup-login .block-customer-login .create-account .membership-benefits-details ul {
  list-style: none;
}
.tcustomer-popup-login .block-customer-login .create-account .membership-benefits-details ul li {
  display: flex;
  align-items: center;
  margin: 1.6rem 0 1.2rem 0;
  justify-content: left;
}
.tcustomer-popup-login .block-customer-login .create-account .membership-benefits-details ul li span.tick-icon {
  padding-right: 0.8rem;
}
.tcustomer-popup-login .block-customer-login .create-account .membership-benefits-details ul li span.text {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.tcustomer-popup-login .block-customer-login .create-account .secondary {
  margin-bottom: var(--spacing-32);
}
.tcustomer-popup-login .block-customer-login .create-account .secondary .btn--secondary {
  border: 1px solid var(--color-palette-gray-200);
}
.tcustomer-popup-login .block-customer-login .create-account .secondary .btn--secondary span {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--color-palette-gray-900);
  letter-spacing: 0.12rem;
  line-height: 1.6rem;
}
.tcustomer-popup-login .block-customer-login .discover-text span {
  font-size: 1.4rem;
  text-transform: capitalize;
  color: var(--color-palette-gray-900);
  line-height: 2.1rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.tcustomer-popup-login .block-customer-login .together_logo {
  font-family: 'Garamond96DTPro';
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: var(--spacing-24);
  color: var(--color-palette-gray-900);
}
.tcustomer-popup-login .block-customer-login .subTitle__h3 {
  text-transform: none;
  line-height: 2.8rem;
  font-size: 2.4rem;
}
.customer-popup-forgotpassword .block-customer-forgotpassword .tpopup-block-head {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: var(--color-palette-gray-900);
  text-transform: capitalize;
}
.customer-popup-forgotpassword .block-customer-forgotpassword .btn--group {
  align-items: center;
}
.customer-popup-forgotpassword .block-customer-forgotpassword .btn--group .btn--secondary {
  border: 1px solid var(--color-palette-gray-200);
  border-radius: 0;
}
.customer-popup-forgotpassword .block-customer-forgotpassword .btn--group .forgotpassword {
  padding: 1.2rem var(--spacing-32);
  min-height: 5.6rem;
  height: 5.6rem;
  border-radius: 0;
}
.customer-popup-forgotpassword .block-customer-forgotpassword .btn--group .forgotpassword span {
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  line-height: 1.6rem;
}
.customer-popup-forgotpassword .together_logo {
  font-family: 'Garamond96DTPro';
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: var(--spacing-24);
  color: var(--color-palette-gray-900);
}
.tfieldset {
  border: 0;
  padding: 0;
}
.tfieldset:last-child {
  margin-bottom: 0;
}
.tfieldset .tfield {
  position: relative;
  margin-bottom: var(--spacing-8);
}
.tfieldset .tfield .label {
  position: absolute;
  top: 1.2rem;
  left: 1.6rem;
  font-size: 1.4rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-palette-gray-900);
  z-index: 3;
  /*-----------------------*/
  display: none;
}
.tfieldset .tfield input,
.tfieldset .tfield input:focus,
.tfieldset .tfield input:focus-visible,
.tfieldset .tfield input:focus-within {
  height: 5.6rem;
  border: 1px solid var(--color-palette-gray-100);
  padding: var(--spacing-16);
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  outline: none;
  appearance: none;
}
.tfieldset .tfield input::-webkit-input-placeholder,
.tfieldset .tfield input:focus::-webkit-input-placeholder,
.tfieldset .tfield input:focus-visible::-webkit-input-placeholder,
.tfieldset .tfield input:focus-within::-webkit-input-placeholder {
  /* Edge */
  color: var(--color-palette-gray-900);
}
.tfieldset .tfield input:-ms-input-placeholder,
.tfieldset .tfield input:focus:-ms-input-placeholder,
.tfieldset .tfield input:focus-visible:-ms-input-placeholder,
.tfieldset .tfield input:focus-within:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-palette-gray-900);
}
.tfieldset .tfield input::placeholder,
.tfieldset .tfield input:focus::placeholder,
.tfieldset .tfield input:focus-visible::placeholder,
.tfieldset .tfield input:focus-within::placeholder {
  color: var(--color-palette-gray-900);
}
.tfieldset .tprimary .action {
  max-width: 100%;
  width: 100%;
}
.tfieldset .create-account {
  margin-top: var(--spacing-24);
}
.tfieldset .create-account .action {
  max-width: 100%;
  width: 100%;
}
.or-another-selection {
  border: 0;
  padding-bottom: 2rem;
}
.login-in {
  padding-bottom: var(--spacing-24);
  margin-bottom: var(--spacing-24);
  border-bottom: 1px solid #E5E5E5;
}
.login-in .action {
  max-width: 100%;
}
.register-heading {
  border: 0;
  padding-bottom: 2rem;
}
.form-create-account .action {
  max-width: 100%;
  width: 100%;
}
.form-create-account select {
  background-size: 16% !important;
  color: #969696;
  width: 100%;
  height: 56px;
  padding: 13px 5px;
  border: 1px solid var(--color-palette-gray-100);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-bottom: 1.2rem;
  background: url(../icons/icon-arrow-downsvg.svg) no-repeat;
  background-position: 98%;
  outline: none;
  margin-bottom: var(--spacing-12);
  font-size: 1.5rem;
}
.form-create-account .tfield__input-group.phone_number .tfield__input.col3 {
  max-width: calc((40.33%) - 4px);
  margin-bottom: 0;
}
.tpassword-strength-meter {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-palette-gray-300);
  padding-top: 0.8rem;
}
.icon-Locksvg {
  display: inline-block;
  vertical-align: bottom;
  background-position: center;
}
.tnewsletter-access {
  margin-top: 3.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  margin-bottom: 4.2rem;
}
.tnewsletter-surprise {
  text-align: center;
}
.tnewsletter-surprise .icon {
  display: inline-block;
}
.tnewsletter-para {
  font-size: 13.12px;
  line-height: 18.2px;
  font-weight: var(--font-weight-normal);
  color: #001652;
  display: block;
}
/*-----------------------
        checkbox design
    ---------------------*/
.input_checkbox,
input[type=checkbox] + label:before,
.tfield__input-label-radiobox::before,
.tfield__input-label-checkbox::before,
.tfield__input-label-checkbox:before,
.tfield__input-label-radiobox:before {
  content: '';
  background-color: var(--color-palette-white);
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid var(--color-brand-primary);
  margin-right: var(--spacing-8);
  display: flex;
  position: absolute;
  top: 1px;
  left: 0;
}
.tfieldset:not(:last-child) {
  margin-bottom: var(--spacing-32);
}
.tfield .control {
  position: relative;
}
.tfield__input {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.tfield__input-group {
  flex-direction: row;
  margin-bottom: var(--spacing-20);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}
.tfield__input-group.dob {
  margin-bottom: 0;
}
.tfield__input-check,
.tfield__input-radio {
  margin-bottom: var(--spacing-20);
}
.tfield__input-radiobox,
.tfield__input-checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
}
.tfield__input-label-radiobox,
.tfield__input-label-checkbox {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-palette-gray-900);
  display: inline-block;
  width: 100%;
  flex-direction: row;
  position: relative;
}
.tfield__input-label-radiobox::after,
.tfield__input-label-checkbox::after {
  display: none;
}
.tfield__input-label-radiobox span,
.tfield__input-label-checkbox span {
  padding-left: 2.4rem;
  display: inline-block;
  width: 100%;
  color: var(--color-palette-gray-900);
}
.tfield__input-label-radiobox:before {
  border-radius: 50%;
}
.tfield__input-radiobox:checked ~ .tfield__input-label-radiobox::before,
.tfield__input-checkbox:checked ~ .tfield__input-label-radiobox::before,
.tfield__input-radiobox:checked ~ .tfield__input-label-checkbox::before,
.tfield__input-checkbox:checked ~ .tfield__input-label-checkbox::before {
  background-position: center center;
  width: var(--spacing-16);
  height: var(--spacing-16);
  display: flex;
  border: 1px solid var(--color-brand-primary);
}
.tfield__input-group .tfield__input:not(:last-child) {
  margin-right: var(--spacing-12);
}
.tfield__input-group .tfield__input.last,
.tfield__input-group .tfield__input:last-child {
  margin-right: 0;
  align-items: flex-end;
  margin-bottom: 0;
}
.tfield__input-group .tfield__input.col2 {
  width: 100%;
  max-width: calc((50%) - 4px);
}
.tfield__input-group .tfield__input.col2-mb-full {
  width: 100%;
  max-width: 100%;
}
.tfield__input-group .tfield__input.col2-mb-full:not(:last-child) {
  margin-bottom: var(--spacing-20);
}
.tfield__input-group .tfield__input.col3 {
  width: 100%;
  max-width: calc((33.33%) - 4px);
}
.tfield__input-group.dob .tfield__input {
  margin-bottom: 0;
}
.tfield__input .label {
  color: #969696;
  left: 0;
}
.tfield__input-block {
  margin-bottom: var(--spacing-20);
}
.tfield__input-block .label {
  color: #969696;
  margin-bottom: var(--spacing-8);
}
.tfield__note {
  margin-top: var(--spacing-8);
  color: #969696;
}
.tfield__password-show {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  cursor: pointer;
}
.tfield__password-show.active {
  width: 5.6rem;
  height: 5.6rem;
  background-position: center center;
}
.success_header {
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: none;
}
.formAjax_error-block {
  margin-bottom: var(--spacing-12);
}
.form-create-account .tfield__input-label-checkbox {
  z-index: 9999;
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap[class] .modal-content {
  height: auto;
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap .modal-content .together_logo {
  font-family: 'Garamond96DTPro';
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: var(--spacing-24);
  color: var(--color-palette-gray-900);
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap .modal-content .tpopup-block-head {
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: capitalize;
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap .modal-content .tpassword .tfield__note {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  margin-top: var(--spacing-16);
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap .modal-content .tpassword .password-contain .condition {
  margin: var(--spacing-8) 0 0 var(--spacing-12);
  padding: 0 0 0 10px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap .modal-content .tpassword .password-contain .condition.valid {
  margin: var(--spacing-8) 0 0 0;
  padding: 0;
  display: flex;
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap .modal-content .tpassword .password-contain .condition.valid span {
  display: block;
  margin-right: var(--spacing-8);
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap .modal-content .tpassword .password-contain .condition span {
  display: none;
}
.customer-account-createpassword .modal-popup.modal-slide .modal-inner-wrap .modal-content a.resetforgottenpassword {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 3.6rem;
  padding: var(--spacing-12) var(--spacing-32);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.account__top {
  background: var(--color-palette-gray-100);
}
.account__top .sidebar-main {
  order: 1;
  margin-bottom: var(--spacing-32);
  overflow-x: auto;
}
.account__top .sidebar-main .block-collapsible-nav .title {
  display: none;
}
.account__top .sidebar-main .block-collapsible-nav .block-collapsible-nav-content .items {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.account__top .sidebar-main .block-collapsible-nav .block-collapsible-nav-content .items .item {
  display: flex;
  scroll-snap-align: start;
  /*&.current{
                                    order: -1;
                                }*/
}
.account__top .sidebar-main .block-collapsible-nav .block-collapsible-nav-content .items .item.current a {
  border: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.account__top .sidebar-main .block-collapsible-nav .block-collapsible-nav-content .items .item.current strong {
  border-color: var(--color-brand-primary);
}
.account__top .sidebar-main .block-collapsible-nav .block-collapsible-nav-content .items .item strong {
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: var(--font-weight-normal);
  border: 1px solid var(--color-palette-blue-300);
  margin-right: var(--spacing-8);
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.account__top .sidebar-main .block-collapsible-nav .block-collapsible-nav-content .items .item a {
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: var(--font-weight-normal);
  border: 1px solid var(--color-palette-blue-300);
  margin-right: var(--spacing-8);
  text-decoration: none;
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.account__top .sidebar-main ::-webkit-scrollbar {
  display: none;
}
.tcustomer__top.t__container {
  background: var(--color-palette-gray-100);
  padding: 2rem 1.2rem;
}
.tcustomer__top main#maincontent.page-main {
  margin-top: 0;
}
.tcustomer__top .breadcrumbs {
  display: none;
}
.tcustomer__top .columns {
  display: flex;
  flex-wrap: wrap;
}
.tcustomer__top .columns .column {
  order: 2;
  width: 100%;
}
.tcustomer__top .columns .sidebar-additional {
  order: 1;
  margin-bottom: 2rem;
  overflow-x: auto;
}
.tcustomer__top .columns .sidebar-additional .block-reorder {
  display: none;
}
.tcustomer__top .columns .sidebar-additional .block-wishlist {
  display: none;
}
.tcustomer__top .page-main {
  padding: 0 !important;
}
.tcustomer__top .storelocator {
  padding: 0;
}
.tcustomer__top .storelocator .map_search {
  width: 100%;
  padding: 0;
}
.tcustomer__top .storelocator .map_search .map_text {
  border: 1px solid var(--color-brand-primary);
  margin-bottom: var(--spacing-12);
}
.tcustomer__top .storelocator .map_search .btn--tertiary {
  margin-bottom: var(--spacing-12);
  max-width: 100%;
}
.tcustomer__top .storelocator .map_search .btn--secondary {
  max-width: 100%;
}
.tcustomer__top .storelocator .t-paragraph--m {
  display: block;
}
.tcustomer__top .storelocator .load_more .btn--tertiary {
  max-width: 100%;
}
.tcustomer__top .t-paragraph--m {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.tcustomer__sidebar .cms-left-menu {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.tcustomer__sidebar .cms-left-menu .item {
  display: flex;
  scroll-snap-align: start;
}
.tcustomer__sidebar .cms-left-menu .item a {
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: var(--font-weight-normal);
  border: 1px solid var(--color-palette-blue-300);
  margin-right: var(--spacing-8);
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  border-radius: 0.3rem;
  background-color: var(--color-palette-white);
}
.tcustomer__sidebar ::-webkit-scrollbar {
  display: none;
}
.tcustomer__content {
  padding: 2rem;
  border: var(--border-width-s) solid var(--color-palette-gray-200);
  margin-bottom: var(--spacing-8);
  border-radius: var(--border-radius-m);
  background-color: var(--color-palette-white);
}
.tcustomer__content .altTitle__h4 {
  position: relative;
}
.tcustomer__content .altTitle__h4 .tcustomer__sub-open {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.tcustomer__content .altTitle__h4 .tcustomer__sub-open .icon-arrow-downsvg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tcustomer__content .altTitle__h4.active {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: var(--spacing-16);
  margin-bottom: var(--spacing-16);
}
.tcustomer__content .altTitle__h4.active .tcustomer__sub-open .icon {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  top: 30%;
}
.tcustomer__content .t-paragraph--m {
  font-size: 1.3rem;
}
.tcustomer__content .tcustomer__subcontent {
  display: none;
}
.tcustomer__content.need_help .subTitle__h3 {
  margin-bottom: var(--spacing-8);
}
.tcustomer__content.need_help span {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #969696;
  margin-bottom: var(--spacing-20);
  display: block;
}
.tcustomer__content.need_help .btn--secondary {
  width: 100%;
  color: var(--color-brand-primary);
  background-color: transparent;
  font-size: 1.2rem;
  border: 2px solid var(--color-brand-primary);
  line-height: 2rem;
  height: 4.4rem;
  min-height: 4.4rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  padding: var(--spacing-12) 0;
  border-radius: 3px;
  transition: .5s;
  -webkit-transition: .5s;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-bold);
}
.tcustomer__content .tcustomer-tick {
  text-align: center;
  width: 100%;
}
.tcustomer__content .tcustomer-tick thead tr th {
  font-size: 1.3rem;
}
.tcustomer__content .tcustomer-tick tr td.tick {
  background: url(../icons/icon-checkmarksvg.svg) no-repeat center;
  height: 36px;
}
.tcustomer__content .tcustomer-tick tr td:first-child.tick {
  background-position: 2.9rem;
}
.tcustomer__content.Contact_page .altTitle__h4 {
  margin-bottom: var(--spacing-12);
}
.tcustomer__content.Contact_page .box-content {
  text-align: center;
  height: 4.4rem;
  border: 2px solid var(--color-brand-primary);
  line-height: 2rem;
  border-radius: 0.3rem;
  padding: var(--spacing-12) var(--spacing-16);
  width: 100%;
  margin-bottom: var(--spacing-12);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--color-brand-primary) !important;
}
.tcustomer__content.Contact_page .t-paragraph--m {
  color: var(--color-palette-gray-300);
  margin-bottom: var(--spacing-16);
}
.tcustomer__content .table-cell .table-cell-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: var(--spacing-12);
}
.tcustomer__rightcontent .title__h1 {
  margin-bottom: var(--spacing-8);
}
.tcustomer__rightcontent .t-paragraph--l {
  margin-bottom: var(--spacing-20);
}
.cms-customer-service .tcustomer__sidebar .nav-1 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-customer-service-returns .tcustomer__sidebar .nav-2 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-customer-service-your-order-information .tcustomer__sidebar .nav-3 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-customer-service-payment .tcustomer__sidebar .nav-4 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-customer-service-shipping-information .tcustomer__sidebar .nav-5 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-customer-service-product-information .tcustomer__sidebar .nav-6 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.storelocator-index-index .tcustomer__sidebar .nav-7 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-customer-service-company-information .tcustomer__sidebar .nav-8 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-my-account-faq .tcustomer__sidebar .nav-9 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-counterfeit-products .tcustomer__sidebar .nav-13 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.mageworx_htmlsitemap-index-index .tcustomer__sidebar .nav-11 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.cms-customer-service-imprint .tcustomer__sidebar .nav-12 a {
  border: 1px solid var(--color-brand-primary);
  display: inline-block;
}
.siz {
  display: none;
}
.icon-measuresvg {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background: url(../icons/icon-measuresvg.svg) no-repeat;
  height: 23px;
}
.cta_size {
  margin-bottom: 41px;
  margin-top: -4px;
  display: flex;
  max-width: 30rem;
  max-height: 12rem;
  flex-direction: row;
}
.cta_size .btn {
  max-width: 50%;
  font-size: 12px;
  font-weight: 300;
  margin-right: 5px;
  border: 1px solid #00174f;
  border-radius: 0px;
}
.cta_size a {
  max-width: 100%;
  padding: -6px 2px;
  border: 2px solid #00174f;
  color: #00174f;
}
.Tommy_measures {
  flex-basis: calc(100% - -626px);
}
.Tommy_measures .tcustomer__top .th-instruction p {
  line-height: 1.5;
}
.Tommy_measures .th-intro.th-sizeguide-instructions p {
  line-height: 1.5;
  margin: 0 0 24px;
}
.TommyTableModal__title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 23px;
  line-height: 20px;
  font-weight: 1000;
}
.TommyTable_image_content {
  display: flex;
  flex-direction: row-reverse;
}
.TommyTableModal__image {
  flex: 0 229px;
}
.TommyTableModal__image button,
.TommyTableModal__image .btn {
  position: absolute;
  background: none;
  top: 0px;
  background: rgba(255, 255, 255, 0.75);
  background-color: nonne;
  max-width: 45px;
  right: 0px;
}
.TommyTableModal__image .size_image {
  flex: 0 0 26%;
}
.th-instruction h3 {
  font-size: 14px;
  margin-bottom: 27px;
  line-height: 1.2rem;
}
.TommyTables__measure {
  margin-bottom: 17px;
  margin-top: -6px;
}
.TommyTables__measure--text {
  font-size: 13px;
  text-decoration: underline;
}
.th-contentasset.th-measures h3 {
  margin: 0 0 16px;
}
.th-reskin-sizes-description {
  background: #fff;
  max-width: 745px;
  position: fixed;
  left: 0px;
  right: 0px;
  border: solid;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row-reverse;
  visibility: visible;
  border-radius: 0.533333em;
  padding: 38px 40px 36px;
}
.Tommy_tables__wrap {
  width: calc(100vw - 438px);
  padding: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
.Tommy_hill_table__unitSwitcher {
  display: -webkit-flex;
  -webkit-flex: 0 0 89px;
  padding-top: -13px;
  padding-left: 8px;
  top: 0;
  right: 0;
  width: 80px;
  -webkit-flex: 0 0 88px;
}
.Tommy_hill_table__unitSwitcher button,
.Tommy_hill_table__unitSwitcher .btn {
  box-sizing: border-box;
  font-size: 8px;
  letter-spacing: 1px;
  background-color: transparent;
  border: none;
  box-shadow: inset 0 0 0 2px #00174f;
  color: #00174f;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  height: 20px;
  min-height: 20px;
  text-transform: uppercase;
}
.Tommy_hill_table__unitSwitcher button.active,
.Tommy_hill_table__unitSwitcher .btn.active {
  background-color: #00174f;
  color: #fff;
}
.Tommy_hill_table__header {
  -webkit-align-items: flex-e;
  display: flex;
  align-content: space-around;
  flex-direction: row;
  scroll-margin-top: 12vw;
  margin-bottom: 12px;
  align-items: flex-end;
  justify-content: space-between;
}
.Tommy_hill_table__maxWrap {
  max-width: auto;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  max-width: 100%;
  position: relative;
}
.Tommy_hill_table__wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
}
.Tommy_hill_table__wrap::-webkit-scrollbar {
  background-color: white;
  cursor: pointer;
  height: 40px;
  background-color: #fff;
}
.Tommy_hill_table__wrap::-webkit-scrollbar-track {
  cursor: pointer;
  border: 18px solid transparent;
  background-clip: padding-box;
  background-color: #f4f4f4;
}
.Tommy_hill_table__wrap::-webkit-scrollbar-thumb {
  cursor: pointer;
  border: 18px solid transparent;
  background-clip: padding-box;
  background-color: #00174f;
}
.th-menu.th-m-menu {
  width: calc(100vw - 438px);
  padding: 40px 40px 34px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.Tommy_hill_table {
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  line-height: 20px;
  color: #969696;
  font-family: Futura, Calibri, sans-serif;
  width: 100%;
  display: flex;
  align-content: space-around;
  flex-direction: row;
  scroll-margin-top: 12vw;
}
.Tommy_hill_table table {
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  padding: 0;
  margin: 0px;
}
.Tommy_hill_table td {
  border: none;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
}
.Tommy_hill_table th {
  border: none;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
}
.Tommy_hill_table thead {
  width: 100%;
}
.Tommy_hill_table thead tr th {
  background-color: #f4f4f4;
  color: #00174f;
  text-transform: uppercase;
  font-weight: 400;
}
.Tommy_hill_table thead tr th:first-child {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.Tommy_hill_table thead tr th:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  right: -1px;
  top: 0;
  background-color: #e5e5e5;
  position: absolute;
  display: block;
}
.Tommy_hill_table thead tr th:first-child:before {
  content: "";
  width: 1px;
  height: 100%;
  right: -1px;
  top: 0;
  background-color: #e5e5e5;
  position: absolute;
  display: block;
  background-color: #f4f4f4;
  left: -1px;
}
.Tommy_hill_table thead tr th:last-child {
  border-right: none;
}
.Tommy_hill_table tbody tr td:first-child {
  background-color: #f4f4f4;
  color: #00174f;
  text-transform: uppercase;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.Tommy_hill_table tbody tr td:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  right: -1px;
  top: 0;
  background-color: #e5e5e5;
  position: absolute;
  display: block;
}
.Tommy_hill_table tbody tr td:first-child:before {
  content: "";
  width: 1px;
  height: 100%;
  right: -1px;
  top: 0;
  background-color: #e5e5e5;
  position: absolute;
  display: block;
  background-color: #f4f4f4;
  left: -1px;
}
.Tommy_hill_table tbody tr td:last-child {
  border-right: none;
}
.Tommy_hill_table tbody tr td.Tommy_hill_table--colDivider {
  border-right: 1px solid #9e9e9e;
}
.Tommy_hill_table tbody .Tommy_hill_table--genericRow td:first-child {
  color: #fff;
  background-color: #00174f;
}
.Tommy_hill_table tbody .Tommy_hill_table--rowDivider td {
  border-top: 1px solid #e5e5e5;
}
.Tommy_hill_table__subTitle {
  color: #00174f;
  text-transform: uppercase;
  font-family: Futura, Calibri, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}
.Tommy_hill_table__title {
  color: #00174f;
  text-transform: uppercase;
  font-family: Futura, Calibri, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.Tommy_hill_table.Tommy_hill_table tbody tbody {
  width: 100%;
}
.TommysizeGuideDropdownSelector__form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 843px;
}
.TommysizeGuideDropdownSelector__form .TommysizeGuideDropdownSelector__button {
  width: 32.5%;
  margin-bottom: 0;
}
.TommysizeGuideDropdownSelector__form .TommysizeGuideDropdownSelector__dropdown {
  width: 32.5%;
  margin-bottom: 0;
}
.TommysizeGuideDropdownSelector__form btn {
  background-color: var(--color-brand-primary);
}
.TommysizeGuideDropdownSelector__dropdown {
  font-family: Futura, Calibri, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 16px;
  right: 0px;
  margin-bottom: 8px;
  color: #969696;
  border: 1px solid #969696;
  position: relative;
  background: url(https://en-ae-staging-tommy.6tst.com/static/version1674192361/frontend/Tommy/Tommy/en_US/icons/icon-arrow-downsvg.svg) no-repeat;
  cursor: pointer;
  background-position: 95%;
}
#size_btn {
  color: white;
  text-decoration: none;
}
.TommysizeGuideDropdownSelector__dropdown--placeholder {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.TommysizeGuideDropdownSelector__dropdown--select.subcat {
  display: none;
}
.TommysizeGuideDropdownSelector__dropdown--select {
  position: absolute;
  top: 40px;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #969696;
  border-radius: -5px;
  background-color: #fff;
  z-index: 1;
  max-height: 216px;
  overflow-y: auto;
}
.TommysizeGuideDropdownSelector__dropdown--option {
  padding: 12px 16px;
  color: #969696;
  text-transform: uppercase;
  border-bottom: 1px solid #969696;
  transition: .25s;
}
.TommysizeGuideDropdownSelector__dropdown--option:hover {
  color: #fff;
  background-color: #00174f;
  border-bottom: 1px solid #00174f;
}
@media only screen and (max-width: 765px) {
  .cta_size {
    display: flex;
    max-width: 100%;
    margin-bottom: 12px;
    max-height: 12rem;
    flex-direction: column;
    flex-direction: colum;
  }
  .cta_size .btn {
    max-width: 100%;
    margin-top: 5px;
    margin-right: 0px;
  }
  .th-reskin-sizes-description.siz {
    margin-top: -113px;
    padding: 27px 20px 40px;
  }
}
@media (min-width: 1024px) {
  .Tommy_hill_table__title {
    text-transform: uppercase;
    font-family: Futura, Calibri, sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .Tommy_hill_table__subTitle {
    margin-top: 36px;
    text-transform: uppercase;
    font-family: Futura, Calibri, sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 14px;
    line-height: 20px;
  }
  .Tommy_hill_table {
    scroll-margin-top: 110px;
  }
  .Tommy_hill_table__header {
    scroll-margin-top: 110px;
  }
  .th-menu.th-m-menu {
    width: 95vw;
  }
  .Tommy_tables__wrap {
    width: 95vw;
  }
}
@media screen and (max-width: 765px) {
  .TommysizeGuideDropdownSelector__form .TommysizeGuideDropdownSelector__button {
    width: 100%;
    margin-bottom: 7px;
    max-width: 100%;
  }
  .TommysizeGuideDropdownSelector__form .TommysizeGuideDropdownSelector__dropdown {
    width: 100%;
    margin-bottom: 7px;
    max-width: 100%;
  }
  .th-menu.th-m-menu {
    padding: 20px 20px 16px;
  }
  .Tommy_tables__wrap {
    padding: 20px 10px;
  }
}
.cms-eleveted-plp .t__container.tcustomer__top {
  margin: 0;
  padding: 0 !important;
}
.eleveted_collections {
  padding: 0 2rem;
  text-align: center;
  margin: 3.2rem 0;
}
.eleveted_collections h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
.eleveted_left-banner {
  width: 100%;
}
.eleveted_right-banner {
  width: 100%;
  padding: 4rem;
}
.eleveted-pr-name {
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-transform: capitalize;
  font-weight: normal;
  text-decoration: none;
}
.eleveted_scroll-link {
  border-bottom: 1px solid var(--color-palette-blue-300);
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding: 0 2rem;
}
.eleveted_scroll-left {
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 2rem;
  text-transform: uppercase;
  color: var(--color-brand-primary);
  display: none;
}
.eleveted_scroll-right a {
  font-size: 1.5rem;
  color: var(--color-brand-primary);
  text-transform: capitalize;
  padding-bottom: 2.3rem;
  display: inline-block;
  margin-right: 4rem;
  text-decoration: none;
}
.eleveted_scroll-right a.active {
  border-bottom: 1px solid var(--color-brand-primary);
}
.eleveted_scroll-right a:last-child {
  margin-right: 0;
}
.eleveted_membership {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
.eleveted_membership-right {
  width: 100%;
  padding: 2rem;
}
.eleveted_membership-right h2 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  text-transform: uppercase;
  color: var(--color-brand-primary);
  margin-bottom: 3.2rem;
  display: none;
}
.eleveted_membership .t__container {
  padding: 0;
  max-width: 100%;
}
.eleveted_membership .tsignup__subcontent-inner {
  margin-top: 1.6rem;
}
.eleveted_membership .tfield__input-check,
.eleveted_membership .tfield__input-radio {
  margin-top: 1.4rem;
}
.eleveted_membership .tfield__input .label {
  padding-left: 2.4rem;
}
.eleveted_membership .signup-footer__subtext {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.eleveted_membership .signup-footer--error .signup-footer__subtext {
  font-size: 16px;
  color: var(--color-brand-primary);
  margin-top: 10px;
}
.eleveted_membership-left {
  position: relative;
}
.tproduct__list a {
  text-decoration: none;
}
.mobile-head {
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  display: block;
}
.eleveted_membership-inner .tfield__input-block {
  margin-top: 12px;
}
.eleveted_membership-inner .tfield__input-block .label {
  display: none;
  color: #00174f;
  padding-left: 0px !important;
}
.eleveted_membership-inner .tfield__input-label-checkbox span {
  font-size: 15px;
}
.eleveted_membership-inner #country_code {
  background: var(--color-palette-gray-100);
  border: var(--border-width-s) solid var(--color-palette-gray-200);
  border-radius: var(--border-radius-s);
  padding: 11px;
}
.eleveted_membership-inner .label.tfield__input-label-checkbox.terms_conditions_err {
  padding-left: 24px !important;
}
.eleveted_membership-inner .input-text.validate-contact {
  background: var(--color-palette-gray-100);
  border: var(--border-width-s) solid var(--color-palette-gray-200);
  border-radius: var(--border-radius-s);
  padding: 11px;
  padding-left: 3.5rem;
}
.eleveted_membership-inner #placeholder {
  color: #00174f;
}
.eleveted_membership-inner .tfield__input .label {
  padding-left: 0px !important;
  color: #00174f;
}
.tproduct__list {
  min-height: 50rem;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.tproduct__list.slick-initialized {
  min-height: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
}
.tproduct__list .slick-slide {
  margin-right: 0.4rem;
}
.tproduct__list button.slick-arrow,
.tproduct__list .btn.slick-arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  z-index: 999;
  background: #fff;
  top: calc(40% - 40px);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
  display: block;
}
.tproduct__list button.slick-arrow::before,
.tproduct__list .btn.slick-arrow::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 14px;
  background: url(../icons/icon-new_right-arrow.svg) no-repeat;
  position: absolute;
  left: 53%;
  top: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.tproduct__list button.slick-prev,
.tproduct__list .btn.slick-prev {
  left: 3rem;
}
.tproduct__list button.slick-prev::before,
.tproduct__list .btn.slick-prev::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
}
.tproduct__list button.slick-next,
.tproduct__list .btn.slick-next {
  right: 3rem;
}
.tproduct__list button.slick-disabled,
.tproduct__list .btn.slick-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.tproduct__list.gridslider {
  min-height: auto;
  height: auto;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  opacity: 1;
  display: grid;
  grid-gap: 1rem;
}
.tproduct__item {
  width: 100%;
}
.trendingnow {
  padding-left: 2rem;
}
.trendingnow.slick-initialized {
  padding-left: 0px;
}
.shopthelook button.slick-arrow,
.shopthelook .btn.slick-arrow {
  border: 0;
  border: 1px solid var(--color-brand-primary);
  top: -7rem;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  border-radius: 0;
}
.slick-list {
  overflow: hidden;
  width: 100%;
}
.trendingnow .tproduct_content-main {
  flex-direction: column;
}
.t__notification-para {
  font-size: 1.4rem;
  color: var(--color-palette-gray-900);
  line-height: 2.1rem;
  margin-top: 0.8rem;
}
.t__notification-block {
  margin-top: 2rem;
}
.t__notification-block--inner {
  display: flex;
  display: -webkit-flex;
}
.t__notification-prod {
  max-width: 19.6rem;
}
.t__notification-prod .tproduct__item-img {
  width: 196px;
  object-fit: cover;
  object-position: center;
  height: 261px;
}
.t__notification-prod-detail {
  padding-left: 2rem;
}
.t__notification-prod-name {
  font-size: 1.4rem;
  color: var(--color-palette-gray-900);
  line-height: 2.1rem;
  margin-bottom: 0.4rem;
}
.t__notification-prod-name a {
  text-decoration: none;
}
.t__notification-prod-price {
  margin-bottom: 1.6rem;
}
.t__notification-prod-price span {
  font-size: 1.4rem;
  color: var(--color-palette-gray-900);
  line-height: 2.1rem;
}
.t__notification-prod-color span,
.t__notification-prod-size span,
.t__notification-prod-quantity span {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: var(--color-palette-gray-500);
}
.t__notification-actions {
  display: flex;
  display: -webkit-flex;
  gap: 8px;
  margin-top: 2rem;
}
.t__notification-actions .n-btn {
  height: 4.4rem;
  padding: 12px 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--color-palette-white);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  min-height: 4.4rem;
  width: auto;
}
.t__notification-actions .n-btn:hover {
  background: var(--color-brand-primary);
  color: var(--color-palette-white);
}
.t__notification-actions .cancle-notification {
  display: inline-block;
  height: 4.4rem;
  padding: 12px 16px;
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--color-palette-gray-900);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid var(--color-palette-gray-200);
  text-decoration: none;
  text-align: center;
}
.t__notification .order-empty .icon_bag {
  margin-bottom: 1.6rem;
}
.t__notification .empty-notification {
  border: 0;
}
.t__notification .empty-notification .order-empty {
  padding: 4rem 0;
}
.thcustomer-account-notification .account__top .column.main .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.page-wrapper {
  width: 100%;
}
.page-main {
  width: 100%;
}
.page-footer {
  width: 100%;
}
.col1 {
  width: calc(100%);
}
.col2 {
  width: calc(49.8%);
}
.col3 {
  width: calc(33.13%);
}
.col4 {
  width: calc(24.8%);
}
.col5 {
  width: calc(19.8%);
}
.theader {
  align-items: flex-start;
  flex-direction: column;
  position: sticky;
  z-index: 100;
  top: 0;
  background: var(--color-palette-white);
}
.theader__top {
  width: 100%;
  overflow: hidden;
}
.theader__top-inner {
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}
.theader__middle {
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-16) var(--spacing-20);
}
.theader__middle-left {
  align-items: center;
}
.theader__middle-center {
  margin: auto;
  width: 100%;
  order: 2;
  flex: 1 0 100%;
  position: relative;
}
.theader__middle-right,
.theader__middle-left {
  justify-content: flex-start;
  width: 50%;
  flex: 0 0 50%;
  height: 100%;
  align-items: center;
}
.theader__middle-right {
  justify-content: flex-end;
}
.theader__middle-right .language-selector,
.theader__middle-right .userLogin {
  display: none;
}
.theader__search,
.theader__myaccount,
.theader__language,
.theader__minicart,
.theader__wishlist {
  width: auto;
  height: auto;
  padding-right: var(--spacing-16);
}
.theader__minicart {
  padding-right: 0;
}
.theader__container-bottom {
  width: 100%;
  order: 3;
  flex: 1 0 100%;
}
.theader__search-link,
.theader__myaccount-link,
.theader__minicart-link {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-right: 0rem;
}
.theader__search-link .icons,
.theader__myaccount-link .icons,
.theader__minicart-link .icons {
  height: 100%;
  width: 100%;
}
.theader__search-link .counter,
.theader__myaccount-link .counter,
.theader__minicart-link .counter {
  position: absolute;
  right: -0.5rem;
  top: -6px;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #1B1D1F;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
  color: var(--color-palette-white);
  display: none;
}
.theader__search-link .counter.qty,
.theader__myaccount-link .counter.qty,
.theader__minicart-link .counter.qty {
  display: flex;
}
.theader__search-link .counter.qty.empty,
.theader__myaccount-link .counter.qty.empty,
.theader__minicart-link .counter.qty.empty {
  display: none;
}
.theader__search-link .counter.empty,
.theader__myaccount-link .counter.empty,
.theader__minicart-link .counter.empty {
  display: none;
}
.theader__search-link .counter .counter-number,
.theader__myaccount-link .counter .counter-number,
.theader__minicart-link .counter .counter-number {
  margin-top: 3px;
}
.theader__wishlist-link {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-right: 0rem;
}
.theader__wishlist-link .icons {
  height: 100%;
  width: 100%;
}
.theader__wishlist-link .counter {
  position: absolute;
  right: 0;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1B1D1F;
  font-weight: var(--font-weight-bold);
  font-size: 1.2rem;
  color: var(--color-palette-white);
  display: none;
  text-indent: -4000px;
}
.theader__wishlist-link .counter.qty {
  display: flex;
}
.theader__wishlist-link .counter.qty.empty {
  display: none;
}
.theader__wishlist-link .counter.empty {
  display: none;
}
.theader .theader__minicart-link {
  margin-right: 0;
}
.theader .theader__user-nav {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.theader.menuOpen .theader__user-nav {
  opacity: 0;
  visibility: hidden;
}
.tlogo .icon-logo-small {
  height: 23px;
  background-size: 100%;
  width: 32px;
}
.theader-slider {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  position: relative;
}
.theader-slider .slid-para {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: var(--color-palette-white);
  font-size: 1.3rem;
  line-height: 4rem;
  text-align: center;
}
.theader-slider .theader-slid-content {
  position: relative;
}
.theader-slider .close-slider {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  right: var(--spacing-12);
  cursor: pointer;
}
.bg-black {
  background: var(--color-brand-primary);
}
.mobile-logo {
  display: block;
}
.desk-logo {
  display: none;
}
.theader.sticky {
  z-index: 100;
}
.theader.sticky .tnavigation.active .tsearch__block {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.theader.sticky.filterSticky {
  box-shadow: none;
  border-bottom: 0;
}
.theader.sticky.filterSticky .theader__search-section {
  box-shadow: none;
  border-bottom: 0;
}
.theader.menuOpen {
  z-index: 100;
}
.theader.menuOpen .theader__middle-center {
  z-index: 0;
}
body.menuOpen:after {
  content: '';
  position: fixed;
  width: 100%;
  top: 0%;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.001);
  z-index: 99;
}
body.minicartOpen .theader {
  transform: unset;
  -webkit-transform: unset;
  -webkit-backface-visibility: unset;
  backface-visibility: unset;
  -webkit-perspective: unset;
  perspective: unset;
  transform-style: unset;
}
.tlogo {
  z-index: 1;
}
.tnavigation__item-head {
  padding: var(--spacing-12) 0;
}
.tnavigation__item-head a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: var(--font-weight-normal);
  text-transform: capitalize;
  padding: 0;
}
.theader__middle-center {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  padding: var(--spacing-16) var(--spacing-20);
  padding-bottom: 1rem;
  padding-top: 0;
  background: #fff;
  border-bottom: 1px solid var(--color-palette-blue-300);
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  justify-content: center;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.theader__middle-center.up {
  height: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.theader__middle-center.active {
  height: auto;
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.theader__middle-center .tsearch__block {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0;
}
.theader .theader__search-link {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.theader .theader__search-link.active,
.theader .theader__search-link.open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.theader .theader__search-link .icon-new-search {
  background-repeat: no-repeat;
  background-position: 1px -1px;
}
.theader.sticky .theader__search-link.open,
.theader.sticky .theader__search-link.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.theader.sticky .tnavigation.active .tsearch__block {
  display: block;
  margin-bottom: 0;
}
.theader__middle-center.theader__search-section:empty {
  display: none;
}
.theader + #pdp_Main {
  padding-top: 5.4rem;
}
.theader + .page-main + #maincontent,
.theader + #maincontent {
  padding-top: 0;
}
.theader__search-new {
  cursor: pointer;
  margin-right: 2rem;
  position: absolute;
  left: 45px;
}
.theader__search-new span {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-top: 3px;
}
#country-switch-popup .tfooter__switch-link {
  display: none;
}
#country-switch-popup p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.6rem;
}
.tcustomer-popup-login .subTitle__h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-transform: none;
}
.theader__user-nav .tnavigation__item-head.is-hovered:after {
  display: none;
}
.customer-details-link a.tnavigation__item-head--link {
  padding: 0;
}
.customer-details-link a.tnavigation__item-head--link .icon {
  width: 1.6rem;
}
.customer-details--links-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-details--links-content ul li {
  line-height: initial;
  margin-bottom: 1.4rem;
}
.customer-details--links-content ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: normal;
  color: var(--color-palette-gray-900);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.customer-details--links-content ul li a:hover {
  border-bottom: 1px solid var(--color-palette-gray-900);
}
.customer-details--links-content ul li.customer-signOut {
  padding-top: 16px;
  border-top: 1px solid var(--color-palette-gray-400);
}
.customer-details--links-content ul li.customer-signOut a {
  border-bottom: 0;
}
.theader__wishlist-link .counter {
  right: 1px;
  top: 0;
}
.navigation__tabs-link,
.tnavigation__tabs-link,
.tnavigation__tabs-link:visited,
.tnavigation__tabs-link:link {
  font-weight: var(--font-weight-normal);
  font-size: 1.6rem;
  text-transform: capitalize;
  color: var(--color-palette-gray-500);
  text-decoration: none;
}
.navigation__item-head--link,
.tnavigation__item-head .tnavigation__link--head {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--color-palette-gray-900);
  text-decoration: none;
}
.navigation__sublist-link,
.tnavigation__sublist-link {
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--color-palette-gray-900);
  text-transform: capitalize;
  text-decoration: none;
}
.navigation__item-head,
.tnavigation__item-head,
.tnavigation__item-head--link {
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: var(--color-palette-gray-900);
  text-decoration: none;
}
.tnavigation {
  height: calc(90vh);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 16rem;
  position: absolute;
  left: -100%;
  background-color: var(--color-white);
  transition: left 0.25s ease-in-out;
  -webkit-transition: left 0.25s ease-in-out;
}
.tnavigation.active {
  left: 0;
}
.tnavigation__button {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 4rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tnavigation__button .icon {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
}
.tnavigation__button .icon-Home_menu {
  left: auto;
  top: auto;
}
.tnavigation__tabs-list {
  flex-direction: row;
  width: 100%;
  margin-bottom: 0;
}
.tnavigation__tabs-item {
  border-bottom: 0.2rem solid var(--color-grey-1);
  margin-bottom: 0;
  max-width: 33.33%;
  width: 100%;
}
.tnavigation__tabs-item.highlight .tnavigation__tabs-link {
  color: #9FA4A9;
}
.tnavigation__tabs-link,
.tnavigation__tabs-link:visited,
.tnavigation__tabs-link:link {
  height: 100%;
  width: 100%;
  padding: var(--spacing-12) 0;
  text-align: center;
}
.tnavigation__tabs-link:hover,
.tnavigation__tabs-link:visited:hover,
.tnavigation__tabs-link:link:hover,
.tnavigation__tabs-link:active,
.tnavigation__tabs-link:visited:active,
.tnavigation__tabs-link:link:active,
.tnavigation__tabs-link:focus,
.tnavigation__tabs-link:visited:focus,
.tnavigation__tabs-link:link:focus {
  color: var(--color-palette-gray-900);
  text-decoration: none;
  font-weight: 400;
}
.tnavigation__tabs-item.active {
  border-bottom-color: var(--color-palette-gray-900);
}
.tnavigation__tabs-item.active .tnavigation__tabs-link,
.tnavigation__tabs-item.active .tnavigation__tabs-link:visited,
.tnavigation__tabs-item.active .tnavigation__tabs-link:link,
.tnavigation__tabs-item.active .tnavigation__tabs-link:hover,
.tnavigation__tabs-item.active .tnavigation__tabs-link:active,
.tnavigation__tabs-item.active .tnavigation__tabs-link:focus {
  color: var(--color-palette-gray-900);
  text-decoration: none;
  font-weight: 400;
}
.tnavigation__tabs-panel {
  display: none;
  width: 100%;
}
.tnavigation__tabs-panel.active {
  width: 100%;
}
.tnavigation__list {
  padding: 0 var(--gutter-horizontal-medium);
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.tnavigation__list.account-info,
.tnavigation__list.language-selector,
.tnavigation__list.userLogin {
  display: flex;
  border-top: 1px solid #E9EBED;
  padding-top: var(--spacing-16);
}
.tnavigation__list--center {
  justify-content: center;
}
.tnavigation__item {
  margin-bottom: 0;
}
.tnavigation__item-head {
  justify-content: space-between;
  padding: var(--spacing-16) 0;
  width: 100%;
  position: relative;
}
.tnavigation__item-head--fullWidth {
  width: 100%;
}
.tnavigation__item-head--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.tnavigation__item-head--link:focus .tnavigation__item-head--link:active,
.tnavigation__item-head--link:hover {
  text-decoration: none;
}
.tnavigation__item-head--link .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 4px;
}
.tnavigation__item-head--link .icon.icon-arrow-leftsvg {
  margin-left: .5rem;
  margin-right: 0;
}
.tnavigation__item-head--link .icon.icon-arrow-rightsvg {
  margin-left: .5rem;
  margin-right: 0;
}
.tnavigation__item-head.active .tnavigation__sub-open .icon {
  background: url(../icons/icon-minusnsvg.svg) no-repeat;
  width: 14px;
  height: 15px;
}
.tnavigation__item-head.active + .tnavigation__item--border-bottom {
  border-bottom: 1px solid #E9EBED;
}
.tnavigation__item .userLogin {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.tnavigation__item .userLogin .tnavigation__item-head {
  width: auto;
}
.tnavigation__item .userLogin .tnavigation__sublist-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tnavigation__item .userLogin .tnavigation__sublist-link .icon {
  margin-right: 0;
}
.tnavigation__item .userLogin .tnavigation__sublist-link .icon.icon-arrow-downsvg {
  margin-right: 0;
}
.tnavigation__sub-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.tnavigation__sub-item:not(:last-child) {
  padding-right: 1rem;
}
.tnavigation__sub-item--imgblock {
  display: none;
}
.tnavigation__sub-item-head {
  position: relative;
}
.tnavigation__sub-item--imgblock {
  display: none;
}
.tnavigation__sub-open {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.tnavigation__sub-open .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transform: translate(0, -50%);
}
.tnavigation__subcontent {
  display: none;
}
.tnavigation__subcontent-head {
  display: none;
}
.tnavigation__subcontent-inner {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.tnavigation__sublist {
  margin-bottom: 1rem;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 0px var(--spacing-16);
  border-bottom: 1px solid #E9EBED;
}
.tnavigation__sublist-item {
  max-width: 100%;
  width: 100%;
  padding: var(--spacing-12) 0px;
}
.tnavigation__sublist-item:last-child {
  padding-bottom: var(--spacing-16);
}
.tnavigation__sublist-link {
  position: relative;
}
.tnavigation__sublist-link .new-category {
  position: absolute;
  top: 0;
  left: auto;
  line-height: 1;
  margin-left: .3rem;
}
.tnavigation__sublist-link,
.tnavigation__sublist-item {
  min-height: auto;
  width: 100%;
}
.tnavigation .tsearch__block {
  position: relative;
  width: calc(90%);
  margin: 0 auto;
  margin-bottom: .8rem;
}
.tnavigation__link {
  text-decoration: none;
}
.account-info .mobilemenuSwitch {
  display: none;
}
.account-info .userLogin {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.account-info .userLogin.logined {
  display: flex;
}
.account-info .userLogin--fullWidth {
  flex-direction: column;
}
.account-info .userLogin .tnavigation__item-head {
  width: auto;
}
.account-info .userLogin .tnavigation__item-head--link .icon {
  margin-right: 6px;
}
.account-info .userLogin .tnavigation__item-head--fullWidth {
  width: 100%;
}
.new-category {
  text-transform: uppercase;
  color: #12AD77;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: 0.1em;
}
.language-selector {
  margin-right: 2rem;
}
.language-selector .tnavigation__item-head {
  position: relative;
}
.language-selector .tnavigation__item-head--link {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0;
}
.language-selector .tnavigation__item-head--link:active,
.language-selector .tnavigation__item-head--link:focus,
.language-selector .tnavigation__item-head--link:hover {
  text-decoration: underline;
}
.language-selector .tnavigation__item-head .icon {
  width: 2rem;
  height: 1.6rem;
  margin-right: 0;
}
.userLogin {
  position: relative;
  margin-right: 2rem;
}
.userLogin.logined {
  display: none;
}
.userLogin--fullWidth {
  width: 100%;
  flex-direction: column;
}
.userLogin .tnavigation__item-head {
  position: relative;
  cursor: pointer;
}
.userLogin .tnavigation__item-head .icon {
  width: 1.4rem;
  height: 1.8rem;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.userLogin .tnavigation__subcontent .tnavigation__sublist {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 0;
  padding: 0 0 0 2.8rem;
  border: none;
}
.userLogin .tnavigation__subcontent .tnavigation__sublist-item {
  margin-bottom: 0;
}
.userLogin .tnavigation__subcontent .tnavigation__sublist-item.sign-out {
  border-top: 1px solid var(--color-palette-gray-100);
}
.userLogin .tnavigation__subcontent .tnavigation__sublist-link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 1rem 0;
}
.userLogin .tnavigation__subcontent .tnavigation__sublist-link .icon.icon-arrow-downsvg {
  margin-right: 0;
}
.userLogin .tnavigation__sub-open:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.col-4,
.col-2 {
  width: 100%;
}
.explore_link {
  position: absolute;
  right: 0;
  top: 30%;
}
.tnavigation .tsearch__input[type=text] {
  padding-right: 0;
  padding: 0 1.6rem;
  padding-left: 4rem;
}
.tnavigation .tsearch__actions {
  left: 0;
  right: auto;
}
.tnavigation .tsearch__action {
  left: 0;
  right: auto;
}
.tnavigation.active .theader__middle-center {
  display: none;
}
.tnavigation__button,
.tlogo {
  top: 2.6rem;
}
.tfooter__top {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  background: var(--color-palette-white);
}
.tfooter__top .tfooter__subcontent .tfooter__subcontent-inner .tfooter__sub-item {
  border-bottom: 1px solid var(--color-brand-primary);
}
.tfooter__top .tfooter__subcontent .tfooter__subcontent-inner .tfooter__sub-item .tfooter__subcontent-head {
  padding: 16px 0 16px 0;
  width: 100%;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: initial;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.tfooter__sub-item {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.tfooter__sub-item .tfooter__sub-open {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.tfooter__sub-item .tfooter__sub-open .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tfooter__sub-item .tfooter__sub-open .icon.icon-minusnsvg {
  display: none;
}
.tfooter__sub-item .tfooter__subcontent-head {
  position: relative;
}
.tfooter__sub-item .tfooter__sublist-link {
  display: block;
  text-decoration: none;
  margin-bottom: var(--spacing-12);
  color: var(--color-brand-primary);
  font-size: 14px;
  line-height: 21px;
  padding-top: var(--spacing-12);
}
.tfooter__sub-item .tfooter__sublist-link:first-child {
  padding-top: var(--spacing-8);
}
.tfooter__sub-item .select-selected {
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
  font-size: 1.3rem;
  border-radius: var(--border-radius-s);
  height: 4.4rem;
  line-height: 4.4rem;
  border: 1px solid var(--color-brand-primary);
  padding: 0 1.6rem;
  position: relative;
}
.tfooter__sub-item .select-selected.select-arrow-active .select-items {
  display: block;
}
.tfooter__sub-item .select-selected:after {
  content: '';
  background: url(../icons/icon-arrow-downsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 1.6rem;
  background-position: center center;
  display: flex;
  position: absolute;
  right: 1.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
}
.tfooter__sub-item .custom-countryswitch {
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
  position: relative;
}
.tfooter__sub-item .custom-countryswitch select#language_selector,
.tfooter__sub-item .custom-countryswitch #mobile-language_selector {
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
  font-size: 1.4rem;
  height: 5.6rem;
  line-height: 5.6rem;
  border: 1px solid var(--color-palette-gray-400);
  padding: 0 1.6rem;
  position: relative;
  width: 100%;
  margin-top: var(--spacing-12);
  background: transparent url(../icons/icon-arrow-downsvg.svg) 97% no-repeat;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.tfooter__sub-item .custom-countryswitch #country_selector,
.tfooter__sub-item .custom-countryswitch #mobile-country_selector {
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
  font-size: 1.4rem;
  height: 5.6rem;
  line-height: 5.6rem;
  border: 1px solid var(--color-palette-gray-400);
  padding: 0 1.6rem;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  background: transparent url(../icons/icon-arrow-downsvg.svg) 97% no-repeat;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.tfooter__sub-item .custom-countryswitch .select-items {
  background: var(--color-palette-white);
  border: 1px solid var(--color-brand-primary);
  padding: 1rem 1.6rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.tfooter__sub-item .custom-countryswitch .select-items.select-hide {
  display: none;
}
.tfooter__sub-item .custom-countryswitch .select-items .same-as-selected {
  color: var(--color-brand-primary);
}
.tfooter__sub-item .custom-countryswitch .select-items div {
  color: var(--color-brand-primary);
  font-size: 1.3rem;
  margin-bottom: 0.05rem;
  cursor: pointer;
}
.tfooter__sub-item .custom-countryswitch.langswitch .select-selected {
  background-color: var(--color-palette-white);
  margin-top: var(--spacing-12);
}
.tfooter__sub-item .social-icons-section .tfooter__sublist-link {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-right: 2.8rem;
}
.tfooter__sub-item .social-icons-section .tfooter__sublist-link:last-child {
  margin-right: 0;
}
.tfooter__sub-item .social-icons-section .tfooter__sublist-link .icon {
  display: flex;
}
.tfooter__sub-item button#countryChange,
.tfooter__sub-item #countryChange-mobile,
.tfooter__sub-item #countryChange-desktop,
.tfooter__sub-item .btn#countryChange {
  color: var(--color-palette-white);
  background: var(--color-brand-primary);
  height: 5.6rem;
  line-height: 5.6rem;
  border: none;
  margin-bottom: 3.3rem;
  margin-top: 1.6rem;
  width: 100%;
  max-width: 100%;
}
.tfooter__sub-item .tfooter__subcontent-links {
  width: 100%;
  display: none;
  padding-left: 1.6rem;
}
.tfooter__sub-item .social-connect {
  display: none;
}
.tfooter__sub-item .social-icons-section {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: var(--spacing-20) 0;
}
.tfooter__sub-item .tfooter__subcontent-head.active .tfooter__sub-open .icon.icon-minusnsvg {
  display: block;
}
.tfooter__sub-item .tfooter__subcontent-head.active .tfooter__sub-open .icon.icon-plusnsvg {
  display: none;
}
.tfooter__memberfooter-container {
  padding: 4rem 0;
  border-top: 1px solid var(--color-palette-gray-100);
}
.tfooter__memberfooter-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tfooter__memberfooter-title {
  font-weight: var(--font-weight-normal);
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-style: italic;
  color: var(--color-palette-gray-900);
  margin-bottom: 1.6rem;
  text-transform: initial;
  font-family: 'Garamond96DTPro';
}
.tfooter__memberfooter-subtitle {
  font-weight: var(--font-weight-normal);
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: var(--color-palette-gray-900);
  margin-bottom: 2.4rem;
  text-transform: initial;
}
.tfooter__memberfooter-link {
  display: inline-block;
  height: 5.6rem;
  padding: 1.2rem 3.2rem;
  background: var(--color-brand-primary);
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--color-palette-white);
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}
.tfooter__memberfooter-link:hover {
  color: var(--color-palette-white);
}
.tfooter__memberfooter-acess {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 2.8rem;
  justify-content: space-between;
  width: 540px;
}
.tfooter__memberfooter-acess span {
  font-size: 1.8rem;
  color: var(--color-palette-gray-900);
  line-height: 2.4rem;
}
.tfooter__memberfooter-acess span:before {
  content: '';
  background: url(../icons/icon-tick.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.tfooter__logo {
  display: flex;
  justify-content: center;
  padding: 40px 12px;
}
.tfooter__logo .icon-Hilfigersvg {
  display: none;
}
.tfooter__logo .icon {
  background-size: 95%;
}
.tfooter__switch-link-option {
  display: none;
  cursor: pointer;
}
.tfooter__switch-link-option .lang-icon {
  display: inline-block;
  margin-right: 5px;
}
.tfooter__switch-selectedlang {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  display: inline-block;
  vertical-align: top;
}
.tfooter .switcher {
  display: block;
}
.tfooter__subcontent-inner.t__container {
  padding: 0 1.2rem;
}
.tfooter__bottom {
  background-color: var(--color-palette-white);
  text-align: left;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.tfooter__bottom .tfooter__copyright {
  order: 2;
}
.tfooter__bottom .tfooter__copyright .bottom-text {
  font-size: 1.4rem;
  display: block;
  line-height: 2.1rem;
}
.tfooter__bottom .custom-right {
  order: 1;
  padding-bottom: 3.2rem;
}
.tfooter__bottom .custom-right .tfooter__sublist-link {
  display: inline-block;
  margin-right: 2rem;
}
.tfooter__bottom .custom-right .tfooter__sublist-link .icon {
  display: block;
}
.tproduct__item-is_special_sale {
  display: none;
}
.cms-vacation .breadcrumbs {
  display: none;
}
.breadcrumbs .item strong {
  font-weight: 400;
}
.product-item-info {
  position: relative;
}
@media (min-width: 767px) {
  .pariWidthright-content-item.col3-gird {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .pdp__page .column.main {
    overflow: hidden;
  }
  .pdp__page .tsimilar-products {
    padding: 0 var(--spacing-20);
  }
  body.checkout-index-index .columns .column.main {
    overflow: hidden !important;
  }
}
.page-footer {
  min-height: 100%;
  position: relative;
  bottom: 0;
}
#notice-cookie-block .content {
  position: absolute;
}
.country__inner-col {
  width: 100%;
}
.country__inner-col .tfooter__subcontent-links {
  padding-left: 0;
}
.social-icons-section.copy_bottom {
  display: none;
}
body .backoverlay {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 23, 79, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
body.filterOpen {
  overflow-y: hidden;
}
body.filterOpen .backoverlay {
  opacity: 1;
  visibility: visible;
  z-index: 991;
}
.plp__page .category-description {
  display: none;
}
.plp__page #algolia_instant_selector {
  opacity: 1;
}
.plp__page #algolia_instant_selector.loader {
  height: 760rem;
  position: relative;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.plp__page #algolia_instant_selector.loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}
.plp__page #algolia_instant_selector.loader:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 20rem;
  left: 48%;
  transform: translate(-50%, -50%);
  background-size: 100%;
  z-index: 5;
}
.plp__page .algolia-instant-replaced-content {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--spacing-4);
}
.plp__page .algolia-instant-replaced-content .column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.plp__page .algolia-instant-replaced-content .column .category-description {
  display: none;
}
.plp__page .algolia-instant-replaced-content .parent_category {
  margin-right: var(--spacing-8);
  display: none;
}
.plp__page .algolia-instant-replaced-content .parent_category .icon {
  display: flex;
}
.plp__page .is-widget-container-color {
  display: none;
}
.plp__page .page-title-wrapper .page-title {
  font-size: 3.2rem;
  line-height: 4rem;
  color: var(--color-palette-gray-900);
  font-weight: normal;
  text-transform: none;
}
.plp__page-glp .breadcrumbs {
  display: none;
}
.plp__page .tproduct__price_range {
  margin-right: 0.5rem;
}
.plp__page .tproduct__price {
  display: block;
}
.plp__page #maincontent {
  min-height: 100vh;
}
.plp__page #maincontent .columns {
  padding: 0 var(--spacing-20);
}
.filterbox {
  padding: var(--spacing-16) 0;
  border-radius: var(--border-radius-m);
  border: var(--border-width-s) solid var(--color-palette-gray-200);
  margin-bottom: var(--spacing-8);
}
.filterCheckBox,
.ais-infinite-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-infinite-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list--checkbox:checked ~ .checkbox__before:after {
  background-position: center center;
  width: var(--spacing-16);
  height: var(--spacing-16);
}
.filterWhiteCheckBox,
.ais-infinite-refinement-list.color .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-refinement-list.color .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-infinite-refinement-list.color_code .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-refinement-list.color_code .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-infinite-refinement-list.color .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list.color .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-infinite-refinement-list.color_code .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list.color_code .ais-refinement-list--checkbox:checked ~ .checkbox__before:after {
  background-position: center center;
  width: var(--spacing-16);
  height: var(--spacing-16);
}
.categorypath-kids .breadcrumbs,
.categorypath-men .breadcrumbs,
.categorypath-women .breadcrumbs {
  display: none;
}
.categorypath-kids .main#maincontent.page-main,
.categorypath-men .main#maincontent.page-main,
.categorypath-women .main#maincontent.page-main {
  margin-top: 0;
}
.tproduct__list {
  transition: none 0.25s ease-in-out;
}
.tproduct__list.two,
.tproduct__list.one,
.tproduct__list.four,
.tproduct__list.six,
.tproduct__list.eight {
  opacity: 1;
}
.tproduct__count-grid {
  margin-bottom: var(--spacing-20);
  display: none;
  justify-content: space-between;
  align-items: center;
}
.tproduct__totalCount {
  order: -1;
}
.tproduct__gridtype-list {
  display: flex;
  flex-direction: row;
  border-radius: var(--border-radius-s);
  display: none !important;
}
.tproduct__gridtype-item {
  padding: 1px 1px 0 0;
  cursor: pointer;
  z-index: 0;
  margin: 0 0 0 1.6rem;
  font-size: 0;
  width: 20px;
  height: 20px;
  position: static;
}
.tproduct__gridtype-item.one {
  background-image: url("../icons/icon-sort-one.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.tproduct__gridtype-item.one.active,
.tproduct__gridtype-item.one:hover {
  background-image: url("../icons/icon-sort-one-active.svg");
}
.tproduct__gridtype-item.two {
  background-image: url("../icons/icon-sort-two.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.tproduct__gridtype-item.two.active,
.tproduct__gridtype-item.two:hover {
  background-image: url("../icons/icon-sort-two-active.svg");
}
.tproduct__gridtype-item.three {
  background-image: url("../icons/icon-sort-three.svg");
  width: 30px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.tproduct__gridtype-item.three.active,
.tproduct__gridtype-item.three:hover {
  background-image: url("../icons/icon-sort-three-active.svg");
}
.tproduct__gridtype-item.four {
  background-image: url("../icons/icon-sort-four.svg");
  width: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.tproduct__gridtype-item.four.active,
.tproduct__gridtype-item.four:hover {
  background-image: url("../icons/icon-sort-four-active.svg");
}
.tproduct__list .ais-infinite-hits,
.tproduct__list .ais-hits {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tproduct__list.one .ais-infinite-hits,
.tproduct__list.one .ais-hits {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  opacity: 1;
}
.tproduct__list.two .ais-infinite-hits,
.tproduct__list.two .ais-hits {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  opacity: 1;
}
.tproduct__list.four .ais-infinite-hits,
.tproduct__list.four .ais-hits {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  opacity: 1;
}
.tproduct__list.three .ais-infinite-hits,
.tproduct__list.three .ais-hits {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  opacity: 1;
}
.tproduct__list.four .ais-infinite-hits,
.tproduct__list.four .ais-hits {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  opacity: 1;
}
.tproduct__list .plp__banner-main {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
}
.tproduct__list .plp__banner-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tproduct__list .plp__banner-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: end;
  padding: 24px 0;
  align-items: center;
  flex-direction: column;
}
.tproduct__list .plp__banner-content p {
  color: #F7F8F9;
  font-size: 1.8rem;
  font-family: 'Garamond96DTPro';
  font-style: italic;
  line-height: 3.2rem;
  letter-spacing: 0.54px;
}
.tproduct__list .plp__banner-content h3 {
  font-size: 7.2rem;
  color: #F7F8F9;
  line-height: normal;
  letter-spacing: 2.16px;
}
.tproduct__list .plp__banner-content a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #F7F8F9;
  letter-spacing: 1.4px;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #f7f8f9;
}
.tproduct__pagination,
.tproduct__totalCount-Text {
  width: 100%;
  margin-bottom: var(--spacing-16);
}
.tproduct__pagination {
  margin-bottom: var(--spacing-20);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tproduct__filter-block {
  margin-bottom: var(--spacing-20);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  transform-style: preserve-3d;
  transition: all .0s ease;
  -webkit-transition: all .0s ease;
}
.tproduct__filter-block-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tproduct__filter-block.sticky {
  position: fixed;
  top: auto;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem var(--spacing-20);
  margin: 0;
  margin-top: -2px;
}
.tproduct__filter-list {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  overflow-y: hidden;
  justify-content: space-between;
  padding: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tproduct__filter-list__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-grey-1);
  width: 100%;
  padding: 2rem;
}
.tproduct__filter-list__head-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tproduct__filter-list__head-title {
  margin-right: var(--spacing-20);
}
.tproduct__filter-list-bottom {
  background: var(--color-palette-white);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: var(--spacing-20);
  z-index: 1;
  border-top: 1px solid var(--color-grey-1);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tproduct__filter-list-inner-bottom {
  background: var(--color-palette-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: var(--spacing-12) var(--spacing-20);
  position: fixed;
  bottom: 0;
  left: -100%;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tproduct__filter-list-inner-bottom .btn {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  display: none;
}
.tproduct__filter-list-inner-bottom .btn .icon {
  margin-right: var(--spacing-12);
}
.tproduct__filter-list-inner-bottom .btn.active {
  opacity: 1;
  pointer-events: unset;
  cursor: pointer;
  z-index: 1;
  display: flex;
}
.tproduct__filter-list-inner-bottom .btn.deactive {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  cursor: default;
  display: none;
}
.tproduct__filter-list__content {
  padding: var(--spacing-20);
  padding-top: 0;
  height: 100%;
  overflow-y: auto;
}
.tproduct__filter-list__content > div .ais-refinement-list {
  border-bottom: 1px solid var(--color-palette-gray-900);
}
.tproduct__filter-close {
  width: 4rem;
  height: 4rem;
  background-size: 2.5rem;
}
.tproduct__filter-save #total__Count {
  margin-left: 4px;
}
.tproduct__filter-block-head {
  justify-content: space-between;
}
.tproduct__filter-block-head .tproduct__filter-sortby,
.tproduct__filter-block-head .tproduct__filter-Open {
  width: auto;
  max-width: initial;
  position: relative;
  border-radius: 0;
}
.tproduct__filter-box-name {
  color: var(--color-palette-gray-900);
  background-color: transparent;
  font-size: 1.2rem;
  text-align: center;
  align-items: center;
  border-radius: 0rem;
  line-height: 1.6rem;
  font-weight: normal;
  letter-spacing: 1.2px;
}
.tproduct__filter-box-name .selected_filter {
  display: none;
  font-size: 1.4rem;
  color: var(--color-brand-primary);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.tproduct__filter-box-name::after {
  content: '';
  background: url(../icons/icon-downsvg.svg) no-repeat;
  width: 12px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
.tproduct__filter-sortbyList {
  display: none;
  position: absolute;
  bottom: auto;
  background: #fff;
  top: 100%;
  z-index: 9999;
  width: 100%;
  min-width: 20rem;
  right: 0;
  border: 1px solid var(--color-palette-gray-200);
  box-shadow: 0px 5px 11px -2px var(--color-palette-gray-200);
}
.tproduct__filter-Open {
  color: var(--color-palette-gray-900);
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 1.2px;
  font-weight: normal;
  text-transform: uppercase;
}
.tproduct__filter-Open:before {
  content: '';
  background: url(../icons/icon-filtersvg.svg) no-repeat;
  width: 16px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.8rem;
}
.tproduct__sub-catgeory {
  margin-bottom: var(--spacing-32);
  margin-top: var(--spacing-12);
}
.tproduct__sub-catgeory-list {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.tproduct__sub-catgeory-list::-webkit-scrollbar {
  display: none;
}
.tproduct__sub-catgeory-item {
  display: flex;
  scroll-snap-align: start;
  line-height: initial;
}
.tproduct__sub-catgeory-item:not(:last-child) {
  margin-right: var(--spacing-8);
}
.tproduct__sub-catgeory-link,
.tproduct__sub-catgeory-link:visited,
.tproduct__sub-catgeory-link:link {
  padding: 10px 20px;
  white-space: nowrap;
  border: 1px solid var(--color-palette-gray-200);
  color: var(--color-palette-gray-900);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.tproduct__sub-catgeory-link.active,
.tproduct__sub-catgeory-link:visited.active,
.tproduct__sub-catgeory-link:link.active {
  border: 1px solid var(--color-palette-gray-900);
}
.tproduct__algolia-left-container.active {
  z-index: 999;
  transform: none;
  backface-visibility: unset;
  transform-style: unset;
  -webkit-perspective: unset;
  transition: all .1 ease;
  -webkit-transition: all .1 ease;
}
.tproduct__algolia-left-container.active .tproduct__filter-sortby {
  z-index: -1;
}
.tproduct__algolia-left-container.active .tproduct__filter-list {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.tproduct__algolia-right-container {
  padding: 0;
}
.tproduct__algolia-right-container-bottom {
  flex-direction: column;
  margin-bottom: var(--spacing-20);
  grid-column-start: 2;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.tproduct__category_seo_content {
  margin-bottom: var(--spacing-48);
  grid-column-start: 2;
  grid-column-end: -1;
  grid-row-start: 3;
  grid-row-end: 4;
}
.tproduct #total__Count.loading {
  display: block;
  width: 3rem;
  height: 3rem;
  animation: lds-dual-ring 1.2s linear infinite;
  background-size: 100%;
  z-index: 5;
}
.ais-infinite-hits,
.ais-hits {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.4rem;
  width: 100%;
  margin-bottom: 1rem;
}
.ais-infinite-hits--item,
.ais-hits--item {
  position: relative;
}
.ais-infinite-hits--showmore,
.ais-hits--showmore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}
.ais-infinite-pagination,
.ais-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.ais-infinite-pagination--item,
.ais-pagination--item {
  cursor: pointer;
}
.ais-infinite-pagination--item:not(:last-child),
.ais-pagination--item:not(:last-child) {
  margin-right: var(--spacing-16);
}
.ais-infinite-pagination--item__previous,
.ais-pagination--item__previous {
  width: 4rem;
  height: 4rem;
  font-size: 0;
  border: 1px solid var(--color-logo-blue);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ais-infinite-pagination--item__next,
.ais-pagination--item__next {
  width: 4rem;
  height: 4rem;
  font-size: 0;
  border: 1px solid var(--color-logo-blue);
}
.ais-infinite-pagination--item__disabled,
.ais-pagination--item__disabled {
  pointer-events: none;
  opacity: 0.5;
  display: none;
}
.ais-infinite-pagination--link,
.ais-pagination--link {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
}
.ais-infinite-pagination-text,
.ais-pagination-text {
  font-style: normal;
  font-weight: var(--font-weight-normal);
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--color-brand-primary);
}
.ais-infinite-pagination-text span,
.ais-pagination-text span {
  color: var(--color-palette-blue-400);
}
.ais-infinite-pagination-text--totalCount,
.ais-pagination-text--totalCount {
  color: var(--color-palette-gray-300);
}
.ais-infinite-header .name,
.ais-header .name {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.ais-infinite-refinement-list,
.ais-refinement-list {
  padding: 0;
}
.ais-infinite-refinement-list--header,
.ais-refinement-list--header {
  padding: var(--spacing-16) 0;
  position: relative;
  cursor: pointer;
}
.ais-infinite-refinement-list--header:after,
.ais-refinement-list--header:after {
  content: '';
  display: flex;
  position: absolute;
  right: 0rem;
  top: 45%;
  background: url(../icons/icon-plusnsvg.svg) no-repeat;
  width: 14px;
  height: 16px;
}
.ais-infinite-refinement-list--header.active .selected_filter,
.ais-refinement-list--header.active .selected_filter {
  display: none;
}
.ais-infinite-refinement-list--header.active:after,
.ais-refinement-list--header.active:after {
  content: '';
  background: url(../icons/icon-minusnsvg.svg) no-repeat;
  width: 14px;
  height: 8px;
}
.ais-infinite-refinement-list--body,
.ais-refinement-list--body {
  margin-top: -.8rem;
  display: none;
}
.ais-infinite-refinement-list--list .ais-show-more,
.ais-refinement-list--list .ais-show-more {
  padding: var(--spacing-8) var(--spacing-16);
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 20px;
}
.ais-infinite-refinement-list--label,
.ais-refinement-list--label {
  position: relative;
  padding: var(--spacing-8) var(--spacing-16);
  padding-left: 2rem;
  flex-direction: row;
  background: none;
}
.ais-infinite-refinement-list--label .checkbox__before,
.ais-refinement-list--label .checkbox__before {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: var(--spacing-16);
  height: var(--spacing-16);
  margin-right: var(--spacing-8);
  border: var(--border-width-s) solid var(--color-palette-gray-900);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.ais-infinite-refinement-list--label .checkbox__before:after,
.ais-refinement-list--label .checkbox__before:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-position: center center;
  width: var(--spacing-16);
  height: var(--spacing-16);
  width: 100%;
  height: 100%;
}
.ais-infinite-refinement-list--label .c_filter-categories-name,
.ais-refinement-list--label .c_filter-categories-name {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.ais-infinite-refinement-list--label .c_filter-count,
.ais-refinement-list--label .c_filter-count {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: var(--color-palette-gray-400);
  padding-left: 0.8rem;
  margin-top: 2px;
  display: inline-block;
}
.ais-infinite-refinement-list--checkbox,
.ais-refinement-list--checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ais-infinite-refinement-list--checkbox.radio ~ .checkbox__before,
.ais-refinement-list--checkbox.radio ~ .checkbox__before {
  border: 0;
}
.ais-infinite-refinement-list--checkbox.radio ~ .checkbox__before:after,
.ais-refinement-list--checkbox.radio ~ .checkbox__before:after {
  content: '';
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.ais-infinite-refinement-list.active .ais-refinement-list--body,
.ais-refinement-list.active .ais-refinement-list--body {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.ais-infinite-refinement-list.active .ais-refinement-list--body .tproduct__filter-list-inner-bottom,
.ais-refinement-list.active .ais-refinement-list--body .tproduct__filter-list-inner-bottom {
  left: 0;
}
.ais-infinite-refinement-list.color .ais-refinement-list--label .checkbox__before.common_color,
.ais-refinement-list.color .ais-refinement-list--label .checkbox__before.common_color,
.ais-infinite-refinement-list.color_code .ais-refinement-list--label .checkbox__before.common_color,
.ais-refinement-list.color_code .ais-refinement-list--label .checkbox__before.common_color {
  background-size: 100%;
  background-position: center center;
  width: var(--spacing-16);
  height: var(--spacing-16);
}
.ais-infinite-refinement-list.color .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-refinement-list.color .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-infinite-refinement-list.color_code .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after,
.ais-refinement-list.color_code .ais-refinement-list--item__active .ais-refinement-list--label .checkbox__before:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ais-infinite-refinement-list.color .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list.color .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-infinite-refinement-list.color_code .ais-refinement-list--checkbox:checked ~ .checkbox__before:after,
.ais-refinement-list.color_code .ais-refinement-list--checkbox:checked ~ .checkbox__before:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ais-infinite-range-slider--body,
.ais-range-slider--body {
  padding: 0 var(--spacing-8);
  overflow: hidden;
}
.ais-infinite-range-slider--body .rheostat-horizontal,
.ais-range-slider--body .rheostat-horizontal {
  margin: var(--spacing-24) 0;
  margin-top: var(--spacing-8);
}
.ais-infinite-range-slider--body .rheostat-handle,
.ais-range-slider--body .rheostat-handle {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--color-white);
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  border: 1px solid var(--color-brand-primary);
  z-index: 1;
}
.ais-infinite-range-slider--body .rheostat-background,
.ais-range-slider--body .rheostat-background,
.ais-infinite-range-slider--body .rheostat-progress,
.ais-range-slider--body .rheostat-progress {
  height: 1px;
  background: var(--color-palette-blue-300);
  width: 100%;
  display: flex;
}
.ais-infinite-range-slider--body .rheostat-progress,
.ais-range-slider--body .rheostat-progress {
  display: flex;
  background: var(--color-brand-primary);
  position: absolute;
  top: 0;
  width: 100%;
}
.ais-infinite-range-slider--body-head,
.ais-range-slider--body-head {
  padding: 0 var(--spacing-16);
  margin-bottom: var(--spacing-24);
  width: 100%;
  order: -1;
}
.ais-infinite-range-slider--body .ais-refinement-list--body-head,
.ais-range-slider--body .ais-refinement-list--body-head {
  padding: 0;
}
.ais-infinite-range-slider--marker,
.ais-range-slider--marker {
  display: none;
}
.ais-infinite-range-slider--tooltip,
.ais-range-slider--tooltip {
  display: none;
}
.ais-infinite-range-slider--handle-upper .ais-range-slider--tooltip,
.ais-range-slider--handle-upper .ais-range-slider--tooltip {
  left: auto;
  right: 0%;
}
.ais-infinite-current-refined-values--body > *,
.ais-current-refined-values--body > * {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.ais-infinite-current-refined-values--list,
.ais-current-refined-values--list {
  width: auto;
  flex-direction: row;
  flex-wrap: unset;
  justify-content: flex-start;
}
.ais-infinite-current-refined-values--item,
.ais-current-refined-values--item {
  display: flex;
  margin-right: var(--spacing-8);
}
.ais-infinite-current-refined-values--link,
.ais-current-refined-values--link,
.ais-infinite-current-refined-values--link:visited,
.ais-current-refined-values--link:visited,
.ais-infinite-current-refined-values--link:link,
.ais-current-refined-values--link:link {
  width: auto;
  max-width: max-content;
  padding: var(--spacing-8);
  margin: .5rem 0;
}
.ais-infinite-current-refined-values--link > *,
.ais-current-refined-values--link > * {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ais-infinite-current-refined-values--link .current-refinement-wrapper,
.ais-current-refined-values--link .current-refinement-wrapper {
  margin-right: var(--spacing-8);
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.ais-infinite-current-refined-values--link .clear-cross,
.ais-current-refined-values--link .clear-cross {
  display: flex;
  width: var(--spacing-12);
  height: var(--spacing-12);
  background-size: 100%;
}
.ais-infinite-current-refined-values--clear-all,
.ais-current-refined-values--clear-all,
.ais-infinite-current-refined-values--clear-all:visited,
.ais-current-refined-values--clear-all:visited,
.ais-infinite-current-refined-values--clear-all:link,
.ais-current-refined-values--clear-all:link {
  width: auto;
  max-width: max-content;
  padding: var(--spacing-8);
  order: 1;
  margin: .5rem 0;
  clear: both;
  display: inline-block;
  white-space: nowrap;
}
select.ais-sort-by-selector,
select.ais-sort-by-selector:focus,
select.ais-sort-by-selector:active {
  appearance: none;
  -webkit-appearance: none;
  margin-top: var(--spacing-4);
  height: 4rem;
  line-height: 3rem;
  padding: var(--spacing-4) 0;
  padding-right: var(--spacing-32);
  background-position: 99% center;
  width: 100%;
  border: 0;
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-200);
  font-weight: var(--font-weight-normal);
  color: var(--color-palette-gray-300);
  outline: none;
}
.catalog__seoContent h2 {
  font-size: 2rem;
  color: var(--color-palette-gray-900);
  line-height: 2.4rem;
  margin-bottom: var(--spacing-12);
}
.catalog__seoContent p {
  font-size: 1.4rem;
  color: var(--color-palette-gray-900);
  line-height: 2.1rem;
}
.ais-stats--body strong,
.bottom-product-view-stats,
.top-product-view-stats {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.filterOpen .tproduct__reset {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  line-height: 1;
  cursor: pointer;
}
.filterOpen .tproduct__reset.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.filterOpen .tproduct__reset.active.fixed {
  position: fixed;
}
.selected_filter,
.tproduct__filter-list__head-title--desktop {
  display: inline-block;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  text-transform: capitalize;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-brand-para);
}
.cat-web-banner,
.cat-mobile-banner {
  position: relative;
}
.cat-web-banner .cat-text,
.cat-mobile-banner .cat-text {
  position: absolute;
  color: #fff;
  top: 50%;
  width: 100%;
  padding: 0 40px;
  transform: translate(0, -50%);
}
.cat-web-banner .cat-text h2,
.cat-mobile-banner .cat-text h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.cat-web-banner .cat-text p,
.cat-mobile-banner .cat-text p {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.cat-web-banner .cat-text a,
.cat-mobile-banner .cat-text a {
  background: var(--color-palette-white);
  color: var(--color-brand-primary);
  border: 2px solid var(--color-palette-white);
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 3px;
  font-weight: bold;
}
.sustainable_style_No {
  display: none;
}
.tproduct__category_seo_content {
  position: relative;
  border: 0;
}
.tproduct__algolia-right-container-bottom {
  position: relative;
  bottom: 0;
  width: 100%;
}
.sortByDiv__list {
  padding: 1rem;
}
.tproduct__filter-list__head-title--desktop {
  padding-bottom: .5em;
  border-bottom: 1px solid var(--color-grey-1);
}
.ais-current-refined-values--clear-all,
.ais-current-refined-values--link,
.ais-current-refined-values--clear-all:link,
.ais-current-refined-values--link:link,
.ais-current-refined-values--clear-all:visited,
.ais-current-refined-values--link:visited {
  padding: var(--spacing-8);
  background-color: var(--color-logo-grey-1);
  text-decoration: none;
}
#priceRangeText {
  display: none;
}
#instant-search-facets-container #priceRangeText {
  display: flex;
}
.priceRangeText__block {
  margin: 0 -0.8rem;
  flex-direction: row;
  justify-content: space-between;
  width: 105%;
  max-width: 105%;
  margin-right: 0;
  padding-bottom: var(--spacing-12);
}
.priceRangeText__max,
.priceRangeText__min {
  color: var(--color-brand-primary);
}
.algolia-instant-results-wrapper {
  margin-top: var(--spacing-32);
}
.tproduct_content-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.tproduct__item-price_group {
  display: flex;
  width: auto;
}
.tproduct__price {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: normal;
}
.tproduct__categories-list {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.tproduct__categories-list--item {
  padding: 10px 20px;
  border: 1px solid var(--color-palette-gray-900);
  text-align: center;
  line-height: initial;
}
.tproduct__categories-list--item a {
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--color-palette-gray-900);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.top-product-view-stats {
  text-align: right;
  margin-top: -24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.24px;
}
.tproduct__filter-Open span.openCount {
  display: none;
}
#current-refinements {
  display: none !important;
}
#algolia-stats strong {
  text-align: right;
  float: right;
  margin-top: -24px;
  font-weight: normal;
}
#algolia-stats .ais-root.ais-stats {
  float: right;
}
.mob-cat-slider {
  margin-bottom: var(--spacing-16);
  position: relative;
}
.tommy__cat {
  background: var(--color-palette-white);
}
.tommy__cat-slider-list {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.tommy__cat-slider-list.active .tommy__cat-slider-link {
  opacity: 0.5;
}
.tommy__cat-slider-list::-webkit-scrollbar {
  display: none;
}
.tommy__cat-slider-item {
  list-style: none;
  scroll-snap-align: start;
}
.tommy__cat-slider-item:not(:last-child) {
  margin-right: var(--spacing-8);
}
.tommy__cat-slider-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 74px;
}
.tommy__cat-slider-link.active {
  opacity: 1;
}
.tommy__cat-slider-link.deactive {
  opacity: .5;
}
.tommy__cat-slider-link .altTitle__h5 {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.tommy__cat-slider-img {
  margin-bottom: var(--spacing-8);
}
.tommy__cat-listing {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  background-color: var(--color-palette-white);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: none;
}
.tommy__cat-listing.open {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.tommy__cat-listing-menus {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: visible;
  z-index: -1;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tommy__cat-listing-menus.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  display: flex;
}
.tommy__cat-sublist {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: var(--spacing-20) 0;
}
.tommy__cat-sublist-item {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.tommy__cat-sublist-link {
  position: relative;
  padding: var(--spacing-8) 0;
  text-decoration: none;
}
.tommy__cat-sublist-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.swiper {
  overflow: visible;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 999;
  background: #fff;
  top: calc(50% - 40px);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: none;
}
.swiper .swiper-button-next:after {
  content: '';
  background: url(../icons/icon-new_right-arrow.svg) no-repeat;
  display: inline-block;
  width: 6px;
  height: 14px;
}
.swiper .swiper-button-prev:after {
  content: '';
  background: url(../icons/icon-new_right-arrow.svg) no-repeat;
  display: inline-block;
  width: 6px;
  height: 14px;
  transform: rotate(-180deg);
}
.swiper.tproduct__list .price {
  font-size: 1.2rem;
}
.shop_look {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.shop_look-container {
  width: 100%;
  max-width: 1920px;
  margin: 4rem auto 0;
  overflow: hidden;
}
.shop_look-left {
  width: 100%;
  padding: 8px 48px 0;
}
.shop_look-right {
  width: 100%;
  overflow: hidden;
  margin-top: 2.4rem;
}
.shop_look-right .t-paragraph-new {
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: center;
  padding: 0 2rem 2.4rem;
}
.shop_look-right h2 {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
}
.shop_look-right .btn.btn-new_glp {
  margin: 2rem 0 0;
}
.shop_look-slider {
  position: relative;
  padding-left: 2rem;
  overflow: hidden;
}
.shop_look .swiper-shop {
  overflow: hidden;
}
.shop_look .swiper-button-next,
.shop_look .swiper-button-prev {
  display: none;
}
.shop_look .mb-hide {
  display: none;
}
.shop_look .exp-mb {
  padding: 0 2rem;
}
.trending-container {
  overflow: hidden;
}
.plp__page #maincontent.page-main {
  margin: 0;
}
@media (max-width: 767px) {
  .tommy__banner-content.img-fix {
    height: calc(-120vh);
    min-height: initial;
  }
}
.shop_look-container {
  margin-bottom: 20px;
}
.trending-container {
  overflow: hidden;
}
@media (min-width: 767px) {
  .mercedes-video {
    min-height: initial;
    height: auto;
    overflow: hidden;
  }
  .mob-vid {
    display: none;
  }
}
@media (max-width: 767px) {
  .desk-vid {
    display: none;
  }
  .mercedes-video {
    min-height: initial;
    height: auto;
  }
  .mob-pad {
    padding: 2rem;
  }
}
.pdp__page {
  /*.breadcrumbs{
            margin: 1.2rem 0;
            padding: 0;
            ul.items{
                li{
                    display: none;
                    &:nth-last-child(2){
                        display: block;
                    }
                    a{
                        font-size: 1.6rem;
                        line-height: 2rem;
                        text-decoration: none;
                        text-transform: uppercase;
                        font-weight: 700;
                        padding: 0;
                        &::after{
                            display: none;
                        }
                        &::before{
                            content: '';
                            background: url(../icons/icon-arrow-leftsvg.svg) no-repeat;
                            width: 18px;
                            height: 18px;
                            margin-right: 1rem;
                            padding: 0;
                            vertical-align: top;
                            display: inline-block;
                        }
                    }
                    strong{
                        color: var(--color-palette-gray-300);
                        text-transform: capitalize;
                    }
                }
            }
        }*/
}
.pdp__page .product-top-container .product-detail-content {
  display: grid;
}
.pdp__page .product-top-container .product-detail-content .product-info-main {
  padding-top: var(--spacing-24);
}
.pdp__page .product-top-container .product-detail-content .product-info-main .pdp-tommy-label-text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: var(--color-brand-primary);
  display: none;
}
.pdp__page .product-top-container .product-detail-content h1.page-title {
  display: none;
}
.pdp__page .product-top-container .product-detail-content .page-title-wrapper .page-title {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--color-palette-gray-900);
  letter-spacing: 0.02rem;
  margin-bottom: var(--spacing-8);
  display: block !important;
  font-weight: normal;
  text-transform: none;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .price-box .price-final_price {
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--color-palette-gray-900);
  margin-right: 0.8rem;
  line-height: 2.1rem;
  margin-bottom: 3.2rem;
  display: inline-block;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .price-box .old-price .price-final_price {
  text-decoration: line-through;
  font-weight: normal;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .price-box .special-price .price-final_price {
  font-weight: 700;
  color: var(--color-brand-secondary);
}
.pdp__page .product-top-container .product-detail-content .product-info-price .color-swatch {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  text-transform: capitalize;
  margin-bottom: var(--spacing-8);
}
.pdp__page .product-top-container .product-detail-content .product-info-price .color-swatch span.value {
  color: var(--color-palette-gray-900);
}
.pdp__page .product-top-container .product-detail-content .product-info-price .also_available .plus_color_box ul {
  padding: 0;
  margin: 0;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .also_available .plus_color_box ul li {
  width: 4rem;
  height: 4rem;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .also_available .plus_color_box ul li a {
  border: 0px;
  height: 100%;
  padding: 0;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .also_available .plus_color_box ul li a img.alsoAvailable {
  border: 1px solid #fff;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .also_available .plus_color_box ul li a img.alsoAvailable.selected {
  border: 1px solid var(--color-palette-gray-900);
}
.pdp__page .product-top-container .product-detail-content .product-info-price .also_available .plus_color_box ul li a img.alsoAvailable:hover {
  border: 1px solid var(--color-palette-gray-400);
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper {
  margin-top: var(--spacing-32);
  margin-bottom: var(--spacing-12);
  min-height: 128px;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
  font-size: 1.4rem;
  color: var(--color-brand-primary);
  line-height: 2.1rem;
  margin-bottom: var(--spacing-8);
  font-weight: 400;
  display: inline-block;
  padding-right: 0.5rem;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
  display: none;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option {
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
  background: var(--color-palette-white);
  font-size: 1.2rem;
  line-height: 3.8rem;
  color: var(--color-palette-gray-600);
  text-align: center;
  display: inline-block;
  margin-right: 0.4rem;
  cursor: pointer;
  margin-bottom: 0.4rem;
  width: 32.4%;
  height: 4.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1.2px;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option:hover {
  border-bottom: 1px solid var(--color-palette-gray-400);
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.selected {
  border-bottom: 1px solid var(--color-palette-gray-900);
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option:nth-child(3n) {
  margin-right: 0;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.disabled {
  color: var(--color-palette-gray-400);
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.disabled:before {
  content: '';
  background: url(../icons/icon-notifymesvg.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: middle;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.disabled.selected {
  color: var(--color-palette-gray-600);
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.disabled.selected:before {
  background: url(../icons/icon-notifymeselectedsvg.svg) no-repeat;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.lowstock::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #8C4F00;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-input {
  visibility: hidden;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom {
  min-height: initial;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .t__sizeGuideLinkContainer {
  margin-bottom: 3.2rem;
  line-height: 2.1rem;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .t__sizeGuideLinkContainer .t__sizeGuideLink {
  font-size: 1.4rem;
  text-decoration: underline;
  color: var(--color-brand-primary);
  line-height: 2.1rem;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links {
  width: 56px;
  display: inline-block !important;
  text-align: center;
  border: 1px solid var(--color-palette-gray-900);
  padding: 12px;
  height: 56px;
  line-height: 5.4rem;
  margin-left: 0.8rem;
  position: relative;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links .tproduct__item-towishlist {
  width: 5.4rem;
  height: 5.4rem;
  background-color: initial;
  border-radius: 0;
  top: 0;
  right: 0;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links .tproduct__item-towishlist .icon {
  background: url("../icons/icon-wishlistsvg.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links .tproduct__item-towishlist.active .icon {
  background: url("../icons/icon-wishlist-filledsvg.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links .tproduct__item-prod-wishlist {
  right: 0;
  top: 0;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .box-tocart {
  width: 100%;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .box-tocart .btn--primary,
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .box-tocart .btn-cookie-allow {
  max-width: 100%;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .t__size-available span {
  font-size: 1.4rem;
  color: #875B13;
  line-height: 2.1rem;
  display: block;
  margin: 3.2rem 0;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .t__size-available span:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #875B13;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .t__size-available.errors span {
  color: #70071A;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .t__size-available.errors span:before {
  display: none;
}
.pdp__page .product-top-container .product-detail-content .product.media {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  position: relative;
}
.pdp__page .product-top-container .product-detail-content .product.media .tproduct__item-imgBlock-bottom {
  z-index: 2;
  bottom: 1.3rem;
}
.pdp__page .product-top-container .product-detail-content .product.media .tproduct__item-prod-wishlist {
  display: none;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots {
  display: flex;
  margin: 0;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft .fotorama__dot {
  width: 4px;
  background-color: #fff;
  left: 0;
  border-color: #fff;
  height: 4px;
  border-radius: 50%;
  display: none;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame {
  height: 88px;
  width: auto;
  margin: 0;
  position: relative;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame--thumb:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #F4F4F4;
  opacity: 0.9;
  top: 0;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame--thumb.fotorama__active:after {
  display: none;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft .fotorama__active .fotorama__dot {
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
  opacity: 1;
}
.pdp__page .product-top-container .product-detail-content .product.media .fotorama__wrap {
  direction: ltr;
}
.pdp__page .product-top-container .product-detail-content .product.media .fotorama__wrap .fotorama__nav-wrap--horizontal {
  position: absolute;
  bottom: -89px;
  z-index: 1;
  left: 0;
  width: 100%;
}
.pdp__page .product-top-container .product-detail-content .action-skip-wrapper {
  height: 0;
  position: relative;
}
.pdp__page .product-top-container .product-detail-content .action-skip-wrapper .action {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section {
  border-bottom: 1px solid var(--color-brand-primary);
  border-top: 1px solid var(--color-brand-primary);
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section:last-child {
  border-top: 0px;
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section .t__toggel-content {
  padding-bottom: var(--spacing-24);
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section .tnavigation__sub-open {
  display: block;
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section .ttoggel__item-head {
  position: relative;
  padding: var(--spacing-24) 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
  text-transform: capitalize;
  color: var(--color-palette-gray-900);
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section .ttoggel__item-head.active {
  padding-bottom: var(--spacing-16);
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section .ttoggel__item-head .tnavigation__sub-open .icon {
  background: url(../icons/icon-plusnsvg.svg) no-repeat;
  width: 14px;
  height: 16px;
  background-position: center center;
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section .ttoggel__item-head.active .tnavigation__sub-open .icon {
  background: url(../icons/icon-minusnsvg.svg) no-repeat;
  width: 14px;
  height: 8px;
  background-position: center center;
}
.pdp__page .product-top-container .product-detail-content .t__toggel-section .ttoggel__item-head.heading-green {
  color: #008932;
}
.pdp__page .product-top-container .addbag-confirmation-message {
  display: none;
  margin-bottom: 1.2rem;
}
.pdp__page .product-top-container .addbag-confirmation-message .error {
  color: var(--color-brand-secondary);
  font-size: 1.5rem;
  display: block;
  width: 100%;
}
.pdp__page .tsimilar-products {
  padding: 0;
  padding-left: 2rem;
  overflow: hidden;
  display: none;
}
.pdp__page .tsimilar-products .tsimilar-product-grid .slick-arrow {
  display: none;
}
.pdp__page .tsimilar-products .tsimilar-product-grid .slick-track .slick-slide {
  margin: 0.5rem;
}
.pdp__page .tsimilar-products .tsimilar-product-grid .slick-track .slick-slide .tproduct__item-title {
  font-weight: 400;
}
.pdp__page .tsimilar-products .tsimilar-product-grid .slick-track .slick-slide .ais-hits--item {
  width: 100%;
  max-width: 100%;
}
.pdp__page .breadcrumbs {
  padding: 0 0 3.2rem 0;
}
.pdp__page .breadcrumbs ul.items li strong {
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  color: var(--color-palette-gray-500);
  padding: 0;
  display: none;
}
.pdp__page .breadcrumbs ul.items li a {
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 var(--spacing-8);
  white-space: nowrap;
  display: inline-block;
  color: var(--color-palette-gray-500);
}
.pdp__page .breadcrumbs ul.items li a:after {
  background: url(../icons/icon-rightarrowsvg.svg) no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 16px;
  right: -6px;
  top: 13px;
}
.pdp__page .breadcrumbs ul.items li:first-child a {
  padding-left: 0;
}
.pdp__page .breadcrumbs ul.items li:nth-child(2) a {
  padding-left: 1.4rem;
}
.pdp__page .breadcrumbs ul.items li:nth-child(3) a {
  display: none;
}
.pdp__page .breadcrumbs ul.items li:nth-child(3) a:after {
  display: none;
}
.pdp__page .box-tocart button#product-addtocart-button,
.pdp__page .box-tocart .btn#product-addtocart-button {
  border-radius: 0;
}
.pdp__page .tsimilar-products {
  margin-top: var(--spacing-48);
}
.pdp__page .tsimilar-products .tslider-title {
  margin-bottom: var(--spacing-16);
}
.pdp__page .block-viewed-products-grid .block-title strong {
  font-size: 2rem;
  text-transform: capitalize;
  letter-spacing: 0.02rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: var(--spacing-16);
  display: block;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-details {
  padding: var(--spacing-8);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-details a {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-decoration: none;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-details .price-box .price-label {
  display: none;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-details .price-box .price-wrapper .price {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-image-photo {
  width: 100%;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-actions {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-actions .action.towishlist {
  width: 3.6rem;
  height: 3.6rem;
  min-height: 3.6rem;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 50%;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-actions .action.towishlist span {
  font-size: 0px;
  line-height: initial;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-actions .action.towishlist span::before {
  background: url(../icons/icon-plp_wishlist.svg) no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  content: '';
  display: block;
  transition: all 0.25s ease-in-out;
  background-size: 100%;
  margin-top: 2px;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .product-item .product-item-actions .action.towishlist span.active::before {
  background: url(../icons/icon-plp_wishlist-selected.svg) no-repeat;
  background-size: 100%;
}
.pdp__page .block-viewed-products-grid .block-content .product-items .slick-slide {
  margin: 0.5rem;
}
.pdp__page .box-tocart fieldset {
  padding: 0;
  border: 0;
}
.pdp__page .box-tocart button#product-updatecart-button,
.pdp__page .box-tocart .btn#product-updatecart-button {
  max-width: 100%;
  margin-top: 1.5rem;
}
.pdp__page .oos_notifyme_block .product-name {
  font-size: 1.4rem;
  color: var(--color-palette-gray-900);
  line-height: 2.1rem;
}
.pdp__page .oos_notifyme_block .tproduct__price {
  color: var(--color-palette-gray-900);
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: normal;
}
.pdp__page .oos_notifyme_block .tproduct__price--old-price {
  color: var(--color-palette-gray-900);
}
.pdp__page .oos_notifyme_block .product-color {
  font-size: 14px;
  color: var(--color-palette-gray-500);
  line-height: 21px;
}
.pdp__page .oos_notifyme_block .product-size {
  font-size: 14px;
  color: var(--color-palette-gray-500);
  line-height: 21px;
}
.pdp__page .oos_notifyme_block .product-availability {
  color: #70071A;
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 16px;
}
.pdp__page .oos_notifyme_block .oos-product-detail-block {
  display: flex;
  display: -webkit-flex;
}
.pdp__page .oos_notifyme_block .oos-product-detail-block .tproduct__item-img {
  width: 158px;
  height: 211px;
  object-fit: cover;
  object-position: center;
}
.pdp__page .oos_notifyme_block .oos-product-detail-block .product-block-left {
  margin-right: 2rem;
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup {
  margin-top: 24px;
  display: block;
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup .tfieldset .tfield input {
  border-width: 1px;
  margin-top: 24px;
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup .actions {
  width: 100%;
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup span.btn-text-btm {
  color: var(--color-palette-gray-900);
  font-size: 14px;
  line-height: 21px;
  margin-top: 24px;
  display: block;
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup .tfield__input .label {
  color: var(--color-brand-primary);
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup .tfield__input-check {
  display: block;
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup .email sapn {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  margin-bottom: 2.4rem;
  display: block;
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup .other_links {
  display: none;
}
.pdp__page .oos_notifyme_block .form-oos-notifyme-popup .tproduct__item-price_group {
  margin-bottom: 0;
}
.pdp__page .mb-hide--flex {
  display: block;
}
.pdp__page .block-OOS-notifyme .message {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.pdp__page .block-OOS-notifyme .message .left-msg {
  margin-right: 1.7rem;
}
.pdp__page .block-OOS-notifyme .message .left-msg span {
  display: block;
}
.pdp__page .option-availability {
  color: var(--color-brand-secondary);
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: -2rem;
  margin-bottom: 1rem;
}
.pdp__page span.from_price.price-final_price {
  margin-right: 3px !important;
  color: var(--color-brand-primary) !important;
}
.pdp__page .brand_label {
  display: none;
}
.pdp__page .productLongDescription {
  font-size: 14px;
  color: var(--color-palette-gray-900);
  line-height: 21px;
  opacity: 1;
}
.pdp__page .productLongDescription h4,
.pdp__page .productLongDescription h5 {
  font-size: 14px;
  color: var(--color-palette-gray-900);
  line-height: 18px;
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 8px;
}
.pdp__page .t__toggel-content .icon-sustainable {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  margin-right: 8px;
  margin-bottom: 10px;
  height: 34px;
}
.pdp__page .productLongDescription ul {
  padding-left: 20px;
}
.pdp__page .productLongDescription span.t__toggel-content-cont {
  color: var(--color-brand-primary);
}
.pdp__page .productLongDescription li a {
  color: #5A5C66;
}
.pdp__page .pdp_custom_text {
  width: 100%;
  margin-bottom: 3.2rem;
  margin-top: 3.2rem;
}
.pdp__page .pdp_custom_text_cart {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0.8rem;
}
.pdp__page .pdp_custom_text_cart span {
  margin-top: 1px;
  margin-right: 13px;
  display: none;
}
.pdp__page .pdp_custom_text_cart span.icon-Shape2svg {
  margin-top: 5px;
}
.pdp__page .pdp_custom_text_cart p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.pdp__page .pdp_custom_text_cart p a {
  text-decoration: none;
}
.pdp__page .pdp_custom_text_cart p:before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--color-palette-gray-900);
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.pdp__page .bf-pdp {
  margin-bottom: 2.4rem;
}
.pdp__page #go-to-checkout {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  margin: 1.2rem 0;
}
.pdp__page .addbag-confirmation-message.active {
  margin-bottom: 2.4rem;
}
.pdp__page .block-viewed-products-grid {
  overflow: hidden;
  padding-left: 2rem;
}
.pdp__page .tproduct__item-price-discount,
.pdp__page .tproduct__item-is_new,
.pdp__page .tproduct__item-is_exclusive {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 1.5rem;
}
.pdp__page .fotorama__stage__frame .fotorama__img {
  max-width: 100%;
  width: 100%;
}
.pdp__page .tproduct__list {
  opacity: 1;
}
.pdp__page .notify-modal .modal-inner-wrap .modal-header {
  padding: 0;
}
.pdp__page .notify-modal .modal-inner-wrap .action-close span {
  display: none;
}
.pdp__page .notify-modal #oos_notifyme_popup .tpopup-close-modal {
  top: 3.2rem;
  right: 3.2rem;
}
.pdp__page .notify-modal #oos_notifyme_popup .block-OOS-notifyme h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: var(--color-palette-gray-900);
  text-transform: none;
  font-weight: normal;
}
.pdp__page .notify-modal #oos_notifyme_popup .oos-prod-notification {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  display: none;
}
.pdp__page .notify-modal #oos_notifyme_popup .oos-prod-notification button,
.pdp__page .notify-modal #oos_notifyme_popup .oos-prod-notification .btn {
  background: var(--color-palette-white);
  color: var(--color-palette-gray-900);
  border: 1px solid var(--color-palette-gray-200);
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 12px 32px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0;
  height: 56px;
}
.pdp__page .notify-modal #oos_notifyme_popup .or-separation {
  margin: 2.4rem 0;
  text-align: center;
  position: relative;
  display: none;
}
.pdp__page .notify-modal #oos_notifyme_popup .or-separation span {
  color: var(--color-palette-gray-500);
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
}
.pdp__page .notify-modal #oos_notifyme_popup .or-separation span:after,
.pdp__page .notify-modal #oos_notifyme_popup .or-separation span:before {
  content: '';
  width: 1px;
  background: #E9EBED;
  width: 129.5px;
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
}
.pdp__page .notify-modal #oos_notifyme_popup .or-separation span::before {
  left: 0;
  right: initial;
}
.pdp__page .notify-modal #oos_notifyme_popup .success_message {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  margin-bottom: 2.4rem;
  display: block;
}
.pdp__page .product-options-bottom {
  display: flex;
  flex-flow: row wrap;
  margin-top: -1rem;
}
.pdp__page .product-options-bottom .t__sizeGuideLinkContainer {
  flex: 1 1 100%;
}
.pdp__page .product-options-bottom .box-tocart {
  flex: 1 1 40%;
}
.pdp__page .fotorama {
  overflow: visible;
}
.theader + #pdp_Main {
  padding-top: 0 !important;
}
.pdp__page .pdp-tommy-member-text {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #875B13;
  margin-bottom: 0.8rem;
}
.pdp__page .pdp-tommy-member-text:before {
  content: '';
  background: url(../icons/icon-memberlocksvg.svg) no-repeat;
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -6px;
}
.pdp__page .pdp-tommy-member-text.active {
  color: #084932;
}
.pdp__page .pdp-tommy-member-text.active::before {
  background: url(../icons/icon-memberunlocksvg.svg) no-repeat;
  width: 20px;
}
.pdp__page #product-addtocart-button-signin .icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -6px;
}
.inc-vat {
  color: var(--color-palette-gray-500);
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-left: -0.4rem;
}
.pdp_banner {
  margin: 2rem 0;
}
.pdp__page .admin__data-grid-outer-wrap {
  display: none;
}
@media (min-width: 1921px) {
  .pdp__page .tsimilar-products,
  .pdp__page .block-viewed-products-grid {
    max-width: 1920px;
    margin: 0px auto;
    overflow: hidden;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .pdp__page .product-top-container .product-detail-content ul.pro-gallery li {
    width: 48%;
  }
  .pdp__page .product-top-container .product-detail-content .swatch-attribute-options .swatch-option {
    width: 10rem !important;
  }
  .pdp__page .product-top-container .product-detail-content .swatch-attribute-options .swatch-option.disabled {
    width: 10rem !important;
  }
}
.account #account_Main .columns {
  margin-top: 0;
}
.account__top.t__container {
  background: var(--color-white);
  padding: 1.2rem 0rem 0 1.2rem;
  position: relative;
}
.account__top .icon-pencilsvg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.account__top .block-message .error {
  position: absolute;
  top: 0;
  width: 100%;
  background: #FAE7EA;
  font-size: 1.5rem;
  padding: 1.2rem;
  text-align: center;
  display: block;
  left: 0;
  color: #70071A;
}
.account__top .block-message .error:before {
  background: url(../icons/icon-warningsvg.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: 100%;
  content: '';
  vertical-align: middle;
  padding: 0 0.4rem;
}
.account__top .block-message .success {
  position: fixed;
  width: 80%;
  background: #E7F3EF;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  bottom: 2rem;
  padding: var(--spacing-16);
  color: #084932;
}
.account__top .block-message .success:before {
  background: url(../icons/icon-check-2svg.svg) no-repeat;
  width: 26px;
  height: 30px;
  display: inline-block;
  background-size: 100%;
  content: '';
  vertical-align: middle;
}
.account__top .loader:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
  z-index: 5;
  background: url(../icons/icon-preloadersvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.account__top .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 9;
}
.account .columns {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.account .columns .main {
  order: 2;
  width: 100%;
  padding-right: 1.2rem;
}
.account .columns .main .page-title-wrapper .page-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: capitalize;
  margin-bottom: var(--spacing-20);
}
.block-dashboard-info .block-title strong {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: var(--spacing-20);
  display: block;
}
.block-dashboard-info .block-content .tfieldset .tfield input {
  border-width: 1px;
}
.block-dashboard-info .block-content .tfieldset .tfield input[name="nationality"] {
  display: none;
}
.box {
  background-color: var(--color-palette-white);
  padding: 2rem;
  border: var(--border-width-s) solid var(--color-palette-gray-100);
  margin-bottom: var(--spacing-20);
}
.box-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}
.box-info .box-content {
  width: 100%;
}
.box-info .box-content .info-block {
  display: flex;
  flex-wrap: wrap;
}
.box-info .box-content .info-block .field-name {
  margin-bottom: var(--spacing-32);
}
.box-info .box-content p {
  margin-top: var(--spacing-8);
}
.box-header-title {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-top: 1rem;
}
.box-actions .action {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.box .info-block .field {
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.box .info-block .field span {
  display: block;
  color: var(--color-brand-primary);
  margin-top: var(--spacing-8);
}
.box .form-block {
  margin-top: 2rem;
}
.box .form-block .tfield__input-block .label {
  font-size: 1.4rem;
  color: #464C52;
}
.box .form-block select {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid var(--color-palette-gray-100);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-bottom: 1.2rem;
  background: url(../icons/icon-downsvg.svg) no-repeat;
  background-position: 95%;
  outline: none;
  margin-bottom: var(--spacing-12);
}
.box .form-block .primary,
.box .form-block .secondary {
  width: 100%;
}
.box .form-block .primary button,
.box .form-block .secondary button,
.box .form-block .primary .btn,
.box .form-block .secondary .btn {
  max-width: 100%;
}
.box .form-block .secondary {
  margin-top: 2rem;
}
.box .form-block .tfieldset .actions-toolbar {
  border: 0;
  padding-bottom: 0;
}
.box .form-block .form-edit-account .tfieldset .tfield__input-block {
  margin-top: var(--spacing-20);
  margin-bottom: var(--spacing-32);
}
.box .form-block .confirm.password {
  margin-bottom: var(--spacing-32);
}
.box .form-block .form-edit-password #otp {
  height: 5.6rem;
  border: 1px solid var(--color-palette-gray-100);
  padding: var(--spacing-16);
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  outline: none;
  appearance: none;
  margin-bottom: var(--spacing-20);
}
.box .form-block .form-edit-password button#send-otp,
.box .form-block .form-edit-password .btn#send-otp {
  color: var(--color-palette-white);
  background-color: #1b1d1f;
  border: 2px solid var(--color-brand-primary-hover);
}
.box .form-block.edit-address-form {
  margin: 0px;
}
.box.active {
  border: 1px solid var(--color-brand-primary);
}
.box.active .t-paragraph {
  margin-top: 0.8rem;
}
.box.active .t-paragraph.add-text {
  margin: 0 0 0.8rem;
  max-width: 100%;
}
.box.active .box-header {
  display: flex;
  justify-content: space-between;
}
.box.active .box-header .altTitle__h4 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.box.active .box-header.add-new-box {
  display: flex;
  justify-content: space-between;
}
.box.active .box-header.add-new-box .add-new-label {
  font-size: 2rem;
}
.box.active .box-header.add-new-box .close-form {
  text-decoration: underline;
}
.box.active .form-block .tfieldset .altTitle__h4 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-bottom: var(--spacing-20);
  font-weight: 400;
}
.box.active .form-block .tfieldset .altTitle__h4.u-margin-top {
  margin: var(--spacing-24) 0 var(--spacing-20);
}
.box.active .form-block .tfieldset .tfield.required {
  margin-bottom: 0.8rem;
}
.box.active .t__address-selection {
  background-color: var(--color-palette-white);
  padding: var(--spacing-16);
  border: var(--border-width-s) solid var(--color-palette-gray-100);
  max-width: 64.1rem;
  width: 100%;
}
.box.active .t__address-title {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-palette-gray-900);
}
.box.active .t__address-title span {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.box.active .t__address-title .address-subopen {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.box.active .t__address-title .address-subopen .icon-downsvg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.box.active .t__address-choice {
  display: none;
}
.box.active .actions-toolbar {
  margin-top: var(--spacing-32);
}
.mb-action {
  margin-top: var(--spacing-12);
}
.customer-newsletter-cont {
  font-size: 1.5rem;
  color: var(--color-brand-primary);
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.t__customer-newsletter.box {
  padding: 2rem 1.6rem;
}
.t__customer-newsletter .tfield__input .label {
  color: var(--color-brand-primary);
  font-size: 1.3rem;
}
.t__customer-newsletter .tfieldset:not(:last-child) {
  margin: 0;
}
.t__customer-newsletter-choice.box {
  padding: 2rem 1.6rem;
}
.t__customer-newsletter-choice p {
  font-size: 1.5rem;
  color: var(--color-brand-primary);
  line-height: 2.4rem;
  margin-top: var(--spacing-12);
  margin-bottom: 2.4rem;
}
.t__customer-newsletter-interest .tfield__input .label {
  font-size: 1.4rem;
  line-height: 2rem;
}
.t__customer-newsletter-interest .tfield__input-check {
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #E5E5E5;
}
.t__customer-newsletter-interest .btn {
  max-width: 100%;
  color: var(--color-white);
}
.t__customer-newsletter .tfield__input-check {
  margin-top: 2.4rem;
}
.t__customer-newsletter .btn {
  max-width: 100%;
}
.t__customer-newsletter-lgform {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.t__customer-newsletter-lgform select {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--color-brand-primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-bottom: 1.2rem;
  background: url(../icons/icon-arrow-downsvg.svg) no-repeat;
  background-position: 95%;
  outline: none;
}
.t__customer-newsletter-lgform .btn {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.8rem;
}
.t__customer-newsletter-lgform form {
  width: 100%;
}
.t__customer-newsletter-unsubscribe {
  padding: 2rem 1.6rem;
}
.t__customer-newsletter-unsubscribe p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--color-palette-gray-300);
  margin-top: var(--spacing-12);
  margin-bottom: 2.8rem;
}
.t__customer-newsletter-unsubscribe .btn.unsb-btn {
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-brand-primary);
  text-transform: uppercase;
  padding: 4px 15px;
  border: 2px solid var(--color-brand-primary);
  display: block;
  border-radius: 3px;
  letter-spacing: 0.02rem;
  text-decoration: none;
  text-align: center;
  background: none;
  height: auto;
  min-height: initial;
  width: 100%;
}
.t__customer-Newaddress .tfieldset .tfield input {
  border-width: 1px;
}
.t__customer-Newaddress .tfieldset .tfield select {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--color-brand-primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-bottom: 1.2rem;
  background: url(../icons/icon-arrow-downsvg.svg) no-repeat;
  background-position: 95%;
  outline: none;
}
.t__customer-Newaddress .tfieldset .actions-toolbar {
  border: 0;
  padding-bottom: 0;
}
.t__customer-Newaddress .tfieldset .actions-toolbar .primary {
  width: 100%;
  margin-bottom: 2rem;
}
.t__customer-Newaddress .tfieldset .actions-toolbar .secondary {
  width: 100%;
}
.prefix-field {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 2rem;
}
.prefix-field .pr-label {
  display: none;
}
.prefix-field .tfield__input-radiolabel {
  border: 1px solid var(--color-palette-gray-100);
  font-size: 1.2rem;
  color: var(--color-palette-gray-900);
  text-transform: uppercase;
  padding: 1.2rem 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 1.2px;
}
.prefix-field .tfield__input-radiobox:checked ~ .tfield__input-radiolabel {
  border-color: var(--color-palette-gray-900);
}
.prefix-field .no-border {
  border-radius: 0;
}
label.p_max-char {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 1.2rem;
  margin-top: -4px;
  color: #969696;
}
.order-products-toolbar {
  display: none;
}
.treturn__table-mb {
  margin-top: 3rem;
}
.treturn__table-mb table {
  width: 100%;
}
.treturn__table-mb table tr td {
  padding-bottom: 2rem;
}
.treturn__table-mb .date {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 8px;
}
.treturn__row {
  margin-bottom: 0.2rem;
}
.treturn__row label {
  width: 50%;
  display: inline-block;
  color: var(--color-palette-gray-300);
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.treturn__row span {
  display: inline-block;
  color: var(--color-brand-primary);
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.treturn__row a span {
  text-decoration: underline;
}
.treturn__detail-box {
  margin-bottom: var(--spacing-20);
  padding-bottom: var(--spacing-20);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
}
.treturn__details .box-returns-requested .order-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 var(--spacing-20) 0;
  position: relative;
  padding: 0;
  border-bottom: 1px solid var(--color-palette-gray-100);
  padding-bottom: var(--spacing-12);
}
.treturn__details .box-returns-requested .order-progress .progress-step {
  position: relative;
  padding-bottom: var(--spacing-48);
  width: 100%;
}
.treturn__details .box-returns-requested .order-progress .progress-step .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 8px;
  background-position: center center;
  border: 1px solid #73787E;
}
.treturn__details .box-returns-requested .order-progress .progress-step.completed .icon {
  background-color: #0E845A;
  border-color: transparent;
}
.treturn__details .box-returns-requested .order-progress .progress-step.completed .content::after {
  content: '';
  background: url(../icons/icon-downsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.treturn__details .box-returns-requested .order-progress .progress-step.completed .progress-line {
  background-color: #0E845A;
}
.treturn__details .box-returns-requested .order-progress .progress-step .content {
  margin-left: 40px;
  margin-top: 6px;
  position: relative;
}
.treturn__details .box-returns-requested .order-progress .progress-step .content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.treturn__details .box-returns-requested .order-progress .progress-step .content .date-time {
  font-size: 1.4rem;
  color: #73787E;
  line-height: 1.8rem;
  position: absolute;
  margin: 4px 0 0 0;
}
.treturn__details .box-returns-requested .order-progress .progress-step .progress-line {
  height: 100%;
  position: absolute;
  width: 2px;
  background-color: #e0e0e0;
  left: 14px;
  top: 0;
  z-index: 1;
}
.treturn__details .box-returns-requested .order-progress .progress-step:last-child {
  padding-bottom: var(--spacing-20);
}
.treturn__details .box-returns-requested .order-progress .progress-step:last-child .progress-line {
  height: 50%;
}
.treturn__details .box-returns-requested .block-title .subTitle__h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: capitalize;
  margin-bottom: var(--spacing-20);
  font-weight: 400;
}
.treturn__details .box-returns-requested .box-treturns-shipping .box-title .subTitle__h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: capitalize;
  margin-bottom: var(--spacing-16);
  display: inline-block;
  font-weight: 400;
}
.treturn__details .box-returns-requested .box-treturns-shipping .box-content address {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  font-style: normal;
}
.treturn__details .box-returns-requested .return-overview {
  display: flex;
  margin-bottom: var(--spacing-20);
  padding-bottom: var(--spacing-20);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
}
.treturn__details .box-returns-requested .return-overview .product-image {
  width: 15.8rem;
  height: 21.1rem;
  flex-basis: 55%;
}
.treturn__details .box-returns-requested .return-overview .product-details {
  margin-left: var(--spacing-20);
}
.treturn__details .box-returns-requested .return-overview .product-details h3,
.treturn__details .box-returns-requested .return-overview .product-details .price {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  color: var(--color-palette-gray-900);
}
.treturn__details .box-returns-requested .return-overview .product-details .price {
  margin-bottom: var(--spacing-16);
  color: var(--color-palette-gray-900);
}
.treturn__details .box-returns-requested .return-overview .product-details .treturn__label,
.treturn__details .box-returns-requested .return-overview .product-details .treturn__text {
  color: #73787E;
  text-transform: capitalize;
}
.treturn__details .box-returns-requested .return-overview .product-details .item.options {
  margin-bottom: 0.4rem;
}
.treturn__details .box-returns-requested .return-overview .product-details .item.options dt,
.treturn__details .box-returns-requested .return-overview .product-details .item.options dd {
  color: #73787E;
}
.treturn__details .box-returns-requested .return-overview .product-details .treturn__prod-detail {
  margin-bottom: 0.4rem;
}
.treturn__details .box-returns-requested .return-overview .product-details p {
  margin-bottom: 0.4rem;
  color: #73787E;
}
.treturn__details .title h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: capitalize;
  margin-bottom: var(--spacing-8);
}
.treturn__details .title p {
  margin-bottom: var(--spacing-20);
}
.treturn__details .t_return-number {
  margin-bottom: var(--spacing-16);
}
.treturn__details .t_return-number .torder__number {
  display: block;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
span.return-status.top {
  display: none;
}
.treturn__label {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.treturn__text {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.treturn__text a {
  text-decoration: none;
}
.treturn__prod-detail {
  margin-bottom: 0.8rem;
}
.magento_rma-returns-view strong.subTitle__h4 {
  text-transform: uppercase;
  display: block;
}
.magento_rma-returns-view dl.item.options {
  display: flex;
  display: -webkit-flex;
}
.magento_rma-returns-view dl.item.options dt {
  color: var(--color-palette-gray-300);
  margin-right: 5px;
}
table#track-info-table {
  width: 100%;
}
table#track-info-table tr th {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.3rem;
}
action.track {
  margin-top: 10px;
  display: block;
}
.t__address-btn {
  padding: 0;
}
.t__address-btn .btn {
  background: none;
  width: 100%;
  margin: 0 auto;
  padding: var(--spacing-12) var(--spacing-32);
  max-width: 100%;
}
.t__address-btn .btn span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.t__address-btn .adress-text {
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  text-align: center;
}
.t__address p.t-paragraph {
  margin-top: 1rem;
  display: block;
}
.t__address .altTitle__h4 {
  margin-bottom: 1.2rem;
}
.t__address .new-address-form select,
.t__address .edit-address-form select {
  margin-bottom: 0;
  text-transform: capitalize;
}
.t__address .tfield__input-check {
  margin-bottom: 0;
  margin-top: 1rem;
}
.t__address .tfield__input .label {
  color: var(--color-brand-primary);
  font-size: 1.5rem;
}
.t__address .tfield__input-checkbox:disabled ~ .tfield__input-label-checkbox:before {
  opacity: 0.4;
}
.t__address .tfield__input-checkbox:disabled ~ .tfield__input-label-checkbox {
  color: var(--color-palette-gray-300);
}
.t__address .tfield.phone-f {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.t__address .tfield.phone-f .phone-code {
  width: 30%;
}
.t__address .tfield.phone-f .phone-nu {
  width: 65%;
}
.t__address .tfield input.valid {
  background: url("../../../../../frontend/Tommy/Tommy/ar_SA/icons/icon-checkmarksvg.svg") no-repeat;
  background-position: 95%;
}
.t__address .actions-toolbar {
  margin-top: 2rem;
}
.t__address-btn .actions-toolbar {
  margin-top: 0;
}
.t__address .del__text {
  margin-top: 1.2rem;
}
.edit-address-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--spacing-20);
}
.edit-address-title .address_street_detail {
  font-size: 2rem;
  line-height: 2.4rem;
}
.edit-address-title .add-edit {
  width: 20%;
  text-align: right;
}
.address_detail_delete .remove-add {
  text-align: right;
}
.address_detail_delete .remove-add span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.btn--tertiary[disabled] {
  opacity: 1;
  background: var(--color-palette-gray-300);
  border-color: var(--color-palette-gray-300);
}
.account__page .modal-inner-wrap {
  max-width: 100%;
  padding: 3.2rem;
  bottom: 0;
}
.account__page .modal-inner-wrap .modal-header {
  padding: 0;
}
.account__page .modal-inner-wrap .modal-header .action-close {
  padding: 0;
  width: 20px;
  right: 32px;
  top: 1rem;
  height: 20px;
}
.account__page .modal-inner-wrap .modal-header .action-close span {
  display: none;
}
.account__page .modal-inner-wrap .modal-header .action-close:after {
  content: '';
  background: url(../icons/icon-close-hoversvg.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.account__page .modal-inner-wrap .modal-footer {
  display: none;
}
.account__page .modal-inner-wrap .modal-content {
  padding: 0;
  margin-top: 1.2rem;
}
.account__page .modal-inner-wrap .modal-content .btn--secondary {
  margin-bottom: 1.2rem;
}
.account__page .modal-inner-wrap .modal-content p.t-paragraph {
  margin-bottom: 2rem;
}
.account__page .modal-inner-wrap .modal-content .btn {
  max-width: 100%;
}
span.close-form {
  cursor: pointer;
}
.torder_back {
  display: inline-block;
  margin-bottom: var(--spacing-8);
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.torder_back::before {
  content: '';
  width: 12px;
  display: inline-block;
  height: 18px;
  background: url(../icons/icon-chevron-leftsvg.svg) no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right: var(--spacing-8);
}
.add-new-address-form,
.card {
  position: relative;
}
.add-new-address-form .address_card .right_address_detail .address_email_detail,
.card .address_card .right_address_detail .address_email_detail {
  margin-top: var(--spacing-16);
}
.add-new-address-form .address_card .right_address_detail .choice.tfield__input,
.card .address_card .right_address_detail .choice.tfield__input {
  display: none;
}
.table-returns {
  width: 100%;
}
.table-returns .table-caption {
  text-align: left;
}
.table-returns tr th {
  text-align: left;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.table-returns tr td {
  padding-right: 1.2rem;
}
.table-returns tr td img.product.photo.preview {
  width: 135px;
}
.box-information-password,
.box-information-personal {
  position: relative;
}
input.mage-error,
select.mage-error {
  color: var(--color-brand-primary);
}
.t__customer-newsletter-interest .tfield__input .tfield__input-checkbox:disabled ~ .label {
  color: var(--color-palette-gray-300);
}
.tfield__input-checkbox:disabled ~ .tfield__input-label-checkbox::before {
  opacity: 0.4;
}
.tfieldset .tfield #nationality {
  margin-top: 17px;
}
.tfieldset .tfield #nation {
  top: -13px;
  left: 0px;
  display: block;
}
label.label.btm_tc {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 1.2rem;
  color: var(--color-palette-gray-300);
}
.account__top .block-message .error {
  top: initial;
  bottom: 0;
  z-index: 1;
  position: fixed;
}
.magento_rma-returns-view h1.page-title {
  display: none;
}
.sales-order-view .page-title-wrapper {
  display: none;
}
.account__top #date-from {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 5.6rem;
  padding: var(--spacing-12) var(--spacing-16);
  border: var(--border-width-s) solid var(--color-brand-primary);
  background-color: var(--color-palette-white);
  background: url(../icons/icon-downsvg.svg) no-repeat center right 1.6rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: var(--spacing-20);
  background-size: 20px;
}
.account__top #date-from:focus-visible {
  outline: none;
}
.account__top .torder__page {
  background-color: var(--color-palette-white);
  padding: var(--spacing-20);
  border: var(--border-width-s) solid var(--color-palette-gray-100);
  margin-bottom: var(--spacing-20);
}
.account__top .torder__page .table-wrapper .torder__image {
  width: 15.8rem;
  height: 21.1rem;
  flex-basis: 55%;
}
.account__top .torder__page .table-wrapper .torder__wapper {
  margin-left: var(--spacing-24);
}
.account__top .torder__page .table-wrapper .table-order-items {
  width: 100%;
}
.account__top .torder__page .tprimary {
  font-size: 1.2rem;
  height: 2.8rem;
  line-height: 2rem;
  min-height: 2.8rem;
}
.account__top .torder__page .desk-btn {
  margin-top: var(--spacing-20);
}
.account__top .torder__page .desk-btn .btn--tertiary {
  background: none;
  border: none;
  text-align: left;
  display: inline-block;
}
.account__top .torder__page .desk-btn .btn--tertiary a {
  color: var(--color-palette-gray-900);
  letter-spacing: 1.2px;
  text-decoration: underline;
}
.account__top .torder__page.ordered .order-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: var(--spacing-20) 0;
  position: relative;
  padding: 0;
  border-bottom: 1px solid var(--color-palette-gray-100);
  padding-bottom: var(--spacing-12);
}
.account__top .torder__page.ordered .order-progress .progress-step {
  position: relative;
  padding-bottom: var(--spacing-48);
  width: 100%;
}
.account__top .torder__page.ordered .order-progress .progress-step .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 8px;
  background-position: center center;
  border: 1px solid #73787E;
}
.account__top .torder__page.ordered .order-progress .progress-step.completed .icon {
  background-color: #0E845A;
  border-color: transparent;
}
.account__top .torder__page.ordered .order-progress .progress-step.completed .content::after {
  content: '';
  background: url(../icons/icon-downsvg.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.account__top .torder__page.ordered .order-progress .progress-step.completed .progress-line {
  background-color: #0E845A;
}
.account__top .torder__page.ordered .order-progress .progress-step .content {
  margin-left: 40px;
  margin-top: 6px;
  position: relative;
}
.account__top .torder__page.ordered .order-progress .progress-step .content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.account__top .torder__page.ordered .order-progress .progress-step .content .date-time {
  font-size: 1.4rem;
  color: #73787E;
  line-height: 1.8rem;
  position: absolute;
  margin: 4px 0 0 0;
}
.account__top .torder__page.ordered .order-progress .progress-step .progress-line {
  height: 100%;
  position: absolute;
  width: 2px;
  background-color: #e0e0e0;
  left: 14px;
  top: 0;
  z-index: 1;
}
.account__top .torder__page.ordered .order-progress .progress-step:last-child {
  padding-bottom: var(--spacing-20);
}
.account__top .torder__page.ordered .order-progress .progress-step:last-child .progress-line {
  height: 50%;
}
.account__top .torder__page.ordered .torder__details {
  display: none;
}
.account__top .torder__page.ordered .torder__addresss-wrap .torder__address .torder__number span {
  display: inline-block;
  margin-bottom: var(--spacing-16);
  font-size: 2rem;
  line-height: 2.4rem;
}
.account__top .torder__page.ordered .torder__addresss-wrap .torder__address .box-content address {
  color: var(--color-palette-gray-900);
  font-style: normal;
  word-break: break-word;
}
.account__top .torder__page.ordered .block-title .subTitle__h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: var(--spacing-20);
  display: inline-block;
}
.account__top .torder__details {
  margin-bottom: var(--spacing-20);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
  padding-bottom: var(--spacing-20);
}
.account__top .torder__details p {
  display: none;
}
.account__top .torder__status {
  background-color: #E7F3EF;
  padding: 0 var(--spacing-16);
  margin-right: var(--spacing-8);
  font-size: 1.4rem;
  line-height: 2.1rem;
  height: 2rem;
  font-weight: 400;
  text-align: center;
  color: #084932;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.account__top .torder__status .icon {
  display: none;
}
.account__top .torder__number {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-palette-gray-900);
  text-transform: capitalize;
}
.account__top .torder__date {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  display: block;
  margin-bottom: var(--spacing-8);
}
.account__top .torder__date .text {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.account__top .torder__total {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
  display: block;
}
.account__top .torder__total .text {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--color-palette-gray-900);
}
.account__top .torder__title {
  margin-bottom: var(--spacing-20);
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: var(--spacing-32);
  display: none;
}
.account__top .torder__title .show-item {
  background: var(--color-palette-blue-300);
  width: 3.6rem;
  height: 3.6rem;
}
.account__top .torder__title .show-item .tproduct__gridtype-row.two {
  grid-template-columns: 1.6rem;
  grid-template-rows: repeat(2, 0.6rem);
}
.account__top .torder__title .show-item .tproduct__gridtype-row.three {
  grid-template-rows: repeat(3, 0.5rem);
  grid-template-columns: 1.6rem;
}
.account__top .torder__title .show-item.active {
  background: var(--color-brand-primary);
}
.account__top .torder__wapper .price {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  display: block;
  margin-bottom: var(--spacing-16);
}
.account__top .torder__wapper .color {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #73787E;
  padding-right: var(--spacing-8);
  margin-bottom: .4rem;
  display: block;
}
.account__top .torder__wapper .color input {
  color: var(--color-brand-primary);
}
.account__top .torder__wapper .color strong {
  font-weight: 400;
  font-size: 1.3rem;
}
.account__top .torder__wapper .color .delivery-txt p {
  line-height: 1.8rem;
  font-size: 1.3rem;
}
.account__top .torder__wapper .color select {
  appearance: auto;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}
.account__top .torder__wapper .color:last-child {
  margin: 0;
}
.account__top .torder__wapper .color_text {
  color: #73787E;
  font-size: 1.2rem;
  line-height: 2.1rem;
  padding-left: var(--spacing-4);
}
.account__top .torder__wapper .color_text select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: var(--spacing-4) var(--spacing-8);
  border: var(--border-width-s) solid var(--color-palette-gray-100);
  background: url(../icons/icon-downsvg.svg) no-repeat center right 3px;
  font-size: 1.2rem;
  background-size: 12px;
  width: 3.5rem;
}
.account__top .torder__wapper .cart-price {
  display: flex;
  flex-direction: row;
}
.account__top .torder__wapper .cart-price .special-price {
  margin-right: var(--spacing-4);
}
.account__top .torder__wapper .cart-price .special-price span {
  letter-spacing: .02em;
  color: var(--color-brand-secondary);
}
.account__top .torder__wapper .cart-price .regular-price span {
  text-decoration: line-through;
  letter-spacing: .02em;
}
.account__top .torder__wapper .cart-price .price {
  margin-bottom: 0;
}
.account__top .torder__view-btn .btn--secondary {
  font-size: 1.2rem;
  line-height: 2.1rem;
  border: 0.1rem solid var(--color-palette-gray-200);
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  height: 4.4rem;
  padding: var(--spacing-12) var(--spacing-16);
}
.account__top .torder__view {
  display: flex;
  margin-bottom: var(--spacing-20);
  padding-bottom: var(--spacing-20);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
}
.account__top .torder__view:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.account__top .torder__image {
  width: 15.4rem;
  height: 18rem;
}
.account__top .torder__image img {
  height: 100%;
  width: 100%;
}
.account__top .torder__wapper {
  margin-left: var(--spacing-20);
}
.account__top .torder__list .second {
  display: none;
}
.account__top .torder__list.three .second {
  display: block;
}
.account__top .torder__list.three .first {
  display: none;
}
.account__top .torder__ship .subTitle__h4 {
  margin-bottom: var(--spacing-20);
  padding-bottom: var(--spacing-20);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-200);
  font-weight: 400;
}
.account__top .torder__estimate-text {
  margin-bottom: 0.4rem;
}
.account__top .torder__estimate-date {
  font-size: 2rem;
  line-height: 2.4rem;
}
.account__top .torder__detail-inner {
  margin-bottom: var(--spacing-20);
  padding-bottom: var(--spacing-20);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
}
.account__top .torder__detail-inner .subTitle__h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: var(--spacing-20);
}
.account__top .torder__detail-inner .paragraph {
  color: var(--color-palette-gray-900);
  margin-right: var(--spacing-8);
  width: 9.2rem;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.account__top .torder__address {
  display: block;
  margin-top: var(--spacing-20);
}
.account__top .torder__address .box-order-billing-address .torder__number span {
  display: inline-block;
  margin-bottom: var(--spacing-16);
  font-size: 2rem;
  line-height: 2.4rem;
}
.account__top .torder__address .box-order-billing-address .box-content address {
  color: var(--color-palette-gray-900);
  font-style: normal;
  word-break: break-word;
}
.account__top .torder__sub-total {
  padding-top: var(--spacing-20);
  border-top: var(--border-width-s) solid var(--color-palette-gray-100);
}
.account__top .torder__sub-total .subTitle__h4 {
  display: none;
}
.account__top .torder__sub-total .total_cost {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.account__top .torder__sub-total .total_cost .amount .price {
  color: var(--color-palette-gray-900);
  font-weight: 400;
}
.account__top .torder__sub-total .grand_total {
  border-top: var(--border-width-s) solid var(--color-palette-gray-100);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
  padding: 2rem 0;
  margin-bottom: var(--spacing-20);
}
.account__top .torder__sub-total .grand_total strong {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: capitalize;
  color: var(--color-palette-gray-900);
}
.account__top .torder__sub-total .grand_total span {
  font-weight: 400;
  color: var(--color-palette-gray-500);
  text-transform: none;
  font-size: 1.4rem;
}
.account__top .torder__sub-total .grand_total .price {
  color: var(--color-palette-gray-900);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
}
.account__top .torder__sub-total .price {
  font-weight: 700;
  letter-spacing: .02rem;
  font-size: 1.4rem;
}
.account__top .torder__sub-total .msp_cashondelivery {
  display: none;
}
.account__top .torder__sub-total .subTitle__h4 {
  margin-bottom: 1rem;
}
.account__top .torder__sub-total .giftcards {
  display: none;
}
.account__top .torder__view-return {
  background-color: var(--color-palette-white);
  padding: var(--spacing-20);
  border-radius: var(--border-radius-m);
  border: var(--border-width-s) solid var(--color-palette-gray-100);
  margin-bottom: var(--spacing-20);
  max-width: 64.1rem;
  width: 100%;
}
.account__top .torder__view-return .btn--secondary {
  margin-top: var(--spacing-20);
}
.account__top .torder__subcontent-head {
  position: relative;
  width: 100%;
}
.account__top .torder__subcontent-head .torder__sub-open {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.account__top .torder__subcontent-head .torder__sub-open .icon-arrow-downsvg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.account__top .torder__subcontent-head.active .torder__sub-open .icon {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.account__top .torder__subcontent-links {
  display: none;
}
.account__top .torder__subcontent-links .altTitle__h5 {
  margin-bottom: var(--spacing-8);
  margin-top: var(--spacing-20);
}
.account__top .torder__subcontent-links .t-paragraph--m {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.account__top .torder__subcontent-links .btn--secondary {
  margin-top: var(--spacing-24);
}
.account__top .torder__subcontent-links .btn--secondary:nth-child(2) {
  margin-top: var(--spacing-16);
}
.account__top .torder__history .return-text {
  position: relative;
}
.account__top .torder__history .return-text .tfield__input-label-checkbox {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: var(--spacing-12);
}
.account__top .torder__history .return-text .tfield__input-checkbox:disabled ~ .tfield__input-label-checkbox {
  color: var(--color-palette-gray-300);
}
.account__top .torder__history .return-text .tfield__input-checkbox:disabled ~ .tfield__input-label-checkbox:before {
  opacity: 0.2;
}
.account__top .torder__history .p-plain .fieldset {
  padding: var(--spacing-none);
  border: none;
}
.account__top .torder__history .p-plain .fieldset .select-style {
  margin-bottom: var(--spacing-20);
}
.account__top .torder__history .p-plain .fieldset .reason_other .control input {
  width: 100%;
  height: 5.4rem;
  padding: 12px 16px;
  border-radius: 0;
  border: var(--border-width-s) solid var(--color-palette-gray-100);
  margin-bottom: var(--spacing-20);
}
.account__top .lorder__list-view {
  background-color: var(--color-palette-white);
  padding: var(--spacing-20);
  border-radius: var(--border-radius-m);
  border: var(--border-width-s) solid var(--color-palette-gray-100);
  margin-bottom: var(--spacing-20);
}
.account__top .lorder__list-inner {
  margin-bottom: var(--spacing-20);
}
.account__top .lorder__date {
  display: flex;
  justify-content: flex-start;
  margin-bottom: var(--spacing-8);
}
.account__top .lorder__date .title {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--color-palette-gray-300);
  font-weight: 400;
  width: 50%;
}
.account__top .lorder__date .date {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--color-brand-primary);
}
.account__top .lorder__date .date .icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: .08rem;
}
.account__top .lorder__date:first-child {
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--color-brand-primary);
  font-weight: 700;
  padding-bottom: var(--spacing-8);
  margin-bottom: var(--spacing-8);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
}
.account__top .lorder__date:first-child .title {
  display: none;
}
.account__top .order-empty {
  background-color: var(--color-palette-white);
  padding: var(--spacing-20) var(--spacing-8);
  margin-bottom: var(--spacing-20);
}
.account__top .order-empty .subTitle__h4 {
  text-transform: none;
  margin-bottom: var(--spacing-24);
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.account__top .order-empty .btn--primary,
.account__top .order-empty .btn-cookie-allow {
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
  margin: auto;
  max-width: 100%;
}
.account__top .order-empty .icon_bag {
  text-align: center;
  margin-bottom: var(--spacing-12);
  width: 100%;
  height: 20px;
}
.account__top .order-empty .icon_bag .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.account__top .actions-toolbar .back {
  display: none;
}
.account__top .order-details-revamp {
  width: 100%;
}
.account__top .order-details-revamp .title__h1 {
  margin-bottom: var(--spacing-20);
}
.account__top .order-details-revamp .torder_back {
  display: inline-block;
  margin-bottom: var(--spacing-8);
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.account__top .order-details-revamp .torder_back::before {
  content: '';
  width: 12px;
  display: inline-block;
  height: 18px;
  background: url(../icons/icon-chevron-leftsvg.svg) no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right: var(--spacing-8);
}
.account__top .order-details-revamp .torder__number {
  margin-bottom: var(--spacing-16);
  display: block;
}
.account__top .subTitle__h4 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .02rem;
  text-transform: uppercase;
  margin-bottom: var(--spacing-8);
}
.account__top .ordered .color_detial {
  display: inline-block;
  width: 30%;
}
.account__top .ordered .btn--tertiary a {
  color: var(--color-palette-white);
  text-decoration: none;
}
.account__top .ordered .table-wrapper .select-style select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: non;
  width: 100%;
  height: 5.6rem;
  padding: var(--spacing-12) var(--spacing-16);
  border: var(--border-width-s) solid #e9ebed;
  background-color: var(--color-palette-white);
  background: url(../icons/icon-downsvg.svg) no-repeat center right 1.6rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: var(--spacing-20);
}
.account__top .ordered .return-actions .resolution {
  margin-bottom: var(--spacing-20);
}
.account__top .ordered .return-consent-msg p {
  margin: var(--spacing-20) var(--spacing-none);
}
.storecredit {
  padding: var(--spacing-32) var(--spacing-20);
  border: var(--border-width-s) solid var(--color-palette-gray-200);
  margin-bottom: var(--spacing-8);
  border-radius: var(--border-radius-m);
  background-color: var(--color-palette-white);
}
.storecredit .block-balance {
  text-align: center;
}
.storecredit .block-balance .block-title strong {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: .02rem;
  font-weight: 700;
  margin-bottom: var(--spacing-20);
  display: block;
}
.storecredit .block-balance .block-content p {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.storecredit .block-balance-history {
  border-top: var(--border-width-s) solid var(--color-palette-gray-200);
  margin-top: var(--spacing-20);
  padding-top: var(--spacing-20);
}
.storecredit .block-balance-history .block-title {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: var(--spacing-20);
}
.storecredit .block-balance-history caption {
  display: none;
}
.storecredit .block-balance-history .table-balance-history {
  width: 100%;
}
.storecredit .block-balance-history .table-balance-history tr {
  text-align: left;
}
.storecredit .block-balance-history .table-balance-history thead tr th {
  font-size: 1.3rem;
}
.storecredit .block-balance-history .table-balance-history tbody tr td {
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-200);
  padding: var(--spacing-8) var(--spacing-none);
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.storecredit .mob-store-credit .store-date {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: var(--spacing-8);
  padding-bottom: var(--spacing-8);
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-200);
  display: block;
  font-weight: 700;
}
.storecredit .mob-store-credit .store-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--spacing-8);
}
.storecredit .mob-store-credit .store-inner.bal {
  margin-bottom: var(--spacing-12);
}
.storecredit .mob-store-credit .store-inner label {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--color-palette-gray-300);
}
.storecredit .mob-store-credit .store-inner span {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.exchange-main {
  position: relative;
}
.exchange-content {
  padding: 1rem 0 0 2rem;
}
.exchange-size--text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: var(--color-palette-gray-900);
  padding-bottom: 1rem;
  display: inline-block;
  width: 100%;
}
.exchange-size--text .swatch-attribute-options {
  width: 100%;
}
.exchange-size-swatch {
  display: flex;
  flex-wrap: wrap;
}
.exchange-size-swatch--options {
  border-bottom: var(--border-width-s) solid var(--color-palette-gray-100);
  background: var(--color-palette-white);
  font-size: 1.2rem;
  line-height: 3.8rem;
  color: var(--color-palette-gray-600);
  text-align: center;
  display: inline-block;
  margin-right: 0.4rem;
  cursor: pointer;
  margin-bottom: 0.4rem;
  width: 28%;
  height: 4.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1.2px;
}
.exchange-size-swatch--options:hover {
  border-bottom: 1px solid var(--color-palette-gray-400);
}
.exchange-size-swatch--options.selected {
  border-bottom: 1px solid var(--color-palette-gray-900);
}
.exchange-size-swatch--options.disabled {
  color: var(--color-palette-gray-400);
  cursor: not-allowed;
}
.exchange-size-swatch--options.lowstock-size:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #8c4f00;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.exchange-actions .btn {
  width: 41.3rem;
  max-width: 41.3rem;
  margin-top: 1rem;
  letter-spacing: 1.2px;
}
.tfield__input-checkbox:disabled ~ .tfield__input-label-checkbox:before {
  opacity: 0.2;
}
.tfield__input-checkbox:disabled ~ .tfield__input-label-checkbox span {
  opacity: 0.4;
}
.wishlist-index-index.account .columns {
  display: block;
  width: 100%;
}
.wishlist-index-index.account .columns .main {
  width: 100%;
  padding: 0;
}
.wishlist-index-index.account .page-title-wrapper .page-title {
  display: none;
}
.wishlist-index-index.account .account__top {
  padding: 2.4rem 0rem;
}
.wishlist-index-index.account #account_Main .columns {
  margin-top: 0px;
}
.t__wishlist.empty-wishlist {
  text-align: center;
  margin-bottom: 18.9rem;
  padding: 1.6rem 2rem 4rem;
}
.t__wishlist.empty-wishlist .icon-wishlistsvg {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto var(--spacing-16);
  width: 20px;
  height: 20px;
}
.t__wishlist.empty-wishlist .subTitle__h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.t__wishlist.empty-wishlist .t-paragraph--l {
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-24) !important;
}
.t__wishlist.empty-wishlist .action a.btn {
  display: block;
  line-height: 3.6rem;
}
.t__wishlist.empty-wishlist .action a.btn.btn--primary,
.t__wishlist.empty-wishlist .action a.btn.btn-cookie-allow {
  max-width: 100%;
  margin-bottom: 0;
}
.t__wishlist.empty-wishlist .action a.btn.btn--tertiary {
  max-width: 100%;
}
.t__wishlist.empty-wishlist .action a.btn.continue.btn--tertiary {
  max-width: 340px;
  margin: 0 auto;
}
.t__wishlist.empty-wishlist .action .wishlist-skip {
  display: block;
  margin-top: 2.4rem;
  font-size: 1.5rem;
}
.t__wishlist.empty-wishlist .action .wishlist-customer-create {
  display: block;
  margin-top: 2.4rem;
}
.t__wishlist-link {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--color-palette-gray-300);
  margin-left: 0;
  margin-bottom: 2.4rem;
}
.t__wishlist-link .wishlist-customer-link {
  color: var(--color-brand-primary);
}
.t__wishlist_action {
  margin-bottom: 2.4rem;
}
.t__wishlist_action .btn {
  max-width: 350px;
  width: 100%;
}
.t__wishlist-overlay {
  position: absolute;
  opacity: 0.9;
  background: #fff;
  width: 100%;
  height: 99%;
  top: 4.5rem;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.t__wishlist-main {
  position: relative;
}
.t__wishlist-main .page-title-wrapper {
  padding: 0 var(--spacing-12) var(--spacing-24);
}
.t__wishlist-main .page-title-wrapper .wishlist-page-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: var(--spacing-8);
}
.t__wishlist-main .page-title-wrapper .guest-text {
  margin-bottom: var(--spacing-16);
}
.t__wishlist-main .subtitle.t-paragraph--l {
  margin-bottom: var(--spacing-16);
}
.t__wishlist-shipping {
  display: flex;
  display: -webkit-flex;
  border-top: 1px solid var(--color-palette-gray-100);
  padding-top: 2.1rem;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 2rem 1.2rem;
}
.t__wishlist-shipping span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.t__wishlist-shipping label {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--color-brand-primary);
}
.t__wishlist-shipping-cont {
  margin-right: 0;
}
.form-wishlist-items .product-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.form-wishlist-items .product-items .product-image-photo {
  width: 100%;
}
.form-wishlist-items .product-items fieldset {
  border: 0;
  padding: 0;
}
.form-wishlist-items .product-items .product-item-name {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 1.6rem;
  display: block;
  padding: 0 1.2rem;
}
.form-wishlist-items .product-items .product-item-name a {
  text-decoration: none;
}
.form-wishlist-items .product-items .price-box,
.form-wishlist-items .product-items .product-item-inner {
  padding: 0 1.2rem;
}
.form-wishlist-items .product-items .product-name a {
  text-decoration: none;
}
.form-wishlist-items .product-items .price-box .price-final_price {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 0.4rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.2rem;
}
.form-wishlist-items .product-items .price-box span {
  display: inline-block;
}
.form-wishlist-items .product-items .price-box span.special-price span {
  color: var(--color-brand-secondary);
}
.form-wishlist-items .product-items .price-box span.old-price span {
  text-decoration: line-through;
}
.form-wishlist-items .product-items .price span {
  font-size: 1.2rem;
  line-height: 2rem;
  display: inline-block;
  margin-top: 0.4rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.2rem;
}
.form-wishlist-items .product-items .price span.final-amount {
  color: var(--color-brand-secondary);
}
.form-wishlist-items .product-items .price span.amount {
  text-decoration: line-through;
}
.form-wishlist-items .product-items .config_option label {
  display: none;
}
.form-wishlist-items .product-items .config_option select {
  width: 100%;
  height: 4.4rem;
  border: 1px solid var(--color-palette-gray-100);
  background: url(../icons/icon-downsvg.svg) no-repeat;
  background-position: 95%;
  outline: none;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 1.2rem 1.6rem;
  margin-bottom: 1.2rem;
  color: var(--color-palette-gray-600);
  -webkit-text-fill-color: var(--color-palette-gray-600);
  text-transform: none;
}
.form-wishlist-items .product-items .t__product-wrap {
  padding: 0 var(--spacing-12);
}
.form-wishlist-items .product-items .wishlist_addtocart_form {
  padding: 0 var(--spacing-12);
}
.form-wishlist-items .product-items .wishlist_addtocart_form .actions-primary .btn--tertiary {
  height: 4.4rem;
  min-height: 4.4rem;
}
.t__product-img {
  position: relative;
}
.t__product-img .prod-delete {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}
.t__product-img .prod-delete span {
  display: inline-block;
}
.t__product-img .product-image-wrapper {
  padding: 0 !important;
}
.t__product-img .product-tag {
  position: absolute;
  bottom: 14px;
  left: 8px;
  color: var(--color-palette-white);
  padding: 0.6rem var(--spacing-12);
  background: var(--color-brand-secondary);
  font-weight: 700;
  font-size: 1.2rem;
}
.Select_color {
  color: var(--color-brand-primary);
  -webkit-text-fill-color: var(--color-brand-primary);
}
select:invalid {
  color: var(--color-palette-gray-300);
}
html,
body {
  direction: rtl;
}
.scroll-top {
  right: auto;
  left: 3rem;
}
.btn--group .btn:not(:last-child) {
  margin-left: var(--spacing-12);
  margin-right: 0;
}
.tsearch__input[type=text] {
  padding: 0 1.6rem;
  padding-left: 0;
  padding-right: 3.5rem;
  text-align: right;
}
.tsearch__actions {
  right: 0;
  left: auto;
}
.tsearch__action {
  right: auto;
  left: 34rem;
}
.search_autocomplete_mobile .aa-suggestions .aa-suggestion .algoliasearch-autocomplete-hit .info {
  padding-left: 0;
  padding-right: 1rem;
}
.search_autocomplete_mobile .aa-suggestions .aa-suggestion #autocomplete-products-footer {
  left: auto;
  right: 3.5rem;
}
@media (max-width: 400px) {
  .tsearch__action {
    left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .tsearch__action.tsearch.tsearch__search_btn.active {
    position: absolute;
    left: -35px;
  }
  .search_autocomplete_mobile .auto-lft-menu .other-sections .aa-dataset-suggestions {
    padding-right: 13px;
  }
}
.tminicart-wrapper.active .tblock-minicart {
  left: 0;
  right: initial;
}
.tminicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
.tminicart-items {
  margin-bottom: 1rem;
}
.tminicart-items .product-item-details span.details-text {
  margin-left: 2px;
  float: right;
  margin-right: 0;
}
.tminicart-items .product-item-details dl.product.options.list {
  margin-bottom: 0;
}
.tminicart-items .product-item-details dl.product.options.list dt {
  margin-left: 2px;
  margin-right: 0;
}
.tminicart-items-wrapper .product-item-details {
  padding-left: 0;
  padding-right: 1rem;
}
.tblock-minicart {
  left: -100%;
  transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  right: initial;
}
.tblock-minicart .subtotal {
  padding: 0;
  display: block;
  margin: 0 0 20px;
  overflow: hidden;
}
.tblock-minicart .subtotal span.label {
  float: right;
}
.tblock-minicart .subtotal .amount.price-container {
  float: left;
  margin-right: auto;
  margin-left: initial;
}
.tblock-title {
  text-align: right;
}
.tblock-title .qty {
  display: none;
}
.tblock-title {
  text-align: right;
}
.tblock-title .qty {
  display: none;
}
.modal-popup.minicart-modal .modal-inner-wrap {
  right: initial;
  left: 0;
}
.modal-popup.minicart-modal .tpopup-close-modal {
  right: initial;
  left: 2rem;
}
.minicart_fly-block-content-right {
  padding-left: 0;
  padding-right: 2rem;
}
.tproduct__item-prod-wishlist {
  left: .8rem;
  right: auto;
}
.tproduct__item-imgBlock-bottom {
  left: auto;
  right: var(--spacing-8);
}
.tproduct__item-price__box:not(:last-child) {
  margin-right: 0;
  margin-left: var(--spacing-4);
}
.tommy__btnopen {
  right: auto;
  left: .8rem;
}
.tommy__quickview-productDetail {
  text-align: right;
}
.tommy__quickview-sizeInfo-size {
  margin-right: 0;
  margin-left: var(--spacing-4);
  flex-direction: row-reverse;
}
.tommy__quickview-outofStock .tommy__notification-close {
  right: auto;
  left: 0;
}
.tommy__quickview-close {
  left: 0;
  right: auto;
}
.breadcrumbs .item strong:after,
.breadcrumbs .item a:after {
  left: 0;
  right: auto;
}
.breadcrumbs .item:first-child a {
  padding-right: 0;
  padding-left: var(--spacing-12);
}
.plp__page .breadcrumbs .item a:before {
  left: -8px;
  top: 0;
  transform: rotate(180deg);
  right: initial;
}
.plp__page .breadcrumbs .item:nth-child(3) {
  display: none;
}
.plp__page .breadcrumbs .item:nth-child(2) a:before {
  display: none;
}
.interested_footer_form_popup .field {
  margin-left: 40px;
  margin-right: 0;
}
.interested_footer_form_popup .t-terms .label p {
  padding-right: 2.4rem;
  padding-left: 0;
}
.interested_footer_form .field {
  margin-left: 40px;
  margin-right: 0;
}
.interested_footer_form .t-terms .label p {
  padding-right: 2.4rem;
  padding-left: 0;
}
.newsletter-popup .newsletter_ajax_message {
  text-align: right;
}
.newsletter-popup .nl_popup_down,
.newsletter-popup .nl_popup_up {
  left: 50px;
  right: initial;
}
.tfooter__newsletter .theading {
  text-align: right;
}
.newsletter_ajax_message {
  text-align: right;
}
.input_checkbox,
input[type=checkbox] + label:before,
.tfield__input-label-radiobox::before,
.tfield__input-label-checkbox::before,
.tfield__input-label-checkbox:before,
.tfield__input-label-radiobox:before {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: var(--spacing-8);
}
.tfield__input-label {
  right: 0;
}
.tfield__input-label-checkbox span,
.tfield__input-label-radiobox span {
  padding-left: 0;
  padding-right: 2.4rem;
}
.tfield__input-group .tfield__input:not(:last-child) {
  margin-left: var(--spacing-12);
  margin-right: 0;
}
.tfield__input-block .label {
  right: 0;
}
.tfield__password-show {
  right: auto;
  left: 0;
}
.form-create-account .tfield__input-group.phone_number .tfield__input.col3 {
  max-width: calc((42.33%) - 4px);
}
.form-create-account select {
  padding: 8px 5px;
}
.modal-popup.modal-slide.popup-slide .modal-inner-wrap {
  left: 0;
  right: auto;
  transform: translateX(-200%) translateY(0%);
}
.tpopup-back-modal .icon {
  transform: rotate(180deg);
}
.tpopup-close-modal-nojs,
.tpopup-close-modal {
  right: auto;
  left: 2rem;
}
.tcustomer__content .altTitle__h4 .tcustomer__sub-open .icon-arrow-downsvg {
  left: 0;
  right: initial;
}
.tcustomer__content.Contact_page .box-content {
  text-align: right !important;
}
.tcustomer__content.Contact_page .box-content .icon {
  margin-left: 1rem;
  margin-right: initial !important;
}
.xsitemap-categories {
  float: right;
}
.mageworx_htmlsitemap-index-index .columns {
  padding: 0 2rem;
}
.account__top .sidebar-main {
  margin-right: 0;
  margin-left: 4rem;
}
.account__top .sidebar-main .block-collapsible-nav .block-collapsible-nav-content .items .item a {
  margin-left: var(--spacing-8);
  margin-right: 0;
}
.account__top .sidebar-main .block-collapsible-nav .block-collapsible-nav-content .items .item strong {
  margin-left: var(--spacing-8);
  margin-right: 0;
}
.t__customer-newsletter-lgform select {
  background-position: 4%;
}
.eleveted_scroll-right a {
  margin-left: 4rem;
  margin-right: 0;
}
.eleveted_scroll-right a.active {
  border-bottom: 1px solid var(--color-brand-primary);
}
.eleveted_scroll-right a:last-child {
  margin-left: 0;
}
.eleveted_membership .tfield__input .label {
  padding-left: 0;
  padding-right: 2.4rem;
}
.section-col2 .lf__content .tommy__banner-content-inner-textBlock {
  text-align: right;
  padding: 2rem 0 0;
}
.bottombg-left-whiteBlack {
  background: linear-gradient(-63.04deg, rgba(0, 23, 79, 0.8), rgba(0, 23, 79, 0) 54.65%);
}
.timer__content {
  margin-left: 20px;
  margin-right: 0;
}
.timer__content:last-child {
  margin-right: 0;
  margin-left: 0;
}
.tommy__banner-content-inner-cat {
  padding-right: 1.6rem;
  padding-left: 0;
}
.link-btn:not(:last-child) {
  margin-right: 0;
  margin-left: 4rem;
}
.tproduct__list button.slick-next,
.tproduct__list .btn.slick-next {
  left: 3rem;
  right: auto;
  transform: translate(0, -50%) rotateY(180deg);
  -webkit-transform: translate(0, -50%) rotateY(180deg);
}
.tproduct__list button.slick-prev,
.tproduct__list .btn.slick-prev {
  right: 3rem;
  left: auto;
  transform: translate(0, -50%) rotateY(180deg);
  -webkit-transform: translate(0, -50%) rotateY(180deg);
}
.tproduct__list .slick-slide {
  margin-right: 0;
  margin-left: 0.4rem;
}
.trendingnow {
  padding-left: 0;
  padding-right: 2rem;
}
.trendingnow.slick-initialized {
  padding-left: 0px;
  padding-right: 0px;
}
.trendingnow .slick-list {
  padding-left: 0;
  padding-right: 0;
}
.t__notification-prod-detail {
  padding-left: 0;
  padding-right: 2rem;
}
.theader__search-link .counter,
.theader__myaccount-link .counter,
.theader__wishlist-link .counter,
.theader__minicart-link .counter {
  left: -1rem;
  right: auto;
}
.theader__search,
.theader__myaccount,
.theader__language,
.theader__minicart,
.theader__wishlist {
  padding-left: var(--spacing-20);
  padding-right: 0;
}
.theader__minicart {
  padding-left: 0;
}
.theader-slider .close-slider {
  left: var(--spacing-12);
  right: auto;
}
.theader__search-new {
  margin-right: 0;
  margin-left: 2rem;
}
.switcher-trigger-action img {
  margin-right: 0;
  margin-left: .2rem;
}
.theader-slid-content .slick-track {
  direction: ltr !important;
  float: left;
}
.theader-slider {
  direction: rtl;
  float: left;
}
.theader-slider .slid-para {
  font-size: 1rem;
}
.language-selector,
.userLogin {
  margin-left: 2rem;
  margin-right: 0;
}
.theader__wishlist-link .counter {
  left: -2px !important;
  top: 0px;
}
.tnavigation {
  left: auto;
  right: -100%;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0%, 0, 0);
  opacity: 0;
  animation-name: none;
}
.tnavigation.active {
  right: 0;
  left: auto;
  transform: translate3d(0%, 0, 0);
  opacity: 1;
  animation-name: none;
}
.tnavigation__button {
  right: 2rem;
}
.tnavigation__button .icon {
  right: 0;
}
.tnavigation__sub-open .icon {
  left: 0;
  right: auto;
}
.tnavigation__sub-item:not(:last-child) {
  padding-left: 1rem;
  padding-right: 0;
}
.tnavigation__item-head--link .icon {
  margin-right: 0;
  margin-left: 0;
}
.tnavigation__sublist-link .new-category {
  left: auto;
  right: auto;
}
.tnavigation .tsearch__input[type=text] {
  padding: 0 1.6rem;
  padding-right: 4rem;
}
.tnavigation .tsearch__actions {
  right: 0;
  left: auto;
}
.tnavigation .tsearch__action {
  right: 0;
  left: auto;
}
.tnavigation__tabs-item:first-child {
  padding-left: 1.2rem;
  padding-right: 0;
}
.tnavigation__tabs-item.active {
  padding: 0 var(--spacing-12);
}
.account-info .userLogin .tnavigation__item-head--link .icon {
  margin-left: 6px;
  margin-right: 0;
}
.account-info .userLogin .tnavigation__subcontent .tnavigation__sublist-link .icon {
  margin-left: 0;
  margin-right: 0;
}
.language-selector .tnavigation__item-head .icon {
  margin-right: 0;
  margin-left: 0;
}
.explore_link {
  left: 0;
  right: auto;
}
.tnavigation__item-head--link .icon.icon-arrow-leftsvg {
  margin-left: 0;
  margin-right: .5rem;
}
.tnavigation__button {
  width: 2rem;
}
.theader__search-new {
  left: initial;
  right: 45px;
}
.tfooter__sub-item .tfooter__sub-open .icon {
  right: initial;
  left: 0;
}
.tfooter__sub-item .select-selected:after {
  right: initial;
  left: 1.6rem;
}
.tfooter__sub-item .social-icons-section .tfooter__sublist-link {
  margin-right: 0;
  margin-left: 2.8rem;
}
.tfooter__sub-item .social-icons-section .tfooter__sublist-link:last-child {
  margin-left: 0;
}
.tfooter__sub-item .custom-countryswitch #country_selector,
.tfooter__sub-item .custom-countryswitch #mobile-country_selector {
  background-position: 4%;
}
.tfooter__sub-item .custom-countryswitch select#language_selector,
.tfooter__sub-item .custom-countryswitch #mobile-language_selector {
  background-position: 4%;
}
.tfooter__switch-link-option .lang-icon {
  margin-right: 0;
  margin-left: 5px;
}
.tfooter__bottom .custom-right .tfooter__sublist-link {
  margin-right: 0;
  margin-left: 2rem;
}
.tfooter__bottom .social-icons-section a:last-child {
  margin-left: 0;
}
.tfooter__bottom .tfooter__copyright {
  text-align: right;
}
.tfooter__bottom .custom-right {
  text-align: right;
}
.tfooter__memberfooter-acess span:before {
  margin-left: 0.5rem;
  margin-right: 0;
}
.checkout-index-index .modal-popup .modal-header .action-close {
  left: 2rem;
  right: auto;
}
.checkout-index-index #shipping-new-address-form .field .select-style::after {
  left: 1.6rem;
  right: auto;
}
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.street.0"] {
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-inner-wrap .items-in-cart .minicart-items-wrapper .minicart-items li .product .product-image-container {
  margin: 0 0 0 var(--spacing-12);
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-inner-wrap .items-in-cart .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-inner .product-item-name-block {
  padding-left: 1rem;
  padding-right: 0;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-inner-wrap .items-in-cart .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-inner .subtotal {
  text-align: left;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-inner-wrap .review_table .table-totals tbody tr.grand th {
  text-align: right;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .payment-option._collapsible .action-toggle::after {
  left: 0;
  right: auto;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .payment-option #discount-form .payment-option-inner {
  margin-left: 3%;
  margin-right: 0;
}
.checkout-index-index .page-main .checkout-container .tcheckout__steps .checkout-payment-method .payment-method-title label img {
  margin: 0 0 0 0.4rem;
}
.checkout-index-index .page-main .checkout-container .tcheckout__steps .checkout-payment-method .payment-method-title .ck-icon-wrap img {
  margin: 0 0 0 0.4rem;
}
.checkout-index-index .page-main .checkout-container .tcheckout__steps .checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar {
  left: auto;
  right: 2rem;
}
.checkout-index-index .page-main .checkout-container .tcheckout__steps .checkout-payment-method .payment-method#checkoutcom_card_payment_container .payment-method-title .ck-icon-wrap {
  margin-left: 3.3rem;
  margin-right: 0;
}
.checkout-index-index .page-main .checkout-container .tcheckout__steps .checkout-payment-method .payment-method.tabby .tabby-logo {
  margin-left: 2rem;
  margin-right: 0;
}
.checkout-index-index .page-main .checkout-container .tcheckout__steps .shipping-information .checkout_edit,
.checkout-index-index .page-main .checkout-container .tcheckout__steps .billing-information .checkout_edit {
  margin-left: 0.8rem;
  margin-right: 0;
}
.checkout-index-index .page-main .checkout-container .tcheckout__steps .checkout-shipping-address .shipping-address-items .action.edit-address-link,
.checkout-index-index .page-main .checkout-container .tcheckout__steps .checkout-shipping-address .shipping-address-items .action.add_new_address {
  margin-left: 0.8rem;
  margin-right: 0;
}
.checkout-index-index .page-main .checkout-container .tcheckout__steps .checkout-shipping-address .shipping-address-items .dropp-header .sel {
  background: transparent url(../icons/icon-arrow-downsvg.svg) 3% no-repeat;
}
.checkout-footer__payment-logos ul li {
  margin: 0 0 0 var(--spacing-12);
}
#checkoutcom_card_payment_frm .input-container.expiry-date {
  margin-left: 4px;
  margin-right: 0;
}
.back-to-shop .icon {
  transform: rotate(-180deg);
}
.plp__page .algolia-instant-replaced-content .parent_category {
  margin-right: 0;
  margin-left: var(--spacing-8);
}
.plp__page .algolia-instant-replaced-content .parent_category .icon {
  transform: rotate(180deg);
}
.plp__page .tproduct__price_range {
  margin-right: 0;
  margin-left: 0.5rem;
}
.tproduct__gridtype-item {
  margin-left: 0;
  margin-right: 1.6rem;
}
.tproduct__gridtype-item:first-child {
  margin-right: 0;
}
.tproduct__reset {
  right: auto;
  left: 2rem;
}
.tproduct__filter-list {
  left: auto;
  right: -100%;
}
.tproduct__filter-list-inner-bottom {
  left: auto;
  right: -100%;
}
.tproduct__filter-list-bottom {
  left: auto;
  right: -100%;
}
.tproduct__filter-list-inner-bottom .btn .icon {
  margin-left: var(--spacing-12);
  margin-right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.tproduct__filter-list__head-title {
  margin-right: 0;
  margin-left: var(--spacing-20);
}
.tproduct__filter-sortbyList {
  right: auto;
  left: 0;
}
.tproduct__algolia-left-container.active .tproduct__filter-list {
  left: auto;
  right: 0;
}
.tproduct__algolia-left-container.active .tproduct__filter-list-bottom {
  left: auto;
  right: 0;
}
.tproduct__sub-catgeory-item:not(:last-child) {
  margin-right: 0;
  margin-left: var(--spacing-8);
}
.ais-refinement-list--header:after {
  left: 0;
  right: auto;
}
.ais-refinement-list--label {
  padding: 0 var(--spacing-16);
  padding-right: 2.2rem;
  margin-bottom: var(--spacing-8);
}
.ais-refinement-list--label .checkbox__before {
  left: auto;
  right: 0;
  margin-left: var(--spacing-8);
  margin-right: 0;
}
.ais-refinement-list--body {
  right: -100%;
  left: auto;
}
.ais-refinement-list.active .ais-refinement-list--body {
  left: auto;
  right: 0;
}
.ais-refinement-list.active .ais-refinement-list--body .tproduct__filter-list-inner-bottom {
  left: auto;
  right: 0;
}
.ais-refinement-list--list .ais-show-more {
  padding: var(--spacing-8) var(--spacing-16);
  padding-right: 0;
}
.ais-pagination--item__next,
.ais-pagination--item__previous {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ais-pagination--item:not(:last-child) {
  margin-left: var(--spacing-8);
}
.ais-current-refined-values--item {
  margin-right: 0;
  margin-left: var(--spacing-8);
}
.filterOpen .tproduct__reset.active {
  right: auto;
  left: 2rem;
}
select.ais-sort-by-selector,
select.ais-sort-by-selector:focus,
select.ais-sort-by-selector:active {
  background-position: 1% center;
  padding-right: var(--spacing-4);
  padding-left: var(--spacing-32);
}
.breadcrumbs .item strong {
  font-weight: 400;
  padding-right: 0;
}
.plp__page .breadcrumbs .item a:first-child {
  padding-left: 18px;
  padding-right: 0;
}
.plp__page .breadcrumbs .item a:after {
  display: none;
}
.plp__page .breadcrumbs .item a:before {
  left: 5px;
  top: -1px;
}
.tproduct__item-is_special_sale {
  display: none;
}
.product-item-info {
  position: relative;
}
.sustainable_style_No {
  display: none;
}
.priceRangeText__block {
  margin-left: 0;
  margin-right: -0.5rem;
  width: 103%;
  max-width: 103%;
}
#instant-search-facets-container #priceRangeText {
  direction: ltr;
}
.top-product-view-stats {
  text-align: left;
}
.plp__page .tproduct__item-towishlist {
  right: -1.2rem;
}
.plp__page .tproduct__item-prod-wishlist {
  left: 0.8rem;
  right: auto;
}
#algolia-stats strong {
  text-align: left;
  float: left;
}
#algolia-stats .ais-root.ais-stats {
  float: left;
}
.tommy__page-description-container-content .t-paragraph {
  margin-right: 0;
  margin-left: 5rem;
}
.tommy__cat-listing {
  left: auto;
  right: 0;
}
.tommy__cat-listing-menu {
  left: auto;
  right: 0;
}
.tommy__cat-sublist-link:after {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
  top: 25%;
}
.tommy__cat-slider-item:not(:last-child) {
  margin-left: var(--spacing-8);
  margin-right: 0;
}
.swiper .swiper-button-next:after {
  transform: rotate(-180deg);
}
.swiper .swiper-button-prev:after {
  transform: none;
}
.shop_look-slider {
  padding-left: 0;
  padding-right: 2rem;
}
.tproduct__item-prod-wishlist {
  left: 3rem;
  right: initial;
}
@media (max-width: 767px) {
  .tommy__banner-content.img-fix {
    height: calc(-164vh);
    min-height: initial;
  }
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .t__sizeGuideLinkContainer .t__sizeGuideLink::before {
  margin-left: 1.1rem;
  margin-right: initial;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links {
  margin-right: 1.2rem;
  margin-left: initial;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links .tproduct__item-prod-wishlist {
  top: 3px;
  right: 14px;
  left: 0.8rem;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option {
  margin-left: 0.4rem;
  margin-right: initial;
  margin-bottom: 0.4rem;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option:nth-child(3n) {
  margin-left: 0;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.disabled:after {
  content: '';
  background: url(../icons/icon-notifymesvg.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: middle;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.disabled.selected {
  color: var(--color-palette-gray-600);
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.disabled.selected:after {
  background: url(../icons/icon-notifymeselectedsvg.svg) no-repeat;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.disabled:before {
  display: none;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.lowstock::before {
  margin-right: 0;
  margin-left: 4px;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .t__size-available span:before {
  margin-top: 0;
  margin-left: 8px;
  margin-right: 0;
}
.pdp__page .product-top-container .product-detail-content .product.media .fotorama__wrap {
  direction: rtl;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .price-box .special-price .price-final_price.from_price {
  margin-right: 0;
  margin-left: 0.8rem;
  color: var(--color-brand-primary) !important;
}
.pdp__page .block-viewed-products-grid .product-items .product-item .product-item-actions {
  left: 20px;
  right: initial;
}
.pdp__page .oos_notifyme_block .oos-product-detail-block .product-block-left {
  margin-right: 0;
  margin-left: 2rem;
}
.pdp__page .block-OOS-notifyme .message .left-msg {
  margin-left: 1.7rem;
  margin-right: 0;
}
.pdp__page .block-viewed-products-grid {
  padding-left: 0;
  padding-right: 2rem;
}
.pdp__page .pdp_custom_text_cart span {
  margin-right: 0;
  margin-left: 13px;
  margin-top: 3px;
}
.pdp__page .pdp_custom_text_cart span.icon-Shape2svg {
  margin-top: 7px;
}
.pdp__page .pdp_custom_text_cart p {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.pdp__page .productLongDescription ul {
  padding-left: 0;
  padding-right: 2rem;
}
.pdp__page .breadcrumbs ul.items li a:before {
  content: '';
  background: url(../icons/icon-rightarrowsvg.svg) no-repeat;
  left: -7px;
  top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  height: 14px;
  width: 14px;
  transform: rotate(-180deg);
  position: absolute;
}
.pdp__page .breadcrumbs ul.items li a:after {
  display: none;
}
.pdp__page .breadcrumbs ul.items li:first-child a {
  padding-right: 0;
  padding-left: 1.2rem;
}
.pdp__page .breadcrumbs ul.items li:nth-child(2) a {
  padding-left: 1.2rem;
}
.pdp__page .breadcrumbs ul.items li:nth-child(2) a:before {
  display: none;
}
.pdp__page .notify-modal #oos_notifyme_popup .tpopup-close-modal {
  left: 2rem;
  right: initial !important;
}
.pdp__page .pdp_custom_text_cart p:before {
  margin-right: 0;
  margin-left: 8px;
  margin-top: 0;
}
.pdp__page .pdp-tommy-member-text:before {
  margin-left: 8px;
  margin-right: 0;
}
.pdp__page #product-addtocart-button-signin .icon {
  margin-left: 8px;
  margin-right: 0;
}
.pdp__page .product-top-container .product-detail-content .product-info-price .price-box .price-final_price {
  margin-right: 0;
  margin-left: 0.8rem;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft {
  margin-right: 0;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
}
.pdp__page .product-top-container .product-detail-content .product.media .custom-gallery-mobile .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame--thumb:after {
  z-index: 99;
  right: 0;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links .tproduct__item-prod-wishlist {
  top: 3px;
  right: 14px;
  left: 0.8rem;
}
.pdp__page .breadcrumbs ul.items li a {
  white-space: nowrap;
  display: inline-block;
}
.pdp__page .brand_label {
  display: none;
}
.sustainable_style_No {
  display: none;
}
.pdp__page .product-top-container .product-detail-content .product-add-form .product-options-bottom .product-addto-links .tproduct__item-towishlist {
  top: -3px;
  right: -3px;
}
.inc-vat {
  margin-right: -0.4rem;
  margin-left: -0;
}
@media (max-width: 767px) {
  .pdp__page .column.main {
    overflow: hidden;
  }
  .pdp__page .tsimilar-products {
    padding: 0 var(--spacing-20);
  }
}
.t__cart-giftwarp .gift-box-checkbox {
  margin-left: 2.2rem;
  margin-right: 0;
}
#shopping-cart-table .p__photo .prod-delete {
  left: 0;
  right: auto;
}
#shopping-cart-table .cart.item .item-info .item .product-item-details {
  padding: 0 2rem 0 0;
}
#shopping-cart-table .cart.item .item-info .item .product-item-details .product-item-name {
  padding-left: 2rem;
  padding-right: 0;
}
#shopping-cart-table .cart.item .item-info .item .product-item-details .action-delete,
#shopping-cart-table .cart.item .item-info .item .product-item-details .action-towishlist {
  margin-left: 8px;
  margin-right: 0;
}
#shopping-cart-table .cart.item .item-info .item .product-item-details .item-options ul li .select-style::after {
  left: 0;
  right: auto;
}
#shopping-cart-table .cart.item .item-info .item .product-item-details .item-options .button-wrap button,
#shopping-cart-table .cart.item .item-info .item .product-item-details .item-options .button-wrap .btn {
  margin: 0 0 0 4px;
}
#shopping-cart-table .cart.item .item-info .item .product-item-details .item-options .button-wrap button + button,
#shopping-cart-table .cart.item .item-info .item .product-item-details .item-options .button-wrap .btn + .btn {
  margin-left: 0;
}
#shopping-cart-table .cart.item .item-info .item .product-item-details .cart-pro-apply svg {
  margin: -0.4rem 0 0 0.8rem;
}
#shopping-cart-table .cart.item .item-info .item .product-item-details .action-edit,
#shopping-cart-table .cart.item .item-info .item .product-item-details .action-towishlist {
  margin-left: 0.8rem;
  margin-right: 0;
}
.t__cart-summary .cart-totals .totals th.mark {
  width: 70%;
  text-align: right;
}
.t__cart-summary .custom-cartpayment ul li {
  margin-left: 12px;
  margin-right: 0;
}
.item-removal-popup.modal-popup .modal-inner-wrap .modal-header .action-close {
  left: 20px;
  right: auto;
}
.checkout-onepage-success .page-title-wrapper {
  text-align: right;
}
.checkout-onepage-success .t__checkout .checkout-success .t__left .top-block .block-content .title {
  text-align: right;
}
.checkout-onepage-success .t__checkout .checkout-success .t__right .bottom-block ul .block-content-right {
  margin: 0 0 0 var(--spacing-12);
}
.checkout-onepage-success .t__checkout .checkout-success .t__right .bottom-block ul .block-content-left .product-item-inner .product-item-name-block {
  padding-left: 1rem;
  padding-right: 0;
}
.checkout-onepage-success .t__checkout .checkout-success .t__right .bottom-block ul .block-content-left .product-item-inner .subtotal {
  text-align: left;
}
.checkout-onepage-success .tlogo {
  right: 0;
}
.account__top #date-from {
  background: url(../icons/icon-arrow-downsvg.svg) no-repeat center left 2rem;
}
.account__top .torder__number .torder_text {
  float: left;
}
.box .form-block select {
  background-position: 4%;
}
.prefix-field .no-border {
  border-left: 1px solid var(--color-brand-primary);
  border-right: 0;
}
table#track-info-table {
  width: 100%;
}
table#track-info-table tr th {
  text-align: right;
}
.magento_rma-returns-view dl.item.options dt {
  color: var(--color-palette-gray-300);
  margin-left: 5px;
  margin-right: 0;
}
.address_detail_edit {
  text-align: left;
}
.address_detail_delete .remove-add {
  text-align: left;
}
.table-returns .table-caption {
  text-align: right;
}
.table-returns tr th {
  text-align: right;
}
.table-returns tr td {
  text-align: right;
  padding-left: 0;
  padding-right: 1.2rem;
}
.tfieldset .tfield #nationality {
  margin-top: 17px;
}
.tfieldset .tfield #nation {
  top: -13px;
  right: 0px;
  display: block;
}
.account__page .modal-inner-wrap .modal-header {
  display: flex;
  justify-content: space-between;
}
.account__page .modal-inner-wrap .modal-header .action-close {
  position: static;
  padding-bottom: 22px;
}
.form-create-account select {
  background-position: 0%;
}
.torder_back::before {
  margin-left: var(--spacing-8);
  margin-right: 0px;
  transform: rotate(180deg);
}
.box-returns-requested .order-progress .progress-step .icon {
  left: auto;
  right: 0;
}
.box-returns-requested .order-progress .progress-step.completed .content::after {
  left: 0;
  right: auto;
}
.box-returns-requested .order-progress .progress-step .content {
  margin-right: 40px;
  margin-left: 0;
}
.box-returns-requested .order-progress .progress-step .progress-line {
  right: 14px;
  left: 0;
}
.box-returns-requested .return-overview .product-details {
  margin-right: var(--spacing-20);
  margin-left: 0;
}
.address_detail_edit .add-edit {
  text-align: left;
}
.account__top .torder__status {
  margin-left: var(--spacing-12);
  margin-right: var(--spacing-none);
}
.account__top .torder__wapper {
  margin-right: var(--spacing-20);
  margin-left: var(--spacing-none);
}
.account__top .torder__sub-total .total_cost .discount {
  direction: ltr;
}
.account__top .torder__page .table-wrapper .torder__wapper {
  margin-right: var(--spacing-24);
  margin-left: 0;
}
.account__top .torder__page.ordered .order-progress .progress-step .icon {
  left: auto;
  right: 0;
}
.account__top .torder__page.ordered .order-progress .progress-step.completed .content::after {
  left: 0;
  right: auto;
}
.account__top .torder__page.ordered .order-progress .progress-step .content {
  margin-right: 40px;
  margin-left: 0;
}
.account__top .torder__page.ordered .order-progress .progress-step .progress-line {
  right: 14px;
  left: 0;
}
.account__top .torder__page .desk-btn .btn--tertiary {
  text-align: right;
}
.account__top .torder__wapper .color_text select {
  background-position: left 4px;
}
.account__top .torder__number .torder_text {
  float: none;
}
.account__top .ordered .table-wrapper .select-style select {
  background: url(../icons/icon-arrow-downsvg.svg) no-repeat center left 1.6rem;
}
.storecredit .table-balance-history tr {
  text-align: right !important;
}
.storecredit .table-balance-history tbody tr td {
  direction: ltr;
}
.form-wishlist-items .product-items .config_option select {
  background-position: 4%;
}
.t__product-img .prod-delete {
  top: 1.2rem;
  right: initial;
  left: 1.2rem;
}
.t__wishlist-link {
  margin-right: 1.2rem;
  margin-left: 0;
}
