body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  }
 
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color; }

.baslik_alt_cizgi {
  width: 10%;
  display: inline-block;
  margin-right: 45%;
  margin-left: 45%;
  background-color: #39b54a;
  border-radius: 3px;
  height: 6px; }

.cat_aciklama {
  margin-top: 7px;
  color: #666;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 100%; }

b, strong {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  color: #444; }
/* Override the bootstrap defaults */
h1 {
  font-size: 28px; }

h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a {
  color: #111;
  text-decoration: none;
}
  a:hover {
    text-decoration: none; }

legend {
  font-size: 18px;
  padding: 7px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5; }

label {
  font-size: 12px;
  font-weight: normal; }

.firma_tanimis label.form_radio {
  background-color: #fff;
  border: 1px solid #999;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer; }

.kform_satirlar {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px; }

div.required .col-form-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold; }

@media (min-width: 768px) {
  .col-form-label {
    text-align: left; } }
/* cookie */
#cookie {
  border-top: none;
  border-left: none;
  border-right: none; }
/* top */


/* content */
#content {
  min-height: 500px;
  width: 100%; }


    /* footer */
footer {
    margin-top: 40px;
    padding-top: 7px;
    padding-bottom: 1px;
    background-color: #000;
    border-top: 1px solid #ddd;
    color: #fefefe;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #222;
}
footer a {
    color: #fefefe;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-size: 20px;
    font-weight: bold;
    color: #fefefe;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 13px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e94e1b;
    padding-left: 0px; 
}
    /* default font size */

footer .list-unstyled {
    display:inline-block;
    padding-left: 5px;
}


    /* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
    /* toast */
#toast {
    position: absolute;
    top: 320px;
    width: 30%;
    z-index: 999;
    margin-left: 35%;
    margin-right: 35%;
}

.toast-bgg {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

    /* breadcrumb */
.breadcrumb {
    margin:5px 0px 20px 0px;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    border-radius: 0px;
    width: 100%;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb li.breadcrumb-item:first-child {
    padding-left: 0px;
}
.breadcrumb > li.breadcrumb-item {
    text-shadow: 0 1px 0 #fff;
    padding: 0 13px;
    font-size: 12px;
    padding-left:16px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item:after {
    content: '';
    display: block;
    position: absolute;
    top:8px;
    right: -3px;
    width:6px;
    height:6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
    content: '';
    padding: 0;
}
    /* breadcrumb */

.pagination {
    margin: 0;
}
/* buttons */
.btn-light {
    color: #777;
    text-shadow: none;
    border-radius: 0px;
    background-color: #e7e7e7;
    border-color: #ccc #ccc #ccc #ccc;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-position: 0;
}
.btn {
    font-size: 14px;
}
.form-control {
    min-height: 40px;
}
.btn-primary {
    color: #fff;
    text-shadow: none;
    background-color: #045ba7;
    border-radius: 0px;
    background-repeat: repeat-x;
    border-color: transparent; 
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    border: 0px;
    box-shadow: none;
    background-position: 0; 
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: #39b54a;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111);
}
/* list group */
.list-group a {
    color: #333;
    display: block;
}
.list-group a.active, .list-group a.active:hover, .list-group a.active:focus {
    color: #444;
    background: #fff;
    border: 0px solid #ddd;
    text-shadow: 0 0px 0 #fff;
    font-weight: 700;
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: left; } }
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%; }
/* BS4 Changes */
.navbar-light .navbar-toggler {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 6px 12px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.form-check .form-check-input {
  margin-top: 0.25rem; }
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem; }


#information-contact .card {
  margin-bottom: 20px; }


.home_module {
  border: 0px solid #ccc;
  padding: 0px;
  padding-bottom: 0px;
  padding-top: 15px; }

 

.filtr {
  float: right;
  width: 40%;
  margin-right: 0px;
  padding-right: 0px; }

 
.home_buttons {
  margin-top: 25px;
  width: 100%; }

.detay_button {
  margin-left: auto;
  margin-right: auto;
  width: 120px; }

.detay_button a {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  background-color: #045ba7;
  float: left;
  margin-top: 7px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff; }
 
   
/* cart burayakadar kontrol edildi */
 

.cart_table {
  font-weight: 700;
  font-size: 14px;
  color: #7b7b7b; }

.cart_table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center; }

.cart_table .gifts_tr td {
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  text-align: center; }

.cart_table .gifts_tr {
  margin-bottom: 10px; }

.cart_table .gifts_tr small {
  display: none; }

.cart_table .thler {
  padding: 10px; }

.cart_tmm {
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  background-color: #39b54a;
  min-width: 230px;
  border: 0px; }

.sil_btn {
  float: right;
  width: 25px;
  height: 25px;
  padding: 3px;
  background-color: #1c81a7;
  color: #efefef;
  border: 0px; }

#column-footer {
  float: right; }

