*{
    margin: 0;
    padding: 0;
    font-size: 13;
    font-family: sans-serif;
   //background-color: chocolate;
   //overflow: hidden;
    box-sizing: border-box;
    transition: ease all 1s;

}

html{
    scroll-behavior: smooth;
   //background-color: darkblue;
}


html header{
   
}


html body{
   
    width: 100%;
    height: 80%;
    min-height: 800px;
    position: relative;
    top: 0%;
    bottom: 0%;
    //padding-bottom: 200px;
    font-family: sans-serif;
    //background-color: red;
    //overflow-X: hidden;
    //margin-bottom: 500px;
    padding: 0;

    
}



body #container .homepagedivs {
    
    height: 1500px;
    width: 100%;
}

/*
body #container #divs123{
    width: 99%;
    height: 900px;
    background-color: red;
    //opacity: .5;
    //position: relative;
    margin-left: .5%;
    margin-bottom:10px;
    border: 1px green inset;
    float: left;
    top: 0;
    //box-shadow: 2px 2px 2px grey;
    border: none;

}

body #container #divs123 img{
    width: 98%;
    height: 550px;
    margin: 1%;
}



body #container #divs123 #links{
    margin-top: 20px;
    text-align: center;
}

body #container #divs123 #links a{
    text-decoration: none;
    color: #79C143;
    line-height: 75px;
    padding-left: 1%;
    font-size: 30px;
    background-color: white;
    box-shadow: 1px 2px 4px grey;
    padding: 15px;
    border-radius: 50px;
   
}

body #container #divs123 #links a:hover{
   
    color: white;
    background-color: #79C143;
    font-size: 35px;
    font-weight: bold;
    //text-decoration: underline;
    //background-color: gold;
    
}





body #container #circlesdiv{
    width: 100%;
    height: 30%;
    //position: relative;
    //top: 25%;
    left: 0;
    //background-color: green;
    padding-left: 4%;
    //padding-bottom: 250px;
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}


body #container #circlesdiv div{
    
    width: 15%;
    position: relative;
    transform: translate(-50%, -20%);
    left: 5%;
    top: 16%;
    right: 50%;
    float: left;
    margin-left: 10px;
    //overflow: hidden;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: space-around;
}

body #container #circlesdiv div:after{
    content: '';
    display: block;
    padding-bottom: 100%;
    
}



body #container #circlesdiv img{
    width: 65%;
    height: 65%;
    //border: 2px inset grey;
    border-radius: 100px;
    margin-left: 13%;
    padding: 5px;
    background-image:linear-gradient(#999999, white);
    float: left;
    position: absolute;
    overflow: hidden;
    top: 13%;
    
}

body #container #circlesdiv img:hover{
    transition-duration: .5s;
    //width: 70%;
    //height: 100%;
    transform: scale(1.4);
    overflow: hidden;
    padding: 1px;
    //box-shadow: 2px 2px 80px black;
    //background-color: transparent;
    background-color: black;
    opacity: .5;
}



body #container #circlesdiv a{
    text-decoration: none;
    color:#79C143;
    display: block; 
}


body #container #circlesdiv span{
    position: absolute;
    top: 88%;
    font-size: 16px;
    text-align: center;
    transform: translate(0%,0%);
    width:100%;
    height: 30px;
    line-height: 30px;
    //background-color: yellow;
    color: #79C143;
    //z-index: 1;
}
*/
body #container #homeimgsdiv{
    width: 100%;
    height:900px;
    //min-height: 610px;
    //background-color: blueviolet;
    //margin-bottom: 50px;
    //position: absolute;
    
}


body #container #homeimgsdiv #homeimgsubdiv {
    width: 33%;
    height: 450px;
    //height: 70%;
    margin-bottom: 5px;
    //background-color: aqua;
    float: left;
    position: relative;
    margin-right: 2px;
    margin-left: 2px;
  }

body #container #homeimgsdiv #homeimgsubdiv img{
    width: 100%;
    //height: auto;
    height: 92%;
    margin-bottom: 5px;
    border-radius: 5px;
  }


