html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.index_product_mh{
    max-height:500px;
    object-fit:cover !important;
    width:300px;
}

.index_yorum{
    max-width:50px;
}


.index_about_img_1{
    width:400px;
    height:600px;
    object-fit:cover;
}
.index_about_img_2 {
    max-width: 200px;
    height:400px;
    object-fit:cover;
}

.about_img_1{
    width:400px;
    height:500px;
}

.about_img_2{
    width:300px;
    height:300px;
    object-fit:contain;
}


.product_img_1 {
    width: 400px;
    height: 400px;
}


.about-wrapper.style2 .about-thumb .thumb12 {
    position: relative;
    margin-right: 156px !important;
    margin-left:0 !important;
}

.about-wrapper.style2 .about-thumb .thumbShape12 {
    position: absolute;
    top: 50px;
    right: 0px !important;
    left: auto !important;
}

.about-wrapper.style2 .about-thumb .thumbShape22 {
    position: absolute;
    top: 0px;
    right: 110px !important;
    left: auto !important;
}