﻿body {
    background-color: #f1f5f8;
    font-family: "noto sans",sans-serif
}
h1{
    font-size: 2.8rem;
}
h2{
    font-size: 2.3rem;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
p{
    margin:0px;
}
.modal-header{
	background: #13357b;
	color: white;
	padding: 0px;
}

.modalozel .modal-header h4{
	/* background: #2196f3; */
	color: white;
	float: left;
	padding: 5px;
}
.modalozel .modal-header .close{
	opacity: 1;
	padding: 5px 10px;
	background: #F57C00;
	/* margin-top: -6px; */
	border-bottom-left-radius: 10px;
	cursor: pointer;
	color: white;
}
.modalozel .modal-header .close span{
	color: white;
	background: #F57C00;
	margin: 0px;
	border-radius: 10px;
	padding: 0px 10px;
	line-height: 20px;
	margin-top: -5px;
	display: inline-block;
	cursor: pointer;
}
.modal-body{
	 /* padding: 5px 10px; */
}
.modal-footer {
    padding: 5px 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width: 760px;
    }
}

@media(min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width: 970px;
    }
}

@media(min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1196px
    }
}

@media(min-width: 1201px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width: 1300px;
    }

    .container-xxl {
        max-width: 1300px;
    }
}

@media(min-width: 1433px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:100%
    }
}

