/* General styling for the section */
/* Mobile landscape media query */
.product-description .wrapper {
  width: calc(100% + 35px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px; }
  @media (max-width: 991px) {
    .product-description .wrapper {
      margin-left: 0;
      width: 100%; } }

.product-description .img-wrapper-outer {
  width: calc(50% - 70px);
  margin: 0 35px; }
  @media (max-width: 991px) {
    .product-description .img-wrapper-outer {
      width: 100%;
      margin: 0 0 30px; } }
  .product-description .img-wrapper-outer .image-wrapper {
    width: 100%;
    height: auto;
    border: 1px solid #cacfd6;
    padding: 100px;
    margin-bottom: 20px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .product-description .img-wrapper-outer .image-wrapper {
        padding: 80px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .product-description .img-wrapper-outer .image-wrapper {
        padding: 70px; } }
    @media (max-width: 991px) {
      .product-description .img-wrapper-outer .image-wrapper {
        max-width: 650px;
        height: auto;
        padding: 60px;
        margin: 0 auto 20px; } }
    @media (max-width: 595px) {
      .product-description .img-wrapper-outer .image-wrapper {
        padding: 40px; } }
    .product-description .img-wrapper-outer .image-wrapper .img-wrap {
      max-width: 400px;
      height: 400px;
      margin: 0 auto; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .product-description .img-wrapper-outer .image-wrapper .img-wrap {
          height: 350px; } }
      @media (max-width: 595px) {
        .product-description .img-wrapper-outer .image-wrapper .img-wrap {
          height: 300px; } }
      @media (max-width: 359px) {
        .product-description .img-wrapper-outer .image-wrapper .img-wrap {
          height: 260px; } }
      @media (max-width: 320px) {
        .product-description .img-wrapper-outer .image-wrapper .img-wrap {
          height: 220px; } }
    .product-description .img-wrapper-outer .image-wrapper .video-wrap {
      width: 100%;
      height: auto;
      display: none; }
    .product-description .img-wrapper-outer .image-wrapper img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-description .img-wrapper-outer .img-tab {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 991px) {
      .product-description .img-wrapper-outer .img-tab {
        margin: 0 auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .product-description .img-wrapper-outer .img-tab .img-wrap-case {
      max-width: 150px;
      max-height: 150px;
      border: 1px solid #cacfd6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px;
      margin-right: 10px;
      margin-bottom: 10px;
      position: relative;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .product-description .img-wrapper-outer .img-tab .img-wrap-case.video::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-image: url("/themes/young/templates/assets/images/sections/banner/video.svg");
        background-size: cover; }
      .product-description .img-wrapper-outer .img-tab .img-wrap-case.active {
        border: 1px solid #000000; }
      .product-description .img-wrapper-outer .img-tab .img-wrap-case:hover {
        border: 1px solid #000000; }
      .product-description .img-wrapper-outer .img-tab .img-wrap-case img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 320px) {
          .product-description .img-wrapper-outer .img-tab .img-wrap-case img {
            height: 108px; } }
      .product-description .img-wrapper-outer .img-tab .img-wrap-case .empty-link {
        width: 0;
        height: 0; }

.product-description .content-wrapper-outer {
  width: calc(50% - 70px);
  margin: 0 35px; }
  @media (max-width: 991px) {
    .product-description .content-wrapper-outer {
      width: 100%;
      margin: 0; } }
  .product-description .content-wrapper-outer .content-wrap {
    width: 100%;
    position: relative; }
  .product-description .content-wrapper-outer h6 {
    margin-bottom: 30px;
    color: #545859; }
    .product-description .content-wrapper-outer h6.blue {
      color: #0084f2;
      font-weight: 600; }
    .product-description .content-wrapper-outer h6.bold {
      font-weight: 600; }
  .product-description .content-wrapper-outer .h4 {
    color: #001480;
    font-weight: 400;
    margin-bottom: 15px;
    color: #001480;
    font-size: 35px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .product-description .content-wrapper-outer .h4 {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .product-description .content-wrapper-outer .h4 {
        font-size: 28px; } }
    @media (max-width: 595px) {
      .product-description .content-wrapper-outer .h4 {
        font-size: 25px; } }
  .product-description .content-wrapper-outer a {
    font-size: 23px;
    color: #001480;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    text-decoration: underline; }
    .product-description .content-wrapper-outer a:hover {
      text-decoration: underline;
      color: #0084f2; }
    .product-description .content-wrapper-outer a.bold {
      margin-bottom: 30px;
      font-weight: 600; }
    .product-description .content-wrapper-outer a.blue {
      color: #0084f2;
      font-weight: 600;
      margin-bottom: 30px; }
  .product-description .content-wrapper-outer p {
    color: #545859;
    margin-bottom: 30px; }
    .product-description .content-wrapper-outer p.small {
      margin-bottom: 20px; }
    .product-description .content-wrapper-outer p strong {
      text-transform: capitalize; }
  .product-description .content-wrapper-outer p img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left; }
  .product-description .content-wrapper-outer .quantity-wrapper {
    width: 100%;
    position: relative;
    margin: 30px 0; }
    .product-description .content-wrapper-outer .quantity-wrapper h6 {
      margin-bottom: 30px;
      font-weight: 600;
      color: #545859;
      position: relative;
      text-transform: capitalize; }
      .product-description .content-wrapper-outer .quantity-wrapper h6::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 100%;
        height: 1px;
        background-color: #cacfd6; }
    .product-description .content-wrapper-outer .quantity-wrapper .card-wrapper {
      width: calc(100% + 20px);
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px; }
      @media (max-width: 480px) {
        .product-description .content-wrapper-outer .quantity-wrapper .card-wrapper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .product-description .content-wrapper-outer .quantity-wrapper .card {
      width: calc(33.33% - 20px);
      margin: 0 10px 20px;
      position: relative;
      border: 2px solid #cacfd6;
      padding: 10px;
      border-radius: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
      height: auto; }
      .product-description .content-wrapper-outer .quantity-wrapper .card.active {
        border: 2px solid #0084f2; }
        .product-description .content-wrapper-outer .quantity-wrapper .card.active p:first-child {
          color: #0084f2; }
      .product-description .content-wrapper-outer .quantity-wrapper .card:hover {
        border: 2px solid #0084f2; }
        .product-description .content-wrapper-outer .quantity-wrapper .card:hover p:first-child {
          color: #0084f2; }
      .product-description .content-wrapper-outer .quantity-wrapper .card.no-img::before {
        width: 0; }
      .product-description .content-wrapper-outer .quantity-wrapper .card.no-img .content-wrap {
        width: 100%;
        padding-left: 0; }
      .product-description .content-wrapper-outer .quantity-wrapper .card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 32%;
        height: 100%;
        background-color: #f3f3f3; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .product-description .content-wrapper-outer .quantity-wrapper .card {
          width: calc(50% - 20px); } }
      @media (max-width: 595px) {
        .product-description .content-wrapper-outer .quantity-wrapper .card {
          width: calc(50% - 20px); } }
      @media (max-width: 480px) {
        .product-description .content-wrapper-outer .quantity-wrapper .card {
          width: 100%;
          max-width: 232px; } }
      .product-description .content-wrapper-outer .quantity-wrapper .card .img-wrap {
        max-width: 60px;
        max-height: 60px;
        margin: auto;
        z-index: 2; }
        .product-description .content-wrapper-outer .quantity-wrapper .card .img-wrap img {
          -o-object-fit: contain;
             object-fit: contain; }
      .product-description .content-wrapper-outer .quantity-wrapper .card .content-wrap {
        width: calc(100% - 60px);
        padding-left: 30px; }
        .product-description .content-wrapper-outer .quantity-wrapper .card .content-wrap strong {
          text-transform: capitalize; }
      .product-description .content-wrapper-outer .quantity-wrapper .card h6 {
        font-weight: 400;
        margin-bottom: 10px;
        color: #0084f2; }
        .product-description .content-wrapper-outer .quantity-wrapper .card h6::before {
          display: none; }
        .product-description .content-wrapper-outer .quantity-wrapper .card h6.blue {
          color: #0084f2; }
      .product-description .content-wrapper-outer .quantity-wrapper .card p {
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        line-clamp: 3; }
        .product-description .content-wrapper-outer .quantity-wrapper .card p:last-child {
          margin-bottom: 0; }
    .product-description .content-wrapper-outer .quantity-wrapper .toggle-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .product-description .content-wrapper-outer .quantity-wrapper .toggle-btn a {
        font-size: 20px;
        font-weight: 600;
        text-decoration: none; }
  .product-description .content-wrapper-outer ul {
    list-style: inherit;
    margin-bottom: 20px;
    padding-left: 15px; }

.product-description img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left; }
     .product-description .content-wrapper-outer h6.blue.buy-now-at {
      font-size: 21px;
      display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .product-description .content-wrapper-outer h6.blue.buy-now-at a {
      font-size: 20px;
    }