/* Design system */
:root {
  --primary-orange: #fa6400;
  --secondary-orange-one: #e45c01;
  --secondary-orange-two: #ff9e5e;
  --primary-blue: #005da2;
  --primary-grey: #404040;
  --primary-black: #000000;
  --primary-white: #ffffff;
  --primary-red: #ff0000;
  --secondary-grey-one: #e3e3e3;
  --secondary-grey-two: #1f1f1f;
  --secondary-grey-three: #666;
  --secondary-grey-four: #f4f4f4;
  --secondary-grey-five: #8f8f8f;
  --secondary-grey-six: #d0d0d0;

  --font-family: Knowledge2017;

  --tr-button-width: 240px;
  --tr-button-border-radius: 30px;
  --tr-space-xxs: 8px;
  --tr-space-s: 21px;
  --tr-line-height: 22px;
  --tr-font-size-md: 19px;
  --tr-font-weight-md: 700;
  --font-weight-light: 400;
  --font-weight-medium: 500;
  --font-weight-dark: 700;
  --font-weight-black: 900;

  --line-height-xxs: 18px;
  --line-height-md: 32px;

  --radio-option-width: 190px;
  --radio-option-margin: 0.96px;

  --zero-value: 0;
  --box-shadow-top-bottom: 4px;
  --box-shadow-left: 2px;
  --format-option-margin: 20.8px;
}

/* Reset */
/*
.page-productDetails :not(.hasChildren):not(.moreInfo):not(.priceTiersPopup):not(.signIn):not(.myAccount):not(.option1):not(.tr-hybris**) {
  border-color: #dddddd;
}*/

.tr-hybris-app-container
  :where(
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure,
    picture,
    ul,
    fieldset,
    button
  ) {
  margin: 0;
}

.tr-hybris-app-container :where(fieldset, ul, button) {
  padding: 0;
}

.tr-hybris-app-container :where(button:hover, a:hover) {
  /* background: var(--primary-orange); */
}

.tr-hybris-app-container
  :where(
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure,
    picture,
    ul,
    fieldset,
    button
  ) {
  height: auto;
  box-shadow: none;
}

.tr-hybris-app-container button:hover {
  background: none;
  background-color: var(--primary-white);
}

.productDetailsWrapper #content {
  width: 100%;
}

/* Utility classes */

.tr-hybris-flex {
  display: flex;
}

.tr-hybris-is-hidden {
  display: none;
}

.tr-hybris-grid {
  display: grid;
}

.tr-hybris-block {
  display: block;
}

/* width */
.tr-hybris-custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  position: relative;
}

/* Track */
.tr-hybris-custom-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  margin-top: 60px;
  max-height: 50px;
  margin-bottom: -3px;
  z-index: 1;
}

.tr-hybris-custom-scrollbar::-webkit-scrollbar-track-piece {
  z-index: 1;
}

/* Handle */
.tr-hybris-custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--secondary-grey-three);
  border-radius: 10px;
}

/* Handle on hover */
.tr-hybris-custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--primary-orange);
}

.tr-hybris-screen-readers-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tr-hybris-app-container {
  margin-inline: auto;
  font-style: normal;
  font-family: var(--font-family);
  color: var(--primary-grey);
}

.tr-hybris-desktop-only {
  display: block;
}

.tr-hybris-mobile-only {
  display: none;
}

/* Components */
/* Button/ButtonLink selectors */

.tr-hybris-button {
  display: flex;
  padding: var(--tr-space-xxs) var(--tr-space-s);
  justify-content: center;
  align-items: center;
  font-size: var(--tr-font-size-md);
  font-style: normal;
  font-weight: var(--tr-font-weight-md);
  font-family: "Knowledge2017";
  line-height: var(--tr-line-height);
  border: var(--primary-orange);
  background-color: var(--primary-orange);
  color: var(--primary-white);
  border-radius: 30px;
}

.tr-hybris-button.tr-hybris-button-secondary {
  background: unset;
  border: unset;
  padding: unset;
  gap: 4px;
}

.tr-hybris-app-container {
  margin-inline: auto;
  font-style: normal;
  font-family: var(--font-family);
  color: var(--primary-grey);
}

.tr-hybris-pdp-legal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.tr-hybris-product-container {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  width: 100%;
}

.tr-hybris-product-section-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 230px;
}

.tr-hybris-product-section-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.tr-hybris-product-section-right .productDetailsContainer {
  margin: 0;
}

.tr-hybris-tabs {
  font-family: var(--font-family);
  margin-top: 18px;
}

.tr-hybris-tabs [role="tablist"] {
  min-width: 100%;
}

.tr-hybris-tabs [role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
  color: var(--primary-grey);
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 2px;
  margin: 0;
  margin-top: 4px;
  padding: 3px 3px 4px;
  border-radius: 3px;
  background: var(--secondary-grey-one) !important;
  outline: none;
  font-weight: var(--font-weight-light);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.tr-hybris-tabs [role="tab"]:first-child {
  margin-left: 20px;
}

.tr-hybris-tabs [role="tab"][aria-selected="true"] {
  padding: 2px 2px 4px;
  margin-top: 0;
  border-right: 1px solid var(--secondary-grey-one);
  border-left: 1px solid var(--secondary-grey-one);
  border-top: 1px solid var(--secondary-grey-one);
  border-bottom: 2px solid var(--primary-orange);
  background: var(--primary-white);
  font-weight: var(--font-weight-dark);
  font-family: Knowledge2017;
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
}

.tr-hybris-tabs [role="tab"]:focus {
  border-radius: 4px 4px 0 0;
}

.tr-hybris-tabs [role="tab"][aria-selected="true"] {
  padding: 2px 2px 4px;
  margin-top: 0;
  border-width: 2px;
  border-top-width: 6px;
  border-top-color: var(--primary-orange);
  border-bottom-color: var(--primary-white);
  border-bottom-width: 8px;
  border-radius: 4px 4px 0 0;
  border-right: 1px solid var(--secondary-grey-three);
  border-left: 1px solid var(--secondary-grey-three);
  border-top: 6px solid var(--primary-orange);
  background: var(--primary-white) !important;
}

.tr-hybris-tabs [role="tab"][aria-selected="false"] {
  border: none;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: var(--font-family);
  font-weight: 400;
}

.tr-hybris-tabs [role="tab"] span.focus {
  display: inline-block;
  padding: 4px 6px;
}

.tr-hybris-tabs [role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
  padding: 2px 4px;
  border-radius: 3px;
}

.tr-hybris-tabs [role="tabpanel"] {
  padding: 0 0 16px 0;
  border: none;
  background: var(--primary-white);
  overflow: auto;
  width: -webkit-fill-available;
}

.tr-hybris-tabs .tr-hybris-custom-scrollbar {
  max-height: 600px;
}

.tr-hybris-tabs [role="tabpanel"].is-hidden {
  display: none;
}

.tr-hybris-tabs [role="tabpanel"] p {
  margin: 0;
}

.tr-hybris-tab-content {
  display: flex;
  flex-direction: column;
}

.tr-hybris-personal-details-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* margin-top: 30px;*/
}

.tr-hybris-specifications-section {
  display: flex;
  width: 100%;
  gap: 16px;
}

.tr-hybris-specifications-tab {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}

.tr-hybris-specifications-tab-header {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.tr-hybris-specifications-tab-head {
  color: var(--primary-grey);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;
}

.tr-hybris-specifications-block {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  gap: 8px;
  display: inline-flex;
}

.tr-hybris-specifications-blocks {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.tr-hybris-specifications-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-items: baseline;
}
.tr-hybris-more-authors:hover {
  background-color: unset;
}

.tr-hybris-specifications-block-key {
  color: var(--primary-grey);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.tr-hybris-specifications-block-value {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  gap: 3px;
}

.tr-hybris-description-tab {
  padding-top: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
}

.tr-hybris-description-tab ul {
  margin: unset;
}

.tr-hybris-tax-fraud-error{
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-family);
  width: 92%;
  margin: 10px auto !important;
  color:red;
}

.jumbotron p.tr-hybris-tax-iframe-error{
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-family);
  width: 95%;
  margin:0px 20px;
  color:red;
  position: static !important;
}
.tr-hybris-description-tab-header {
  color: var(--primary-grey);
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: var(--font-weight-medium);
  line-height: 24px;
  word-wrap: break-word;
}

.tr-hybris-description-tab-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--primary-grey);
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: var(--font-weight-light);
  line-height: 26px;
  word-wrap: break-word;
}

.tr-hybris-more-authors {
  border: var(--primary-white);
  padding:2px;
  margin:0 !important;
  background: var(--primary-white);
  display: inline-flex;
  align-items: center;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.tr-hybris-authors {
  color: var(--primary-blue);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--font-weight-light);
  line-height: 26px;
  text-decoration-line: underline;
}