body #container #homeimgsdiv #homeimgsubdiv img:hover{
    transform: scale(0.95);
    transition-duration: .5s;
    border: 4px inset #79C143;
    border-radius: 15px;
    
}

body #container #homeimgsdiv #homeimgsubdiv:hover h{
    background-color: #79C143;
    color: white;
    bottom: 7%;
    
}

body #container #homeimgsdiv #homeimgsubdiv h{
    color: #79C143;
    text-decoration: none;
    font-family:cursive;
    font-size: 18px;
    background-color: white;
    box-shadow: 1px 2px 4px grey;
    border-radius: 40px;
    padding: 10px;
    min-width: 150px;
    z-index: 0;
    text-align: center;
    position: absolute;
    left: 30%;
    bottom: 5%;
}

body #container #newproducts {
    width: 100%;
    height: 400px;
    //background-color: red;
    animation:newproducts 10s infinite; 
    background-size: cover;
    background-repeat: no-repeat;
    //position: relative;
    //margin-top: 70px;
    
}

/*
@keyframes newproducts{
    0% {background-image: url(../../photos/Slider/slider1.jpg); width: 100%; height: 100%;}
    40% {background-image: url(../../photos/Slider/slider2.jpg);width: 100%; height: 100%;}
    60% {background-image: url(../../photos/Slider/slider3.jpg);width: 100%; height: 100%;}
    75% {background-image: url(../../photos/Slider/slider4.jpg);width: 100%; height: 100%;}
    100% {background-image: url(../../photos/Slider/slider5.jpg);width: 100%; height: 100%;}
    
}

*/

body #container #garanti{
    width: 100%;
    height: 300px;
    //background-color: grey;
    //position: absolute;
    //margin-top: 1450px;
    
}

body #container #garanti #garantiSec {
    position: relative;
    float: left;
    width: 31%;
    height: 100%;
    margin: 1%;
    //background-color: grey;
}

body #container #garanti #garantiSec img{
    width: 80%;
    height: auto;
    padding: 10%;
}

body #container #garanti #garantiSec p{
    font-weight: bold;
    padding: 5px;
    padding-top: 20px;
    text-align: center;
    line-height: 25px;
    color: grey;
    
}









/* -------------- end of home page  -------------*/


body #container{
    width: 100%;
    height:auto;
    position: relative;
    top: 18%;
    left: 0;
    //height: auto;
    //padding-bottom: 250px;
    //background-color: red;
    min-height: 600px;
    //margin-bottom: 100px;
}




body #container #urunler{
    width: 90%;
    height: auto;
    min-height: 700px;
    position: relative;
    top: 0%;
    left: 0%;
    //background-image:linear-gradient(white, lightgrey);
    //background-color: green;
    //z-index: 3;
    padding-top: 1%;
    padding-bottom: 100px;
    padding-left: 7%;
    padding-right: 0;
    display: block;
   
}


body #container #urunler .image {
    position: relative;
    width: 260px;
    height: 230px;
    display: inline-flex;
    margin-left: 0%;
    margin-top: 0.5%;
    margin-right: 10px;
    margin-bottom:0px;
    //border: 2px inset red;
    
}


body #container #urunler .image img{
    width: 100%;
    height: 85%;
    position: absolute;
    top: 0%;
    margin-left: 0%;
    margin-top: 0%;
    border: 2px inset grey;
    //filter: drop-shadow(8px 8px 10px gray);
    float: left;
    display: flex;
}

body #container #urunler .image:hover .desc {
     border: 2px solid black;
    background-color: black;
    
}

body #container #urunler .image .desc:hover {
     border: 2px solid black;
    background-color: black;
    
}

body #container #urunler .image img:hover {
     border: 2px solid black;
    
    
}

body #container #urunler .image .desc{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 15%;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    //background-image: linear-gradient(white, grey, white);
    background-color: #999999;
    //filter: blur(0.5px);
    text-align: center;
    border: 2px solid grey;
    border-radius: 1px;
    float: left;
    margin-left: 0%;
    //display: inline-flex;
    z-index: 0;
}

