@font-face {
  font-family: MatterRegular;
  src: url(font/Matter-Regular.otf);
}

@font-face {
  font-family: MatterBold;
  src: url(font/Matter-Bold.otf);
}

button,
input,
select,
textarea {
  font-family: Poppins;
}

.ProductDetails_TopBar_Breadcrumbs {
  float: left;
  width: 100%;
}

.ProductDetails_TopBar_Breadcrumbs .breadcrumb-last {
  color: #00809f;
}

.ProductImageHolder {
  float: left;
  width: 100%;
}

.MainProductImageZoom {
  display: flex;
  justify-content: center;
}

.ProductImageHolder .ProductMainWrap img {
  object-fit: contain !important;
}

.ProductImageHolder {
  width: 100%;
}

.ProductImageHolder .ProductMainWrap {
  overflow: hidden;
}

.ProductImageHolder .SubImageWrapOuter .SubImageItemSelected a,
.ProductImageHolder .SubImageWrapOuter .SubImageItemUnselected a {
  cursor: pointer;
}

.ProductImageHolder .SubImageWrapOuter .SubImageItemSelected a img {
  border: 2px solid #eee;
  width: 100%;
  height: auto;
}

.ProductImageHolder .SubImageWrapOuter .SubImageItemUnselected a img {
  border: 2px solid transparent;
  width: 100%;
  height: auto;
}

.ProductImageHolder .slick-slide {
  height: auto !important;
}

#InfoTab {
  float: left;
  border-bottom: 1px solid #eee;
  margin-top: 50px;
  padding: 0px;
}

#InfoTab #tabs ul {
  padding: 0;
  list-style: none;
  width: 100%;
}

#InfoTab #tabs ul li {
  display: list-item;
  list-style: disc;
}

#InfoTab #tabs ul li:last-child {
  border-bottom: 0;
}

#InfoTab #tabs ul li a {
  display: block;
  color: #4d4d4d;
  font-size: 20px;
  padding: 10px 0;
}

#InfoTab #tabs ul li a:hover {
  text-decoration: none;
}

#ProductRightPanel {
  float: right;
  padding: 0 40px;
}

#ProductRightPanel .ProductInfoHolder {
  float: left;
  width: 100%;
  min-width: 240px;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_Name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_Description {
  clear: both;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 34px;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_YourPrice {
  float: left;
  width: 100%;
}

#ProductRightPanel
  .ProductInfoHolder
  .ProductDetail_YourPrice
  .MainPrice
  .OriginalPriceStandard {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 2px;
}

#ProductRightPanel
  .ProductInfoHolder
  .ProductDetail_YourPrice
  .MainPrice
  .PurchasePriceStandard {
  font-size: 20px;
  font-weight: bold;
  color: #b2252a;
  padding: 0 0 0 2px;
}

#ProductRightPanel
  .ProductInfoHolder
  .ProductDetail_YourPrice
  .MainPrice
  .OriginalPriceStrikethrough {
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
  padding: 0 0 0 30px;
}

#ProductRightPanel .ProductInfoHolder .ProductPricePoint {
  font-size: 13px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #00809f;
  padding: 0 12px;
  margin: 5px;
  float: left;
}

.quantity-wrap div {
  float: left;
}

#ProductRightPanel .ProductInfoHolder .ProductCollection {
  font-size: 13px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #00809f;
  padding: 0 12px;
  margin-left: 5px;
  float: left;
}

#ProductRightPanel .ProductInfoHolder .OriginHome {
  background-color: #ae852d;
}

#ProductRightPanel .ProductInfoHolder .ClassicComfort {
  background-color: #7f2629;
}

#ProductRightPanel .ProductInfoHolder .LivingStyle {
  background-color: #005d67;
}

#ProductRightPanel .ProductInfoHolder .EverydayLiving {
  background-color: #6c3b5d;
}

#ProductRightPanel .ProductInfoHolder .RestRestore {
  background-color: #005978;
}

#ProductRightPanel .ProductInfoHolder .DividerWrap {
  border-top: 1px solid #eee;
  float: left;
  width: 100%;
  margin: 10px 0;
}

#ProductRightPanel .ProductInfoHolder .addToCart-wrap {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0 0 20px 0;
}

#ProductRightPanel .ProductInfoHolder .addToCart-wrap .quantity-wrap {
  float: left;
  width: 30%;
  min-width: 70px;
}

#ProductRightPanel
  .ProductInfoHolder
  .addToCart-wrap
  .quantity-wrap
  input.QtyToAdd {
  width: 40px;
  border: 0;
  text-align: center;
  margin-left: 0;
  padding: 15px 5px 15px 2px;
  outline: none;
  font-size: 15px;
}

