<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  outline: none;
}

:root {
  --anarenk: #222;
  --ararenk: #e12f2f;
  --black: #000;
  --soldblack: #222;
  --orange: #f26d3f
;
}




a {
  color: var(--anarenk);
}

.text-center {
  text-align: left;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full {
  width: 100%;
}

.p-1rem {
  padding: .1rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.flexend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header {
  z-index: 4;
  background: #fbfbfb;
}

header .header {
  margin: 0 !important;
}

header .menuButton {
  margin-left: 1.3rem;
}

header .menu-list i {
  font-size: 2rem;
  color: var(--soldblack);
}

header .menu-list .textIcon {
  color: var(--soldblack);
  font-size: 15px;
}

header .menu-list .menu-shop .count {
  top: 0;
  right: 0;
  background: #222222;
  padding: .1rem;
  height: 1.3rem;
  width: 1.3rem;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}

header .search-box {
  max-width: 16rem;
}

header .search-box input {
  -webkit-box-shadow: 0 5px 20px 0 #0000000d;
          box-shadow: 0 5px 20px 0 #0000000d;
  max-width: 60%;
  width: 100%;
  background: #ffffff;
  border-color: #dbdbdb40;
  border-radius: 0;
}

header .search-box button {
  padding: 0;
  max-height: 29px;
  font-size: 1.6rem;
  top: 6px;
  border: 0;
  right: 6px;
  background: #ffffff;
}

header .logo img {
  max-width: 200px;
}

i.fab.fa-whatsapp {
    font-size: 27px;
    color: white;
}

.ustband {
  background-color: #222;
}

.ustband .brand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ustband .brand .socialMedia li {
  display: inline-block;
  margin-right: 1rem;
}

.ustband .brand .socialMedia li i {
  font-size: 1.5rem;
  color: #fff;
}

.ustband .brand .simpleMenuList li {
  display: inline-block;
  padding: 0 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.274);
}

.ustband .brand .simpleMenuList li a {
  font-size: 1rem;
  color: #fff;
}
.textopct {
      animation: blinker 1s linear infinite; //efekti veren kod
      color: #1c87c9; //yazÄ± rengi
      font-size: 30px; // yazÄ± boyutu
      font-weight: bold; // yazÄ± kalÄ±nlÄ±ÄŸÄ±
      font-family: sans-serif; // yazÄ± fontu
      }
      @keyframes blinker {  
      50% { opacity: 0; }
      }

nav {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  z-index: 1;
  -webkit-box-shadow: 0 5px 20px 0 #0000000d;
          box-shadow: 0 5px 20px 0 #0000000d;
}

nav .category-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .category-menu .firstLi {
  display: inline-block;

  margin: 4px 0;
  font-size: 1rem;
}


nav .category-menu .firstLi a {
  display: block;
  padding: 20px 12px;
}

nav .category-menu .firstLi a i {
  font-size: 13px;
  padding: 0 .1rem;
}

nav .category-menu .firstLi:hover {
  background: var(--anarenk);
}

nav .category-menu .firstLi:hover a:first-child {
  color: #fff;
}

nav .category-menu .firstLi .dropdown-menu {
  top: 6rem;
}

nav .category-menu .firstLi:hover .dropdown-menu {
  display: block;
  padding: auto;
}

nav .category-menu .firstLi .dropdown-menu::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 52px;
  border-bottom: solid 14px #fff;
  border-left: solid 14px transparent;
  border-right: solid 13px transparent;
  position: absolute;
  top: -48px;
  left: 13px;
}

nav .category-menu .firstLi:hover .dropdown-menu a.dropdown-item {
  text-align: left;
  /*white-space: nowrap;*/
  width: 100%;
  padding: .7rem 1rem;
  color: #000 !important;
  border-bottom: 1px solid #f1f1f1;
}

/*Home CSS*/
.story-listing .story-mode .swiper-button-next, .main .story-mode .swiper-button-prev {
  display: none;
}

.story-listing .story-mode:hover .swiper-button-next {
  display: block;
  color: #4a4a4a;
}

.clear {
  clear: both;
}

.story-listing .story-mode .swiper-slide  {
  display: inline-table;
}

.story-listing .story-mode .swiper-slide .contents {
  display: contents;
}

.contentsLink {
  display: contents !important;
}