.tr-hybris-description {
  color: var(--primary-grey);
  font-family:  var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.productDetail-description {
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.productDetail-description h2 {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 0 !important;
}

.tr-hybris-product-detail-generic-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.tr-hybris-product-format-segment,
.tr-hybris-product-purchase-segment,
.tr-hybris-product-bottom-segment {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.tr-hybris-product-format-segment{
  gap: 10px;
  padding-bottom: 25px;
}

.tr-hybris-product-sub-label {
  display: flex;
  color: var(--primary-grey);
  font-family: "Knowledge2017";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  gap: 8px !important;
  align-items: center;
}
.tr-hybris-product-seperation-line{
  width: 1px; 
  height: 16px;
  background: #8A8A8A;
}
.tr-ProductFormat{
  line-height: 18px;
  color: #666666;
}
.tr-ProductFormat label{
  margin-bottom: 0px;
}
.tr-hybris-product-stock-details{
  display: flex;
  gap: 4px;
  line-height: 135%;
  align-items: center;
}

.tr-hybris-format-options{
  width: 100%;
  display: flex;
  gap: 16px !important;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tr-hybris-product-bottons{
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.tr-hybris-format-options-label {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0px;
  align-items: center;
  cursor: pointer;
  width:200px;
  border: 1px solid #666666;
  border-radius: 8px;
  padding: 8px;
  height: 40px;
}
.tr-hybris-format-options-label:has(input[type="radio"]:checked) {
  border: 2px solid #D64000;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tr-hybris-checkbox-container input:checked ~ .tr-hybris-checkmark:after {
  display: block;
}

.tr-hybris-checkbox-container .tr-hybris-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--primary-white);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tr-hybris-format-options-label input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #404040;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0px !important;
}

.tr-hybris-format-options-label input[type="radio"] :focus {
  outline: none;
}

.tr-hybris-format-options-label input[type="radio"]:checked::before {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, rgb(255, 100, 0) 60%, transparent 50%);
  border-radius: 100%;
  margin: 1px 1px 1px 1.2px;
}
.tr-hybris-format-options-label input[type="radio"]::before {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--primary-white);
  border-radius: 50%;
  margin: 1px 0 0 1px;
}
.tr-hybris-format-options-label input[type="radio"]:focus {
  outline: unset;
}

.tr-hybris-format-option-labelText {
  font-family: "Knowledge2017";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #212223;
}

.tr-hybris-format-option-availability {
  color: #404040;
  font-family: "Knowledge2017";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.tr-hybris-product-sub-label-left {
  color: #404040;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Knowledge2017;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.tr-hybris-modal-close-button {
  float: right;
  background: none;
  border: none;
  margin-top: 5px;
  cursor: pointer;
  height: auto;
  padding: 5px;
  box-shadow: none;
  color: var(--primary-grey);
  font-family: "KnowledgeRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tr-hybris-modal-close-button:hover {
  background: none;
}
.tr-hybris-fancybox-modal-container {
  padding: 20px;
  background-color: var(--primary-white);
  max-width: 80vw;
  min-width: unset;
  min-height: 300px;
  align-self: center;
  border-top: var(--primary-orange) solid 5px;
  overflow: auto !important;
}
.tr-hybris-product-sub-label-right {
  font-family: "Knowledge2017";
  display: flex;
  gap: 4.8px;
  color: var(--primary-secondary-grey-71-f-1-f-1-f, #1f1f1f);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Knowledge2017;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tr-hybris-button-label {
  color: var(--primary-black);
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-dark);
  line-height: 24px;
  display: flex;
  align-items: center;
}

.tr-hybris-button-label a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: var(--primary-grey);
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  width: auto;
  text-align: left;
  float: left;
}

.tr-hybris-button-label a:hover,
focus {
  text-decoration: none;
}

.tr-hybris-button-label span {
  color: var(--primary-blue);
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;  
}

.tr-hybris-doc-format {
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: Knowledge2017;
}

.tr-hybris-button.tr-hybris-button-secondary {
  background: unset;
  border: unset;
  padding: unset;
  gap: 4px;
}

.tr-hybris-add-to-cart-sticky-container {
  width: 100%;
}

.tr-hybris-quantity-elements {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.tr-hybris-quantity-elements .tr-hybris-picket-controls {
  position: relative;
  width: 141px;
  height: 36px;
}

.tr-hybris-quantity-elements .tr-hybris-remove-item-button {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  background-size: 100% 100%;
}

.tr-hybris-quantity-elements
  .tr-hybris-quantity-control-button.tr-hybris-quantity-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.tr-hybris-quantity-elements .tr-hybris-quantity-control-button {
  position: absolute;
  background-color: var(--primary-white);
  border: 0px solid transparent;
  width: 20px;
  height: 20px;
}

.tr-hybris-quantity-elements .tr-hybris-add-item-button {
  left: 123px;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  background-size: 100% 100%;
}

.tr-hybris-quantity-elements .tr-hybris-quantityInputValue {
  position: absolute;
  width: 59px;
  height: 36px;
  top: 0;
  left: 46px;
}

.tr-hybris-quantity-elements .tr-hybris-base-quantityInputValue {
  position: relative;
  height: 36px;
  background-color: var(--primary-white);
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--primary-white);
  top: 6px;
  left: -4px;
}

.tr-hybris-quantity-elements .tr-hybris-quantityNumberInput {
  position: absolute;
  width: 51px;
  height: 38px;
  top: -6px;
  left: 8px;
  font-family: "Knowledge2017";
  font-weight: var(--font-weight-dark);
  color: var(--primary-grey);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 22px;
  border-radius: 5px;
  white-space: nowrap;
  font-style: normal;
}

.tr-hybris-button.tr-hybris-button-primary {
  width: var(--tr-button-width);
  border-radius: var(--tr-button-border-radius);
  color: var(--primary-white);
  background: var(--primary-orange);
}

.tr-hybris-quantity-block {
  border: none;
  margin: unset;
  padding: unset;
}

.tr-hybris-tax-product-price,
.tr-hybris-tax-product-price section.formattedPrice {
  color: var(--primary-grey-404040, #404040);
  font-family: "Knowledge2017";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0px !important;
}

.tr-hybris-product-purchase-segment-tax {
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.tr-hybris-product-title {
  color: var(--primary-grey);
  font-family: "Knowledge2017";
  font-weight: 900;
  font-size: 32px !important;
  font-style: normal;
  line-height: 38px;
  gap: 18px;
  margin: 0 !important;
}

.tr-hybris-product-price-container-reduce-price__text {
  color: var(--primary-grey-404040, #404040);
  font-family: "Knowledge2017";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.tr-hybris-share-container{
  position: relative;
}
#productDetails .aside1,
#productGroupDetails .aside1 {
  /* margin-left: unset;
  left: unset;
  position: absolute;
  width: 24.43338%;
  z-index: 1;
  top: 13px;
  right:41px; */
  display: flex;
    position: absolute;
    top: -46px;
    left: -63px;
}

.page-productDetails #page #pageHeader #globalMessages .errorMessage {
  margin-bottom: 30px;
}

#productDetails .aside1 {
  display: flex;
}

.tr-hybris-webDescriptionOverride-container {
  gap: 16px;
  align-items: flex-start;
  padding-top: 19px;
  padding-bottom: 19px;
}

.tr-hybris-webDescriptionOverride-container__text p {
  color: var(--primary-grey);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Knowledge2017;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 150% */
}

.tr-hybris-product-publisher-attributes {
  color: var(--primary-grey-404040, #404040);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.tr-hybris-tax-publisher-container {
  flex-direction: column;
}

#productDetails .productDetailsContainer {
  background-color: var(--primary-white);
  border-bottom: none;
  gap: 8px;
  flex-direction: column;
  margin-top: 0;
}
.tr-hybris-product-price-section{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.tr-hybris-app-container .tr-hybris-product-cart-bottons button {
  padding: 8px 21px;
  width: 240px;
  color: var(--primary-white-ffffff, #fff);
  text-align: center;
  font-family: Knowledge2017;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 115.789% */
  border-radius: 30px;
  background: #d64000;
}

.tr-hybris-app-container .tr-hybris-product-cart-bottons button:hover {
  background: var(--primary-orange);
  background-color: var(--primary-orange);
}

.tr-hybris-add-to-cart-sticky-price {
  display: none;
}

.tr-hybris-stock-details-container {
  background-color: var(--primary-white);
  /* border-top: 4px solid var(--primary-orange); */
  display: flex;
  flex-direction: column;
  max-width: 43rem;
  flex-wrap: wrap;
  /* box-shadow: 2px 2px 2px 2px var(--secondary-grey-six); */
  border-radius: 5px;
}

.tr-hybris-stock-details-container .tr-hybris-stock-heading {
  font-family: var(--font-family);
  color: var(--primary-grey);
  font-size: 32px;
  font-weight: var(--font-weight-black);
  line-height: 38px;
}

.tr-hybris-stock-details-container .tr-hybris-stock-close-icon {
  background-color: var(--primary-white);
  border: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 18px;
}

.tr-hybris-stock-details-container .tr-hybris-stock-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}

.tr-hybris-stock-details-container .tr-hybris-stock-definition-list {
  padding: 0 15px;
}

.tr-hybris-stock-details-container .tr-hybris-stock-sub-title {
  color: var(--primary-grey);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline;
}

.tr-hybris-stock-details-container .tr-hybris-stock-sub-title-description {
  font-size: 16px;
  color: var(--primary-grey);
  font-weight: 400;
  line-height: 24px;
  display: inline;
  margin-left: 2px;
}

#fancybox-inner .tr-hybris-modal-close-button {
  background: none;
  border: none;
  margin-top: 5px;
  cursor: pointer;
  height: auto;
  padding: 5px;
  box-shadow: none;
  color: var(--primary-grey);
  font-family: "Knowledge2017";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.tr-hybris-modal-close-button__text {
  font-family: "Knowledge2017";
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

.page-productDetails #fancybox-outer {
  position: unset;
  background: #fff;
  /* border: 1px solid #BABABA; */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  /* border-radius: 15px; */
  box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
  width: 0;
  height: 0;
  background: #fff;
}

.page-productDetails #fancybox-wrap {
  left: 0px !important;
  right: 0px;
  margin-inline: auto;
}
.tr-hybris-discounts-modal-container {
  background-color: var(--primary-white);
  /* border-top: 4px solid var(--primary-orange); */
  display: flex;
  flex-direction: column;
  max-width: 864px;
  flex-wrap: wrap;
  /* box-shadow: 2px 2px 2px 2px var(--secondary-grey-six); */
  border-radius: 5px;
  line-height: 24px;
}

.tr-hybris-discounts-modal-container .tr-hybris-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-left: 25px;
}

.tr-hybris-discounts-modal-container .tr-hybris-discounts-modal-description {
  padding-left: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-light);
  font-family: var(--font-family);
  color: var(--primary-grey-404040, #404040);
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.tr-hybris-discounts-modal-container .tr-hybris-discounts-modal-heading {
  font-family: var(--font-family);
  color: var(--primary-grey);
  font-size: 32px;
  font-weight: var(--font-weight-black);
}

.tr-hybris-discounts-modal-container .tr-hybris-discounts-modal-close-btn {
  background-color: var(--primary-white);
  border: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 18px;
}

.tr-hybris-discounts-modal-container .tr-hybris-discounts-contents {
  border-collapse: collapse;
  /* margin: 25px; */
  overflow-y: auto;
  font-size: 16px;
  font-weight: var(--font-weight-light);
  line-height: 24px;
  color: var(--primary-grey);
}

.tr-hybris-discounts-modal-container .tr-hybris-discounts-contents-table-heads {
  border-bottom: 1px solid var(--secondary-grey-three);
  padding: 12px 32px;
  font-family: var(--font-family);
  color: var(--primary-grey);
  font-size: 16px;
}

.tr-hybris-discounts-modal-container .tr-hybris-discounts-row-head-types {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: var(--font-weight-light);
  margin-left: 5px;
}

.tr-hybris-discounts-modal-container .tr-hybris-range {
  text-align: center;
  padding: 18px 0px;
  background: var(--primary-white);
  justify-content: left;
  display: flex;
  padding-left: 3.5rem;
}

.tr-hybris-discounts-modal-container .tr-hybris-price {
  text-align: left;
  padding: 18px 32px;
  background: var(--primary-white);
}

.tr-hybris-discounts-modal-container .tr-hybris-price section.formattedPrice {
  font-size: 16px;
  font-weight: var(--font-weight-light);
  line-height: 24px;
  color: var(--primary-grey);
}

.tr-hybris-discounts-contents .tr-hybris-even-row {
  background-color: var(--secondary-grey-four);
  border-bottom: none;
}

.tr-hybris-discounts-contents .tr-hybris-even-row td {
  background-color: var(--secondary-grey-four);
}

.tr-hybris-discounts-contents .tr-hybris-odd-row {
  background-color: var(--primary-white);
  border-bottom: none;
}

.tr-hybris-SummaryOfContents-container,
.tr-hybris-RelatedResources-container,
.tr-hybris-tab1040TaxOrganizer-container,
.tr-hybris-PremiumTaxOrganizers-container,
.tr-hybris-FilingAndShelving-container,
.tr-hybris-IncludedDatabases-container,
.tr-hybris-SystemRequirements-container {
  width: -webkit-fill-available;
  font-size: 1.125em;
  font-family: var(--font-family);
  line-height: 1.33333em;
}

.page-productDetails .aside2 {
  display: none;
}

/* Replacement page */
.tr-hybris-replacement-form-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tr-hybris-replacement-form-container h2 {
  color: var(--primary-grey);
  font-family: var(--font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}

.tr-hybris-replacement-form-container p {
  color: var(--primary-grey);
  width: 55.625rem;
  font-family: var(--font-family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}

.tr-hybris-replacement-form-container h4 {
  color: var(--primary-grey);
  font-family: var(--font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}

.liveChat .popup-inner h2 {
  color: var(--primary-grey-404040, #404040);
  font-feature-settings: "clig" off, "liga" off;
  /* Heading/Medium 32/Black */
  font-family: Knowledge2017;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px;
  margin-bottom: 25px;
}

.liveChat .popup-inner p {
  color: var(--primary-grey-404040, #404040);
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.liveChat .popup-inner p span {
  color: var(--primary-grey-404040, #404040);
  font-feature-settings: "clig" off, "liga" off;
  /* Paragraph/Small 16/Medium */
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.tr-hybris-replace-form-address-update {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 33.75rem;
}

.tr-hybris-replace-form-address-update input {
  display: flex;
  padding: 0.75rem 0.6875rem 0.75rem 0.9375rem;
  margin: 0;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.3125rem;
  align-self: stretch;
  border-radius: 0.3125rem;
  border: 1px solid var(--secondary-grey-three);
  background: var(--primary-white);
  height: 2.5rem;
  width: 100%;
}

.tr-hybris-replace-form-address-update
  .tr-hybris-input-text.input-error-active
  input {
  border: 1px solid var(--primary-red);
}

.tr-hybris-replace-form-address-update input[type="text"] {
  color: var(--primary-grey);
  font-family: var(--font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.tr-hybris-replace-form-address-update label {
  color: var(--primary-grey);
  font-family: var(--font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
}

.tr-hybris-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tr-hybris-full-name,
.tr-hybris-location,
.tr-hybris-region {
  display: flex;
  gap: 1rem;
}

.tr-hybris-sub-header {
  color: var(--primary-grey);
  font-family: var(--font-family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
}

.tr-hybris-full-name input {
  width: 15.75rem;
}

.tr-hybris-phone input {
  width: 15.75rem;
}

.tr-hybris-west-account input {
  width: 15.75rem;
}

.tr-hybris-field .tr-hybris-postcode {
  width: 7.69rem;
}

.tr-hybris-field select {
  display: flex;
  padding: 0.75rem 0.6875rem 0.75rem 0.9375rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.3125rem;
  border: 1px solid var(--secondary-grey-three);
  background: var(--primary-white);
  width: 7.68rem;
  height: 4rem;
}

.input-error-active {
  display: flex;
  flex-direction: column;
}

.tr-hybris-field .tr-hybris-input-text.input-error-active select {
  border: 1px solid var(--primary-red);
}

.tr-hybris-field select#state.select1 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.tr-hybris-field select#country {
  width: 13rem;
}

.tr-hybris-field select#country.select1 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.tr-hybris-field option {
  color: var(--primary-grey);
  font-family: var(--font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.tr-hybris-field .tr-hybris-asterick {
  color: var(--primary-red);
}

.tr-hybris-field .tr-hybris-ErrorMsg {
  visibility: hidden;
}

.tr-hybris-field .tr-hybris-input-text.input-error-active .tr-hybris-ErrorMsg {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--font-family);
  font-size: 12px;
  color: var(--primary-red);
  text-align: left;
  line-height: 26px;
  visibility: visible;
}

#fancybox-inner.tr-hybris-fancybox-modal-container {
  padding: 20px;
  background-color: var(--primary-white);
  max-width: 80vw;
  min-width: unset;
  min-height: 300px;
  align-self: center;
  border-top: var(--primary-orange) solid 5px;
  overflow: auto !important;
}

.page-productDetails .productImage {
  display: flex;
  width: 230px;
  height: 296px;
  border: 1px solid var(--secondary-grey-one);
}

.productImage img {
  display: block;
  margin: auto;
}

.tr-hybris-product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.tr-hybris-product-content-header {
  color: var(--secondary-grey-two);
  font-family: var();
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

#page #pageHeader #breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin-left: 1em;
}
#page #pageHeader #breadcrumbs li {
  float: none;
}
@media (min-width: 1201px) {
  #page #pageHeader #breadcrumbs li {
    color: #898989 !important;
  }
  #page #pageHeader #breadcrumbs li > a {
    color: var(--primary-secondary-blue-2005-da-2, #005da2);
    font-weight: 400 !important;
  }
  #page #pageHeader #breadcrumbs .stretch{
    position: static !important;
  }
}

.tr-hybris-eyebrows {
  display: flex;
  justify-content: space-between;
}

#page #pageHeader #breadcrumbs span a {
  color: var(--primary-blue);
}

.book-name {
  color: var(--primary-blue);
}

.tr-hybris-display-block {
  display: block;
}

#page #pageHeader #breadcrumbs span a {
  font-weight: 400;
}

.tr-hybris-link:hover {
  text-decoration: none;
}

.page-productDetails ol li,
.page-productDetails ul li {
  /* margin-left:10px; */
}

.tr-hybris-tabs .productDetail-description h2 {
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.tr-hybris-product-details-container {
  padding: 0 0 32px 0;
}
.page-productDetails #page #pageHeader #breadcrumbs {
  margin: -29px 0 -3px 0;
}
#tr-hybris-pdp-banner-ad .content{
  margin: -30px 0 29px 0;
}
.page-productDetails #page #pageHeader #breadcrumbs .stretch {
  margin-top: 13px;
}
.page-productDetails #page #pageHeader #breadcrumbs li > a {
  color: var(--primary-secondary-blue-2005-da-2, #005da2);
  font-feature-settings: "clig" off, "liga" off;
  /* Paragraph/Xtra-small 14/Regular */
  font-family: Knowledge2017;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#siteHeader
  .divderline
  nav
  .cmsNavigationBarComponent
  > .childNode
  > ul
  > li:nth-child(8) {
  padding-top: 2px;
}

/* Accordion */
.tr-hybris-tabs .tr-hybris-accordion-button {
  margin: 0 !important;
  padding: 0;
}

.tr-hybris-tabs:focus-within .tr-hybris-accordion-button {
  background-color: var(--primary-white);
}

.tr-hybris-accordion-tooltip {
  align-items: center;
  display: flex;
  padding-right: 50px;
}

.tr-hybris-accordion-trigger {
  display: flex;
  justify-content: space-between;
  padding: 21px 28px;
	align-items: center;
  background: none;
  color: var(--secondary-grey-two);
  font-size: 1rem;
  font-weight: normal;
  border-style: none;
  margin: 0 !important;
  text-align: left;
  width: 100%;
  outline: none;
  border:none
}
.tr-hybris-accordion-tab-headers {
  margin: 10px 0;
  font-size: 21px;
  font-style: normal;
  line-height: 28px;
}

.tr-hybris-accordion-button button {
  border-radius: 0;
}
.tr-hybris-accordion-button button:focus {
  border-radius: 0;
}

.tr-hybris-accordion-trigger:focus,
.tr-hybris-accordion-trigger:hover {
  background: var(--primary-white);
}

.tr-hybris-accordion-trigger:focus {
  outline: 4px solid transparent;
}

.tr-hybris-main-accordion > *:first-child .tr-hybris-accordion-trigger,
.tr-hybris-main-accordion > *:first-child {
  border-radius: 5px 5px 0 0;
}

.tr-hybris-main-accordion > *:last-child .tr-hybris-accordion-trigger,
.tr-hybris-main-accordion > *:last-child {
  border-radius: 0 0 5px 5px;
}

.tr-hybris-main-accordion button::-moz-focus-inner {
  border: 0;
}

.tr-hybris-accordion-title {
  display: block;
  pointer-events: none;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border: none;
  padding-bottom: 16px;
  outline: none;
  color: var(--primary-grey);
}
.tr-hybris-accordion-sub-headers {
  color: var(--primary-grey);
  background-color: var(--primary-white);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--font-weight-black);
  padding-top: 24px;
  margin-top: 0;
}
.tr-hybris-accordion-headings {
  color: var(--primary-grey);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  font-weight: var(--font-weight-black);
}

.tr-hybris-accordion-icon {
  display: flex;
  border: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  pointer-events: none;
  right: 32em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 8px;
  color: var(--primary-orange);
}

.tr-hybris-accordion-trigger:focus .tr-hybris-accordion-icon,
.tr-hybris-accordion-trigger:hover .tr-hybris-accordion-icon {
  border-color: var(--primary-orange);
}

.tr-hybris-accordion-trigger[aria-expanded="true"] .tr-hybris-accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}

.tr-hybris-accordion-panel {
  margin: 0;
  padding: 0 24px;
  padding-bottom: 32px;
}

.tr-hybris-accordion-panel[hidden] {
  display: none;
}
.page-productDetails .author h1{
  color: var(--primary-grey-404040, #404040);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Knowledge2017;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 38px; 
}

/* PDP accordion revamped styles */
.tr-hybris-tabs .tr-hybris-accordion-button:first-child {
	border-top: 1px solid #d2d2d2;
  padding: 16px 0;
}
.tr-hybris-tabs .tr-hybris-accordion-button:first-child .tr-hybris-accordion-trigger {
	padding: 0;
	cursor: default;
}
.tr-hybris-tabs .tr-hybris-accordion-button:first-child .tr-hybris-accordion-trigger .tr-hybris-accordion-title {
	line-height: 34px;
}
.tr-hybris-tabs .tr-hybris-accordion-button:not(:first-child) {
	border-bottom: 1px solid #666666;
}
.tr-hybris-accordion-trigger .tr-hybris-accordion-title {
	padding: 0;
}
.tr-hybris-specifications-tab-header h2 {
	margin: 0 !important;
}
.tr-hybris-tabs .productDetail-description p {
	color: #404040;
}


@media only screen and (max-width: 670px) {
  .tr-hybris-tabs .tr-hybris-accordion-button:first-child {
		padding: 18px 0;
	}
  .tr-hybris-tabs .tr-hybris-accordion-button:first-child .tr-hybris-accordion-trigger .tr-hybris-accordion-title {
		font-size: 21px;
		font-weight: 700;
		line-height: 28px;
	}
	.tr-hybris-accordion-title {
		font-size: 18px;
		font-weight: 500;
		line-height: 26px;
	}
	.tr-hybris-description-tab-header {
		font-weight: 700;
	}
	.tr-hybris-product-details-container .tr-hybris-description-collapsed {
		-webkit-line-clamp: 7 !important;
    line-clamp: 7 !important;
	}
	.tr-hybris-tabs {
		padding: 0 16px;
	}
	.tr-hybris-accordion-trigger {
		padding: 10px 0;
	}
	.tr-hybris-product-details-container {
		padding: 0 0 16px 0;
	}
  .tr-hybris-product-title {
    font-size: 17px !important;
    font-weight: 700;
    line-height: 28px;
  }
  .tr-hybris-product-publisher-attributes {
    line-height: 24px;
  }

  .tr-hybris-format-options {
    border: none;
    gap: 8px !important;
  }
  .tr-hybris-format-option-labelText {
    font-size: 18px;
    line-height: 26px;
  }
  .tr-hybris-product-format-segment {
    padding-bottom: 0;
    gap: 10px;
  }
  .tr-hybris-product-detail-generic-panel {
    gap: 10px;
  }
  .page-productDetails .productImage {
    border: none !important;
  }
  #productDetails .productDetailsContainer .productImage {
    width: -webkit-fill-available !important;
    height: 122px !important;
  }
  #productDetails .tr-hybris-webDescriptionOverride-container {
    padding-bottom: 8px;
  }
  #productDetails .tr-hybris-pdp-tax .tr-hybris-product-content-header {
    padding-top: 16px;
  }
  #productDetails .tr-hybris-mobile-image-separator-line {
    display: block;
    border: 1px solid #DDDDDD;
    margin: 20px 10px;
  }
  #productDetails .productImage img {
    width: 98px !important;
    height: 122px !important;
  }
  #productDetails .tr-hybris-pdp-tax .tr-hybris-product-quick-look-items-container {
    margin-top: 0;
  }
  #productDetails .tr-hybris-format-options-label:has(input[type="radio"]:checked) {
    border: none;
  }
  #productDetails .tr-hybris-format-options-label {
    border: none;
    padding: 0;
    height: unset;
  }
  #productDetails .thisProduct {
    margin: 0 !important;
  }

}


