/* whatsapp butonu css*/
.float {
position:fixed;
width:60px;
height:60px;
/*bottom:40px;*/
bottom:100px;
right:15px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.float:hover {
color:gray;
}
.my-float {
margin-top:16px;
}
/* whatsapp butonu css*/

.sina-logo{
    width: 100%;
    object-fit: contain;
    margin: 20px 20px 20px 0px;
}
.svg{
    fill: gray;
}
.footer-sina-logo{
	 width: 110px;
   /* width: 110px;
    height:100%;*/
}
h1,h2,h3,h4,h5,h6,p,a,small{
    font-family: 'Montserrat', sans-serif;
}
.navbar a{
    font-size: 13px;
	
}
a{
    text-decoration: none;
}
p{
    text-align: justify;
}

@media screen and (min-width:992px) and (max-width:1400px) {
    .img-hover-zoom  {transition: transform .5s ease;}
    .img-hover-zoom:hover  {transform: scale(1.1);}
    .img-hover-zoom {position:relative}
}


/*elbise.php img ve car max-width:480px start*/
@media screen and (min-width:300px) and (max-width:480px) {
    .card-img{
        width: 100%;
        height: 300px!important;
        /*object-fit: contain;*/
        object-fit: cover;
    }
    .card-boyut{
        height: ;
    }
}

/*elbise.php img ve car max-width:480px end*/

/*elbise.php img ve car min-width:480px and max-width:767px start*/
@media screen and (min-width:480px) and (max-width:767px) {
    .card-img{
        width: 100%;
        height: 300px!important;
        object-fit: cover;
    }
}

/*elbise.php img ve car min-width:480px and max-width:767px end*/

/*elbise.php img ve car min-width:480px and max-width:767px start*/
@media screen and (min-width:768px) and (max-width:1400px) {
    .img{
        width: 100%;
        
        height: 300px!important;
        object-fit: cover;
       
    }
}

/*elbise.php img ve car min-width:480px and max-width:767px end*/


.urun-renkleri-img{
    height: 100px;
    object-fit: contain;
}
/*elbise.php img end*/


.position-bilgileri{
   /* eski hali
	position: absolute;
    top: 10px;
    left: 22px;*/
	position: absolute;
    top: 230px;
    left: 12px;

}
.product-links-buton{
    position: absolute;
    top: 90px;
    z-index: 1;
    /*display: hidden;*/
    /*transform: translate(-35px);*/
    opacity: 0;
    transition: .3s ease-out all;
    

}

.product:hover .product-links-buton{
    /* display:visible ;*/
    transform: translate(0px);
    opacity: 1;
    visibility: visible;
    
}

.product-links-buton button{
    border: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: 5px;
    z-index: 1;
    color: gray;
    /*border-radius: 3px;*/
    border-radius: 50%;
    transition: .2s ease all;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    

}
.product-links-buton button a{
    color: gray;
    transition: .2s ease all;
}

.product-links-buton button a:hover,
.product-links-favorite.active{
    color: #EF7E5D !important;
}

.product-links-buton button:active,
.product-links-buton button:focus{
    color: gray;
}

.product-links-buton button:hover{
    color: #EF7E5D;
}


@media screen and (max-width:576px) {
    .product-links-buton{
        opacity: 1 !important;
    }
}

.product .img1:hover{
    visibility: hidden;
    opacity: 0;
}
img{
    transition: .3s ease-in-out all;
}

.product .product-image:hover .img2{
    visibility: visible;
    opacity: 1;
}
.product .img2{
    display: flex;
    position: absolute;
    top: 0px;
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width:300px) and (max-width:480px) {
    .indirim{
        width: 25px;
        height: 25px;
        font-size: 11px;
        position: absolute;
        top: 3px;
        right:3px;
        float: right;
        background: #EF7E5D;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .indirim{
        width: 30px;
        height: 30px;
        font-size: 12px;
        position: absolute;
        top: 3px;
        right:3px;
        float: right;
        background: #EF7E5D;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
}

@media screen and (min-width:768px) {
    .indirim{
        width: 30px;
        height: 30px;
        font-size: 12px;
        position: absolute;
        top: 3px;
        right:3px;
        float: right;
        background: #EF7E5D;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
}

/*
.dropdown:hover > .dropdown-menu {
    display: block;
}
*/
.options .option{
    display: inline-block;
}
.options .option input{
    display: none;
}
.options .option input ~ label{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    min-width: 40px;
    padding: 0 .5rem;
    height: 40px;
   /* border-radius: .5rem;*/
    border-radius: 2rem;
    
    cursor: pointer;
}
.options .option input:not([disabled]) ~ label:hover{
    border-color: #aaa;
}
.options .option input:disabled ~ label{
    opacity: .5;
    cursor: none;
    pointer-events: none;
}
.options .option input:focus ~ label,
.options .option input:active ~ label,
.options .option input:checked ~ label{
    border-color: #F4651A !important;
}

.bizi-arayin{
    background: #888;
    transition: color .1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sepete-ekle{
    background: #F4651A;
    transition: color .1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-carousel-caption{
    top: 25%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.custom-carousel-caption .carouse-title{
    font-size: 4rem;
    text-shadow: 0px 0px 20px #000;
}
@media screen and (max-width:1024px) {
    .custom-carousel-caption .carouse-title{
        font-size: 1rem;
    }
    .custom-carousel-caption .carouse-button{
        font-size: .4rem;
        padding: 4px 5px;
    }
}

.anasayfa-card{
    position: absolute;
    bottom: 5rem;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
    color: #212529 !important;

/*deneme kısmı opacity start*/
 padding: .5rem .5rem;
    background-color: #f1ece6;
    border-radius: 0rem;
    letter-spacing: .02rem;
    opacity:.7;
/*deneme kısmı opacity end*/
}

@media screen and (min-width:300px) and (max-width:767px) {
    .anasayfa-card .anasayfa-card-title{
        font-size: 25px;
        font-weight: 500 !important;
        /*text-shadow: 0px 15px 20px #fff, 0px -15px 20px #fff;*/
 		
    }
}
@media screen and (min-width:768px) and (max-width:1400px) {
.anasayfa-card .anasayfa-card-title{
    font-size: 3rem;
    font-weight: 600 !important;
    text-shadow: 0px 15px 20px #fff, 0px -15px 20px #fff;
    }
}
.anasayfa-card .anasayfa-card-button{
    font-weight: 600;
    padding: .1rem .5rem;
    /*background-color: #f1ece6;*/
    background-color: #F4651A;
    border-radius: .5rem;
    letter-spacing: .02rem;
    margin-top: 1rem;
color:#fff;
}


.search{
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}
.search > input{
    padding-left: 2.75rem;
    border: 2px solid #F4651A;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;

}
.search > input:focus{
    outline: none;
    box-shadow: none;
    border: 2px solid #F4651A;
}
.search > i{
    position: absolute;
    left: 1rem;
}
.search-button{
    background-color: #F4651A;
    border: 1px solid #F4651A;
}
.search-button:hover{
    background-color: #f15e0f;
    border: 1px solid #F4651A;
}

.sepet-buton-sil{
    background-color: transparent;
    border: none;
    color: #343a40;
    padding: 0;
    font-size: .9rem;
}
.sepet-buton-sil:hover{
    color: #212529;
}

.counter{
    display: flex;
    align-items: center;
    font-size: .9rem;
}
.counter .counter-value{
    margin: 0 .3rem;
    font-weight: bold;
}
.counter .counter-value:before{
    content: "Adet:";
    margin-right: .3rem;
    font-weight: normal !important;
}
.counter .counter-increase,
.counter .counter-decrease{
    background-color: transparent;
    border: none;
    color: #343a40;
    padding: 0;
    font-weight: bold;
}
.counter .counter-increase:hover,
.counter .counter-decrease:hover {
    color: #212529;
}

.sepet-count-badge{
    position: absolute;
    top:-8px;
    right: -8px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: .6rem;
    display: flex;
    align-items: center;
    justify-content: center !important;
    background-color: #F4651A;
    color: #fff;
}

.form-control-solid{
    background-color: #f1f1f2 !important;

}


.btn-primary,
.list-group-item.active {
    background-color: #f5651a;
    border-color: #f5651a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #f15e0f !important;
    border-color: #f15e0f !important;
    box-shadow: 0 0 0 0.2rem rgba(241,94,15,.5) !important;
}