@media(min-width: 1434px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1410px
    }
}
.navbar-default .navbar-nav>li>a {
    /* color: #777; */
    color: #ffffff;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
     color: #ffffff;
    font-weight:bold;
}
.menu-search{
    width: 300px;
    float: right;
    position: relative !important;
    /* margin-left: 117px; */
    margin-right: 15px;
}
.menu-search input{
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding: 3px 15px 3px 10px;
    height: auto;
    color: #1e1e1f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-top: 7px;
    width: 100%;
    height: 35px;
    /* margin-right: 16px; */
}
.menu-search button{
    background: #fff0;
    border: 0;
    color: #b9c3c8;
    font-size: 20px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all .3s ease;
}
.MenuCont{
    
}
.MenuCont a{
    /* padding-top: 12px !important; */
    background: white;
    padding: 5px !important;
    margin-top: 7px;
    border-radius: 10px;
    color: black !important;   
}
.boxkutu {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
        .boxkutu.solresimli{
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.boxkutu.solresimli .resim{
    float: left;
}
.boxkutu.solresimli .text{
    /* float: left; */
    float: left;
     width: 100%;   
}
.boxkutu.solresimli a{
    display: inline-block;
}
.boxkutu.solresimli img{
    width: 70px;
    /* float: left; */
    height: 70px;
    margin-right: 5px;
    max-height: 80px;
    min-height: 80px;
    background: #74747473;
}
.boxkutu.solresimli h4{
    display: block;
    color: black;
    font-weight: bold;
    /* line-height: 1rem; */
    /* float: left; */
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    margin-top: 0px;
    font-size: 12px;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}
.boxkutu.solresimli p{
    float: left;
    color: #FF9800;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}
.boxkutu.solresimli .alt {
    /* float: right; */
    color: #8d8d8d;
    /* position: relative; */
    /* bottom: 0px; */
    /* right: 0px; */
    display: inline-block;
    /* margin-top: 10px !important; */
    font-size: 10px;
    text-align: left;
    float: right;
    color: #2196F3;
}
.sayfaserit{
    
background: #dfdfdf;
    
display: block;
    
display: none;
}
.detail-info{
    
}
.title-detail{
            font-size: 1.5em !important;
            font-weight: 700 !important;
            margin-bottom: 10px !important;
            line-height: 1.2 !important;
            margin-top: 0px;
}
.product-detail h6{
    font-size: 14px;
    text-align: center;
    color: #1c1919;
    font-weight: 600;
}
.product-detail h6{
    
}
.form-xlg{
    height: 50px;
    margin-bottom: 9px;
    border-radius: 10px;
}
.altmenu{
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    margin-bottom: 0px;
    /* display: flex; */
    align-items: center;
    /* background: #fdca50; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    /* border-radius: 15px; */
    overflow: auto;
    width: 100%;
}
.altmenu li.dropdown{
    float: left;
    padding: 3px 5px;
    /* color: red; */
    border-right: 2px solid #90909017;
    max-width: 120px;
    min-width: 75px;
    /* border-bottom: 2px solid red; */!;!i;!;
}
.altmenu li a{
    display: inline-block;
    color: #18154e;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
}
.altmenu li.dropdown a{
   text-decoration:none;
}
.altmenu li ul li:hover a{
  /* font-weight:bold; */
  /* color:#2c93fc; */
}
.altmenu li.dropdown:hover{
    font-weight:bold;
    border-bottom: 4px solid #ffa200;
}
.altmenu li .parentmenu {
    display: none;
}
.altmenu li > .parentmenu:hover {
     display: block;
}
.altmenu li:hover > .parentmenu {
    display: block;
    position: fixed !important;
    width: 95% !important;
    padding: 10px 10px;
    background: white;
    z-index: 999999;
    list-style: none;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%) !important;
    border-radius: 10px;
    border-top: 5px solid #f1f5f8;
    border-bottom: 5px solid #2c93fd;
    margin-top: 8px;
    left: 20px;
    /* max-height: 200px; */
    /* flex-direction: row; */
    flex-wrap: wrap;
    /* align-content: flex-start; */
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
    /* width: 67%; */
    /* max-height: 300px; */
    /* max-height: 530px; */
    /* opacity: 1; */
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    /* align-content: center; */
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
    /* z-index: 999999 !important; */
    /* top: 33px; */
    /* width: calc(100%/5); */
    display: flex;
}
.altmenu li:hover .parentmenu  li{
  display: flex;
  width: 20%;
  float: left;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.altmenu li:hover .parentmenu  li a{
     display: block;
     /* width: 20%; */
     float: left;
     border-bottom: 1px solid #d3d3d333;
     padding: 5px 5px;
     font-size: 12px !important;
     color: #2c93fc;
}
.altmenu li .parentmenu li .parentmenu2{
  /* display: block; */
  padding-left: 5px;
  /* display: inline; */
  /* list-style: none; */
  /* width: 20%; */
  /* float: left; */
}
.altmenu li .parentmenu li .parentmenu2  li{
  /* display: block; */
  float: left;
  width: auto;
}
.altmenu li .parentmenu li .parentmenu2  li a{
     display: flex;
     width: auto !important;
     float: left;
     border-bottom: 1px solid #d3d3d333;
     padding: 0px 5px;
     font-size: 12px !important;
     color: #818181;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
     justify-content: flex-start;
}
.altmenu li .parentmenu li .parentmenu2  li:hover a{
    color:#ffa200;
}
.sagliste{
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}
.sagliste li {
    
}
.sagliste li a{
    /* float: left; */
    padding: 5px 10px;
    /* color: red; */
    border-left: 3px solid #fdc94e;
    width: 100%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 10px 34px 0 rgb(150 153 167 / 30%);
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px 15px;
    color: #626262;
}
.sagliste li a:hover{
    /* float: left; */
    /* padding: 5px 5px; */
    background-color:#fdc94e;
    color: white;
}
.navbar-default{
    margin-bottom: 0px;
    /* background: #ffffff; */
    padding: 0px 0px;
    /* margin-top: 5px; */
    /* border-radius: 10px; */
    /* background: linear-gradient(90deg, #157aea, #2b94fd82); */
    background: linear-gradient(270deg, #157aea %60, #2b94fd00 %60);
    background: linear-gradient(270deg, #0d05a2 56%, #ffffff 84%);
    /* background: linear-gradient(270deg, #3e35d3 50%, #ffffff 84%); */
    /* background: #131921; */
    /* padding: 0px 20px; */
    background-color: #3e35d3 !important;
    border: none;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%) !important;
}
.navbar-default .container{
    /* padding: 0px 24px; */
}
.menualtbar{
    background: white;
}

.katlist1{
    
}
.katlist1 .katbaslik {font-weight: bold;font-size: 1.5rem;margin-bottom: 5px;padding-bottom: 5px;color: #3d5afe;border-left: 5px solid #fed00a;padding-left: 5px;}

.katlist1 p{
    font-size: 13px;
    margin-bottom: 5px;
}

.yatay_alan1 .marka .card {
    min-height: 90px!important;
    max-height: 90px!important;
    padding: 5px;
    margin-bottom: 0
}

.yatay_alan1 .marka .card h3 {
    font-size: small;
    margin: 5px 0 0
}

.yatay_alan4 .ulke.ilan {
    width: calc(100%/4);
    float:left;
}
.yatay_alan5 .ulke.ilan {
    width: calc(100%/5);
    float:left;
}

.seoMetin{
    height: 150px;
    overflow: overlay;
    scrollbar-width: none;
    /* padding-bottom: 10px; */
    /* padding-top: 100px; */
    margin-top: 15px;
}
.seoDetay, .seoDetay p, .seoMetin,.seoMetin h1,.seoMetin h2,.seoMetin h3,.seoMetin h4,.seoMetin h5,.seoMetin h6,.seoMetin p {
    font-size: 12px!important;
    margin-bottom: 0
}
.ls2sag{
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
}
.ls2item{
    
}
.ls2item .ad1{
    padding: 5px;
    /* text-align: center; */
}
.ls2item .ad1 a{
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 0px;
    color: #1a1717;
    font-weight: bold;
    display: block;
}
.ls2item .ad1 em{
    font-size: 0.7rem;
    margin-top: 5px !important;
}
.ls2item .ad1 span{
    font-size: 0.7em;
    margin-top: 5px !important;
    display: block;
    margin-left: 0px !important;
    color: #20a708;
    font-weight: bold;
}
.ls2item .ad1 .current-price{
    font-size: 1.7em;
    margin-top: 0px !important;
    display: block;
    margin-left: 0px !important;
    color: #0a0a0a;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}
.ls2item .marka1{
    padding: 5px;
}
.ls2item .resim1{
    padding: 5px;
}
.ls2sag .maglogo {
    max-width: 90px;
    max-height: 69px;
    height: 25px;
    /* width: 60px; */
    /* float: left; */
    object-fit: contain;
}
.ls2item .resim1 img{
    /* padding: 5px; */
    width: 100px;
    max-width: 100px;
    object-fit: contain;
}
.ls2sag .indoran {
    color: #2dd50f;
    /* background: #3bb77e26; */
    border-radius: 10px;
    text-align: right;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
}
.ls2sag .ukargo  {
    margin-top: 5px;
    display: block;
    color: #ffa200;
    font-weight: bold;
    float: right;
}

.ls2sag .old-price {
    text-decoration: line-through;
    color: #ff6a6a;
    margin-left: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    /* display: block; */
    /* float: right; */
}

.ls2sag .current-price {
    /* color: #383838; */
    margin-left: 10px;
    font-size: 1.3em;
    /* font-weight: 800; */
    /* display: block; */
    line-height: 1;
    /* float: right; */
    width: 100%;
    display: block;
}

.ls2sag .btnmgit {
    margin: 5px 0;
    border-radius: 6px;
    min-width: 100px;
    width: unset;
    display: inline-block;
    box-shadow: 0 4px 10px 0 #22d80030,inset 0 1px 1px 0 #22d80030;
    background-color: #2bd50cfc!important;
    border-color: #22d8009e!important;
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 5px 5px;
}
.zorunluModal  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #41414194;
    z-index: 9999;
}
.modalBoxExpire {
    width: 25%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10%;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
.product-detail {
    border-radius: 10px;
    background-color: #fff;
    padding: 14px;
    position: relative;
    margin-top: 10px;
}
.rh-post-wrapper{
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    margin-top: 10px;
    padding-top: 14px !important;
}
.rh-post-wrapper h1 {
    color: #212529;
    font-size: 2.8rem;
    font-weight: 700;
    /* letter-spacing: -1px; */
    line-height: 1.2;
    margin-bottom: 5px !important;
    margin-top: 5px;
}
.rh-post-wrapper .ustaciklama{
    font-size: 1.47rem;
    line-height: 1.2;
    word-break: normal !important;
}
.bg-light{    
background: red;    
display: inline-block;
}
.rh-post-wrapper .meta-author .box {
     background: none;
     box-shadow: none;
     align-items: center;
     border-right: 1px solid var(--bs-gray-400);
     display: flex !important;
     flex-direction: column;
     justify-content: center;
     padding: 10px 15px;
     border-radius: 0px;
     float: left;
     margin-top: 0px;
}
.rh-post-wrapper .meta-author .info {
    font-size: .625rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.rh-post-wrapper  .share-area .text-reading, .rh-post-wrapper .social-buttons .dropdownButton, .rh-post-wrapper .social-buttons a.btn {
    border-radius: 25px;
    height: 33px;
    width: 33px;
}
.blogmetinic, .blogmetinic p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.blogmetinic h2, .blogmetinic h4, .blogmetinic h3 {
    font-size: 18px;
    /* font-weight: 400; */
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.blogmetinic img {
    height: 300px;
    object-fit: contain;
    width: 100%;
    background: #f8f8f8;
}
.container {
}

.yatay_alan {
    display: -webkit-box;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.post .item.post-title .title-ust,.yatay_alan1 {
    display: inline-block;
    width: 100%
}

.yatay_alan1 .ilan {
    width: 20%;
    float: left
}
.ulke h3 {
    margin-bottom: 0;
    overflow: hidden;
    height: 33px
}

.ulke.ilan {
    width: 20%;
    float: left;
}

.ulke.ilan .card {
    border-radius: .8rem .8rem 1rem 1rem;
    justify-content: space-between;
    margin: 10px 5px;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 29%);
}

.ilan:hover .card {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 29%)
}

.ulke.ilan .card img {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
    min-height: 290px;
    max-height: 290px;
    background: #d7d7d7;
    border: none!important
}

.ulke.ilan .card .ilanMarka img {
    width: 60px;
    display: block;
    height: 30px!important;
    min-height: 30px;
    max-height: 30px;
    margin-top: -30px;
    padding: 0 2px;
    background: #ffc900;
    object-fit: contain;
    position: absolute
}

.ulke.ilan ion-spinner {
    position: absolute;
    top: 28%;
    left: 44%;
    stroke: #fdc94d;
    fill: #ef473a
}

.ilan .ilanAlt {
    padding: 5px 10px;
    text-align: left
}

.ulke.ilan h3 {
    margin-bottom: 0;
    overflow: hidden;
    height: 28px;
    margin-top: 0px!important;
    font-size: 0.9em;
    color: #000;
    text-align: left;
    font-weight: 500;
    /* white-space: break-spaces; */
}

.ulke.ilan p {
    margin-bottom: 0;
    overflow: hidden;
    height: 25px;
    font-size: small;
    color: #999
}
.katlist {
    width: 100%;
    padding: 10px 10px;
    padding-top: 15px;
    border-bottom: 1px solid #d8dde369;
    background: white;
    margin-bottom: 15px;
    border-radius: 15px;
}

.imageCard h2,.list.card .postcatler,.postFav,.postcatler,.slide-content,.slider-slide h2,.tint {
    position: absolute
}

.katlist .katbaslik {
    width: 80%;
    float: left;
    font-size: 1.4rem;
    font-weight: 500!important;
    border-left: 5px solid #fed00a;
    padding-left: 5px
}

.katlist .katsag {
    width: 20%;
    float: right;
    text-align: right
}

.katlist .katsag a {
    background: #ffc900;
    padding: 0 5px;
    border-radius: 10px
}
.marka {
    width: 13%;
    min-height: 100px!important;
    max-height: 100px!important;
    float: left;
    text-align: center;
    margin: 0.4% .6%!important;
    padding: 10px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 29%);
}

.yatay_alan1 .marka .card {
    min-height: 90px!important;
    max-height: 90px!important;
    padding: 5px;
    margin-bottom: 0
}

.yatay_alan1 .marka .card h3 {
    font-size: small;
    margin: 5px 0 0
}

.marka .card p,.marka.card p {
    font-size: 11px;
    margin-bottom: 0;
    padding-top: 0;
    overflow: hidden
}

.marka:hover {
    background: #e3000f
}

.marka a {
    pointer: cursor
}

.marka .markaResim {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
    min-height: 50px;
    max-height: 50px;
    background: #fff;
    border: none!important
}

.marka h3 {
    margin: 5px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: black;
}


.menubros {
    position: absolute!important;
    margin-top: 12px
}

.menubros a {
    line-height: 15px;
    text-align: center
}

.product-cart-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.product-cart-wrap:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    border: 1px solid #bce3c9;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    max-height: 165px;
    object-fit: contain;
    padding: 5px 5px 0
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #bce3c9
}

.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #fafafa
}

.product-cart-wrap .product-img-action-wrap .product-img a {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
    width: 100%
}

.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .25s opacity,.25s visibility,transform 1.5s cubic-bezier(0,0,.2,1),-webkit-transform 1.5s cubic-bezier(0,0,.2,1)
}

.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
    -webkit-transition: all 1.5s cubic-bezier(0,0,.05,1);
    transition: all 1.5s cubic-bezier(0,0,.05,1)
}

.product-cart-wrap .product-action-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 9;
    -webkit-box-shadow: 20px 20px 40px rgba(0,0,0,.07);
    box-shadow: 20px 20px 40px rgba(0,0,0,.07)
}

.product-cart-wrap .product-action-1.show {
    visibility: visible;
    opacity: 1;
    bottom: 26px;
    left: unset;
    right: 20px;
    top: unset;
    -webkit-transform: none;
    transform: none
}

.product-cart-wrap .product-action-1 button,.product-cart-wrap .product-action-1 a.action-btn {
    width: 40px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    border-right: 1px solid #bce3c9
}

.product-cart-wrap .product-action-1 button:last-child,.product-cart-wrap .product-action-1 a.action-btn:last-child {
    border: none
}

.product-cart-wrap .product-action-1 button.small,.product-cart-wrap .product-action-1 a.action-btn.small {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.product-cart-wrap .product-action-1 button.small i,.product-cart-wrap .product-action-1 a.action-btn.small i {
    font-size: 12px
}

.product-cart-wrap .product-action-1 button:after,.product-cart-wrap .product-action-1 a.action-btn:after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
    padding: 7px 10px;
    color: #fff;
    background-color: #0b69ff;
    content: attr(aria-label);
    line-height: 1.3;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,.1);
    box-shadow: 4px 4px 8px rgba(0,0,0,.1);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px)
}

