.product-detail-page {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  color: #101010;
}

.product-detail-page.first-half {
  padding-top: 30px;
}

.bread-button-container {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bread-button-container a {
  text-decoration: none;
}

.bread-icon {
  padding: 5px;
}

.product-detail-page p {
  margin: 0;
}

.open-close:hover {
  cursor: pointer;
}

.spanlink {
  text-decoration: underline;
}

.product-detail-page .button {
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
}

.overflow-container .pdp-details-main .btn-orange {
  height: 50px;
  display: block;
  line-height: 50px;
  margin-top: 20px;
}

.product-detail-page a {
  font-weight: 600;
  color: #532279;
}

.product-detail-page a:hover {
  cursor: pointer;
}

.product-detail-page .font-bold {
  font-weight: 600;
}

.product-detail-page .font-grey {
  color: #4A4A4A;
}

.product-detail-page .breadcrumbs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--light-background-color);
  position: relative;
  height: 40px;
  border-radius: 15px;
  padding: 0 30px;
  width: fit-content;
  max-width: calc(100% - 32px);
}

.product-detail-page .breadcrumbs .arrow-right {
  background-image: url("./../../images/icon/arrow-right.svg");
  display: block;
  width: 6px;
  background-size: contain;
  height: 10px;
  background-repeat: no-repeat;
  margin: 0 10px;
  background-position: center;
}

.product-detail-page .breadcrumbs li {
  list-style-type: none;
}

.product-detail-page .breadcrumbs li a {
  font-weight: 400;
  text-decoration: none;
}

