.product-block {
  padding-bottom: 57px;
}

.product-left {
  margin-top: 41px;
}

.product-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

  .product-detail .product-name {
    color: #232C3B;
    font-size: 17px;
    font-weight: bold;
  }

  .product-detail .product-price {
    border: 1px solid #31AE13;
    background: #31AE13;
    color: #fff;
    height: 32px;
    text-align: center;
    border-radius: 5px;
    padding: 6px 22px;
    font-weight: bold;
  }

.nav.nav-tabs {
  border: 1px solid #C1C1C1;
  border-radius: 6px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #C1C1C1;
  color: #fff;
  border-radius: 6px;
  border-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs > li.active:nth-child(2) > a, .nav-tabs > li.active:nth-child(3) > a {
  border-radius: 0;
}

.nav-tabs > li > a {
  color: #C2C2C2;
  margin-right: 0;
}

.tab-content {
  margin-top: 30px;
}

.product-mention img {
  width: 100%;
}

.product-mention p:nth-child(2) {
  margin-bottom: 22px;
  margin-top: 44px;
}

.product-mention p:nth-child(3) {
  margin-bottom: 22px;
}

.product-target {
  border: 1px solid #8894A7;
  border-radius: 10px;
  margin: 25px 0;
  border-bottom: none;
}

  .product-target p:nth-child(1) {
    margin-bottom: 0;
    padding: 14px 0;
    font-weight: bold;
    color: #585858;
    text-transform: uppercase;
    padding-left: 16px;
    font-size: 18px;
  }

  .product-target p:nth-child(2) {
    font-weight: bold;
    margin-bottom: 0;
    padding: 14px 0;
    background: #8894A7;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 16px;
    text-transform: uppercase;
    font-size: 18px;
  }

.product-component-ui h4 {
  color: #18212D;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-component-ui img {
  width: 100%;
}

.product-image {
  background: #F1F1F1;
  border-radius: 10px;
  margin-bottom: 20px;
}

  .product-image.product-img {
    padding-top: 15px;
  }

  .product-image.product-imgs {
    padding: 15px;
  }

.product-component-ui {
  margin-bottom: 30px;
}

.plugin-target {
  border: 1px solid #EBE3B0;
  border-radius: 10px;
  background: #FBF4D1;
  border: none;
}

  .plugin-target p:nth-child(1) {
    color: #18212D;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 0 14px 12px;
    background: #EBE3B0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 18px;
  }

  .plugin-target p:nth-child(2) {
    color: #585858;
    margin: 0;
    padding: 10px 0 16px 12px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
/*tab2*/
.product-manual-detail {
  border-radius: 10px;
  margin: 25px 0;
  background: #F1F1F1;
}

  .product-manual-detail h5 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    background: #E2E2E2;
    padding: 15px 0 15px 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #585858;
    font-size: 18px;
  }

.manual-detail {
  padding: 12px 20px 24px 18px;
}

  .manual-detail p {
    margin: 0;
    color: #585858;
  }

.product-manual-detail p:nth-child(4) {
  padding: 14px 0 15px 0;
}

.product-manual-detail p:nth-child(2) {
  padding: 13px 0 26px 0;
}

.manual-title h6 {
  margin: 0;
  text-transform: uppercase;
  color: #18212D;
  font-size: 18px;
}

.manual-detail .manual-title:nth-child(1) h6 {
  margin-top: 10px;
}
/*tab3*/
.form-contact label {
  font-weight: 200;
  color: #585858;
  margin-bottom: 9px;
}

.form-contact {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  box-shadow: none;
}

button.btn-cont {
  color: #EE4D14;
  box-shadow: 0 3px 15px rgb(0, 0, 0, 0.16);
  border: none;
  /* width: 139px; */
  /* height: 50px; */
  text-transform: uppercase;
  background: #fff;
  padding: 15px 30px;
}

.contact-button {
  margin-top: 5px;
}
/*right part*/
.license-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.license-btn {
  color: #585858;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.licensemark {
  position: absolute;
  top: 4px;
  left: -2px;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #afafaf;
  background: #fff;
}

.license-btn input:checked ~ .licensemark {
  border-color: #02CF1E;
}

.licensemark:after {
  content: "";
  position: absolute;
  display: none;
}

.license-btn input:checked ~ .licensemark:after {
  display: block;
}

.license-btn .licensemark:after {
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #02CF1E;
}

.license-btn input:checked ~ .license-btn {
  color: #ffac4a;
}

.product-license-right {
  color: #31AE13;
  font-weight: bold;
}

.product-main {
  background: #F1F1F1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 36px 20px 33px 21px;
}

.product-license {
  display: flex;
  justify-content: space-between;
  border: 1px solid #CFCFCF;
  background: #fff;
  padding: 15px 17px 15px 15px;
  border-radius: 5px;
}

.product-main .product-license:nth-child(2) {
  margin: 20px 0;
}

.product-button {
  display: flex;
  justify-content: space-between;
}

  .product-button button {
    color: #fff;
    border-radius: 5px;
    width: 204px;
    height: 45px;
    text-transform: uppercase;
  }

  .product-button .cart-btn {
    background: #DF652A;
    border: 1px solid #DF652A;
  }

    .product-button .cart-btn:hover {
      color: #DF652A;
      background: #fff;
    }

  .product-button .live-btn {
    background: #18212D;
    border: 1px solid #18212D;
  }

    .product-button .live-btn:hover {
      background: #fff;
      color: #18212D;
    }

.product-version {
  margin-top: 20px;
}

  .product-version .version-btn {
    border: 1px solid #8894A7;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    color: #8894A7;
    text-transform: uppercase;
  }

    .product-version .version-btn:hover {
      background: #8894A7;
      color: #F0F0F0;
    }

.product-support h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  background: #E2E2E2;
  padding: 15px 0 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #18212D;
  font-size: 18px;
}