.product-cart-wrap .product-action-1 button:before,.product-cart-wrap .product-action-1 a.action-btn:before {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    bottom: 100%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    border: 7px solid transparent;
    border-top-color: #0b69ff;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: .1s;
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    opacity: 0;
    visibility: hidden
}

.product-cart-wrap .product-action-1 button:last-child,.product-cart-wrap .product-action-1 a.action-btn:last-child {
    margin-right: 0
}

.product-cart-wrap .product-action-1 button i,.product-cart-wrap .product-action-1 a.action-btn i {
    font-size: 15px;
    margin-left: 1px
}

.product-cart-wrap .product-action-1 button:hover,.product-cart-wrap .product-action-1 a.action-btn:hover {
    color: #fdc040
}

.product-cart-wrap .product-action-1 button:hover:after,.product-cart-wrap .product-action-1 a.action-btn:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.product-cart-wrap .product-action-1 button:hover:before,.product-cart-wrap .product-action-1 a.action-btn:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.product-cart-wrap .product-action-1 button:hover i,.product-cart-wrap .product-action-1 a.action-btn:hover i {
    color: #fdc040
}

.product-cart-wrap .product-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-cart-wrap .product-badges.product-badges-mrg {
    margin: 0
}

.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9
}

.product-cart-wrap .product-badges span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 0 10px 0 0;
    color: #fff;
    padding: 5px 10px
}

.product-cart-wrap .product-badges span:last-child {
    margin-right: 0
}

.product-cart-wrap .product-badges span.hot {
    background-color: #fdc04070;
    color: #000;
    font-weight: 600
}

.product-cart-wrap .product-badges span.new {
    background-color: #0b69ff
}

.product-cart-wrap .product-badges span.sale {
    background-color: #67bcee
}

.product-cart-wrap .product-badges span.best {
    background-color: #f59758
}

.product-cart-wrap .product-content-wrap {
    padding: 0 5px 5px
}

.product-cart-wrap .product-content-wrap .product-category {
    margin-bottom: 5px
}

.product-cart-wrap .product-content-wrap .product-category a {
    color: #adadad;
    font-size: 12px
}

.product-cart-wrap .product-content-wrap .product-category a:hover {
    color: #0b69ff
}

.product-cart-wrap {
    max-height: 290px;
    min-height: 290px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0/10%);
    border-radius: 15px;
    /* margin-right: 3px !important; */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    !i;!;
}

.urundres {
    max-height: 165px;
    min-height: 165px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px
}

.box {
    padding: 10px 15px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0/10%);
    margin-top: 10px;
    background: #fff;
    border-radius: 20px;
    display: inline-block!important
}

.slideritem {
    background: #fdc040;
    height: 190px;
    border-radius: 10px;
    padding: 10px 15px
}

.slideritem h1 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    line-height: 25px
}

.slideritem p {
    color: #fff;
    line-height: 20px;
    font-size: 1.4rem
}

.slideritem .altbilgi {
    bottom: 10px;
    position: absolute;
    color: #fff;
    font-size: .6rem;
    font-weight: 700;
    line-height: 13px
}

.slideritem.sld1 {
}

.slideritem.sld2 {
    background: #f44336
}

.slideritem.sld3 {
    background: #009688
}

.markabox {
    max-height: 120px;
    margin-right: 10px;
    text-align: center
}

.markabox h6 a {
    color: #000!important
}

.kuponbox {
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    border: 1px dashed #d3d3d3;
    width: 100%;
    padding: 0px 10px;
}

.kuponbox img {
    object-fit: contain;
    min-width: 60px!important;
    width: 60px!important;
    width: 20%;
    height: 60px;
    display: block!important
}

.kuponbox figure {
    width: 60px;
    float: left;
    margin-right: 5px
}

.kuponbox h3 {
    font-size: 1.8rem;
    color: #000000 !important;
    line-height: 1.3
}

.kuponbox a {
    color: #0786e7!important
}

.kuponbox p {
    line-height: 12px;
    font-size: 12px
}

.kuponbox:hover {
    border-bottom: 2px solid #0786e7
}

.kuponbox .kuponagit {
    background: #def9ec;
    color: #fff!important;
    float: right;
    padding: 0 5px;
    font-size: 12px;
    color: #55b785!important
}
.kuponbox2 {
    margin-bottom: 5px;
    margin-right: 4px;
    margin-top: 5px;
    border: 1px dashed #d3d3d3;
    width: 100%;
    padding: 10px 10px;
    /* display: flex !important; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: black;
    border-radius: 10px;
}
.kuponbox2 .sag{
	float:left;
}
.kuponbox2 .kuponagit2 {
    background: #68d475 !important;
    color: #fff!important;
    float: right;
    padding: 2px 25px;
    font-size: 2rem;
    line-height: 50px;
    border-radius: 50px;
    color: #ffffff !important;
}

.product-cart-wrap .product-content-wrap h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px !important;!i;!;
    margin-top: 5px
}

.product-cart-wrap .product-content-wrap h2 a {
    color: #253d4e;
    font-weight: 500;
    max-height: 80px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-size: 12px !important;
    /* color: #627285; */
}

.product-cart-wrap .product-content-wrap h2 a:hover {
    color: #0b69ff
}

.product-cart-wrap .product-content-wrap .product-price {
    padding-top: 0;
    float: left
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 8px;
    font-weight: 700;
    padding: 5px;
    line-height: 11px;
    text-align: center
}

.product-cart-wrap .product-content-wrap .product-price span.new-price {
    color: #0b69ff
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 14px;
    color: #adadad;
    margin: 0 0 0 7px;
    text-decoration: line-through
}

.product-cart-wrap .product-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    margin-top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    /* border-top: 1px solid #ebebeb; */
    padding-top: 3px
}