body #container #urunler #gelirisetcizmi{
    width: 98%;
    height:60px;
    background-image: url(../../photos/separator.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
    //box-shadow: 1px 2px 4px black;
    left: 0%;
    margin-top: 5px;
    margin-bottom: 15px;
    //border-radius: 50px;
    //outline-style:dashed;
    
}





body #close, #closeBebek, #closeKoltuk {
    color: red;
    font-size: 60px;
    font-family: sans-serif;
    position: fixed;
    right:5%;
    top: 25%;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    line-height:50px;
    //background-color: red;
    //border: 3px orangered inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;  
    box-shadow: 1px 1px 10px grey;
}

body #close:hover, #closeBebek:hover, #closeKoltuk:hover{
    color: transparent;
    font-size: 60px;
    font-family: fantasy;
    display: block;
    width: 70px;
    height: 70px;
    line-height:70px;
    background-color: transparent;
    background-image: url(../../photos/title-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px lightgrey inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transform: rotate(360deg);
    transition-duration: 0.5s;
}


body #closeEn, #closeSofa, #closeBaby {
    color: red;
    font-size: 60px;
    font-family: sans-serif;
    position: fixed;
    right:5%;
    top: 25%;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    line-height:50px;
    //background-color: red;
    //border: 3px orangered inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;  
    box-shadow: 1px 1px 10px grey;
}

body #closeEn:hover, #closeSofa:hover, #closeBaby:hover{
    color: transparent;
    font-size: 60px;
    font-family: fantasy;
    display: block;
    width: 70px;
    height: 70px;
    line-height:70px;
    background-color: transparent;
    background-image: url(../../photos/title-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px lightgrey inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transform: rotate(360deg);
    transition-duration: 0.5s;
}



body #closeAr, #closeBebekAr, #closeSofaAr{
    color: red;
    font-size: 60px;
    font-family: sans-serif;
    position: fixed;
    left:5%;
    top: 25%;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    line-height:50px;
    background-color: white;
    //border: 3px orangered inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;  
    box-shadow: 1px 1px 10px grey;
}

body #closeAr:hover, #closeBebekAr:hover,  #closeSofaAr:hover{
    color: transparent;
    font-size: 60px;
    font-family: fantasy;
    display: block;
    width: 70px;
    height: 70px;
    line-height:70px;
    background-color: white;
    background-image: url(../../photos/title-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px lightgrey inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transform: rotate(360deg);
    transition-duration: 0.5s;
}



body #container #urunler #header h{
    color: white;
    position: relative;
    top: 0%;
    left: 30%;
    font-size: 18px;
    font-weight: bold;
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-color: #79C143;
    border: 3px inset grey;
    border-radius: 30px;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
    z-index: 0;
    //opacity: 0.5;
    padding: 10px;
    //padding-left: 30px;
    //padding-right: 30px;
    display:flex;
    align-items: center;
    justify-content: space-around;
    
}

body #container #urunler .SofaDiv{
  width: 45%;
  height: 250px;
 //background-color: red;
  //overflow: hidden;
  float: left;
    margin-right:5%;
    margin-top:7%;
    
}

body #container #urunler .SofaDiv:hover .desc{
    background-color: #999999;
    width: 105.2%;
    position: relative;
    left: -2.6%;
    transition-duration: .7s;
    color:#ffffff;
    
}

body #container #urunler .SofaDiv img{
    width: 100%;
    height: 100%;
}

body #container #urunler .SofaDiv img:hover{
   transform: scale(1.05);
   transition-duration: .5s; 
    border: 2px inset #999999;
    
}

body #container #urunler .SofaDiv .desc{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
     font-size: 20px;
}

body #container #urunler #bedspecs{
    width: 100%;
    height: 400px;
    //background-color: red;
    margin-bottom: 40px;
    position: relative;
    
}