#siteHeader .divderline nav .cmsNavigationBarComponent > .childNode > ul > li:nth-child(8) form input[type="text"]{
    margin:0px;
    padding:10px;
    height:auto;
}

.search-bar{
    margin-top:8px;
}

.page-productDetails .author section p{
  color: var(--primary-grey-404040, #404040);
  font-feature-settings: 'clig' off, 'liga' off;
  
  /* Paragraph/Small 16/Regular */
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
body.page-productList #pageHeader{
display: block;
}
#siteHeader .liveChat
{
  display: block;
}
.page-productDetails #siteHeader .liveChat{
 display: none;
}

#trHybrisOptionsId,.tr-hybris-printButton,.tr-hybris-chat{
  font-size:16px !important;
  padding-right:0px;
  background-color:transparent !important;
  gap:8px !important;

  }




#page #pageHeader #breadcrumbs span:last-child::after{
  display: none;
}
.popup-inner.tr-hybris-fancybox-modal-container{
  padding :20px;
  box-sizing: content-box;
}
/* For author pop UAT bugs */
#fancybox-inner .tr-hybris-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#fancybox-inner .tr-hybris-author-popup-container {
  display: flex;
  gap: 44.8px;
  margin: 16px 32px 32px 32px;
  max-width: 736px;
}

#fancybox-inner .tr-hybris-author-popup-details {
  display: flex;
  flex-direction: column;
  gap: 25.6px;
}
#fancybox-inner .tr-hybris-author-popup-header, #fancybox-inner .tr-hybris-author-popup-description h2 {
  font-family: Knowledge2017;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px;
}

#fancybox-inner .tr-hybris-author-popup-description,#fancybox-inner .tr-hybris-author-popup-description p {
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
}
#fancybox-inner .tr-hybris-author-popup-img {

  align-self: baseline;
}
#tr-hybris-pdp-banner-ad .content{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  font-feature-settings: 'clig' off, 'liga' off;
  text-align: center;
  color:#FFF;
  background:#A00000;
  font-family: Knowledge2017;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#siteHeader section#siteLinks1{
  max-width:none;
  margin-left:0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
  width: 100%;
}
header#siteHeader .divderline{
  width: 100%;
  left: 0;
  padding-left: 0;
  padding-right: 0; 

}
@media (min-width: 1201px) {
  header#siteHeader .divderline #branding {
    margin-left: 0;
  }
  header#siteHeader .divderline nav .cmsNavigationBarComponent {
    left: 365px;
  }
  span.siteHeader-bu {
    margin-left: 0;
  }
}
#siteFooter > div:nth-child(1) > form > input[type=submit]:nth-child(2){
  margin: 8px 0;
}
@media (min-width: 1300px){
	footer#siteFooter > div:nth-child(3){
		width:auto !important;
		margin-left:-173px;
	}
}
@media (max-width: 1200px){

#productDetails .aside1,
#productGroupDetails .aside1 {
  top: -17px;
}
.page-productDetails #page #pageHeader #breadcrumbs{
  margin: 10px;
}
#tr-hybris-pdp-banner-ad .content{
  margin: 0 0 10px 0;
}
}
@media print{
  .tr-hybris-product-container{
    min-height: 500px;
  }
  .tr-hybris-product-container{
    gap: 0px !important;
  }
  a[href]:after {
    content: none !important;
  }
  .page-productDetails#productDetails .aside1{
    margin-top: 20px;
  }
}
/* responsive */

@media screen and (max-width: 768px){
  .page-productDetails .at-table.cu-product-wrapper{
    width: 100%;
  }
  .page-productDetails .at-table-row{
    overflow-x: auto;
  }
}
@media screen and (max-width: 670px) {

  .page-productDetails #lastFooter{
    margin-bottom: 128px;
  }
  .tr-hybris-desktop-only {
    display: none;

  }

  .tr-hybris-printButton,.tr-hybris-chat{
    padding-right:40px;
    }

  .tr-hybris-printButton{
  padding-left:0px;
  padding-right:16px;
  }

  #siteHeader .divderline {
    margin-bottom: 0;
}

  .tr-hybris-chat{
  padding-right:7px;
  background:transparent;

  }

  .tr-hybris-mobile-only {
    display: block;
  }

  .tr-hybris-format-options,
  .tr-hybris-product-bottons,
  .tr-hybris-product-purchase-segment-tax {
    flex-direction: column;
    gap: 0.8rem;
  }

  .page-productDetails #page,
  body.page-productDetails {
    padding: 0px;
  }
  .tr-hybris-product-price-container-reduce-price-container > button {
    margin-left: 0px !important;
  }
  .tr-hybris-product-cart-bottons
    a
    > .tr-hybris-button.tr-hybris-button-primary,
  .tr-hybris-product-bottom-segment .tr-hybris-product-bottons,
  .tr-hybris-product-bottom-segment .tr-hybris-product-cart-bottons {
    width: 100%;
  }

  .tr-hybris-product-cart-bottons
    a
    > .tr-hybris-button.tr-hybris-button-primary {
    margin-left: 0px !important;
  }

  .page-productDetails #page #pageHeader #breadcrumbs {
    display: block;
    width: 55%;
    margin: 18px 0 1px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.2em;
    white-space: nowrap;
    padding: 20px;
  }
  #tr-hybris-pdp-banner-ad .content{
    margin-top:30px;
    margin-bottom: -25px;
    word-wrap: break-word;
    height: unset;
    padding: 10px 10%;
    text-align: center;
    line-height: 21px;
    z-index: 500;

  }
  .tr-hybris-add-top-20 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary-white);
    padding: 4px 8px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 2px 10px 0px rgba(38, 38, 38, 0.5);
  }
  h1.tr-hybris-tax-product-price,
  .tr-hybris-add-to-cart-sticky-price {
    font-family: Knowledge2017;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0 !important;
  }
  .tr-hybris-product-content-table button {
    margin: 0 !important;
  }

  .productDetailsContainer .productImage {
    width: 230px !important;
    margin: unset;
    justify-self: center;
  }
  #productDetails .productDetailsContainer{
    padding: 0px 16px;
    margin-right: 0px !important;
  }
  .productImage img {
    width: auto;
  }

   .tr-hybris-tabs [role="tabpanel"]{
    border: none;
    width: auto;
   }
   .tr-hybris-tabs [role="tabpanel"]:first-of-type {
		padding: 0 0 32px 0 !important;
	}
   .tr-hybris-personal-details-container{
   margin: 0;
   }
   .tr-hybris-tabs .tr-hybris-custom-scrollbar {
      max-height: 500px;
   }

  .page-productDetails#productDetails .tr-hybris-share-container .aside1 {
    margin: 0px;
    margin-left: -16px;
    position: static;
    background: transparent;
  }
  .tr-hybris-dropdown-content{
    top: 3.5rem !important;
    left: 3rem !important;
  }


  .tr-hybris-share-container{
    height: 45px;
  }
  .tr-hybris-tax-publisher-container.tr-hybris-webDescription-present{
    margin-top: 0px;
  }
  #productDetails .productDetailsContainer {
    margin-top: 12px;
    gap: 8px;
  }

}

