

.mid-top{
  width: 100%;
}

.mid-top:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}/*Kapsayamama Sorunu*/



.mid-top-left{
  float: left;
  margin-left: 5%;
  width: 55%;
  height: 100%;
}


.container {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  float: left;
  box-sizing: border-box;
  justify-content: center;
}

.container div {
  margin: 10px;
}



.picture {
  float: right;
  position: relative;
  margin: 0 !important;
  padding: 0;
  height: 500px !important;
}

#pic{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.pictures {
  float: right;
  margin: 0 !important;
  margin-right: 2% !important;
  width: 100%;
}

/* Alttaki küçük resimler */
.pictures img{
  width: 100px !important;
  margin-bottom: 6px;
  box-shadow: 0 2px 4px 0 #b1b1b1, 0 2px 4px 0 #b1b1b1;
}

/* Alttaki küçük resimler seçildiğinde */
.img-active {
  box-shadow: 0 0px 2px 0 #2f2f2f, 0 0px 2px 0 #2f2f2f !important;
}

.rect {
  position: absolute;
  margin: 0px !important;
  padding: 0;
  width: 200px;
  height: 150px;
  background-color: #78787c4d;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}

.zoom-all{
  position:fixed;
  width: 250px;
  height: 150px;
}

.zoom {
  position: relative;
  top: 15px;
  left: 780px;
  width: 500px !important;
  height: 300px !important;
  background-image: url('../Images/work-2.jpg');
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  opacity: 0;
  display: none;

}

.rect-active {
  opacity: 1;
  display: block;
}



.mid-top-right{
  float: left;
  width: 31%;
  height: 96%;;
  padding: 2% 2% ;
}

.mid-top-right h4{
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
}


.top:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}/*Kapsayamama Sorunu*/


.mid-top-right .top{
  height: auto;
  width: 100%;
}

.mid-top-right .top ul{
  padding-top: 10px;
  float: left;
  text-align: left;
  font-weight: bold;
}

.mid-top-right .top ul li{
  font-size: 14px;
}


.mid-top-right .top ul:not(:first-child){
  float: left;
  text-align: left;
  font-weight: normal;
}


.mid-top-right .price{
  width: 100%;
  text-align: left;
  padding: 5% 0;
  float: left;
}

.mid-top-right .price li{
  float: left;
  font-size: 17px;
  color: #7d7d7d;
  text-decoration:line-through !important;
  font-weight: normal;
}


.mid-top-right .price li:first-child{
  float: left;
  margin-top: 3px;
}



.mid-top-right .price li:not(:first-child){
  float: left;
  margin-left: 5%;
  font-size: 20px;
  color: #000;
  text-decoration:none !important;
  font-weight: bold;
}



.mid-top-right .inputs{
  width: 100%;
  height: auto;
}
.mid-top-right .inputs:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}/*Kapsayamama Sorunu*/


.mid-top-right .inputs h6{
  font-size: 17px;
  margin: 0;
  margin-right: 5%;
}

.mid-top-right .inputs input[type=text]{
  float: left;
  font-size: 15px;
  height: 40px;
  width: 25%;
  margin: 0;
  margin-top: 3%;
}

.mid-top-right .btn-style3{
  float: left;
  width:60%;
  border-width: 1px;
  border-radius: 0;
  margin-left: 5%;
  margin-top: 3%;
}






.mid-bottom{
  width: 80%;
  padding: 1% 10% 15% 10%;
  margin: 0;
}


.mid-bottom h3{
  font-size: 20px;
  border: 1px solid #e4e1e1;
  border-bottom:none;
  display:inline-block;
  background-color: white;
  padding: 10px 25px;
}


.explanation{
  width: 96%;
  border: 1px solid #e4e1e1;
  margin-top: -1px;
  font-size: 15px;
  min-height: 50px;
  padding: 2%;
  font-weight: normal;
}




@media only screen and (max-device-width: 1279px) {


.mid-top-left{
  float: left;
  margin-top: 60px;
  margin-left: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: 90%;
  padding: 15px 5%;
}

.pictures{
  width: 100%;
  padding: 5px 0;
  margin-left: 0;
}

.pictures img{
  width: 75px !important;
}


.picture{
  width: 100% !important;
}


.zoom-all,.zoom,.rect-active{
  display: none;
}



.mid-top-right{
  width: 90%;
  margin-left: 5%;
  padding: 0;
  margin-bottom: 15px;
}



.mid-bottom{
  width: 90%;
  padding: 0;
  margin-left: 5%;
  margin-bottom: 15px;
}

.mid-bottom h3{
  font-size: 16px;
}


.explanation{
  width: 96%;
  border: 1px solid #e4e1e1;
  margin-top: -1px;
  font-size: 14px;
  min-height: 50px;
  padding: 2%;
}


.inputs button{
  width: 64% !important;
}


}