body #container #urunler #bedspecs #beddesign{
    width: 24%;
    height: 100%;
    //background-color: aliceblue;
    position: relative;
    float: left;
    border: 1px inset grey;
    margin-right: 1%;
}

body #container #urunler #bedspecs #beddesign img{
    position: relative;
    width: 100%;
    height: 150px;
}

body #container #urunler #bedspecs #beddesign  p{
    
    font-size: 16px;
    padding: 4px;
    margin-left: 10px;
}



body #container #urunler #hkcontent{
    
    width: auto;
    height: auto;
    position: relative;
    top: 0%;
    left: 0%;
    z-index: -1;
    padding-top: 7%;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 10%;
    display: block;
    text-align: justify;
    //background-color: red;
}

body #container #urunler #hkcontent p{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    font-family:sans-serif;
    //background-color: green;
    
}

body #container #urunler #hkcontent img{
    width: 300px;
    height: auto;
    position: absolute;
    left: 5%;
    padding: 20px;
}




body #container #urunler #iletisim{
    
    width: auto;
    height: auto;
    position: relative;
    top: 0%;
    left: 0%;
    z-index: -1;
    padding-top: 7%;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 10%;
    display: block;
    text-align: justify;
    //background-color: red;
}

body #container #urunler #iletisim p{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    font-family:sans-serif;
    //background-color: green;
    position: relative;
    text-align: center;
    color: #999999;
    //padding: 10px;
    
}

body #container #urunler #iletisim #unvan{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    font-family:sans-serif;
    //background-color: green;
    position: relative;
    text-align: center;
    color: #79C143;
    width: 100%;
    height: auto;
    //background-color: red;
    
}

body #container #urunler #iletisim a{
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    font-family:sans-serif;
    //background-color: green;
    position: absolute;
    text-align: center;
    color: #79C143;
    //padding: 10px;
    text-decoration: none;
    width: 80%;
    height: 40px;

}


body #container #urunler #divsspace{
    padding: 40px;
} 



body #container #urunler .image #table{
    //background-color: red;
    position: absolute;
    top: 35px;
}





body #container #urunler #productSpecs #table td {
    width: auto;
    min-width: 95px;
    line-height: 20px;
    border: 1px grey inset;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    //background-color: green;
    font-weight: bold;
    
}


body #container #urunler #productSpecs #table #tableh{

    color: white;
    text-align: center;
    margin-top: -18px;
    padding: 3px;
    font-size: 20px;
    font-family: serif;
    border: 1px inset grey;
    //border-radius: 30px;
    font-weight: bold;
    background-color: #79C143;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
} 








/*-----------------------------------------------------*/






@media only screen and (max-width:800px){
    
    *{
        box-sizing: border-box;
        transition: ease all 1s;
    }
    
    body{
        width: 100%;
        height: auto;
       

    }
    
              
body #container{
    width: 100%;
    height:auto;
    position: relative;
    top: 15%;
    left: 0;
    //background-color: blue;
    margin-bottom: 125px;
    
}
  
    
    
body #container .homepagedivs {
    
    height: auto;
    width: 100%;
}

