.content-description-cms {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-container {
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-content.product {
  display: flex;
  gap: 40px;
}

.product-card-video {
  width: 100%;
}

.product-l-part,
.product-r-part {
  width: 50%;
}

.product-price {
  font-weight: bold;
  font-size: 20px;
}

.h1 {
  line-height: 125%;
  font-size: 40px;
  margin-top: 0;
}

.product-free-shipping-div {
  margin-bottom: 15px;
}

.rc-card .info .action a,
#add_to_cart,
.et_pb_button.et_pb_promo_button button {
  padding: 10px 20px;
  background: rgb(0, 251, 254);
  background: linear-gradient(
    45deg,
    rgba(0, 251, 254, 1) 0%,
    rgba(0, 164, 255, 1) 47%,
    rgba(129, 52, 175, 1) 100%
  );
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #fff;
}

.product-quantity .qty .input-group-btn-vertical {
  display: none !important;
}

#post-product-comment-modal .modal-dialog,
#product-comment-posted-modal .modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#post-product-comment-modal #criterions_list {
  list-style: none;
}

.product-comment-list-item {
  display: flex;
  gap: 100px;
}

.product-comment-list-item .comment-author {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}

.product-comment-list-item .comment-date {
  color: #000;
  font-size: 12.5px;
}

.product-comment-list-item .grade-stars {
  margin-bottom: 10px !important;
}

#tab-attachments {
  margin-bottom: 50px;
}

.product-flags.az_badgeFixed {
  display: none;
}

#product-availability {
  display: flex !important;
  gap: 5px;
}

.how-reviews-work-p {
  margin-top: 10px;
  cursor: pointer;
  color: #38a8ff;
  font-size: 14px;
  text-decoration: underline;
}

.product-header-rating-block {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #3780a6;
}

.product-header_comments_note span {
  margin-left: 10px;
}

.product-header-rating-block .post-product-comment {
  cursor: pointer;
}

.plus.qib-button.product_quantity_up,
.plus.qib-button.product_quantity_down {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  padding: 1px 20px;
  height: 42px;
  background: unset;
  cursor: pointer;
}

.product_add_to_cart-button {
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 15px 30px;
  background: linear-gradient(
    45deg,
    rgb(0, 251, 254) 0%,
    rgb(0, 164, 255) 47%,
    rgb(129, 52, 175) 100%
  );
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
}

.product_add_to_cart-button:hover {
  background: #fff;
  color: #00a4ff;
  border: 1px solid #00a4ff;
}

.product_add_to_cart-button::before {
  background: unset !important;
}

.content.specification .specification_table .row {
  display: flex;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.content.specification .specification_table .row:nth-child(even) {
  background: #fafafa;
}

.content.specification .specification_table .row .cell {
  flex-basis: 33.33%;
  padding: 5px;
  text-align: center;
  align-items: center;
}

.content.specification .specification_table .row .cell:first-child {
  text-align: left;
}

.attachments-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-top: 15px;
}

.attachments-div a {
  width: 310px;
}

.axZm_mouseOverPrevNextArrows {
  z-index: 4 !important;
}

.product-l-part .product_list_flags {
  display: none !important;
}

#post-product-comment-form {
  display: flex;
  gap: 20px;
}

.post-product-comment-form_l_p,
.post-product-comment-form_r_p {
  width: 50%;
}

.post-product-comment-form_r_p {
  padding: 10px;
  background: #f5f8fa;
}

.post-product-comment-form_p_i {
  font-size: 14px;
  line-height: 125%;
}

.post-product-comment-form_l_p .js-qv-product-cover {
  border: 1px solid #d6d4d4;
}

.post-product-comment-form_r_p label {
  font-weight: bold;
  font-size: 12px !important;
  color: #33475b;
}

.post-product-comment-form_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-comment-modal .modal-header,
.product-comment-modal .modal-body {
  padding: 15px !important;
}

.post-product-comment-form_rating {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.post-comment-buttons_cancel {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.post-comment-buttons_submit {
  padding: 0 24px;
  background: #33475b;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}

.product-comment-modal .post-comment-buttons {
  gap: 5px;
  font-size: 12px;
  align-items: center;
}

#ratingNotChosen {
  text-align: left !important;
}

@media (max-width: 768px) {
  .page-content.product {
    flex-direction: column;
  }

  .product-l-part,
  .product-r-part {
    width: 100%;
  }

  .product-container {
    padding: 50px 25px;
  }

  .product-comment-list-item {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }

  .post-product-comment-form_l_p {
    display: none;
  }

  .post-product-comment-form_r_p {
    width: 100%;
  }

  .pd-2-col {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 20px;
  }

  .pd-2-col img,
  .pd-2-col div {
    width: 100%;
  }

  .pd-2-col .mobile {
    display: block;
  }

  .pd-2-col .desktop {
    display: none;
  }

  .content-description-cms {
    padding: 50px 20px;
  }
}

.axZm_mouseOverPrevNextArrowsRight,
.axZm_mouseOverPrevNextArrowsLeft {
  z-index: 10000 !important;
}
