.slider_product_card {
  position: relative;
}

.slider_product_card .product_labels {
  position: absolute;
  top: 0;
}

#sync1 .owl-nav > div {
  background-color: transparent;
  
}

#sync1 .owl-nav path {
  stroke: black;
}

#sync2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#sync2:before, #sync2:after {
  display: none;
}

.thumbs_row {
  padding: 0 20px;
}

.thumbs div {
  width: 80px;
  height: 80px;
  overflow: hidden;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.thumbs div img {
  cursor: pointer;
  max-height: 100%;
  /*max-width: 100%;*/
  max-width: max-content;
  width: auto;
  height: auto;
}

.thumbs div.active {
  border: 1px solid var(--sm-btn-color);
}

.product-info__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.product-info__header > div:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
}

.art_card_product {
  font-size: 16px;
}


.description_card_product .prod_buy_btns {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.prod_buy_btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  font-size: 16px;
}

#compare_wishlist {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

#compare_wishlist input[type="checkbox"]:checked + label:before {
  display: none;
}

button.buy_one_click  {
  border: 0px;
}

button.buy_one_click:hover {
  border: 0px;
  opacity: .9;
}

#summ_price {
  display: flex;
  align-items: end;
  gap: 20px;
}

.delivery-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.delivery-info .shipping-info {
  display: flex;
}

.delivery-info .delivery-info__block {
  padding: 20px;
  border: 1.5px solid var(--color-light);
  border-radius: 5px;
}

.delivery-info .delivery-info__block h3 {
  font-size: 16px;
  margin-top: 0;
}

.delivery-info__block li {
  justify-content: space-between;
}

.delivery-info__block li > div:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
}

.delivery-info__block svg {
  color: grey;
  cursor: pointer;
  opacity: .5;
}

.delivery-info__block button:hover svg {
  opacity: 1;
}

.delivery-info .delivery-info__block p:last-child {
  margin-bottom: 0;
}

.tooltip-scroll {
  position: relative;
  height: 20px;
  padding: 2px;
}

.tooltip-scroll.active .tooltip-scroll__info {
  display: block;
  box-shadow: 10px 10px 16px -15px rgb(141, 141, 141);
  border-radius: 5px;
}

.tooltip-scroll__info {
  display: none;
  position: absolute;
  top: 30px;
  width: 250px;
  padding: 10px;
  border: 1.5px solid var(--color-light);
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 1;
}

.tooltip-scroll__info > div {
  max-height: 280px;
  overflow-y: scroll;
}


.tooltip-scroll__info > div::-webkit-scrollbar {
  width: 6px;
  background: #fafafa;
}

.tooltip-scroll__info > div::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
  cursor: pointer;
}


.tooltip-scroll__info > div:hover::-webkit-scrollbar {
  height: 12px;
  width: 6px;
  background: #eeeeee;
}

.tooltip-scroll__info > div:hover::-webkit-scrollbar-thumb {
  background: #ababab;
  border-radius: 2px;
  cursor: pointer;
}

.tooltip-scroll__info > div:hover::-webkit-scrollbar-corner {
  background: #000;
}

.tooltip-scroll__info ol,
.tooltip-scroll__info ul {
  padding-left: 15px;
  margin-bottom: 15px;
}

.tooltip-scroll__info li {
  display: list-item !important;
}

.tooltip-scroll__toggle {
  padding: 0;
  background-color: inherit;
  border: 0px;
}

.tooltip-scroll__toggle svg {
  pointer-events: none;
}

.tooltip-scroll__info .tooltip-scroll__toggle {
  position: absolute;
  right: 5px;
  top: 5px;
}

@media (max-width:480px) {
  .delivery-info .delivery-info__block div {
    font-size: 13px;
  }
}

.product-info__footer {
  display: flex;
  gap: 20px;
}

.product-info__footer > div:first-child {
  max-width: 60%;
}

.product-info__footer > div:last-child {
  width: 30%;
}

.attributes-short {
  display: flex;
  flex-direction: column;
}

.attributes-short tr {
  display: table;
  width: 100%;
}


.review,
.reviews {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.attributes-short button,
.reviews button {
  max-width: 140px;
  align-self: flex-end;
}

.review {
  padding: 20px;
  gap: 15px;
}

.reviews .user-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reviews .user-info svg {
  font-size: 46px;
}

.review .text_review {
  padding: 0;
  border: 0px;
}

.review-login {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}


@media (max-width: 991px) {
  .category_heading.no-login {
    font-size: 28px
  }
}
 
#own_product {
  position: sticky;
  top: 20px;
  max-width: 305px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 2px 4px 11px 0px rgba(0, 0, 0, 0.10), 9px 17px 19px 0px rgba(0, 0, 0, 0.09), 20px 39px 26px 0px rgba(0, 0, 0, 0.05), 36px 69px 31px 0px rgba(0, 0, 0, 0.01), 57px 107px 34px 0px rgba(0, 0, 0, 0.00);
}

#own_product:before, #own_product:after {
  display: none;
}

#own_product .price {
  display: flex;
  gap: 10px;
  align-items: end;
}

#comments #own_product {
  margin-top: 0px;
}

.tab-wrapper {
  display: flex;
  gap: 20px;
}

.tab-wrapper .like_h2 {
  margin-top: 20px;
}

