.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* FONTS */
  @font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 100;
}
@font-face {
  font-family: "sofia-pro", sans-serif;
  font-weight: 200;
}
@font-face {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
}
@font-face {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
}
@font-face {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
}
@font-face {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
}
@font-face {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: "sofia-pro", sans-serif;
  font-weight: 800;
}
body {
  background: #151d2b url("../images/bg1.png") no-repeat top center;
  font-family: "sofia-pro", sans-serif;
  color: #7a879c;
  font-weight: 400;
}
@media (min-width: 1200px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "sofia-pro", sans-serif;
  color: #a1bfd0;
  font-weight: 400;
}
.main-menu ul li a:hover span {
  color: #c9dde9;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #7a879c;
}
a:visited {
  text-decoration: none;
}
.s-container {
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .s-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .s-container {
    padding: 0 30px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav.bg-one.rounded.p-5 ul {
  margin: 0;
  padding: 0px 0px 0px 35px;
  list-style: disc;
}
.slider1 {
  opacity: 0;
}
.slider1.slick-initialized {
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
/* SLÄ°DER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  height: 333px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.slider-two .slick-prev,
.slider-two .slick-next {
  font-size: 0;
  display: block;
  top: -50px;
  position: absolute;
}
.slider-two .slick-prev::before,
.slider-two .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: transparent;
  cursor: pointer;
  color: #7a879c;
}
.slider-two .slick-prev {
  right: 30px;
}
.slider-two .slick-next {
  right: 0px;
}
.slider-two .slick-prev::before {
  content: '\f053';
}
.slider-two .slick-next::before {
  content: '\f054';
}
/* Slider Bullets */
.slider-one .slick-dots {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 1200px) {
  .slider-one .slick-dots {
    left: 15px;
    bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .slider-one .slick-dots {
    left: 15px;
    bottom: 10px;
  }
}
.slider-one .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
}
.slider-one .slick-dots li div {
  display: block;
  border: 0;
  width: 13px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 13px;
  background: #151d2b;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
  border: 2px solid #fff;
}
.slider-one .slick-dots .slick-active div {
  background: #ed2c29 !important;
  transition: all 0.2s ease-in-out;
  border: 2px solid #ed2c29;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .resp-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .resp-menu {
    position: absolute;
    top: 21px;
    right: 23px;
    color: #ffffff;
    font-size: 23px;
    cursor: pointer;
  }
  .resp-menu.active {
    z-index: 1000;
    position: fixed;
  }
}
.main-header {
  background: rgba(40, 51, 70, 0.5);
}
@media (max-width: 1199px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 100;
    padding: 70px 20px 20px 20px;
    background: #151d2b url("../images/bg2.jpg") no-repeat bottom center;
  }
}
.main-menu ul {
  display: flex;
  flex-wrap: Wrap;
  justify-content: left;
}
@media (min-width: 1200px) {
  .main-menu ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .main-menu ul li {
    width: 100%;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .main-menu ul li a {
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid transparent;
  }
}
@media (max-width: 1199px) {
  .main-menu ul li a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.main-menu img {
  float: left;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  width: 30px;
}
.top-pright {
  display: inline;
  text-align: left;
}
.top-pright span.title {
  display: block;
  line-height: 43px;
  text-align: left;
  border-bottom: 0px;
  padding: 0px !important;
  font-size: 14px;
  font-weight: 700;
  color:#fff;
}
.top-pright span.desc {
  font-size: 12px;
  display: block;
  color: #ffffffa6;
  font-weight: 300;
  text-align: left;
  line-height: 17px;
}
a.btn.btn-secondary.bakiyeyukle {
  width: 80%;
  border-radius: 0;
}
.col-xl-2.col-2.align-items-end {
  text-align: right;
  padding:0px
}
.main-menu ul li a:hover {
  color: #ffffff;
  border-bottom-color: #273244;
}
.shopping-basket .shopping-basket-inner{
  transform: translate3d(-53px, 54px, 0px) !important;
}
.dropdown-menu.dropdown-menu-right.profile-inner.box-shadow.show {
  transform: translate3d(-40px, 53px, 0px) !important;
}
@media only screen and (max-width: 600px) {
  .dropdown-menu.dropdown-menu-right.profile-inner.box-shadow.show {
    transform: translate3d(-17px, 32px, 0px) !important;
  }
  .slick-slide img {
    height: 155px !important;
    width: 395px !important;
  }
  button#profileButton {
    padding: 0.2rem 0.95rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: break-spaces;
    background-color: transparent;
    border: 0;
  }
  .dropdown-menu {
    position: inherit;
    z-index: 1000;
    display: none;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
    background-color: #1c2634;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0.25rem;
  }
    .dropdown-menu {
      position: fixed !important;
      z-index: 1000;
      display: none;
      width: 100%;
      padding: 0.5rem 0;
      margin: 0;
      font-size: 1rem;
      color: #ffffff;
      background-color: #1c2634;
      background-clip: padding-box;
      border: 0px;
      border-radius: 0.25rem;
      transform: translate3d(0px, 76px, 0px) !important;
    }

  .usermenu-inner {
    display: none;
    position: absolute;
    top: 100%; /* Başlığın altında gözükecek şekilde ayarla */
    left: 0;
    background-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .profile-items {
    text-align: center;
  }
  .profile-items a {
    color: #a1bfd0;
  }
  .usermenu-inner .profile-items a:first-child {
    border-top: 1px solid #ffffff30;
    padding-top: 20px;
  }
  .usermenu-inner .profile-items a:last-child {
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 20px;
  }
  .usermenu-inner .profile-items .dropdown-item {
    padding: 10px;
  }
  .usermenu-inner .profile-items .dropdown-item:hover {
    background: #151d2a;
    color: #fff;
  }
  .dropdown.usermenu .btn-secondary {
    width: -webkit-fill-available;
    margin: 10px 10px 20px 10px;
  }
  .usermenu:hover .usermenu-inner {
    display: block;
    opacity: 1;
    visibility: visible;
  }
    .dropdown-menu.show {
      display: block;
    }
  .usermenu-inner.show {
    left: 0; /* Sol tarafa açılır menüyü getir */
  }

}
.account-menu-mobile {
  display:none;
}
.altmain-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  z-index: 100;
  padding: 70px 20px 20px 20px;
  background: #151d2b url(../images/bg2.jpg) no-repeat bottom center;
}
nav.altmenu {
  margin: 10px 0px;
}
.altmenu img {
  float: left;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  width: 70px;
  padding: 5px 10px;
}
.altmenu ul li {
  background: #1e2838;
  padding: 0px 10px;
  margin-right: 3px;
  border-radius: 3px;
}
.altmenu ul li a {
  height: 60px;
  line-height: 40px;
  border-bottom: 3px solid transparent;
}
.altmenu ul li:hover {
  background: #fff;
}
.altmenu ul li:hover img {
  filter: invert(100%);
}
.altmenu ul li a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
.main-menu ul li.active a {
  color: #ffffff;
  border-bottom-color: #a1bfd1;
}
.mode {
  margin: 0;
  padding: 0;
  display: block;
}
.mode input {
  display: none;
}
.mode .mode-changer {
  height: 30px;
  width: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 5px;
  background: #151D2B;
  position: Relative;
  display: block;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.mode .mode-changer span {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.mode .mode-changer span:nth-child(1) {
  width: 23px;
  z-index: 3;
  height: 23px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 5px;
  display: block;
  line-height: 23px;
  text-align: Center;
  background: #273245;
  position: absolute;
  left: 3px;
  top: 3px;
}
.mode .mode-changer span:nth-child(2),
.mode .mode-changer span:nth-child(3) {
  position: absolute;
  z-index: 2;
}
.mode .mode-changer span:nth-child(2) {
  left: 46px;
  top: 11px;
}
.mode .mode-changer span:nth-child(3) {
  left: 7px;
  top: 11px;
  opacity: 0;
}
.mode input:checked + .mode-changer {
  background: #ffffff;
}
.mode input:checked + .mode-changer span {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.mode input:checked + .mode-changer span:nth-child(1) {
  background: #151d2b;
  color: #ffffff;
  left: 18px;
}
.mode input:checked + .mode-changer span:nth-child(1) i::before {
  content: "\f185";
  font-weight: 700;
}
.mode input:checked + .mode-changer span:nth-child(2) {
  opacity: 0;
}
.mode input:checked + .mode-changer span:nth-child(3) {
  opacity: 1;
}
.search-button {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  line-height: 40px;
  text-align: Center;
  color: #ffffff;
  background: #151D2B;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.search-button:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #a1bfd1;
}
.logo img {
  display: block;
  max-width: 100%;
  max-height: 90px;
}
.si-bg {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: Relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.si-bg .si-inner {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151d2b', endColorstr='#060c17', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .si-bg .si-inner {
    height: 340px;
  }
}
@media (max-width: 1199px) {
  .si-bg .si-inner {
    height: 160px;
  }
}
.si-bg .si-inner .si-name {
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .si-bg .si-inner .si-name {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .si-bg .si-inner .si-name {
    font-size: 16px;
  }
}
.si-bg .si-inner .si-p {
  margin: 0;
  padding: 0;
  color: #7a879c;
}
@media (min-width: 1200px) {
  .si-bg .si-inner .si-p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .si-bg .si-inner .si-p {
    font-size: 13px;
  }
}
.si-bg::after {
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  margin: auto;
  height: 2px;
  background: #a1bfd1;
  position: absolute;
  z-index: 4;
}
.si-bg:hover::after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
  width: 100%;
}
.hr-bg {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: Relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.hr-bg .hr-inner {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151d2b', endColorstr='#060c17', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .hr-bg .hr-inner {
    height: 77px;
  }
}
@media (max-width: 1199px) {
  .hr-bg .hr-inner {
    height: 77px;
  }
}
.hr-bg .hr-inner .hr-name {
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .hr-bg .hr-inner .hr-name {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .hr-bg .hr-inner .hr-name {
    font-size: 16px;
  }
}
.hr-bg .hr-inner .hr-p {
  margin: 0;
  padding: 0;
  color: #7a879c;
}
@media (min-width: 1200px) {
  .hr-bg .hr-inner .hr-p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .hr-bg .hr-inner .hr-p {
    font-size: 13px;
  }
}
.hr-bg::after {
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  margin: auto;
  height: 2px;
  background: #a1bfd1;
  position: absolute;
  z-index: 4;
}
.hr-bg:hover::after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
  width: 100%;
}
.product-list-item {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.product-list-item .product-img img {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .product-list-item .product-img img {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-img img {
    height: auto;
  }
}
.product-list-item .product-alert {
  position: absolute;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .product-list-item .product-alert {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-alert {
    top: 10px;
    left: 10px;
  }
}
.product-list-item .product-alert .alert-discount {
  background: #a0bed0;
  color: #151d2b;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .product-list-item .product-alert .alert-discount {
    padding: 3px 7px;
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-alert .alert-discount {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.product-list-item .product-alert .alert-delivery {
  background: #01a79d;
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .product-list-item .product-alert .alert-delivery {
    padding: 3px 7px;
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-alert .alert-delivery {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.product-list-item .product-hover {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  z-index: 10;
}
@media (min-width: 1200px) {
  .product-list-item .product-hover {
    padding: 20px 20px 0px 20px;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-hover {
    padding: 10px 10px 0px 10px;
  }
  .product-list-item .product-hover .btn-primary {
    font-size: 12px;
    padding: 5px 7px !important;
  }
}
.product-list-item .product-hover .like-button {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .product-list-item .product-hover .like-button {
    font-size: 14px;
  }
}
.product-list-item .product-hover .like-button:hover {
  color: #d8113a;
}
.product-list-item .product-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 1200px) {
  .product-list-item .product-bottom {
    padding: 10px 10px 10px 10px;
    color: #fff;
    text-align: center;
    height: 35%;
    display: grid;
  }
}
.text-truncate {
  overflow: hidden;
  text-overflow: inherit;
  white-space: normal;
  height: auto;
}
.product-list-item:hover {
  transform: translateY(-0.25rem);
}
.d-flex.flex-wrap.kesfet-list {
  row-gap: 30px;
}
.product-bottom:before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgb(21 29 43 / 0%) 0%, #000000 100%);
  position: absolute;
  inset: 0;
}
@media (max-width: 1199px) {
  .product-list-item .product-bottom {
    padding: 10px 10px 10px 10px;
    color: #fff;
    text-align: center;
    height: 35%;
    display: grid;
  }
}
.product-list-item .product-bottom .product-name {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: revert-layer;
}
.search-result-input img {
  width: 40px;
  margin-right: 10px;
}
li.search-result-input {
  padding: 10px 10px;
  margin: 0;
}
.search-result-input:hover {
  background: #1e2838;
}
.searchbutton {
  float: right;
  margin: 0;
  padding: 3px 10px 3px 10px;
}
@media (min-width: 1200px) {
  .product-list-item .product-bottom .product-name {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-bottom .product-name {
    font-size: 15px;
  }
}
.product-list-item .product-bottom .product-cat {
  display: block;
}
@media (min-width: 1200px) {
  .product-list-item .product-bottom .product-cat {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-bottom .product-cat {
    font-size: 12px;
  }
}
.product-list-item .product-bottom .product-price {
  background: #6D7A8E;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: -30px;
  text-align: Center;
}
.product-list-item .product-bottom .product-price span {
  display: block;
  text-decoration: line-through;
}
@media (min-width: 1200px) {
  .product-list-item .product-bottom .product-price span {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-bottom .product-price span {
    font-size: 12px;
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  .product-list-item .product-bottom .product-price {
    font-size: 22px;
    padding: 6px 20px;
  }
}
@media (max-width: 1199px) {
  .product-list-item .product-bottom .product-price {
    font-size: 17px;
    padding: 6px 10px;
  }
}
.product-list-item:hover .product-alert {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.product-list-item:hover .product-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

@media (min-width: 1200px) {
  .product-list-item:hover .product-bottom {
    padding: 10px 10px 10px 10px;
    display: none;
  }
}
@media (max-width: 1199px) {
  .product-list-item:hover .product-bottom {
    padding: 10px 10px 10px 10px;
    display: none;
  }
}
.product-list-item:hover .product-bottom .product-price {
  background: #a1bfd1;
}
@media (min-width: 1200px) {
  .product-list-item:hover .product-bottom .product-price {
    top: 20px;
  }
}
@media (max-width: 1199px) {
  .product-list-item:hover .product-bottom .product-price {
    top: 10px;
  }
}
.product-list-item:hover .product-hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .product-list-item:hover .product-hover {
    padding-bottom: 20px;
    padding: 10px 5px;
  }
}
@media (max-width: 1199px) {
  .product-list-item:hover .product-hover {
    padding-bottom: 10px;
    padding: 10px 5px;
  }
}
.home-tabs {
  border-bottom: 1px solid #273245;
}
.home-tabs li {
  cursor: pointer;
  padding: 0 0 15px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .home-tabs li {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .home-tabs li {
    font-size: 13px;
    margin-right: 15px;
  }
}
.home-tabs li:last-child {
  margin-right: 0;
}
.home-tabs li.active {
  color: #a1bfd1;
  border-bottom-color: #a1bfd1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content-yayin {
  display: block;
}
.tab-content-yayin > .tab-pane {
  display: none;
}
.tab-content-yayin > .active {
  display: block;
}
.details-text h2 {
  font-size: 18px;
}
.title {
  border-bottom: 1px solid #5c7195;
  padding-bottom: 15px;
  font-size: 16px;
}
.st-bg {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.st-bg .st-inner {
  padding: 30px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, rgba(21, 29, 43, 0) 0%, #060c17 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(21, 29, 43, 0) 0%, #060c17 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(21, 29, 43, 0) 0%, #060c17 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151d2b', endColorstr='#060c17', GradientType=0);
  /* IE6-9 */
}
@media (min-width: 576px) {
  .st-bg .st-inner {
    height: 690px;
  }
}
@media (max-width: 575px) {
  .st-bg .st-inner {
    height: 490px;
  }
}
.st-bg .st-inner .st-name {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  display: block;
}
.st-bg .st-inner .st-price {
  color: #ffffff;
  display: block;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.st-bg .st-inner .st-price span {
  display: block;
  font-size: 18px;
  text-decoration: line-through;
  color: #7a879c;
  line-height: 18px;
  font-weight: 400;
}
.st-bg .st-col {
  width: 100%;
}
.st-all {
  position: relative;
}
.st-all .timer {
  background: #a1bfd1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  z-index: 3;
  margin: auto;
  top: 10px;
  padding: 5px 10px;
  color: #ffffff;
  max-width: 90%;
  font-size: 12px;
  justify-content: space-between;
}
.st-all .timer div {
  text-align: center;
}
.st-all .timer div:first-child {
  margin-left: 0;
}
.st-all .timer div:last-child {
  margin-right: 0;
}
.st-all .timer div span {
  font-size: 24px;
  line-height: 24px;
  display: block;
  font-weight: 700;
}
.slider-three .st-item {
  padding: 0 10px;
}
.slider-three .ref-bg {
  background: #273245;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 100px;
}
.slider-three .ref-bg img {
  display: block;
  max-width: 90%;
  max-height: 80px;
  margin: 0 auto;
}
/* Slider Arrows */
.slider-three .slick-prev,
.slider-three .slick-next {
  font-size: 0;
  display: block;
  top: 42%;
  position: absolute;
}
.slider-three .slick-prev::before,
.slider-three .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: transparent;
  cursor: pointer;
  color: #7a879c;
}
@media (min-width: 1200px) {
  .slider-three .slick-prev {
    left: -30px;
  }
  .slider-three .slick-next {
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .slider-three .slick-prev {
    left: 20px;
  }
  .slider-three .slick-next {
    right: 20px;
  }
}
.slider-three .slick-prev::before {
  content: '\f053';
}
.slider-three .slick-next::before {
  content: '\f054';
}
.main-footer {
  font-size: 14px;
  margin-top: 20px;
  background:#1d2738;
}
@media (min-width: 1200px) {
  .main-footer {
    background: #1d2738;
    padding: 100px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .main-footer {
    background: #1d2738;
  }
}
.foot-one {
  position: Relative;
  background: rgba(48, 58, 77, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  max-width: 950px;
  margin: 0 auto;
}
.foot-one .fo-img {
  position: absolute;
  right: -10px;
  bottom: 0;
}
.foot-one .fo-img img {
  display: block;
}
@media (max-width: 1199px) {
  .foot-one .fo-img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .foot-one {
    padding: 0 160px 30px 40px;
  }
}
@media (max-width: 1199px) {
  .foot-one {
    padding: 20px;
  }
}
.foot-one .fo-icon {
  color: #a1bfd1;
  font-size: 30px;
}
@media (min-width: 1200px) {
  .foot-one .fo-icon {
    margin-top: -20px;
  }
}
.foot-one .fo-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.foot-one .fo-text {
  line-height: 24px;
}
.foot-two {
  border-bottom: 1px solid #273245;
}
.foot-two .foot-info i {
  color: #a1bfd1;
}
.foot-two .foot-menu ul li:last-child a::after {
  display: none;
}
.foot-two .foot-menu ul li a:hover {
  color: #a1bfd1;
}
.foot-two .foot-menu ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #354259;
  margin: 0 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.foot-three .socials li {
  display: inline-block;
  margin: 0 10px;
}
.foot-three .socials li:first-child {
  margin-left: 0;
}
.foot-three .socials li:last-child {
  margin-left: 0;
}
.foot-three .socials li a {
  font-size: 18px;
}
.foot-three .socials li a:hover {
  color: #a1bfd1;
}
.foot-three .copyright {
  color: #596b89;
}
.modal-search-content {
  background: #151d2b;
  border: 1px solid #151d2b;
  width: 550px;
  border-radius: 7px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .modal-search-content {
    width:auto;
  }
  .footeric{
    display:none;
  }
.iletisim{
  display:none;
}
  li.nav__item.active .minicartotal {
    font-size: 19px;
    margin-top: -25px;
    position: absolute;
    right: 5px;
    display: block;
    background: #a1bfcf;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 22px;
  }
  li.nav__item.active .minicartotal .basket-count {
    color: #151d29;
  }
  li.nav__item .minicartotal {
    display: none;
  }
}
.modal-search-content .search-input {
  display: block;
  height: 45px;
  width: 100%;
  border: none;
  font-size: 13px;
  color: #ffffff;
  background: transparent;
  outline: none;
}
.aramabutonu {
  padding: 0.7rem 0rem;
  font-size: 15px;
  border-radius: 7px;
  color: #a1bfd1;
  background-color: transparent;
  border-color: transparent;
}
.modal-search-content .search-input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.modal-search-content .search-input::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.modal-search-content .search-input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.modal-search-content .search-input::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.modal-search-content .search-input:-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.modal-search-content .search-input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.modal-search-content .search-close {
  border: none;
  position: absolute;
  background: transparent;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 20px;
}
.cards-img img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .cards-img img {
    margin: 0 auto;
  }
}
.bg-one {
  background: #1d2738;
}
.bg-two {
  background: #273245;
}
.detail-cover {
  background-size: cover;
  background-position: center center;
}
.detail-cover .dc-inner {
  background: rgba(13, 22, 39, 0.7);
  backdrop-filter: blur(7px);
}
@media (min-width: 1200px) {
  .detail-cover .dc-inner .dc-row {
    height: 120px;
  }
}
.detail-cover .dc-inner h1 {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .detail-cover .dc-inner h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .detail-cover .dc-inner h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.detail-cover .dc-inner .detail-price {
  color: #ffffff;
  font-weight: 700;
}
.detail-cover .dc-inner .detail-price span {
  display: block;
  color: #B63446;
  text-decoration: line-through;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .detail-cover .dc-inner .detail-price span {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .detail-cover .dc-inner .detail-price span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .detail-cover .dc-inner .detail-price {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .detail-cover .dc-inner .detail-price {
    font-size: 20px;
  }
}
.detail-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.detail-content .detail-img {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .detail-content .detail-img {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) {
  .detail-content .detail-img {
    margin-top: -220px;
  }
}
.detail-content .detail-img img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .detail-options .do-col:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .detail-options .do-col:nth-child(1) {
    font-size: 14px;
  }
}
.detail-options .do-col:nth-child(2) {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #354259;
}
@media (min-width: 1200px) {
  .detail-options .do-col:nth-child(2) {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .detail-options .do-col:nth-child(2) {
    font-size: 14px;
    padding: 5px 7px;
  }
}
.detail-options:hover {
  background: #a1bfd1;
  color: #151d2b;
}
.detail-options:hover .do-col:nth-child(2) {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.det-like-button {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: inline-block;
}
@media (min-width: 1200px) {
  .det-like-button {
    font-size: 18px;
    padding: 12px 20px;
  }
}
@media (max-width: 1199px) {
  .det-like-button {
    font-size: 14px;
    padding: 5px 7px;
  }
}
.det-like-button i {
  color: #fff;
}
.det-like-button:hover i{
  color: #151d2b;
}
.det-like-button:hover {
  background: #a1bfd1;
  color: #151d2b;
}
.detail-content .btn-primary:hover {
  color: #fff;
  background-color: #354259;
  border-color: #354259;
}
.detail-content .btn-primary:hover svg#Layer_1 {
  fill: #fff;
}
.detail-options:hover .do-col:nth-child(2) {
  color: #151d2b;
}
.details-text {
  font-size: 16px;
  line-height: 24px;
}
.details-text p {
  display: block;
  padding: 0;
  margin: 10px 0px;
  color: #7a879c;
}
.details-text a {
  color: #a1bfd1;
}
.list-items-green {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.list-items-green li {
  padding-left: 20px;
  position: relative;
  margin: 5px 0;
}
.list-items-green li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #a1bfd1;
  top: 10px;
}
.title-two {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .comments .comment-img {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .comments .comment-img {
    font-size: 20px;
  }
}
.comments .comment-name {
  font-weight: 700;
}
.comments .comment-text {
  padding: 5px 0 0 0;
  margin: 0;
  line-height: 24px;
}
.w-text {
  color: #7a879c;
}
input[type="text"]::placeholder {
  color: #4B5970 !important;
  opacity: 1 !important;
}
input[type="text"]::-ms-input-placeholder {
  color: #4B5970 !important;
  opacity: 1 !important;
}
input[type="text"]:-ms-input-placeholder {
  color: #4B5970 !important;
  opacity: 1 !important;
}
input[type="text"]::-moz-placeholder {
  color: #4B5970 !important;
  opacity: 1 !important;
}
input[type="text"]:-moz-placeholder {
  color: #4B5970 !important;
  opacity: 1 !important;
}
input[type="text"]::-webkit-input-placeholder {
  color: #4B5970 !important;
  opacity: 1 !important;
}
.comment-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 60px;
  color: #ffffff;
  line-height: 60px;
  padding: 0 20px;
  border: 2px solid #1d2738;
  border-radius: 5px 0px 0px 5px;
  background: #1d2738;
}
.comment-button {
  background: #a1bfd1;
  color: #ffffff;
  width: 100%;
  border: none;
  height: 60px;
  line-height: 60px;
  text-align: Center;
}
.modal-head-text {
  font-weight: 700;
  font-size: 24px;
}
.g-text {
  color: #c4d9e3;
}
.btn-other-close {
  background: transparent;
  border: none;
  font-size: 30px;
  color: #7a879c;
  position: absolute;
}
@media (min-width: 1200px) {
  .btn-other-close {
    right: 30px;
    top: 40px;
  }
}
@media (max-width: 1199px) {
  .btn-other-close {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .fs-18 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .fs-18 {
    font-size: 14px;
  }
}
.page-title-big {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .page-title-big {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .page-title-big {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .top-nav-bottom nav {
    position: relative;
    overflow-x: auto;
  }
}
.top-nav-bottom nav ul {
  display: flex;
}
@media (max-width: 1199px) {
  .top-nav-bottom nav ul {
    white-space: nowrap;
  }
}
.top-nav-bottom nav ul li {
  margin-right: 30px;
}
.top-nav-bottom nav ul li:last-child {
  margin-right: 0;
}
.top-nav-bottom nav ul li a {
  display: block;
  padding: 20px 0;
  border-bottom: 2px solid transparent;
}
.top-nav-bottom nav ul li a:hover,
.top-nav-bottom nav ul li a.active {
  color: #a1bfd1;
  border-bottom-color: #a1bfd1;
}
.fix-width {
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .kesfet-list .kl-col {
    width: 18.4%;
    margin-right: 2%;
    margin-top: 25px;
  }
  .kesfet-list .kl-col:nth-child(5n+0) {
    margin-right: 0;
  }
  .kesfet-list .kl-col:nth-child(1),
  .kesfet-list .kl-col:nth-child(2),
  .kesfet-list .kl-col:nth-child(3),
  .kesfet-list .kl-col:nth-child(4),
  .kesfet-list .kl-col:nth-child(5) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .kesfet-list .kl-col {
    width: 32%;
    margin-right: 2%;
    margin-top: 25px;
  }
  .kesfet-list .kl-col:nth-child(3n+0) {
    margin-right: 0;
  }
  .kesfet-list .kl-col:nth-child(1),
  .kesfet-list .kl-col:nth-child(2),
  .kesfet-list .kl-col:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .kesfet-list .kl-col {
    width: 48.5%;
    margin-right: 2%;
    margin-top: 5px;
  }
  .kesfet-list .kl-col:nth-child(even) {
    margin-right: 0;
  }
  .kesfet-list .kl-col:nth-child(1),
  .kesfet-list .kl-col:nth-child(2) {
    margin-top: 0;
  }
}
.account-top .ac-user-short {
  background: #a1bfd1;
  color: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .account-top .ac-user-short {
    margin: 0 auto;
  }
}
.account-top .ac-user-name {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .account-top .ac-user-name {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .account-top .ac-user-name {
    font-size: 20px;
    text-align: Center;
  }
}
.account-top .aci-item {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .account-top .aci-item {
    border-left: 1px solid #273245;
    height: 95px;
    padding: 20px 30px 0 30px;
  }
}
@media (max-width: 1199px) {
  .account-top .aci-item {
    border-left: 1px solid #273245;
    border-top: 1px solid #273245;
    padding: 24px 0 0 0;
    height: 110px;
    text-align: center;
  }
}
.account-top .aci-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.account-top .aci-item i {
  color: #a1bfd1;
}
@media (min-width: 1200px) {
  .account-top .aci-item i {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .account-top .aci-item i {
    font-size: 18px;
  }
}
.account-top .aci-item .aci-value {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .account-top .aci-item .aci-value {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  .account-top .aci-item .aci-value {
    font-size: 17px;
    line-height: 17px;
  }
}
.account-top .aci-item .aci-title {
  margin: 5px 0;
}
@media (min-width: 1200px) {
  .account-top .aci-item .aci-title {
    font-size: 15px;
    line-height: 20px;
    padding-left: 10px;
    width: inherit;
    float: left;
  }
}
@media (max-width: 1199px) {
  .account-top .aci-item .aci-title {
    font-size: 13px;
    line-height: 13px;
  }
}
.account-top .aci-item.active {
  background: #a1bfd1;
  color: #ffffff !important;
}
.account-top .aci-item.active i {
  color: #ffffff !important;
}
.account-top .aci-logout {
  color: #d8113a;
  display: block;
  border-left: 1px solid #273245;
  text-align: Center;
}
@media (min-width: 1200px) {
  .account-top .aci-logout {
    height: 95px;
    padding: 20px 30px 0 30px;
  }
}
@media (max-width: 1199px) {
  .account-top .aci-logout {
    padding: 34px 0 0 0;
    height: 110px;
    border-top: 1px solid #273245;
  }
}
.account-top .aci-logout:hover {
  background: #d8113a;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .account-top .aci-logout i {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .account-top .aci-logout i {
    font-size: 17px;
  }
}
.account-top .aci-logout span {
  display: block;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .account-top .aci-logout span {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .account-menu nav {
    position: relative;
    overflow-x: auto;
  }
}
@media (max-width: 1199px) {
  .account-menu ul {
    white-space: nowrap;
  }
}
.account-menu ul li {
  margin-right: 40px;
}
.account-menu ul li:last-child {
  margin-right: 0;
}
.account-menu ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid transparent;
}
.account-menu ul li a:hover,
.account-menu ul li a.active {
  border-bottom-color: #a1bfd1;
  color: #a1bfd1;
}
.order-table .order-content .oc-item {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .order-table .order-content .oc-item:first-child {
    border-top: none;
  }
}
.order-table .order-content .oc-item .oc-delivery-status.completed {
  color: #a1bfd1;
}
.order-table .order-content .oc-item .oc-delivery-status.waiting {
  color: #FFCC49;
}
.order-table .order-content .oc-item .oc-delivery-status.canceled {
  color: #d8113a;
}
.order-table .order-content .oc-item .oc-img img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.oc-delivery-status.completed {
  color: #a1bfd1;
}
.oc-delivery-status.waiting {
  color: #FFCC49;
}
.oc-delivery-status.canceled {
  color: #d8113a;
}
.table-style {
  width: 100%;
  border-spacing: 0;
}
.table-style thead th {
  font-weight: 300;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .table-style thead th {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .table-style thead th {
    padding: 10px;
  }
}
.table-style thead th.sorting_desc,
.table-style thead th.sorting_asc {
  color: #a1bfd1;
}
@media (min-width: 1200px) {
  .table-style tbody {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .table-style tbody {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .table-style tbody td {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .table-style tbody td {
    padding: 10px;
  }
}
.table-style tbody tr {
}
.table-style .oc-img img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
#tablex_paginate {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#tablex_paginate span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#tablex_paginate a {
  padding: 3px 12px;
  background: #273245;
  color: #ffffff;
  display: block;
  cursor: pointer;
  margin: 0 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#tablex_paginate a:hover,
#tablex_paginate a.current {
  background: #a1bfd1;
  color: #ffffff;
}
.product-code {
  position: relative;
}
.copied-success {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  width: 150px;
  text-align: center;
  margin: auto;
}
.copy-code {
  cursor: pointer;
}
.copy-input {
  background: transparent;
  border: none;
  width: 100%;
  outline: none;
}
.bg-green {
  background: #a1bfd1;
  color: #ffffff;
}
.bg-five {
  background: #222d3f;
}
.support-buttons {
  color: #ffffff;
}
.support-buttons:hover {
  color: #ffffff;
}
.support-buttons span:nth-child(2) {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.1);
  text-align: Center;
  line-height: 45px;
}
.support-buttons.replied {
  background: #37DD4A;
}
.support-buttons.waiting {
  background: #E0B90C;
}
.support-buttons.closed {
  background: #EC274F;
}
.head-user-short {
  background: #a1bfd1;
  width: 40px;
  height: 40px;
  display: block;
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  text-align: Center;
}
.head-user-short:hover {
  color: #ffffff;
}
.head-user-name {
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.head-user-name:hover {
  color: #a1bfd1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.dark-dropdown {
  background: #354259;
  border: none;
  padding: 5px 0 0 0;
}
.dark-dropdown a {
  display: block;
  padding: 8px 15px;
  color: #ffffff;
  font-size: 14px;
}
.dark-dropdown a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.dark-dropdown .dropdown-menu-bottom {
  background: #d8113a;
  color: #ffffff;
}
.chat-page .chat-col {
  width: 82%;
  margin-bottom: 30px;
}
.chat-page .chat-col.chat-own {
  text-align: right;
  float: right;
}
.chat-page .chat-col.chat-own .chat-message {
  background: #283346;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #a1bfd1;
}
.chat-page .chat-col.chat-aut {
  text-align: left;
  float: left;
}
.chat-page .chat-col.chat-aut .chat-message {
  background: #a1bfd1;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #151d2b;
}
.chat-page .chat-col .chat-message {
  text-align: left;
  font-size: 15px;
}
.chat-page .chat-col .chat-info {
  font-size: 15px;
  margin-bottom: 5px;
}
.chat-page .chat-col .chat-info .date {
  color: #7A879C;
}
.my-account-tabs nav ul li {
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.my-account-tabs nav ul li.active {
  border-bottom-color: #a1bfd1;
  color: #a1bfd1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  align-self: center;
}
.sample-page h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}
.sample-page p {
  margin: 0 0 25px 0;
  padding: 0;
}
/* blog */
.blog-item .blog-img {
  margin: 0;
  padding: 0;
}
.blog-item .blog-img a {
  display: block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-item .blog-img a img {
  display: block;
  width: 100%;
  height: 150px;
  background-size: cover;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.blog-item .blog-name {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}
.blog-item .blog-name a {
  font-weight: 700;
}
.blog-item .blog-short {
  line-height: 24px;
  font-size: 16px;
  margin: 5px 0 0 0;
  padding: 0;
}
.blog-item:hover .blog-img img {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.last-blogs img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  display: block;
}
.last-blogs li a:hover {
  color: #a1bfd1;
}
.last-blogs li:last-child {
  border-bottom: none !important;
}
.pagination {
  width: 100%;
}
.pagination ul {
  width: 100%;
}
.pagination li {
  width: auto;
  margin: 5px;
}
.pagination li a {
  display: block;
  background: #273245;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  padding: 5px 14px;
}
.pagination li a:hover {
  background: #a1bfd1;
  color: #ffffff;
}
.pagination li.active a {
  background: #a1bfd1;
  color: #ffffff;
}
.blog-breadcrumb li:last-child a::after {
  display: none;
}
.blog-breadcrumb li a {
  font-size: 14px;
  opacity: 0.5;
}
.blog-breadcrumb li a:hover {
  color: #a1bfd1;
  opacity: 1;
}
.blog-breadcrumb li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 7px;
  content: "\f105";
}
.blog-breadcrumb li.active a {
  opacity: 1;
}
.blog-detail .blog-det-img {
  margin: 0;
  padding: 0;
}
.blog-detail .blog-det-name {
  font-weight: 700;
  font-size: 30px;
}
.modal-campaign .btn-other-close {
  top: 20px;
}
.basket-bottom-left, .basket-bottom-right {
  background: #273244;
}

.minicartotal .basket-count{
  color:#ed2c29
}
.minicartotal{
  color:#ed2c29
}