.product-detail-page .product-detail-page-title {
  font-size: 60px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.product-detail-page .product-detail-page-title sup {
  position: relative;
  font-size: 40%;
  line-height: 0;
  vertical-align: baseline;
  top: -1.2em;
}

.product-detail-page .review-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.product-detail-page .product-detail-page-desc {
  margin-bottom: 20px;
  font-size: 20px;
}

.product-detail-page .pdp-container {
  width: 100%;
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.product-detail-page .pdp-container .pdp-column {
  display: inline-block;
}

.pdp-image-col {
  width: 60%;
}

/* Recommended Products (Tabs) */
.product-infos {
  position: relative;
  width: 95.8%;
  margin-top: 90px;
}

.product-infos.tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-infos.tabs>label {
  width: 11%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 16px;
  min-height: 38px;
  background: #CFCFCF;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: absolute;
  top: -68px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.labels.tab-2 {
  left: 18%;
}

.labels.tab-3 {
  left: 34.5%;
}

.labels.tab-4 {
  left: 51%;
}

.labels.tab-5 {
  left: 67.5%;
}

.labels.tab-6 {
  left: 83.7%;
}

.product-infos.tabs .labels.tab-7 {
  left: 100%;
  width: 30px;
}

.product-infos.tabs .tab {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-infos.tabs input[type="radio"] {
  display: none;
}

.product-infos.tabs .tab.active {
  display: flex;
  flex-flow: column;
}

.labels.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.labels {
  -webkit-box-shadow: 1px -9px 13px -6px #747474;
  box-shadow: inset 1px -9px 13px -6px #747474;
}

label.tab-1.active,
label.tab-2.active,
label.tab-3.active,
label.tab-4.active,
label.tab-5.active,
label.tab-6.active {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e2e3), to(#f2f2f2));
  background: linear-gradient(180deg, #e1e2e3 0%, #f2f2f2 100%);
  z-index: 3;
}

.product-infos.tabs input[type="radio"]:checked+label+.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-container {
  width: 100%;
  border-radius: 15px;
  padding: 30px 30px 0;
  background-color: #E1E2E3;
  z-index: 2;
}

.main-picture-gallery,
.main-picture-gallery .active {
  width: 100%;
  height: auto;
}

.main-picture-gallery {
  position: relative;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-picture-gallery .picture-container {
  position: relative;
  cursor: pointer;
}

.main-picture-gallery .picture-container~img:not(.centered-badge) {
  width: clamp(300px, 100%, 450px);
  margin: auto;
}

.main-picture-gallery .picture-container~.centered-badge {
  width: 120px;
  margin: auto;
  display: block;
}

.main-picture-gallery #topgifts {
  height: 166px;
  top: -32px;
  position: absolute;
  width: 100px;
  left: 0px;
}

@media screen and (max-width: 992px) {
  .main-picture-gallery #topgifts {
    height: 124px;
    top: -35px;
    position: absolute;
    width: 55px;
    z-index: 10;
  }
}

.main-picture-gallery .active.loading {
  background: url('/images/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
}

.labels.tab-1 {
  left: 1.5%;
}

.products-table {
  margin-top: 120px;
}

.gallery {
  display: flex;
  padding: 40px 30px;
}

.gallery .slick-prev,
.gallery .slick-next {
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: initial;
  margin-left: 15px;
}

.gallery .slick-prev {
  top: -15px;
  left: 23%;
  width: 38px;
  background-image: url('./../../images/product/arrow-top-carousel.svg');
}

.gallery .slick-next {
  right: 23%;
  top: 80%;
  width: 38px;
  background-image: url('./../../images/product/arrow-down-carousel.svg');
  margin-top: 20px;
}

.gallery .slick-prev:before,
.gallery .slick-next:before {
  opacity: 1;
  content: ' ';
  font-size: 0;
}

.picture-container .featherlight-content .slick-next,
.picture-container .featherlight-content .slick-prev {
  top: 50%;
  transform: rotate(270deg);
  position: absolute;
}

.picture-container .featherlight-content .slick-next {
  right: 15px;
  margin-top: 0px;
}

.picture-container .featherlight-content .slick-prev {
  left: 0px;
}

.picture-container .featherlight-content .slick-slide {
  display: flex;
  justify-content: space-around;
}

.picture-container .featherlight-content .slick-slide picture {
  margin: auto;
}

.picture-container .featherlight-content {
  max-width: 1200px;
  width: 95vw;
  height: 95vh;
  margin-left: 0;
  margin-right: 0;
  min-width: 15vw;
}

.picture-container .featherlight-content .slick-track {
  display: flex;
  justify-content: center;
  height: 85vh;
}

.picture-container .featherlight-content>img {
  width: auto;
  height: 85vh;
  display: block;
  margin: 0 auto;
}

.picture-container .featherlight-content .slick-slide img {
  object-fit: cover;
  height: 85vh;
  max-height: 860px;
}

.thumbs-gallery {
  width: 70px;
  max-width: 70px;
}

.thumbs-gallery img.active {
  border: 2px solid #D46027 !important;
}

.thumbs-gallery img {
  border: 2px solid #F2F3F3 !important;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  height: auto;
  min-width: 50px;
  max-width: -webkit-fill-available;
}

.thumbs-gallery .video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.thumbs-gallery img:focus {
  outline: 0;
}

.advice-box {
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.advice-box img {
  width: 56px;
  margin-right: 10px;
}

.advice-box h3 {
  margin: 0;
}

.advice-box p {
  line-height: 36px;
  font-size: 16px;
}

.advice-box .link {
  font-size: 16px;
}

.advice-box>img.this-isnt-cropped {
  width: 70px;
  margin-left: -7px;
  margin-right: 2px;
}

.advice-box>img.this-isnt-cropped+div h3 {
  margin-bottom: 4px;
}

.advice-box+.advice-box {
  margin-top: 35px;
  margin-bottom: 35px;
}

.tabs-container .container-box {
  width: 93.5%;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-flow: row wrap;
}

.container-box {
  padding: 10px 30px 30px;
}

.pdp-details-main {
  text-align: center;
}

.pdp-details-col {
  width: 40%;
  padding: 0 30px 35px 15px;
}

.dpd-tabs {
  width: 68%;
}

.first-container {
  display: flex;
  background-color: #fff;
  max-width: 1430px;
  margin: 30px auto 0;
  border-radius: 10px;
  position: relative;
}

.pdp-details-main .title {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 5px;
}

.pdp-details-main .subtitle {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

.pdp-details-main .prices {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pdp-details-main .prices .old {
  font-size: 18px;
  text-decoration: line-through;
}

.pdp-details-main .prices .new {
  font-size: 60px;
  font-weight: 500;
  margin-right: 15px;
}

.vertical-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dpd-details-advantages {
  margin-top: 40px;
}

.dpd-details-advantages .subtitle {
  text-transform: uppercase;
  font-weight: 700;
}

.list-items {
  display: flex;
  flex-flow: row wrap;
  margin: 15px 0;
}

.list-items .check {
  width: 48%;
  padding: 5px 0;
}

.list-items .check-icon {
  width: 13px;
  margin-right: 5px;
}

.main-advantages {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  margin-bottom: 40px;
  margin-top: 25px;
}

.main-advantages .option {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100px;
}

.main-advantages a,
.main-advantages a:-webkit-any-link {
  text-decoration: none;
  color: unset;
  font-weight: unset;
}

.main-advantages img {
  margin-bottom: 7px;
}

.pdp-details-info {
  background-color: var(--background-color);
  padding: 25px;
  border-radius: 10px;
}

.table-info {
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
}

.table-info .col-1 {
  width: 50%;
  font-weight: 700;
  padding-bottom: 20px;
}

.table-info .col-2 {
  width: 50%;
  padding-bottom: 20px;
}

.table-info .col-2 a {
  display: block;
}

.table-info .border {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 20px;
}

.table-info .btn-orange{
	display: block;
	text-transform: unset;
	text-wrap: nowrap;
}

.col-100 {
  width: 100%;
  padding-bottom: 10px;
}

.tab:not(#fabric-tab-content) .container-box .title {
  border-bottom: 1px solid #E1E2E3;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
}

#overview-tab-content div.container-box>div {
  max-width: 100%;
  overflow-x: auto;
}

#overview-tab-content .harmar-calculator-button {
  display: inline-block;
  margin-right: 10px;
  line-height: 40px;
  font-size: 14px;
}

@media (max-width: 491px) {
  #overview-tab-content .harmar-calculator-button {
    line-height: 20px;
    display: flex;
    align-items: center;
  }
}

.container-box .two-column {
  width: 44%;
}

.container-box .list-items {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  line-height: 30px;
}

.container-box .link {
  font-size: 16px;
}

.container-box .list-items li {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}

.container-box .col-2 .list-items li {
  flex-flow: wrap;
}

.container-box .list-items li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: var(--alt-light-color-scheme);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  margin-top: 13px;
}

.container-box .list-items li ul {
  min-width: calc(100% - 40px);
}

.dpd-customise {
  width: 30%;
}

.dpd-customise-content,
.dpd-total-payment {
  background-color: var(--background-color);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.dpd-total-payment .link {
  max-width: 60%;
  display: block;
  text-align: center;
  margin: 30px auto auto;
  font-size: 16px;
  line-height: 27px;
}

.dpd-customise h2.title,
.popular-products-container .title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 17px;
  text-align: center;
}

.popular-products-container {
  max-width: 1430px;
  margin: auto;
}

h3.title.configCat:first-of-type {
  margin-top: 0;
}

.dpd-customise-content h3 {
  padding-bottom: 8px;
  margin-bottom: 0;
}

#configurator.dpd-customise .dpd-customise-content .input-radio {
  margin-top: 5px;
}

body.acsb-keynav #configurator.dpd-customise .dpd-customise-content .input-radio {
  display: flex;
  flex-direction: column;
}

#configurator.dpd-customise hr:last-child {
  display: none;
}

.order-free {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 28px;
  margin-top: 20px;
}

.order-free .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  padding: 5px 20px;
  line-height: 20px;
}