/*
body #container #divs123{
    width: 97%;
    height: auto;
    background-color: white;
    //opacity: .5;
    //position: relative;
    margin-left: .5%;
    margin-bottom:40px;
    border: 1px green inset;
    float: none;
    top: 0;
    box-shadow: 2px 2px 2px grey;
    border: none;

}

body #container #divs123 img{
    width: 98%;
    height: 250px;
    margin: 1%;
}

body #container #divs123 h{
    left: 15%;
    top: 20px;
    position: relative;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
}


body #container #divs123 #links{
    margin-top: 20px;
    padding-bottom: 40px;
}

body #container #divs123 #links a{
    text-decoration: none;
    color: #79C143;
    line-height: 35px;
    padding-left: 10%;
    font-size: 20px;

}

body #container #divs123 #links a:hover{
   
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    

}



body #container #circlesdiv{
    width: 95%;
    height: auto;
    //position: relative;
    left: 0%;
    //background-color: yellow;
    padding-left: 35%;
    padding-bottom: 200px;
    padding-top: 40px;
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}


body #container #circlesdiv div{
    
    width: 200px;
    //position: relative;
    float: left;
    margin-left: 0px;
    //overflow: hidden;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content:space-around;
}
body #container #circlesdiv div:after{
    content: '';
    display: block;
    padding-bottom: 100%;
    
}



body #container #circlesdiv img{
    width: 150px;
    height: 150px;
    //border: 2px inset grey;
    border-radius: 100px;
    margin-left: 7%;
    padding: 10px;
    background-image:linear-gradient(#999999, white);
    float: left;
    position: absolute;
    overflow: hidden;
    top: 13%;
    
}

body #container #circlesdiv img:hover{
    transition-duration: .5s;
    //width: 70%;
    //height: 100%;
    transform: scale(1.4);
    overflow: hidden;
    padding: 1px;
    //box-shadow: 2px 2px 80px black;
    //background-color: transparent;
    background-color: black;
    opacity: .5;
}



body #container #circlesdiv a{
    text-decoration: none;
    color:#79C143;
    display: block; 
}


body #container #circlesdiv span{
    position: absolute;
    top: 88%;
    left: 16%;
    font-size: 16px;
    text-align: center;
    transform: translate(0%,0%);
    width:100%;
    height: 30px;
    line-height: 30px;
    //background-color: yellow;
    color: #79C143;
    //z-index: 1;
}
    */
body #container #homeimgsdiv{
    width: 100%;
    height:1820px;
    //min-height: 610px;
    //background-color: blueviolet;
    //margin-bottom: 50px;
    //position: absolute;
    //background-color: greenyellow;
    
}


body #container #homeimgsdiv #homeimgsubdiv {
    width: 98%;
    height: 300px;
    //height: 70%;
    margin-bottom: 5px;
    //background-color: aqua;
    float: left;
    position: relative;
    margin-right: 4px;
  }

body #container #homeimgsdiv #homeimgsubdiv img{
    width: 100%;
    //height: auto;
    height: 95%;
    margin-bottom: 5px;
    border-radius: 5px;
  }


body #container #homeimgsdiv #homeimgsubdiv img:hover{
    transform: scale(0.95);
    transition-duration: .5s;
    border: 4px inset #79C143;
    border-radius: 15px;
    
}

body #container #homeimgsdiv #homeimgsubdiv:hover h{
    background-color: #79C143;
    color: white;
    bottom: 7%;
    
}

body #container #homeimgsdiv #homeimgsubdiv h{
    color: #79C143;
    text-decoration: none;
    font-family:cursive;
    font-size: 16px;
    background-color: white;
    box-shadow: 1px 2px 4px grey;
    border-radius: 40px;
    padding: 7px;
    min-width: 150px;
    z-index: 0;
    text-align: center;
    position: absolute;
    left: 25%;
    bottom: 1%;
}   /* 
    body #container #newproducts {
    width: 100%;
    height: 10px;
    //background-color: red;
    animation:newproducts 10s infinite; 
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@keyframes newproducts{
    0% {background-image: url(../../photos/Slider/slider1.jpg); width: 100%; height: 30%;}
    40% {background-image: url(../../photos/Slider/slider2.jpg);width: 100%; height: 30%;}
    60% {background-image: url(../../photos/Slider/slider3.jpg);width: 100%; height: 30%;}
    75% {background-image: url(../../photos/Slider/slider4.jpg);width: 100%; height: 30%;}
    100% {background-image: url(../../photos/Slider/slider5.jpg);width: 100%; height: 30%;}
    
}
*/
body #container #garanti{
    width: 98%;
    height: 450px;
    //background-color: grey;
    position: relative;
     padding-bottom: 20px;
}

body #container #garanti #garantiSec {
    //position: relative;
    float: left;
    width: 95%;
    height: 150px;
    margin: 1%;
    //background-color: grey;
   
}

body #container #garanti #garantiSec img{
    width: auto;
    height: 110%;
    padding: 10%;
    padding-bottom: 0%;
    margin-left: 20%;
}