#ProductRightPanel
  .ProductInfoHolder
  .addToCart-wrap
  .quantity-wrap
  .QtyToAdd[type="number"]::-webkit-inner-spin-button,
#ProductRightPanel
  .ProductInfoHolder
  .addToCart-wrap
  .quantity-wrap
  .QtyToAdd[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#ProductRightPanel
  .ProductInfoHolder
  .addToCart-wrap
  .quantity-wrap
  .input-arrows
  .btn-up {
  cursor: pointer;
  margin-top: -6px;
}

#ProductRightPanel
  .ProductInfoHolder
  .addToCart-wrap
  .quantity-wrap
  .input-arrows
  .btn-down {
  clear: both;
  cursor: pointer;
  margin-top: -14px;
}

#ProductRightPanel
  .ProductInfoHolder
  .addToCart-wrap
  .quantity-wrap
  .input-arrows
  .btn-up:hover,
#ProductRightPanel
  .ProductInfoHolder
  .addToCart-wrap
  .quantity-wrap
  .input-arrows
  .btn-down:hover {
  color: #00809f;
}

#ProductRightPanel .ProductInfoHolder .addToCart-wrap .addToCartBtn-wrap {
  float: left;
  width: 70%;
}

#ProductRightPanel
  .ProductInfoHolder
  .addToCart-wrap
  .addToCartBtn-wrap
  a.btnAddToCart {
  background-color: #00809f;
  color: #fff !important;
  cursor: pointer;
  display: block;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

#ProductRightPanel .SliderProductTabOuter {
  float: left;
  width: 100%;
  margin-top: 40px;
}

#ProductRightPanel .SliderProductTabOuter ul.SliderProductTab {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ProductRightPanel .SliderProductTabOuter ul.SliderProductTab li a {
  color: #000;
}

.ProductDetail_Description {
  clear: both;
  font-size: 24px;
}

.InnerFullProdSpecifications {
  display: flex;
  flex-flow: column nowrap;
}

.SpecificationRow:first-child {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 0px solid #f2f2f2;
}

.SpecificationRow {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 0px solid #f2f2f2;
}

.SpecificationRow:last-child {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 0px solid #f2f2f2;
}

.SpecificationRow span {
  width: 300px;
}

.AvailabilityRow {
  width: 100%;
  display: block;
}

.ClosestStore {
  text-transform: capitalize;
}

.row.com-tab-heading {
  font-weight: bold;
}

.Specifictaion_Name {
  font-weight: 700;
  text-transform: capitalize;
  width: 50% !important;
}

.Specifictaion_Value {
  font-weight: 400;
  width: 50% !important;
}

/*  COLOUR PICKER  */

#ProductRightPanel .ProductInfoHolder .ColorPickerHeader {
  padding: 0 10px 0 0;
}

#ProductRightPanel .ProductInfoHolder .ColorPickerWrap {
  margin: 5px 0;
  position: relative;
  width: 100%;
  display: block;
  float: left;
}

#ProductRightPanel .ProductInfoHolder .ColorPickerWrap .OptionsWrap {
  float: none;
  height: 25px;
}

#ProductRightPanel .ProductInfoHolder .ColorPickerWrap .OptionsStaticWrap {
  float: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

#ProductRightPanel
  .ProductInfoHolder
  .ColorPickerWrap
  .OptionsWrap
  .ColorOption {
  width: 100%;
  display: inline-block !important;
}

#ProductRightPanel .ProductInfoHolder .ColorPickerWrap .ColorOptionSelected {
  height: 25px;
  width: 12px;
  border: solid #ffffff;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ProductRightPanel
  .ProductInfoHolder
  .ColorPickerWrap
  .ColorOptionDarkSelected {
  height: 25px;
  width: 12px;
  border: solid #fff;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: 5px;
  margin-left: 9px;
}

#ProductRightPanel .ProductInfoHolder .ColorPickerWrap .ColourPickerDot {
  color: #ffffff;
  height: 50px;
  width: 50px;
  display: inline-block;
  margin: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ProductRightPanel
  .ProductInfoHolder
  .ColorPickerWrap
  .ColourPickerDotBorder
  .ColorOptionSelected {
  height: 12px;
  width: 6px;
  border: 1px solid #737373;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: 5px;
  margin-left: 9px;
}

#ProductRightPanel .ProductInfoHolder .ColorPickerWrap .ColourPickerDotBorder {
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: inline-block;
  border: 1px dashed #737373;
  margin: 8px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ProductRightPanel
  .ProductInfoHolder
  .ColorPickerWrap
  .ColourPickerDotERROR404
  .ColorOptionSelected {
  height: 12px;
  width: 6px;
  border: 1px solid #737373;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: 5px;
  margin-left: 9px;
}