.order-free img {
  margin-right: 20px;
}

.separator-line-only-mobile {
  display: none;
}

.custom-shipping-only-mobile {
  display: none;
}

.w-100 {
  width: 100%;
}

.two-column.w-40 {
  width: 40%;
}

.two-column.w-55 {
  width: 55%;
}

.one-column p {
  font-size: 16px;
}

.section-separator {
  margin: 50px;
  border-bottom: 1px solid #e1e2e3;
}

.tab:not(#returns-tab-content):not(#warranty-tab-content) .container-box p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #4A4A4A;
}

.tab:not(#returns-tab-content):not(#warranty-tab-content) .container-box p:last-of-type {
  margin-bottom: 0;
}

.two-column.w-40 img {
  margin-bottom: 15px;
}

.small-users-box,
.big-users-box {
  border: 2px solid #e1e2e3;
  border-radius: 10px;
  padding: 0 60px;
  position: relative;
  margin-bottom: 40px;
}

.small-users-box p {
  margin-bottom: 10px;
}

.small-users-box img {
  margin-bottom: 0;
}

.small-users-box h3,
.big-users-box h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.small-users-box .list-items .check,
.big-users-box .list-items .check {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.small-users-box .list-items .check .check-icon,
.big-users-box .list-items .check .check-icon {
  margin-bottom: 0;
}

.people-weight {
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}

.container-box .one-column p {
  margin-bottom: 0;
}

.popular-products {
  display: flex;
  justify-content: center;
}

a.popular-product-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 20px;
  font-size: 18px;
  color: #101010;
  width: 16%;
  max-width: 260px;
  transition: .5s all;
  text-decoration: none;
}

.popular-product-box:hover {
  transform: translateY(-10px);
  box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 20%);
}

.popular-product-box h3 {
  padding: 0 15px;
  min-height: 100px;
}

/* Custom checkbox */

