.videoarkaplan video.fullscreen {
position: absolute;
  z-index: -5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.videoarkaplan .container {
  z-index: 2;
}

.sayac{
	color: #fff;
}
.de-item{
    box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
    border:solid 1px #dddddd;
    padding: 10px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
	width: 100%;
}

.de-item h4{
    font-size: 14px;
    margin-bottom: 5px;
}

.de-item .d-info{
    padding:10px;
    position: relative;
}

.de-item .d-atr-group{
    border-bottom: solid 1px #dddddd;
    padding-bottom: 10px;
}
.de-item .d-atr{
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    color:#000000;
    margin-right: 10px;
}

.de-item .d-atr img{
    float: left;
    width:16px; 
    padding-top:5px;
    margin-right: 3px; 
}

.de-item .d-img {
    overflow: hidden;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}

.de-item .d-img img{
    box-shadow: 3px 3px 9px rgba(164,164,186,.5);
}

.de-item .d-img:hover img{
    transform: scale(1.05);
}

.de-item .d-price{
    position: relative;
    margin-top: 10px;
    font-size: 14px;
}
.de-item .d-price span{
    font-size: 16px;
    font-weight: bold;
    display: block;
    color:#000000;
}

.de-item .d-price .btn-main{
    position: absolute;
    right:0;
    bottom: 5px;
    padding: 2px 15px;
}

.de-item-list {
    display: table;
    padding: 20px;
    background: #ffffff;
    border: solid 1px #dddddd;
    box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

.de-item-list .d-img, .de-item-list .d-info, .de-item-list .d-price{
    display: table-cell;
    vertical-align: middle;
}

.de-item-list .d-img{
    width:30%;
}

.de-item-list img{
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: 3px 3px 9px rgba(164,164,186,.5);
}

.de-item-list .d-info{
    width:40%;
    padding-left: 30px;
}

.de-item-list .d-price{
    width:30%;
    padding-left: 30px;
    text-align: center;
}
.de-item-list .d-price span{
    display: block;
    font-weight: bold;
    font-size: 10px;
    margin-bottom:10px;
    color:#222733;
}

.de-item-list .d-info img{
    width: 32px;
    height: 32px;
}

.de-item-list .d-info ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding: 0;
}

.de-item-list .d-info ul li{
    font-size: 14px;
}

.de-item-list .d-info ul li span{
    font-weight: 600;
    margin-right: 10px;
}

.de-item .d-item_like{
    position: absolute;
    top:20px;
    right:20px;
    font-weight: 500;
    font-size: 14px;
}

.de-item .d-item_like i{
    color: #cccccc;
    margin-right: 6px;
}

.de-item .d-item_like i.active{
    color:#d75a87;
}
.img-fluid {
  width: 100%;
}


.input-group {
	font-size: 13px;
}

.input-group input {
	font-size: 13px;
}


.breadcrumb_section.page-title-mini {
  padding: 10px 0;
  border-bottom: 1px solid #dee2e6 !important;
}
.page-title-mini .page-title h1 {
  font-size: 20px;
}
.section {
  padding: 20px 0;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.product_img_box {
  border-top: 0!important;
}
.product_img_box img{
  height: auto!important;
}

.navbar .navbar-nav > li > .nav-link {
  padding: 15px 10px;
  color: #fff !important;
}
.navbar .navbar-nav > li > .nav-link:hover {
  color: var(--primary-color) !important;
}
.categories_btn.categories_menu {
padding: 12px 10px;
  border-radius: 0px;
}





iframe {
	border:0;
	width: 100%!important;
}



.altlogolar h3 {
	font-size: 1em!important;
}
.altlogolar ul {
  margin: 0;
  list-style: none;
  text-align: right;
  float: right;
}
.altlogolar ul li {
  margin-left: 7px;
  display: inline-block!important;
}
.footer_top {
  padding: 50px 0 30px;
}


.promo-light {
  background-color: #f2f2f2;
  border-radius: 3px;
}



.breadcrumb-item.active {
  color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--primary-color);
}

.whatsapp {
	background-color: #25d366;
  bottom: 20px;
  color: #fff !important;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 65px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.whatsapp:hover {
background-color: #179f4a;
  color: #fff !important;
}
.whatsapp:focus {
	color:#fff;
}
.whatsapp_style {
	background-color: ##179f4a;
}
.whatsapp.scrollup_style1:hover {
	background-color: #333;
}







.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom:25%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}