body #container #garanti #garantiSec p{
    font-weight: bold;
    padding: 5px;
    padding-top: 20px;
    text-align: center;
    line-height: 15px;
    color: grey;
    font-size: 14px;
}
    
    body #container #garanti #garantiSec h, p1{
        //color: red;
        font-size: 10px;
        
    }



    
    /*-------end of home---------------*/


body #container #urunler{
    width: 92%;
    height:auto;
    min-height: 500px;
    position: relative;
    top: 0%;
    left: 0%;
    //z-index: 3;
    padding-top: 4%;
    padding-left: 7%;
    display: block;
    background-color: white;
    padding-bottom: 1px;
}


body #container #urunler .image {
   position: relative;
    width: 47%;
    height: 130px;
    display: inline-flex;
    margin-left: 0;
    margin-bottom: 15px;
    //background-color: red;
    margin-right: 2%;
    
}
    



body #container #urunler .image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    margin-left: 1%;
    margin-top: 0%;
    border: 2px inset grey;
    //filter: drop-shadow(8px 8px 10px gray);
    display: block;
}

body #container #urunler .image .desc{
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    font-weight: 400;
    color: white;
    background-color: #999999;
    //filter: blur(0.5px);
    text-align: center;
    border: 2px solid grey;
    border-radius: 2px;
    float: left;
    margin-left: 01px;
    //display: inline-flex;
    //z-index: 3;
}
    
    
body #container #urunler #gelirisetcizmi{
    width: 98%;
    height: 30px;
     background-image: url(../../photos/separator.png);
    background-repeat: no-repeat;
    background-size:contain;
    opacity: .8;
    //box-shadow: 1px 2px 4px black;
    left: 0%;
    //padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 25px;
}

body #close, #closeBebek, #closeKoltuk {
    color: orangered;
    font-size: 30px;
    font-family: fantasy;
    position: fixed;
    right:5%;
    top: 15%;
    z-index: 3;
    display: block;
    width: 35px;
    height: 35px;
    line-height:35px;
    background-color: white;
    //border: 2px grey inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer; 
    box-shadow: 1px 2px 3px grey;
}

body #close:hover, #closeBebek:hover, #closeKoltuk:hover{
    color: white;
    font-size: 35px;
    font-family: fantasy;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: transparent;
    background-image: url(../../photos/title-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px white inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transform: rotate(360deg);
    transition-duration: .5s;
}
    
    
body #closeEn, #closeSofa, #closeBaby{
    color: orangered;
    font-size: 30px;
    font-family: fantasy;
    position: fixed;
    right:5%;
    top: 15%;
    z-index: 3;
    display: block;
    width: 35px;
    height: 35px;
    line-height:35px;
    background-color: white;
    //border: 2px grey inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer; 
    box-shadow: 1px 2px 3px grey;
}

body #closeEn:hover, #closeSofa:hover, #closeBaby:hover{
    color: white;
    font-size: 35px;
    font-family: fantasy;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: transparent;
    background-image: url(../../photos/title-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px white inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transform: rotate(360deg);
    transition-duration: .5s;
}
    
    
   
body #closeAr, #closeBebekAr,  #closeSofaAr{
    color: orangered;
    font-size: 30px;
    font-family: fantasy;
    position: fixed;
    right:5%;
    top: 15%;
    z-index: 3;
    display: block;
    width: 35px;
    height: 35px;
    line-height:35px;
    background-color: white;
    //border: 2px grey inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer; 
    box-shadow: 1px 2px 3px grey;
}

body #closeAr:hover, #closeBebekAr:hover, #closeSofaAr:hover{
    color: white;
    font-size: 35px;
    font-family: fantasy;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: transparent;
    background-image: url(../../photos/title-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px white inset;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transform: rotate(360deg);
    transition-duration: .5s;
}


    
    body #container #urunler #header{
        width: 100%;
        height: 30px;
        //background-color: grey;
        z-index: 0;
    }
    