.custom-checkbox {
  position: relative;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.custom-checkbox:hover {
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: #fff;
}

.custom-checkbox:hover input~.checkmark {
  background-color: #fff;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block !important;
}

.custom-checkbox .checkmark:after {
  left: 13px;
  top: 7px;
  width: 5px;
  height: 11px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox .checkmark~span,
.custom-checkbox .checkmark~a {
  margin-left: 40px;
  margin-right: 40px;
}

.dpd-customise .option .custom-checkbox {
  margin-right: 18px;
}

/* Dropdown Style  */

.select {
  position: relative;
}

.select-label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.select-custom {
  position: relative;
  width: 100%;
}

.select-custom-trigger,
.dpd-customise-content select {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: unset;
  border: none;
  font-size: 16px;
  font-family: var(--primary-font);
  position: relative;
  width: 86.5%;
  padding: 10px 35px 10px 15px;
  line-height: 27px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-custom-trigger[data-disabled=true],
.dpd-customise-content select[data-disabled=true],
.select.orange-arrow[data-disabled=true] select {
  background-color: #cdcdcd;
  color: #aaa;
}

.select-wrapper {
  margin: 20px 0;
}

.select-custom-trigger::after,
.dpd-customise-content select::after {
  content: "";
  background-image: url('./../../images/icon/arrow-down-orange.svg');
  background-size: contain;
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  line-height: 3.8rem;
  right: 0.8rem;
}

/* this section is a workaround because css wont let you add :after directly to a select */
.dpd-customise-content .sling .select-custom-option {
  width: 100%;
}

.dpd-customise-content .sling .select-custom-option-content {
  display: inline-block;
  width: calc(100% - 75px);
}

.dpd-customise-content .sling .select-custom-option-content .sling-select-wrapper {
  position: relative;
}

.dpd-customise-content .sling .select-custom-option-content .sling-select-wrapper select {
  width: calc(100% - 10px);
}

.dpd-customise-content .sling .select-custom-option-content .sling-select-wrapper::after,
.select.orange-arrow::after {
  content: "";
  background-image: url('./../../images/icon/arrow-down-orange.svg');
  background-size: contain;
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  line-height: 3.8rem;
  pointer-events: none;
}

.select.orange-arrow::after {
  bottom: 10px;
  right: 13px;
}

/* end section is a workaround because css wont let you add :after directly to a select */

.select-custom-trigger[data-disabled=true]::after,
.dpd-customise-content select[data-disabled=true]::after,
.select.orange-arrow[data-disabled=true]::after {
  background-image: url('./../../images/icon/arrow-down-gray.svg');
}

.select-custom-trigger:hover,
.dpd-customise-content select:hover {
  border-color: #532279;
}

.select-custom-options {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  border-radius: 0.4rem;
  background-color: #fff;
  z-index: 1;
  padding: 0.8rem 0;
  display: none;
}

.select-custom.active .select-custom-options {
  display: block;
}

.select-custom-option {
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.select-custom-option:hover {
  cursor: pointer;
}

.select-custom-trigger[data-disabled=true],
.select-custom-trigger[data-disabled=true] .select-custom-option,
.select-custom-trigger[data-disabled=true]+.select-custom-options,
.select-custom-trigger[data-disabled=true]+.select-custom-options .select-custom-option,
.select-custom-trigger[data-disabled=true]+.select-custom-options .select-custom-option:hover {
  cursor: not-allowed;
}

.select-custom-options .select-custom-option:hover {
  background-color: #f6f5f0;
}

.select-custom-option-content p {
  /*font-weight: 700; removing this until we have price and lead time in their own fields instead of title. Also see rule directly below*/
}

.select-custom-option,
.select-custom-option-content,
.select-custom-option-content p {
  font-weight: 400 !important;
}

.select-custom-option-content {
  margin-left: 15px;
}

.js-select-custom.active .select-custom-trigger::after,
.dpd-customise-content select.expanded-width {
  top: 10px;
  transform: rotate(180deg);
}

.select-custom-option img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

/* END */

/* Custom Radio */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  cursor: pointer;
  line-height: 32px;
  font-size: 16px;
  display: inline-block;
  color: #4a4a4a;
  padding-left: 45px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:focus+label:before {
  border: solid #000 1px;
}

[type="checkbox"]:focus~.checkmark {
  border: 1px solid #000;
}

select:focus {
  border: 1px solid #000;
}

.custom-checkbox:focus,
.reviews-select:focus {
  border: solid #000 1px;
}

button.slick-arrow:focus-visible {
  outline: 1px solid black;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #D46027;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.input-radio p {
  margin: 5px 0 10px;
}

/* END */
.product-infos.tabs .only-mobile.pdp-details-info {
  display: none;
}

@media screen and (max-width: 992px) {
  .product-infos.tabs .only-mobile-tab-header-look-alike+.only-mobile.pdp-details-info {
    display: flex;
  }

  .only-mobile-hide {
    display: none !important;
  }

  .dpd-customise-content,
  .dpd-total-payment {
    padding: 10px;
  }

  .select-wrapper {
    margin: 0 0 15px 0;
  }

  .pdp-details-info {
    padding: 1px 15px;
  }
}

.dpd-total-payment .total {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.dpd-total-payment .total span {
  color: #D46027;
}

.add-to-cart {
  display: block;
  font-size: 28px;
  margin-top: 30px;
  padding: 20px 0;
  transition: .5s all;
}

.customize-btn,
.add-to-cart-btn {
  font-size: 24px;
}

.checkbox-row.active .expand-icon,
#fabric-tab-content .content-section-header.active .expand-icon,
.only-mobile-tab-header.active .expand-icon {
  background-image: url('./../../images/icon/minus.svg');
}

.checkbox-row .expand-icon,
#fabric-tab-content .content-section-header .expand-icon,
.only-mobile-tab-header .expand-icon {
  background-image: url('./../../images/icon/plus.svg');
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.checkbox-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkbox-body {
  display: none;
}

.checkbox-body .select-custom-option:hover {
  background-color: transparent;
}

.checkbox-row.active .checkbox-body {
  display: block;
}

.checkbox-body .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin: 10px 0;
}

.checkbox-body .select-custom-option {
  padding: 5px 0;
}

.checkbox-body .option img {
  max-width: 69px;
  max-height: 69px;
}

.checkbox-body .select-custom-option-content p {
  max-width: 250px;
}

.only-mobile-tab-header,
.only-mobile-tab-header-look-alike {
  display: none;
}

.option.sling select {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  margin-top: 7px;
}

/* Popup */

.overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgb(13 13 13 / 58%);
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}

.overlay-popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 4;
}

#fabric-tab-content .deals {
  margin-bottom: 25px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}

#fabric-tab-content .deals-links {
  margin-left: 10px;
}

#fabric-tab-content .deals a {
  display: block;
  font-size: 16px;
  line-height: 26px;
}

#fabric-tab-content label:last-child {
  padding-bottom: 0;
}

#fabric-tab-content .title {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

#fabric-tab-content .title h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0;
}

#fabric-tab-content .subtitle {
  margin: 10px 0 15px 0;
}

#fabric-tab-content .subtitle label {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 28px;
  font-weight: 300;
}

#fabric-tab-content .content-section {
  margin-bottom: 10px;
  background-color: lightgrey;
  border-radius: 10px;
}

#fabric-tab-content .content-section-header {
  width: calc(100% - 30px);
  padding: 15px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#fabric-tab-content .content-section-header label {
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
}

#fabric-tab-content .content-section-body {
  width: calc(100% - 30px);
  padding: 0 15px 15px 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  display: none;
}

#fabric-tab-content .content-section-body.active {
  display: flex;
}

#fabric-tab-content .content-section-body-card {
  width: 100%;
}

#fabric-tab-content .content-section-body-card .title {
  border-top: 1px solid #afafaf;
  width: 100%;
  padding-top: 15px;
  display: flex;
  flex-flow: column;
}

#fabric-tab-content .content-section-body-card .title label {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

#fabric-tab-content .content-section-body-card .title a {
  font-size: 16px;
  display: block;
}

.content-section-body-card-cells {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}

#fabric-tab-content .section-content-subcategory-cell {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  padding: 10px 15px 0 0;
}

#fabric-tab-content .cell-image-details label {
  display: block;
}

h3.title.configCat+a.link {
  text-decoration: underline;
  width: 100%;
  display: inline-block;
  /* margin-top: -10px;
  margin-bottom: -10px;*/
}

h3.title.configCat+a.link .toolphrase {
  display: inline-block;
}

h3.title.configCat+a.link .tooltip {
  display: none;
}

.sidebyside {
  display: flex;
  flex-direction: column;
}

