/* TASARLAYAN GÜNDOĞAR DESİGN */
@charset "utf-8";

/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* FONTİCON */
@import url('../fontawesome/css/all.min.css');

/* RESET */
body{background: #fff;font-family: 'Work Sans', sans-serif;overflow-x: hidden;margin:0;padding:0;border:none;outline:}

/* RESET */

/* SCROLL */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f100;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* SCROLL */


/* A */
a{text-decoration:none !important;cursor:pointer;color:#999;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover,a:focus,a:visited{text-decoration:none !important;outline:none;}
/* A */

/* H1,H2,H3,H4,H5,H6 */
h1,h2,h3,h4,h5,h6 {position:relative;margin:0px;background:none;}
/* H1,H2,H3,H4,H5,H6 */

/* TEXTAREA */
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;overflow:hidden;}
/* TEXTAREA */

/* P */
p{position: relative;color: #495057;margin: 0;padding: 0;}
/* P */

/* UL,Lİ */
ul,li{list-style:none;padding:0px;margin:0px;}
/* UL,Lİ */
	
/* SELECTİON */
::selection {background: #00aced; color:#fff;}
/* SELECTİON */

/* İNPUT */
::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}
/* İNPUT */

/* header */
#header {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    padding: 25px 0;
  transition: width 0.3s;
}
#header.fixed {
position: fixed;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
    background: #fff;
    z-index: 999;
    width: 200px;
    left: 0;
    margin: 0 auto;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 15px;
    padding-left: 10px;
    border-radius: 0 0 50%;
}
#header .logo {
    width: 190px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#header.fixed .logo {
    width: 150px;
}

#header .logo a {
    display: block;
}
#header .logo a img {
    width: 100%;
    object-fit: contain;
}




















#pagedetail{
border-top: 1px solid #dee2e6;
    margin-top: 275px;
}



#pagedetail .pagetitles{
    top: -25px;
    background: white;
    width: 450px;
    margin: 0 auto;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 40px;
}



.stkiyimage{
    position: sticky;
    top: 130px;
    margin-bottom: 50px;
}
.stkiyimage .pimages{
display: block;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
.stkiyimage .pimages img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}





.urundetayslider{width: 100%;
    display: block;}
.urundetayslider .urungaleriyok{    display: block;
    width: 100%;
}
.urundetayslider .urungaleriyok a{}
.urundetayslider .urungaleriyok a img{
    width: 100%;
    height: 575px;
    object-fit: cover;
}
.urundetayslider .urundetaybuyukresimler{    display: block;
    width: 100%;
}
.urundetayslider .urundetaybuyukresimler a{}
.urundetayslider .urundetaybuyukresimler a img{
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.urundetayslider .urundetaykucukresimler{ 
    display: block;
    width: 100%;
    margin-top: 15px;
}
.urundetayslider .urundetaykucukresimler a{padding:5px;}
.urundetayslider .urundetaykucukresimler a img{
	    width: 100%;
    height: 100px;
    object-fit: cover;
}




h1.detailtitle{font-size: 30px;
    font-weight: 700;
    color: #192436;}
p.detailexplanation{
	font-size: 15px;
    line-height: 20px;
    color: #6c757d;
    font-weight: 500;
	}






.stokkoduitem{
    display: block;
    padding: 35px 0;
    position: relative;
}
	
.stokkoduitem .otitle{
    font-size: 18px;
    font-weight: 400;
    color: #6c757d;
    display: block;
	}
.stokkoduitem .ocontent{
    color: #202020;
    font-weight: 700;
    font-size: 30px;
    display: block;
    position: relative;
    text-shadow: 1px 1px 0px white;
	}
.stokkoduitem .ocontent:before{
    content: "";
    height: 10px;
    width: 100px;
    background: #0070c0;
    display: block;
    position: absolute;
    left: 15px;
    bottom: 7px;
    z-index: -1;
	}
.stokkoduitem .okateg{
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
    display: block;
	}	
	



	

.whtapptelilet{
	width: 100%;
    display: block;
}
.whtapptelilet a{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e7e9f0;
    border-radius: 5px;
    padding: 5px;
}
.whtapptelilet a i{
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
	color: #0070c0;
}
.whtapptelilet a .text{
padding-left: 5px;
    font-size: 17px;
    color: #2d313a;
    font-weight: 600;
}
.whtapptelilet a .text small{
display: block;
    color: #9498a1;
    font-weight: 400;
    font-size: 14px;
}















.ürünitem{
border-radius: 5px;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 2px solid #dee2e6;
}

.ürünitem .car-image {
  position: relative;
}
.ürünitem .car-image a {
  display: block;
}
.ürünitem .car-image a img {
    width: 100%;
    height: 300px;
border-radius: 5px;
    object-fit: cover;
}



.ürünitem .car-content {
     padding-top: 25px;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
}


.ürünitem .car-content .price {
    position: absolute;
    top: -75px;
    width: 250px;
    margin: 0 auto;
    border-radius: 30px;
    left: 0;
    right: 0;
    padding: 10px;
    background: white;
    color: #0070c0;
    font-size: 20px;
    font-weight: 700;

}



.ürünitem .car-content .car-title a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.ürünitem .car-content .car-title a:hover {
  color: #0070c0;
}
















.yukaricik {
cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 65px;
    font-size: 30px;
    right: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 9;
    border-radius: 25px 0 0;
    bottom: -80px;
    color: #495057;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 rgb(62 62 101 / 13%);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 62, 101, 0.13);
    box-shadow: 0 0 20px 0 rgb(62 62 101 / 13%);
    background: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.yukaricik.fixed {
    bottom: 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}




/* ======= Slider left panel style ======= */
.left-panel {
    background: #fff;
    position: fixed;
    width: 75px;
    bottom: 0;
    height: auto;
    left: 0;
    padding: 15px 0;
    z-index: 999;
    overflow: hidden;
    border-radius: 0px 10px 10px 0px;
    -webkit-box-shadow: 0 0 20px 0 rgb(62 62 101 / 13%);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 62, 101, 0.13);
    box-shadow: 0 0 20px 0 rgb(62 62 101 / 13%);


}
.social-left {
    display: block;
    list-style: none;
    text-align: center;
    position: relative;
}

.social-left li {
    display: block;
    margin: 0;
    padding: 5px 0;
}
.social-left li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ececec;
    color: #0070c0;
    border-radius: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-left li a:hover {
    color: #572779;
    border: 1px solid #572779;
}



/* Etiketler */
.etiketler{margin: 0 auto;
    text-align: center;
    padding-top: 75px;}.etiketler a{position:relative;display:inline-block;padding:4px 10px;border-radius:4px;color:#282828;font-size:14px;font-weight:500;margin-right:5px;margin-bottom:5px;background:white;border:1px solid #eee}
/* Etiketler */	



.design{
    margin-bottom: 50px;
    margin-top: 100px;
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;}
.design i{font-size:11px;color:#e91e63}
.design img{width:75px}