﻿/* ____        _      _    ____              
  / __ \      (_)    | |  |  _ \             
 | |  | |_   _ _  ___| | _| |_) |_   _ _   _ 
 | |  | | | | | |/ __| |/ /  _ <| | | | | | |
 | |__| | |_| | | (__|   <| |_) | |_| | |_| |
  \___\_\\__,_|_|\___|_|\_\____/ \__,_|\__, |
                                        __/ |
                                       |___/ 
*/
/*Beauty PDP variables*/
/*Horizontal Filter variable*/
/*Sales clearance variables*/
/* Desktop Vertical Spread*/
/*Enhanced Style With Ribbon*/
/*chanelPDP*/
/* Favourite Popover style*/
@import url(../SASS/Mobile/nextstrap/css/swiper.min.css);
@import url(../SASS/Mobile/modules/productpage/AddedToBagPopover.css);
body .popover {
  z-index: 10052 !important;
}

.sw-slider .sw-slider__container .sw-slider__items-list .sw-slider__items-list-item .sw-item-list .sw-slider__item-text a.pdp-tray-quick-buy.nxbtn.btn-next-secondary {
  margin-top: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a6461;
  border: 1px solid #1a6461;
  color: #ffffff;
  font-family: "azo-sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  width: 79px;
  height: 24px;
  padding: 0;
}

#tray-overlay .tray section.tray-content {
  font-weight: 400;
  font-family: 'Azo Sans', sans-serif;
  color: black;
  font-size: 14px;
  line-height: 20px;
  height: calc(100% - 44px) !important;
  overflow-y: hidden;
  /*Beauty PDP variables*/
  /*Horizontal Filter variable*/
  /*Sales clearance variables*/
  /* Desktop Vertical Spread*/
  /*Enhanced Style With Ribbon*/
  /*chanelPDP*/
  /*Desktop Vertical Spread*/
}

#tray-overlay .tray section.tray-content *, #tray-overlay .tray section.tray-content *::before, #tray-overlay .tray section.tray-content *::after {
  box-sizing: content-box !important;
}

#tray-overlay .tray section.tray-content .quickBuyTray *, #tray-overlay .tray section.tray-content *::before, #tray-overlay .tray section.tray-content *::after {
  box-sizing: border-box !important;
}

#tray-overlay .tray section.tray-content .quickBuyTray {
  font-family: "Azo Sans", sans-serif;
}

#tray-overlay .tray section.tray-content .quickBuyTray p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#tray-overlay .tray section.tray-content .quickBuyTray img {
  vertical-align: middle;
  border-style: none;
}

#tray-overlay .tray section.tray-content .quickBuyTray label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

#tray-overlay .tray section.tray-content .quickBuyTray button {
  border-radius: 0;
}

#tray-overlay .tray section.tray-content .quickBuyTray input, #tray-overlay .tray section.tray-content .quickBuyTray button, #tray-overlay .tray section.tray-content .quickBuyTray select, #tray-overlay .tray section.tray-content .quickBuyTray optgroup, #tray-overlay .tray section.tray-content .quickBuyTray textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#tray-overlay .tray section.tray-content .quickBuyTray button, #tray-overlay .tray section.tray-content .quickBuyTray input {
  overflow: visible;
}

#tray-overlay .tray section.tray-content .quickBuyTray button, #tray-overlay .tray section.tray-content .quickBuyTray select {
  text-transform: none;
}

#tray-overlay .tray section.tray-content .quickBuyTray button, #tray-overlay .tray section.tray-content .quickBuyTray html [type="button"], #tray-overlay .tray section.tray-content .quickBuyTray [type="reset"], #tray-overlay .tray section.tray-content .quickBuyTray [type="submit"] {
  -webkit-appearance: button;
}

#tray-overlay .tray section.tray-content .quickBuyTray input[type="radio"], #tray-overlay .tray section.tray-content .quickBuyTray input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

#tray-overlay .tray section.tray-content .quickBuyTray .fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  #tray-overlay .tray section.tray-content .quickBuyTray .fade {
    transition: none;
  }
}

#tray-overlay .tray section.tray-content .quickBuyTray .fade:not(.show) {
  opacity: 0;
}

#tray-overlay .tray section.tray-content .quickBuyTray .dropup, #tray-overlay .tray section.tray-content .quickBuyTray .dropright, #tray-overlay .tray section.tray-content .quickBuyTray .dropdown, #tray-overlay .tray section.tray-content .quickBuyTray .dropleft {
  position: relative;
}

#tray-overlay .tray section.tray-content .quickBuyTray .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

#tray-overlay .tray section.tray-content .quickBuyTray select option {
  background: #ffffff;
}

@-webkit-keyframes fa-spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes fa-spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes fa-spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#tray-overlay .tray section.tray-content .nx-spinner, #tray-overlay .tray section.tray-content .nx-spinner-light, #tray-overlay .tray section.tray-content .nx-spinner-dark {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
}

#tray-overlay .tray section.tray-content .nx-spinner:after, #tray-overlay .tray section.tray-content .nx-spinner-light:after, #tray-overlay .tray section.tray-content .nx-spinner-dark:after {
  -webkit-animation: fa-spin 1s infinite linear;
  -moz-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  content: "";
  height: 100%;
  position: relative;
  width: 100%;
}

#tray-overlay .tray section.tray-content .nx-spinner-light {
  background-image: url("/Images/Mobile/ni-loading-spinner-n.png");
}