/* top header signin dropdown css */
#tr-signin-dropdown-parent {
    position: relative;
}
#tr-signin-dropdown-container {
    position: absolute;
    top: 24px;
    right: -7px;
    transform-origin: top right;
    z-index: 10000;
    box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: none;
}
#tr-signin-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #666666;
}
#tr-signin-dropdown li {
    background-color: #fff;
    width: 205px;
}
#tr-signin-dropdown li a {
    display: flex !important;
    height: 40px;
    gap: 0;
}
#tr-signin-dropdown li a .tr-vertical-line {
    width: 4px;
    height: 100%;
    background-color: #ffffff;
}
#tr-signin-dropdown li a span {
    text-align: left;
    width: 100%;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 11px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    background-color: #fff;
}
#tr-signin-dropdown li a:hover{
    text-decoration: none !important;
}
#tr-signin-dropdown li a:hover span{
    background-color: #f4f4f4;
    color: #404040;
}
#tr-signin-dropdown li a:hover .tr-vertical-line {
    background-color: #FA6400;
}
/*SignUp/SignIn modal Popup Css */
    #guestCheckoutPopupTag a:hover {
      text-decoration: none;
    }
    .tr-hybris-modal-backdrop {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 2000;
          background-color: rgba(0, 0, 0, 0.2);
          justify-content: center;
          margin-inline: auto;
        }

        .tr-hybris-checkout-modal-container {
          max-width: 970px;
          background-color: var(--primary-white);
          align-self: center;
          border-top: var(--primary-orange) solid 5px;
          box-shadow: 0px 2px 10px 0px rgba(38, 38, 38, 0.5);
        }

        .tr-hybris-modal-close-button-container {
          justify-content: end;
          height: 45px;
          align-items: center;
        }

        .tr-hybris-modal-close-button-container button {
          border: none;
          background: none;
          cursor: pointer;
          align-items: center;
          margin-right: 20px;
          margin-top: 5px;
        }

        .tr-hybris-modal-close-button-container button span {
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
        }
        .tr-hybris-checkout-header {
          font-size: 32px;
          font-style: normal;
          font-weight: 900;
          line-height: 38px;
          margin-bottom: 24px !important;
          font-family: var(--font-family);
          color: var(--primary-grey);
        }
        .tr-hybris-checkout-close-button__text {
          color: var(--primary-grey);
        }
        .tr-hybris-modal-content {
          margin: 0 45px 45px 45px;
          gap: 36px;
        }

        .tr-hybris-modal-content-left,
        .tr-hybris-modal-content-right {
          max-width: 375px;
        }
        .tr-hybris-modal-content-right{
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 45px;
        }
        .tr-hybris-modal-right-text-container{
          display: flex;
          flex-direction: column;
        }

        .tr-hybris-modal-content-statements-container
          :where(p, span, .tr-hybris-modal-continue-as-guest-button) {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px !important;
          text-decoration: none;
        }
        .tr-hybris-modal-continue-as-guest-button{
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          text-decoration: none;
        }
        .tr-hybris-modal-right-content-statements-container{
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          text-decoration: none;

        }
        .tr-hybris-create-acc-and-guest-container{
          display: flex;
          align-items: center;
          gap: 10px;
        }
        .tr-hybris-modal-continue-as-guest-button {
          color: var(--primary-blue);
          background: none;
          border: none;
          cursor: pointer;
        }

        .tr-hybris-modal-content-statements-container {
          gap: 16px;
          align-items: flex-start;
          margin-bottom: 18px;
        }

        .tr-hybris-modal-content-statements-container img {
          object-fit: none;
        }

        .tr-hybris-modal-sign-in-button,
        .tr-hybris-modal-create-account-button {
          font-size: 19px;
          font-weight: 500;
          line-height: 22px;
          text-decoration: none;
          cursor: pointer;
          border-radius: 30px;
          font-family:var(--font-family);
        }
        .tr-hybris-checkout-modal-buttons a:hover{
          text-decoration: none;
        }

        button.tr-hybris-modal-sign-in-button:hover {
          color: var(--primary-white);
          background-color: var(--primary-orange);
          background: var(--primary-orange);
        }

        .tr-hybris-modal-create-account-button {
          background-color: var(--primary-white);
          color: var(--primary-black);
          border: var(--primary-orange) solid 2px;
        }

        .tr-hybris-checkout-mobile {
          min-height: 580px;
          position: relative;
          max-width: 90vw;
        }
        .tr-hybris-checkout-mobile
          .tr-hybris-tabs-automatic button {
            margin: 0 !important;
          }

        .tr-hybris-checkout-mobile
          .tr-hybris-tabs
          :where([role='tab'], [role='tab']:focus, [role='tab']:hover) {
          max-width: none;
          width: 49%;
          text-align: center;
        }

        .tr-hybris-checkout-mobile
          :is(
            .tr-hybris-tabs
              :where(
                [role='tab']:hover span.tr-hybris-tabs-focus,
                [role='tab']:focus span.focus,
                [role='tab']:active span.focus
              ),
            .tr-hybris-tabs :where([role='tab'], [role='tab']:focus, [role='tab']:hover),
            .tr-hybris-tabs [role='tab'][aria-selected='true'],
            .tr-hybris-tabs [role='tabpanel'],
            .tr-hybris-tabs [role='tab'][aria-selected='false']
          ) {
          background: none;
          border: none;
          font-family: var(--font-family);
        }

        .tr-hybris-checkout-mobile .tr-hybris-tabs [role='tab'] span.tr-hybris-tabs-focus {
          font-family: Knowledge2017;
          font-size: 18px;
          font-weight: 700;
          line-height: 26px;
          color: var(--primary-black);
        }

        .tr-hybris-checkout-mobile .tr-hybris-tabs [role='tab'][aria-selected='true'] {
          border-radius: 0;
          border-top: 4px solid var(--primary-orange);
        }
        .tr-hybris-checkout-mobile .tr-hybris-tabs :first-child {
          margin-left: 0;
        }
        .tr-hybris-modal-content-statements-mobile-sign-up-container,
        .tr-hybris-modal-content-statements-mobile-sign-in-container {
          width: 100%;
          gap: 26px;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          margin-bottom: 40px;
        }
        .tr-hybris-modal-content-statements-mobile-sign-in-container {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
        }

        .tr-hybris-modal-content-statements-mobile-sign-up-container a {
          text-align: center;
        }

        .tr-hybris-checkout-mobile .tr-hybris-tabs [role='tabpanel'] {
          width: auto;
        }

        .tr-hybris-checkout-mobile .tr-hybris-tabs [role='tablist'] {
          display: flex;
          justify-content: space-between;
        }

        

        .tr-hybris-checkout-modal-container .tr-hybris-tabs [role='tablist'] {
          padding-left: 0px;
        }
        #guestCheckoutPopupTag .tr-hybris-checkout-mobile .tr-hybris-tabs [role="tab"], [role="tab"]:focus, [role="tab"]:hover {
          top:0;

        }

        @media screen and (max-width: 670px) {
          .tr-hybris-modal-sign-in-text-container{
            padding: 0px 30px 45px 30px;
          }
          .tr-hybris-modal-sign-up-text-container{
            padding: 0px 30px 20px 30px;
          }
          .tr-hybris-checkout-header {
            margin-top: 22px;
          }
          .tr-hybris-checkout-modal-container {
            border-top: none;
          }
          .tr-hybris-modal-content-statements-container {
            align-items: flex-start;
          }
          .tr-hybris-modal-sign-in-button {
            width: 270px;
            font-family: var(--font-family);
            margin-left: 0px !important;
            text-align: center;
            font-size: 19px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px;
          }
          .tr-hybris-modal-content-statements-mobile-sign-up-container{
            margin-top: 10px;
          }
          .tr-hybris-modal-content-statements-mobile-sign-up-container,
          .tr-hybris-modal-content-statements-mobile-sign-in-container {
            align-items: center;
          }
          .tr-hybris-modal-continue-as-guest-button{
            margin-left: 0 !important;
          }
        }

        .tr-hybris-margin-bottom-45 {
          margin-top: 45px;
          margin-bottom: 0px;
        }
        .tr-hybris-modal-content-statements-container span {
          margin-top: 8px;
        }
        .tr-hybris-checkout-mobile.tr-hybris-mobile-only .tr-hybris-tabs [role='tab'],
        [role='tab']:focus,
        [role='tab']:hover {
          background-color: var(--primary-white) !important;
        }
        .tr-hybris-checkout-mobile.tr-hybris-mobile-only .tr-hybris-tabs {
          margin-top: 0px;
        }
    /* checkout page changes */
    #tr-guest-checkout-container .tr-checkout-container, #tr-registered-checkout-container  .tr-checkout-container{
          display: flex; 
          justify-content: space-between; 
          align-items: flex-end; 
          flex-wrap: wrap; 
          margin-bottom: 2.4rem;
      }
      #tr-guest-checkout-container .tr-checkout-title-container, #tr-registered-checkout-container .tr-checkout-title-container{
          line-height: 5.4rem; 
          color: inherit; 
          font-weight: inherit; 
          margin: 0; 
          font-size: 3.2rem; 
      }
      #tr-guest-checkout-container .tr-checkout-title, #tr-registered-checkout-container .tr-checkout-title{
          font-weight: 900;
          color: #404040 !important;
      }
      #tr-guest-checkout-container .tr-Typography, #tr-registered-checkout-container .tr-Typography{
          font-size: 4.2rem; 
      }
      #tr-guest-checkout-container .tr-ExpandableList, #tr-registered-checkout-container .tr-ExpandableList {
          margin: 0; 
          padding: 0; 
          list-style: none;
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemContainer, #tr-registered-checkout-container .tr-ExpandableList-itemContainer {
          margin-left: 5.92rem;
          padding-left: 0; 
          border-top: 1px solid #d0d0d0; 
          position: relative;
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemContainer::before, #tr-registered-checkout-container .tr-ExpandableList-itemContainer::before {
          left: -4.08rem; 
          background-color: rgb(250, 100, 0);
          content: "";
          height: 100%;
          position: absolute;
          top: 3.6rem; 
          width: 0.1rem;
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemContainer::marker, #tr-registered-checkout-container .tr-ExpandableList-itemContainer::marker {
          content: "";
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemNumber, #tr-registered-checkout-container .tr-ExpandableList-itemNumber {
          left: -5.92rem; 
          background: #fa6400 !important; 
          border: 1px solid #fa6400 !important; 
          color: #fff !important; 
          border-radius: 1.8rem; 
          font-size: 1.87rem; 
          font-weight: 500; 
          height: 3.6rem; 
          line-height: 3.6rem; 
          position: absolute; 
          text-align: center; 
          top: 2.4rem;
          width: 3.6rem;
      }
      #tr-guest-checkout-container .tr-ExpandableItemHeader, #tr-registered-checkout-container .tr-ExpandableItemHeader{
          font-size: 2.4rem;
          line-height: 1.5;
      }
      #tr-guest-checkout-container .tr-ExpandableItemHeader strong, #tr-registered-checkout-container .tr-ExpandableItemHeader strong{
        font-weight: 900 !important;
      }
      #tr-guest-checkout-container .panel-heading:hover, #tr-registered-checkout-container .panel-heading:hover {
          cursor: pointer;
          text-decoration: underline;
          text-decoration-thickness: 0.2rem;
          text-underline-offset: 0.2rem;
          font-weight: 900;
      }
      #tr-guest-checkout-container #payment-section::before, #tr-registered-checkout-container #payment-section::before {
          background-color: rgb(250, 100, 0);
          content: "";
          height: 1.6rem; 
          position: absolute;
          top: 3.6rem; 
          width: 0.1rem; 
      }
      #tr-guest-checkout-container .panel, #tr-registered-checkout-container .panel {
          border: none;
          box-shadow: none;
      }
      #tr-guest-checkout-container .panel-group .panel, #tr-registered-checkout-container .panel-group .panel {
          margin-bottom: 0px !important;
      }
      #tr-guest-checkout-container .panel-default > .panel-heading, #tr-registered-checkout-container .panel-default > .panel-heading {
          display: flex; 
          justify-content: space-between; 
          align-items: center;
          background-color: #fff;
          border: none;
      }
      /* Default state (dropdown closed) */
      #tr-guest-checkout-container .dropdown-icon, #tr-registered-checkout-container .dropdown-icon {
          transition: transform 0.3s ease; /* Smooth rotation */
          cursor: pointer;
      }
  
      /* Rotate the SVG 180 degrees when the dropdown is open */
      .tr-ExpandableItemHeader-chevron.openBilling .dropdown-icon, 
      .tr-ExpandableItemHeader-chevron.openShipping .dropdown-icon,
      .tr-ExpandableItemHeader-chevron.openPayment .dropdown-icon {
          transform: rotate(180deg);
      }
      #tr-guest-checkout-container .article4,#tr-guest-checkout-container .article5,#tr-guest-checkout-container .article6, #tr-registered-checkout-container .article4,#tr-registered-checkout-container .article5,#tr-registered-checkout-container .article6 {
          margin-bottom: 0em !important;
      }
      #tr-guest-checkout-container .tr-ExpandableList-form, #tr-registered-checkout-container .tr-ExpandableList-form{
          padding-left: 0em !important;
      }
      /* Default state: hidden */
      #tr-guest-checkout-container .custom-collapse, #tr-registered-checkout-container .custom-collapse {
          height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease-out;
      }
  
      /* Expanded state */
      #tr-guest-checkout-container .custom-collapse.open, #tr-registered-checkout-container .custom-collapse.open {
          /* max-height: 500px;  */
          height: auto;
          transition: max-height 0.3s ease-in;
      }
      #tr-guest-checkout-container .tr-ExpandableItemHeader-chevron.open .dropdown-icon, #tr-registered-checkout-container .tr-ExpandableItemHeader-chevron.open .dropdown-icon {
      transform: rotate(180deg);
      }
      #tr-guest-checkout-container .panel-heading.disabled, #tr-registered-checkout-container .panel-heading.disabled {
        pointer-events: auto; /* Allow the cursor to change */
        cursor: pointer;
     }
     #tr-guest-checkout-container .panel-heading.disabled:active, #tr-registered-checkout-container .panel-heading.disabled:active{
        pointer-events: none;

     }
     #tr-guest-checkout-container .panel-title, #tr-registered-checkout-container .panel-title{
      margin-bottom: 0 !important;
     }
     #tr-guest-checkout-container .panel-heading, #tr-registered-checkout-container .panel-heading {
      padding: 2.4rem 0 2.4rem 0 !important;
      color: #404040 !important;
  }
  #tr-guest-checkout-container .panel-body, #tr-registered-checkout-container .panel-body {
      padding-top: 0rem !important;
      color: #404040 !important;
  }
   #tr-registered-checkout-container .panel-body {
      padding-right: 0;
  }
  #tr-guest-checkout-container .tr-shipBtn, #tr-registered-checkout-container .tr-shipBtn {
      background-color: rgb(250, 100, 0) !important;
      border-radius: 2.4rem !important;
      border-width: 0.1rem !important;
      background-clip: padding-box;
      border-style: solid;
      display: inline-block;
      font-family: Knowledge2017, Helvetica Neue, Arial, sans-serif;
      font-size: 1.8667rem !important;
      font-weight: 500 !important;
      line-height: 2.8rem !important;
      padding: 0.9rem 2.4rem !important;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: auto !important;
      height: auto !important;
  }
  #tr-guest-checkout-container .tr-shipBtn:hover, #tr-registered-checkout-container .tr-shipBtn:hover {
      background-color: rgb(220, 67, 0) !important;
      border-color: rgb(220, 67, 0) !important;
      opacity: 1 !important;
      outline: none;
  }
  #tr-guest-checkout-container .sameAsBilling, #tr-registered-checkout-container .sameAsBilling {
      margin-bottom: 1rem;
      padding-left: 15px;
      padding-right: 15px;
      display: flex;
      align-items: center;
  }
  #tr-guest-checkout-container .panel-body .radio, #tr-registered-checkout-container .panel-body .radio {
      margin-top: 0 !important;
      margin-bottom: 1.2rem;
      margin-left: 0 !important;
  }
  #tr-guest-checkout-container .panel-body .radio-inline, #tr-registered-checkout-container .panel-body .radio-inline {
      margin-top: 0;
      margin-left: 0 !important;
      margin-bottom: 0 !important;
  }
  #tr-guest-checkout-container .checkmark_radio, #tr-registered-checkout-container .checkmark_radio {
      padding-left: 8px;
  }
  #tr-guest-checkout-container .panel-body .radio label, #tr-registered-checkout-container .panel-body .radio label {
      font-size: 1.6rem;
      line-height: 2.2rem;
      color: #404040;
  }
  #tr-guest-checkout-container .tr-shipping-availability-text, #tr-registered-checkout-container .tr-shipping-availability-text {
      font-size: 1.4rem;
      line-height: 1.5;
      display: block;
      color: #404040;
  }
  #tr-guest-checkout-container .tr-shipping-availability-margin, #tr-registered-checkout-container .tr-shipping-availability-margin {
      margin-bottom: 3rem !important;
  }
  #tr-guest-checkout-container .tr-btnContainer {
      margin-bottom: 0.9rem;
  }
   #tr-registered-checkout-container .tr-btnContainer {
    margin-bottom: 1.5rem;
   }
  #tr-guest-checkout-container .tr-orderBtn, #tr-registered-checkout-container .tr-orderBtn {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  #tr-guest-checkout-container .tr-mandatoryMsg, #tr-registered-checkout-container .tr-mandatoryMsg {
      font-size: 1.6rem;
      display: block;
      color: #404040;
      font-weight: 400;
      font-family: "Knowledge2017", "Helvetica Neue", "Arial", sans-serif;
      line-height: 1.5;
  }
  #tr-guest-checkout-container .tr-input-error, .addressFormPopup .addressForm1 .tr-input-error, .addressFormPopup .addressForm1 input:focus.tr-input-error,
  .addressFormPopup .addressForm1 select:focus.tr-input-error {
      border-color: rgb(220, 10, 10) !important;
  }
  #tr-guest-checkout-container .tr-alert-svg, .addressFormPopup .addressForm1 .tr-alert-svg {
      width: 24px;
      height: 24px;
      margin-right: 12px;
      flex-shrink: 0;
  }
  #tr-guest-checkout-container .tr-alert-svg svg, .addressFormPopup .addressForm1 .tr-alert-svg svg {
      width: 100%;
      height: 100%;
  }
  #tr-guest-checkout-container .tr-form-error, .addressFormPopup .addressForm1 .tr-form-error {
      display: flex;
      align-items: center;
      margin: 0.8rem 0;
  }
  #tr-guest-checkout-container .tr-error-content, .addressFormPopup .addressForm1 .tr-error-content {
    color: #e60000;
  }
  #tr-guest-checkout-container .tr-checkoutBtn--disabled, #tr-registered-checkout-container .tr-checkoutBtn--disabled {
      background-color: hsla(0, 0%, 53.3%, .67) !important;
  }
  /* guest bill address form css changes */
  #tr-guest-checkout-container .addressForm1 input:not(.tr-SearchInput-input),
  #tr-guest-checkout-container .tr-SalesRepId input, #tr-registered-checkout-container .addressForm1 input,
  #tr-registered-checkout-container .tr-SalesRepId input, .addressFormPopup input, #billShipForm input:not([type="radio"]):not([type="checkbox"]):not(.tr-SearchInput-input) {
      border-radius: 0.6rem;
      border-color: rgb(208, 208, 208);
      border-style: solid;
      border-width: 0.1rem;
      box-shadow: none;
      color: rgb(64, 64, 64);
      font-size: 1.6rem;
      line-height: 1.5;
      min-height: 4.8rem;
      padding: 1.1rem 2.3rem;
      width: 100%;
      border: 0.1rem solid #d0d0d0;
      margin: 0;
      font-family: "Knowledge2017", "Helvetica Neue", "Arial", sans-serif;
  }
  #tr-registered-checkout-container .tr-SalesRepId {
    margin-bottom: 3rem !important;
  }
  #tr-guest-checkout-container .addressForm1 input:focus, #tr-guest-checkout-container .addressForm1 select:focus, #tr-guest-checkout-container .tr-SalesRepId input:focus, 
  .addressFormPopup .addressForm1 input:focus, .addressFormPopup input:focus, #tr-registered-checkout-container input:focus, 
  #tr-registered-checkout-container select:focus, .addressFormPopup .addressForm1 select:focus, 
  #tr-registered-checkout-container .tr-SalesRepId input:focus {
      border-color: rgb(102, 102, 102) !important;
      outline: none;
  }
  #tr-guest-checkout-container .addressForm1 label,
  #tr-guest-checkout-container .tr-SalesRepId label, #tr-registered-checkout-container .addressForm1 label,
  #tr-registered-checkout-container .tr-SalesRepId label, .addressFormPopup label, #billShipForm label {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 2.2rem;
      margin-bottom: 0.6rem;
      font-family: "Knowledge2017", "Helvetica Neue", "Arial", sans-serif;
      color: #404040;
  }
  #tr-guest-checkout-container .tr-checkoutHeading, #tr-registered-checkout-container .tr-checkoutHeading, .addressFormPopup .tr-checkoutHeading {
      margin: 0 0 2.4rem 0;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
  #tr-guest-checkout-container .tr-checkoutHeading h3, #tr-registered-checkout-container .tr-checkoutHeading h3, .addressFormPopup .tr-checkoutHeading h3 {
      margin: 0 !important;
      line-height: 2.8rem;
      font-size: 2.1rem;
      display: block;
      font-weight: 300;
  }
  #tr-guest-checkout-container .tr-checkoutHeading h3 strong, #tr-registered-checkout-container .tr-checkoutHeading h3 strong, .addressFormPopup .tr-checkoutHeading h3 strong {
      font-weight: 900;
  }
  #tr-guest-checkout-container .tr-credit-card-heading , #tr-registered-checkout-container .tr-credit-card-heading{
      font-size: 2.1rem;            
      line-height: 28px;
      margin: 0 0 1.8rem 0;
      color: #404040;
      font-family: "Knowledge2017", "Helvetica Neue", "Arial", sans-serif;
  }
  #tr-guest-checkout-container .tr-credit-card-heading strong, #tr-registered-checkout-container .tr-credit-card-heading strong{
    font-weight: 900;
  }
  #tr-guest-checkout-container .tr-credit-card-description, #tr-registered-checkout-container .tr-credit-card-description{
    margin-bottom: 3rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: #404040;
    width: unset !important;
  }
  #tr-guest-checkout-container .addressForm1 select, #billShipForm select, .addressFormPopup select {
      border-radius: 0.6rem;
      display: block;
      position: relative;
      border: 0.1rem solid rgb(208, 208, 208);
      padding-right: 4.8rem;
      box-shadow: none !important;
      box-sizing: border-box;
      color: #404040;
      font-size: 1.6rem;
      height: 4.8rem !important;
      line-height: 1.15;
      margin: 0;
      outline: 0;
      padding-left: 2.3rem;
      padding-bottom: 1.4rem;
      padding-top: 1.4rem;
      width: 100%;
      font-family: "Knowledge2017", "Helvetica Neue", "Arial", sans-serif;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-weight: 400 !important;
      background-image: linear-gradient(to right, #ccc 0.1rem, transparent 0.1rem),
          url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M16 10l-4 4-4-4' fill='none' stroke='currentColor' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E");
      background-repeat: no-repeat, no-repeat;
      background-position: right 2.8rem center, right 1rem center;
      background-size: 1.3rem 65%, 2.5rem 2.5rem;
  }
  #tr-guest-checkout-container .addressForm1 select.form-control.mandatory {
      margin-top: 0 !important;
  }
  #tr-guest-checkout-container .tr-itemsContainer, .addressFormPopup .addressForm1 .tr-regItemsContainer {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0 !important;
  }
  #tr-guest-checkout-container .addressForm1 .styledInput .singleInput, .addressFormPopup .addressForm1 .styledInput .singleInput {
      height: 4.8rem !important;
  }
  #tr-guest-checkout-container #tr-orgHeading {
      margin-top: 3rem;
      margin-bottom: 3rem;
  }
 /* Payment Authorization section styles */
 #tr-guest-checkout-container .tr-PaymentAuthorizationRevamp-descriptionText,#tr-registered-checkout-container .tr-PaymentAuthorizationRevamp-descriptionText{
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.8rem;
}
#tr-guest-checkout-container .tr-PaymentAuthorizationRevamp-blueLink,#tr-registered-checkout-container .tr-PaymentAuthorizationRevamp-blueLink{
    color: #005da2;
    display: inline;
    text-decoration: none;
    transition: color .15s;
    text-decoration-skip-ink: auto;
    background-color: transparent;
}
#tr-guest-checkout-container .tr-PaymentAuthorizationRevamp-blueLinkIconWrapper,#tr-registered-checkout-container .tr-PaymentAuthorizationRevamp-blueLinkIconWrapper{
    display: inline-block;
    height: 1.6rem;
    margin-left: 0.6rem;
    margin-top: 0.16rem;
    width: 1.6rem;
}
#tr-guest-checkout-container .tr-payment-svg-inner,#tr-registered-checkout-container .tr-payment-svg-inner{
    display: block;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    height: 0;
}
#tr-guest-checkout-container .tr-payment-svg-inner svg,#tr-registered-checkout-container .tr-payment-svg-inner svg{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#tr-guest-checkout-container.authorization-container, #tr-registered-checkout-container.authorization-container{
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}
#tr-guest-checkout-container .tr-authorization-heading, #tr-registered-checkout-container .tr-authorization-heading{
    margin-bottom: 3rem !important;
    padding: 0 !important;
}
#tr-guest-checkout-container .tr-placeOrderBtn, #tr-registered-checkout-container .tr-placeOrderBtn  {
    width: auto !important;
    margin-left: 0 !important;
}
#tr-guest-checkout-container .tr-placeOrderBtn:disabled, #tr-registered-checkout-container .tr-placeOrderBtn:disabled{
    background-color: hsla(0, 0%, 53.3%, .67) !important;
}
#tr-guest-checkout-container .tr-placeOrderBtn:hover,#tr-registered-checkout-container .tr-placeOrderBtn:hover{
    background-color: rgb(220, 67, 0) !important;
    border-color:  rgb(220, 67, 0) !important;
}
#tr-guest-checkout-container .tr-FormCheckboxControl-labelText,#tr-registered-checkout-container .tr-FormCheckboxControl-labelText{
    display: inline-block;
    font-size: 1.6rem ;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 400 ;
    margin-left: 1.2rem;
}