.story-listing .story-mode .swiper-slide .storyMode {
  width: 99px !important;

  height: 99px;
  border-radius: 100%;
  text-align: center;
  font-weight: 500;
  background-color: black;
  border-width: 2px;
  border-style: solid;
  border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)));
  padding: 1px;
      display: inline-block;
}


.story-listing .story-mode .swiper-slide .storyText {
     text-align: center;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.story-listing .story-mode .swiper-slide img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-slider {
  margin: 1rem 0;
}

.main .vitrinList {
  background: #1b1b1b;
  -webkit-box-shadow: 0 0 7px #d3d3d3;
          box-shadow: 0 0 7px #d3d3d3;
  overflow: hidden;
}

.main .vitrinList .vitrinText {
  padding: 0.50rem 0.70rem;
}

.main .vitrinList .vitrinText h4 {
  color: #fff;
  padding: 0rem 1rem;
  line-height: 2;
  text-align: right;
}

.main .vitrinList img {
  -webkit-transition: -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
  transition: -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
  transition: transform .5s, filter 1.5s ease-in-out;
  transition: transform .5s, filter 1.5s ease-in-out, -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
}

.main .banner-item {
  background: var(--anarenk);
}

.main .banner-item .vitrinText {
  xpadding: 0.50rem 0.70rem;
  height: 30px;
  padding: 0;
}

.main .banner-item .vitrinText h4 {
  color: #fff;
  text-align: center;
}

.main .productList {
  border: 1px solid #ebebeb;
  background: #fff;
}

.main .productList .productImages {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

.main .productList .productImages img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-heighttt: 100%;
}

.main .productList .productImages a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main .productList .catalogItems {
  top: 0;
  z-index: 9;
  flex-direction: column;
  width: 20%;
  left: 5px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main .productList .catalogItems {
  width: 25%;
}
}

.main .productList .catalogItems .newPro {
  background: #0000008a;
  position: relative;
    color: #fff;
    float: left;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    height: 18px;
    margin: 0 2px 2px;
}

 @media screen and (max-width: 768px) {
  .main .productList .catalogItems .newPro {
    background: #0000008a;
  position: relative;
    color: #fff;
    float: left;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    height: 18px;
    margin: 0 2px 2px;
  }
}
.main .productList .catalogItems .freeCargo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.main .productList .catalogItems .freeCargo span {
  background: var(--ararenk);
  color: #fff;
  padding: .2rem .5rem;
  text-align: center;
  border-radius: .225rem;
  height:30px;
}

.freeCargo {
    background: #e12f2f;
    float: right;
    color: white;
    padding: 12px;
    border-radius: 10px;
	margin-top:-23px;
  margin-right: 10px;
}


.main .productList .productImages .twoimages {
  left: 100%;
}

.main .productList .productImages:hover a:last-child {
  left: 0;
  z-index: 2;
}

.main .productList .productText .detail .productTitle {
  margin: 0px 0 10px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}

.main .productList .productText .price .old {
  font-size: 16px;
  color: #969696;
  text-decoration: line-through;
}

.main .productList .productText .price .new {
  font-size: 20px;
  color: var(--anarenk);
  font-weight: 700;
}

.main .vitrinList:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.main .productList .twoImage {
  top: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.main .productList:hover .twoImage {
  -webkit-transform: translatex(0px);
          transform: translatex(0px);
  opacity: 1;
}

.main .headText h5 {
  font-family: "Poppins";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  font-weight: 300 !important;
  font-size: 1.6rem !important;
}

.main .headText h5::before {
  content: "";
  display: inline-block;
  height: 2px;
  background: #eae8e8f5;
  width: 25%;
}

.main .headText h5::after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #eae8e8f5;
  width: 25%;
}


footer {
  padding: 12px 0;
  z-index: 0 !important;
}

footer .footerText {
  position: relative;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

footer .heightEdit {
  height: auto;
}

footer .openText {
  border: 1px solid #fff;
  margin-top: 2rem !important;
  text-transform: uppercase;
  display: none;
}

footer #footerMenu .menuList li a {
  color: #989898;
  font-size: 16px;
  line-height: 1.6;
}

footer #footerMenu .menuList li a:hover {
  color: #fff;
}


.error-404.not-found {
  text-align: center;
}


.error-404.not-found h1 {
    font-size: 100px;
    letter-spacing: 8px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #222;
}

.error-404.not-found .page-title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 700;
}

.error-404.not-found p {
  color: #878787;
}