#ProductRightPanel
  .ProductInfoHolder
  .ColorPickerWrap
  .ColourPickerDotERROR404 {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 3px #737373;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
  margin: 8px;
}

#ProductRightPanel
  .ProductInfoHolder
  .ColorPickerWrap
  .ColourPickerDotERROR404::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #737373;
  transform: rotate(-135deg);
  transform-origin: 0 0 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  border: 0;
  outline: 0;
}

.SpecificationRow .ColorPickerWrapSpec .ColourPickerDotERROR404 {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 3px #737373;
  position: relative;
  z-index: 0;
  cursor: pointer;
  margin: 0 8px 0 0;
}

.SpecificationRow .ColorPickerWrapSpec .ColourPickerDotERROR404::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #737373;
  transform: rotate(-135deg);
  transform-origin: 0 0 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  border: 0;
  outline: 0;
}

#ProductRightPanel
  .ProductInfoHolder
  .ColorPickerWrap
  .ColourPickerDot
  .ColourPickerDotInner {
  display: block;
}

.SpecificationRow .ColorPickerWrapSpec {
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
  float: left;
}

.SpecificationRow .ColorPickerWrapSpec .ColourPickerDot {
  color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px 0 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -3px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.SpecificationRow .ColorPickerWrapSpec .OptionsWrap {
  display: flex;
  align-items: center;
}

.SpecificationRow .ColorPickerWrapSpec .ColourPickerDotBorder {
  color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  border: 1px dashed #737373;
  margin: 0 8px 0 0;
  cursor: pointer;
}

.SpecificationRow .ColorPickerWrapSpec .ColourPickerDot .ColourPickerDotInner {
  display: block;
}

.SpecificationRow .ColorPickerWrapSpec .ColorDescription {
  font-size: 13px;
}

#ProductRightPanel .ProductInfoHolder .ColorPickerWrapSpec .ColorOption:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

#ProductRightPanel .ProductInfoHolder .ColorDescription {
  font-size: 13px;
  padding: 0 6px 6px;
}

/*  COLOUR PICKER  */

/*  BADGES  */
#ProductRightPanel .ProductInfoHolder .BadgeWrap {
  margin: 5px 0;
  position: relative;
  width: 100%;
  display: block;
  float: left;
}

#ProductRightPanel .ProductInfoHolder .BadgeWrap .BadgeDot {
  cursor: pointer;
  padding-right: 5px;
}

#ProductRightPanel .ProductInfoHolder .BadgeWrap .BadgeDotERROR404 {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 3px #737373;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
  margin: 8px;
}

#ProductRightPanel .ProductInfoHolder .BadgeWrap .BadgeDotERROR404::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #737373;
  transform: rotate(-135deg);
  transform-origin: 0 0 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  border: 0;
  outline: 0;
}

.SpecificationRow .BadgeWrapSpec .BadgeDotERROR404 {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 3px #737373;
  position: relative;
  z-index: 0;
  cursor: pointer;
  margin: 0 8px 0 0;
}

.SpecificationRow .BadgeWrapSpec .BadgeDotERROR404::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #737373;
  transform: rotate(-135deg);
  transform-origin: 0 0 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  border: 0;
  outline: 0;
}

#ProductRightPanel .ProductInfoHolder .BadgeWrap .BadgeDot .BadgeDotInner {
  display: block;
  margin-top: 5px;
}

#ProductRightPanel .ProductInfoHolder .BadgeWrap .OptionsStaticWrap {
  float: none;
  display: flex;
  flex-flow: row wrap;
}

#ProductRightPanel
  .ProductInfoHolder
  .BadgeWrap
  .OptionsStaticWrap
  .BadgeOption {
  height: 78px;
}

#ProductRightPanel .ProductInfoHolder .BadgeWrap .OptionsWrap .BadgeOption {
  width: 100%;
  display: inline-block !important;
}

.SpecificationRow .BadgeWrapSpec {
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
  float: left;
}

.SpecificationRow .BadgeWrapSpec .BadgeDot {
  color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px 0 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -3px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.SpecificationRow .BadgeWrapSpec .BadgeDotBorder {
  color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  border: 1px dashed #737373;
  margin: 0 8px 0 0;
  cursor: pointer;
}

.SpecificationRow .BadgeWrapSpec .BadgeDot .BadgeDotInner {
  display: block;
}

.SpecificationRow .BadgeWrapSpec .BadgeDescription {
  font-size: 13px;
}

/*  BADGES  */

/* Tooltip container */
.ao-badge-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
  /* If you want dots under the hoverable text */
  top: -50px;
  width: 50px;
  height: 50px;
  left: 0px;
}