#tr-guest-checkout-container .tr-FormCheckboxControl-input:checked + .tr-FormCheckboxControl-labelText::before,#tr-registered-checkout-container .tr-FormCheckboxControl-input:checked + .tr-FormCheckboxControl-labelText::before{
    border-color: #fa6400 !important;
    background-color: #fa6400 !important;
    background-image: url("data:image/svg+xml,%3Csvg width%3D%2210%22 height%3D%227%22 viewBox%3D%220 0 10 7%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M1 3.5L3.667 6 9 1%22 stroke%3D%22%23fff%22 stroke-width%3D%221.5%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E");

}
#tr-guest-checkout-container .tr-FormCheckboxControl-labelText::before,#tr-registered-checkout-container .tr-FormCheckboxControl-labelText::before{
    border-color: #404040;
    border-radius: 0.3rem;
    background-position: center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0.1rem;
    color: rgb(64, 64, 64);
    content: "";
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    left: 0;
    position: absolute;
    top: 0.2rem;
}
#tr-guest-checkout-container .tr-FormCheckboxControl-input,#tr-registered-checkout-container .tr-FormCheckboxControl-input{
    border-radius: 1.6rem;
    height: 1.6rem;
    width: 1.6rem;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(100%);

}
#tr-guest-checkout-container .tr-FormCheckboxControl-input:checked::after, #tr-registered-checkout-container .tr-FormCheckboxControl-input:checked::after{
    background-color: #fa6400 !important;
    border-color: #fa6400 !important;
}
#tr-guest-checkout-container .tr-FormCheckboxControl-label, #tr-registered-checkout-container .tr-FormCheckboxControl-label{
    display: block;
    position: relative;
    margin-bottom: 2.4rem;
    cursor: pointer;
}

/* checkout order summary styles */

.cart-book-items-container {
		padding: 0 !important;
		transform-origin: top;
		transition: transform 0.2s ease-in, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
	}
	.cart-books-image-container p {
		margin: 0 !important;
		width: -webkit-fill-available !important;
		font-size: 16px !important;
		color: #404040 !important;
	}
	.cart-books-image-container {
		display: flex;
		padding: 0 !important;
		margin-bottom: 18px;
	}
	.expandable-cart-button {
		background: transparent;
    	padding: 15px 0;
    	display: flex;
    	width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	.expandable-cart-button:hover {
		background: transparent;
		text-decoration: underline;
	}
	.expandable-cart-button h3 {
		margin: 0 !important;
		font-size: 18px !important;
		font-weight: 900 !important;
		line-height: 1.5 !important;
		padding: 9px 3px;
	}
	.cart-icon {
		padding-right: 6px;
		padding-top: 6px;
	}
	.cart-book-title {
		font-weight: 900 !important;
	}
	.cart-book-quantity {
		font-weight: 400 !important;
	}
	.tax-container {
		border: 1px solid #afafaf !important;
		padding: 0 !important;
	}
	.books-container {
		border: 1px solid #afafaf !important;
		margin-top: 20px;
		font-family: Knowledge2017, Helvetica Neue, Arial, sans-serif;
		color: #404040 !important;
		line-height: 1.5;
		padding: 0 !important;
	}
	.cart-items-heading {
		display: flex;
	}
	.cart-book-items-container.is-expanded {
		-webkit-animation: expand 0.2s ease-in;
		animation: expand 0.2s ease-in;
		display: block;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}
	.cart-book-items-container.is-collapsed {
		display: none;
	}
	.items-estimated-tax {
		padding: 0 !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		color: #000 !important;
		display: flex;
		justify-content: space-between;
		margin-bottom: 6px !important;
	}
	.cart-summary-header {
		font-size: 18px !important;
		font-weight: 900 !important;
		color: #404040 !important;
		margin-bottom: 12px !important;
		padding-top: 18px !important;
	}
	.total-book-amount {
		font-weight: 700 !important;
		color: #404040 !important;
		padding-top: 18px !important;
		padding-bottom: 18px !important;
		margin-bottom: 0 !important;
	}
	.hr-line {
		border-top: 1px solid #afafaf !important;
    	margin-top: 24px;
	}
	.currency-text {
		text-align: right;
	}
  #tr-guest-checkout-container .shipping-method-container, #tr-registered-checkout-container .shipping-method-container {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 18px;
}
#tr-guest-checkout-container .shipping-method-container .container_box, #tr-registered-checkout-container .shipping-method-container .container_box {
    margin-bottom: 0;
}
#tr-guest-checkout-container input[type="radio"], #tr-registered-checkout-container input[type="radio"] {
    visibility: hidden;
}
#tr-guest-checkout-container input[type="radio"]::before, #tr-registered-checkout-container input[type="radio"]::before {
    visibility: visible;
    border-radius: 100%;
    border-style: solid;
    border: 1px solid #404040 !important;
    content: "";
    display: block;
    height: 16px;
    width: 16px; 
    cursor: pointer;
}
#tr-guest-checkout-container .radio label, #tr-registered-checkout-container .radio label {
    cursor: default;
}
#tr-guest-checkout-container input[type="radio"]:checked::before, #tr-registered-checkout-container input[type="radio"]:checked::before {
    background: radial-gradient(circle, rgb(255, 100, 0) 45%, transparent 50%);
}
#tr-guest-checkout-container input[type="radio"]:checked:active::before, #tr-registered-checkout-container input[type="radio"]:checked:active::before {
    border-color: rgb(255, 100, 0) !important;
}
#tr-guest-checkout-container .panel-group .panel, #tr-registered-checkout-container .panel-group .panel {
    border: none !important;
}
#tr-guest-checkout-container .backtoCartContainer, #tr-registered-checkout-container .backtoCartContainer {
    margin-top: 48px;
}
#tr-guest-checkout-container .backToCartBtn ,#tr-registered-checkout-container .backToCartBtn{
    display : flex;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
    background: transparent;
    padding: 0 !important;
}
#tr-guest-checkout-container .backToCartBtn:hover,  #tr-registered-checkout-container .backToCartBtn:hover{
   background: transparent;
   cursor: pointer;
}
#tr-guest-checkout-container .backToCartIcon,  #tr-registered-checkout-container .backToCartIcon{
    margin-right: 12px;
    height: 20px;
    width: 20px;
}

/* Registered user bill address form css changes */
.addressFormPopup .styledInput {
	margin: 0 !important;
}
.addressFormPopup #create_update_billing_form .form-group #label {
	margin-left: 0 !important;
	width: 100% !important;
  height: 4.8rem !important;
}
.addressFormPopup .addressForm1 select.form-control.mandatory {
    margin-top: 0 !important;
    height: 4.8rem !important;
}
#tr-registered-checkout-container .billing, #tr-registered-checkout-container .pull-right {
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
	color: #404040;
	font-family: Knowledge2017;
}
#tr-registered-checkout-container .your-business {
	font-size: 21px;
	font-weight: 900;
	line-height: 28px;
	color: #404040;
	font-family: Knowledge2017;
}
#checkoutAddress .addressFormPopup .addNewAddresss {
	background-color: rgb(250, 100, 0) !important;
  border-radius: 2.4rem !important;
  border-width: 0.1rem !important;
  background-clip: padding-box;
  border-style: solid;
  display: inline-block;
  font-family: Knowledge2017, Helvetica Neue, Arial, sans-serif;
  font-size: 1.8667rem !important;
  font-weight: 500 !important;
  line-height: 2.8rem !important;
  padding: 0.9rem 2.4rem !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
	margin-right: 0 !important;
	float: none !important;
}
.addressFormPopup #cancel_btn {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #005DA2;
	padding: 0;
	width: auto;
	background-color: white;
}
.reg-form-popup-buttons {
	display: flex;
	gap: 45px;
	margin-top: 45px;
	margin-bottom: 5px;
}
.reg-popup-mandatoryMsg {
	padding-top: 17px;
  padding-right: 18px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Knowledge2017';
  color: #404040;
}	
#checkoutAddress .addressFormPopup {
	display: flex;
	flex-direction: column;
	gap: 45px;
  overflow: auto;
  padding-right: 5px;
}
#checkoutAddress .fancybox-inner {
  display: flex;
	flex-direction: column;
  overflow: unset !important;
}
#checkoutAddress .addressFormPopup .popupTitle {
	display: flex;
	justify-content: space-between;
}
#checkoutAddress .addressFormPopup .popupTitle h2 {
	font-size: 32px;
	line-height: 38px;
	font-weight: 900;
	font-family: Knowledge2017;
	color: #404040;
	margin: 0 !important;
}
#checkoutAddress .fancybox-wrap .fancybox-skin{
	border-radius: 0;
	border-top: 5px solid #FA6400;
  padding-top: 0 !important;
  background: #FFFFFF !important;
  padding-right: 10px !important;
}
#checkoutAddress .fancybox-wrap .fancybox-skin .popup-close-button {
	padding-top: 20px;
	padding-bottom: 10px;
}
.addressFormPopup .tr-regItemsInnerContainer {
	padding-left: 0;
}
#checkoutAddress .fancybox-wrap .fancybox-close {
	display: none !important;
}
/* width */
#checkoutAddress .fancybox-wrap .fancybox-skin .addressFormPopup::-webkit-scrollbar {
  width: 10px;
}
/* Handle */
#checkoutAddress .fancybox-wrap .fancybox-skin .addressFormPopup::-webkit-scrollbar-thumb {
  background: #D8D8D8;
  border-radius: 10px;
}
	@media only screen and (max-width: 768px) {
     #checkoutAddress .fancybox-wrap .fancybox-skin .addressFormPopup::-webkit-scrollbar {
          width: 5px;
      }
      #checkoutAddress .fancybox-wrap .fancybox-skin {
          padding: 0 0 30px 15px !important;
      }
      #checkoutAddress .addressFormPopup {
          padding-right: 0;
      }
    	.cart-books-image-container p {
       		position: unset !important;
    	}
		  .expandable-cart-button h3 {
        	width: fit-content !important;
    	}
		  .books-container button {
        	margin-left: 0 !important;
        	color: #404040;
    	}
      #tr-guest-checkout-container .tr-ExpandableItemHeader, #tr-registered-checkout-container .tr-ExpandableItemHeader {
          font-size: 21px;
      }
      #tr-guest-checkout-container .tr-checkout-container, #tr-registered-checkout-container .tr-checkout-container {
          margin-bottom: 24px;
          padding-left: 8px !important;
          padding-right: 8px !important;
          display: block !important;
      }
      #tr-guest-checkout-container .tr-checkout-container h1, #tr-registered-checkout-container .tr-checkout-container h1 {
          margin-bottom: 0 !important;
      } 
      #checkoutAddress .jumbotron #tr-guest-checkout-container, #checkoutAddress .jumbotron #tr-registered-checkout-container {
          display: block;
      }
      #tr-guest-checkout-container #leftContentContainer {
          margin-top: 0 !important;
      }  
      #tr-guest-checkout-container .panel-container, #tr-registered-checkout-container .panel-container {
          padding-left: 8px !important;
          padding-right: 8px !important;
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemContainer, #tr-registered-checkout-container .tr-ExpandableList-itemContainer {
          margin-left: 0 !important;
          border-bottom: 1px solid rgb(208, 208, 208) !important;
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemContainer:first-child, #tr-registered-checkout-container .tr-ExpandableList-itemContainer:first-child {
          border-top: 1px solid rgb(208, 208, 208) !important;
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemContainer:last-child, #tr-registered-checkout-container .tr-ExpandableList-itemContainer:last-child {
          border-bottom: none !important;
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemContainer::before, #tr-registered-checkout-container .tr-ExpandableList-itemContainer::before {
          display: none;
      }
      #tr-guest-checkout-container .tr-ExpandableList-itemNumber, #tr-registered-checkout-container .tr-ExpandableList-itemNumber {
          left: 0;
      }
      #tr-guest-checkout-container .panel-group .panel, #tr-registered-checkout-container .panel-group .panel {
          border: none !important;
          -webkit-box-shadow: none;
          box-shadow: none; 
      }
      #tr-guest-checkout-container .panel-heading h2, #tr-registered-checkout-container .panel-heading h2 {
          padding-left: 59px;
      }
      #tr-guest-checkout-container .panel-body, #tr-registered-checkout-container .panel-body {
          padding-left: 0 !important;
          padding-right: 0 !important;
          padding-bottom: 9px !important;
      }
      #tr-guest-checkout-container .tr-checkoutHeading, #tr-registered-checkout-container .tr-checkoutHeading {
          padding-left: 0 !important;
          padding-right: 0 !important;
          margin-top: 6px;
          margin-bottom: 30px;
      }
      .addressFormPopup .tr-checkoutHeading {
          margin-top: 0;
          margin-bottom: 30px;
      }
      #tr-guest-checkout-container .tr-checkoutHeading h3, #tr-registered-checkout-container .tr-checkoutHeading h3 {
          width: 100% !important;
      }
      #tr-guest-checkout-container .mobile-left-padding {
          padding-left: 0 !important;
      }
      #tr-guest-checkout-container .mobile-right-padding {
          padding-right: 0 !important;
      }
      #tr-guest-checkout-container .mobile-left-right-padding, #tr-registered-checkout-container .mobile-left-right-padding {
          padding-left: 0 !important;
          padding-right: 0 !important;
      }
      #tr-guest-checkout-container .tr-shipBtn, #tr-registered-checkout-container .tr-shipBtn {
          margin-left: 0 !important;
          width: 100% !important;
          text-align: center !important;
      }
      #tr-guest-checkout-container .cart-books-tax-container, #tr-registered-checkout-container .cart-books-tax-container {
          padding-left: 8px !important;
          padding-right: 8px !important;
      }
      #tr-guest-checkout-container .tr-SalesRepId, #tr-registered-checkout-container .tr-SalesRepId {
          margin-bottom: 26px;
      }
      #tr-guest-checkout-container .backtoCartContainer button, #tr-registered-checkout-container .backtoCartContainer button {
          margin-left: 0 !important;
      }
      #tr-guest-checkout-container .backtoCartContainer, #tr-registered-checkout-container .backtoCartContainer {
        padding-left: 8px !important;
        padding-right: 8px !important;
      }
      #checkoutAddress .addressFormPopup .popupTitle {
        flex-direction: column;
      }
      .reg-form-popup-buttons {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0 !important;
      }
      .addressFormPopup .addressForm1 .tr-regItemsInnerMobileContainer {
        display: block;
      }
      .addressFormPopup .addressForm1 .mobile-left-padding {
        padding-left: 0;
        margin-bottom: 30px;
      }
      .addressFormPopup #label {
        position: unset !important;
        margin-top: 0 !important;
      }
      .addressFormPopup button {
        margin-left: 0 !important;
      }
      .reg-popup-mandatoryMsg {
        padding-top: 8px;
      }
       #tr-registered-checkout-container .tr-checkout-carousel {
        padding-left: 0;
      }
      #tr-registered-checkout-container #billAddressForm .addressListing, #tr-registered-checkout-container #shipAddressForm .addressListing {
        flex-direction: column;
        width: 100% !important;
      }
      #tr-registered-checkout-container #billAddressForm .addressListing li, #tr-registered-checkout-container #shipAddressForm .addressListing li {
        width: 100% !important;
        padding-left: 15px !important;
      }
      #tr-registered-checkout-container #billAddressForm .addAddress, #tr-registered-checkout-container #shipAddressForm .addAddress {
        display: block;
        margin-left: 0 !important;
        margin-bottom: 24px;
      }
      .tr-checkout-navigationControl {
        display: none !important;
      }
      #tr-guest-checkout-container .sameAsBilling, #tr-registered-checkout-container .sameAsBilling {
        padding-left: 0;
        padding-right: 0;
      }

	}
	@keyframes expand {
		from {
			opacity: 0;
			transform: scaleY(0);
		}
		to {
			opacity: 1;
			transform: scaleY(1);
		}
	}

