/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-pro-descri {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .cp-pro-descri {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .cp-pro-descri .img-wrap {
    width: 35.7rem;
    height: 21.4rem;
    margin-top: -10rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .img-wrap {
        width: 17.5rem;
        height: 23.4rem;
        -ms-flex-order: -1;
            order: -1;
        position: absolute;
        right: -18px;
        top: 0;
        margin-top: 0; } }
    .cp-pro-descri .img-wrap:before {
      content: '';
      width: 34rem;
      height: 23.5rem;
      background: url("../assets/images/product-cont-infograhy.png") 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: -2rem;
      right: -11rem;
      z-index: -1; }
      @media only screen and (max-width: 768px) {
        .cp-pro-descri .img-wrap:before {
          width: 8.4rem;
          height: 8.2rem;
          top: -2rem;
          right: 0rem;
          background: url("../assets/images/title-infography-mobile.png") 0 0 no-repeat; } }
  .cp-pro-descri .info-wrap {
    width: 62%; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-pro-descri .info-wrap {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .info-wrap {
        width: 100%; } }
  .cp-pro-descri .title {
    font-size: 2.4rem;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
    color: #4a4a4a; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .title {
        font-size: 1.8rem; } }
  .cp-pro-descri .desc {
    max-width: 48.7rem;
    line-height: 29px;
    padding: 3rem 0 4rem;
    color: #1e1e1e;
    min-height: 23rem; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .desc {
        max-width: 16.3rem;
        line-height: 20px;
        font-size: 1.2rem; } }
  .cp-pro-descri .list-item {
    width: 33%;
    position: relative;
    /* margin-right: 0; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2rem;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .list-item {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0 1.5rem; } }
    .cp-pro-descri .list-item::after {
      position: absolute;
      left: 0;
      top: 0;
      background: #e0e0e0;
      height: 5.5rem;
      width: 1px;
      content: ''; }
      @media only screen and (max-width: 768px) {
        .cp-pro-descri .list-item::after {
          height: 10rem; } }
    .cp-pro-descri .list-item:first-child {
      padding-left: 0; }
      .cp-pro-descri .list-item:first-child::after {
        display: none; }
  .cp-pro-descri .suitableList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .suitableList {
        padding-top: 2rem; } }
    .cp-pro-descri .suitableList .icon {
      width: 30%;
      margin-top: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-pro-descri .suitableList .icon {
          width: 50%;
          margin-top: 0; } }
    .cp-pro-descri .suitableList .value {
      font-size: 1.8rem;
      color: #14173a;
      font-family: "Gotham-Bold";
      padding-left: 2.5rem;
      width: 70%; }
      @media only screen and (max-width: 768px) {
        .cp-pro-descri .suitableList .value {
          font-size: 1.2rem;
          padding: 1rem 1rem 0 0;
          width: 100%; } }
    .cp-pro-descri .suitableList .label {
      font-size: 1.2rem;
      color: #555;
      font-family: "Gotham-Medium";
      display: block;
      text-transform: uppercase;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 768px) {
        .cp-pro-descri .suitableList .label {
          font-size: 1rem; } }
    .cp-pro-descri .suitableList .sizeguide {
      font-size: 1.4rem;
      font-family: "Gotham-Bold";
      color: #bd001c;
      text-transform: uppercase;
      cursor: pointer;
      display: block; }
      @media only screen and (max-width: 768px) {
        .cp-pro-descri .suitableList .sizeguide {
          font-size: 1.2rem; } }
  .cp-pro-descri .btn.btn-link {
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .btn.btn-link {
        font-size: 1.2rem; } }

.cp-pro-descri .img-wrap {
  width: 35.7rem;
  height: 21.4rem;
  margin-top: -7.9rem;
  position: relative;
  right: 7rem; }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri .img-wrap {
      width: 17.5rem;
      height: 23.4rem;
      -ms-flex-order: -1;
          order: -1;
      position: absolute;
      right: -8px;
      top: 0;
      margin-top: 0; } }
  .cp-pro-descri .img-wrap:before {
    top: -1.8rem;
    right: -18rem; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .img-wrap:before {
        width: 8.4rem;
        height: 8.2rem;
        top: 2rem;
        right: -1rem; } }

.cp-pro-descri .title.titl-sut {
  font-size: 2.4rem;
  font-family: "Gotham-Black";
  text-transform: uppercase;
  color: #4a4a4a;
  letter-spacing: -1.37px;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri .title.titl-sut {
      font-size: 1.8rem; } }

.cp-pro-descri .list-item {
  width: 33%;
  max-width: 23.9rem;
  padding: 0 0 0 4rem;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media only screen and (min-width: 993px) and (max-width: 1024px) {
    .cp-pro-descri .list-item {
      padding: 0 0 0 2rem; } }
  .cp-pro-descri .list-item .icon {
    margin-top: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .list-item .icon {
        margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri .list-item {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 0 0 0 2rem; } }
  .cp-pro-descri .list-item::after {
    height: 7.3rem; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .list-item::after {
        height: 8.7rem; } }
  .cp-pro-descri .list-item:first-child {
    width: 28%; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .list-item:first-child {
        width: 26.5%;
        padding-right: 0; } }

.cp-pro-descri .suitableList {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri .suitableList {
      padding-top: 1.8rem; } }
  .cp-pro-descri .suitableList .icon.suit-icon {
    width: 4.5rem;
    height: 3.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .suitableList .icon.suit-icon {
        width: 3.6rem;
        height: 2.8rem; } }
  .cp-pro-descri .suitableList .icon.adp-icon {
    width: 4rem;
    height: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .suitableList .icon.adp-icon {
        width: 2.4rem;
        height: 2.4rem; } }
  .cp-pro-descri .suitableList .value {
    width: 76%; }
    @media only screen and (max-width: 768px) {
      .cp-pro-descri .suitableList .value {
        width: 100%; } }

.cp-pro-descri .desc {
  padding: 0 0 4rem; }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .cp-pro-descri .desc {
      padding: 0.5rem 0 2.4rem;
      min-height: 27rem;
      max-width: 31.7rem; } }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri .desc {
      padding: 0.5rem 0 2.4rem;
      min-height: 27rem; } }

.cp-pro-descri.typ-pdp .img-wrap {
  width: 35.8rem;
  height: 49rem; }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .cp-pro-descri.typ-pdp .img-wrap {
      position: absolute;
      top: 8rem;
      max-width: 23.3rem; } }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri.typ-pdp .img-wrap {
      width: 16.6rem;
      height: 22.7rem; } }

.cp-pro-descri.typ-pdp .icon.suit-icon.icon-category {
  width: 4.6rem;
  height: 3.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri.typ-pdp .icon.suit-icon.icon-category {
      width: 3.7rem;
      height: 2.8rem; } }

.cp-pro-descri.typ-pdp .icon.suit-icon.icon-combined {
  width: 3.5rem;
  height: 3.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri.typ-pdp .icon.suit-icon.icon-combined {
      width: 2.8rem;
      height: 2.8rem; } }

.cp-pro-descri.typ-pdp .icon.suit-icon.icon-frame {
  width: 5.4rem;
  height: 3.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri.typ-pdp .icon.suit-icon.icon-frame {
      width: 4.2rem;
      height: 2.6rem; } }

.cp-pro-descri.typ-pdp .suitableList .value {
  width: 70%;
  margin-top: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-pro-descri.typ-pdp .suitableList .value {
      width: 100%;
      margin-top: 0rem; } }