/* Tooltip text */
.ao-badge-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #00809f;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ao-badge-tooltip:hover .tooltiptext {
  visibility: visible;
}

.ao-badge-tooltip .tooltiptext {
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  margin-bottom: 5px;
}

.ao-badge-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00809f transparent transparent transparent;
}

.ao-color-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
  /* If you want dots under the hoverable text */
  top: 4px;
  width: 25px;
  height: 25px;
  left: -38px;
}

/* Tooltip text */
.ao-color-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #00809f;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ao-color-tooltip:hover .tooltiptext {
  visibility: visible;
}

.ao-color-tooltip .tooltiptext {
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  margin-bottom: 5px;
}

.ao-color-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00809f transparent transparent transparent;
}

.WishListWrap {
  width: 100%;
  margin: 3px 0;
}

.WishlistAddBtnWrap,
.WishlistRemoveBtnWrap {
  border: 1px solid #00809f;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.btnAddToWishlist,
.btnRemoveFromWishlist {
  color: #00809f;
}

.btnAddToWishlist svg,
.btnRemoveFromWishlist svg {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  fill: #00809f;
}

.WishlistAddBtnWrap:hover,
.WishlistRemoveBtnWrap:hover {
  color: #ffffff !important;
  background-color: #00809f !important;
}

.WishlistAddBtnWrap:hover .btnAddToWishlist,
.WishlistRemoveBtnWrap:hover .btnAddToWishlist {
  color: #ffffff;
}

.WishlistAddBtnWrap:hover .btnAddToWishlist svg,
.WishlistRemoveBtnWrap:hover .btnAddToWishlist svg {
  fill: #ffffff !important;
}

.WishListWrap .WishlistAddBtnWrap btnAddToWishlist {
  color: #00809f !important;
  background-color: #ffffff !important;
}

.WishListWrap .WishlistRemoveBtnWrap .btnRemoveFromWishlist {
  color: #ffffff !important;
  background-color: #00809f !important;
}

.WishListWrap .WishlistRemoveBtnWrap .btnRemoveFromWishlist svg {
  fill: #ffffff !important;
}

.PrintWrap {
  width: 100%;
  margin: 8px 0;
}

.PrintBtnWrap {
  border: 1px solid #00809f;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.btnPrint {
  color: #00809f;
}

.btnPrint svg {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  fill: #00809f;
}

.PrintWrap .PrintBtnWrap:hover {
  color: #ffffff !important;
  background-color: #00809f !important;
}

.PrintWrap .PrintBtnWrap:hover .btnPrint {
  color: #ffffff;
}

.PrintWrap .PrintBtnWrap:hover .btnPrint svg {
  fill: #ffffff !important;
}

/*IMPORTANT TO KEEP SLICK SLIDER FROM GROWING - FLEX*/
.slick-list {
  width: 100%;
  top: 5px;
}

.ColorPickerWrap .slick-track {
  margin: 0px;
  min-width: fit-content !important;
}

.colour-picker-arrow {
  border: solid #4d4d4d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  line-height: 0;
  position: absolute;
  cursor: pointer;
}

.colour-picker-arrow:hover {
  border: solid #00809f;
  border-width: 0 2px 2px 0;
}

.colour-picker-arrow.right {
  top: 50%;
  right: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.colour-picker-arrow.left {
  top: 50%;
  left: -8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.product-images-arrow {
  border: solid #4d4d4d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  line-height: 0;
  position: absolute;
  cursor: pointer;
}

.product-images-arrow:hover {
  border: solid #00809f;
  border-width: 0 2px 2px 0;
}

.product-images-arrow.right {
  top: 50%;
  right: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.product-images-arrow.left {
  top: 50%;
  left: -5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#BackToTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 0;
  width: 250px;
  opacity: 0;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 10px;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

#BackToTop.notrevealed {
  height: 0;
  width: 0;
}

#BackToTop.reveal {
  opacity: 1;
  z-index: 9;
}

#BackToTop .BackToTopWrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#BackToTop .BackToTopArrowCircle {
  position: absolute;
  right: 20px;
  top: -20px;
  border: 1px solid#E2E2E2;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background: #ffffff;
}

#BackToTop .BackToTopArrowCircle .BackToTopArrow {
  border: solid #e2e2e2;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  line-height: 0;
  position: absolute;
  top: 15px;
  right: 13px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#BackToTop .BackToTopArrowCircle:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

#BackToTop .BackToTopArrowCircle:hover {
  border: 1px solid #00809f;
  background: #00809f;
  cursor: pointer;
}

#BackToTop .BackToTopArrowCircle:hover .BackToTopArrow {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  line-height: 0;
  position: absolute;
  top: 15px;
  right: 13px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#BackToTop .ProductDetail_Name {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 12px;
}

