﻿.specific-section .static-category {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.specific-section .static-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.specific-section .static-category ul li {
  float: left;
  padding: 5px;
  border: 2px solid #454545;
  border-radius: 5px;
  margin: 5px 5px;
}

.specific-section .static-category ul li a {
  display: block;
  background: #454545;
  max-width: 200px;
  height: auto;
  text-decoration: none;
  text-align: center;
  font: 15px Tahoma;
  color: #fff;
  padding: 10px 10px;
}

.specific-section .static-category ul li a:hover {
  text-decoration: underline;
  background: #c00;
}

.specific-section .static-search {
  width: 100%;
  height: auto;
  text-align: center;
}

.specific-section .static-text-1 {
  font-size: 13px;
  margin: 5px 0;
  color: #ff0000;
}

.specific-section .btn-primary {
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}

.specific-section .btn btn-primary:hover {
  text-decoration: underline;
  background: #c00;
}

.specific-section .static-category-h1 {
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  color: #333;
  margin: 15px 0;
  margin-left: 10px;
}

.specific-section .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.specific-section .module-title-v5 {
  position: relative;
  text-align: left;
  clear: both;
  font-size: 15px;
  margin: 10px 0;
  color: #ff0000;
}

.specific-section .static-title {
  margin: 20px auto;
  width: 100%;
  font-size: 18px;
}

.specific-section .support-page {
  font-size: 15px;
  max-width: 100%;
  margin: 10px 10px;
}

.specific-section .module-title-v4 {
  position: relative;
  text-align: left;
  clear: both;
  font-size: 15px;
  margin: 10px 0;
}

.specific-section .static-social-page {
  width: 100%;
  font-size: 15px;
  margin: 10px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
}

.specific-section .static-social-title {
  margin: 20px 0 0 0;
  width: 100%;
}

.specific-section .static-text-2 {
  font-size: 15px;
  width: 100%;
}

.specific-section .accordionnew {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-weight: bold;
}

.specific-section .activet,
.specific-section .accordionnew:hover {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
}

.specific-section .accordionnew:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.specific-section .activet:after {
  content: "\2212";
}

.specific-section .staticpanel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-width: 1234px;
  float: left;
  text-align: center;
  margin: 5px 1px;
}

.specific-section .static-panel-contents {
  width: 1234px;
  height: auto;
  margin: auto;
  padding: 10px 10px;
  float: left;
  border: 1px solid rgb(165 165 165);
  text-align: -webkit-match-parent;
  font-size: 20px;
}

.specific-section .static-panel-img-2 {
  max-width: 500px;
  height: auto;
  margin: 10px 0;
  float: left;
}

.specific-section .static-panel-img-2 ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
}

.specific-section .static-panel-img-2 ul li {
  float: left;
  padding: 5px;
  border: 2px solid #454545;
  border-radius: 5px;
  margin: 5px 5px;
}

.specific-section .static-panel-img-2 ul li a {
  display: block;
  background: #454545;
  height: auto;
  text-decoration: none;
  text-align: left;
  font: 15px Tahoma;
  color: #fff;
  padding: 10px 10px;
}

.specific-section .static-panel-img-1 {
  float: left;
  max-width: 500px;
  text-align: center;
  margin: 10px 10px;
}

.specific-section .static-panel-img-1 img {
  max-width: 250px;
  margin: auto;
  padding: 10px 10px;
}

.specific-section .static-arena {
  max-width: 1234px;
  margin: 50px 10px;
}

.specific-section ul.blog-breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
  width: 1000px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.specific-section ul.blog-breadcrumb li {
  display: inline;
  font-size: 15px;
}

.specific-section ul.blog-breadcrumb li + li:before {
  padding: 8px;
  color: #888888;
  content: "/\00a0";
}

.specific-section ul.blog-breadcrumb li a {
  color: #888888;
  text-decoration: none;
}

.specific-section ul.blog-breadcrumb li a:hover {
  color: #888888;
  text-decoration: underline;
}

/* kar tanesi stili */
.snowflake {
  color: #fff;
  font-size: 1.3em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(0px);
  }
}

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}

/* hediye sayfası başlangıç*/

