.Stretched-Canvas-Print-section {
  font-family: "Raleway";
}

.Stretched-Canvas-Print-section .row-content .gallery-layout .right-content-wrapper .main-stage .featured-image {
  position: relative;
  padding: 0px;
  /* z-index: 9999; */
}


.Stretched-Canvas-Print-section .row-content .without-gray .config-group .d-list {
  display: block;
  width: 100%;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .Printing-card {
  background: #fff3e8;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .yellow-card {
  background: #f5f5f5;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .right-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .price {
  font-size: 15px;
  font-family: "Roboto Slab";
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .arrow {
  color: #222222;
  transition: 0.3s;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .arrow.rotate {
  transform: rotate(180deg);
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .dropdown-list {
  overflow: hidden;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .dropdown-list .Printing-card {
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
  margin-top: 5px;
  cursor: pointer;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .dropdown-list .Printing-card:hover {
  border: 1px solid#B87332;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .Printing-card .card-content .left p {
  width: 90%;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper {
  padding: 0 15px;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .section-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card {
  padding: 0 10px;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .custom-radio {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.Stretched-Canvas-Print-section .row-content .details-layout .gray-bg-wrapper .title-row {
  width: 100%;
}

.Stretched-Canvas-Print-section .row-content .details-layout .gray-bg-wrapper .title-row .left {
    width: 100%;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content {
  display: flex;
  flex-direction: column;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .title {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
word-break: normal;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .title span {
  color: #313131;
  font-size: 13px;
  margin-left: 4px;
}

.Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .price {
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 0;
  color: #222222;
  font-family: "Roboto Slab";
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .price {
    font-size: 13px;
  }

  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .Printing-list .arrow {
    font-size: 13px;
  }

  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card {
    padding: 0;
  }

  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .title {
    font-size: 13px;
  }

  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .price {
    font-size: 13px;
  }

  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .custom-radio {
    gap: 7px;
  }

  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper {
    padding: 0 8px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .title {
    font-size: 14px;
  }

  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .price {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .title {
    font-size: 14px;
  }

  .Stretched-Canvas-Print-section .row-content .without-gray .config-group .options-wrapper .option-card .radio-content .price {
    font-size: 14px;
  }
}