#BackToTop .ProductDetail_Description {
  clear: both;
  font-size: 16px;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
}

#BackToTop .ProductDetail_YourPrice {
  width: 100%;
  text-align: center;
}

#BackToTop .ProductDetail_YourPrice .MainPrice .OriginalPriceStandard {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 2px;
}

#BackToTop .ProductDetail_YourPrice .MainPrice .PurchasePriceStandard {
  font-size: 14px;
  font-weight: bold;
  color: #b2252a;
  padding: 0 0 0 2px;
}

#BackToTop .ProductDetail_YourPrice .MainPrice .OriginalPriceStrikethrough {
  font-size: 12px;
  font-weight: bold;
  text-decoration: line-through;
  padding: 0 0 0 10px;
}

#BackToTop .addToCartWrap {
  margin: 10px 0;
}

#BackToTop .addToCartWrap .btnAddToCart {
  background-color: #00809f;
  color: #fff !important;
  cursor: pointer;
  display: block;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.ExpandItem {
  border: solid #aeaeae;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  right: 50px;
  position: absolute;
  margin: 15px 0px;
}

.CollapseItem {
  border: solid #aeaeae;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 50px;
  position: absolute;
  margin: 15px 0px;
}

.ProductInfoTab_Title {
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  vertical-align: middle;
  border-top: 1px solid #eee;
  margin-top: 0px;
  letter-spacing: 1px;
}

.CollapseTabItem {
  display: none !important;
}

.ProductInfoTab_Title:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

#PrintPreview {
  display: none;
}

.InnerDescriptionWrap h1,
.InnerDescriptionWrap h2,
.InnerDescriptionWrap h3,
.InnerDescriptionWrap h4,
.InnerDescriptionWrap h5,
.InnerDescriptionWrap h6,
.InnerAvailabilityWrap h3 {
  font-size: 16px;
  color: #666;
  letter-spacing: 1px;
}

.InnerDescriptionWrap,
.InnerSpecificationsWrap,
.InnerAvailabilityWrap {
  padding: 30px 10px;
}

.InnerAvailabilityWrap {
  display: flex;
  flex-flow: column;
  align-content: flex-start;
}

.DeliveryDetailsDatepicker {
  width: 350px;
  display: block;
  border: 1px solid #e2e2e2;
  margin-left: 20px;
}

.ModalProductWrap {
  text-align: center;
}

.ModalProductImageHolder,
.BackToTopImageHolder {
  margin-bottom: 1rem;
}

.loader {
  margin: 20px auto;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid #1f597c;
  border-right-color: transparent;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
}

#ProductTag {
  margin: 0 0 10px 0;
}

.ProductTag {
  padding: 6px 10px;
  border-radius: 4px;
  color: white;
}

.ProductTags {
  float: left;
  padding: 0 10px;
  border-radius: 4px;
  color: white;
}

.commission-tab,
.availability-tab {
  position: fixed;
  width: 300px;
  height: 800px;
  top: 300px;
  right: -300px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: 1;
}

.commission-tab h6,
.availability-tab h6 {
  display: inline;
}

.commission-tab .modal-content {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  box-shadow: none;
  height: auto;
}

.commission-tab .modal-header {
  border-bottom: 1px solid #f3f3f3;
}

.commission-tab .com-content {
  background-color: #4d4d4d;
}

.commission-tab .com-content.comdisabled {
  background-color: #cccccc;
}

.availability-tab .modal-content {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  box-shadow: none;
  height: auto;
}

.availability-tab .modal-header {
  border-bottom: 1px solid #f3f3f3;
}

.availability-tab .avail-content {
  background-color: #4d4d4d;
}

.availability-tab {
  top: 340px;
}

.show-com,
.show-avail {
  right: 0px !important;
}

.com-content,
.avail-content {
  margin-top: 10px;
  position: absolute;
  width: 60px;
  left: -60px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #666666;
  border-radius: 15px 0px 0px 15px;
  padding: 10px;
  cursor: pointer;
}

.com-content p,
.avail-content p {
  margin: 0px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}

.commission-tab [class*="Pane"],
.availability-tab [class*="Pane"] {
  margin-bottom: 0px;
}

.lblAddToCart {
  background: #00809f;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
}

a.lblAddToCart:hover {
  text-decoration: none;
}

.InnerAvailabilityWrap img {
  height: 2rem;
  margin-right: 10px;
}