.stock-status {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 0;
    font-family: poppins,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

.stock-status.out-stock {
    background-color: #ebf8e9;
    color: #2c871b
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    margin-bottom: 5px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 3px solid #d6d6d6;
    border-bottom: 1px solid #f1f1f15c;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 1.7em !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

.section-title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section-title h4 {
    font-weight: 700;
    font-size: 1.4rem;
    margin-right: 30px;
    margin-bottom: 0;
    margin-top: 0
}

.section-title h3 {
    font-weight: 700;
    font-size: 32px;
    margin-right: 30px
}

.section-title a.show-all {
    font-size: 16px;
    color: #7e7e7e
}

.product-cart-wrap .product-card-bottom .add-cart {
    cursor: pointer;
    float: right
}

.product-cart-wrap .product-card-bottom .add-cart .add {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
    /* background: #0b69ff26; */
    font-size: 18px;
    font-weight: 700;
    float: right;
    margin-right: 10px;
    margin-bottom: 5px;
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover {
    background-color: #0b69ff;
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    box-shadow: 5px 5px 15px rgba(0,0,0,.05)
}

.product-grid-4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

.product-grid-4 .product-cart-wrap {
    width: calc(95%/6);
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    margin-bottom: 0!important
}

.product-grid-5 .product-cart-wrap {
    width: calc(98%/5);
    display: inline-block;
    margin-right: 0;
    padding: 0;
    margin-bottom: 0!important
}

.product-grid-3 .product-cart-wrap {
    width: calc(96%/4);
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px!important;
    padding: 0
}

.icsayfa {
    background-color: #f1f5f8
}

.boxkutu {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0 2px 4px 0 rgb(0 0 0/10%)
}

.boxfilter {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0 2px 4px 0 rgb(0 0 0/10%)
}

.boxfilter h4 {
    margin: 0;
    margin-bottom: 5px
}

.boxfilter .list-group-item {
}

.boxfilter .list-group-item input {
}

.boxfilter .list-group-item span {
    float: right
}

.solbas1 {
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-bottom: 5px
}

.solbas2 {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    color: #7a7a7a;
    font-weight: 500
}

.ustsayfabaslik {
    margin-bottom: 10px
}

.ustsayfabaslik h1 {
    margin-bottom: 4px;
    margin-top: 0
}

.ustsayfabaslik p {
    max-height: 51px
}

.banner-img {
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
    border: 2px solid #cbcbcb;
    width: 47%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.banner-img img {
    border-radius: 10px;
    display: block;
    margin: auto;
    height: 128px
}

.banner-img:hover img {
    opacity: .9
}

.mt-5 {
    margin-top: 5px!important
}

.mt-10 {
    margin-top: 10px!important
}

.mt-15 {
    margin-top: 15px!important
}

.mt-20 {
    margin-top: 20px!important
}

.mt-25 {
    margin-top: 25px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-35 {
    margin-top: 35px!important
}

.mt-40 {
    margin-top: 40px!important
}

.mt-45 {
    margin-top: 45px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-55 {
    margin-top: 55px!important
}

.mt-60 {
    margin-top: 60px!important
}

.mt-65 {
    margin-top: 65px!important
}

.mt-70 {
    margin-top: 70px!important
}

.mt-75 {
    margin-top: 75px!important
}

.mt-80 {
    margin-top: 80px!important
}

.mt-85 {
    margin-top: 85px!important
}

.mt-90 {
    margin-top: 90px!important
}

.mt-95 {
    margin-top: 95px!important
}

.mt-100 {
    margin-top: 100px!important
}

.mt-105 {
    margin-top: 105px!important
}

.mt-110 {
    margin-top: 110px!important
}

.mt-115 {
    margin-top: 115px!important
}

.mt-120 {
    margin-top: 120px!important
}

.mt-125 {
    margin-top: 125px!important
}

.mt-130 {
    margin-top: 130px!important
}

.mt-135 {
    margin-top: 135px!important
}

.mt-140 {
    margin-top: 140px!important
}

.mt-145 {
    margin-top: 145px!important
}

.mt-150 {
    margin-top: 150px!important
}

.mt-155 {
    margin-top: 155px!important
}

.mt-160 {
    margin-top: 160px!important
}

.mt-165 {
    margin-top: 165px!important
}

.mt-170 {
    margin-top: 170px!important
}

.mt-175 {
    margin-top: 175px!important
}

.mt-180 {
    margin-top: 180px!important
}

.mt-185 {
    margin-top: 185px!important
}

.mt-190 {
    margin-top: 190px!important
}

.mt-195 {
    margin-top: 195px!important
}

.mt-200 {
    margin-top: 200px!important
}

.mb-5 {
    margin-bottom: 5px!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.mb-25 {
    margin-bottom: 25px!important
}

.mb-30 {
    /* margin-bottom: 30px!important; */
}

.mb-35 {
    margin-bottom: 35px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.mb-45 {
    margin-bottom: 45px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-55 {
    margin-bottom: 55px!important
}

.mb-60 {
    margin-bottom: 60px!important
}

.mb-65 {
    margin-bottom: 65px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.mb-75 {
    margin-bottom: 75px!important
}

.mb-80 {
    margin-bottom: 80px!important
}

.mb-85 {
    margin-bottom: 85px!important
}

.mb-90 {
    margin-bottom: 90px!important
}

.mb-95 {
    margin-bottom: 95px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.mb-105 {
    margin-bottom: 105px!important
}

.mb-110 {
    margin-bottom: 110px!important
}

.mb-115 {
    margin-bottom: 115px!important
}

.mb-120 {
    margin-bottom: 120px!important
}

.mb-125 {
    margin-bottom: 125px!important
}

.mb-130 {
    margin-bottom: 130px!important
}

.mb-135 {
    margin-bottom: 135px!important
}

.mb-140 {
    margin-bottom: 140px!important
}

.mb-145 {
    margin-bottom: 145px!important
}

.mb-150 {
    margin-bottom: 150px!important
}

.mb-155 {
    margin-bottom: 155px!important
}

.mb-160 {
    margin-bottom: 160px!important
}

.mb-165 {
    margin-bottom: 165px!important
}

.mb-170 {
    margin-bottom: 170px!important
}

.mb-175 {
    margin-bottom: 175px!important
}

.mb-180 {
    margin-bottom: 180px!important
}

.mb-185 {
    margin-bottom: 185px!important
}

.mb-190 {
    margin-bottom: 190px!important
}

.mb-195 {
    margin-bottom: 195px!important
}

.mb-200 {
    margin-bottom: 200px!important
}

.ml-0 {
    margin-left: 0!important
}

.ml-5 {
    margin-left: 5px!important
}

.ml-10 {
    margin-left: 10px!important
}

.ml-15 {
    margin-left: 15px!important
}

.ml-20 {
    margin-left: 20px!important
}

.ml-25 {
    margin-left: 25px!important
}

.ml-30 {
    margin-left: 30px!important
}

.ml-35 {
    margin-left: 35px!important
}

.ml-40 {
    margin-left: 40px!important
}

.ml-45 {
    margin-left: 45px!important
}

.ml-50 {
    margin-left: 50px!important
}

.ml-55 {
    margin-left: 55px!important
}

.ml-60 {
    margin-left: 60px!important
}

.ml-65 {
    margin-left: 65px!important
}

.ml-70 {
    margin-left: 70px!important
}

.ml-75 {
    margin-left: 75px!important
}

.ml-80 {
    margin-left: 80px!important
}

.ml-85 {
    margin-left: 85px!important
}

.ml-90 {
    margin-left: 90px!important
}

.ml-95 {
    margin-left: 95px!important
}

.ml-100 {
    margin-left: 100px!important
}

.ml-105 {
    margin-left: 105px!important
}

.ml-110 {
    margin-left: 110px!important
}

.ml-115 {
    margin-left: 115px!important
}

.ml-120 {
    margin-left: 120px!important
}

.ml-125 {
    margin-left: 125px!important
}

.ml-130 {
    margin-left: 130px!important
}

.ml-135 {
    margin-left: 135px!important
}

.ml-140 {
    margin-left: 140px!important
}

.ml-145 {
    margin-left: 145px!important
}

.ml-150 {
    margin-left: 150px!important
}

.ml-155 {
    margin-left: 155px!important
}

.ml-160 {
    margin-left: 160px!important
}

.ml-165 {
    margin-left: 165px!important
}

.ml-170 {
    margin-left: 170px!important
}

.ml-175 {
    margin-left: 175px!important
}

.ml-180 {
    margin-left: 180px!important
}

.ml-185 {
    margin-left: 185px!important
}

.ml-190 {
    margin-left: 190px!important
}

.ml-195 {
    margin-left: 195px!important
}

.ml-200 {
    margin-left: 200px!important
}

.mr-5 {
    margin-right: 5px!important
}

.mr-10 {
    margin-right: 10px!important
}

.mr-15 {
    margin-right: 15px!important
}

.mr-20 {
    margin-right: 20px!important
}

.mr-25 {
    margin-right: 25px!important
}

.mr-30 {
    margin-right: 30px!important
}

.mr-35 {
    margin-right: 35px!important
}

.mr-40 {
    margin-right: 40px!important
}

.mr-45 {
    margin-right: 45px!important
}

.mr-50 {
    margin-right: 50px!important
}

.mr-55 {
    margin-right: 55px!important
}

.mr-60 {
    margin-right: 60px!important
}

.mr-65 {
    margin-right: 65px!important
}

.mr-70 {
    margin-right: 70px!important
}

.mr-75 {
    margin-right: 75px!important
}

.mr-80 {
    margin-right: 80px!important
}

.mr-85 {
    margin-right: 85px!important
}

.mr-90 {
    margin-right: 90px!important
}

.mr-95 {
    margin-right: 95px!important
}

.mr-100 {
    margin-right: 100px!important
}

.mr-105 {
    margin-right: 105px!important
}

.mr-110 {
    margin-right: 110px!important
}

.mr-115 {
    margin-right: 115px!important
}

.mr-120 {
    margin-right: 120px!important
}

.mr-125 {
    margin-right: 125px!important
}

.mr-130 {
    margin-right: 130px!important
}

.mr-135 {
    margin-right: 135px!important
}

.mr-140 {
    margin-right: 140px!important
}

.mr-145 {
    margin-right: 145px!important
}

.mr-150 {
    margin-right: 150px!important
}

.mr-155 {
    margin-right: 155px!important
}

.mr-160 {
    margin-right: 160px!important
}

.mr-165 {
    margin-right: 165px!important
}

.mr-170 {
    margin-right: 170px!important
}

.mr-175 {
    margin-right: 175px!important
}

.mr-180 {
    margin-right: 180px!important
}

.mr-185 {
    margin-right: 185px!important
}

.mr-190 {
    margin-right: 190px!important
}

.mr-195 {
    margin-right: 195px!important
}

.mr-200 {
    margin-right: 200px!important
}

.banner-left-icon {
    position: relative;
    background: #f4f6fa;
    padding: 20px;
    border-radius: 10px
}

.banner-left-icon .banner-icon {
    max-width: 60px;
    margin-right: 20px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.banner-left-icon .banner-text h3 {
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1
}

.banner-left-icon .banner-text p {
    margin-bottom: 0;
    color: #adadad
}

.page-item {
    background: #fff;
    padding: 10px 15px;
    margin-right: 5px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    clear: both;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.4rem;
}

.page-item.active {
    background: #0d6efd;
    color: #fff
}
.mobx-holder{
    display:none;
}
.btn-mavi {
    width: 100%;
    padding: 10px 15px;
    font-weight: 700;
    background-color: #0786e7!important;
    color: #fff;
    font-size: .8rem;
    line-height: 1;
    display: block;
    margin-top: 5px
}

.btnyesil {
    width: 100%;
    padding: 10px 15px;
    background: #d4ecd5;
    font-weight: 700;
    color: #fff;
    background-color: #0786e7!important;
    box-shadow: 0 4px 10px 0 #0786e747,inset 0 1px 1px 0 #0786e74d;
    font-size: 1rem;
    line-height: 1;
    display: block
}

.btnyesil:hover {
    box-shadow: 0 4px 10px 0 #22d80030,inset 0 1px 1px 0 #22d80030;
    background-color: #1ec100fc!important;
    border-color: #22a40a!important;
    color: #fff!important
}

.fiyatsatir {margin: 0px;border-bottom: 1px solid #d3d3d375;}

.fiyatsatir td {
    padding: 5px;
    /* text-align: right; */
    border: none;
}

.fiyatsatir .maglogo {
    max-width: 90px;
    max-height: 80px;
    /* height: 80px; */
    /* width: 90px; */
    float: left;
    object-fit: cover;
}

.fiyatsatir .indoran {
    color: #2dd50f;
    /* background: #3bb77e26; */
    border-radius: 10px;
    text-align: right;
    font-weight: 700;
    line-height: 1;
    margin-top: 3px;
    font-size: 0.8rem;
}
.fiyatsatir .ukargo  {
    margin-top: 5px;
    display: block;
    color: #ffa200;
    font-weight: bold;
}

.fiyatsatir .old-price {
    text-decoration: line-through;
    color: #b6b6b6;
    margin-left: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    display: block
}

.fiyatsatir .current-price {
    color: #000;
    margin-left: 10px;
    font-size: 1.6rem;
    font-weight: 800;
    display: block;
    line-height: 1
}

.btnmgit {
    margin: 5px 0;
    border-radius: 6px;
    min-width: 100px;
    width: unset;
    display: inline-block;
    box-shadow: 0 4px 10px 0 #22d80030,inset 0 1px 1px 0 #22d80030;
    background-color: #2bd50cfc!important;
    border-color: #22d8009e!important;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    padding: 1.2rem 1rem;
}

.fiyatsatir2 {margin: 0px;border-bottom: 1px solid #c7c7c775;padding: 10px 5px;/* display: inline-flex; */}

.fiyatsatir2 .urunad {
    margin-top: 10px;
    display: block;
    font-weight: 500;
}
.fiyatsatir2 .maglogo {
    /* max-width: 90px; */
    /* max-height: 80px; */
    /* height: 80px; */
    /* width: 90px; */
    width: 135px;
    height: 50px;
    float: left;
    object-fit: cover;
}

.fiyatsatir2 .fiyatlar {
    /* margin-top: 10px; */
    /* display: block; */
    /* font-weight: 500; */
    float: right;
    text-align: right;
    /* display: block; */
    margin-right: 10px;
    /* width: 50%; */
}
.fiyatsatir2 .indoran {
    color: #2dd50f;
    /* background: #3bb77e26; */
    border-radius: 10px;
    text-align: right;
    font-weight: 700;
    line-height: 1;
    margin-top: 3px;
    font-size: 0.8rem;
}
.fiyatsatir2 .ukargo  {
    margin-top: 5px;
    display: block;
    color: #ffa200;
    font-weight: bold;
}

.fiyatsatir2 .old-price {
    text-decoration: line-through;
    color: #b6b6b6;
    margin-left: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
}

.fiyatsatir2 .current-price {
    color: #000;
    /* margin-left: 10px; */
    font-size: 1.4rem;
    font-weight: 800;
    /* display: block; */
    line-height: 1;
    /* float: right; */
    text-align: right;
    /* margin-right: 10px; */
    /* margin-top: 10px; */
}

.btnmgit2 {
    margin: 5px 0;
    border-radius: 6px;
    min-width: 100px;
    width: unset;
    display: inline-block;
    box-shadow: 0 4px 10px 0 #22d80030,inset 0 1px 1px 0 #22d80030;
    background-color: #2bd50cfc!important;
    border-color: #22d8009e!important;
    /* width: 100%; */
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem;
    float: right;
    /* font-weight: 700; */
    /* font-size: 13px; */
    /* text-align: right; */
    /* width: 50%; */
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.fa-angle-double-right:before {
    font-family: rhicons!important;
    content: '\f101';
    float: right
}

table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    vertical-align: middle;
    border-spacing: 0
}

table td,table th {
    padding: 10px 20px;
    border: 1px solid #ececec;
    vertical-align: middle
}

thead {
    font-weight: 600
}

.page-header.breadcrumb-wrap {
    padding: 10px 10px;
    background: #fff;
}
.page-header.breadcrumb-wrap  a{
    /* padding: 5px 10px; */
    /* background: #fff; */
    font-size: 1rem;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 600;
    background: 0 0;
    margin: 0;
    border-radius: 0
}

.breadcrumb span {
    position: relative;
    text-align: center;
    padding: 0 10px
}

.detail-gallery .product-image-slider {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #ececec;
    overflow: hidden;
    max-height: 450px
}

.detail-gallery .product-image-slider img {
    opacity: 1;
    border-radius: 16px;
    width: 100%;
    object-fit: contain!important
}

.hidden {
    display: none
}

.product-sidebar .single-post {
    display: flex;
    border-bottom: 1px solid #d3d3d359;
    margin-bottom: 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0/6%)!important
}

.product-sidebar .image {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 10px;
    overflow: hidden
}

.product-sidebar .single-post .content {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 3px solid #ffa200
}

#menu-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    /* border-right: 2px solid lightgray; */
    gap: 0 !important;!i;!;
    /* margin-right: 5px; */
    /* margin-left: 5px; */
}

#menu-main-menu .menu-item {
    /* flex-shrink: 0; */
    /* flex-grow: 1; */
    /* vertical-align: middle; */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    align-content: center;
    /* justify-content: center; */
    /* align-items: flex-start; */
    border-right: 1px solid #bcbcbc;
    /* margin-right: 10px; */
    text-align: center;
}

#menu-main-menu .ustm.hovered a {
    font-weight: 700;
    color: #0b69ff
}

#menu-main-menu .menu-item .submenuDiv {
}

#menu-main-menu .menu-item .sub-menu {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    max-height: 0;
    background: #fff;
    box-shadow: 0 4px 8px 0 #7171718f!important;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    opacity: 0;
    padding: 10px 15px;
    padding-bottom: 30px!important;
    display: none;
    flex-wrap: nowrap
}

#menu-main-menu .menu-item.hovered .sub-menu {
    max-height: 530px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 999999 !important;
    top: 33px;
}

#menu-main-menu .menu-item .sub-menu .altm {
    float: left;
    max-width: 170px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    /* padding-right: 20px !important; */
    text-align: left;
}

#menu-main-menu .menu-item .sub-menu .altm a {
    font-weight: 700;
    color: #0b69ff;
    border: none!important;
    padding: 5px!important;
    padding-left: 0!important;
    line-height: 1;
    text-align: LEFT;
    margin-right: 5px;
    font-size: 1rem;
    font-weight: 700;
    /* white-space: nowrap; */
    padding-bottom: 9px !important;
}
#menu-main-menu .menu-item .sub-menu .sub-menu2  {
    /* font-weight: 400; */
    /* color: #646464; */
    /* padding-bottom: 5px !important; */
    display: block;
    width: 100%;
    padding-right: 5px !important;
    margin-right: 5px !important;
}
#menu-main-menu .menu-item .sub-menu .altm2 a {
    font-weight: 400;
    color: #646464;
    padding-bottom: 5px !important;
    display: inline-block;
    margin-right: 9px !important;
    padding-right: 10px !important;
}

#menu-main-menu .menu-item .sub-menu .altm2 a:hover {
    font-weight: 800;
    color: #0b69ff
}
#menu-main-menu .menu-item .sub-menu.sub-menu3 {
    /* display: block; */
}
#menu-main-menu .menu-item.hovered .sub-menu.sub-menu3 {
    display: block !important;
}
#menu-main-menu .menu-item .sub-menu.sub-menu3 .altm {
    width: 20% !important;
    float: left;
    padding: 5px 15px;
    max-width: 20% !important;
}
#menu-main-menu .menu-item .sub-menu.sub-menu3 .altm:hover a{
    font-weight: bold !important;
    color: #3d5afe;
}
#menu-main-menu .menu-item .sub-menu.sub-menu3 .altm a {
   border-bottom: 1px solid #d3d3d380 !important;
   display: block !important;
   width: 100% !important;
   font-weight: 600 !important;
   font-size: 1rem;
   color: #242424;
}
#mobilmenu{
    display:none;
    left: -85%;
}
#mobilmenu.active #slide-menu-mobile{
    
} 
#mobilmenu.active{
    display: block !important;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 9999;
    width: 85%;
    height: 100%;
    overflow-y: scroll;
    padding: 0px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ffffff;
    background: linear-gradient(to right, #ffffff, #ffffff);
    box-shadow: rgb(0 0 0 / 61%) 0px 0px 40px 0px;
}
#mobilmenu .logo{
   /* margin: auto; */
   /* height: auto !important; */
   background: #fbfbfb !important;
   display: block;
}
#mobilmenu .logo img{
   margin: auto;
   display: block;
   height: auto !important;
}
#slide-menu-mobile .altmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    color: black;
    display: block !important;
}
#slide-menu-mobile li{
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #80808040;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%);
    width: 100%;
    max-width: 100%;
}
#slide-menu-mobile li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    background-color: transparent;
    color: #000;
    border: 0;
    padding: 10px 10px;
    white-space: normal;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* line-height: 3rem; */
    text-decoration: none !important;
    font-weight: 600;
}
#slide-menu-mobile li ul.parentmenu{
    display:none !important;
}
#slide-menu-mobile li ul.parentmenu.active{
    display: inline-block !important;
    opacity: 1;
    position: relative !important;
    /* height: 100vh; */
    /* width: 100%; */
    /* top: 0; */
    /* max-height: max-content; */
    background: white;
    z-index: 999;
    padding: 0px;
    margin-left: 5px !important;
    left: 5px !important;
    padding-left: 0px !important;
    display: block;
    border-bottom: 0px;
    box-shadow: none !important;!i;!;
}