body #container #urunler #header h{
     color: black;
    font-size: 11px;
    width: auto;
    height: 30px;
    //background-color: red;
    text-decoration: none;
    line-height: 40px;
    position: absolute;
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    left: 8%;
    right: 0;
    z-index: 0;
    
     
}



body #container #urunler .SofaDiv{
  width: 90%;
  height: 200px;
 //background-color: red;
  //overflow: hidden;
    float: none;
    margin-bottom:20%;
}

body #container #urunler .SofaDiv:hover .desc{
    background-color: #999999;
    width: 106%;
    position: relative;
    left: -2.5%;
    transition-duration: .7s;
    color:#ffffff;
    
}

body #container #urunler .SofaDiv img{
    width: 100%;
    height: 100%;
}

body #container #urunler .SofaDiv img:hover{
   transform: scale(1.05);
   transition-duration: .5s; 
    border: 2px inset #999999;
    
}

body #container #urunler .SofaDiv .desc{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
     font-size: 20px;
}
     
    
    
    

body #container #urunler #bedspecs{
    width: 100%;
    height: 330px;
    //background-color: red;
    margin-bottom: 350px;
    position: relative;
    
}

body #container #urunler #bedspecs #beddesign{
    width: 47.5%;
    height: 100%;
    //background-color: aliceblue;
    position: relative;
    float: left;
    border: 1px inset grey;
    margin: 1%;
}

body #container #urunler #bedspecs #beddesign img{
    position: relative;
    width: 100%;
    height: 100px;
}

body #container #urunler #bedspecs #beddesign  p{
    
    font-size: 13px;
    padding: 4px;
    margin-left: 5px;
}


    

body #container #urunler #hkcontent{
    
    width: auto;
    height: auto;
    position: relative;
    top: 0%;
    left: 0%;
    z-index: 0;
    padding-top: 7%;
    padding-left: 1%;
    padding-right: 4%;
    padding-bottom: 15%;
    display: block;
    text-align: justify;
    //background-color: red;
    padding-bottom: 75px;
}

body #container #urunler #hkcontent p{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family:sans-serif;
    //background-color: green;
    
}

body #container #urunler #hkcontent img{
    width: 100px;
    height: auto;
    position: absolute;
    left: 2%;
    padding: 20px;
    
}

    
body #container #urunler #iletisim{
    
    width: auto;
    height: auto;
    position: relative;
    top: 0%;
    left: 0%;
    z-index: 0;
    padding-top: 7%;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 20%;
    display: block;
    text-align: justify;
    //background-color: red;
}

body #container #urunler #iletisim p{
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    font-family:sans-serif;
    //background-color: green;
    position: relative;
    text-align: center;
    color: #999999;
    //padding: 10px;
    width: 100%;
    height: auto;
    left: 0%;
    
}

body #container #urunler #iletisim #unvan{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    font-family:sans-serif;
    //background-color: green;
    position: relative;
    text-align: center;
    color: #79C143;
    width: 175%;
    height: auto;
    left: -35%;
    //background-color: red;
    
}

body #container #urunler #iletisim a{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family:sans-serif;
    //background-color: green;
    position: absolute;
    text-align: center;
    color: #79C143;
    //padding: 10px;
    text-decoration: none;
    width: 100%;
    height: 40px;
    left: 0;
}


body #container #urunler #divsspace{
    padding: 40px;
} 

    
    

body #container #urunler #productSpecs #table{
    //background-color: red;
    position: absolute;
    top: 15px;
}





body #container #urunler #productSpecs #table td {
    width: auto;
    min-width: 60px;
    line-height: 15px;
    border: 1px grey inset;
    padding: 2px;
    font-size: 12px;
    //background-color: green;
    font-weight: bold;
   
}


body #container #urunler #productSpecs #table #tableh{

    color: white;
    text-align: center;
    margin-top: 30px;
    padding: 3px;
    font-size: 14px;
    border: 1px inset grey;
    //border-radius: 30px;
    font-weight: bold;
    background-color: #79C143;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    display: none;
} 






    

    
    
}




