
/* ================================================================ КАРТКА ТОВАРУ ================================================================*/

.box-prinfo {
  display: grid;
}

.product-card .box-prinfo #product {order: 2;}             /* Порядок (Сортування) Дівок */
.product-card .box-prinfo .cart {order: 3;} 
.product-card .box-prinfo .attribute_groups {order: 4;}

.box-prinfo .pr_h1 {            /* Назва товару */
  color: #2B2B2B;
  letter-spacing: 0;
  text-transform: none;
  font-size: 26px;
  font-weight: 600;
}

.box-prinfo .pr_price .price-new {              /* Ціна */
  order: 1;
  color: #2B2B2B !important;
  font-size: 34px;
  font-weight: 700;
}

.product-card .box-prinfo .cart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: center;
}

.group-quantity {                                  /* Розтягнув вибір кількості і Wishlist-btn i Compare-btn по бокам */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 396px) and (max-width: 1439px) {     /* SVG іконок 35*35px Wishlist i Compare */
  #product .btn-wishlist,                              
  #product .btn-compare {
  width: 35px;
  height: 35px;
  padding: 5px;
}
}

.icons-box {                                       /* Виставив сортування спершу Compare-0, потім Wislist-1   */
  display: flex;
}
.icons-box .btn-compare {
  order: 0;
  margin: 0 8px 0 0;
}
.icons-box .btn-wishlist {
  order: 1;
  margin: 0;
}

.pull-left {
  display: flex;
}

#product .pull-center,
#product .pull-center > a {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-inline: 5px;
}

#product .btn-wishlist,                                /* Властивості кнопок Wishlist i Compare */
#product .btn-compare {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6F6F6F;
  border: 1px solid #ECECEC;
  line-height: normal;
}

#product .btn-wishlist:hover, 
#product .btn-compare:hover {
  transform: scale(1.1) !important;
  transition: transform 0.3s ease, fill 0.3s ease, stroke 0.3s ease !important;
  background: #33b386 !important;
  color: #FFFFFF;
}

.box-prinfo .cart .btn-cart.product,                       /* Кнопки Купити і Швидке замовлення */
.box-prinfo .cart .btn-cart.btn-cart__fastorder {
  display: flex;
  justify-content: center;
  max-height: 50px;
  width: 100%;
  margin: 0;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 6px;
}

.box-prinfo .cart .btn-cart.product {               /*  Кнопка Купити  */
  background: #33B386;
  gap: 10px;
  border: none;
}
.box-prinfo .cart .btn-cart.product:hover {        /*  Кнопка Купити Hover */
  background: #1A7B55;
}

.box-prinfo .cart .btn-cart.btn-cart__fastorder {      /*  Кнопка Швидке заамовлення  */
  color: #1A7B55;
  border: solid 1px #33B386;
}
.box-prinfo .cart .btn-cart.btn-cart__fastorder:hover {      /*  Кнопка Швидке заамовлення Hover */
  color: #1A7B55 !important;
  background: #33B3861A !important;
}

#button-ukrcredits:hover {
  background: #2B2B2B !important;
  border: 1px solid #2B2B2B !important;
  color: #fff !important;
}

.credits-info {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 50px;
  gap: 25px;
}

.attribute_groups {                         /*  КОРОТКИЙ ОПИС  */
  margin-top: 30px;
}
.atr_name {
  display: block;
  position: relative;
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
.attribute_groups.attribute_groups.attr_shot .atr_name + p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.attribute_groups .specification_profile {
  display: inline-block;
  width: auto;
  color: #1A7B55 !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px dashed #33B386 !important;
  border-radius: 0;
}

.pr_nav li a {                              /* ОПИС, ХАРАКТЕРИСТИКИ, ВІДГУКИ   */
  color: #6F6F6F;
  font-size: 20px;
} 
.pr_nav li.active a,
.pr_nav li.active a:focus {
  color: #1A7B55;
  border-bottom: 2px solid #33B386;
}
.tab-pane {
  font-size: 14px;
}




@media (min-width: 1440px) {                                /* Властивості кнопок Вибору клікості товару */
.pull-left .items-count,
.pull-left .items-count2 {
  width: 40px;
  height: 50px;
}
.pull-left .input-quantity {
  width: 90px !important;
  height: 50px;
}
#product .btn-wishlist,                                /* Властивості кнопок Wishlist i Compare */
#product .btn-compare { 
  width: 50px;
  height: 50px;
  padding: 0;
}
.box-prinfo .cart .btn-cart.product,             
.box-prinfo .cart .btn-cart.btn-cart__fastorder {
  font-size: 20px;
  max-height: 60px;
}
.tab-pane {   /* текст опису товара */
  font-size: 16px;
}

}

@media (min-width: 768px) and (max-width: 920px) {
  .btn-cart__fastorder {
    display: none;
  }
  .product-card .box-prinfo .cart {
  grid-template-columns: auto;
  }

  .box-prinfo .cart .btn-cart.product,
  .box-prinfo .cart .btn-cart.btn-cart__fastorder {
    max-width: 340px;
  }

  .product-card .box-prinfo .cart {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  justify-content: center;
}
}
@media (max-width: 600px) {
  .product-card .box-prinfo .cart {
    display: grid;
    grid-template-columns: auto;
  }
  
  .box-prinfo .cart .btn-cart.product,
  .box-prinfo .cart .btn-cart.btn-cart__fastorder {
    max-width: 340px;
    width: 100%;
  }
  .product-card .box-prinfo .cart {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .box-prinfo .cart .btn-cart.btn-cart__fastorder {
    display: none !important;
  }
  .pr_nav li a {                            
  color: #6F6F6F;
  font-size: 16px !important;
  }
}