#slide-menu-mobile li ul.parentmenu.active .sub-menu2{
    /* display: none !important; */
    margin-left: 10px;
}
#slide-menu-mobile li ul.parentmenu.active .sub-menu2.active{
    display: block !important;
}

#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#mobile-menu-overlay.active{
    opacity: 0.3;
    visibility: visible;
}

#mobilmenu ul li.menu-item .parentmenu li {
    border-bottom: 1px solid #eee;
    position: static;
    margin: 0;
    overflow: hidden;
    width: 100%;
    float: none;
    display: contents;
    padding: 0 5px;
    width: 100%;
}
#mobilmenu ul li ul.parentmenu li a{
    border-left: 4px solid #dedede;
    color: #646464;
    border-bottom: 1px solid #eee;
    width: 100%;
    /* position: static; */
    /* margin: 0; */
    /* overflow: hidden; */
    /* width: 100%; */
    /* float: none; */
    /* display: contents; */
    /* padding: 0 5px; */
    /* width: 100%; */
}
#mobilmenu ul li ul.parentmenu li a:after{
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f054";
    float: right;
}
#mobilmenu .nav-link:after{
    /* font: normal normal 16px / 40px "FontAwesome"; */
    /* font-family: remixicon !important; */
    /* font-style: normal; */
    /* -webkit-font-smoothing: antialiased; */
    /* content: "\f30e"; */
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f078";
    /* -webkit-font-smoothing: antialiased; */
    float: right;
    /* margin-right: 0px; */
}
#mobilmenu .altm a:after{
    /* font: normal normal 16px / 40px "FontAwesome"; */
   font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\f495";
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-right: 0px;
}
#mobilmenu .altm2 a:after{
    /* font: normal normal 16px / 40px "FontAwesome"; */
   font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content:"\f495";
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-right: 0px;
}