.product-support {
  border-radius: 10px;
  margin: 30px 0;
  background: #F1F1F1;
}

  .product-support p {
    margin: 0;
    padding: 16px 0 18px 25px;
    color: #585858;
  }

  .product-support .version-support {
    padding: 12px 29px 17px 24px;
  }

    .product-support .version-support li {
      display: flex;
      color: #585858;
    }

      .product-support .version-support li i {
        color: #31AE13;
        padding-right: 10px;
        padding-top: 5px;
      }

    .product-support .version-support li {
      display: flex;
      color: #585858;
      border-bottom: 1px solid #707070;
      border-top: 1px solid #fff;
      border-bottom-color: rgb(112, 112, 112, 0.1);
      padding: 8px 0;
    }

      .product-support .version-support li:nth-child(1) {
        border-top: none;
        padding-top: 0;
      }

      .product-support .version-support li:nth-child(5) {
        border-bottom: none;
        padding-bottom: 0;
      }

.product-tag {
  padding: 24px 28px 32px 25px;
}

.product-tags.t1, .product-tags.t2, .product-tags.t3, .product-tags.t4, .product-tags.t5 {
  display: flex;
  justify-content: space-between;
}

.product-tags h6 {
  margin: 0;
  font-size: 14px;
  color: #585858;
  border: 1px solid #DCDCDC;
  background: #E2E2E2;
  border-radius: 5px;
  height: 35px;
}

  .product-tags h6:hover {
    color: #fff;
    background: #585858;
  }

.product-tags.t1 h6:nth-child(1), .product-tags.t4 h6:nth-child(1) {
  width: 110px;
  text-align: center;
  padding: 9px 14px 8px 14px;
}

.product-tags.t1 h6:nth-child(2), .product-tags.t4 h6:nth-child(2) {
  width: 165px;
  text-align: center;
  padding: 9px 16px 8px 17px;
}

.product-tags.t1 h6:nth-child(3), .product-tags.t4 h6:nth-child(3) {
  width: 110px;
  text-align: center;
  padding: 9px 8px 8px 8px;
}

.product-tags.t2 h6:nth-child(1), .product-tags.t5 h6:nth-child(1) {
  width: 162px;
  text-align: center;
  padding: 9px 6px 8px 6px;
}

.product-tags.t2 h6:nth-child(2), .product-tags.t5 h6:nth-child(2) {
  width: 232px;
  text-align: center;
  padding: 9px 14px 8px 14px;
}

.product-tags.t2 {
  margin: 16px 0;
}

.product-tags.t3 h6:nth-child(1) {
  width: 197px;
  text-align: center;
  padding: 9px 17px 8px 14px;
}

.product-tags.t3 h6:nth-child(2) {
  width: 110px;
  text-align: center;
  padding: 9px 14px 8px 14px;
}

.product-tags.t3 h6:nth-child(3) {
  width: 77px;
  text-align: center;
  padding: 9px 8px 8px 15px;
}

.product-tags.t4 {
  margin: 16px 0;
}

.product-log {
  padding: 20px 19px 17px 25px;
  color: #585858;
}

  .product-log .log-support li:nth-child(1) {
    font-weight: bold;
  }

  .product-log .log-support li {
    margin-bottom: 5px;
  }

ul.log-support {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #fff;
  border-bottom-color: rgb(112, 112, 112, 0.1);
  padding: 15px 0;
}

.product-log .log-support:nth-child(1) {
  border-top: none;
  padding-top: 0;
}

.product-log .log-support:nth-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}

ul.log-support.log-detail li {
  padding-bottom: 15px;
}

  ul.log-support.log-detail li:nth-child(1) {
    padding-bottom: 0px;
  }

  ul.log-support.log-detail li:nth-child(4) {
    padding-bottom: 0px;
  }

@media screen and (min-width :1401px) and (max-width:2200px) {
  .product-detail .product-name {
    font-size: 24px;
  }

  .product-detail .product-price {
    font-size: 18px;
    padding: 3px 17px;
  }

  .nav-tabs > li {
    font-size: 16px;
  }


  .product-mention p {
    font-size: 16px;
  }

  .product-component-ui p {
    font-size: 16px;
  }

  .plugin-target p {
    font-size: 16px;
  }

  .license-btn {
    font-size: 18px;
    padding-left: 30px;
  }

  .product-license-right {
    font-size: 18px;
  }

  .licensemark {
    height: 20px;
    width: 20px;
  }

  .license-btn .licensemark:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
  }

  .product-button button {
    height: 50px;
    font-size: 16px;
  }

  .product-version .version-btn {
    font-size: 16px;
    height: 50px;
  }

  .product-support p {
    font-size: 16px;
  }

  .product-support .version-support {
    font-size: 16px;
  }

  .product-log {
    font-size: 16px;
  }

  .manual-detail p {
    font-size: 16px;
  }

  .form-contact label {
    font-size: 16px;
  }

  .form-control {
    height: 50px;
  }

  button.btn-cont {
    font-size: 16px;
  }
}

@media screen and (max-width :768px) {
  .product-right {
    margin-top: 40px;
  }
}