#fabric-tab-content .close-icon {
  background-image: url('./../../images/product/close-orange.svg');
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}

#fabric-tab-content .close-icon.link {
  text-decoration: underline;
  width: auto;
  background-image: unset;
  color: #532279;
  font-size: 16px;
  height: auto;
  font-weight: 600;
}

#fabric-tab-content .close-icon:hover {
  cursor: pointer;
}

/* REVIEWS TAB */
.sort select {
  width: 238px;
  font-family: var(--primary-font);
  border: 1px solid #E1E2E3;
  border-radius: 10px;
  height: 50px;
  padding: 0 10px;
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url('./../../images/icon/arrow-down-orange.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 20px;
}

.sort,
.products-show,
.page-number {
  display: flex;
}

.sort p,
.products-show p,
.page-number p {
  font-size: 18px;
  margin: 14px 20px 0 0;
}

@media screen and (max-width:992px) {
  .sort {
    max-width: 100%;
  }

  .product-detail-page-header.mobile-only {
    display: block;
  }

  .product-detail-page .order-free .btn {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
  }

  #fabric-tab-content .order-free {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  h3.title.configCat+a.link {
    margin-left: 10px;
    width: unset;
    display: unset;
    margin-top: unset;
    margin-bottom: unset;
  }

  .sidebyside {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (max-width:414px) {
  .only-if-room {
    display: none;
  }

  .order-free {
    max-width: 270px;
  }

  .product-detail-page .order-free .btn {
    padding: 5px 20px;
  }
}

.container-box.centre {
  padding: 30px 30px 20px 30px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0 0 0;
}

.review-body {
  border-top: 1px solid #e1e2e3;
  padding-top: 20px;
  justify-content: space-between;
  display: none;
  margin-top: 20px;
}

.review-body.active {
  display: flex;
  width: 100%;
}

p.review-header-title {
  font-weight: 800;
  color: #101010;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-header-right .arrow-down-orange {
  width: 20px;
  height: 20px;
  margin-left: 45px;
}

.review-header .review-stars {
  display: flex;
  align-items: center;
  margin-left: -22px;
}

.review-stars .rating {
  font-weight: 400;
  margin-left: 12px;
  font-size: 16px;
}

.review-puslish-date {
  font-size: 16px;
  margin-left: 20px;
}

.review-header-right {
  display: flex;
  align-items: center;
}

.review-body .two-column.w-70 {
  width: 75%;
}

.review-body .two-column.w-30 {
  width: 20%;
  margin-right: 10px;
}

.review-body-property_name {
  font-weight: 800;
  color: #101010;
  font-size: 16px;
  width: 140px;
  min-width: 140px;
  display: inline-table;
}

.review-body-property {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

p.review-body-property_description {
  margin-bottom: 0;
}

.detailed-main-review_category {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 400;
  margin-bottom: 8px;
  margin-left: 11px;
  white-space: nowrap;
  display: block;
}

.detailed-main-review {
  margin-bottom: 25px;
}

.detailed-main-review_rating {
  align-items: center;
  display: flex;
}

.detailed-main-review_rating>.review-bar {
  margin-right: -20px;
}

.detailed-main-review_note {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 400;
  margin-left: 10px;
}

.back-to-top-review {
  font-weight: 600;
  color: #532279;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 40px;
  display: block;
}

.main-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main-review-average {
  font-size: 60px;
  font-weight: 600;
}

.main-review .customers-review {
  font-weight: 600;
  color: #532279;
  text-decoration: underline;
  font-size: 18px;
}

.main-review img {
  width: 200px;
}

.main-review-container .detailed-main-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.main-review-container .detailed-main-review_category {
  margin-bottom: 0;
}

.main-review-container p.evidence {
  font-weight: 800;
  color: #101010;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.main-review-container .two-column.col-2 .link {
  margin-top: 25px;
  display: block;
  font-size: 18px;
}

.tabs-container.more-info {
  margin-top: 50px;
}

.open-review {
  transition: .5s all;
}

.open-review:hover {
  cursor: pointer;
  opacity: .6;
}

.open-review.active {
  transform: rotate(180deg);
}

.review-box .sort p {
  color: #101010;
}

@media only print,
screen and (max-width: 992px) {
  .detailed-main-review_category {
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .main-review .review-bar {
    transform: scale(0.95) !important;
  }

  .main-review-average {
    font-size: 40px;
  }

  .detailed-main-review span {
    max-width: 93px;
    white-space: normal;
  }
}

@media screen and (min-width: 993px) and (max-width: 1299px) {
  .detailed-main-review_category {
    margin-left: 0;
  }

  .main-review .review-bar {
    transform: scale(0.95) !important;
  }

  .main-review-average {
    font-size: 40px;
  }

  .detailed-main-review span {
    max-width: 93px;
    white-space: normal;
  }

  .main-picture-gallery .picture-container~img {
    width: clamp(300px, 100%, 350px);
  }
}

/* END REVIEWS TAB */

/* RESPONSIVE */

@media screen and (max-width: 1400px) {
  .product-infos.tabs>label {
    width: 11%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 14px;
  }

  .select-custom-trigger,
  .dpd-customise-content select {
    width: 89%;
    padding: 10px 7% 10px 4%;
  }

  .container-box .fill-width-img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .product-detail-page .product-detail-page-title {
    font-size: 48px;
  }

  .main-advantages img {
    transform: scale(.8);
  }

  .pdp-details-main .title {
    font-size: 32px;
  }

  .pdp-details-main .prices .new {
    font-size: 48px;
  }

  .product-infos.tabs>label {
    width: 14%;
    padding: 15px 5px;
    font-size: 13px;
  }

  .small-users-box,
  .big-users-box {
    padding: 0 40px;
  }

  .small-users-box h3,
  .big-users-box h3 {
    font-size: 16px;
  }

  .dpd-total-payment .total {
    font-size: 28px;
  }

  .add-to-cart {
    font-size: 24px;
  }

  .dpd-total-payment .link {
    max-width: 90%;
  }

  .dpd-customise h2.title,
  .popular-products-container .title {
    font-size: 32px;
  }

  .table-info .col-1 {
    width: 48%;
    padding-right: 2%;
  }

  .main-advantages .option {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .table-info .col-1 {
    width: 44%;
    padding-right: 6%;
  }

  h3.title.configCat+a.link .toolphrase {
    display: none;
  }

  h3.title.configCat+a.link .tooltip {
    display: inline-block;
  }
}

.padding-fix {
  padding-bottom: 30px;
}

@media only print,
screen and (max-width: 992px) {
  .product-detail-page .pdp-container {
    flex-flow: column;
  }

  .overflow-container .first-container {
    background-color: transparent;
    flex-direction: column;
  }

  .section-separator {
    display: none;
  }

  .product-detail-page {
    max-width: 500px;
  }

  .product-detail-page .breadcrumbs {
    background-color: transparent;
    padding: 0 16px;
  }

  .product-detail-page .review-container {
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .product-detail-page .product-detail-page-title {
    font-size: 28px;
    text-align: center;
  }

  .only-desktop {
    display: none;
  }

  .only-mobile-tab-header,
  .only-mobile-tab-header-look-alike {
    display: block;
    background-color: #e1e2e3;
    margin-top: 20px;
    padding: 5%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .product-detail-page .product-detail-page-desc {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    line-height: 28px;
    max-width: 75%;
    margin: 15px auto;
  }

  .pdp-image-col {
    width: 100%;
  }

  .thumbs-gallery {
    order: 2;
  }

  .thumbs-gallery img {
    margin: unset;
  }

  .main-picture-gallery {
    order: 1;
  }

  .pdp-details-col {
    width: 90%;
    padding: 0 5%;
  }

  .pdp-details-main .prices .new {
    font-size: 38px;
  }

  .pdp-details-main .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .pdp-details-main .subtitle {
    font-size: 16px;
  }

  .pdp-details-main .link {
    text-transform: uppercase;
  }

  .product-detail-page .btn-orange {
    font-weight: 500;
    font-size: 28px;
  }
  
  .table-info .btn-orange{
	font-size: 16px;
	padding: 0 20px;
  }

  .dpd-details-advantages .subtitle {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    text-transform: inherit;
  }

  .list-items .check {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dpd-customise {
    width: 100%;
  }

  .dpd-customise-content,
  .dpd-total-payment {
    border-radius: 0;
    margin-bottom: 0;
  }

  .dpd-total-payment {
    padding-top: 0;
  }

  .product-infos.tabs>label {
    display: none;
  }

  .product-infos.tabs .tab {
    display: none;
    background-color: #e1e2e3;
    padding: 5%;
    width: 90%;
  }

  .dpd-tabs {
    width: 100%;
  }

  .tabs-container .container-box {
    width: 84%;
    padding: 10px 8% 30px;
  }

  .container-box .two-column {
    width: 100%;
  }

  .tabs-container {
    background-color: transparent;
    padding: 0;
    z-index: 1;
  }

  .product-infos {
    margin-top: 0;
  }

  .product-infos.tabs .tab.active {
    display: flex;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-infos.tabs .only-mobile-tab-header-look-alike+.tab {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  a.popular-product-box {
    margin: 0 10px;
    border: 1px solid #e1e1e1;
  }

  .popular-products-container .slick-list {
    margin: 0;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .popular-products-container .slick-dots li btn:before {
    font-size: 16px;
  }

  .popular-products-container .slick-dots li.slick-active btn:before {
    color: #D46027;
    opacity: 1;
  }

  .dpd-customise {
    order: -1;
  }

  .dpd-customise h2.title,
  .popular-products-container .title {
    font-size: 24px;
    font-weight: 600;
  }

  .popular-products-container {
    margin: 30px 0;
    order: 4;
    display: flex;
    flex-flow: column;
  }

  .popular-products-container .title {
    order: 2;
  }

  .popular-products-container .popular-products {
    order: 3;
  }

  .second-container .dpd-customise .title {
    margin-bottom: 30px;
  }

  .second-container .dpd-customise-content h3.title {
    margin-bottom: 8px;
  }

  .thumbs-gallery {
    width: 100%;
    max-width: initial;
    margin-top: 20px;
  }

  .gallery {
    flex-flow: column;
    padding: 0 0 10px;
  }

  .separator-line-only-mobile {
    width: 46%;
    height: 2px;
    background-color: #E1E2E3;
    margin: 40px auto 40px auto;
    order: 1;
    display: block;
  }

  .custom-shipping-only-mobile {
    display: block;
    padding-bottom: 0px !important;
    order: -1;
  }

  .custom-shipping-only-mobile .table-info .col-1 {
    width: 24%;
    padding-right: 0px !important;
  }

  .custom-shipping-only-mobile .table-info .back-space {
    width: 30% !important;

  }

  .custom-shipping-only-mobile .table-info .col-2 {
    width: 67%;
    font-weight: bold;
  }

  .thumbs-gallery .slick-slide {
    height: auto;
    border: 2px solid #e0e0e0 !important;
    margin: 0 10px;
  }

  .main-picture-gallery {
    margin-left: 0;
    display: flex;
    flex-flow: column;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.27);
    margin: 0 5%;
    width: 90%;
  }

  .pdp-details-main .prices {
    margin-top: 25px;
  }

  .main-advantages .option {
    font-weight: 600;
    color: #532279;
    text-decoration: underline;
  }

  .pdp-details-info {
    display: none;
  }

  .product-detail-page .review-container span {
    margin-top: 10px;
  }

  .main-advantages {
    margin-bottom: 0;
  }

  .main-picture-gallery .product-detail-page-header {
    order: 1;
  }

  .main-picture-gallery .active,
  .main-picture-gallery .picture-container {
    order: 2;
  }

  .main-picture-gallery #imgdescription {
    order: 3;
  }

  .main-picture-gallery .picture-container~img {
    order: 4;
    padding: 15px 0;
  }

  .main-picture-gallery .product-detail-page-header h1 {
    padding: 0 10px;
  }

  .only-mobile.pdp-details-info .container-box {
    padding: 30px 8% 30px;
  }

  .product-detail-page .breadcrumbs li {
    font-size: 12px;
  }
}

.list-items .videoThumbLink {
  border: 1px solid #E1E2E3;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}

.spec-table {
  width: 100%;
}

.full-width {
  width: 100%;
}

.thumbs-gallery .slick-slide {
  margin-left: 4px;
  max-width: fit-content;
}

.video-thumbnail.slick-slide {
  position: relative;
  width: 49px;
  border: none !important;
}

.video-thumbnail .play-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 65%;
  margin: auto;
  display: none;
}

.video-thumbnail.slick-slide .play-overlay {
  display: block;
}

.threesixty-thumblink {
  width: 56px;
  margin-left: 4px;
}

.threesixty-thumblink img {
  height: 48px;
}

.popular-product-box img {
  width: 100%;
  height: auto;
}

.popular-products-container:last-of-type {
  padding-bottom: 30px;
}

.move-over-dang-it {
  margin-left: 10px;
}

#upszipcode,
#upszipcode-mobile {
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-family: var(--primary-font);
  padding: 10px 0 10px 15px;
  width: 150px;
}

@media screen and (max-width: 1200px) {

  #upszipcode,
  #upszipcode-mobile {
    padding: 10px 0 10px 0;
  }

  #upsgobutton,
  #upsgobutton-mobile {
    padding: 0px;
  }
}

#dynamicrates strong:not(:first-of-type)::before,
#dynamicrates-mobile strong:not(:first-of-type)::before {
  content: "\A";
  white-space: pre;
}

.imgbutton {
  display: table;
  /* hack to force newline */
}

#imgdescription {
  text-align: center;
}

/* *************************** Importing these from the Spin3 css ************************* */
#errorList {
  padding: 20px;
  margin: 20px;
  color: var(--error-color);
  font-weight: bold;
  background: var(--error-bg-color);
  border: 1px solid var(--error-border-color);
  ;
  border-radius: 10px;
}

#errorList h3 {
  margin-top: 0;
}

#errorList ul {
  padding: 0;
  padding-left: 20px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

#pinterest {
  position: absolute;
  top: 4%;
  left: 4%;
  display: none;
  z-index: 999;
}

.configCatError {
  color: var(--error-color);
  font-weight: bold;
  background-color: var(--error-bg-color);
  padding: 10px 30px;
  margin: 0 -30px;
}

.configCatError+div,
.configCatError+a,
.configCatError+a+div {
  background-color: var(--error-bg-color);
  padding: 10px 30px;
  margin: 0 -30px 10px -30px;
}

.adminIcon {
  width: 34px;
}

.made-in-usa-overlay,
.is-new {
  box-sizing: border-box;
}

.made-in-usa-overlay:after,
.is-new:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}