#slide-menu-mobile ul li.menu-item .sub-menu .altm a {
    /* line-height: 22px!important; */
    /* float: left; */
    padding: 15px 5px !important;
    /* font-size: 15px; */
    /* color: #6b6b6b; */
    display: block;
    font-size: 16px;
    line-height: 18px;
    background-color: transparent;
    /* color: #000; */
    border: 0;
    padding: 15px 10px;
    white-space: normal;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* line-height: 3rem; */
    text-decoration: none !important;
    font-weight: 600;
    /* border-bottom: 1px solid lightgray !important; */
    margin-left: 10px;
}

#slide-menu-mobile ul ul.sub-menu2.sub-menu-active {
    transform: translate3d(0,0,0);
    z-index: 999;
    display: block!important;
    opacity: 1!important;
    padding: 0 5px;
    margin-top: 45px
}

#slide-menu-mobile ul .sub-menu2.sub-menu-active .altm2 {
    border-bottom: 1px solid #eee;
    position: static;
    margin: 0;
    overflow: hidden;
    width: 100%;
    float: none;
    display: inline-block;
    padding: 10px 5px
}

#slide-menu-mobile ul .sub-menu2.sub-menu-active .altm2 a {
    line-height: 22px!important;
    float: left;
    padding: 10px 15px;
    font-size: 15px;
    color: #6b6b6b
}

.boxkck2 {
    width: 100%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 10px 34px 0 rgb(150 153 167/30%);
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px 15px
}

.boxkck2:hover {
    border: 2px solid #d3d3d3
}

.boxkck2 .yazi {
    font-weight: 500;
    color: #000!important
}

.boxkck2 .altyazi {
    font-weight: 300;
    color: #000!important
}

.boxkck2 .resim {
    width: 177px;
    height: 100px;
    float: left
}

.boxkck2 .resim img {
}