#tray-overlay .tray section.tray-content .nx-spinner-light.intl {
  top: -6px;
}

#tray-overlay .tray section.tray-content .nx-spinner-light:after {
  background-image: url("/Images/Mobile/ni-loading-spinner-bg.png");
}

#tray-overlay .tray section.tray-content .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#tray-overlay .tray section.tray-content .btn-primary {
  background-image: none !important;
}

#tray-overlay .tray section.tray-content .btn-primary:focus {
  box-shadow: none;
  outline: none;
}

#tray-overlay .tray section.tray-content .nx-icon {
  background-size: 364px 328px;
  display: inline-block;
  vertical-align: top;
  height: 26px;
  width: 28px;
  background-image: url("/images/mobile/sprites.png");
}

#tray-overlay .tray section.tray-content .nx-icon.right-Arrow {
  background-position: -39px -4px;
  height: 22px;
  width: 13px;
}

#tray-overlay .tray section.tray-content .nx-select {
  top: 0;
  right: 0;
}

#tray-overlay .tray section.tray-content .nx-select span {
  top: 8px;
}

#tray-overlay .tray section.tray-content .nx-select .nx-icon.right-Arrow {
  position: absolute;
  right: 14px;
  top: 8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#tray-overlay .tray section.tray-content .quickBuyTray + .popover {
  padding: 2px;
  max-width: calc(100% - 10%);
  border-radius: 5px;
}

#tray-overlay .tray section.tray-content .quickBuyTray + .popover .popover-content, #tray-overlay .tray section.tray-content .quickBuyTray + .popover .popover-body {
  padding: 9px 14px;
  font-size: 14px;
}

#tray-overlay .tray section.tray-content .quickBuyTray + .popover .popover-title, #tray-overlay .tray section.tray-content .quickBuyTray + .popover .popover-header {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray {
  height: 100%;
  width: 100%;
  /* Product Header styles*/
  /*Selectors style*/
  /*Selector style ends*/
  /* Description styles*/
  /*Style With styles*/
  /* Favourite Popover style*/
  /* iphone X Landscape*/
  /*Pixel 2 XL Landscape */
  /*Desktop*/
  /*.quick-icon-wrapper {
    width: 100%;
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    .quick-icon{
        cursor:pointer;
    }
}*/
  /*IE 9*/
  /*scrollbar customization*/
  /*Social PLP close button text style if PLP Quick view enabled*/
  /* IE9, IE10, IE11 */
}

#tray-overlay .tray section.tray-content #quickBuyTray body {
  color: #222;
  font-size: 0.875rem;
}

#tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray {
  bottom: -100%;
  position: fixed;
  height: 0;
  /*transition: all 0.8s ease-out;*/
  width: 100%;
  z-index: 10051;
}

#tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray .tray-loader-wrapper {
  position: absolute;
  display: none;
  background-color: transparent;
  top: 43px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray .tray-loader-wrapper .preloaderWrapper {
  top: 45%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray.gelOnMobile #ppm-description-link-header #descriptionContainer > p:not(.pProductInformation) {
  margin-bottom: 2ex;
}