.special-page-gift-container {
  max-width: 1254px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.special-page-category-banner {
  margin: 5px auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.special-page-category-h1 {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin: 15px 0;
  width: 100%;
}

.special-page-campaign-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-evenly;
}

.special-page-campaign-banner {
  border-radius: 3px;
  display: block;
  float: left;
  margin: 5px;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.1s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.2s ease-in;
}

.special-page-campaign-banner:hover {
  z-index: 4;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}

.discount-title {
  margin-top: 10% !important;
}

/* hediye sayfası son*/

/* Marka Sayfası */

.special-brand-slogan-banner {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  height: auto;
}

.special-brand-slogan-text {
  max-width: 1254px;
  margin: auto;
  font-size: 15px;
  text-align: center;
}

.special-brand-slogan-text2 {
  max-width: 100%;
  margin: 50px auto;
  font-size: 15px;
  text-align: center;
}

.special-image-look {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}

.special-inner {
  max-width: 460px;
  height: auto;
  overflow: hidden;
  margin: 10px 5px;
  background: #353535;
}

.special-inner img {
  width: 100%;
  height: auto;
  transition: 0.9s all ease-in-out;
}

.special-inner:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}

.special-inner-img {
  max-width: 460px;
  height: 250px;
  overflow: hidden;
}

.special-inner-text {
  text-align: center;
  font-size: 20px;
  color: white;
  max-width: 300px;
  margin: 10px auto;
}

@media only screen and (max-width: 600px) {
  .special-inner-img {
    max-height: 230px;
  }
}

/* Marka Son*/

/* Tüm Ürünleri Gör Butonu Başlangıç*/

.special-all-product-list {
  width: 200px;
  text-align: center;
  margin: auto;
}

.special-all-product-list-btn:hover {
  color: #ee3436;
  background-color: white;
  transition: 0.5s all ease-in-out;
}

.special-all-product-list a {
  display: block;
  background: #ee3436;
  max-width: 200px;
  height: auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: 2px solid #ee3436;
  font-size: 1.3714285714em;
  font-weight: 500;
  border-radius: 20px;
  padding: 12px 10px;
}

/*Tüm Ürünleri Gör Butonu  Son*/

@media only screen and (max-width: 600px) {
  .specific-section .staticpanel {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .specific-section .static-panel-contents {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .specific-section .static-panel-contents {
    margin: auto;
    width: 100%;
  }
}

.specific-section .static-Banner-1 {
  margin: 5px auto;
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
}

/* Blog Breadcrumb Sayfası */

.blog-breadcrumb {
  max-width: 970px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.blog-breadcrumb ul {
  list-style: none;
}

.blog-breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #77cfb9;
}

.blog-breadcrumb li a {
  color: #1eb1b1;
  text-decoration: none;
}

.blog-breadcrumb li + li:before {
  padding: 8px;
  color: #888;
  content: "/\00a0";
}

@media only screen and (max-width: 768px) {
  .blog-breadcrumb li {
    font-size: 14px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
  }
}

/* Blog Breadcrumb Sayfası Son*/

.glasses-feature-area {
  display: flex;
  flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.glasses-feature-text {
  margin: auto;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  font-weight: bold;
}

.glasses-feature-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.icon-size-bigger {
  font-size: 35px !important;
  color: black !important;
}

.user-size-bigger {
  font-size: 27px !important;
  color: black !important;
}

form[name="productSearch"] {
  max-width: 800px !important;
}

.MobileTopIcons {
  justify-content: space-between !important;
}

@media (max-width: 468px) {
  .MobileTopIcons {
    justify-content: space-around !important;
  }
}

.row.site-maps-content > .col-md-8 > .site-maps > li > a {
  color: black !important;
}

header
  section.header-top
  .user-operations
  .user-loggedin-container
  .open-button {
  -webkit-transition: none !important;
  transition: none !important;
}

header
  section.header-top
  .user-operations
  .user-loggedin-container
  .my-account {
  -webkit-transition: none !important;
  transition: none !important;
}


.special-brand-slogan-text2 h2 {
  margin-top: 25px;
  margin-bottom: 10px;
}

main section .blog-detail-two .editor h2, main section .blog-detail-two .editor h3 {
  margin: 15px 0px !important;
}





 .special-category-top a {
    display: block;
    background: #f5f4f4;
    height: auto;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 1.3714285714em;
    font-weight: 800;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
}

.special-category-dep {
    margin: 5px;
}

.special-category-top {
    font-size: 12px;
    -webkit-box-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    transition: .3s ease;
    cursor: pointer;
    align-items: center;
    margin-bottom: 25px;
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 12px;
}
