.b4b-main-menu{
	z-index: 10;
	height:80px;
	margin-top:90px;
	background-color: #4870b0;
	-webkit-box-shadow: 0 4px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    box-shadow: 0 4px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);	
}
.b4b_main_menu{
	display: table;
    width: 100%;
    list-style: none;
    border-left: 1px solid #698bc2;
    float: none;
	height: 80px;
}
.b4b_main_menu > li{
	display: table-cell;
    width: 10%;
    height: 100%;
    line-height: 100%;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    text-align: center;
    border-right: 1px solid #698bc2;
	transition: background-position 0.1s ease-in;
    vertical-align: middle;
    float: none;
}
.b4b_menu_item_anasayfa{ background-image: url(img/menu_anasayfa.png); }
.b4b_menu_item_arama { background-image: url(img/menu_arama.png); }
.b4b_menu_item_cari{ background-image: url(img/menu_cari.png); }
.b4b_menu_item_siparis{ background-image: url(img/menu_siparis.png); }
.b4b_menu_item_sepet{ background-image: url(img/menu_sepet.png); }
.b4b_menu_item_odeme{ background-image: url(img/menu_odeme.png); }
.b4b_menu_item_katalog{ background-image: url(img/menu_katalog.png); }
.b4b_menu_item_raporlar{ background-image: url(img/menu_raporlar.png); }
.b4b_main_menu > li > a{
	display: block;
    font-size: 12px;
    color: #ffffff;
    padding: 50px 0.1% 0 0.1%;
    text-decoration: none;
    z-index: 201;
}
.menu_doviz{ margin-left:5px; display:block; color:#ffffff; }
.menu_eur{ margin-top:8px; }
.my_left{ text-align  : left !important; }
.page-wrapper{ margin-top : 0px !important; }
.carousel-control-next,.carousel-control-prev{ background:transparent; border:0px none; }

.page_home{ padding:0px !important; }
#b4b_slider_container{ min-width : 400px; }
.bd-footer{ background:#0f466b; }
.footer_text{ color:#dddddd; }
a.footer_link{ color:#eeeeee; }
a.footer_link:hover{ color:#ffffff; }
.footer_menu{ color:#dddddd; list-style-type: none; }
.footer_menu:hover{ color:#ffffff; }
.footer_cap{ color:#ffffff;font-size:1.1em; }
.select2-container {
    width: 100% !important;
}

.myshadow{ box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 20%); }
.bx-orkestra {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(img/orkestra_o.png) !important;
}
.mytitle_container{
	border-bottom:1px dashed #cccccc ;
}
.mytext_mini{ font-size:0.7em; }
.form-floating>input::placeholder {      
    color: transparent !important;
}

.select2_code{ font-size:0.7em;font-weight:bold;display:block;color:#ff0000; }
.select2_desc{ font-size:0.7em;display:block; }
.son_kargo{
    font-weight:bold;
}
.anim_text01
{
   text-transform: uppercase;
   background-image: linear-gradient(
    -225deg,
    #e10508 0%,
    #ff6905 29%,
    #078bff 67%,
    #fffff2 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;      
}
@keyframes textclip {
    to {
      background-position: -200% center;
    }
  }