.haberciyazisi {
  padding-top: 10px;
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #efefef; }

footer hr {
  border-color: #ddd;
  margin-top: 5px; }

.news_inp {
  width: 84%;
  float: left;
  height: 39px; }

.news_inp input.form-control {
  border-radius: 0px;
  height: 36px;
  min-height: 36px; }

.news_butns {
  width: 15%;
  float: right;
  margin-left: 1%; }

.button_nws {
  width: 100%;
  float: right;
  background-image: url(../image/newslatter_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 23px;
  background-color: #777;
  height: 36px;
  border: 0px; }

.gramaj {
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 17px; }

.aciklama_txt {
  color: #444;
  min-height: 425px;
  float: right;
  width: 100%;
  margin-left: 0px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 300;
  font-style: normal; }

.aciklama_txt h2 {
  font-size:18px;
  font-weight: 600;
  text-align: left;
  margin-bottom:5px; }

.aciklama_txt strong {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-weight: 700; }

.aciklama_img {
  width: 400px;
  height: 400px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  float: left;
  color: #111;
  border: 4px solid #d9d9d9;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 400px; }

.aciklama_dis {
  padding: 25px;
  margin-top: 0px;
  display: flex;
  width: 100%; }

.slimScrollDiv {
  float: left; }

.urun_acik {
  border: 1px solid #ddd; }

.alt_divler {
  margin-top: 20px; }

.aciklama_baslik {
  padding: 10px;
  font-size: 22px;
  width: 100%;
  background-color: #000;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px; }

.aciklama_baslik2 {
  padding: 10px;
  font-size: 22px;
  width: 100%;
  font-weight: 800;
  color: #000;
  text-align: center; }

.kullanim_bilgisi {
  margin-top: 25px;
  margin-bottom: 25px;
  display: none; }

.kullanim_bilgisiic {
  background-color: #77bc1f;
  border-top: 0px;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  width: 100%;
  position: relative; }

.kullanim_bilgisiic_ic {
  padding: 30px;
  width: 100%; }

.kullanim_bilgisiic_ic:before {
  background-image: url(../image/nasil_bg.svg);
  background-size: 115%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1; }

.kullanim_bilgisiic p {
  width: 100%;
  margin-bottom: 0px; }

.kullanim_baslik {
  width: 100%;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 300;
  color: #fff; }

.kull_bilgisi {
  font-size: 12px; }

.bbilgileri {
  width: 100%;
  padding: 0px;
  display: inline-block;
  border: 0px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bbilgileri_ic {
  width: 100%;
  float: left;
   border: 1px solid #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 5px; }

.bbilgi_baslik {
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-top: 7px; }

.ust_bilgiler {
  width: 100%;
  float: left;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0px; }

.ust_bilgiler .baslik {
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-right: 3px;
  text-align: left; }

.ust_bilgiler .deger {
  float: left;
  font-size: 12px;
  font-weight: 400;
  text-align: right; }

.herporsiyon {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 3px;
  margin-bottom: 0;
  margin-top: 3px;
  border-top: 0px solid #000;
  border-bottom: 2px solid #000; }

.satirlar {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #000; }

.satirlar .baslik, .satirlar .deger {
  font-weight: 400;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 12px; }

.satirlar .baslik {
  float: left;
  width: 65%;
  border-right: 1px solid #000;
  }

.satirlar .deger {
  float: right;
  width: 35%;
  text-align: right;
  }

.bsn_deger_kutu {
  padding: 0px;
  padding-right: 4px; }

.bsn_deger_kutu_dis {
  padding: 7px;
  border: 2px solid #999;
  border-top: 0px;
  color: #000;
  padding-right: 5px;
  position: relative;
  padding-bottom: 10px;
  background-color: #f7f7f7; }

.slimScrollBar {
  width: 7px; }

.satirlar .baslik, .satirlar .deger {
  font-weight: 400;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 12px; }

 

.prdct_ortda {
  width: 50%;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom:15px;
  background-color: #f7f8f9;
  position: relative;
  min-height: 500px; }

.prdct_sag {
  width: 100%;
  padding-top: 0px;
  position: relative; }

.prdct_sol {
  padding-top: 40px;
  width: 50%;
  position: relative; }

.yildiz_alti {
  padding-top: 2px;
  float: right;
  padding-left: 15px; }

.urun_secenek {
  padding-bottom: 15px;
  padding-top:15px;
  display: inline-block;
  width: 100%; }

.urun_secenek .form-control {
  border-radius: 0px;
  font-size: 14px;
  float: left;
  width: 78%; }

.urun_secenek .secenek-title {
  border-radius: 0px;
  font-size: 15px;
  width:14%;
  float: left;
  font-weight: 700;
  padding-top: 13px; }

.prdct_ortda h1 {
  margin-top: 0px;
  padding-top: 0px; }

.product-thumb .caption a {
  color: white; }

.product-thumb .caption h4 a {
  color: #333; }

.parapuan {
  border: 0px solid #005aa9;
  padding: 8px;
  padding-bottom: 2px;
  padding-left: 34px;
  padding-right: 0px;
  min-height: 39px;
  background-image: url(../image/parapuans.svg);
  background-repeat: no-repeat;
  background-position: center left 0px;
  background-size: 28px 28px;
  color: #496074;
  font-size: 13px;
  float: left;
  margin-top: 0px; }

.parapuan span {
  font-weight: 700; }

.alt_golge {
  position: absolute;
  height: 29px;
  background-image: url(../image/alt_golge.png);
  background-repeat: no-repeat;
  background-position: top center;
  bottom: 0px;
  width: 100%;
  left: 0px; }

.sk_tarihi {
  padding: 5px;
  padding-left: 25px;
  margin-bottom: 10px;
  background-image: url(../image/sk_icon.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 15px;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  display: inline-block; }

.gramaj_pr {
  padding: 3px;
  padding-left:0px;
  font-size: 15px;
  margin-bottom:0px;
  width: 100%;
  display: inline-block; }

.gramaj_pr span {
  display: inline-block;
  width: 80px; }

.sk_tarihi span {
  display: inline-block;
  width: 80px;
  font-weight: 700; }

ul.price_pr {
  margin-bottom: 2px; }

.price_pr h2 {
  text-align: left;
  color: #e94e1b;
  font-weight: 800;
  font-size: 32px;
  position: relative;

 }

 
 



#cart .button_satinal {
  float: right;
  width: 40%;
  background-color: #e94e1b;
  font-weight: 700;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px; }

.havale_indirimi {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  color: #444;
  padding-bottom: 10px;
  padding-top: 0px;
  }

.price_pr h2 .fiyatk {
  font-size: 17px;
  margin-top: 2px;
  padding-left: 4px;
  float: right; }

.onecikan_diss {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #a6a8ab;
  border-bottom: 0px solid #a6a8ab;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 800;
  color: #444;
  margin-bottom: 5px; }

.onecikan0 {
  display: inline-block;
  padding-top: 5px;
  width: 33%;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  height: 30px;
  text-align: center; }

.onecikan1 {
  display: inline-block;
  padding-top: 5px;
  width: 33%;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  height: 30px;
  text-align: center; }

.onecikan2 {
  display: inline-block;
  padding-top: 5px;
  width: 33%;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  height: 30px;
  text-align: center; }

.onecikan3 {
  display: none; }

.onecikan4 {
  display: none; }

.onecikan5 {
  display: none; }

.onecikan_diss img {
  width: 32px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -4px; }

.cart_images {
  border: 0px;
  padding: 0px;
  border-radius: 0px; }

.cart_images_gf {
  width: 68%;
  margin-left: 3px;
  border: 0px;
  padding: 5px;
  border-radius: 0px; }

table {
  box-sizing: border-box; }

table td {
  box-sizing: border-box; }

.gifttd {
  background-color: #efefef; }

.kucuk_sepet td {
  background-color: transparent; }

.kucuk_sepet .gifttdk {
  background-color: #efefef; }

.img-thumbnail {
  background-color: transparent; }

.ksepet_img {
  width: 50px;
  padding: 0px;
  border: 0px;
  border-radius: 0px; }

.kucuk_sepet {
  font-size: 12px; }

.kucuk_sepet .gifttdk.hdyyazi {
  font-size: 11px; }

.kucuk_sepet td {
  font-size: 12px;
  vertical-align: middle; }

.cart_main div {
  max-height: 350px;
  overflow: auto;
  width: 100%; }

#cart:hover .cart_main {
  display: block; }

#account-login .passrd {
  width: 60%;
  float: left; }

#account-login h2 {
  font-size: 18px;
  font-weight: 700; }

.form-control {
  border-radius: 0px;
  border: 1px solid #98abbc;
  height: 45px; }

.form-group {
  margin-bottom: 7px; }

.b2bregister .form-group .col-sm-12 {
  padding-left: 0px; }

.login_btn {
  margin-top: 38px;
  width: 38%;
  float: right;
  height: 45px;
  background-color: #39b54a; }

.yeni_uyeol {
  height: 48px;
  background-color: #e94e1b; }

.forgotten {
  margin-top: 25px;
  margin-bottom: 15px;
  width: 38%;
  float: right;
  text-align: right; }

.facebook_uye_btn_d {
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: #4862a3;
  background-image: url(../image/facebook_f.svg);
  background-repeat: no-repeat;
  background-position: 28% 13px;
  background-size: 24px 24px;
  color: #fff;
  font-size: 15px;
  border: none;
  font-weight: 600;
  text-align: center;
  height: 48px;
  width: 100%;
  float: left; }

.facebook_uye_btn_d a {
  color: #fff;
  font-size: 15px;
  border: none;
  font-weight: 600;
  text-align: center;
  height: 48px;
  width: 100%;
  float: left; }

.facebook_uye_btn_d:hover {
  color: #fff; }

._userLoginSeperator {
  height: 10px;
  border-bottom: 1px solid #e1dedd;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  width: 100%; }

._userLoginSeperator span {
  display: inline-block;
  background: #fff;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #7f7175;
  padding: 0 20px; }

.login_dis {
  display: inline-block;
  background: #fff;
  padding: 30px;
  width: 100%; }

.hizlikargos {
  padding: 3px;
  padding-left: 16%;
  padding-right: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  background-image: url(../image/Check_green_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 44px 44px;
  color: #111;

  font-size: 14px;
  border: none;
  font-weight: 600;
  text-align: left;
  margin-top: 8px;
  height: 20px;
  width: 83%;
  float: left;
  min-height: 50px; }

.csecure {
  padding: 3px;
  padding-left: 16%;
  padding-right: 0;
  margin-bottom: 29px;
  padding-bottom: 0;
  background-image: url(../image/Check_green_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 44px 44px;
  color: #111;
  font-size: 14px;
  border: none;
  font-weight: 600;
  text-align: left;
  height: 20px;
  width: 83%;
  float: left;
  min-height: 50px; }

.ccihaz {
  padding: 3px;
  padding-left: 16%;
  padding-right: 0;
  margin-bottom: 29px;
  padding-bottom: 0;
  background-image: url(../image/Check_green_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 44px 44px;
  color: #111;

  font-size: 14px;
  border: none;
  font-weight: 600;
  text-align: left;
  height: 20px;
  width: 83%;
  float: left;
  min-height: 50px; }

.yeni_uyeol {
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 11px;
  padding-top: 14px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  font-size: 16px;
  border: 0 solid #ddd;
  margin-top: 15px;

 }

.yeni_uyeol:hover {
  color: #fff; }

h1.basliklar {
  margin-bottom: 35px; }

.register_form {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: #fff; }

.register_form .radio {
  display: inline-block;
  width: 30%;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.register_form .radio label {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.register_form .radio input {
  float: left;
  margin-top: 4px;
  margin-right: 5px; }

.register_form label {
  padding: 0px;
  padding-top: 15px; }

.register_form input {
  display: inline-block; }

.register_form div.text-danger {
  padding-bottom: 0px; }

.register_form div.col-sm-12 {
  padding: 0px; }

.swal2-icon {
  display: none !important; }

.swal2-content {
  font-size: 12px; }

.swal2-content a {
  font-weight: 600;
  font-size: 12px; }

.hs_btnler_hm {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #111;
  background-color: #fff;
  text-align: center;
  float: left;
  padding-bottom: 23px;
  height: 250px;
  width: 31.6%;
  background-image: url(../image/icngolge.png);
  background-repeat: no-repeat;
  background-position: top 96px center;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 11px -6px #000;
  -moz-box-shadow: 0px 8px 11px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 11px -6px #000; }

.btn_hsb_dty {
  color: #fff;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  background-color: #747474;
  border-radius: 4px; }

.yazi_hsb_dty {
  color: #333;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 30px;
  font-weight: 300;
  font-size: 15px;
  display: inline-block;
  width: 100%; }

.hs_btnler_hm:hover {
  background-color: #f9f9f9; }

.hs_btnler_hm a {
  color: #111; }

.hs_btnler_hm i {
  width: 100%;
  font-size: 60px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 15px;
  color: #747474; }

.hsbt_grp {
  width: 100%;
  display: inline-block; }

.kullanici_bilgim {
  height: 50px;
  padding-top: 16px;
  padding-bottom: 10px;
  width: 50%;
  text-align: right;
  margin-bottom: 20px;
  display: inline-block;
 }

.kullanici_bilgim span {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.kullanici_bilgim span span {
  text-align: center;
  font-weight: 300;
  color: #757575;
  font-size: 18px;
}

.hsmenu_ust {
  width: 100%;
  padding: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0px;
  font-size: 16px;
  color: #fff;
  background-color: #fff;
  background-image: url(../image/hsbg_header.png);
  background-repeat: no-repeat;
  background-position: bottom right; }

.hsbm_memu_ic {
  width: 100%;
  padding: 0px; }

.hsbm_memu_ic li {
  border-bottom: 1px solid #ddd;
  list-style: none; }

.hsbm_memu_ic li:last-child {
  border-bottom: 0px; }

.hsbm_memu_1 {
  width: 100%;
  padding: 0px;
  font-size: 14px;
  
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0px 8px 11px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 11px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 11px -6px rgba(0, 0, 0, 0.3); }

.hsbm_memu_1 a {
  width: 100%;
  padding: 15px;
  padding-left: 30px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  float: left;
  color: #494949;
  border-radius: 0px;
  background-color: #fff; }

.hsbm_memu_1 a i {
  float: right;
  margin-top: 4px; }

.hsbm_memu_1 a:hover {
  background-color: #eff1f3; }



 

#modal_bdy .form-check label input[type="radio"] {
  display: none; }

#modal_bdy1 .form-check label input[type="radio"] {
  display: none; }

#modal_bdy1 .form-check img {
  border: 0px dashed #b4b4b4;
  border-radius: 0;
  height: 38px;
  width: 38px;
  padding: 0px;
  margin-right: 0px; }

#modal_bdy {
  max-height: 280px;
  overflow: auto;
  margin-bottom: 15px;
  font-size: 14px; }

#modal_bdy1 label {
  margin: 0px;
  font-size: 13px;
  padding: 10px;
  padding-left: 7px;
  padding-right: 7px;
  padding-right: 50px; }

#modal_bdy label {
  margin: 0px;
  font-size: 13px;
  padding: 10px;
  padding-left: 7px;
  padding-right: 7px;
  padding-right: 50px; }

h1 {
  margin-bottom: 10px;
  margin-top: 10px; }

.hsbmdgric {
  padding: 30px;
  background-color: #fff;
  margin-right: 15px;
  min-height: 390px;
  display: inline-block;
  width: 100%; }

.accounted #content.col {
  padding-left: 5px;
  padding-right: 5px; }
.urun_secenek .selectdiv {
	background-color:#FFFFFF;
	float:left;
	width:50%;
  }
.selectdiv {
  float: right;
  width: 75%;
  border: 1px solid #dcdcdc;
  padding: 10px;
  padding-left: 20px;
  text-align: left;
  height: 40px;
  padding-right: 25px;
  cursor: pointer;
  position: relative;
  background-image: url(../image/up_down_icon.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
  overflow: hidden; }

.back_btn {
  background-color: #fff;
  color: #686868;
  width: 160px; }

.hs_btns {
  background-color: #39b54a;
  color: #fff;
  width: 180px;
  float: right; }

td.adres_sol {
  width: 92%;
  background-color: #fff;
  vertical-align: middle;
  height: 78px; }

td.adres_sag {
  width: 7%;
  padding: 0px;
  border: 0px; }

th.prbaslik {
  background-color: #fbfbfb;
  border-bottom: 0px; }

td.prici {
  background-color: #fff; }

a.sil_but {
  background-image: url(../image/sil_icon.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35px;
  width: 35px;
  height: 35px;
  float: right; }

a.duzenle_but {
  background-image: url(../image/duzenle_but.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35px;
  width: 35px;
  height: 35px;
  float: right;
  margin-bottom: 7px; }

a.nnr_yazi {
  color: #efefef;
  font-weight: normal !important; }

.onikssoft {
  position: inherit !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  height: auto !important;
  display: block !important;
  visibility: visible !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center; }

.onikssoft_dis {
  width: 100%;
  padding-bottom: 6px; }

a.laci_yazi {
  color: #8281f7;
  font-weight: bold !important; }

a.turko_yazi {
  color: #9ddef3;
  font-weight: bold !important; }

#review {
  text-align: left; }

#review table td {
  background-color: transparent;
  font-size: 15px; }

#review .tarih {
  font-weight: 300;
  font-style: italic;
  color: #888; }

#review .yazar {
  margin-top: 10px;
  padding: 5px;
  color: #444;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  width: auto !important; }

#review .rating .fa-star {
  color:  #e94e1b;
  font-size: 13px;
  line-height: 0.9; }

#review .rating {
  margin-top: -5px; }

#review .reviews td {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  padding-left: 0%;
  padding-right: 20%; }

#review .rating .fa-stack {
  margin: 0px; }

.yorum_form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px; }
 

.kampanyali {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 180px;
  height: 37px;
  background-image: url(../image/kampanyali.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 90px; }

.indirimli {
	background-color: #e94e1b;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 12px;
    text-align: center;
    width: 80px;
    height: 50px;
    margin-bottom: 7px;
  } 

.indirimli-yazi {
  background-color: #e94e1b;
    font-size: 12px;
    padding-top: 22%;
    text-align: center;
    font-weight: 900;
    margin-bottom: 7px;
  } 



.prdct_sol .kampanyali {
  top: 8px;
  left: 0px; }

.prdct_sol .indirimli {
  top: 8px;
  left: 0px;
  width: 80px;
  height: 50px;
  background-size: 105px; }

.discount_ptlngc {
  position: relative;
  width:85%;
  background-color: #39b54a;
  color: #fff;
  text-align: left;
  padding: 8px;
   padding-left:15px;
  font-size: 16px;
  border-radius: 0px;
  font-weight:500;
  margin-bottom: 7px; }

.discount_ptlngc:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #39b54a;
  left:40px;
  content: " ";
  height: 0;
  bottom: -15px;
  position: absolute;
  width: 0; }

#modal_bdy label .sec_hdys {
  float: right;
  padding: 6px;
  border-radius: 6px;
  background-color:#e94e1b;
  color: #fff;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 10px;
  top: 9px;
  margin-top: 5px;
  position: absolute;
  right: 9px; }

#modal_bdy1 label .sec_hdys {
  float: right;
  padding: 6px;
  border-radius: 6px;
  background-color: #e94e1b;
  color: #fff;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 10px;
  top: 9px;
  margin-top: 5px;
  position: absolute;
  right: 9px; }
/*#menu .navbar-nav > li.menu_item:hover a{
 color:#0158a5;
 }*/
.odeme_dis {
  float: left;
  width: 100%;
  text-align: left; }

#regular-field-gender .radio {
  display: inline-block;
  width: 20%;
  margin-right: 15px;
  font-size: 14px; }

#regular-field-gender .radio label {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff; }

#regular-field-gender {
  display: inline-block; }


.adrs_typstt {
  float: left;
  padding: 15px;
  border: 1px solid #ddd;
  margin-right: 15px;
  padding-left: 15px;
  height: 49px;
  min-width: 120px;
  padding-right: 25px;
  background-color: #fff; }

.adrs_typstt span {
  float: left;
  padding-left: 10px; }

.adrs_typstt input {
  width: 20px;
  height: 20px;
  float: left; }

.adrs_typs {
  float: left;
  border: 1px solid #ddd;
  margin-right: 15px;
  width: 135px;
  background-color: #fff; }

.adrs_typs label {
  float: left;
  padding: 18px;
  padding-left: 15px;
  height: 45px;
  min-width: 100%;
  padding-right: 25px; }

.adrs_typs span {
  float: left;
  padding-left: 10px; }

.adrs_typs input { 
  width: 20px;
  height: 20px;
  float: left; }

.adrs_typs_dis {
  display: inline-block;
  width: 100%; }

.swal2-content .swal-alisverisedevam {
  display: inline-block;
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
  width: 60%; }

.swal2-content .swal-satinal {
  display: inline-block;
  border: 0;
  background: initial;
  background-color: #39b54a;
  color: #fff;
  font-size: 16px;
  width: 40%; }

.infor_baslik {
  width: 100%;
  text-align: center;
  color: #005aa9; }

.backname {
  background-color: #ccc;
  padding: 5px;
  padding-left: 10px;
  padding-right: 0;
  padding-bottom: 1px;
  text-decoration: none;
  color: #222;
  min-height: 35px;
  font-weight: 700; }

.bank-details {
  width: 97.1%;
  background-color: #fff;
  padding: 5px;
  float: left; }

.bank-list {
  width: 47%;
  border: 1px solid #999;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.bank-list label {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }

.bank-list label {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }

.bank-item > div.title {
  width: 25%;
  color: #222;
  float: left;
  text-align: left;
  font-weight: 700; }

.bank-item > div.sep {
  width: 10px;
  text-align: left;
  float: left;
  color: #222;
  font-weight: 700; }

.bank-item > div.text {
  width: 70%;
  float: left;
  text-align: left;
  color: #222; }

.baslik_alti {
  width: 60%;
  text-align: left;
  color: #222;
  margin-left: auto;
  margin-right: auto;
  background-color: #39b54a;
  height: 8px;
  margin-bottom: 20px; }

.iletisim_disi {
	margin-top:-150px;
	margin-bottom:50px;
  }
.cntcticns {
	background-image:url(../image/help2_icn.png);
	background-position:right top 60px;
	background-size:300px;
	background-repeat:no-repeat;
  }  
.gridivzemintxt {
    font-weight: 700;
    font-style: italic;
    font-size:26px;
	color: #222;
	line-height:40px;
	display:inline-block;
	padding-top:50px;
	padding-bottom:110px;
	width:60%;
  }
  .gridivzemin {
	width:100%;
	display:inline-block;
	position:relative;
	background: #f1f3f3;
    padding-bottom: 120px;
 }
.grid_baslik {
    font-weight: 700;
    font-size:30px;
	color: #222;
 	display:inline-block;
	padding-bottom:30px;
 	width:100%;
  }      
  .iconkutularcntact {
    display: flex;
    flex-direction: column;
    width: 100%;
    background:#e94e1b;
    border-radius: 8px 8px 8px 0;
    align-items: center;
    row-gap: 18px;
    padding: 16px;
	min-height: 220px;
}
.contact-body-text {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
	color: #fff;
}
.contact-body-text span{
    margin-top:10px;
    text-align: center;
     font-weight:500;
    font-style: italic;
    font-size: 14px;
	display:inline-block;
	width: 100%;
	color: #fff;
}
.contact-body-text a {
    color: #fff;
    word-break: break-word;
    text-decoration: underline;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
} 
 
.box-heading_home {
  margin-bottom: 20px;
  float: left;
  margin-top: 30px;
  width: 100%;
  text-align: center; }

.box-heading_home h3 {
  font-weight: 900;
  color: #000;
  font-size: 24px; }

.senin_icin_bulalim select {
  padding: 6px;
  border: 1px solid #39b54a;
  height: 39px;
  font-size: 14px;
  border-radius: 0;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.senin_icin_bulalim input.bulalim {
  padding: 4px;
  border: none;
  height: 37px;
  font-size: 14px;
  background-color: #39b54a;
  color: #fff;
  width: 160px;
  margin-left: 10px; }

.senin_icin_bulalim {
  float: left;
  margin-bottom: 5px;
  height: 52px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-top: 30px; }


.homedivs {
  /*	background-image:url(../image/features-bg.png);
   background-position:top center;
   background-size:100%;
   background-repeat:no-repeat;*/ }

.home_baslik {
	width:100%;
	padding-bottom:5px;
 	text-align:left;
 	font-weight:700;
 	font-size: 24px;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
	border-bottom:0px solid #39b54a; }

.home_baslik_dis {
  width: 100%;
  padding-top: 15px;
  padding-bottom:0px;
  text-align: center;
  display: inline-block; }

.home_kutular {
  padding-top:20px;
  padding-bottom:10px;
  text-align: center; }

.home_kutular img {
  width: 100%;
  padding:0px;
/*   border-radius: 10px; */
  }

.hm_icimg {
  width: 100%;
  display: inline-block; }

.hm_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #000 !important;
  display: inline-block;
  padding-top: 30px; }

h1.torqh1 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 900 !important;
  color: #000 !important;
  display: inline-block;
  padding-top: 30px;
  margin-bottom: 5px;
  padding-bottom: 0px; }

h2.torqh2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #787878 !important;
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 40px; }

.kutu1 {
  padding-left: 0px; }

.kutu4 {
  padding-right: 0px; }



.benzer_urunler {
  padding: 15px;
  border: 1px solid #ddd;
  margin-top: 25px;
  display: inline-block;
  width: 100%; }

.yorumlar {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0px solid #ddd;
  display: inline-block;
  width: 100%; }

.facebook_yorumlari {
  padding: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%; }

.aciklama_baslik h3 {
  width: 280px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  margin-right: auto;
  font-weight: 700;
  margin-left: auto;
  font-size: 28px;
  line-height: 20px; }

.aciklama_baslik h3 span {
  width: 30%;
  display: inline-block;
  margin-right: 35%;
  margin-left: 35%;
  background-color: #39b54a;
  border-radius: 3px;
  height: 6px; }


/*--------------LEVEL-----------------*/
.ust_puanlar {
  margin-bottom: 35px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd; }

.kazanilan table td img {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px; }

.kazanilan table td {
  text-align: center;
  font-size: 22px;
  font-weight: 700; }

.kazanilan table td .geci_text {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  float: left;
  padding-top: 3px;
  padding-bottom: 3px; }

.kazanilan table td .geci_puan {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  float: left;
  padding-top: 3px;
  padding-bottom: 3px; }

.ust_basliklar_diger h2 {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  float: left;
  padding: 10px;
  background-color: #ccc;
  color: #444; }

.kazanilan_yok {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  text-align: center;
  float: left; }

.bg_white {
  background-color: #fff; }

.margin-bottom {
  margin-bottom: 35px; }

.uyelik_sistemi_ust {
  display: inline-block;
  padding-bottom: 35px;
  width: 100%; }

.uyeliksistb {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 50px;
  font-weight: 600;
  line-height: 30px;
  background-color: #e94e1b;
  font-size: 15px;
  border: none;
  padding: 10px;
  color: #fff; }

.uyelik_ortala {
  width: 100%;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }

.uyelik_baslik_2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  float: left;
  padding-left: 15px; 
  margin-bottom: 30px;
  color: #fff;
  background-color: black;
  padding-top: 17px;
  padding-bottom: 17px; }

.uyelik_sistemi_ust {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 35px; }

.uys_bilgi, .uys_bilgi td {
  padding-bottom: 15px; }

.uys_bilgi, .uys_bilgi span {
  font-size: 20px;
  text-align: center;
  line-height: 18px; }

.alt_puan {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600; }

.uys_bilgi {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px; }

.uys_bilgi, .uys_bilgi td {
  padding-bottom: 15px; }

.uys_bilgi span {
  width: 100%;
  float: left;
  padding-top: 13px;
  font-weight: 700;
  color: #000;
  padding-bottom: 3px; }

.alt_ind_orani {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #e94e1b;
  line-height: 20px;
  padding-top: 10px; }

.Bronz {
  background-image: url(../image/bronz.png); }

.Silver {
  background-image: url(../image/silver.png); }

.Gold {
  background-image: url(../image/gold.png); }

.Vip {
  background-image: url(../image/vip.png);
  background-position: center center; }

.Bronz, .Gold, .Silver, .Vip {
  background-size: 140px 140px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 156px;
  text-align: center;
  float: left; }

.uyelik_bilgi1 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-bottom: 28px; }

.uyelik_baslik {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #d00003; }

.uyelik_bilgi2 {
  width: 100%;
  text-align: center;
  font-size: 18px; }

.uyelik_bilgi1, .uyelik_bilgi2, .uyelik_ortala {
  margin-left: auto;
  margin-right: auto; }

.uyelik_bilgi1 span {
  color: #1b74d1;
  font-size: 20px;
  float: left;
  width: 100%;
  padding-top: 8px; }

.uyelik_sorulari {
  color: #333; }

.nmrs {
  font-weight: 700;
  float: left;
  margin-right: 6px; }

.uyelik_sorulari, .uyelik_sorulari1 {
  font-size: 18px;
  padding: 10px;
  margin-bottom: 25px;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.uyelik_sorulari .soru_baslik {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin-bottom: 10px;
  color: #333;
  padding-top: 5px;
  padding-bottom: 0; }
/*------------LEVEL SON---------------*/



.hakkimizda_sol {
	width: 210px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	font-style: italic;
	border-top: 1px solid #fea67e;
	border-bottom: 1px solid #fea67e; }

.hakkimizda_yazi {
	width: 850px;
	float: right;
	margin-left: 20px;
	color: #666;
	line-height: 24px;
	font-size: 15px;
	
	font-style: normal;
	font-weight: 300; }

.fbyuzdeli {
	display: inline-block;
	float: left;
	width: 100%; }

.ftr_adrs {
	color: #fefefe;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	margin-top: 15px;
	}
.ftr_adrs .ftr_baslik {
	font-size:18px;
	width:100%;
	margin-top:6px;
	margin-bottom:6px;
	display:inline-block;
	font-weight:600;
	color:#E4E4E4;
}
.ftr_adrs .ftr_yazisiadrs {
   font-size:14px;
  width:100%;
  display:inline-block;
  font-weight:300;
  color:#fff;
}
.ftr_adrs .ftr_yazisi {
  color:#cf4416;
  font-size:22px;
  width:100%;
  display:inline-block;
  font-weight:600;
  margin-bottom:7px;
  }
.frm_logo {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #939090;
  text-align: left;
  font-size: 14px;
  color: #555;
  min-width: 80%;
  float: left; }

.bundle_icerik {
  margin-top: 25px;
  float: left;
  margin-bottom: 15px;
  width: 100%;
  padding: 0px;
  display: inline-block;
  border: 1px solid #ddd;
  border-bottom: 0px; }

.bundle_icerik .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  float: left; }

.paket_baslik {
  padding: 20px;
  border: 1px solid #737373;
  background-color: #737373;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
   width: 100%; }

.bdeger_baslik {
  border: 1px solid #737373;
  background-color: #737373;
  padding: 10px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  width: 100%;
  margin-top: 7px; }

.bundle-satir {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ddd; }

.bundle-satir b {
  font-weight: 700; }

.bundle-image {
  float: left;
  width: 9%;
  padding-left: 15px;
  border: 0px solid #ddd; }

.bundle-name {
  float: left;
  width: 25%;
  padding-top: 25px;
  font-weight: bold;
  border: 0px solid #ddd; }

.bundle-skt {
  float: left;
  width: 15%;
  padding-top: 17px;
  text-align: center;
  border: 0px solid #ddd; }

.bundle-adet {
  float: left;
  width: 15%;
  padding-top: 17px;
  text-align: center;
  border: 0px solid #ddd; }

.bundle-aroma {
  float: left;
  width: 15%;
  padding-top: 17px;
  text-align: center;
  border: 0px solid #ddd; }

.bundle-urunbilgisi {
  float: right;
  width: 15%;
  margin-top: 22px;
  padding: 7px;
  text-align: center;
  border: 0px solid #ddd;
  color: #fff;
  margin-right: 20px;
  background-color: #39b54a;
  cursor: pointer; }

.tltblog_ic {
  padding: 15px;
  padding-bottom: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 3px; }

.tltblog_ic img {
  border-radius: 3px; }

.tltblog_ic:hover {
  border: 1px solid #ddd; }

.tltblog_ic h4 {
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 0px;
  min-height: 50px; }

.bigjoy-blog-baslik {
  margin-bottom: 40px; }

.menu_wischlist {
  float: right;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  position: relative;
  text-align: center;
  display: inline-block; }

.menu_wischlist:hover {
  background-color: #fff; }

#wishlist-total {
  padding-top: 43px;
  float: left;
  padding-left: 10px;
  text-align: center;
  padding-right: 20px;
  width: 70px; }

.wisch_icns {
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 15px;
  padding: 4px;
  background-color: gray;
  color: #fff;
  text-align: center;
  right: 12px;
  top: 42px;
  font-size: 14px; }

.menu_wischlist .fa {
  font-size: 30px;
  color: #fff; }

.menu_wischlist:hover .fa {
  font-size: 30px;
  color: #39b54a; }

.favori:hover {
  color: #39b54a; }

.btn.favori_btn {
  float: right;
  transition: none;
  padding-right: 2px;
  padding-top: 0px;
  display: none; }

.btn:active, .btn:focus {
  box-shadow: none; }

.btn.favori_btn .favori_btnyazi {
  float: left;
  padding: 6px;
  padding-right: 0px;
  padding-top: 6px;
  font-size: 13px;
  font-weight: 700; }

.favori_btn .favori_btnlr {
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  background-color: #e1e1e1;
  background-image: url(../image/heart-regular.svg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: center top 8px;
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 50%;
  border: 1px solid #ccc; }

.favori_btn:hover .favori_btnlr {
  background-image: url(../image/heart-solid.svg);
  color: ff5000; }

.dis {
  margin-top: 15px !important; }

.prodcts {
  text-align: center;
  padding-right: 0px;
  margin-top: 5px;
  display:inline-block;
   height: 30px; }

.mfp-figure {
  background-color: #fff;
  padding: 10px; }

.mfp-bottom-bar {
  display: none; }

.mfp-figure .img.mfp-img {
  padding: 0px !important; }

.mfp-image-holder .mfp-close {
  color: #111 !important;
  padding-right: 15px !important; }

.reviews .cevap {
  clear: both;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #444;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding: 6px;
  padding-top: 13px;
  padding-left: 20px; }

.reviews {
  font-weight: 300;
  font-size: 15px; }

.hdy_name {
  float: left;
  padding-top: 7px;
  width: 82%; }

.hdy_img {
  float: left;
  width: 15%; }

.btn-primary {
  color: #fff;
  background-color: #e94e1b;
  border: 1px solid #e94e1b; }

.btn-primary:hover {
  color: #fff;
  background-color: #39b54a;
  border: 1px solid #39b54a; }

.login_dis h2 {
  width: 100%;
  text-align: left;
  font-weight: 300;
  color: #222; }

.clogin_sol h2 {
  width: 100%;
  text-align: left;
  font-weight: 300;
  color: #222; }

.col h1.hsbmh1 {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  font-style: normal;
  float: left;
  background-color: #3d3d3d;
  font-size: 18px;
  margin-bottom: 12px; }

.col h1.hsbmh1 span {
  float: left;
  padding: 20px;
  padding-left: 45px; }

a.hsbtnbeckg {
  width: 60px;
  float: left;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  height: 60px;
  position: relative;
  padding: 10px;
  padding-left: 15px;
  font-size: 16px; }

a.hsbtnbeckg i {
  width: 100%;
  padding-left: 8px;
  line-height: 8px;
  font-size: 16px; }

a.hsbtnbeckg:after {
  content: "";
  background-color: #000;
  transform: skew(10deg);
  height: 100%;
  position: absolute;
  top: 0;
  width: 20px;
/*   z-index: 11; */
  right: 0;
  transform-origin: top right; }

h1.cizgilih2 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 900;
  color: #222; }

.cizgilih2 span {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  color: #666; }

.sayfa_bulunamadi {
  /*	background-image:url(../image/sayfa_bulunamadi.png);
   background-repeat:no-repeat;
   background-position:right bottom;
   background-size:340px;*/ }

.icerik_bulunamadi {
  float: left;
  width: 70%;
  padding-top: 50px; }

.icerik_bulunamadi p {
  float: left;
  font-size: 18px;
  width: 60%;
  color: #666;
  line-height: 26px;
  padding-bottom: 15px; }

.icerik_bulunamadi span {
  float: left;
  font-size: 36px;
  width: 100%;
  color: #333;
  line-height: 36px;
  padding-bottom: 15px; }

.bullunamadi {
  text-align: left;
  font-size: 18px;
  padding-bottom: 15px; }

.iletisimegec {
  width: 100%;
  float: left;
  margin-top: 70px;
  padding-left: 15px; }

.ilbilgis {
  width: 90%;
  float: left;
  border: 1px solid #ddd;
  margin-top: 0px;
  padding: 10px; }

.iletisimegec span {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 5px; }

.siparis_tamam {
  float: left;
  width: 70%;
  padding-top: 50px; }

.alindisip {
  text-align: left;
  font-size: 24px;
  color: #39b54a;
  font-weight: 700;
  padding-bottom: 15px; }

.top_on_bg {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 663px;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 10px;
  float: left; }

.swiperic {
  width: 100%;
  height: 210px;
  position: relative;
  margin: 10px;
  margin-bottom: 0px; }

.swiperic_slidesiz {
  width: 24.5%;
  height: 220px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  cursor: pointer; }

.top_on_name {
  width: 100%;
  padding-bottom: 6px;
  font-weight: 700;
  height: 38px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #000; }

.home_module .swiper-slide {
  margin-bottom: 15px; }

.home_module .swiper-viewport {
  margin-bottom: 5px; }

.swiper-viewport {
  margin-bottom: 0px; }

.swiper-slide:hover {
  -webkit-box-shadow: 0px 13px 16px -14px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 13px 16px -14px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 13px 16px -14px rgba(0, 0, 0, 0.65); }

.top_on_urun {
  width: 56%;
  height: 210px;
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 6px;
  padding-top: 7px;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 2px;
  z-index: 10; }

.top_on_urun img {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }

.prodct_alt_sagmdl .col-4.d-md-block {
  width: 100%;
  position: relative;
  display: inline-block !important;
  padding: 0px;
  flex: 0 0 100%;
  max-width: 100%;
  float: left; }

.prodct_alt_sagmdl {
  position: relative;
  width: 100%;
  z-index: 7;
  display: inline-block;
  margin-bottom: 20px; }


.tukendi_dty {
  font-weight: 700;
  font-size: 17px;
  padding: 12px;
  color: #848484;
  text-align: center;
  float: left;
  background-color: #d6d6d6;
  border: 1px solid #bfbfbf;
  width: 100%;
  margin-bottom: 10px; }

.sip_no {
  font-weight: 900;
  font-size: 18px;
  padding: 12px;
  color: #222;
  text-align: left;
  width: 100%;
  float: left;
  padding-left: 0px; }

.bank_bilgi {
  font-weight: 300;
  font-size: 14px;
  color: #222;
  text-align: left;
  width: 50%;
  float: left;
  padding-left: 0px; }

.form-rating {
  float: left;
  padding-bottom: 13px;
  padding-top: 7px;
  width: 100%;
  padding-left: 15px; }

.form-rating .control-label {
  margin-right: 25px;
  float: left;
  font-size: 16px;
  padding: 0px;
  padding-top: 3px; }

.form-rating .form-rating-container {
  float: left; }

.form-rating .form-rating-container label {
  float: right;
  margin-bottom: 0;
  padding: 3px 5px 0 0;
  cursor: pointer;
  width: 30px; }

.form-rating .form-rating-container:hover label {
  float: right;
  margin-bottom: 0;
  padding: 3px 5px 0 0;
  width: 30px;
  cursor: pointer; }

.form-rating .form-rating-container label i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 25px; }

.form-rating .form-rating-container:hover label i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 25px; }

.form-rating .form-rating-container label i.fa-star-o {
  color: #d9d9d9; }
/*text-shadow:1px 1px 1px rgba(0,0,0,.1)*/
.form-rating .form-rating-container:hover label i.fa-star-o {
  color: #d9d9d9; }
/* text-shadow:1px 1px 1px rgba(0,0,0,.1)*/
.form-rating .form-rating-container:hover label i.fa-star {
  color: #e6e6e6; }
/* text-shadow:1px 1px 1px rgba(0,0,0,.2)*/
.form-rating .form-rating-container label i.fa-star {
  color: #e6e6e6; }
/*text-shadow:1px 1px 1px rgba(0,0,0,.2)*/
.form-rating .form-rating-container input {
  display: none; }

.form-rating .form-rating-container:hover label i.fa-star-o {
  color: #d9d9d9; }

.form-rating .form-rating-container:hover label i.fa-star {
  color: #e6e6e6; }

.form-rating .form-rating-container:hover label:hover i.fa-star-o {
  color: #feb645; }

.form-rating .form-rating-container:hover label:hover ~ label i.fa-star-o {
  color: #feb645; }

.form-rating .form-rating-container:hover label:hover i.fa-star {
  color: gold; }

.form-rating .form-rating-container:hover label:hover ~ label i.fa-star {
  color: gold; }

.form-rating input:checked ~ label i.fa-star-o {
  color: #fea212; }

.form-rating input:checked ~ label i.fa-star {
  color: #f0ca00; }

.iliskili_urunler {
  margin-top: 5px;
  padding: 13px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 7px;
  border: 1px solid #ddd;
  background-color: #efefef;
  display: inline-block;
  width: 100%; }

.iliskili_baslik {
  margin-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%; }

.iliskili-satiric {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding: 10px; }

.iliskili-image {
  width: 25%;
  float: left;
  padding-top: 10px;
  padding-right: 10px; }

.iliskili-name {
  width: 40%;
  font-weight: bold;
  float: left;
  color: #666;
  font-size: 13px;
  margin-bottom: 5px; }

.indirim_orani_iliskili {
  font-weight: bold;
  float: left;
  background-color: #39b54a;
  color: #fff;
  padding: 2px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  margin-bottom: 2px;
  width: 15%;
  font-size: 12px; }

.fiyati_iliskili {
  width: 30%;
  font-weight: bold;
  float: left;
  font-size: 18px;
  padding-left:8px;
  margin-bottom: 2px; }

.fiyati_iliskili span {
  font-weight: lighter;
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 4px;
  padding-right: 4px;
  color: #767676;
  margin-bottom: 4px; }

.iliskili-image img {
  width: 100%; }

.iliskili-adet {
  width: 65%;
  float: left;
  margin-bottom: 4px; }

.iliskili-urunbilgisi {
  /* width: 65%; */
  float: left;
  position: relative;
  font-weight: 700;
  height: 30px; }
/* Customize the label (the container) */
.checkmark_lbl {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.iliskili-satiric:hover .iliskili-urunbilgisi {
  font-weight: 700;
  color: #222; }
/* Hide the browser's default checkbox */
.checkmark_lbl input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px; }
/* On mouse-over, add a grey background color */
.checkmark_lbl:hover input ~ .checkmark {
  background-color: #ccc; }
/* When the checkbox is checked, add a blue background */
.checkmark_lbl input:checked ~ .checkmark {
  background-color: #1d54ba; }

.iliskili-satiric:hover .checkmark_lbl input:checked ~ .checkmark {
  background-color: #1d54ba; }

.iliskili-satiric:hover .checkmark_lbl .checkmark {
  background-color: #ccc; }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }
/* Show the checkmark when checked */
.checkmark_lbl input:checked ~ .checkmark:after {
  display: block; }
/* Style the checkmark/indicator */
.checkmark_lbl .checkmark:after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.blog_images {
  width: 100%;
  margin-bottom: 20px; }

.blog_images img {
  width: 100%; }

.blog_yazisi {
  font-size: 16px;
  line-height: 25px; }

.blog_yazisi strong {
  font-weight: 900; }

.aminoasitprfl {
  padding: 10px;
  padding-right: 0px;
  font-weight: bold;
  color: #333;
  float: right;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border: 1px solid #a6a8ab;
  margin-top: 15px;
  background-color: #ccc;
  background-image: url(../image/amino-asit-prfli.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 30px; }

.cataciklama {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: left;
  padding: 15px;
  background-color: #efefef; }
  
.cataciklama .description p{
margin-bottom:8px;
}
.cataciklama .description h2{
margin-bottom:8px;
margin-top:16px;
text-align:left;
font-weight:600;
}
.cataciklama strong {
  font-weight: 900; }

.yazar_kisi strong {
  font-weight: 900; }

.yazar_kisi {
  font-style: italic;
  font-size: 16px; }

.yazar_reim_ic {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 2px solid #edc105;
  background-repeat: no-repeat;
  background-size: 102%;
  background-position: center center; }

.yazar_reim {
  width: 56px;
  height: 56px;
  float: left;
  border-radius: 50%;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-size: 102%;
  background-position: center center; }

.yazar_adi {
  width: 180px;
  height: 60px;
  float: left;
  padding-top: 7%;
  padding-left: 12px;
  font-weight: 700;
  font-size: 16px; }

.yazar_brdr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-left: 13px;
  padding-bottom: 15px;
  background-color: #e2e2e2; }


.diger_alt {
  width: 100%;
  margin-top: 10px;
  border: 0.1rem solid #d0d5da;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  background-color: #eff1f3; }

.hedef {
  width: 100%; }

.hedef_ic {
  width: 100%;
  padding-left: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #000;
  font-weight: 500; }

.diger_alt_ktlr {
  width: 33.33%;
  float: left;
  padding: 15px; }

.bbusts {
  float: left;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 2px solid #999;
  border-bottom: 0px; }

.baslik_hd {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 0.1rem solid #d0d5da; }

.neleri_icermez {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  padding: 10px;
  padding-top: 15px; }

.icermez_baslik {
  display: inline-block;
  padding-bottom: 15px;
  color: #444;
  font-size: 28px;
  font-weight: 900;
  width: 100%; }

.neleri_icermez li.icr_icon {
  padding-bottom: 1px;
  padding-top: 53px;
  width: 46.5%;
  float: left;
  font-size: 11px;
  margin: 4px;
  background-color: #fff;
  list-style: none;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top 8px;
  border: 1px solid #ddd;
  background-size: 45px 45px; }

.neleri_icermez li.icr_icon.GDO {
  background-image: url(../image/iconlar/gdo.jpg); }

.neleri_icermez li.icr_icon.Et {
  background-image: url(../image/iconlar/et.jpg); }

.neleri_icermez li.icr_icon.Laktoz {
  background-image: url(../image/iconlar/laktoz.jpg); }

.neleri_icermez li.icr_icon.Hayvansal {
  background-image: url(../image/iconlar/hayvansal.jpg); }

.neleri_icermez li.icr_icon.Tatlandırıcı {
  background-image: url(../image/iconlar/tatlandirici.jpg); }

.neleri_icermez li.icr_icon.Şeker {
  background-image: url(../image/iconlar/seker.jpg); }

.neleri_icermez li.icr_icon.Domuz {
  background-image: url(../image/iconlar/domuz.jpg); }

.neleri_icermez li.icr_icon.Gluten {
  background-image: url(../image/iconlar/gluten.jpg); }

.neleri_icermez li.icr_icon.Aspartam {
  background-image: url(../image/iconlar/aspartam.jpg); }

.neleri_icermez li.icr_icon.Koruyucu {
  background-image: url(../image/iconlar/koruyucu.jpg); }

.neleri_icermez li.icr_icon.Renklendirici {
  background-image: url(../image/iconlar/renklendirici.jpg); }

.bayi_siparis_spts.eklecrt_by {
  float: left;
  width: 14%;
  margin-right: 3%; }

.mnfctr_ctgry_blkcollapsed {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 15px; }

.mnfctr_ctgry_blkcollapsed .bysprs_h2 {
  font-size: 15px;
  background-color: #e94e1b;
  margin-right: 0; }

.mnfctr_ctgry_blk .bysprs_h2, .mnfctr_ctgry_blkcollapsed .bysprs_h2 {
  font-weight: 600;
  color: #fff;
  padding: 12px;
  margin-left: 0;
  cursor: pointer;
  border-radius: 0px;
  margin-bottom: 0px; }

.mnfctr_urunler_akordiyon {
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 10px; }

#bsp_sepet-sticky-wrapper {
  display: inline-block;
  width: 100%; }

.bsproduct_ic {
  float: left;
  border: 1px solid #ddd;
  width: 100%;
  padding: 6px; }

.urun_resim img {
  width: 100%; }

.urun_resim {
  float: left;
  width: 20%;
  padding: 5px;
  padding-right: 20px; }

.bsproduct_ic {
  float: left;
  border: 1px solid #ddd;
  width: 100%;
  padding: 6px; }

.bsproduct_list {
  padding-bottom: 10px; }

.urun_name {
  font-size: 11px;
  padding-bottom: 6px;
  width: 80%;
  float: left;
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  max-height: 30px;
  text-align: left;
  padding-top: 6px;
  overflow: hidden; }

.urun_name a {
  float: left;
  width: 70%;
  font-size: 14px;
  font-weight: 600; }

.urun_name .price {
  float: right;
  width: 30%;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  color: #24548c; }

.bayi_siparis_spts a.button {
  cursor: pointer;
  color: #fff;
  line-height: 12px;
  border: 0 solid #000;
  width: 100%;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  float: left;
  font-weight: 400;
  background-color: #ff5000;
  border-radius: 5px; }

.bayi_siparis_spts.eklecrt_by {
  float: left;
  width: 14%;
  margin-right: 3%; }

.bayi_siparis_spts.temizle_by a.button {
  background-color: #999;
  font-size: 12px; }

.bayi_siparis_spts.tmmla_by {
  float: right;
  width: 14%;
  margin-right: 3%; }

.bayi_siparis_spts.temizle_by {
  float: right;
  width: 9%; }

.stucks .cart_toplami {
  color: #000;
  width: 30%;
  font-size: 16px; }

.stucks .cart_toplami, .stucks .cart_toplami_baslik {
  padding: 8px;
  text-align: left;
  display: block;
  float: left;
  font-weight: 700; }

.spt_ekle_miktarli .adet {
  float: left;
  width: 14%;
  font-size: 11px;
  text-align: center;
  line-height: 12px;
  margin-top: 10px; }

.product-mfctr .quantity-arrow-add {
  background: url(../image/plus_list.png) center center no-repeat;
  cursor: pointer;
  float: right;
  border: 0;
  margin: 0 0 3px;
  height: 12px;
  width: 12px; }

.product-mfctr .quantity-arrow-subtract {
  background: url(../image/minus_list.png) center center no-repeat;
  cursor: pointer;
  float: right;
  height: 12px;
  border: 0;
  margin: 0;
  width: 12px; }

.altdvs_sag {
  float: right;
  padding-right: 0px; }

.whatsapp {
  position: fixed;
  bottom: 10px;
  z-index: 998;
  display: flex;
  width: 230px;
  height: 3.5rem;
  align-items: center;
  color: #fff;
  /* right: 2%; */
  font-size: 16px;
  justify-content: center;
  border-radius: 0.4rem;
  background-color: #128c7e; }

.whatsapp span {
  margin-right: 1rem;
  font-size: 1.6rem; }

.carusel-dis {
  margin-top: 20px;
  margin-bottom: 10px; }

.carusel-dis .swiper-slide {
  padding: 5px !important; }

.carusel-dis .swiper-pagination {
  bottom: -20px; }

.carusel-dis .box-heading_home {
  margin-bottom: 0px;
  float: none;
  margin-top: 40px;
  width: 100%;
  text-align: center; }

.bakanlik_yazisi {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #e7e7e7;
  padding-bottom: 10px; }

.affilate_menu {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e7f3f9;
    height: 44px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: solid 1px #c5c5c5;
  }

.affilate_menu span {
  display: inline-block; }

.affilate_menu span a {
    float: left;
    padding: 10px;
    background-color: #c5c5c5;
    color: #000;
    margin-right: 10px;
    font-weight: 600;
    border: solid 1px #3d3d3d26;
  }

.affilate_menu span a.secili {
    background-color: #e7f3f9;
    border-bottom: solid 1px #e7f3f9;
  }

.bf-attr-block {
  margin-bottom: 15px;
  padding-bottom: 7px;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #ddd; }

.bf-panel-wrapper .box {
  border: 0px; }
/* Customize the label (the container) */
.bf-bglabels {
  display: block;
  position: relative;
  padding-left: 45px;
  font-size: 13px;
  margin-bottom: 12px;
  color: #1d1d1d;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
/* Hide the browser's default checkbox */
.bf-bglabels input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
.bf-bglabels:hover input ~ .checkmark {
  background-color: #ccc; }
/* When the checkbox is checked, add a blue background */
.bf-bglabels input:checked ~ .checkmark {
  background-color: #2196f3; }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }
/* Show the checkmark when checked */
.bf-bglabels input:checked ~ .checkmark:after {
  display: block; }
/* Style the checkmark/indicator */
.bf-bglabels .checkmark:after {
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.bf-bglabels:hover input ~ .checkmark:after {
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  display: block;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }


.prdgrisag {
  background-color: #f7f8f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.prdgrissol {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.prdct_ortas {
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
   position: relative; }

.productusts {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

.manfctr {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0px; }

.prdct_ortda:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 100%;
  background-color: #f7f8f9;
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 100%;
  left: 0; }

.paylasimyap a {
  text-decoration: none;
  color: #2c434f;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #ddd; }

.social-facebook {
  background-image: url(../image/facebook.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center; }

.social-twitter {
  background-image: url(../image/twitter.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center; }

.social-pinterest {
  background-image: url(../image/pinterest.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center; }

.karsilastir_btn {
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  background-image: url(../image/repeat-24px.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center top 6px;
  width: 40px;
  background-color: #fff;
  height: 39px;
  float: right;
  margin-right: 10px;
  border: 1px solid #ddd; }

.btn.favori_btn {
  transition: none;
  padding: 0px;
  float: right; }

.favori_btn .favori_btnlr {
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  background-image: url(../image/favorite-24px.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center top 6px;
  width: 40px;
  background-color: #fff;
  height: 39px;
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd; }

.paylasimyap .pylsbaslik {
  float: left;
  padding-top: 9px;
  padding-right: 6px; }

.paylasimyap {
  width: 61%;
  padding-top: 15px; }

.text-danger-footer {
	background-color: white;
    border-radius: 7px;
    margin-top: -81px;
    border: 1px solid red;
  }
  
.text-danger-footer:after {
	border-left: 8px solid #ff141400;
    border-right: 10px solid transparent;
    border-top: 12px solid #ffffff;
    left: 19px;
    content: " ";
    height: 0px;
    bottom: 39px;
    position: absolute;
    width: 0;
}


.coksatantabs {
    margin-top: 10px;
    text-align: center;
    padding: 0px;
    display: inline-block;
}

.coksatantabs .nav-tabs {
    border-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: inline-flex !important;
    position: static;
    padding-right: 0px;
}
.coksatantabs .nav-tabs li {
    margin-right: 10px;
    display: inline-block;
}

.coksatantabs .nav-tabs a.active {
    border: 1px solid #ddd;
    border-bottom: 0 solid #df5c39;
    text-decoration: none;
    padding-bottom: 12px;
    color: #000;
    border-radius: 0px;
    background-color: #f6f2f2;
}
.coksatantabs .nav-tabs a {
    padding: 12px;
    padding-top: 10px;
    padding-bottom: 10px; 
    min-width: 220px;
    position: relative;
    display: block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #f6f2f2;
    color: #575757;
    font-weight: 600;
}
.cr_sy {
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 50%;
    background-color: #E50003;
    color: #FFF;
    line-height: 14px;
    position: absolute;
    text-align: center;
    padding: 3px;
    top: -8px;
    right: 5px;
} 
.col .sepetbasligi {
    text-align: left;
    width: 100%;
    margin-top: 0px;
}
  /* accordion */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;}

.active {   
  background-color: #ccc;
}
.panel p {
 margin-top:10px;}

.panel {
  padding: 0 18px;
  background-color: white;
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #aeaeae85;
  border-left: 1px solid #aeaeae85;
  border-right: 1px solid #aeaeae85;}
 
.sosyaliconlar li{
	float:left;
	list-style:none;
	text-align:center;
	margin-bottom:10px;
 	width:25%;
 }
.sosyaliconlar li img{
	width:80%;
	height:80%;
 
 }
.karsilastiric {
    padding: 0px;
}

.tab-content .tab-pane.active {
    display: block;
    width: 100%;
    visibility: visible;
    position: relative;
    opacity: 1;
	background-color:white !important;
}
.compare-info tr td:first-child {
    color: #000;
    text-align: right;
    width: 10%;
}
.compare-info td {
    padding: 7px;
    width: 25%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #F7F7F7;
    text-align: left;
}
.cataciklama .more {
    background-color: #e94e1b !important;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.ekprcart {
    width: 100%;
    float: left;
    text-align: center;
}
.ekprcart .ekimage {
    width: 19%;
    float: left;
    padding: 6px;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #ddd;
    margin-right: 1%;
}
.ekprcart .ekname {
    width: 80%;
    height: 40px;
    color: #3e3e3e;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700;
    float: left;
}
.ekprcart .ekadet {
    float: left;
    width: 11%;
}

.ekprcart span {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    font-weight: 600;
}
.ekprcart .ekfiyat {
    float: left;
    width: 20%;
}
.ekprcart .ektotal {
    float: left;
    width: 20%;
}

.phone_icon {
    background-image: url(../image/phone_ico.svg);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    background-size: 42px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    padding-left: 0px;
    padding-top: 55px;
    padding-bottom: 10px;
}
.email_icon {
    background-image: url(../image/mail_ico.svg);
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
    background-size: 42px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    padding-left: 0px;
    padding-top: 55px;
    padding-bottom: 10px;
    margin-top: 15px;
}
.indirim_orani {
  position: absolute;
  top:28px;
  left:10px;
  background-color: #E50003;
  color: #fff;
  border: 2px solid #E50003;
  float: left;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}

.cok_al_cok_kazan {
    position: absolute;
    top:3px;
    left:10px;
    background-color: #E50003;
    color: #fff;
    border: 2px solid #E50003;
    float: right;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
}
.indirim_orani span {
    padding: 2px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}
.indirim_ic {
    background-color: #fff;
    color: #E50003;
    float: right;
    padding: 2px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

a.kampanyamenu {
    background-color:#3ebf00;
    color: #fff;
    float: right;
    font-size: 12px;
    padding:8px;
    line-height: 16px;
    margin-top:8px;
    padding-left: 11px;
    padding-right: 11px;
	margin-right:15px;
	width:93px;
	height:47px;
	text-align:center;
	border-radius:0px;
}
a.avantajlipaketler {
    background-color:#007dbc;
    color: #fff;
    float: right;
    font-size: 12px;
    padding:8px;
	text-align:center;
    line-height: 16px;
    margin-top:8px;
    padding-left: 11px;
    padding-right: 11px;
	margin-right:15px;
	width:93px;
	height:47px;
	border-radius:0px;
}
h1.diger-sayfalar-basligi {
    float: left;
 	width:100%;
	padding-top:7px;
  }
  
.kargom_nerede {
    background-color: #e94e1b;
    color: white;
    border-radius: 4px;
  }
  
.kar-az {
    background-color: red;
    color: white;
	padding:3px;
	border-radius: 5px;
  } 
.kar-orta {
    background-color: yellow;
    color: black;
	padding:3px;
	border-radius: 5px;
  } 
.kar-cok {
    background-color: green;
    color: white;
	padding:3px;
	border-radius: 5px;
  }
  
  
  .blog {
    background-image: url(../image/pngegg.png);
    background-repeat: no-repeat;
    background-position: center left;
    height: 60px;
    width: 60px;
    float: left;
    cursor: pointer;
}



  .vegan {
    background-image: url(../image/vegan-logo.png);
    background-size: 150px;
    position: relative;
	  margin-top: 20px;
    width: 150px;
    background-repeat: no-repeat;
    height: 54px;
  }
  
 .blog_content  a , .blog_content a span {
	color: #e94e1b  !Important;	 
	background-color:#ffffff !Important;
  }  
  .blog_content t a:hover {
	color: #e94e1b  !Important;	 
	background-color:#ffffff !Important;
	text-shadow: 1px 2px 2px #d5d5d5 ;	
  }
  
  .cataciklama h2 {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
	padding-top:10px;
}

.cataciklama h3 {
    font-size: 16px;
	padding-top:8px;
}

.cataciklama li {
    list-style: disc;
}

.cataciklama ul {
  	padding-left:20px;
}

.cataciklama ul , .cataciklama li {
	padding-top:0px;
    margin-top: 0;
    margin-bottom: 0px;
}

.categoryalt {
    border-top: 2px solid #ededed;
    padding-top: 5px;
    margin-top: 3px;
	height:800px;
	overflow-y: scroll;
overflow-x: hidden;
    text-align: left !important;
}
.cataciklama .accordion-item {
	margin-bottom:10px;
	border-radius:0px;
	border: 1px solid rgba(0,0,0,.125);
} 
.cataciklama .accordion-item .accordion-button{
     background-color:#f4f4f4;
}
.cataciklama .accordion-button:not(.collapsed) {
    color: #333;
    background-color:#f4f4f4;
    box-shadow: none;
}
.expandable .expand-bar {
    padding-left: 15px;
}  
.orta_banner_buyuk {
   width:60%!Important;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #1f8bb4;
    background-color: #e9f5fa;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzFmOGJiNCc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #91cde4;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(34,154,200,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}