.is-new {
  position: absolute;
  color: white;
  background-color: #d46027;
  padding: 6px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  top: -15px;
  left: -10px;
  z-index: 1;
}

.is-new:after {
  top: 100%;
  left: 6px;
  border-left: 15px solid transparent;
  border-right: 0 solid transparent;
  border-top: 13px solid #d46027;
}

.made-in-usa-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.made-in-usa-overlay img {
  width: 60px !important;
  height: unset !important;
  aspect-ratio: unset !important;
  min-height: unset !important;
}

table.cost_gm td.cost_gm_title {
  text-align: left;
}

table.cost_gm td.cost_gm_title span.confidential {
  color: red;
}

table.cost_gm {
  margin: 0 auto;
  border-collapse: collapse;
}

table.cost_gm td,
table.cost_gm th {
  background-color: #fff;
  border: solid 1px;
  padding: 5px;
}

table.cost_gm th {
  font-weight: bold;
  background-color: #e1e2e3;
}

table.cost_gm td.text {
  text-align: center;
}

table.cost_gm td.GM {
  background-color: #361754;
  color: white;
  font-weight: bold;
}

#upsgobutton,
#upsgobutton-mobile {
  padding: 7px;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.hideMe {
  display: none;
}

.was-price {
  text-decoration: line-through;
}