@media only screen and (min-width: 768px) {
     #tr-guest-checkout-container .tr-guest-checkout-panel-container, #tr-registered-checkout-container .tr-registered-checkout-panel-container {
        position: sticky;
        top: 10px;
    }
    #tr-guest-checkout-container .cart-books-tax-container, #tr-registered-checkout-container .cart-books-tax-container {
        position: sticky;
        top: 10px;
	} 
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #tr-guest-checkout-container .cart-books-tax-container {
        overflow: unset !important;
    }
    #tr-guest-checkout-container .cart-books-image-container p{
        position: unset !important;
    }
    #checkoutAddress .jumbotron p{
        position: unset !important;
    }
}

/*New PDP styles */

.tr-hybris-pdp-tax .tr-hybris-product-section-left {
    gap: unset !important;
}
.tr-hybris-pdp-tax .productImage {
    border-radius: 8px;
}
.tr-hybris-pdp-tax .tr-hybris-product-content-table {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.tr-hybris-pdp-tax .tr-hybris-product-content-table a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 135%;
    padding: 4px 0;
    color: #212223 !important;
}
.tr-hybris-pdp-tax .tr-hybris-product-content-table a:focus {
    text-decoration: none;
}
.tr-hybris-pdp-tax .tr-hybris-product-content-table .tr-hybris-doc-label {
    margin: 4px 0;  
    flex-grow: 1;
}
.tr-hybris-pdp-tax .tr-hybris-product-content-table .tr-hybris-pdf-icon {
    margin: 7px 8px;
    flex-shrink: 0;
}
.tr-hybris-pdp-tax .tr-hybris-product-content-table .tr-hybris-new-tab-icon {
    margin: 7px 8px;
    flex-shrink: 0;
}
.tr-hybris-pdp-tax .tr-hybris-product-quick-look-items-container {
    margin-top: 7px;
}
.tr-hybris-pdp-tax .tr-hybris-product-content-header {
    color: #404040 !important;
    font-weight: 700 !important;
    font-size: 16px;
}
.tr-hybris-pdp-tax .tr-hybris-product-content {
    list-style: none;
    gap: unset !important;
}
.tr-hybris-pdp-tax .tr-hybris-product-section-left {
    gap: unset !important;
}

/* pdp detials section  */
.tr-hybris-product-details-container .tr-hybris-description-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s;
}

.tr-hybris-product-details-container .tr-hybris-description-expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  max-height: none;
}
.tr-hybris-product-details-container .tr-hybris-description-toggle-link{
	font-size: 16px; 
	color: #0062C4;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
	cursor: pointer;
}
.tr-hybris-product-details-container .productDetail-description{
	margin-bottom: 0;
}
/* category pages changes */
body.CategoryPage .categoryTitle {
  margin-top: -1px;
  font-family: Knowledge2017, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 20px !important;
  padding-bottom: 30px !important;
}
body.CategoryPage .categoryTitle h1 {	
  font-weight: 500;
  font-size: 36px;
  line-height: 39.6px;
  margin: 0 !important
}
body.CategoryPage .categoryTitle .content{
  margin-top: 8.25px;
}
#productList #leftContentContainer {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  margin-right: 20px;
  margin-left: -20px;
}
#productList #mainContentContainer {
  display: inline-block;
  width: calc(77% - 20px + 40px);
  vertical-align: top;
  margin: 0;
  margin-right: -20px;
}
body.CategoryPage .categoryTitle .content {
	width: unset;
  float: unset;
  margin-right: unset;
}
@media only screen and (max-width: 675px) {
  body a.button.categoryTitleButton {
    width: auto !important;
    right: 10px !important;
    margin-top: 0 !important;
    font-size: .75em !important;
  }
}
@media only screen and (max-width: 670px) {
  body a.button.categoryTitleButton {
    width: auto !important;
    right: 50px !important;
    margin-top: -1em !important;
    font-size: 13px !important;
  }
}

@media only screen and (min-width: 1370px) {
  #mainContentContainer a.button.categoryTitleButton {
    margin-top: 2px !important;
  }
}
@media (max-width: 1200px) {
  #productList #leftContentContainer {
    width: 30%;
  }
  #productList #mainContentContainer {
    width: calc(70% - 20px + 40px);
  }
}
@media only screen and (max-width: 670px) {
  body.CategoryPage .categoryTitle {
    padding: 10px 20px !important;
    padding-bottom: 30px !important;
    margin-top: -5px;
  }
  body.CategoryPage .categoryTitle h1 {
    font-weight: 500;
    margin: 0;
    margin-bottom: 8.25px;
  }
  #productList #leftContentContainer {
    margin-left: 0;
    margin-right: 0;
  }
  #productList #mainContentContainer {
    margin-right: 0;
  }
}
/* category page lower footer content changes */
#categoryPageLowerFooterContent .content{
  padding: 20px 10px;
  background: #f6f6f6;
  margin-bottom: 15px;
}
#categoryPageLowerFooterContent2 {
  float: right;
  width: -webkit-fill-available;
  width: -moz-available;
  background: #f6f6f6;
  display: block;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 15px;
}
#categoryPageLowerFooterContent2 .content{
  padding: 20px 10px;
  width: 100%;
  float: none;
  margin: 0;
}
 @media screen and (max-width: 670px){
        .tr-hybris-format-options-radio-button{
            width: 100%;
        }
        .tr-hybris-format-options-label{
            width: 100%;
        }
    }
  .tr-hybris-product-purchase-segment-tax{
        align-items: flex-start;
  }

/* Footer responsive style fixes  */

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait){
  #productDetails .productDetailsContainer{
    width: unset;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
  #productDetails .productDetailsContainer{
    width: unset;
  }
}

@media screen and (max-width: 768px)
{
 	#siteFooter #lastFooter .container{
		width: unset !important;
	}
  #siteFooter #lastFooter .collapse.in{
		width: 100%;
	}
}

#siteFooter{
height: unset;
}

/* Responsive breadcrumbs PDP  */
@media screen and (max-width: 670px) {
  #tr-breadcrumbs {
		padding: 8px 16px !important;
		border-bottom: none !important;
	} 
	#rightColumnPDP .thisProduct {
		margin-top: 0 !important;
	}
	#productDetails .productDetailsContainer {
		margin-top: 0 !important;
	}
}


/* Promotional Banner PDP  */
#pageHeader #sitePromotion li {
	margin-left: -20px !important;
	margin-right: -20px !important;
}
#sitePromotion li > div {
	background-color: #fa6400 !important;
  color: white !important;
  text-align: center !important;
  padding: 5px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  word-wrap: break-word !important;
  margin-top: 25px !important;
	position: relative !important;
}
#trta_Homepage #sitePromotion li > div {
	margin-bottom: 25px;
	margin-top: 0 !important;
}
@media (max-width: 600px) {
	#pageHeader #sitePromotion li {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#sitePromotion li > div {
		font-size: 14px !important;
		line-height: 1.4 !important;
	}
  #trta_Homepage #pageHeader #sitePromotion li {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
/* format option availablity  styles*/
.tr-hybris-stock-availability-text{
  font-weight: 400;
  font-size: 14px;
}

#tr-hybris-quantity-text{
  font-weight: 700;
}
  /* Address carousel style changes  */
  .tr-checkout-carousel {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
  padding-left: 15px;
}

#billAddressForm .addressListing , #shipAddressForm .addressListing {
	display: flex;
	transition: transform 0.3s ease-in-out;
	width: calc(100% + 20px) !important;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 20px;
}

#billAddressForm .addressListing li, #shipAddressForm .addressListing li {
	flex: 0 0 calc(50% - 20px);
	width: calc(50% - 20px);
	box-sizing: border-box;
	padding: 15px 15px 20px 20px;
	border: 1px solid #AFAFAF;
}

.tr-checkout-navigationControl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 5px;
  margin-bottom: 30px;
}

.tr-checkout-prev, .tr-checkout-next {
	color: #333;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tr-checkout-prev:disabled,.tr-checkout-next:disabled {
	background: #f8f9fa;
	color: #6c757d;
	cursor: not-allowed;
	opacity: 0.5;
}

.tr-checkout-prev.disabled svg path, .tr-checkout-next.disabled svg path {
	fill: #8A8A8A;
}

.tr-checkout-slide-counter {
	font-weight: 400;
	color: #404040;
	font-size: 16px;
}

#tr-registered-checkout-container #shipping-address-heading {
  margin-bottom: 20px !important;
}

#tr-guest-checkout-container #shipping-method-heading, #tr-registered-checkout-container #shipping-method-heading {
  margin-bottom: 12px !important;
}

#billAddressForm .addAddress, #shipAddressForm .addAddress {
	margin-left: 15px;
  font-size: 16px !important;
	font-family: 'Knowledge2017' !important;
	font-weight: 700;
	color: #005DA2 !important;
  line-height: 22px !important;
}
#billAddressForm .addressSelector, #shipAddressForm .addressSelector {
	display: flex;
	justify-content: space-between;
	align-items: center;
  gap: 10px;
}
#billAddressForm .addressSelector label, #shipAddressForm .addressSelector label {
	font-family: 'Knowledge2017';
	font-weight: 900;
	font-size: 18px;
	line-height: 26px;
	color: #404040;
	margin-bottom: 0px !important;
  word-break: break-word;
}
#billAddressForm .addressSelector .tr-checkout-radioBtn-wrapper, #shipAddressForm .addressSelector .tr-checkout-radioBtn-wrapper {
	display: flex;
	gap: 4px;
	align-items: center;
  margin: 10px 0 20px 0;
  flex: 1 1 auto;
  min-width: 0;
}
#billAddressForm .addressSelector input[type="radio"], #shipAddressForm .addressSelector input[type="radio"] {
	appearance: none;
	background-color: transparent;
	border: 1px solid #404040;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	margin: 0px !important;
	outline: none;
	cursor: pointer;
  min-height: unset;
  padding: unset;
}
#billAddressForm .addressSelector input[type="radio"]:focus, #shipAddressForm .addressSelector input[type="radio"]:focus {
	outline: none;
	box-shadow: none;
}
#billAddressForm .addressSelector input[type="radio"]:checked::before, #shipAddressForm .addressSelector input[type="radio"]:checked::before {
	  content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background: radial-gradient(circle, rgb(255, 100, 0) 45%, transparent 50%);
    border-radius: 100%;
}
@media only screen and (max-width: 675px){
	.addressListing {
		width: 100% !important;
	}
}  

#billAddressForm #billAddressAddressList li > div:not(:first-child){
  margin: 10px 0 0 0 !important;
  line-height: 18px !important;
  font-size: 14px !important;
  font-family: 'Knowledge2017' !important;
  color: #666666 !important;
  padding-left: 2px;
}

#billAddressForm #billAddressAddressList .fullAddress{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#billAddressForm #billAddressAddressList .custom-radio + label, #shipAddressForm #shipAddressAddressList .custom-radio + label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

#billAddressForm .deleteAddress{
  cursor: pointer;
}

#billAddressForm #billAddressAddressList .addressSelector .editAddress{
  width: auto;
}

#billAddressForm #billAddressAddressList .addressSelector .editDelete{
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 10px 0 20px 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}

#billAddressForm #billAddressAddressList .tr-checkout-radioBtn-wrapper .custom-radio{
  margin-right: 4px !important;
} 

#shipAddressForm .addressSelector {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#shipAddressForm #shipAddressAddressList li > div:not(:first-child){
  margin: 10px 0 0 0 !important;
  line-height: 18px !important;
  font-size: 14px !important;
  font-family: 'Knowledge2017' !important;
  color: #666666 !important;
}

#shipAddressForm #shipAddressAddressList .fullAddress{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#shipAddressForm .deleteAddress{
  cursor: pointer;
}

#shipAddressForm #shipAddressAddressList .addressSelector .editAddress{
  width: auto;
}

#shipAddressForm #shipAddressAddressList .addressSelector .editDelete{
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 10px 0 20px 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}

#shipAddressForm #shipAddressAddressList .tr-checkout-radioBtn-wrapper .custom-radio{
  margin-right: 4px !important;
}

#tr-guest-checkout-container #sameAsBilling, #tr-registered-checkout-container #sameAsBilling {
    accent-color: #FA6400;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 0;
}

#tr-guest-checkout-container .sameAsBilling label, #tr-registered-checkout-container .sameAsBilling label {
    font-size: 18px;
    font-weight: 400;
}

#billAddressForm #billAddressAddressList .firstName,
#billAddressForm #billAddressAddressList .lastName,
#shipAddressForm #shipAddressAddressList .firstName,
#shipAddressForm #shipAddressAddressList .lastName {
display: inline;
}

.panel-body > .col-sm-12 {
  padding-right: 0 !important;
}


