
html {
  scroll-behavior: smooth;
}

.header-photo {
  width: 100%;
  height: calc(55vh - 53px - 60px);
  background: url("/img/photos/header-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.header-photo h1 {
  width: 100%;
  font-size: 36px;
  opacity: 0.9;
  font-weight: 400;
  margin: auto;
  letter-spacing: 1px;
}

.production {
  margin-top: 100px;
}
.producttip_img
{
  width: 100%;
  height: auto;
}
body
{background: #fff;
  overflow-x: hidden;
}

.product_main_bloc
{
  margin-top: 60px;
  cursor: pointer;
}
.boxproducts_visible
{
  height: auto;
  padding: 20px;
  background-color: #D9D9D9;
  -webkit-transition-duration: 1s;
  margin-top: 20px;
}
.boxproducts_disable
{
  opacity: 0;
display: none;
}



.product_cart
{
  height: auto;
  padding: 10px;
  background-color: #fff;
  margin-right: 20px;
  transition: 1s;
  margin-top: 10px!important;
}
.product_cart:hover
{
  transform: scale(1.1);
}

.imagefortovar
{
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-position: center;
}
.product_img
{
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.product_title
{
  margin-top: 10px;
   font-size: 16px;
  font-weight: 600; 
  height: 48px;
}
.product_price span
{
  color: #CB2D2D;
  font-weight: 600;
}
.product_cart p
{
  margin-bottom: 0px;
}
.img_bloc, .title_bloc
{
  padding: 20px!important;
}
.viewproduct_img
{
  width: 100%;
  height: auto;
}
.view_block
{
  padding-top: 30px;
}
.circle {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  float: left;
  margin-right: 20px;
}
.m2input {
  padding-right: 1.8em;
  width:65px;
  padding-left: 5px;
}
.result_caption
{
  margin-bottom: 50px;
}

.m2 {
  position: absolute;
  margin-left: -1.5em;
  font-size: 0.9em;
}
.button_zakaz
{
  position: absolute;
  bottom: 20px;
  padding: 10px 4px;
  width: 300px;
  background-color: #530084;
  color: white!important;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.result
{
  font-size: 30px;
  font-weight: 600;
}

.tab-pane
{
  padding-top: 20px;
}
.gallery img{

  margin:5px; /* внешние отступы картинок */
 
  border:3px solid #fff; /* рамка картинок */
 
  float: left;
 
 }
 
 a.photo:hover img{
 
  border:3px solid #034F80; /* изменение цвета рамки при наведении на картинку */
 
 }
 #myTabContent

 {
 text-align: justify;
 }
 .producttip_caption {
height:110px;
hyphens: auto;
overflow: hidden;
}

 .img_wrap {
   width: 280px;
   height: 200px;
   border-radius: 20px;
   padding: 0px;
 }
 
 .img_wrap img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: 0 0;
 }
.description
{
  text-align: justify;
}

.producttip_price
{
  font-weight: 600;
  font-size: large;
  position: absolute;
  bottom: 0;
}
.status
{
  height: 24px;
  width: 100%;
  position: absolute;
  top: -10px;
  left: -3px;
}
.sale_status
{
  height: 24px;
  width: auto;
  float: right;
  margin-right: 4px;
}

.status_tovara
{
  height: 50px;
  width: 100%;
  position: absolute;
  top: -25px;
  left: 0px;
}

.sale_status_img
{
  height: 50px;
  width: auto;
  float: right;
  margin-right: 10px;
}
.bloc_color
{
  height: 100px;
  width: 100%;
}
.view_colors
{
  height: 60px;
  width: 60px;
}
.view_price span
{
  font-size: 28px;
  font-weight: 600;
}
.product_main_bloc .row{
  transition: transform 0.3s ease;
}
.product_main_bloc .row:hover{
  transform: scale(1.1); /* Збільшує блок на 10% */
}
@media only screen and (min-width: 100px) and (max-width: 992px) {

  .product_main_bloc .row:hover{
    transform: none;
  }
  .bloc_color {
    height: auto;
    width: 100%;
  }
  .imagefortovar
{
  height: auto;
}
.img_wrap
{
  width: 100%;
  height: auto;
  padding: 4vw;
}
.producttip_img
{
  width: 100%;
  height: auto;
}
.producttip_price
{
  position: initial;
  margin-top: 10px;
  font-size: 5vw!important;
}
.product_title,.viewproduct_name,.producttip_title
{
  font-size: 6vw;
}
.product_price,.view_price,.tabtitle,.duv_takojh 
{
  font-size: 5vw;
}
.product_cart
{
  margin-bottom: 10vw;
  margin-right: 0px;
  margin-top: 10px !important;
}
.description,.tab_text,.nav-link
{
  font-size: 5vw!important;
  hyphens: auto;
}
.producttip_caption
{
  font-size: 4vw!important;
    height: auto;
    text-align:justify;
  }
.product_main_bloc
{
  margin-top: 4vw;
}
.sale_status
{
  height: 12vw;
}

  .product_cart:hover {
    transform: none; /* Заборонити масштабування */
  }


}