.featherlight-800 {
  max-width: 800px;
}

.select-custom-options {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 4px 8px 16px -6px #747474;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.no-giant {
  max-width: 100%;
}

#admin-tab-content .container-box p {
  width: 100%;
  overflow-wrap: anywhere;
}

#admin-tab-content h2 {
  width: 100%;
}

#admin-tab-content .container-box {
  display: block;
}

@media screen and (max-width: 820px) {
  #adminProdGM {
    display: none;
  }
}

@media screen and (max-width:425px) {
  .review-stars .rating {
    display: none;
  }
}

@media only print,
screen and (max-width:992px) {
  .review-header-right {
    flex-direction: column-reverse;
  }

  .review-header-right .arrow-down-orange {
    margin-bottom: 15px;
  }

  .review-body {
    flex-direction: column-reverse;
  }

  .container-box .review-body.active>.two-column {
    width: 100%;
  }

  .review-body-property {
    display: block;
  }

  #specs-tab-content .container-box {
    overflow-x: auto;
  }

  .product-detail-page {
    padding-top: 0 !important;
  }

  .product-detail-page .breadcrumbs {
    white-space: nowrap;
    overflow-x: auto;
  }

  .product-detail-page .breadcrumbs li,
  .product-detail-page .breadcrumbs .arrow-right {
    display: inline-block;
  }

  .customize-btn>span.mobile-only {
    display: block !important;
  }
}