.tab-wrapper > div:first-child {
  width: 100%;
  display: flex; 
  flex-direction: column;
}

.tab-with-product .clearfix:before, .tab-with-product .clearfix:after {
  display: none;
}

.add_comment_box {
  margin-bottom: 40px;
}

.reviews_container,
.comment-skin-body {
  padding: 40px;
  border: 1.5px solid var(--color-light);
  border-radius: 5px;
}

.answer__container {
  display: flex;
  gap: 24px;
}

.answer__container > div:first-child {
  width: 100%;
}

.answer__container textarea {
  max-width : 690px;
}

.answer__container .error-message {
  display: none;
  color: red;
  margin: 2px 0;
}

.required + .error-message {
  display: block;
}

.answer__container .rating_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 160px;
  height: 70px;
  padding: 10px;
  margin: 0px;
  border: 1.5px solid var(--color-light);
  border-radius: 5px;
  transform: translateY(37px);
}

.answer__footer .form-group {
  margin-bottom: 0;
}

.rating_wrapper label {
  width: 100%;
  color: #000;
  white-space: nowrap;
}


.comment .user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.user__name {
  display: flex;
  align-items: center;
  gap: 20px;
}

.comment .user svg {
  font-size: 46px;
}

.comment__footer {
  display: flex;
  flex-direction: column;
}

.comment__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.comment__action > div {
  display: flex;
  gap: 20px;
}
.comment__childern {
  display: none;
}

.comment__childern.active {
  display: flex;
}

.comment__childern .comment-skin-body {
  width: 100%;
}
.comment__btns {
  color: #999;
}
.comment__btns > button {
  display: flex;
  gap: 5px;
  padding: 0;
  height: auto;
  min-width: auto;
  color: #999;
  background-color: transparent;
  font-size: 14px;
} 

.comment_date {
  padding: 0;
  font-size: 14px;
  color: #999;
}

.comment__btns > button:focus,
.comment__btns > button:hover {
  background-color: transparent;
  color: #000;
}

.comment__btns svg {
  width: 17px;
  height: 17px;
  pointer-events: none;
}
.comment-reply-block .rating_wrapper{
  align-self: start;
  transform: translateY(35px);
}

.comment-reply-block .answer__footer .form-group {
  display: flex;
  gap: 20px;
}

.comment-reply-block .btn-secondary {
  background-color: #999;
}

.delivery-info ul {
  display: flex;
  flex-direction: column;
  gap: 12px; 
  margin: 0;
  list-style: none;
  
}

.delivery-info li {
  display: flex;
  gap: 12px;
  font-size: 14px;
}

.delivery-info .h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.delivery-info img {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 991px) {
  .product-title {
    font-size: 22px;
  }
  #sync2 {
    justify-content: center;
    margin-top: 60px;
  }
  #sync2 > div {
    width: 13px;
    height: 13px;
    padding: 0;
    border: 0px;
    border-radius: 50%;
    background-color: var(--color-grey-light);
    cursor: pointer;
  }

  #sync2 > div.active {
    border: 0px;
    background-color: var(--sm-btn-color);
  }
  #sync2 img {
    display: none;
  }
  .product-info__header {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 20px;
  }
  .prod_options_radio label {
    width: calc(33% - 13px);
  }
  #summ_price {
    flex-direction: column;
    align-items: start;
  }
  #summ_price span:first-child {
    font-size: 38px;
  }
  #summ_price span:last-child {
    font-size: 28px;
  }
  .prod_buy_btns {
    position: relative;
  }
  .prod_buy_btns div,
  .prod_buy_btns button {
    width: 100%;
  }
  .container_sheare_compare {
    position: absolute;
    top: -100px;
    right: 100px;
    max-width: 80px !important;
  }
  .delivery-info {
    padding: 0;
  }

  .product-info__footer {
    flex-direction: column;
  }

  .product-info__footer > div:last-child,
  .product-info__footer > div {
    width: 100%;
    max-width: 100% !important;
    word-break: break-word;
  }
  .product-info__footer button {
    width: 100%;
    max-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 0;
  }

  .breadcrumb li:not(:nth-last-child(2)) {
    display: none;
  }

  .breadcrumb li::before {
    transform: rotate(180deg) !important;
  }
  .nav-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .tab-wrapper {
    flex-direction: column;
  }
  .tab-wrapper > div:first-child {
    order: 1;
  }
  .tab-wrapper #own_product {
    position: initial;
    top: unset;
    box-shadow: unset;
    max-width: unset;
  }

  .tab-wrapper #own_product .new_price {
    font-size: 38px;
  }

  .tab-wrapper #own_product .old_price {
    font-size: 28px;
  }
  
  .reviews_container,
  .comment-skin-body {
    padding: 25px;
  }

  .answer__container {
    flex-direction: column;
  }

  .answer__container .answer__form {
    order: 1;
  }

  .answer__container .rating_wrapper {
    padding: 0;
    border: 0px;
  }

  .answer__footer .form-group{
    display: flex;
    flex-direction: column;
  }

  .answer__footer .form-group button {
    margin: 0;
  }

  .tab-wrapper button {
    width: 100%;
  }

  .tab-wrapper .user-info {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }

  /* .tab-wrapper #own_product .product {
    box-shadow
  } */
}
