.single-product-wrapper {
  background: linear-gradient(180deg, #dedede 0%, #dfd8cc 100%);
}
.go-back-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  margin-right: 40px;
  text-decoration: none;
}

.single-top {
  display: flex;
  align-items: center;
  align-content: center;
}

.main-content-single {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.single-product-wrapper .breadcrumbs {
  padding-bottom: 24px;
  padding-top: 24px;
}

.slider-nav img {
  max-width: 92px;
  max-height: 72px;
  width: 92px;
  height: 72px;
  object-fit: cover;
}

.single-product-wrapper .slick-slide img {
  display: block;
  width: 100%;
}
.thumb-nav,
.thumb-nav.slick-slide {
  width: 92px !important;
  height: 76px;
  object-fit: contain;
  cursor: pointer;
}
.details-container {
  width: 40%;
  margin-right: left;
  padding-left: 100px;
}

.image-nav {
  margin-top: 16px;
}
.details-container .mini-cart-trust-icons .trust-icon {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.details-container .mini-cart-trust-icons {
  margin-top: 40px;
}

.images-wrap {
  width: 50%;
}

.single-product-wrapper .slick-slide {
  margin: 0 8px;
}

.single-product-wrapper .slick-list {
  margin: 0 -8px;
}

.image-container,
.images-wrap {
  border-radius: 16px;
}
.image-container img {
  border-radius: 16px;
  max-height: 490px;
}
.thumb-nav,
.thumb-nav img {
  border-radius: 16px;
}
.thumb-nav.slick-active img{
  border: 2px solid #ff7606;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.image-nav.slider-nav.no-slick {
  display: flex;
  gap: 16px;
}

.image-nav .slick-track {
  display: flex !important
;
  width: 100% !important;
  justify-content: flex-start;
}

.image-nav .slick-slide {
  float: none; /* remove float if present */
}

.image-container .slick-prev {
  position: absolute;
  background-color: #fff;
  z-index: 100;
  left: -20px;
  top: 50%;
  font-size: 0;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid #F4F4F4;
  background-image: url(assets/icons/slider-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  transition: 0.25s;
  border: 1px solid #F4F4F4;
}

.image-container .slick-next {

  position: absolute;
  background-color: #fff;
  z-index: 100;
  right: -20px;
  top: 50%;
  font-size: 0;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid #F4F4F4;
  background-image: url(assets/icons/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  transition: 0.25s;
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
}

.single-product-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.single-product-madeinlt {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Poppins;
  font-weight: 400;

  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.single-product-sku {
  font-weight: 500;
  font-size: 14px;
  color: #a9a5a2;
  margin: 0;
  margin-bottom: 16px;
  line-height: 100%;
}

.details-top img {
  display: block;
}
.attribute-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.attribute-single {
  padding: 24px 0;
}

.details-attributes {
  border-bottom: 1px solid #000;
}

.size-guide {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.25s;
}
.size-guide:hover {
  color: #eb2127;
}

.frame-attr .attributes span {
  font-weight: 500;
  font-size: 14px;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  display: block;
  width: fit-content;
  white-space: nowrap;
  transition: 0.2s;
}

.wheel-attr .attributes span {
  font-size: 14px;
  padding: 12px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  background-color: transparent;
  font-weight: 500;
}

.details-attributes .attribute-single .active-attr {
  background-color: #ff7606;
  color: #fff;
}

.details-attributes .frame-attr.attribute-single .attributes span:hover,
.details-attributes .wheel-attr.attribute-single .attributes span:hover {
  background-color: #ff7606;
  cursor: pointer;
  color: #fff;
}

.attributes {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.attributes .red {
  background-color: #c02525;
}

.attributes .blue {
  background-color: #255a79;
}
.selected-color {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #a9a5a2;
}
.attribute-single:nth-child(2) {
  padding-top: 0px;
}
.color-selection {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: 0.2s;
}

.color-selection span.color {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
}
.color-selection.color-selected span.color {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
}

.color-selected {
  background-color: #ff7606 !important;
}

.width-selected{
    background-color: #ff7606 !important;
    color: #fff; 
}

.color-selection:hover {
  background-color: #ff7606;
  cursor: pointer;
}

.stock-info {
  padding: 16px 0px;
  border-bottom: 1px solid #dad1ca;
  border-top: 1px solid #dad1ca;
  padding-left: 17px;
  position: relative;
}

.main-content-single {
  margin-bottom: 120px;
}
.stock-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 17px;
  margin-left: -17px;
  position: relative;
}

.stock-text:before {
  width: 7px;
  height: 7px;
  background-color: #5dc494;
  position: absolute;
  content: " ";
  left: 0;
  border-radius: 50%;
  transform: translate(0%, 100%);
}

.stock-item {
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.out-of-stock {
  color: #a9a5a2;
}

.stock-info-text b {
  font-weight: 600;
}

.stock-info-text {
  font-weight: 400;
  font-size: 12px;
  margin-left: -17px;
}

.add-to-cart {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.add-to-cart-wrap button {
  border: none;
}

.add-to-cart-wrap {
  display: flex;
  gap: 16px;
  align-content: center;
  align-items: center;
  margin-top: 24px;
}

.stock-section {
  width: 120px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stock-section .stock-qnt {
  min-width: 35px;
}

.price-wrap .old-price {
  font-weight: 600;
  font-size: 18px;
  color: #eb2127;
  text-decoration: line-through;
  margin-left: 8px;
}

.vat-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6e6e6e;
}

.save-price {
  font-weight: 600;
  font-size: 12px;
}

.price-wrap .price-block {
  display: flex;
  justify-content: center;
  margin-top: 19px;
  align-items: flex-start;
  flex-direction: column;
}

.main-content-single .slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  position: absolute;
  gap: 6px;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.price.highlight-text {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
}

.vat-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
}

.price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stock-wrap .stock {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
}

.main-content-single button.add-to-cart {
  padding: 16px 12px;
  width: 100%;
  display: flex;
  gap: 13px;
  background-color: #ff7606;
  border-radius: 8px;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;

  text-transform: none;
  color: #fff;
}

.main-content-single .quantity {
  background-color: #fff;
}
.stock-wrap .stock span.in-stock {
  background-color: #16e138;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.main-content-single .slick-dots li button {
  font-size: 0;
}

.main-content-single .slick-dots li.slick-active button {
  border: 2px solid #eb2127;
  width: 40px;
  height: 0;
  margin: 0;
  padding: 0;
  border-radius: 25px;
  transition: all 0.3s;
}

.main-content-single .slick-dots li button {
  border: 2px solid #dad1ca;
  width: 16px;
  height: 0;
  margin: 0;
  padding: 0;
  border-radius: 25px;
}

.first-content-block .block-title {
  text-align: center;
  margin-bottom: 40px;
}

.first-content-block .first-content-text {
  text-align: center;
  max-width: 54%;
  margin: auto;
  display: block;
  margin-top: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.first-content-block .first-content-text .highlight-text {
  margin-bottom: 24px;
}

.product-content-img {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.product-content-img img {
  object-fit: contain;
  width: 100%;
}

.single-product-wrapper .banner-bottom-section {
  background: url(assets/images/bottom-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 164px 0px;
  margin-bottom: -1px;
}

.second-content-block {
  margin-top: 120px;
  display: flex;
  align-items: center;
  gap: 55px;
  position: relative;
}

.second-content-block .image-col img {
  width: 100%;
  margin-bottom: -6px;
}

.second-content-block .second-col-full {
  margin-right: 10%;
  max-width: 525px;
}

.second-col-full .title-black {
  margin-bottom: 40px;
}

.second-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.img-absolute {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  width: calc(100vw - 79%);
}

.faq-section {
  padding: 120px 0px;
}
.faq-section .block-title {
  text-align: center;
  margin-bottom: 41px;
}

.faq-accordion {
  max-width: 848px;
  margin: auto;
  width: 100%;
  z-index: 2;
  position: relative;
}

.faq-accordion ul {
  list-style: none;
  padding: 0;
}

.faq-accordion ul .faq-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.faq-accordion ul li {
  padding: 24px 25px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  padding-right: 57px;
  cursor: pointer;
}


.faq-accordion .faq-title.open:after {
  transform: rotate(-90deg);
}
.faq-accordion .faq-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-accordion .accord-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: none;
  margin-top: 24px;
}

.faq-accordion ul li:not(:last-child) {
  margin-bottom: 16px;
}

.faq-section {
  background: linear-gradient(
    180deg,
    rgba(249, 245, 242, 1) 0%,
    rgba(254, 249, 246, 1) 40%,
    rgba(244, 222, 206, 1) 79%,
    rgba(255, 245, 237, 1) 85%,
    rgba(249, 245, 242, 1) 100%
  );
  position: relative;
}

.faq-section .faq-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.faq-section .faq-absolute2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 25%;
}

.faq-section .faq-absolute3 {
  position: absolute;
  z-index: 0;
  width: 25%;
  top: -100px;
  left: 0;
}

.spec-table {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
.spec-table tr td:first-child {
  width: 20%;
}
.spec-table tr:first-child td {
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
.spec-table tr td {
  border: none;
  font-size: 10px;
  padding: 0;
}
.name-table {
  font-weight: 400;
  white-space: nowrap;
}
.spec-table tr:first-child td {
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
.spec-table tr:last-child td {
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
.spec-table tbody {
  display: unset;
}
.spec-table tbody .bold {
  font-weight: 700;
}

.size-guide-popup-box {
  background: #00000052;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.size-guide-wrap {
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 28px 0px #00000040;
  max-width: 845px;
  position: relative;
  max-height: 90%;
  overflow: auto;
}
.close-size-guide {
  width: 24px;
  height: 24px;
  background-color: #eb2127;
  border-radius: 50%;
  display: flex;
  position: absolute;
  align-content: center;
  justify-content: center;
  align-items: center;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.size-guide-wrap::-webkit-scrollbar {
  display: none;
}

.size-guide-wrap .size-guide-img img {
  width: 60%;
}

.size-guide-wrap .size-guide-img {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 24px;
}

.size-guide-wrap .size-guide-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.bold-row {
  font-weight: 700;
  font-size: 12px;
  border-bottom: 1px solid #dad1ca;
}

.col-hover {
  background-color: #dad1ca4f;
}

.table-cell:hover {
  background-color: #dad1ca !important;
}

.header.bold-row .table-cell {
  background-color: #ffffff;
}

.single-content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.content-left-img {
  flex: 1;
  max-width: 50%;
}

.content-left-img img {
  width: 100%;
  height: auto;
  display: block;
}
.content-text-col {
  width: calc(min(50%, 1320px / 2) - 124px);
  padding-left: 124px;
}

.extra-desk-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  margin-bottom: 24px;
  line-height: 48px;
}

.extra-desk-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.single-content-row.left-img {
  margin-bottom: 40px;
}
.single-content-row.right-img .content-right-img {
  padding: 105px 108px;
  padding-right: 0px;
  background-color: #d0cbc2;
}
.single-content-row.right-img {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 120px;
}

.single-content-row.right-img .content-text-col,
.single-content-row.right-img .content-right-img {
  width: 50%;
  position: relative;
}

.single-content-row.right-img .content-text-col {
  padding-right: 124px;
  padding-left: 0;
}

.single-content-row.right-img .content-right-img img {
  width: 100%;
  z-index: 10;
  position: relative;
}

.extra-desk-btn {
  padding: 16px 12px;
  width: 100%;
  display: flex;
  gap: 13px;
  background-color: #ff7606;
  border-radius: 8px;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 200px;
  text-align: center;
  justify-content: center;
  margin-top: 24px;
}

.container.before-block {
  position: relative;
}
.container.before-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * ((100vw - 1320px) / 2));
  width: 50%;
  height: 100%;
  background-color: #d0cbc2;
  z-index: 0;
}
.single-product-wrapper .image-container.slider-for .slick-slide {
  background-color: #fff;
  border-radius: 16px;
}
.single-product-wrapper .image-container.slider-for .slick-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  min-height: 490px;
}
.single-product-wrapper
  .image-container.slider-for.slick-initialized
  .slick-slide {
  display: flex !important;
  justify-content: center;
}

.color-selection.color-selected {
  background-color: #ff7606;
}

@media only screen and (max-width: 1320px) {
  .container.before-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #d0cbc2;
    z-index: 0;
  }
  .details-container {
    width: 40%;
    margin-right: left;
    padding-left: 20px;
  }
}

/* Min 1024px BEGIN*/
@media only screen and (max-width: 1024px) {
  .container.before-block:before {
    display: none;
  }
  .main-content-single {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 64px !important;
  }
  .images-wrap {
    width: 100%;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .details-container {
    width: 100%;
    margin-right: left;
    padding-left: 0;
  }
  .single-content-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .content-left-img {
    flex: 1;
    max-width: 100%;
  }

  .content-text-col {
    width: 100%;
    padding: 0px 20px;
  }
  .image-nav {
    display: none !important;
  }
  .single-product-wrapper .extra-desk-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    margin-bottom: 16px;
    line-height: 32px;
    margin-top: 24px;
  }
  .single-content-row.right-img {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 80px;
    flex-direction: column-reverse;
  }
  .single-content-row.right-img .content-text-col,
  .single-content-row.right-img .content-right-img {
    width: 100%;
    position: relative;
  }
  .single-content-row.right-img .content-right-img:before {
    display: none;
  }
  .single-content-row.left-img {
    margin-bottom: 64px;
  }
  .single-content-row.right-img .content-text-col {
    padding-right: 0;
    padding-left: 0;
  }
  .single-content-row.right-img .content-right-img {
    padding: 16px;
    padding-right: 16px;
    background-color: #d0cbc2;
  }
  .mobile-no-padding.container {
    padding: 0px !important;
  }
  .single-content-row.right-img .content-text-col {
    padding: 0px 20px;
  }
  .image-container .slick-prev {
    padding: 11px;
    background-size: 6px;
    left: -10px;
  }
  .image-container .slick-next {
    padding: 11px;
    background-size: 6px;
    right: -10px;
  }
  .color-selection {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .color-selection span.color {
    width: 37px;
    height: 37px;
    display: block;
    border-radius: 50%;
  }
  .color-selection.color-selected span.color {
    width: 29px;
    height: 29px;
    display: block;
    border-radius: 50%;
  }
  .price-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .stock-wrap {
    margin-left: 20px;
    display: block;
  }

  .mobile-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mobile-flex .product-qnt.mobile-item {
    margin-top: 24px;
  }
  .add-to-cart-wrap {
    display: flex;
    gap: 16px;
    align-content: center;
    align-items: center;
    margin-top: 18px;
  }
  .extra-desk-btn {
    padding: 12px 12px;
    width: 100%;
    display: flex;
    gap: 13px;
    background-color: #ff7606;
    border-radius: 8px;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    width: 200px;
    text-align: center;
    justify-content: center;
    margin-top: 24px;
  }
}

/* Min 768px BEGIN*/
@media only screen and (max-width: 768px) {
  .single-product-wrapper .image-container.slider-for .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 361px;
    object-fit: cover;
    min-height: 361px;
  }
}
