@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
/* Ana renk (Yeşil tonu): 1ee08f */
/* Gri renk: a0a0a0 */
/* Gri renk Açık1: f1f1f1 */
/* Gri renk Açık2 : e4e1e1 */
/* Koyu Renk : 353748 */
/* Koyu Renk2 : 4e4e4e */
/* Koyu Renk Açık : 95A1B5 */
/* Kırmızı Tonu : ea105e */
/* Turuncu Tonu : #d8711c */

*{
  list-style: none;
  border: none;
  text-decoration: none !important;
  color: inherit;
}

ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style: none !important;
}

h1,h2,h3,h4,h5,h6{
  color: #353748;
  margin: 0;
  padding: 0;
}


body{
  background-color: #ececec !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: normal;
}
a{text-decoration: none;color:black;}


input[type=text],input[type=password],input[type=email]{
  border: 1px solid #2b2b2f;
  border-color: #e4e1e1;
  border-radius: 3px;
  height: 20px;
  width: 200px;
  font-size: 15px;
  transition: 0.3s all;
  height: 40px;
  padding: 0 10px;
}

input[type=text]:focus , input[type=password]:focus,input[type=email]:focus{
  outline: none;
}

select{
  border: 1px solid #2b2b2f;
 border-radius: 3px !important;
 border-color: #e4e1e1;
 height: 40px;
 font-size: 15px;
}

select:focus{
  outline: none;
}

input[type=button]{
  width: 100%;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background-color: #1e333c;
  cursor: pointer;
  transition:300ms all;
  font-size: 15px;
}

input[type=button]:hover{
  background-color: #294652;
}

input[type=button]:focus{
  background-color: #1ee08f;
  color:#fff;
  transform:scale(1);
}

input[type=button]:active{
  transform:scale(1.1);
}

textarea{
  border: 1px solid #2b2b2f;
  height: 150px;
  border-color: #e4e1e1;
  font-size: 15px;
  margin: 0 !important;
  padding: 5px !important;
}

textarea:focus{
  outline: none;
}

button{
  width: 100%;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background-color: #1e333c;
  cursor: pointer;
  transition:300ms all;
  font-size: 15px;
}

button:hover{
  background-color: #294652;
}

button:focus{
  background-color: #1ee08f;
  transform:scale(1);
}

button:active{
  transform:scale(1.1);
}

select:focus, textarea:focus , input[type=text]:focus , input[type=password]:focus{
  box-shadow: 0 2px 5px #e4e1e1;
}


label{
  display: block;
  font-weight: 600;
  color: #353748;
  padding-bottom: 5px;
}


.all{
  width: 75%;
  margin: 0;
  padding: 0;
  margin-left: 12.5%;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
.all:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}/*Kapsayamama Sorunu*/


.is-dimmed{
  overflow-y:hidden;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  height: 500%;
}

.is-dimmed:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}



/* Button Add To Cart */
.add-to-cart{
  height: 35px !important;
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid #a0a0a0;
  color: #353748;
  width: 50%;
  margin-left: 25%;
  padding: 0 !important;
  transition:300ms all;
  padding-top: 2px !important;
  font-weight: bold;
}


.add-to-cart:hover{
  background-color: #1ee08f !important;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
}

.add-to-cart:active{
  transform: scale(1.1);
}






.btn-style1{
  background-color: transparent;
  border: 1px solid #ea105e;
  color: #ea105e;
  margin:15px 0;
  height: 40px;
}

.btn-style1:hover{
  background-color: #ea105e;
  color: #fff;
}

.btn-style1:focus{
  background-color: #ea105e;
  color: #fff;
}


.btn-style2{
  background-color: #ea105e;
  border: 1px solid #ea105e;
  color: #fff;
  font-weight: bold;
  margin:15px 0;
  height: 40px;
  transition: 0.3s all;
}

.btn-style2:hover{
  background-color: #ea105e;
  box-shadow: 0 7px 15px #e4e1e1;
  color: #fff;
}
.btn-style2:active{
  transform: scale(1.1);
}
.btn-style2:focus{
  background-color: #ea105e;
  color: #fff;
}




.btn-style3{
  background-color: transparent;
  border:2px solid #353748;
  color: #353748;
  font-weight: bold;
  margin:15px 0;
  height: 40px;
}

.btn-style3:hover{
  background-color: #353748;
  border:2px solid #353748;
  color: #fff;
}

.btn-style3:active{
  border:2px solid #353748;
  transform: scale(1.1);
}

.btn-style3:focus{
  border:2px solid #353748;
  background-color: #353748;
  color: #fff;
}



.btn-style4{
  background-color: #353748;
  border:2px solid #353748;
  color: #fff;
  font-weight: bold;
  margin:15px 0;
  height: 40px;
}

.btn-style4:hover{
  background-color: #353748;
  border:2px solid #353748;
  color: #fff;
}

.btn-style4:active{
  border:2px solid #353748;
  transform: scale(1.1);
}

.btn-style4:focus{
  border:2px solid #353748;
  background-color: #353748;
  color: #fff;
}





.btn-style5{
  background-color: transparent;
  border:2px solid #1ee08f;
  color: #1ee08f;
  font-weight: bold;
  margin:15px 0;
  height: 40px;
}

.btn-style5:hover{
  background-color: #1ee08f;
  border:2px solid #1ee08f;
  color: #fff;
}

.btn-style5:active{
  border:2px solid #1ee08f;
  transform: scale(1.1);
}

.btn-style5:focus{
  border:2px solid #1ee08f;
  background-color: #1ee08f;
  color: #fff;
}





.btn-style6{
  background-color: #1ee08f;
  color: #fff;
  font-weight: bold;
  margin:15px 0;
  height: 40px;
}

.btn-style6:hover{
  background-color: #1ee08f;
}

.btn-style6:active{
  background-color: #1ee08f;
  transform: scale(1.1);
}

.btn-style6:focus{
  background-color: #1ee08f;
}




.float-none{
  float: none;
}

.full-width{
  width: 100% !important;
  max-width: 100% !important;
}





.all-info-cart{
  position: fixed;
  width:20%;
  right: 10px;
  top : 10px;
  z-index: 9999;
}
.info-cart{
  position: relative;
  background-color: #1ee08f;
  /* background-color: #ec0043; */
  margin: 0 !important;
  margin-bottom: 3% !important;
  box-shadow: 0 2px 5px #d6d6d6;
}
.info-cart i{
  float: right;
  font-size: 17px;
  margin-right: 2%;
  margin-top: 2%;
  color: #fff;
  cursor: pointer;;
  font-weight: normal;
}
.info-cart span{
  padding: 3%;
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
}









.before-load{
  position: fixed;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: rgba(230, 228, 228,1);
  z-index: 99999;
  display: none;
}

.before-load img{
  height: 75px;
}





@media only screen and (max-device-width: 1279px) {

.all{
  width: 100%;
  margin: 0;
}


.all-info-cart{
  width:95%;
  left: 2.5%;
  right: auto;
  top :70px;
}

}