#tray-overlay .tray section.tray-content #quickBuyTray .height100 {
  height: 100%;
  transition: all 0.18s ease-in !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray .bottomTray.hideonload .trayContentWrapper {
  visibility: hidden;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-background {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  top: 0;
  transition: all 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-background.tray-show {
  transition: all 0.35s ease-out;
  opacity: 1;
  top: 0 !important;
  pointer-events: none;
  visibility: visible;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-show {
  transition: all 0.35s ease-out;
  bottom: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-show-in {
  /*transition: all 0.35s ease-out;*/
  bottom: 0;
  opacity: 1;
  /*transition-delay: 0.2s;*/
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-loader-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 0;
  background-color: transparent;
  height: 100%;
  align-items: center;
  z-index: 10052;
}

#tray-overlay .tray section.tray-content #quickBuyTray .preloaderWrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .nx-spinner {
  background-image: url(/Images/Mobile/ni-loading-spinner-n-black.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .nx-spinner:after {
  -moz-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  content: "";
  height: 100%;
  position: relative;
  width: 100%;
  background-image: url(/Images/Mobile/ni-loading-spinner-bg-black.png);
}

#tray-overlay .tray section.tray-content #quickBuyTray .loaderContent {
  position: absolute;
  width: auto;
  height: 100%;
  clip: rect(0, 0, 0, 0);
}

#tray-overlay .tray section.tray-content #quickBuyTray .errorMessageCon {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-modal {
  z-index: 2;
  background: white;
  height: 100%;
  position: relative;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-modal .line-clamp {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 20px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-modal .line-clamp[data-line-clamp="1"] {
  white-space: nowrap;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-modal .line-clamp[data-line-clamp="2"] {
  display: -webkit-box;
  max-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-modal .section-border {
  border-bottom: 1px solid #f7f7f7;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-header {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-header > div {
  padding: 0 16px;
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-header .header-title {
  width: 90%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-header .header-title p {
  margin: 0;
  font-weight: 600;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-header .back-button {
  cursor: pointer;
  display: none;
  margin-top: 1px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-header .close-button {
  cursor: pointer;
  background: url("/Images/Structural/ModalPopup/cross.png") no-repeat center;
  width: 12px;
  height: 12px;
  margin-right: 9px;
  padding: 16px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .trayContentWrapper {
  height: 100%;
  width: 100%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .trayContent {
  height: 100%;
  overflow-y: scroll;
}

#tray-overlay .tray section.tray-content #quickBuyTray .trayContent .top-carousel-wrapper .swiper-container {
  background-color: #f7f7f7;
}

#tray-overlay .tray section.tray-content #quickBuyTray .top-carousel-container .swiper-slide img, #tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-slide img {
  width: 100%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .top-carousel-container .swiper-slide .blurimg, #tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-slide .blurimg {
  animation-name: bluranimation;
  animation-duration: 1s;
  transition: .35s ease;
}

#tray-overlay .tray section.tray-content #quickBuyTray .top-carousel-container .swiper-slide .VideoPlayBtn, #tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-slide .VideoPlayBtn {
  display: none;
  background-image: url(/Images/mobile/video-play-icon.png);
  position: absolute;
  visibility: visible;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .top-carousel-container .video-container, #tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .video-container {
  overflow: hidden;
  height: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-section {
  padding: 12px 16px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container {
  width: 100%;
  display: flex;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container p {
  margin: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_pdt-title_wrapper {
  width: 50%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_pdt-title_wrapper #tray-review-rating {
  display: inline-block;
  float: left;
  width: 63px;
  height: 12px;
  margin-top: 4px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_pdt-title_wrapper span {
  font-size: 11px;
  font-weight: 500;
  margin: 0 5px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_pdt-title_wrapper .grey-rating {
  color: #b5b5b5;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_pdt-price_wrapper {
  width: 50%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_pdt-price_wrapper p {
  text-align: right;
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_pdt-price_wrapper #vst-price {
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_item-code_txt {
  font-style: italic;
  color: #525252;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper {
  padding: 12px 16px 0 16px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .sel-wrapper {
  margin-bottom: 12px;
  display: flex;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .sel-wrapper .selector-label-style {
  width: 20%;
  display: flex;
  align-items: center;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .sel-wrapper .selector-label-style label {
  margin: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .mpt-select-container {
  width: 80%;
  overflow: hidden;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .mpt-select-container .tray-fitchips {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .mpt-select-container .tray-fitchips .chipItem {
  margin-right: 12px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 7px 14px;
  cursor: pointer;
  overflow: hidden;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .mpt-select-container .tray-fitchips .chipItem.active {
  border: 2px solid #1a6461;
  background-color: rgba(18, 100, 97, 0.05);
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .mpt-select-container .tray-fitchips .chipItem:last-child {
  margin-right: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nx-select {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: relative;
  height: 40px;
  width: 100%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nx-select span {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  margin-left: 8px;
  margin-right: 30px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nx-select span.tray-chip {
  background-position: left center;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 21px;
  width: 21px;
  border: 1px solid #cecece;
  top: 8px;
  background-image: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nx-select span.tray-chip-bump {
  left: 30px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nx-select select {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 1;
  -webkit-appearance: textfield;
  height: 38px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nx-select select option {
  width: 100%;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper #legalWarningLogos p:first-of-type {
  border: 1px solid #222;
  padding: 10px 12px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper #legalWarningLogos p:first-of-type img {
  vertical-align: middle;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .tray-style-content {
  /*display: inline-block;
        width: 100%;*/
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .tray-style-content .tray-style-label {
  margin-bottom: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .tray-style-content .tray-style-detail {
  padding: 0 0 14px 0;
  margin-bottom: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .tray-style-content input {
  /*width: 100%;*/
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .tray-style-content input.prompt {
  border: red 1px solid;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .tray-style-content .tray-btn-notifyme, #tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .tray-style-content .tray-btn-submitemail {
  margin: 14px 0 14px 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beautyChipsContainer {
  clear: both;
  padding: 3px 0 4px 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beautyChipsContainer .chip-selected-colour {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.4px;
  color: #111111;
  margin-bottom: 7px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beautyChipsContainer .chip-selected-colour .selected-colour-name {
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beautyChipsContainer .chipsItemList {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beautyChipsContainer .chipsItemList .colourChip {
  /*width: 36px;
                height: 36px;*/
  margin: 0 12px 12px 0;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c7c5c5;
  overflow: hidden;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beautyChipsContainer .chipsItemList .colourChip.selected {
  padding: 2px;
  border: 2px solid #1a6461;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beautyChipsContainer .chipsItemList .colourChip.selected img {
  width: 28px;
  height: 28px;
  overflow: hidden;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beautyChipsContainer .chipsItemList .colourChip img {
  width: 34px;
  height: 34px;
  overflow: hidden;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .beauty-stock-status {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #222222;
  margin-bottom: 8px;
  min-height: 20px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nodisplay {
  display: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nodisplay .nx-success {
  background-color: #f1f7ec;
  border-color: #87b26a;
  margin: 0.5rem 0 0.5rem 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-section .btn-primary {
  background-image: none;
  height: 36px;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #222222;
  background-color: #ffffff;
  cursor: pointer;
  letter-spacing: 1.2px;
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-section .btn-primary.disabled {
  opacity: 0.4;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-section .btn-primary {
  background-image: none;
  height: 36px;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #222222;
  background-color: #ffffff;
  cursor: pointer;
  letter-spacing: 1.2px;
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-section .btn-primary.disabled {
  opacity: 0.4;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-section .btn-secondary {
  background-image: none;
  height: 36px;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #222222;
  background-color: #ffffff;
  cursor: pointer;
  letter-spacing: 1.2px;
  font-weight: 500;
  padding-top: 0px !important;
  color: #000 !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-section .btn-secondary.disabled {
  opacity: 0.4;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .btn-primary,
#tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper .btn-primary {
  background-color: #1a6461;
  background-image: none;
  color: #fff;
  height: 36px !important;
  width: 100%;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  letter-spacing: 1.2px;
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .btn-primary.disabled,
#tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper .btn-primary.disabled {
  opacity: 0.4;
}

#tray-overlay .tray section.tray-content #quickBuyTray .disabledButton {
  font-size: 11px;
  text-transform: uppercase;
}

#tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper .btn-primary:hover {
  height: 36px !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray body .fixed-tray-bottom-wrapper .btn-primary:not(:disabled):not(.disabled):active {
  height: 36px !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-addtobag .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-notifyme .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-submitemail .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-complete-with-nextpay .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-continue-shopping .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-select-store .prompt {
  text-transform: uppercase;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-addtobag .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-notifyme .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-submitemail .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-complete-with-nextpay .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-continue-shopping .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-select-store .nx-spinner-light {
  display: none;
  height: 25px;
  margin: 0 auto;
  width: 25px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-addtobag.ppm-loading[disabled], #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-notifyme.ppm-loading[disabled], #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-submitemail.ppm-loading[disabled], #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-complete-with-nextpay.ppm-loading[disabled], #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-continue-shopping.ppm-loading[disabled], #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-select-store.ppm-loading[disabled] {
  color: #fff;
  background-image: -webkit-linear-gradient(#5fa86c 5%, #4d8958 100%);
  background-image: -moz-linear-gradient(#5fa86c 5%, #4d8958 100%);
  background-image: -o-linear-gradient(#5fa86c 5%, #4d8958 100%);
  background-image: linear-gradient(#5fa86c 5%, #4d8958 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
  opacity: 1;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-addtobag.ppm-loading .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-notifyme.ppm-loading .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-submitemail.ppm-loading .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-complete-with-nextpay.ppm-loading .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-continue-shopping.ppm-loading .prompt, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-select-store.ppm-loading .prompt {
  display: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-addtobag.ppm-loading .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-notifyme.ppm-loading .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-submitemail.ppm-loading .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-complete-with-nextpay.ppm-loading .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-continue-shopping.ppm-loading .nx-spinner-light, #tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-select-store.ppm-loading .nx-spinner-light {
  display: block;
}

#tray-overlay .tray section.tray-content #quickBuyTray .description-stylewith-wrapper {
  padding-bottom: 100px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper {
  padding: 0 16px 12px 16px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer.partial-description {
  position: relative;
  overflow: hidden;
  line-height: 3ex;
  padding-bottom: 3ex;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer.partial-description.open > .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  float: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer.partial-description .partial-description-text {
  margin-bottom: 3ex;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer p {
  margin: 0;
  padding: 0 0 4px 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer .read-more-padding {
  float: right;
  padding: 0;
  font-size: inherit;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer .read-more {
  padding-left: 5px;
  float: right;
  clear: right;
  color: #1a6461;
  text-decoration: underline;
  cursor: pointer;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer .decriptionFit img, #tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer .decriptionLogos img {
  margin-right: 5px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-description-wrapper #descriptionContainer .decriptionLogos {
  padding: 5px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .expand-tray-container {
  bottom: -80px;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  height: 30px;
  width: 100%;
  z-index: 9;
  opacity: 0.1;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-show-in-ex {
  transition: all 0.6s ease-out;
  transition-delay: 0.6s;
  bottom: 60px;
  opacity: 1;
}

#tray-overlay .tray section.tray-content #quickBuyTray .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

#tray-overlay .tray section.tray-content #quickBuyTray .center.arrowdown {
  animation-name: pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transition: 1s ease;
  pointer-events: visible;
}

#tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper {
  bottom: -30%;
  position: fixed;
  z-index: 10052;
  /*transition: all 0.8s ease-in;*/
  background: white;
  border-top: 1px solid #f7f7f7;
  padding: 9px 0 8px 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

#tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom {
  bottom: 0;
  padding: 1px 16px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s linear;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-show-in {
  bottom: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .footer-link-wrapper {
  display: flex;
  align-items: center;
  height: 40px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .footer-link-wrapper .full-details-link {
  width: 90px;
  border-right: 1px solid #e6e6e6;
  margin-right: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .footer-link-wrapper .full-details-link a {
  font-weight: 500;
  text-decoration: underline;
}

#tray-overlay .tray section.tray-content #quickBuyTray .footer-link-wrapper .favourite-pdp-heart {
  right: 0;
  margin: unset;
  float: right;
}

#tray-overlay .tray section.tray-content #quickBuyTray .footer-link-wrapper .icn-favourite {
  fill: #fff;
  stroke: #000;
  transition: fill 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}

#tray-overlay .tray section.tray-content #quickBuyTray .footer-link-wrapper .icn-favourite.loading {
  stroke-dasharray: 40;
  stroke-dashoffset: 80;
  stroke-linecap: round;
  animation: favourite-loading 0.8s linear infinite;
}

#tray-overlay .tray section.tray-content #quickBuyTray .footer-link-wrapper .icn-favourite.active {
  animation: favourite-loaded 1s ease-in-out;
  fill: #000;
  border: 1px solid #fff;
}

@keyframes favourite-loading {
  0% {
    stroke-dashoffset: 80;
  }
  100% {
    stroke-dashoffset: 160;
  }
}

@keyframes favourite-loaded {
  0% {
    fill-opacity: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    fill-opacity: 1;
    transform: scale(1);
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray .btn-addtobag-wrapper {
  width: 128px;
  display: flex;
  align-content: center;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls .tick {
  -webkit-transform: rotate(45deg) translate(-4px, 4px);
  -moz-transform: rotate(45deg) translate(-4px, 4px);
  -ms-transform: rotate(45deg) translate(-4px, 4px);
  -o-transform: rotate(45deg) translate(-4px, 4px);
  transform: rotate(45deg) translate(-4px, 4px);
  height: 24px;
  width: 24px;
  margin: -20px auto 0 auto;
  position: relative;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls .tick.text-variant {
  height: 19px;
  width: 19px;
  position: relative;
  left: 43px;
  top: -10px;
  -webkit-transform: rotate(45deg) translate(-4px, 4px);
  -moz-transform: rotate(45deg) translate(-4px, 4px);
  -ms-transform: rotate(45deg) translate(-4px, 4px);
  -o-transform: rotate(45deg) translate(-4px, 4px);
  transform: rotate(45deg) translate(-4px, 4px);
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls .tick.text-variant .line {
  position: absolute;
  right: 0;
  height: 0px;
  width: 2px;
  bottom: 0;
  background: #fff;
  -webkit-animation: strokeExpandA 0.4s ease;
  animation: strokeExpandA 0.4s ease;
  -webkit-transition: height 0.3 ease-in;
  transition: height 0.3 ease-in;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls .tick.text-variant .line2 {
  position: absolute;
  height: 2px;
  width: 0px;
  bottom: 0;
  left: 62%;
  background: #fff;
  -webkit-animation: strokeExpand2A 0.2s ease;
  animation: strokeExpand2A 0.2s ease;
  -webkit-transition: height 0.3 ease-in;
  transition: height 0.3 ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls .tick .line {
  position: absolute;
  right: 0;
  height: 0px;
  width: 3px;
  bottom: 0;
  background: #fff;
  -webkit-animation: strokeExpand 0.4s ease;
  animation: strokeExpand 0.4s ease;
  -webkit-transition: height 0.3 ease-in;
  transition: height 0.3 ease-in;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls .tick .line2 {
  position: absolute;
  height: 3px;
  width: 0px;
  bottom: 0;
  left: 60%;
  background: #fff;
  -webkit-animation: strokeExpand2 0.2s ease;
  animation: strokeExpand2 0.2s ease;
  -webkit-transition: height 0.3 ease-in;
  transition: height 0.3 ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes strokeExpand {
  from {
    height: 0px;
  }
  to {
    height: 18px;
  }
}

@keyframes strokeExpand {
  from {
    height: 0px;
  }
  to {
    height: 18px;
  }
}

@-webkit-keyframes strokeExpand2 {
  from {
    width: 0px;
  }
  to {
    width: 9px;
  }
}

@keyframes strokeExpand2 {
  from {
    width: 0px;
  }
  to {
    width: 9px;
  }
}

@-webkit-keyframes strokeExpandA {
  from {
    height: 0px;
  }
  to {
    height: 15px;
  }
}

@keyframes strokeExpandA {
  from {
    height: 0px;
  }
  to {
    height: 15px;
  }
}

@-webkit-keyframes strokeExpand2A {
  from {
    width: 0px;
  }
  to {
    width: 7px;
  }
}

@keyframes strokeExpand2A {
  from {
    width: 0px;
  }
  to {
    width: 7px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls #quickBuyTray .tickWrapperCls .tick.text-variant {
    top: -7px;
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray .btn-complete-with-nextpay-wrapper, #tray-overlay .tray section.tray-content #quickBuyTray .btn-continue-shopping-wrapper, #tray-overlay .tray section.tray-content #quickBuyTray .btn-select-store-wrapper {
  width: 100%;
  display: flex;
  align-content: center;
}

#tray-overlay .tray section.tray-content #quickBuyTray .btn-complete-with-nextpay-wrapper, #tray-overlay .tray section.tray-content #quickBuyTray .btn-continue-shopping-wrapper, #tray-overlay .tray section.tray-content #quickBuyTray .btn-select-store-wrapper {
  width: 100%;
  display: flex;
  align-content: center;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-style-with-wrapper {
  padding: 12px 0 12px 16px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-style-with-wrapper > p {
  margin-bottom: 0.5rem;
}

#tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-wrapper .swiper-slide {
  max-width: 29%;
  /*max-width: calc(480px / 3.9);*/
}

#tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-wrapper .swiper-slide a {
  text-decoration: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-wrapper .swiper-slide p {
  margin: 0.5rem 0 0 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-wrapper .swiper-slide .item-name {
  height: 40px;
  /*&:after {
                    position: relative;
                    content: '';
                    border-bottom: 1px solid #c7c5c5;
                    width: 1.5rem;
                    margin: auto;
                    display: block;
                    bottom: -0.6rem;
                }*/
}

@Keyframes pulse {
  #tray-overlay .tray section.tray-content #quickBuyTray 0% {
    opacity: 0.4;
    transform: scale(1.4);
  }
  #tray-overlay .tray section.tray-content #quickBuyTray 50% {
    opacity: 0.4;
    transform: scale(1.1);
  }
  #tray-overlay .tray section.tray-content #quickBuyTray 100% {
    opacity: 0.4;
    transform: scale(1.4);
  }
}

@Keyframes bluranimation {
  #tray-overlay .tray section.tray-content #quickBuyTray 0% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  #tray-overlay .tray section.tray-content #quickBuyTray 50% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  #tray-overlay .tray section.tray-content #quickBuyTray 90% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  #tray-overlay .tray section.tray-content #quickBuyTray 95% {
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
  }
  #tray-overlay .tray section.tray-content #quickBuyTray 100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray body .popover {
  z-index: 10052 !important;
}

@media (min-width: 375px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .btn-addtobag-wrapper {
    width: 183px;
  }
}

@media (min-width: 768px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-background {
    transition: all 0.6s ease-in;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-show {
    transition: all 0.35s ease-out;
    right: 0 !important;
    bottom: 0 !important;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray {
    height: 100%;
    max-height: 100%;
    max-width: 480px;
    min-width: 35%;
    right: -100%;
    bottom: 0;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .preloaderWrapper {
    left: 50%;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper {
    max-width: 100%;
    min-width: 35%;
    position: absolute;
    /*transition: all 0.8s ease-in;
        transition-delay: 0.5s;*/
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper .btn-addtobag-wrapper {
    width: 220px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray {
    height: 100%;
    width: 100vw;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper {
    width: 100vw;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-show {
    right: 0;
    /*transform: translate3d(0,0,0);*/
  }
}

@media (min-width: 480px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .expand-tray-container {
    bottom: -60px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray {
    max-width: 100%;
    height: 100%;
    right: 0;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper {
    width: 100%;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .expand-tray-container {
    display: block;
  }
}

@media only screen and (min-device-width: 412px) and (max-device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: landscape) {
  #tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray {
    max-width: 100%;
    height: 100%;
    right: 0;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper {
    width: 100%;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .expand-tray-container {
    display: block;
  }
}

@media (orientation: landscape) {
  #tray-overlay .tray section.tray-content #quickBuyTray .top-carousel-wrapper {
    display: none;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-wrapper .swiper-slide {
    max-width: 16%;
    /*max-width: calc(480px / 3.9);*/
  }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
  #tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-wrapper .swiper-slide {
    max-width: calc(480px / 3.9);
  }
}

@media (max-height: 544px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .top-carousel-wrapper {
    display: none;
  }
}

@media screen and (min-width: 900px) and (orientation: landscape) {
  #tray-overlay .tray section.tray-content #quickBuyTray .top-carousel-wrapper {
    display: block;
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray .overflow-y-hidden {
  overflow-y: hidden;
  /*margin-right: 15px;*/
  /* commented to resolve issue 14023 - PLP page jump while tray loading*/
}

#tray-overlay .tray section.tray-content #quickBuyTray .prompt .nx-select {
  border: 1px solid #ff0000;
}

@media only screen and (min-width: 1281px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray {
    min-width: 480px;
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray .fix-slider {
  transition-duration: 0ms !important;
  transform: translate3d(0, 0, 0) !important;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-show-in {
    transition: all 0.1s ease-in;
    transition-delay: 0.1s;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-show-in-ex {
    transition: all 0.35s ease-out;
    transition-delay: 0.35s;
  }
}

@media only screen and (max-width: 825px) and (orientation: landscape) {
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-show-in {
    transition: all 0.1s ease-in;
    transition-delay: unset;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-show-in-ex {
    transition: all 0.35s ease-out;
    transition-delay: 0.35s;
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .tray-header .header-title {
  font-size: 15px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .productTitle .tray_pdt-title-main_container .tray_pdt-price_wrapper #tray-price {
  font-size: 16px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .productTitle .tray_pdt-title-main_container .tray_pdt-title_wrapper a {
  background-size: 100%;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .selector-label-style #fitLabel {
  font-size: 12px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .tray-fitchips li.chipItem {
  border: 1px solid #9e9e9e;
  height: 28px;
  padding: 4px 14px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .tray-fitchips li.chipItem.active {
  border: 2px solid #257f39;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .nx-select {
  border: 1px solid #9e9e9e;
  height: 28px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .nx-select select {
  height: 27px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .nx-select .nx-icon {
  top: 2px;
  background: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .nx-select .nx-icon:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(/Images/Gel3-0/icon-ui-chevron.svg) center no-repeat;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .nx-select .tray-chip {
  top: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .nx-select .mpt-dynamic-label {
  top: 2px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .tray-sel-wrapper .sel-wrapper .mpt-select-container .nx-select:focus {
  border-color: #000000;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .description-stylewith-wrapper #descriptionContainer a {
  color: #257f39;
  text-decoration: none;
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .description-stylewith-wrapper .tray-style-with-wrapper > p {
  font-size: 15px;
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .trayContent .description-stylewith-wrapper .tray-style-with-wrapper .swiper-container p:not(.item-name) {
  font-weight: 500;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .full-details-link a {
  color: #257f39;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart {
  background: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.add #gel-favourite-inactive {
  display: block !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.add #gel-favourite-active, #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.add #gel-favourite-loading {
  display: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.remove #gel-favourite-active {
  display: block !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.remove #gel-favourite-inactive, #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.remove #gel-favourite-loading {
  display: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.loading-heart #gel-favourite-inactive, #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.loading-heart #gel-favourite-active {
  display: none !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart.loading-heart #gel-favourite-loading {
  display: block !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart svg {
  width: 24px;
  height: 24px;
  margin: 10px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart svg#gel-favourite-loading {
  stroke-dasharray: 40;
  stroke-dashoffset: 80;
  stroke-linecap: round;
  animation: gel-favourite-loading 0.8s linear infinite reverse;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart svg#gel-favourite-active {
  animation: gel-favourite-loaded 1s ease-in-out;
}

@keyframes gel-favourite-loading {
  0% {
    stroke-dashoffset: 80;
  }
  100% {
    stroke-dashoffset: 160;
  }
}

@keyframes gel-favourite-loaded {
  0% {
    fill-opacity: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    fill-opacity: 1;
    /*transform: scale(1);*/
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .divFavouritesContainer a.heart svg {
  margin: 0px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile #close-tray {
  background: url(/Images/Gel3-0/icon-ui-close.svg) no-repeat center !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .productTitle .tray_pdt-title_wrapper a {
  background-size: 100% auto;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .productTitle #tray-price {
  font-size: 16px;
  font-weight: 600;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .tray-sel-wrapper {
  background: #f7f7f7;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .tray-sel-wrapper ul.tray-fitchips {
  background: #f7f7f7;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .tray-sel-wrapper ul.tray-fitchips .chipItem {
  background: #ffffff;
  border-color: #9e9e9e;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .tray-sel-wrapper ul.tray-fitchips .chipItem.active {
  border-color: #257f39;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .tray-sel-wrapper .mpt-select-container {
  background: #ffffff;
  font-size: 14px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .tray-sel-wrapper .mpt-select-container .nx-select {
  border: 1px solid #9e9e9e;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .tray-sel-wrapper .prompt .mpt-select-container .nx-select {
  border: 1px solid #ff0000;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper a.read-more {
  color: #257f39;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav {
  background-image: none !important;
  background: #ffffff;
  border-radius: 100%;
  padding: 10px;
  padding-left: 9px;
  height: 44px;
  width: 44px;
  border: 1px solid #9e9e9e;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.add #gel-favourite-inactive {
  display: block !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.add #gel-favourite-active, #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.add #gel-favourite-loading {
  display: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.remove #gel-favourite-active {
  display: block !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.remove #gel-favourite-inactive, #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.remove #gel-favourite-loading {
  display: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.loading-heart #gel-favourite-inactive, #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.loading-heart #gel-favourite-active {
  display: none !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav.loading-heart #gel-favourite-loading {
  display: block !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav svg {
  width: 24px;
  height: 24px;
  margin: 10px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav svg#gel-favourite-loading {
  stroke-dasharray: 40;
  stroke-dashoffset: 80;
  stroke-linecap: round;
  animation: gel-favourite-loading 0.8s linear infinite reverse;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav svg#gel-favourite-active {
  animation: gel-favourite-loaded 1s ease-in-out;
}

@keyframes gel-favourite-loading {
  0% {
    stroke-dashoffset: 80;
  }
  100% {
    stroke-dashoffset: 160;
  }
}

@keyframes gel-favourite-loaded {
  0% {
    fill-opacity: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    fill-opacity: 1;
    /*transform: scale(1);*/
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .quick-view-fav svg {
  margin: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .description-stylewith-wrapper .tray-style-with-wrapper > p {
  font-weight: 600;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper {
  height: 60px;
  padding: 10px 0 10px 0;
  background: #f7f7f7;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom {
  background: #f7f7f7;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .full-details-link a {
  color: #257f39;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOnMobile .tray-style-with-wrapper {
  padding: 0 0 12px 16px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .footer-link-wrapper .divFavouritesContainer a.heart {
    background: url(/Images/Gel3-0/icon-outline-favourite@2x.png) center no-repeat;
    background-size: 20px;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .footer-link-wrapper .divFavouritesContainer a.heart.loading-heart {
    background-image: url(/Images/Gel3-0/icon-path-favourite-loading.gif) !important;
    background-position: center;
    background-size: 20px;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray.gelOn .tray-modal .trayContentWrapper .fixed-tray-bottom-wrapper .fixed-tray-bottom .footer-link-wrapper .divFavouritesContainer a.heart.remove {
    background: url(/Images/Gel3-0/icon-path-favourite-active@2x.png) center no-repeat;
    background-size: 20px;
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray *, #tray-overlay .tray section.tray-content #quickBuyTray *::before, #tray-overlay .tray section.tray-content #quickBuyTray *::after {
  box-sizing: content-box;
}

#tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray *, #tray-overlay .tray section.tray-content #quickBuyTray *::before, #tray-overlay .tray section.tray-content #quickBuyTray *::after {
  box-sizing: border-box;
}

#tray-overlay .tray section.tray-content #quickBuyTray h2, #tray-overlay .tray section.tray-content #quickBuyTray .h2 {
  font-size: unset;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .footer-link-wrapper .full-details-link {
  margin-right: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .divFavouritesContainer .heart {
  height: 20px;
  width: 25px;
  margin: 9px 12px 12px 12px;
  background-size: 44px;
  background-position: center;
  display: block;
  float: left;
  color: transparent;
  line-height: 0;
  font-size: 0 !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .favourite-pdp-heart {
  right: 0;
  margin: unset;
  float: right;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tray-header .close-button {
  margin-right: 25px;
}

#tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls .tick.text-variant {
  top: -8px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .selector-label-style label {
  font-weight: normal;
}

#tray-overlay .tray section.tray-content #quickBuyTray .mpt-select-container .nx-select {
  background: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .prompt .nx-select {
  border: 1px solid #ff0000 !important;
}

#tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-wrapper .swiper-slide {
  max-width: calc(480px / 3.9);
}

#tray-overlay .tray section.tray-content #quickBuyTray .Results .Item .Details .Info .quick-icon-wrapper .quick-icon {
  box-sizing: border-box;
}

#tray-overlay .tray section.tray-content #quickBuyTray .trayContentWrapper .fixed-tray-bottom-wrapper .inactiveStyle {
  opacity: 0.4;
  cursor: not-allowed;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .nx-select {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: relative;
  height: 40px;
  width: 99%;
  background: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .errMsg {
  font-weight: normal;
  text-transform: capitalize;
}

@media (orientation: landscape) {
  #tray-overlay .tray section.tray-content #quickBuyTray .style-with-carousel-container .swiper-wrapper .swiper-slide {
    max-width: calc(480px / 3.9);
  }
}

@media screen and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
  #tray-overlay .tray section.tray-content #quickBuyTray :root .swiper-slide, #tray-overlay .tray section.tray-content #quickBuyTray .tray_pdt-title-main_container .tray_pdt-title_wrapper, #tray-overlay .tray section.tray-content #quickBuyTray .tray-sel-wrapper .sel-wrapper .selector-label-style, #tray-overlay .tray section.tray-content #quickBuyTray .footer-link-wrapper, #tray-overlay .tray section.tray-content #quickBuyTray .full-details-link, #tray-overlay .tray section.tray-content #quickBuyTray .btn-addtobag-wrapper, #tray-overlay .tray section.tray-content #quickBuyTray .tray-header > div {
    float: left;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray :root .tray_pdt-title-main_container .tray_pdt-price_wrapper, #tray-overlay .tray section.tray-content #quickBuyTray .tray-header .close-button {
    float: right;
    margin-right: 9px;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray :root .tray-sel-wrapper {
    clear: both;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray :root .quickBuyTray {
    min-width: 35%;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray :root .top-carousel-wrapper .swiper-container {
    height: 100%;
  }
}

@media (max-width: 768px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray {
    height: 100%;
    max-width: 480px;
    min-width: 35%;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper {
    width: 480px;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-show {
    right: 0;
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray .login-tooltip {
  font-family: 'Azo Sans', sans-serif;
}

#tray-overlay .tray section.tray-content #quickBuyTray label {
  margin-bottom: 0;
}

#tray-overlay .tray section.tray-content #quickBuyTray .PageHeader .BreadcrumbNavigation .Breadcrumbs .Breadcrumb a {
  text-decoration: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray body {
  line-height: normal;
}

#tray-overlay .tray section.tray-content #quickBuyTray .ContentArea .Filters .Filter a {
  height: 18px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .VideosContainer .header {
  overflow: hidden;
}

#tray-overlay .tray section.tray-content #quickBuyTray .VideosContainer .header .closebtn {
  float: right;
  overflow: hidden;
  display: block;
  margin-right: 12px;
  margin-top: 12px;
  font-family: "azo-sans", sans-serif;
  padding: 1px 24px 0 6px;
  text-decoration: none;
  font-weight: 400;
  background-image: url(/Images/Structural/ModalPopup/cross.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .VideosContainer .VideoPlayerContainer {
  padding-top: 12px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-fitchips {
  scrollbar-color: rgba(0, 0, 0, 0.44) #e6e6e6;
  scrollbar-width: thin;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-fitchips::-webkit-scrollbar {
  width: 0px;
  background: #e6e6e6;
  height: 5px;
  border-radius: 50px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-fitchips::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.44);
  border-radius: 50px;
}

#tray-overlay .tray section.tray-content #quickBuyTray .ModalPopupContainer {
  z-index: 10054;
}

#tray-overlay .tray section.tray-content #quickBuyTray .SocialPLP .ProductPage button.close {
  font-size: 1em;
  opacity: 1;
  font-family: "azo-sans", sans-serif;
  color: #222;
  text-shadow: none;
  font-weight: 400;
}

#tray-overlay .tray section.tray-content #quickBuyTray .SocialPLP .ProductPage button.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

#tray-overlay .tray section.tray-content #quickBuyTray .SocialPLP .ProductPage button.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

#tray-overlay .tray section.tray-content #quickBuyTray .ContentArea .Results .Item.quick-view-item .Details .Info .Rating {
  float: left;
}

@media screen and (min-width: 0 \0) {
  #tray-overlay .tray section.tray-content #quickBuyTray h2, #tray-overlay .tray section.tray-content #quickBuyTray .h2 {
    font-size: inherit;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #tray-overlay .tray section.tray-content #quickBuyTray #quickBuyTray .tickWrapperCls .tick.text-variant {
    top: -7px;
  }
}

#tray-overlay .tray section.tray-content #quickBuyTray a {
  color: #000;
}

#tray-overlay .tray section.tray-content #quickBuyTray .tray-btn-addtobag:focus {
  outline: none;
}

#tray-overlay .tray section.tray-content #quickBuyTray .trayContent {
  height: calc(100% - 76px);
}

@media (min-width: 480px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .expand-tray-container {
    bottom: -60px;
    width: 480px;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .expand-tray-container.tray-show-in-ex {
    bottom: 60px;
  }
}

@media (max-width: 768px) {
  #tray-overlay .tray section.tray-content #quickBuyTray .quickBuyTray {
    height: 100%;
    width: 100%;
    min-width: 35%;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .fixed-tray-bottom-wrapper {
    width: 100%;
  }
  #tray-overlay .tray section.tray-content #quickBuyTray .tray-show {
    right: 0;
  }
}

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