.boxkck2 a {
    font-weight: 500;
    color: #000!important
}

.boxkck {
    width: 100%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 10px 34px 0 rgb(150 153 167/34%);
    border-radius: 10px;
    margin-bottom: 5px
}

.boxkck .yazi {
    font-weight: 500
}

.boxkck .resim {
    float: left;
    margin-right: 5px
}

.boxkck .resim img {
    width: 100%;
    max-height: 90px;
    object-fit: cover
}

.boxkck3 {
    width: 100%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 10px 34px 0 rgb(150 153 167/29%);
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
    max-height: 70px!important;
    min-height: 70px!important;
    display: flex
}
.boxkck3 a{
     width: 100%;
}
.boxkck3 .resim {
    float: left;
    margin-right: 10px
}

.boxkck3 .resim img {
    width: 120px;
    height: 60px;
    float: left;
    object-fit: contain;
    border-radius: 5px;
    background: #ebebeb;
}

.boxkck3 .yazi {
    padding-right: 5px;
    /* font-size: .813rem !important; */!i;!;!?;!;!?;!;
    line-height: 1.2;
    font-size: 14px;
    height: 60px;
    font-weight: 600;
    color: #333;
    padding-top: 5px;
    width: 100%;
}
.owl-nav{
    display:none;
}
.kuponbuldiv {
    background: #f4f6fa;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 34px 0 rgb(150 153 167/11%);
    margin-bottom: 15px;
    border: 2px solid #fdc040
}
.katliste2li .boxkck3{
     width: calc(98%/2);
    float:left;
    margin-right:1%;
}
.kuponbuldiv h2 {
    color: #0b69ff;
    font-size: 2rem
}

.kuponbuldiv p {
    font-size: .8rem;
    line-height: 1.4
}

.kuponbuldiv .inputbir {
    display: flex
}

.kuponbuldiv input {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 2px solid #d3d3d3;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.kuponbuldiv .btn {
    background-color: #1ec100fc!important;
    border-color: #22d8009e!important;
    font-weight: 700;
    width: 40%;
    padding: 10px;
    line-height: 1;
    max-height: 40px;
    margin-top: 10px
}

.kuponbullist {
    height: 70px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    box-shadow: 0 10px 34px 0 rgb(150 153 167/29%);
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between
}

.kuponbullist .lb {
    font-weight: 700
}

.kuponbullist .rehub_offer_coupon {
}

.kuponbullist .lb2 {
    float: right
}

.siralama {
    background: #fff;
    display: flex;
    padding: 10px 15px;
    border-radius: 5px;
    /* margin-bottom: 5px; */
    margin-left: -13px;
    /* margin-right: 10px; */
}

.siralama .sortsec {
    flex-shrink: 0;
    flex-grow: 1;
    padding: 5px 15px;
    text-align: center;
    background: #eee;
    color: #000;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer
}

.siralama .sortsec a {
    color: #000
}

.siralama .sortsec.active {
    background: #848689;
    color: #fff!important
}

.siralama .sortsec.active a {
    background: #848689;
    color: #fff!important
}

.sltip2 {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px 15px
}

.sltip2 .resim {
    width: 40%;
    float: left;
    height: 200px
}

.sltip2 .resim img {
}

.sltip2 .yazi {
    float: left;
    width: 60%;
    padding: 10px 20px
}

.sltip2 .yazi h5 {
}

.sltip2 .yazi .altyazi {
}

.product-sidebar .section-title {
    color: #0b69ff;
    font-weight: 700;
    font-size: 1.3rem
}

.title .entry-title {
    color: #0b69ff;
    font-weight: 700
}

.katbs {
    color: #0b69ff;
    font-weight: 700;
    font-size: 16px;
    border-left: 3px solid #fdc94d;
    padding-left: 5px
}

.katbs,.katbs a {
    color: #0b69ff
}

.sldust {
    box-shadow: 0 10px 34px 0 rgb(150 153 167/11%);
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    margin-bottom: 15px
}

#cookieNotice.display-right {
    left: 10px;
    bottom: 10px;
    max-width: 200px
}

#cookieNotice.light {
    background-color: #00000075;
    color: #fff
}

#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0/25%);
    font-family: inherit;
    z-index: 999997
}

#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0/20px 20px no-repeat
}

#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box
}

#cookieNotice .title-wrap {
    display: flex;
    align-items: center
}

#cookieNotice .title-wrap svg {
    margin-right: 10px
}

#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px
}

#cookieNotice.light p,#cookieNotice.light ul {
    color: #fff
}

#cookieNotice p,#cookieNotice ul {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px
}

#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px;
    flex-wrap: wrap
}

#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 28px;
    border: none;
    font-family: inherit;
    font-size: 14px;
    transition: box-shadow .3s
}

#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none
}

#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0/30%);
    transform: translate3d(0,-1px,0)
}
#loading
{
 text-align:center; 
 background: url('loader.gif') no-repeat center; 
 height: 150px;
}
 .visible-xs {
        display:none !important;
    }

.lang_menu{
padding:10px;
}
.lang_menu li{
  border-bottom:1px solid gainsboro;
}
.lang_menu li a{
  font-size: 90%;
    font-weight: 400;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #100f17;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ilclass{
    background:   white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
    padding: 10px 10px;
    text-align: center;
    margin: 0px 0px;
    font-size: large;
    color: #797979;
    font-weight: bold;
    text-decoration: none;
    /* width: 15% !important; */
}


.ilclass  b{/* color: #797979; *//* font-weight: bold; */font-size: xx-large;}
.ilclass  p{/* color: #797979; */font-weight: 400;}
.ilclass:hover{
    background: #2196f3;
}
.ilclass:hover {
    color: white;
}

.listefoter{
    margin-bottom: 10px;
    font-size: medium;
    /* border-bottom: 1px solid lightgray; */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgb(0 0 0 / 8%);
    padding: 10px 10px;
    white-space: nowrap;
    overflow: hidden;
}
.listefoter p{
    color: #797979;
    /* border-bottom: 1px solid lightgray; */
    margin-bottom: 0px;
}
.listefoter b{
    background: white;
    padding: 5px 5px;
    /* min-width: 39px; */
    margin-right: 5px;
}
.listefoter:hover{
    
}

footer.page-footer{
    /* background: linear-gradient(116.88deg,#6f63fd 1.11%,#7e73fe 102.99%); */
    background-color: white !important;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: -2px;
    color: #fff;
    /* text-align: center; */
    overflow: hidden;
    border-top: 10px solid #dddddd;
}
footer.page-footer .footer-copyright{
    background-color: #18154e !important;
    /* text-align: center; */
    color: #ffffff;
}
footer.page-footer .footer-copyright a{  
    color: #ffffff;
}

.ustback{
    background: #ffc107;
    padding: 10px;
    margin-bottom: 20px;
}
.ustback h2{
    margin-top: 5px;
}
.ustback p{
    
}
.ustbaslik{
    
}


.liste{
    margin-bottom: 10px !important;
    padding: 10px 0px;
    border-bottom: 2px solid #2196f3;
    background: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
    padding: 15px 0px;
    /* text-align: center; */
    margin: 0px 0px;
    /* font-size: large; */
    color: #797979;
    /* font-weight: bold; */
    text-decoration: none;
    border-radius: 5px;
}
.liste:hover{
     box-shadow: 0 5px 10px 0 #2196f34a, 0 8px 10px 0 #2196f305;
}
.liste .ilce{
    font-size: large;
    font-weight: bold;
}
.liste .ad{
    font-weight: bold;
    font-size: large;
    margin-bottom: 0px;
    border-bottom: 1px solid lightgray;
}
.liste .telefonbtn{
   /* width: 50%;
    background: #009688;
    padding: 5px 10px;
    float: left;
    border-radius: 10px;
    margin-right: 5px;
    color: white;*/
    background-color:#ed6468;
   color:
   white;
   padding: 5px 17px;
    border-radius:10px;
   margin-right:10px;
}
.liste .telefonbtn:hover{
    background-color:white;
    color:#ed6468;
    border:1px solid #ed6468;
    text-decoration:none;
}
.liste .konumbtn{
    background-color:#2080c5;
    color:
    white;
    /* padding:10px; */
    padding: 5px 15px;border-radius:10px;   
    margin-right:10px;
}
.liste .konumbtn:hover{
    background-color:white;
    color:#1f83ca;
    border:1px solid #2180c5;
    text-decoration:none;
}
.liste .telefon{
    
}
.liste .adres{
    
}