/* address validation css changes  */

	#tr-billAddress-address-autocomplete-container .tr-SearchInput-box,
  #tr-shipAddress-address-autocomplete-container .tr-SearchInput-box, 
  #tr-regBill-address-autocomplete-container .tr-SearchInput-box,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-box {
		height: 4.8rem;
		background-color: #fff;
    	border-radius: 0.6rem;;
		border: 0.1rem solid #d0d0d0;
		display: flex;
		overflow: hidden;
		position: relative;
		z-index: auto;
	}
	#tr-billAddress-address-autocomplete-container .tr-SearchInput-searchIcon,
  #tr-shipAddress-address-autocomplete-container .tr-SearchInput-searchIcon,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-searchIcon,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-searchIcon {
		color: #404040;
		margin: auto 0 auto 1.125rem;
		height: 1.6rem;
		width: 1.6rem;
	}
	#tr-billAddress-address-autocomplete-container .tr-Svg,
  #tr-shipAddress-address-autocomplete-container .tr-Svg,
  #tr-regBill-address-autocomplete-container .tr-Svg,
  #tr-regShip-address-autocomplete-container .tr-Svg {
		display: block;
		max-width: 100%;
	}
	#tr-billAddress-address-autocomplete-container .tr-Svg-inner,
  #tr-shipAddress-address-autocomplete-container .tr-Svg-inner,
  #tr-regBill-address-autocomplete-container .tr-Svg-inner,
  #tr-regShip-address-autocomplete-container .tr-Svg-inner {
		display: block;
		height: 0;
		padding-bottom: 100%;
		position: relative;
		width: 100%;
	}
	#tr-billAddress-address-autocomplete-container .tr-Svg-inner>svg:first-child,
  #tr-shipAddress-address-autocomplete-container .tr-Svg-inner>svg:first-child,
  #tr-regBill-address-autocomplete-container .tr-Svg-inner>svg:first-child,
  #tr-regShip-address-autocomplete-container .tr-Svg-inner>svg:first-child {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	@media (min-width: 48em) {
		#tr-guest-checkout-container .tr-SearchInput-input, 
    #tr-regBill-address-autocomplete-container .tr-SearchInput-input,
    #tr-regShip-address-autocomplete-container .tr-SearchInput-input {
			font-size: 1.6rem;
		}
	}
	#tr-guest-checkout-container .tr-SearchInput-input, 
  #tr-regBill-address-autocomplete-container .tr-SearchInput-input,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-input {
		background-color: rgba(0,0,0,0);
		border: none;
		color: #404040;
		flex-grow: 1;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 2.4rem;
		font-family: Knowledge2017, "Helvetica Neue", Arial, sans-serif;
		outline: none;
		padding-bottom: 1.8rem;
		padding-left: 1.8rem;
		padding-top: 1.8rem;
	}
	#tr-guest-checkout-container .tr-SearchInput-buttons, 
  #tr-regBill-address-autocomplete-container .tr-SearchInput-buttons,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-buttons {
		display: flex;
	}
	#tr-guest-checkout-container .tr-SearchInput-clearButton, 
  #tr-guest-checkout-container .tr-SearchInput-searchButton,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-clearButton, 
  #tr-regBill-address-autocomplete-container .tr-SearchInput-searchButton,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-clearButton, 
  #tr-regShip-address-autocomplete-container .tr-SearchInput-searchButton {
		align-items: center;
		border-radius: 0;
		color: #404040;
		padding-left: 1.8rem;
		padding-right: 1.8rem;
		background: transparent;
	}
  #tr-guest-checkout-container .tr-AddressAlertBanner-button:hover, 
  #tr-guest-checkout-container .tr-Anchor:hover,
  #tr-regBill-address-autocomplete-container .tr-AddressAlertBanner-button:hover, 
  #tr-regBill-address-autocomplete-container .tr-Anchor:hover,
  #tr-regShip-address-autocomplete-container .tr-AddressAlertBanner-button:hover, 
  #tr-regShip-address-autocomplete-container .tr-Anchor:hover{
    text-decoration: none;
  }
	#tr-guest-checkout-container .tr-SearchInput-clearButton:hover, 
  #tr-guest-checkout-container .tr-AddressAlertBanner-button:hover,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-clearButton:hover, 
  #tr-regBill-address-autocomplete-container .tr-AddressAlertBanner-button:hover,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-clearButton:hover, 
  #tr-regShip-address-autocomplete-container .tr-AddressAlertBanner-button:hover{
		background: transparent;
	}
	#tr-guest-checkout-container .tr-AddressValidation-displayClearButton .tr-SearchInput-searchButton,
  #tr-regBill-address-autocomplete-container .tr-AddressValidation-displayClearButton .tr-SearchInput-searchButton,
  #tr-regShip-address-autocomplete-container .tr-AddressValidation-displayClearButton .tr-SearchInput-searchButton {
		display: none;
	}
	#tr-guest-checkout-container .tr-AddressValidation-addresssearchinputlabeltext,
  #tr-regBill-address-autocomplete-container .tr-AddressValidation-addresssearchinputlabeltext,
  #tr-regShip-address-autocomplete-container .tr-AddressValidation-addresssearchinputlabeltext {

		font-size: 1.6rem;
		font-weight: 500;
		display: block;
		margin: 0;
	}
	#tr-guest-checkout-container .tr-AddressValidation-addressLineDescriptionText,
  #tr-regBill-address-autocomplete-container .tr-AddressValidation-addressLineDescriptionText,
  #tr-regShip-address-autocomplete-container .tr-AddressValidation-addressLineDescriptionText {

		color: rgb(64, 64, 64);
		display: block;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.6rem;
		margin: 0 0 0.75rem 0;
		margin: 0 0 0.6rem 0;
	}
	#tr-guest-checkout-container .tr-AddressValidation-addresssearchinput .tr-SearchInput,
  #tr-regBill-address-autocomplete-container .tr-AddressValidation-addresssearchinput .tr-SearchInput,
  #tr-regShip-address-autocomplete-container .tr-AddressValidation-addresssearchinput .tr-SearchInput {
		margin-top: 0.6rem;
		position: relative;
	}
	#tr-guest-checkout-container .u-hiddenVisually,
  #tr-regBill-address-autocomplete-container .u-hiddenVisually,
  #tr-regShip-address-autocomplete-container .u-hiddenVisually {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		clip: rect(1px, 1px, 1px, 1px) !important;
		height: 1px !important;
		overflow: hidden !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		position: absolute !important;
		width: 1px !important;
	}

	#tr-guest-checkout-container .tr-address-suggestions,
  #tr-regBill-address-autocomplete-container .tr-address-suggestions,
  #tr-regShip-address-autocomplete-container .tr-address-suggestions {
		background: white;
		border: 1px solid #ccc;
		border-top: none;
		max-height: 200px;
		overflow-y: auto;
		position: absolute;
		width: 100%;
		z-index: 1000;
	}

	#tr-guest-checkout-container .tr-suggestions-list,
  #tr-regBill-address-autocomplete-container .tr-suggestions-list,
  #tr-regShip-address-autocomplete-container .tr-suggestions-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#tr-guest-checkout-container .tr-suggestion-item,
  #tr-regBill-address-autocomplete-container .tr-suggestion-item,
  #tr-regShip-address-autocomplete-container .tr-suggestion-item {
		border-bottom: 1px solid #eee;
		padding: 10px;
	}

	#tr-guest-checkout-container .tr-suggestion-item:hover,
  #tr-regBill-address-autocomplete-container .tr-suggestion-item:hover,
  #tr-regShip-address-autocomplete-container .tr-suggestion-item:hover {
		background-color: #f5f5f5;
	}

	#tr-guest-checkout-container .manual-entry-option,
  #tr-regBill-address-autocomplete-container .manual-entry-option,
  #tr-regShip-address-autocomplete-container .manual-entry-option {
		background-color: #f9f9f9;
		font-style: italic;
	}

	#tr-guest-checkout-container .tr-address-toggle,
  #tr-regBill-address-autocomplete-container .tr-address-toggle,
  #tr-regShip-address-autocomplete-container .tr-address-toggle {
		color: #007bff;
		text-decoration: none;
	}

	#tr-guest-checkout-container .tr-address-toggle:hover,
  #tr-regBill-address-autocomplete-container .tr-address-toggle:hover,
  #tr-regShip-address-autocomplete-container .tr-address-toggle:hover {
		text-decoration: none;
	}
	#tr-guest-checkout-container .tr-AddressValidation-addresssearchinputlabel,
  #tr-regBill-address-autocomplete-container .tr-AddressValidation-addresssearchinputlabel,
  #tr-regShip-address-autocomplete-container .tr-AddressValidation-addresssearchinputlabel {
		width: 100%;
	}
	#tr-guest-checkout-container #tr-billAddress-SearchInput-cantFindAddressButton, 
  #tr-guest-checkout-container #tr-shipAddress-SearchInput-cantFindAddressButton,
  #tr-regBill-address-autocomplete-container #tr-regBill-SearchInput-cantFindAddressButton, 
  #tr-regBill-address-autocomplete-container #tr-regShip-SearchInput-cantFindAddressButton,
  #tr-regShip-address-autocomplete-container #tr-regShip-SearchInput-cantFindAddressButton,
  #tr-regShip-address-autocomplete-container #tr-regBill-SearchInput-cantFindAddressButton {
		font-size: 1.6rem;
		color: #005da2;
		display: block;
		padding: 12px 18px;
		text-align: left;
		width: 100%;
		font-weight: 500;
		line-height: 18.4px;
		cursor: pointer;
		background: transparent;
		border: none;
		border-radius: 0;
		-webkit-appearance: button;
	}
	#tr-guest-checkout-container .tr-SearchInput-typeahead,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-typeahead,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-typeahead {
		position: relative;
		z-index: 1;
		display: block;
		border: 1px solid rgb(208, 208, 208);
		box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, .2);
		margin-top: 1px;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fff;
		border-radius: 0.6rem;
		left: 0;
		right: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		display: none; /* Initially hidden */
	}
	#tr-guest-checkout-container .tr-SearchInput-typeahead.show-typeahead,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-typeahead.show-typeahead,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-typeahead.show-typeahead {
		display: block;
	}
	#tr-guest-checkout-container #tr-billAddress-SearchInput-cantFindAddressButton:hover, 
  #tr-guest-checkout-container #tr-shipAddress-SearchInput-cantFindAddressButton:hover,
  #tr-regBill-address-autocomplete-container #tr-regBill-SearchInput-cantFindAddressButton:hover, 
  #tr-regBill-address-autocomplete-container #tr-regShip-SearchInput-cantFindAddressButton:hover,
  #tr-regShip-address-autocomplete-container #tr-regShip-SearchInput-cantFindAddressButton:hover,
  #tr-regShip-address-autocomplete-container #tr-regBill-SearchInput-cantFindAddressButton:hover {
		background-color: rgb(244, 244, 244);
		box-shadow: 4px 0 0 rgb(250, 100, 0) inset;
		text-decoration: none;
	}
	#tr-guest-checkout-container .tr-SearchInput-typeaheadItems,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-typeaheadItems,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-typeaheadItems {
		background-clip: content-box;
		max-height: 240px;
		overflow-y: auto;
		list-style: none;
		padding-left: 0;
    margin: 0;
	}
	#tr-guest-checkout-container .tr-SearchInput-typeaheadItems li,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-typeaheadItems li,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-typeaheadItems li {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		cursor: pointer;
		padding: 12px 18px;
	}
	#tr-guest-checkout-container .tr-SearchInput-typeaheadItems li:hover,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-typeaheadItems li:hover,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-typeaheadItems li:hover {
		background-color: rgb(244, 244, 244);
		box-shadow: 4px 0 0 rgb(250, 100, 0) inset;
	}
	#tr-guest-checkout-container .tr-SearchInput-icon,
  #tr-regBill-address-autocomplete-container .tr-SearchInput-icon,
  #tr-regShip-address-autocomplete-container .tr-SearchInput-icon {
		width: 1.6rem;
		height: 1.6rem;
	}
	#tr-guest-checkout-container #tr-billAddress-autocomplete-input-container .tr-input-error, 
  #tr-guest-checkout-container #tr-shipAddress-autocomplete-input-container .tr-input-error,
  #tr-regBill-address-autocomplete-container #tr-regBill-autocomplete-input-container .tr-input-error, 
  #tr-regBill-address-autocomplete-container #tr-regShip-autocomplete-input-container .tr-input-error,
  #tr-regShip-address-autocomplete-container #tr-regShip-autocomplete-input-container .tr-input-error,
  #tr-regShip-address-autocomplete-container #tr-regBill-autocomplete-input-container .tr-input-error {
		border-color: #dc0a0a !important;
		border-width: 2px !important;
	}
	#tr-guest-checkout-container #tr-billAddress-edit-formatted-address,
  #tr-guest-checkout-container #tr-shipAddress-edit-formatted-address,
  #tr-regBill-address-autocomplete-container #tr-regBill-edit-formatted-address,
  #tr-regBill-address-autocomplete-container #tr-regShip-edit-formatted-address,
  #tr-regShip-address-autocomplete-container #tr-regShip-edit-formatted-address,
  #tr-regShip-address-autocomplete-container #tr-regBill-edit-formatted-address {
		align-items: center;
		border: none;
		color: rgb(0, 93, 162);
		cursor: pointer;
		display: flex;
		font-weight: 700;
		margin-left: 25px;	
		background: none;
		padding: 0;
	}
	#tr-guest-checkout-container .editIconWrapper,
  #tr-regBill-address-autocomplete-container .editIconWrapper,
  #tr-regShip-address-autocomplete-container .editIconWrapper {
		width: 17px;
		height: 17px;
		margin-right: 5px;
		margin-bottom: 2px;
	}
	#tr-guest-checkout-container .tr-autocomplete-input-error,
  #tr-regBill-address-autocomplete-container .tr-autocomplete-input-error,
  #tr-regShip-address-autocomplete-container .tr-autocomplete-input-error {
		border-color: #dc0a0a !important;
		border-width: 2px !important;
	}
	#tr-guest-checkout-container .tr-AlertBanner--warning .tr-AlertBanner-wrapper,
  #tr-regBill-address-autocomplete-container .tr-AlertBanner--warning .tr-AlertBanner-wrapper,
  #tr-regShip-address-autocomplete-container .tr-AlertBanner--warning .tr-AlertBanner-wrapper {
		border-radius: 4.8px;
		border: 2px solid #005da2 !important;
		display: flex;
		margin-top: 20px;
	}
	#tr-guest-checkout-container .tr-AlertBanner--warning .tr-AlertBanner-wrapper .tr-AlertBanner-icon,
  #tr-regBill-address-autocomplete-container .tr-AlertBanner--warning .tr-AlertBanner-wrapper .tr-AlertBanner-icon,
  #tr-regShip-address-autocomplete-container .tr-AlertBanner--warning .tr-AlertBanner-wrapper .tr-AlertBanner-icon {
		background-color: #005da2;
		align-items: center;
		align-self: stretch;
		display: flex;
		line-height: 1;
		padding-left: 9px;
		padding-right: 9px;
	}
	#tr-guest-checkout-container .tr-AlertBanner-content,
  #tr-regBill-address-autocomplete-container .tr-AlertBanner-content,
  #tr-regShip-address-autocomplete-container .tr-AlertBanner-content {
		margin: 2px 3px;
		padding: 18px 12px;
	}
	#tr-guest-checkout-container .tr-AlertBanner-textContainer,
  #tr-regBill-address-autocomplete-container .tr-AlertBanner-textContainer,
  #tr-regShip-address-autocomplete-container .tr-AlertBanner-textContainer {
		margin-right: -3px;
		font-size: 1.6rem;
		font-family: Knowledge2017, "Helvetica Neue", Arial, sans-serif;

	}
	#tr-guest-checkout-container .tr-AlertBanner-wrapper .tr-AlertBanner-content .tr-AlertBanner-text--colored,
  #tr-regBill-address-autocomplete-container .tr-AlertBanner-wrapper .tr-AlertBanner-content .tr-AlertBanner-text--colored,
  #tr-regShip-address-autocomplete-container .tr-AlertBanner-wrapper .tr-AlertBanner-content .tr-AlertBanner-text--colored {
		color: #404040;
	}
	#tr-guest-checkout-container .tr-AlertBanner-text,
  #tr-regBill-address-autocomplete-container .tr-AlertBanner-text,
  #tr-regShip-address-autocomplete-container .tr-AlertBanner-text {
		margin-right: 3px;
	}
	#tr-guest-checkout-container .tr-AddressAlertBanner-button,
  #tr-regBill-address-autocomplete-container .tr-AddressAlertBanner-button,
  #tr-regShip-address-autocomplete-container .tr-AddressAlertBanner-button {
		background-color: rgba(0,0,0,0);
		border: none;
		color: #005da2;
		cursor: pointer;
		display: inline;
		margin: 0;
		padding: 0;
		text-decoration: underline;
		background: transparent;	
		text-transform: none;
	}
  #tr-guest-checkout-container .tr-Anchor,
  #tr-regBill-address-autocomplete-container .tr-Anchor,
  #tr-regShip-address-autocomplete-container .tr-Anchor {
    text-decoration: underline;
    color: #005DA2;
  }
	#tr-guest-checkout-container .tr-AlertBanner--warning .tr-AlertBanner-icon .tr-Svg,
  #tr-regBill-address-autocomplete-container .tr-AlertBanner--warning .tr-AlertBanner-icon .tr-Svg,
  #tr-regShip-address-autocomplete-container .tr-AlertBanner--warning .tr-AlertBanner-icon .tr-Svg {
		color: #fff;
		width: 2.8rem;
		height: 2.8rem;
	}
	#tr-guest-checkout-container #tr-billAddress-formatted-address-container, 
  #tr-guest-checkout-container #tr-shipAddress-formatted-address-container,
  #tr-regBill-address-autocomplete-container #tr-regBill-formatted-address-container, 
  #tr-regBill-address-autocomplete-container #tr-regShip-formatted-address-container,
  #tr-regShip-address-autocomplete-container #tr-regShip-formatted-address-container,
  #tr-regShip-address-autocomplete-container #tr-regBill-formatted-address-container{
		border: 1px solid #e3e3e3;
		border-radius: 0.3125rem;
		justify-content: space-between;
		padding: 15px;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		color: #404040;
		font-family: Knowledge2017, "Helvetica Neue", Arial, sans-serif;
	}

  @media only screen and (max-width: 768px) {
    #tr-guest-checkout-container .tr-AddressAlertBanner-button,
    #tr-regBill-address-autocomplete-container .tr-AddressAlertBanner-button,
    #tr-regShip-address-autocomplete-container .tr-AddressAlertBanner-button {
        margin-left: 0 !important;
    }
    #tr-guest-checkout-container #tr-billAddress-SearchInput-cantFindAddressButton, 
    #tr-guest-checkout-container #tr-shipAddress-SearchInput-cantFindAddressButton,
    #tr-regBill-address-autocomplete-container #tr-regBill-SearchInput-cantFindAddressButton, 
    #tr-regBill-address-autocomplete-container #tr-regShip-SearchInput-cantFindAddressButton,
    #tr-regShip-address-autocomplete-container #tr-regShip-SearchInput-cantFindAddressButton,
    #tr-regShip-address-autocomplete-container #tr-regBill-SearchInput-cantFindAddressButton {
      margin-left: 0 !important;
    }
}