.error-404.not-found a {
    font-weight: 700;
    border-bottom: 1px solid #222;
    padding: 2px 5px;
}

#kategoriGoster center, #kategoriGoster .twbsPagination , .page-search center,  .page-search .twbsPagination  {
    display: flex;
    width: 100%;
    justify-content: center;
}


 #twbsPagination &gt; li &gt; a, #twbsPagination &gt; li &gt; span {
    position: relative;
    float: left;

    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


#twbsPagination &gt; li &gt; a, #twbsPagination &gt; li &gt; span {
    padding: 9px 15px;
    font-size: 15px;
}


#twbsPagination &gt; .active &gt; a, #twbsPagination &gt; .active &gt; span, #twbsPagination &gt; .active &gt; a:hover, #twbsPagination &gt; .active &gt; span:hover,  #twbsPagination &gt; .active &gt; a:focus,  #twbsPagination &gt; .active &gt; span:focus {
    border-color: none !important;
    background: var(--ararenk);
    border-color: snow !important;
}


#ilgili .productTitle{margin:0 0 10px;font-weight:400;font-size:15px;letter-spacing:normal;color:#2f3d41;display:block;height:40px;max-width:260px;min-width:260px}
.big-title{padding:1rem;border:solid 1px #e6e6e6;background-color:#fff;-webkit-box-shadow:0 1px 4px 0 #0000000d;box-shadow:0 1px 4px 0 #0000000d;border-radius:6px 6px 0 0;font-family:Poppins;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#333;font-weight:300!important;font-size:1.4rem!important}
.main .theme-page{margin-bottom:1rem;padding:1rem;border:solid 1px #e6e6e6;background-color:#fff;-webkit-box-shadow:0 1px 4px 0 #0000000d;box-shadow:0 1px 4px 0 #0000000d;border-radius:0 0 6px 6px}
header .menuButton{margin-left:1.3rem;padding:0 .75em}
header .menu-list .menu-link{padding:0}
header .dropdown-menux{display:flex;justify-content:center;width:100%;top:120%;z-index:99}
.list-group{display:flex;flex-direction:row;flex-wrap:wrap}
.list-group .list-group-item{width:25%;padding:1rem;display:flex;justify-content:center}
.list-group .list-group-item a{background:#ddd;padding:2rem;width:100%;text-align:center;border-radius:6px}
.list-group .list-group-item a::before{color:#000;font-weight:900;display:flex;width:100%;justify-content:center;font-size:60px}
.list-group .list-group-item:nth-child(1) a:before{content:"\f2bd";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(2) a:before{content:"\f5a0";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(3) a:before{content:"\f09d";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(4) a:before{content:"\f0e8";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(5) a:before{content:"\f4fc";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(6) a:before{content:"\f217";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(7) a:before{content:"\f02c";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(8) a:before{content:"\f071";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(9) a:before{content:"\f53c";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(10) a:before{content:"\f0f3";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(11) a:before{content:"\f2f5";font-family:'Line Awesome Free'}
.list-group .list-group-item:nth-child(12) a:before{content:"\f4fa";font-family:'Line Awesome Free'}
footer .footerLogo img{max-width: 220px;filter: brightness(0) invert(1);}
footer #footerMenu{background:#444}
.loginWrapper #form1 .label{margin-bottom:1rem}
.loginWrapper #form1 .sp-login-input[type='password'] , .loginWrapper #form1 .sp-login-user{background-color:#ebebeb;font-size:14px;border:1px solid #e6e6e6;width:inherit;border-radius:3px;height:40px;padding:10px;color:#666;-webkit-appearance:none;width:320px}
.sf-negative-button{background:#222;border-bottom:3px solid #222}
.sf-primary-button{background:#222!important;border-bottom:3px solid #222!important}
.sf-neutral-button{background:#222;border-bottom:3px solid #222}


@media screen and (min-width: 1024px) {
  .flexContact {display: flex;}
  .flexContact .contact-theme {width: 50%; padding: 0 1rem;}
}

/*Home css finish*/
@media screen and (max-width: 768px) {
  .is-left-mobile {
    float: left;
  }
  .p-1-mobile {
    padding: .5rem;
  }
  .p-3-mobile {
    padding: .75rem;
  }
  .whatsapp_tabela .wrap .right p.title {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    color: #ffffff;
    font-weight: 700px;
    float: left;
}
}
/*# sourceMappingURL=style.css.map */</pre></body></html>