* { padding: 0; margin: 0; }

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 280px; /* bottom = footer height */
    padding: 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;   
    background-color:#F1F3EF;    
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 280px;
    width: 100%;
    overflow: hidden;
    color: wheat;
    
}


a.foto {
    outline: none;
}

    a.foto:hover {
        text-decoration: none;
    }

    a.foto span {
        z-index: 10;
        display: none;
        padding: 5px 3px;
        margin-top: -100px;
        margin-left: -300px;
        width: 250px;
        font-size: 10px;
        font-weight: 500;
        color: darkblue;
    }

    a.foto:hover span {
        display: inline;
        position: absolute;
        color: #112;
        border: 2px solid #DCA;
        background: #fffAF0;
        animation-name: yuk;
        animation-duration: 0.7s;
    }

@keyframes yuk {
    from {
        margin-top: -200px;
        opacity: 0
    }

    to {
        margin-top: -100px;
        opacity: 1;
    }
}
/*CSS3 extras*/
a.foto span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px gray;
}


a.ozkod6 {
    outline: none;
    text-decoration: none;
}

    a.ozkod6 strong {
        line-height: 45px;
    }

    a.ozkod6:hover {
        text-decoration: none;
    }

    a.ozkod6 span {
        display: none;
        padding: 10px;
        text-align: center;
        margin-top: -20px;
        margin-left: 5px;
        width: auto;
        line-height: 20px;
        min-width: 100px;
    }

    a.ozkod6:hover span {
        display: inline;
        position: absolute;
        font-size:12px;
        font-weight: 400;
        color: darkblue;
        border: 1px solid lightgray;
        background: #CEDFDD;
        
    }
    /*CSS3 extras*/
    a.ozkod6 span {
        border-radius: 5px;
        /*box-shadow: 5px 5px 8px #CCC;*/
    }

/*
.kutu {    
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    box-shadow: 3px 3px 4px #d4d3d3;
    border-radius: 6px; 
    height:510px;
    width:380px;
    background-color: #fff;
    margin-top: 15px;
    margin-left: 10px;    
    align-items: center;
    padding: 15px;
}
*/
a.cat {
    outline: none;
    text-decoration: none;
}

    a.cat strong {
        line-height: 45px;
    }

    a.cat:hover {
        text-decoration: none;
    }

    a.cat span {
        display: none;
        padding: 10px;
        text-align: center;
        margin-top: -10px;
        margin-left: 5px;
        width: auto;
        line-height: 20px;
        min-width: 100px;
    }

    a.cat:hover span {
        display: inline;
        position: absolute;
        font-size:12px;
        font-weight: 400;
        color: darkblue;
        border: 1px solid lightgray;
        background: #f6f6f6;
        opacity: 1
    }
    /*CSS3 extras*/
    a.cat span {
        border-radius: 5px;
        /*box-shadow: 5px 5px 8px #CCC;*/
    }



.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #4f8076;

}

.menu ul li {
    float: left;
    width: 25%;
}

.menu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu ul li a:hover:not(.active) {
    background-color: #ccc;
}

.active {
    background-color: #f39c12;
}

.kutu td a {
    text-decoration: none;
    color:white;    
}



.kapsam {

font-size: 11;
width: 110px;   
display: flex;
align-items: center;
align-content: center;
text-align: center;
justify-content: space-between;
position: relative;
margin: 0 auto;
}

.but {
width: 32px;
border:1px solid lightgray;
border-radius: 4px;
height: 38px;
z-index: 1;
}

.girisbut {
width: 35px;
height: 38px;
border:1px solid lightgray;
border-radius: 4px;
text-align: center;
align-content: center;
z-index: 1;
}



.alttoplam  {
    border-collapse: collapse;
    background-color: #fff;    
  }
  
  .alttoplam tr {

    background-color: #fff;
  }
  .alttoplam th, .alttoplam td  {
    border: 1px solid #bbb;
    padding: 10px 20px;
    
  }
  .alttoplam th {
    background-color: #d1084b;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }

.alttoplam tr:hover{
background-color: lightgray ;
transition: background-color 0.5s ;
  }

.aracmenu {
    font-family: 'Segoe UI';
    position: sticky;
    top:80px;
    z-index: 5;
    

}

.aracmenu ul {
    
    list-style-type: none;
    margin: 0 auto;
    /*margin-top: 10px;*/
    padding: 0;    
    background-color: #072f6b;    
    font-family: 'Montserrat';
    text-align: center;

}

.aracmenu ul li {    
    display:inline-block;
    
}

.aracmenu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 13px;
}

.aracmenu li a:hover{
    background-color:#f39c12; 
}

.aracmenu ul li ul {
    border-radius: 3px;
    background-color:#942424;
    display:none;
    position:absolute;
    width:200px;
    padding: 10px;
    margin-left: -55px;

}