.avail-row {
  display: flex;
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.avail-row-content {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.avail-row-content svg {
  width: 25px;
  margin-right: 10px;
  fill: #00809f;
}

.details-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.details-spinner {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  top: 50%;
  left: 50%;
}

.details-spinner:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #00809f;
  border-color: #00809f transparent #00809f transparent;
  animation: scheduler-spinner 1.2s linear infinite;
}

@keyframes scheduler-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ui-datepicker-material-month,
.ui-datepicker-material-day-num,
.ui-datepicker-material-year {
  padding: 1px !important;
}

.ui-datepicker {
  padding: 0 !important;
  border: none !important;
  float: left !important;
  width: 100% !important;
}

.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-current-day.ui-datepicker-today
  .ui-state-default,
.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-today
  .ui-state-default {
  border-radius: 50% !important;
  border: 1px solid #dfdfdf !important;
}

.ui-corner-all {
  border-radius: 0 !important;
}

.ui-widget-header {
  border: 0 !important;
}

.ui-datepicker-header {
  text-align: center !important;
  background: white !important;
  padding-bottom: 15px !important;
  font-weight: 300 !important;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-title {
  border: none !important;
  outline: none !important;
  margin: 5px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: inherit !important;
  right: 60px !important;
}

.ui-datepicker-title {
  color: #4d4d4d !important;
  font-weight: 700;
}

.ui-datepicker-month {
  position: absolute;
  left: 20px;
}

.ui-datepicker-year {
  display: none !important;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  color: #ababab;
}

.ui-datepicker-header .ui-datepicker-prev {
  right: 20px;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: 1px solid #fcfcfc !important;
  outline: none !important;
  border-radius: 50% !important;
}

.ui-datepicker-unselectable .ui-state-default,
.ui-state-disabled .ui-state-default,
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #dfdfdf !important;
}

.ui-datepicker-calendar .ui-state-default {
  background: none !important;
  border: none !important;
  text-align: center !important;
  height: 33px !important;
  width: 33px !important;
  line-height: 36px !important;
  color: #4d4d4d !important;
  margin: 4px 0;
}

.ui-datepicker-calendar .ui-state-default::before {
  transform: translateX(-50%);
  border-radius: 50%;
  position: absolute;
  background: #00809f;
  height: 6px;
  content: "";
  width: 6px;
  left: 50%;
  bottom: 0;
}

.ui-state-default {
  position: relative !important;
}

.ui-datepicker-calendar
  .ui-datepicker-unselectable.ui-state-disabled
  .ui-state-default::before {
  display: none;
}

.ui-datepicker-calendar .ui-state-highlight::before {
  display: none;
}

.ui-datepicker-calendar .ui-state-active::before {
  display: none;
}

.ui-datepicker-calendar .ui-state-highlight {
  color: #4d4d4d !important;
  border: 1px solid #ababab !important;
  border-radius: 100% !important;
}

.ui-datepicker-other-month .ui-state-default {
  color: #fcfcfc !important;
}

.ui-datepicker-calendar .ui-state-active {
  border-radius: 50% !important;
  background-color: #00809f !important;
  color: #ffffff !important;
}

.ui-datepicker-calendar thead th {
  color: #4d4d4d !important;
  font-weight: 400 !important;
  padding: 0.7em 1em !important;
  text-align: inherit !important;
}

.ui-datepicker-buttonpane {
  border: none !important;
}

.ui-datepicker-buttonpane .ui-state-default {
  background: white !important;
  border: none !important;
}

.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
  background: white !important;
  color: #284b72 !important;
  text-transform: uppercase !important;
  border: none !important;
  opacity: 1 !important;
  font-weight: 200 !important;
  outline: none !important;
}

.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
  background: #b4cbe5 !important;
}

.ui-datepicker-calendar .ui-state-active {
  color: #ffffff !important;
  border: 0px solid #00809f !important;
}

.ui-datepicker-other-month .ui-state-default {
  color: #ccc !important;
}