@media screen and (max-width: 500px) {
  .product-detail-page .breadcrumbs .arrow-right {
    padding: 2px;
  }
}

@media screen and (min-width: 500px) and (max-width: 992px) {
  .product-detail-page .breadcrumbs {
    margin-left: calc(250px - 50vw);
    min-width: calc(100vw - 32px);
  }
}

@media screen and (min-width:993px) and (max-width:1080px) {
  .tabs-container {
    padding: 20px 40px 0px 20px;
  }
}

@media screen and (min-width:1081px) and (max-width:1400px) {
  .tabs-container {
    padding: 25px 35px 0px 25px;
  }
}

#returns-tab-content .container-box ul {
  padding-left: 20px;
}

body.acsb-keynav .input-radio label.acsb-connected-input-shown:before,
body.acsb-keynav .input-radio label.acsb-connected-input-shown:after {
  display: block !important;
}

body.acsb-keynav .checkbox-row input[type=checkbox].acsb-shown,
body.acsb-keynav .input-radio input[type=radio].acsb-shown,
body.acsb-keynav .accessories .input-checkbox .custom-checkbox input[type=checkbox] {
  visibility: hidden !important;
}

.container-box .list-items li:before {
  min-width: 4px;
}

@media print {
  .product-detail-page {
    max-width: 1200px;
  }

  .pdp-details-main .prices {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .gallery {
    flex-flow: column;
    padding: 0 0 10px;
  }

  .main-picture-gallery {
    margin: 0 auto;
    max-width: 500px;
    max-height: 600px;
  }

  #bread-checkout-btn {
    padding-left: 105px;
    page-break-inside: avoid;
    page-break-before: auto;
  }

  .product-infos.tabs .tab.tab-1,
  .product-infos.tabs .tab.tab-2,
  .product-infos.tabs .tab.tab-3,
  .product-infos.tabs .tab.tab-4,
  .product-infos.tabs .tab.tab-5,
  .product-infos.tabs .tab.tab-6,
  .product-infos.tabs .tab.tab-7,
  .product-infos.tabs .tab.only-mobile.pdp-details-info {
    display: block;
    padding: 5px 5%;
  }

  .only-mobile-tab-header,
  .only-mobile-tab-header-look-alike {
    padding: 20px 5%;
  }

  .product-detail-page .pdp-container,
  .tabs-container .container-box,
  .container-box ul.list-items,
  .container-box .list-items li,
  .gallery,
  .main-picture-gallery {
    display: block;
  }

  li {
    page-break-inside: avoid;
  }

  .container-box .list-items li::before {
    display: inline-block;
    position: relative;
    top: -5px;
  }

  #warranty-tab-content .container-box:last-of-type,
  #returns-tab-content .container-box:last-of-type,
  #specs-tab-content .container-box .container-box:last-of-type,
  #overview-tab-content .container-box:last-of-type,
  #reviews-tab-content .container-box:last-of-type {
    display: none;
  }

  .detailed-main-review_rating {
    display: block;
    float: right;
    width: 250px;
    right: 0;
  }

  .detailed-main-review_rating>.review-bar {
    display: inline-block;
  }

  .detailed-main-review_note {
    position: relative;
    top: 8px;
  }

  .footer-banner .footer-container {
    display: block;
    page-break-inside: avoid;
  }

  .footer-banner h2 {
    margin: auto auto;
    width: 560px;
    position: relative;
  }

  .dpd-total-payment .link {
    max-width: 80%;
  }

  .order-free-text {
    font-size: 16px;
  }

  .popular-products-container .popular-product-box {
    display: inline-block;
    min-height: 370px;
    width: 30%;
  }

  .popular-products-container .popular-products {
    display: block;
    text-align: center;
    page-break-inside: avoid;
  }

  .popular-products-container {
    display: block;
  }
}

#overview-tab-content .container-box picture img {
  max-width: 100%;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  max-width: 560px;
  max-height: 315px;
  aspect-ratio: 16/9;
}

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.price-prefix {
  padding-right: 10px;
}

@media screen and (min-width: 993px) {
  .youtube {
    min-width: 560px;
  }
}

@media screen and (max-width: 992px) {
  .product-detail-page .purple-phone-advice-box {
    display: none !important;
  }
}

@media screen and (max-width: 820px) and (max-height: 1180px) {
  .picture-container .featherlight-content .slick-slide img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 770px) and (max-height: 540px) {
  .picture-container .featherlight-content .slick-slide img {
    height: 85vh;
  }
}

@media only screen and (max-width: 480px) {
  .picture-container .featherlight-content .slick-slide img {
    width: 100%;
    height: auto;
  }

  .picture-container .featherlight-content .slick-track {
    height: 75vh;
  }

  .picture-container .featherlight-content {
    height: 80vh;
  }
}