#tr-regBill-address-autocomplete-container,
#tr-regShip-address-autocomplete-container{
  padding-left: 0px !important;
  margin-bottom: 45px;
}

 #tr-regBill-address-autocomplete-container #tr-regBill-SearchInput-dropdown,
  #tr-regShip-address-autocomplete-container #tr-regBill-SearchInput-dropdown {
  margin: 0;
  }

/* Cocounsel Product */
#tr-guest-checkout-container .tr-cocouncel-product-descriptionText,
#tr-registered-checkout-container .tr-cocouncel-product-descriptionText{
  padding: 0;
  margin-bottom: 24px;
}
#tr-guest-checkout-container .tr-cocouncel-product-descriptionText-container,
#tr-registered-checkout-container .tr-cocouncel-product-descriptionText-container{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
#tr-guest-checkout-container .tr-cocouncel-product-descriptionText-svg,
#tr-registered-checkout-container .tr-cocouncel-product-descriptionText-svg{
  flex: 0 0 auto;
}
#tr-guest-checkout-container .tr-cocouncel-product-descriptionText-text,
#tr-registered-checkout-container .tr-cocouncel-product-descriptionText-text{
  flex: 1 1 0; 
  font-size: 16px; 
  line-height: 24px; 
  color: #404040;
}
#tr-guest-checkout-container .tr-cocouncel-product-input,
#tr-registered-checkout-container .tr-cocouncel-product-input{
  padding: 0 0 0 39px;
  margin: 0 0 16px 0;
}
#tr-guest-checkout-container .tr-cocouncel-product-formCheckboxControl-input,
#tr-registered-checkout-container .tr-cocouncel-product-formCheckboxControl-input{
  flex:0 0  auto;
}
#tr-guest-checkout-container .tr-cocouncel-product-formCheckboxControl-label,
#tr-registered-checkout-container .tr-cocouncel-product-formCheckboxControl-label{
  flex: 1 1 auto;
  margin:0;
}
#tr-guest-checkout-container .tr-cocouncel-product-btn,
#tr-registered-checkout-container .tr-cocouncel-product-btn{
  margin: 0 0 0 39px;
}
#tr-guest-checkout-container .tr-cocouncel-product-instruction-text,
#tr-registered-checkout-container .tr-cocouncel-product-instruction-text{
  padding: 0;
  line-height:120%; 
  letter-spacing: 0px;
}
@media only screen and (max-width: 768px) {
    #tr-guest-checkout-container .tr-cocouncel-product-btn,
    #tr-guest-checkout-container .tr-cocouncel-product-input,
    #tr-registered-checkout-container .tr-cocouncel-product-btn,
    #tr-registered-checkout-container .tr-cocouncel-product-input{
      padding-left: 0px;
      margin-left: 0px;
    }
}

/* Need help section */
#tr-guest-checkout-container .need-help-container,
#tr-registered-checkout-container .need-help-container {
    border: 1px solid #afafaf !important;
    margin-top: 20px;
    font-family: Knowledge2017, Helvetica Neue, Arial, sans-serif;
    color: #404040 !important;
    line-height: 1.5;
    padding: 0 !important;
}
#tr-guest-checkout-container .need-help-text,
#tr-registered-checkout-container .need-help-text {
    padding: 0 !important;
}
#tr-guest-checkout-container .need-help-text p,
#tr-registered-checkout-container .need-help-text p {
    color: #404040 !important;
    padding: 20px 20px 10px 20px;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 28px;
    margin: 0 !important;
}
#tr-guest-checkout-container .need-help-hr-line,
#tr-registered-checkout-container .need-help-hr-line {
    padding: 0 20px !important;
}
#tr-guest-checkout-container .hr-line,
#tr-registered-checkout-container .hr-line {
    margin: 0 !important;
}
#tr-guest-checkout-container .phone-number,
#tr-registered-checkout-container .phone-number {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 20px;
}
#tr-guest-checkout-container .phone-number p,
#tr-registered-checkout-container .phone-number p {
    font-size: 14px;
    font-weight: 700 !important;
    color: #404040 !important;
    line-height: 18px;
    margin: 0 !important;
    padding: 5px 0;
}
#tr-guest-checkout-container .return-policy,
#tr-registered-checkout-container .return-policy {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px 20px 20px;
}
#tr-guest-checkout-container .return-policy a,
#tr-registered-checkout-container .return-policy a {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700 !important;
    color: #404040 !important;
    line-height: 18px;
    margin: 0 !important;
    padding: 5px 0;
}
#tr-guest-checkout-container .return-policy a:hover,
#tr-registered-checkout-container .return-policy a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 670px) {
    #tr-guest-checkout-container .need-help-container p,
    #tr-registered-checkout-container .need-help-container p {
        position: unset !important;
        width: unset !important;
    }
}
/* Product Cart Buttons Styling */
.tr-hybris-product-cart-bottons {
    display: flex;
    gap: 10px;
}
#tr-hybris-add-to-cart-button {
    border: 2px solid #FA6400;
    background: #ffffff;
    color: #404040;
    width: 138px;
    height: 38px;
}
#tr-hybris-add-to-cart-button:hover{
  background-color: rgba(30,30,30,.8);
  border-color: rgba(30,30,30,.8);
  color: #fff;
  opacity: 1;
}
#tr-hybris-buy-now-pdp-button {
    width: 181px;
    height: 38px;
}
@media only screen and (max-width: 675px){
    .tr-hybris-product-cart-bottons {
        flex-direction: column;
        gap: 10px;
    }
    
    #tr-hybris-add-to-cart-button,
    #tr-hybris-buy-now-pdp-button {
        width: 100%;
        margin: 0 !important;
    }
}

@media (max-width: 670px) {
    .tr-hybris-quantity-elements .tr-hybris-picket-controls{
        width: 153px !important
    }
    #tr-hybris-PDP-header-container{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .tr-hybris-product-sub-label-left{
      font-size: 16px;
  }
  .tr-hybris-sticky-price-custom{
    font-size: 24px !important;
  }
  .tr-hybris-add-to-cart-custom{
    gap: 22px;
  }
}
#tr-hybris-quantity-text-mobile {
   font-family: 'Knowledge2017';
   font-weight: 700;
   font-size: 16px;
   line-height: 26px;
   color: #444444;
}
/* Frequently Bought Together Section Styles */
.tr-hybris-frequently-bought-container {
    padding: 32px;
    margin: 0;
    border: 1px solid #D2D2D2;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tr-hybris-frequently-bought-title {
    font-family: Knowledge2017, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #404040;
    line-height: 34px;
}

.tr-hybris-frequently-bought-products {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}

.tr-hybris-fbt-product-card {
    display: flex;
    flex-direction: column;
	width: 279px;
}

.tr-hybris-fbt-product-image-wrapper {
    height: 188px;
    padding-left: 12px;
    padding-right: 12px;
}

.tr-hybris-fbt-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.tr-hybris-fbt-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 8px 24px 16px 24px;
    gap: 9px;
}

.tr-hybris-fbt-product-link {
    font-family: Source Sans 3, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
    color: #0062C4;
}

.tr-hybris-fbt-product-link {
    color: #0062C4;
    text-decoration: underline;
}
.tr-hybris-fbt-product-link:hover {
    color: #0062C4;
}
.tr-hybris-fbt-product-link:visited {
    color: #9647d1;
}
/* Add border and margin to second h2 accordion button */
.tr-hybris-tabs h2.tr-hybris-accordion-button:nth-of-type(2) {
    border-top: 1px solid #666666;
    margin-top: 24px !important;
}

.tr-hybris-fbt-product-subtitle {
    font-family: Source Sans 3,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	  font-weight: 400;
    font-size: 12px;
    color: #404040;
    line-height: 135%;
}

@media only screen and (max-width: 767px){
	.tr-hybris-frequently-bought-container{
		padding: 0px;
		border: none;
		border-top: 1px solid #D2D2D2;
		border-radius: 0px;
	}
  .tr-hybris-frequently-bought-products {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
  }
    
}

/* Similar Searched Products Section Styles */
.tr-hybris-tax-HorizontalRule {
    border: none;
    border-bottom: thin solid #d0d0d0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tr-hybris-tax-RecommendedProducts-wrapper {
    padding-left: 18px;
    padding-right: 18px;
}
.tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendations-wrapper {
    font-family: knowledge2017, helvetica neue, arial, sans-serif;
    min-width: 100%;
    width: 100%;
}
.tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendations-mainTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #404040;
    margin: 16px 0 !important; 
    text-align: left;
}
.tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendations-mainContainer {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 0 12px 16px 12px;
}
.tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendations-mainContainer .tr-hybris-tax-PersonalizedRecommendation-container {
    display: flex;
    flex-direction: column;
    width: 279px;
}
.tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendations-mainContainer .tr-hybris-tax-PersonalizedRecommendation-image {
    height: 200px;
    width: 150px;
    margin-bottom: 12px;
    display: flex;
    align-self: center;
}
.tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendations-mainContainer .tr-hybris-tax-PersonalizedRecommendation-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 auto 9px auto;
    max-width: 239px;
    text-decoration: underline;
    width: 100%;
    color: #0062C4;
    text-wrap: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendation-title:visited {
    color: #9647d1;
}
.tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendation-publishers {
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
    color: #404040;
    max-width: 239px;
    width: 100%;
}
.tr-hybris-tax-recommendations-hidden {
    display: none;
}

@media only screen and (max-width: 767px) {
    .tr-hybris-tax-HorizontalRule {
        display: none;
    }
    .tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendations-mainTitle {
        margin-top: 0 !important;
    }
    .tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendations-mainContainer {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 20px;
        width: auto;
    }
    .tr-hybris-tax-personalized-recommendations .tr-hybris-tax-PersonalizedRecommendation-publishers {
        margin: 0 auto;
  }
}

/* banner slider component for hompage */
.banner-slider-section {
    background-color: #E3F1FD;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 12px;
    gap: 32px;
}

.banner-slider-container {
    margin: 0 auto;
}

.banner-slider-title {
    font-family: Clario;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0px;
    color: #1F1F1F;
    margin: 0px !important;
}
.banner-slider-title .content{
  margin-left: 6px;
}

.banner-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.banner-slider-track {
    position: relative;
    width: 100%;
}

.banner-slide {
    display: none;
}

.banner-slide.active {
    display: block;
}

.banner-slider-navigation {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 40px;
    margin-left: 6px; 
    margin-bottom: 6px;
}

.banner-slider-btn {
    background: transparent;
    padding: 0;
    height: 32px;
}

.banner-slider-btn:hover {
    background: none;
    color: #fff;
}

.banner-slider-btn:focus{
    outline: 2px auto #0065ff;
    outline-offset: 4px;
    box-shadow: none;
    transition: 200ms;
    text-decoration: underline;
    border-radius: 50%;
}

.banner-slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.banner-slider-counter {
    font-size: 14px;
    color: #737373;
}

.banner-slide-body {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.banner-slider-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.banner-slide-body .banner-text-content {
    flex: 1;
    max-width: 500px;
    border-top: 1px solid #737373;
    padding-top: 16px;
    margin-left: 6px;
}

.banner-slide-heading {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    color: #1F1F1F;
    margin-bottom: 16px;
}

.banner-slide-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;   
    color: #404040;
    margin-bottom: 32px;
}

.banner-slide-link {
    color: #404040;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.banner-slide-link:hover {
    color: #00467bff !important;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.banner-image-content {
    flex: 1;
    max-width: 500px;
    height: 200px;
}
.banner-image-content img{
        width:100%;
        object-fit:cover;
}

.banner-slide-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.banner-slide-link:visited {
    color: inherit;
}
.banner-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
}
@media only screen and (max-width: 675px){
    #trta_Homepage{
      padding: 0;
    }
    #trta_Homepage #page{
      padding: 0;
    }
    #trta_Homepage{
      overflow-y: hidden;
    }
    .banner-slider-section{
      border-radius: 0px;
      padding: 84px 20px;
    }
    .banner-image-content img{
      height: 100%;
    }
    #mainContentContainer .content , #mainContentContainer .tr-hybris-search-container-home, #mainContentContainer #tr-hybris-browse-by-heading, 
    #mainContentContainer .tr-hybris-browse-by-container, #mainContentContainer .featured-solutions-container{
      padding: 0 20px ;
    }
    #mainContentContainer .tr-hybris-helpful-resources-container{
      margin-left: 20px;
      margin-right: 20px;
      width: unset;
    }
    #mainContentContainer .banner-text-content .banner-slide-heading, #mainContentContainer .banner-text-content .banner-slide-description{
      text-align: center;
	}

    .banner-slide-body {
        flex-direction: column-reverse;
        gap: 16px;
    }
    
    .banner-slide-body .banner-text-content,
    .banner-image-content {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .banner-slide-link{
        display: flex;
        justify-content: center;
    }
    
    .banner-slider-title {
        font-size: 28px;
    }
    .banner-slider-title .content{
      margin-left: 0;
      padding: 0 !important;
    }
    
    .banner-slider-navigation {
        margin-top: 24px;
        justify-content: center;
        margin-left: 0;
    }
    .banner-slide-body .banner-text-content{
        border-top: none;
        padding-top: 0;
        margin-left: 0;
    }
    .banner-slider-btn{
      margin-left: 0 !important;
    }
     .banner-links-wrapper {
        justify-content: center;
    }
    .banner-image-content{
        height: auto !important;
    }
}