.ui-datepicker table {
  margin: 0 auto !important;
  background-color: transparent !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block !important;
  padding: 0 !important;
  text-align: right !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.ui-icon.ui-icon-circle-triangle-w {
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #ababab;
}

.ui-icon.ui-icon-circle-triangle-w:hover {
  border-right: 15px solid #00809f;
}

.ui-icon.ui-icon-circle-triangle-e:hover {
  border-left: 15px solid #00809f;
}

.ui-icon.ui-icon-circle-triangle-e {
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #ababab;
}

.ui-icon.ui-icon-circle-triangle-w::before {
  transform: translateX(-50%);
  border-radius: 100%;
  position: absolute;
  background: #ababab;
  top: -5px;
  height: 10px;
  content: "";
  width: 10px;
  left: 29px;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

#ProductDetailsApp .modal-title {
  font-weight: 700;
}

.SubImageWrapOuter .fade,
.RelatedProductWrap .fade {
  transition: all linear 500ms !important;
  opacity: 1 !important;
}

.SubImageWrapOuter .fade.hideitems,
.RelatedProductWrap .fade.hideitems {
  opacity: 0;
}

/* 8. Breadcrumb */

.breadcrumb {
  padding: 0px 0 0 15px !important;
  position: absolute !important;
}

.breadcrumb__block {
  width: var(--global-breadcrumb-width);
  display: var(--global-breadcrumb-display);
  flex-flow: var(--global-breadcrumb-flex-flow);
  justify-content: var(--global-breadcrumb-justify-content);
  align-items: var(--global-breadcrumb-align-items);
  margin: var(--global-breadcrumb-margin);
  padding: var(--global-breadcrumb-padding);
}

.breadcrumb__block-crumbs {
  display: var(--global-breadcrumb-crumbs-display);
  align-items: var(--global-breadcrumb-crumbs-align-items);
}

.breadcrumb__block-divider {
  background-image: var(--global-breadcrumb-divider-background-image);
  fill: var(--global-breadcrumb-divider-fill);
  color: var(--global-breadcrumb-divider-color);
  height: var(--global-breadcrumb-divider-height);
  width: var(--global-breadcrumb-divider-width);
  background-repeat: var(--global-breadcrumb-divider-background-repeat);
  background-position: var(--global-breadcrumb-divider-background-position);
  margin: var(--global-breadcrumb-divider-margin);
  white-space: var(--global-breadcrumb-divider-white-space);
  padding: var(--global-breadcrumb-divider-padding);
}

.breadcrumb__block-crumb,
.breadcrumb__block-crumb a,
.breadcrumb__block-crumb a:active,
.breadcrumb__block-crumb a:visited {
  color: var(--global-breadcrumb-crumb-color);
  fill: var(--global-breadcrumb-crumb-fill);
  font-size: var(--global-breadcrumb-crumb-font-size);
  font-weight: var(--global-breadcrumb-crumb-font-weight);
  white-space: var(--global-breadcrumb-crumb-white-space);
  margin: var(--global-breadcrumb-crumb-margin);
  padding: var(--global-breadcrumb-crumb-padding);
  text-transform: var(--global-breadcrumb-crumb-text-transform);
  text-decoration: var(--global-breadcrumb-crumb-text-decoration);
}

.breadcrumb__block-crumb:hover,
.breadcrumb__block-crumb a:hover {
  color: var(--global-breadcrumb-crumb-hover-color);
  fill: var(--global-breadcrumb-crumb-hover-fill);
}

/* breadcrumb */

afterpay-placement {
  float: left;
}

#ShowFullProdDescription {
  display: none;
}

#ProductAvailability {
  width: 100%;
  float: left;
  color: #b2252a;
  font-weight: bold;
}

#ProductAvailability a {
  color: #000;
  color: #b2252a;
  font-weight: bold;
}

/* EDLP */
#ProductTags {
  padding: 10px 0;
  margin: 10px 0;
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.tag-title {
  display: flex;
  align-items: center;
}

.tag-title svg {
  width: 100px;
  height: auto;
}

.tag-title .tag-info {
  margin: 10px;
  color: #ff4747;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #ff4747;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 25px;
  height: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag-title .tag-info svg {
  width: 10px;
}

.tag-info-modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.tag-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  max-width: 100vw;
  max-height: 100%;
  display: block;
  overflow: auto;
}

.tag-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.edlp-modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 999999999;
}

.edlp-modal-wrap {
  background-color: #fff;
  padding: 25px 25px 15px 25px;
  width: 775px;
  color: #b4121b;
  text-align: center;
  font-family: MatterBold;
}

.edlp-footer {
  width: 775px;
}

.edlp-footer svg {
  width: 100%;
}

.edlp-modal-wrap .edlp-modal__header {
  display: flex;
  justify-content: center;
}

.edlp-modal-wrap .edlp-modal__header svg {
  height: 90px;
}

.edlp-modal-wrap .edlp-modal__info {
  font-size: 20px;
  margin: 20px 10px;
  line-height: 1.2;
  letter-spacing: 0;
}

.edlp-modal-wrap .edlp-modal__obtain {
  background-color: #fff;
  padding: 15px 45px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.edlp-modal-wrap .edlp-modal__obtain .edlp-modal__obtain-title {
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 25px;
}

.edlp-modal-wrap .edlp-modal__obtain .edlp-modal__obtain-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 25px;
  justify-content: center;
}