.stil_button{
    background-color:#ed6468;
    color:white;
    padding:10px;
    border-radius:10px; 
    margin-right:10px;
}
.stil_button:hover{
    background-color:white;
    color:#ed6468;
    border:1px solid #ed6468;
    text-decoration:none;
}
.stil_button1{
    background-color:#2080c5;
    color:white;
    padding:10px;
    border-radius:10px; 
    margin-right:10px;
}
.stil_button1:hover{
    background-color:white;
    color:#1f83ca;
    border:1px solid #2180c5;
    text-decoration:none;
}

.blue-grey{
    background:
    white !important;
    box-shadow: 0 3px 8px rgb(36 43 20 / 4%);
    /* border-bottom: 2px solid #2196F3; */
}
nav .brand-logo{
     color: #272b41;
}
nav ul a{
     color: #272b41;
}
.beyazbox{
    background: white;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.beyazbox h4{
    font-weight: bold;
}
.ustalan{
}

.ustalan h3{
    font-size: xxx-large;
    text-align: center;
    color: #272b41;
}

.ustalan h4{
    text-align: center;
    color: #2196f3;
    font-weight: bold;
}

.ustalan p{
    background: white;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.ulyan{
    /* list-style: disc; */
    list-style: none;
    color: black;
    display: inline-table;
    width: 100%;
    padding-left: 0px;
}
.ulyan li{
    float: left;
    /* display: flex; */
    /* padding-left: 10px; */
    /* border-left: 2px solid lightgray; */
    /* padding-right: 10px; */
    margin-right: 10px;
}
.ulyan li a{
    font-size:0.8em;
    color: #18154e;
}
.ulyan li a:hover{
   color:#fdc94d;
}
.applist li{
    background: #dddddd80;
    border-radius: 20px;
    padding: 3px 10px;  
    margin-bottom: 5px;
}
.applist li:hover{
    background: #fdc94d;
    color:white !important;
}
.applist li:hover a{
    background: #fdc94d;
    color:white !important;
}
.applist li img{
    width:25px;
}
.modal-body .applist li{
    /* width: 30%; */
    font-size: 1.7em;
    margin-bottom: 10px;
}
.MenuCont img{
    width:25px;
}
.footer-copyright p, .footer-copyright a{
    font-size: 0.7em !important;
    color:white;
    border-left: 1px solid;
    padding-left: 10px;
}
.brand-logo{
    
}
.brand-logo img{
    width: 200px;
    /* float: left; */
}
.aramaustbg{
    height: 70px;background: #fdc94d;
}

.cc-nb-main-container{
    padding: 5px 5px !important;
    width: 100% !important;
    font-size: 14px !important;
}
.cc-nb-main-container p{   
    font-size: 10px !important;
    line-height:10px !important;
}
.cc-nb-buttons-container button{
    font-size: 10px !important;    
}
 .cc_cp_f_powered_by{
                    visibility: hidden !important;
            }
            .cc_dialog {
    right: 0px !important;
    bottom: 0px !important;
    width: 100% !important;
    position: fixed !important;
    padding: 5px 15px !important;
    left: auto !important;
}
.freeprivacypolicy-com---nb-simple {
        overflow: auto;
        height: 143px !important;
        width: 200px !important;
        max-width: 200px !important;
        background-color: #6c6c6c87 !important;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        !i;
        !;
    }

@media(min-width: 769px) and (max-width:1024px) {
    .container {
    max-width: 1000px;
    }
    .altmenu li{
        max-width: 90px !important;!i;!;
    }
      .altmenu li a{
        font-size: 11px;
    }
    .menu-search{
        width: 200px;
    }
    .navbar-default .navbar-nav>li>a{
        font-size:12px;
    }
    .slideritem {
        height: 150px
    }

    .slideritem p {
        line-height: 20px;
        font-size: 1.1rem
    }

    .slideritem h1 {
        line-height: 20px;
        font-size: 1.1rem
    }
}

@media(min-width: 320px) and (max-width:767px) {
    .hidden-xs {
        display:none
    }
 .visible-xs {
        display:block !important;
    }
    .mobilbtn {
        display: block!important;
        background: #fff;
        position: fixed;
        bottom: 0;
        z-index: 99999;
        width: 100%;
        display: flex!important;
        left: 0;
        padding: 5px 10px;
        box-shadow: 0 0 3px 0 rgb(0 0 0/40%)!important
    }

    .mobilbtn .fiyat {
        width: 50%;
        /* font-size: 1.3rem; */
        /* color: #000; */
        text-align: right;
        /* padding: 5px; */
        /* font-weight: 700; */
        margin-right: 10px;
        margin-top: 5px;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-content: flex-end;
    }
     .mobilbtn a {
        width: 48%;
        font-size: 1em;
        line-height: 1 !important;
        padding: 15px 10px;
        /* color: #000; */
        text-align: center;
        /* padding: 5px; */
        font-weight: 700;
        float: right;
    }
    .mobilbtn span.old-price {
        text-decoration: line-through;
        color: #b6b6b6;
        /* margin-left: 10px; */
        font-size: 1rem;
        font-weight: 700;
        display: block;
        line-height: 3px;
    }
     .mobilbtn b {
        /* text-decoration: line-through; */
        /* color: #b6b6b6; */
        /* margin-left: 10px; */
        font-size: 1.4em;
        font-weight: 700;
        margin-top: -10px;
        /* display: block; */
        /* bottom: 0; */
        /* position: unset; */
        /* right: 10px; */
    }

    .mobilbtn .btnyesil {
        width: 50%!important;
        float: right;
        display: block
    }
    .menualtbar{
        display:block;
    }
    .mobilust{
        display:flex;
        width: 100%;
        background: white;
        justify-content: space-between !important;
        align-items: center !important;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    header .mobile form.search {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 14px
}

.mobile form.search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #3d5afe
}

.mobile form.search input {
    border-radius: 20px;
    border: 1px solid #d1cedd;
    background-color: #fff;
    width: 100%;
    padding: 12px 24px 12px 40px;
    font-size: 16px
}

.mobile .btn-mobile {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    /* background-color: rgb(19 206 164 / .2); */
    /* color: #6f32d3; */
    font-size: 17px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(61 90 254 / .1);
    color: #3d5afe;
}

.mobile .btn-mobile:active,header .mobile .btn-mobile.active,header .mobile .btn-mobile.show {
    background-color: #13cea4;
    color: #fff
}

.mobile .btn-mobile.gray {
    /* background: rgb(123 123 132 / .1); */
    /* color: #7b7b84; */
}

.mobile .btn-mobile.gray:active,header .mobile .btn-mobile.gray.active,header .mobile .btn-mobile.gray.show {
    background: rgb(61 90 254 / .1);
    color: #3d5afe
}

.mobile .btn-mobile.blue {
    background: rgb(61 90 254 / .1);
    color: #3d5afe
}

.mobile .btn-mobile.blue:active,header .mobile .btn-mobile.blue.active,header .mobile .btn-mobile.blue.show {
    background: #3d5afe;
    color: #fff
}

    .main-nav {
        background: #fff!important
    }

    .siralama {
        display: inline-block;
        margin-right: 0
    }

    .siralama .sortsec {
        float: left;
        width: 48%;
        margin-bottom: 5px
    }

    .product-grid-4 .product-cart-wrap {
        width: calc(96%/2);
        margin-bottom: 5px !important;
    }
    .product-grid-5{
        margin-left: 0px;
        margin-right: 0;
    }
    .product-grid-5 .product-cart-wrap {
        width: calc(97%/3);
    }

    .product-grid-3 .product-cart-wrap {
        width: calc(97%/2)
    }
    .yatay_alan .ilan, .yatay_alan1 .ilan {
     width: calc(90%/2)
    }
    .yatay_alan1 .marka {
     width: calc(95%/3)
    }

    .yatay_alan4 .ulke.ilan {
    width: calc(100% / 2);
    float: left;
    }
      .yatay_alan5 .ulke.ilan {
    width: calc(100% / 2);
    float: left;
    }

    .banner-img {
        width: 24%;
        margin-right: 2px;
        margin-top: 5px;
        object-fit: cover
    }

    .banner-img img {
        height: 90px;
        object-fit: cover
    }
}