
body{font-family: "Montserrat", sans-serif !important; letter-spacing: -0.4px}
.m30{margin-top: 30px; margin-bottom: 30px}
.m50{margin-top: 50px; margin-bottom: 50px}
.m80{margin-top: 80px; margin-bottom: 80px}
.m110{margin-top: 110px; margin-bottom: 110px}

a{text-decoration: none !important; }



.slogan{margin-bottom:1px; font-size:34px; letter-spacing: -1px}
.sloganalt{font-size:18px;}

.infopic span{margin: 0px 9px 0px 0px;}
.info .title{margin: 0px; font-weight: 600}
.infobardetay{ margin-top:10px; margin-bottom:10px}
.infobardetay .text{ font-size: 13px !important;}
.info .text{margin: 0px; font-size:14px; margin-top: 3px;}

.aciklamadetay {font-weight: 600 !important; font-size: 14px}

.homebaslik{  margin: 30px 0px;font-weight: 600; font-size: 18px}
.haberbaslik{font-size:23px; line-height: 35px; font-weight: 400; color: #7c8a7d;text-transform: uppercase}
.haberbaslik a{color: #7c8a7d;}
.haberozet, .card-body p{color: #8c8c8c;}

.homeurunler{margin: 50px 0px 5px 0px}
.homeurunler h3{padding: 5px 0px; font-weight: 600; font-size: 18px; text-transform: uppercase;color: #9d5492;}

.yorumlarbaslik{font-size:24px; font-weight: 600}

.nav-link{font-size:15px !important; font-weight: 500; margin-top: 10px; color: #fff !important}

.dikeyyazi{position: absolute;right: 20px; bottom: 70px; text-align-last: start; font-size: 28px; color: white; font-weight: 700; 
-ms-transform: rotate(270deg); 
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);}

.ortabanner{max-height: 460px; margin-bottom: 15px; position: relative}
.ortabanner img{height: 100%}
.loginbar {width:100%; clear: both}
.loginbar ul{margin: 0; list-style: none; padding: 5px}
.loginbar ul li{float: left; margin-right: 6px}
.loginbar ul li a{font-size: 12px; color:#000; text-decoration: none}





/*YORUMLAR*/
.testimonial-carousel {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .testimonial-slide {
            text-align: center;
            padding: 20px;
        }

        .testimonial-slide img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            margin-bottom: 20px;
        }

        .testimonial-carousel .carousel-control-prev,
       .testimonial-carousel  .carousel-control-next {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.5);
        }

        .testimonial-carousel .carousel-control-prev-icon,
        .testimonial-carousel .carousel-control-next-icon {
            color: #fff;
        }
/*YORUMLAR*/


.homeproducts{
    float: left;
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin:0 0 40px !important
}

.homeproducts .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.homeproducts .bold:after{
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #d7d7d7;
    z-index:0
}

.homeproducts .bold .satir {
    display: inline-block;
    vertical-align: top;
    padding: 0 5vw !important;
    background: #fff;
    line-height: 45px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}





.product-gridhome{

    max-width: 246px !important;
    min-width: 158px;
    height: 380px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 2px 0 0 !important;
    margin: 4px 4px 8px 8px !important;

}

.product-gridhome .product-image{
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-color: #ebebeb
}

.product-gridhome .product-image img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
      
   .product-gridhome .product-image:hover img {
        transform: scale(1.5);
    }

@media screen and (max-width: 990px){
   .product-gridhome .product-grid .product-image{background-position: center center;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
background-size: cover;}
   .product-gridhome{width:46% !important;}
}


.product-gridhome .product-image a.image{display: block; }
.product-gridhome .product-image img{
    width: 100%;
    height: auto;
    padding: 10px
}
.product-gridhome .product-discount-label{
    color: #fff;
    background: #A5BA8D;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    left: 0;
}
.product-gridhome .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: -50px;
    transition: all .5s ease 0s;
}
.product-gridhome:hover .product-links{ right: 10px; }
.product-gridhome .product-links li a{
    color: #333;
    background: transparent;
    font-size: 17px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #333;
    border-bottom: none;
    display: block;
    transition: all 0.3s;
}
.product-gridhome .product-links li:last-child a{ border-bottom: 1px solid #333; }
.product-gridhome .product-links li a:hover{
    color: #fff;
    background: #333;
}
.product-gridhome .add-to-cart{
    background: #A5BA8D;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 26px;
    position: absolute;
    left: 0;
    bottom: -60px;
    transition: all 0.3s ease 0s;
}
.product-gridhome:hover .add-to-cart{ bottom: 0; }
.product-gridhome .add-to-cart:hover{ text-shadow: 4px 4px rgba(0,0,0,0.2); }
.product-gridhome .product-content{
    padding: 5px;
    background: #f8f8f8;
    height: 130px;

}
.product-gridhome .title{
    font-size: 13px;
    font-weight: 500 !important;
    text-transform: capitalize;
    margin:5px ;
    text-align: left;
    letter-spacing: 0.2px;

    
}
.product-gridhome .title a{
    color: #000;
    transition: all 0.3s ease 0s;
    text-decoration:none !important;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.product-gridhome .title a:hover{ color: #a5ba8d; }
.product-gridhome .price{
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding: 0px 4px
}
.product-gridhome .price span{
    color: #888;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}
@media screen and (max-width: 990px){
   .product-gridhome{ margin-bottom: 30px; }
}


.product-grid {position: relative}

.product-grid .product-image{
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 350px; /* Sabit yükseklik */
object-fit: cover; /* Resmi kırparak hizalar */
}

.product-grid .home-product-image{
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 280px; /* Sabit yükseklik */
object-fit: cover; /* Resmi kırparak hizalar */
}




.product-image img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
      
    .product-image:hover img {
        transform: scale(1.5);
    }

@media screen and (max-width: 990px){
    .product-grid .product-image{background-position: center center;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
background-size: cover;
    height: 250px; /* Sabit yükseklik */
object-fit: cover; /* Resmi kırparak hizalar */}

}

.mask-primary_5 {
    background-color:rgb(0 0 0 / 67%) !important;
}

.mask {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.product-grid .product-image a.image{display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    padding: 10px
}
.product-grid .product-discount-label{
    color: #fff;
    background: #A5BA8D;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    left: 0;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: -50px;
    transition: all .5s ease 0s;
}
.product-grid:hover .product-links{ right: 10px; }
.product-grid .product-links li a{
    color: #333;
    background: transparent;
    font-size: 17px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #333;
    border-bottom: none;
    display: block;
    transition: all 0.3s;
}
.product-grid .product-links li:last-child a{ border-bottom: 1px solid #333; }
.product-grid .product-links li a:hover{
    color: #fff;
    background: #333;
}
.product-grid .add-to-cart{
    background: #A5BA8D;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 26px;
    position: absolute;
    left: 0;
    bottom: -60px;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .add-to-cart{ bottom: 0; }
.product-grid .add-to-cart:hover{ text-shadow: 4px 4px rgba(0,0,0,0.2); }
.product-grid .product-content{
    padding: 5px;

    height: 130px;

}
.product-grid .title{
    font-size: 13px;
    font-weight: 500 !important;
    text-transform: capitalize;
    margin:5px ;
    text-align: left;
    letter-spacing: 0.2px;

    
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
    text-decoration:none !important;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.product-grid .title a:hover{ color: #a5ba8d; }
.product-grid .price{
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding: 0px 4px
}
.product-grid .price span{
    color: #888;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}
.stars i{font-size:13px;}


.filterCheck {
    text-transform: capitalize;
}
.stars i{font-size:13px;}
/*DETAY*/

.kargosayac {
    display: block;
    /* float: left; */
    width: 100%;
   background: none !important;
    color: #000000;
   padding-left: 0px !important; 
    padding-top: 10px;
    padding-bottom: 4px !important;
    margin-top: 0px;
    /* font-family: tahoma; */
    font-size: 14px;
    font-weight: 400;
}

.pricedetay{background-color: #fafafa}

.tabdetay .nav-link{font-weight: 600; color:#000 !important}

.product-image {
            max-height: 900px;
            object-fit: cover;
        background-position-x: center;
        }
        .thumbnail {
            width: 80px;
            height: 80px;
            object-fit: cover;
            cursor: pointer;
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }
        .thumbnail:hover, .thumbnail.active {
            opacity: 1;
        }

.detayurunresim{position: relative}
.tab-pane{padding: 20px; border-right: 1px solid #ebebeb; border-left: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb}
.detayurunbaslik{font-size:19px; font-weight: 600; letter-spacing: -0.4px;}
.detayurunaciklama{font-size:14px; font-weight: 500; letter-spacing: -0.4px;}
.detaybilgi{ position: relative}
.sku{font-size:14px; color: crimson !important}
.onecikanozellikler{font-size:13px;}
.onecikanozellikler ul{margin: 0; padding: 0;}
.onecikanozellikler h5{font-weight: 600;font-size: 20px; letter-spacing: -0.4px;}
.onecikanozellikler ul li {list-style:circle; margin-bottom: 12px; font-size: 13px; line-height: 16px;}

div.sticky {
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}
.yorum{font-size: 13px}
.teslimat{font-size:13px; margin: 10px 0px}
.teslimat span{font-size:13px; color: cornflowerblue;}
.sepetbtn{width:100%;border-radius: 50px !important; padding:6px 40px !important; background-color: #ffd829 !important;font-size:14px !important; font-weight: 500 !important; border:none !important; color:#000 !important }
.hemenalbtn{width:100%;border-radius: 50px !important; padding:6px 40px !important; font-size:14px !important; background-color: #ffa029 !important; border: none !important; color:#000 !important;font-weight: 500 !important; }
.detayfiyat{color:#000 !important; font-size: 24px !important; font-weight: 600 !important;}
/*DETAY*/

.UrunSecenekleri{margin-bottom: 0px !important; padding-bottom:10px !important}


.discount-badges {
    font-size: 14px;
    font-weight: 600;
    display: table-cell;
    width: 45px;
    height: 30px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #cb0a0a;
    margin-right: 10px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    z-index: 99
}

.sale-badge {
    font-size: 14px;
    font-weight: 600;
    display: table-cell;
    width: 45px;
    height: 30px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #cb0a0a;
    right: 10px;
    bottom: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    z-index: 99;
    position: absolute
}

.ikonlars .ikonlar {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 10;
}

.ikonlars span {
    display: inline-block;
    padding: .35em .5em;
    font-size: 65%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    background-color: rgb(29 154 33 / 78%);
    color: #fff;
    margin-bottom: 2.5px;
    line-height: 9px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ikonlars  span.ikonlar-style-1 {
    background-color: #cb0a0a;
}

.ikonlars .ikonlar span.ikonlar-style-2 {
    background-color: rgb(0 173 117 / 82%);
}

.ikonlars .ikonlar span.ikonlar-style-3 {
    background-color: rgb(10 112 216 / 71%);
}

.ikonlars .ikonlar span.ikonlar-style-4 {
    background-color: #ea4c62;
}


.ftco-section {
  padding: 12em 0; }
  .ftco-section h2 {
    margin-bottom: 0; }
footer {
  padding: 90px; 
}
.footeralt{background: #091721; }
.footeraltlink a{color:#fff; padding-top:7px; font-size:13px; text-decoration: none; margin-right:8px;}

.footerlink{margin-bottom:2px}

.footer-03 {
    margin-top: 40px;
    color:#fff;
background:#232f3e;
  font-size: 14px; 
}
  .footer-03 a { text-decoration: none;
    color: #fff; }
  .footer-03 .footer-heading {
   font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    font-weight: 600;
}
  .footer-03 .copyright {
    color:#999; }
  .footer-03 .list-unstyled li a {
    color: #ddd; }
  .footer-03 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0; }
   .footer-03 .subscribe-form .form-group input {
    background: rgb(255 255 255 / 84%) !important;
    border: none !important;
    outline: none !important;
    color: #8f8989 !important;
    font-size: 16px;
    border-radius: 0;
}
      .footer-03 .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-03 .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-03 .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-03 .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-03 .subscribe-form .form-group input:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .footer-03 .subscribe-form .form-group .submit {
      color: #fff !important;
      display: block;
      width: 130px;
      height: 40px;
      font-size: 14px;
      background: #4b5961 !important;
      border: none;
      border-radius: 0; }
      .footer-03 .subscribe-form .form-group .submit:hover, .footer-03 .subscribe-form .form-group .submit:focus {
        text-decoration: none !important;
        outline: none !important; }
  .footer-03 .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8); }
  .footer-03 .ftco-footer-social li a {
    color: #f17e7e; }