.edlp-modal-wrap .edlp-modal__obtain .edlp-modal__obtain-items svg {
  width: auto;
  height: 100px;
}

.edlp-modal-wrap
  .edlp-modal__obtain
  .edlp-modal__obtain-items
  .edlp-modal__obtain-items-title {
  margin-top: 15px;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: -1px;
}

.edlp-modal-wrap .edlp-modal__note {
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  font-family: MatterRegular;
}

.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  -moz-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  -ms-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  -o-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

@media only screen and (min-width: 0px) and (max-width: 769px) {
  .edlp-modal-wrap .edlp-modal__header svg {
    height: 70px;
  }

  .edlp-modal-wrap .edlp-modal__info {
    font-size: 18px;
    line-height: 1;
  }

  .tag-modal-content {
    width: 100% !important;
  }

  .edlp-modal-wrap,
  .edlp-footer {
    width: 100vw;
  }

  .edlp-modal-wrap .edlp-modal__obtain .edlp-modal__obtain-title {
    font-size: 18px;
  }

  .edlp-modal-wrap
    .edlp-modal__obtain
    .edlp-modal__obtain-items
    .edlp-modal__obtain-items-title {
    font-size: 16px;
  }

  .edlp-modal-wrap .edlp-modal__obtain {
    padding: 15px;
  }

  .edlp-modal-wrap .edlp-modal__obtain .edlp-modal__obtain-item {
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 15px;
  }

  .edlp-modal-wrap .edlp-modal__note {
    font-size: 12px;
    padding: 0 15px;
  }

  .edlp-modal-wrap .edlp-modal__obtain .edlp-modal__obtain-items svg {
    height: 60px;
  }

  .edlp-modal-overlay .tag-close {
    right: 5px;
    top: 5px;
  }
}

/* rewrite the canlendar */
#DeliveryDetailsDatepicker.DeliveryDetailsDatepicker {
  border: 1px solid #ccc;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 12px;
}

#DeliveryDetailsDatepicker .ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid #000 !important;
  background: #f8f8f8 !important;
}

#DeliveryDetailsDatepicker .ui-datepicker-month {
  font-size: 18px;
  font-weight: bold;
  left: 14px;
}

#DeliveryDetailsDatepicker .ui-icon.ui-icon-circle-triangle-w,
#DeliveryDetailsDatepicker .ui-icon.ui-icon-circle-triangle-e {
  border: 0 !important;
}

#DeliveryDetailsDatepicker .ui-icon.ui-icon-circle-triangle-w::before {
  content: "<";
  display: flex;
  color: black;
  font-size: 18px;
  background: #6d286a;
  border-radius: 5px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
}

#DeliveryDetailsDatepicker .ui-icon.ui-icon-circle-triangle-e::before {
  content: ">";
  display: flex;
  color: black;
  font-size: 18px;
  background: #6d286a;
  border-radius: 5px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
}

#DeliveryDetailsDatepicker .ui-datepicker .ui-datepicker-next,
#DeliveryDetailsDatepicker .ui-datepicker .ui-datepicker-next-hover {
  right: 5px;
  top: -1px;
}

#DeliveryDetailsDatepicker .ui-datepicker td {
  padding: 0;
}

#DeliveryDetailsDatepicker .ui-datepicker-calendar thead th {
  padding: 10px !important;
  font-size: 18px;
  font-weight: bold !important;
  text-align: center !important;
}

#DeliveryDetailsDatepicker .ui-datepicker-calendar .ui-state-default {
  padding: 10px !important;
  font-size: 14px;
  height: 42px !important;
  width: 42px !important;
  line-height: 1.5 !important;
}

/* redesign the product info section */
#ProductRightPanel .ProductInfoHolder .ProductDetail_Name {
  font-size: 20px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_Description {
  font-size: 25px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
}

#ProductAvailability a.availability-bg {
  background-color: #652e69;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

#ProductAvailability a.availability-bg:hover {
  text-decoration: none;
}

#ProductAvailability a.availability-bg span::after {
  content: "";
  height: 5px;
  width: 5px;
  overflow: hidden;
  margin: 0 0px 3px 6px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

#ProductTags {
  border: 0;
  padding: 0;
  margin: 0;
}

.price-wrap {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_YourPrice {
  width: auto;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_YourPrice .MainPrice .OriginalPriceStandard {
  font-size: 25px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_YourPrice .MainPrice {
  line-height: 1;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_YourPrice .MainPrice .PurchasePriceStandard {
  font-size: 25px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  padding: 0;
}

#ProductRightPanel .ProductInfoHolder .ProductDetail_YourPrice .MainPrice .OriginalPriceStrikethrough {
  font-size: 15px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  padding: 0;
}