.aracmenu ul li:hover ul{
    display:block;
    margin-top: 0px;
}
.aracmenu li ul li {
    display:inline-block;    
    /*font-family: 'Segoe UI'; */
    font-size: 12px;
}

.solmenu {

box-sizing: border-box;
background-color: #fff;
border-radius: 5px;
margin-left: 30px;
margin-top: 15px;
padding: 10px;
color:red;
transition-delay: 0.5;
}

.solmenu li {
list-style-type: none;
}

.solmenu li a {
text-decoration: none;
color:darkblue;
}

/*
.solmenu li a:hover {
display:block;
font-size: 14px;

} */



.sepet {
    position: absolute;
    text-align: center;
    background-color:red;
    color:white;
    border-radius: 50%;
    font-size: 9px;
    width: 16px;
    line-height: 16px;
    margin-top: -5px;
    margin-left: -10px;
}

.anakapsam {
    margin:0 auto;
    margin-left: 60px;
    background-color: lightgray;
    
}

.col-8 {
/*background-color: yellow;*/
padding-left: 85px;
}

.mybuton {
border:1px solid lightgray;
border-radius: 4px;
padding: 8px;
text-decoration: none;
background-color: wheat;
color: darkblue;
height: 38px;
line-height: 20px;
}

.mybuton:hover{
background-color: lightgreen;
border-radius: 6px;
}

.container {
width: 100%;
margin: 0 auto;
display:flex;
justify-content:center ;
flex-wrap: wrap;
margin-top: 25px;
align-items: center;

}

.detay {
position: relative;    
width: 100%;
max-width: 1000px;
min-width: 500px;
margin: 0 auto;
padding: 10px;
}

.bolum {
float:left;
margin:5px;
max-width: 500px;
height: 500px;
}

.kargo {
width: 350px;
background-color: white;
border: 1px solid lightgray;
border-radius: 6px;
padding: 15px;
text-align: justify;

}

.kutusekil {
margin-top: 25px;
border: 1px solid lightgray ;
border-radius: 6px;
padding: 30 10 10 15;
background-color: fff;
width: 350px;
box-shadow: 4px 4px 4px lightgray;
}

.container2 {

background-color: #fff;
margin: 0 auto;
display:flex;
flex-wrap: wrap;
margin-top: 15px;
font-size: 1em;
max-width: 900px;
min-width: 350px;
}

.kutusekil2 {
width:95%;    
margin-top: 5px;
border: 1px solid lightgray ;
border-radius: 6px;
background-color: fff;
box-shadow: 8px 8px 8px darkgray;
align-content: center;
padding: 10px;
}

.basket {
    position: relative;
    border:1px solid lightgreen;
    margin: 0 auto;    
    display: flex;
    width: 98%;
    max-width: 900px;
    min-width: 350px;
    gap:15px;
    margin-top:5px;
    
}
.basket a {text-decoration: none;color:darkred;}
.miktar {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 20%;
  top: 20px;
  white-space: nowrap;
}


.but2 {
  width: 24px;
  height: 24px;
  border: 1px solid lightgray;
  border-radius: 4px;
  background-color: #4f8076;
  color: white;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.adet {
  width: 30px;
  height: 24px;
  text-align: center;
  border: 1px solid lightgray;
  border-radius: 4px;
  background-color: #f0f0f0;
}




.girisbut2 {
width: 16px;
height: 19px;
border:0.1px solid lightgray;
border-radius: 4px;
text-align: center;
align-content: center;
line-height: 16;

}





.fiyat {
    position: absolute;
    right:10%;
    top:20px;
    min-width:60px;
    align-content: center;
    text-align: right;
}

.silimg{
    position: absolute;
    right:0px;
    top:20px;
    min-width:20px;
    align-content: center;
    text-align: right;
}

@media (max-width:929px){
    .solmenu {display:none;}
    card {display:none;}
    .aracmenu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 11px;
}
.aracmenu li ul li {
    display:inline-block;    
    /*font-family: 'Segoe UI'; */
    font-size: 10px;
}

.aracmenu ul li ul {
    border-radius: 3px;
    background-color:#942424;
    display:none;
    position:absolute;
    width:100px;
    padding: 10px;
    margin-left: 5px;

}
    
}

.global {
width:100%;
display:flex;
margin:0 auto;
}
.resim {        
    display: flex;
    align-items: center;
    justify-content: center;    
}

.resim img {
max-width: 240px;
max-height: 240px;
z-index: 1;
transition-duration: 300ms;
}

.resim img:hover {
transform: scale(1.2);
max-width: 280px;
max-height: 280px;
transition-delay: 1ms;
transition-duration: 300ms;
}


.kutusekil .resim img:hover{
transform: scale(1.2);
max-width: 480px;
max-height: 480px;
transition-delay: 1ms;
transition-duration: 300ms;
margin-top: -80px;
}