
@import url("https://fonts.googleapis.com/css2?family=Palanquin:wght@300;400;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

:root {
  --theme-black: #000;
  --theme-white: #fff;
}

*, 
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* border-box or content-box */
}


body {
  font-family: "Palanquin", sans-serif;
  position: relative;
  font-size: 13px;
  height: auto;
}

a {
  color: var(--theme-black);
  text-decoration: none;
}
i {
  font-style: normal !important;
}

a:hover {
  color: #bebebe;
}

a:focus,
a:active {
  color: #000;
  text-decoration: none;
  text-decoration: none;
  outline: 0;
}

.page-loader {
  position: absolute;
  width: 100%;
  height: calc(100% + 130px);
  z-index: 99998;
  top: -130px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-loader .loader-inner {
  display: inline-block;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}

.page-loader .loader-inner div {
  /* background-color: var(--theme-black); */
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  border-color: #bd362f;
  background-image: none !important;
}

.btn-default {
  color: #444;
  border: 1px solid #444;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.btn-default:hover {
  color: #fff;
  border: 1px solid #444;
  background-color: #000;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.tooltip {
  z-index: 1;
}

.empty-fav,
.empty-cart {
  height: 140px;
  width: 240px;
  margin: auto;
}

.well {
  background-color: #fff;
}

.alert {
  border-radius: 0;
}

.xzoom-thumbs {
  margin: 0;
}

.xzoom-thumbs img:hover {
  opacity: 0.8;
}
.mfp-figure img {
  width: 450px;
}

.mfp-arrow {
  top: 15%;
}
.xactive {
  border: 1px solid #000;
}

.menu-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  opacity: 0.5;
}

.header-islem {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100px;
  flex-wrap: wrap;
}

.header-top {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: linear-gradient(270deg, #414345, #232526);
  background-size: 400% 400%;
  -webkit-animation: gradient-slide 3s ease infinite;
  -moz-animation: gradient-slide 3s ease infinite;
  -o-animation: gradient-slide 3s ease infinite;
  animation: gradient-slide 3s ease infinite;
  height: 40px;
}

.header-top .top-menus-left,
.header-top .top-menus-right {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-top .top-menus-left li {
  float: left;
  margin-right: 20px;
  position: relative;
}

.header-top .top-menus-left li a,
.header-top .top-menus-right li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.header-top .top-menus-left li a i,
.header-top .top-menus-right li a i {
  font-size: 15px;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}

.header-top .top-menus-left li a:hover i,
.header-top .top-menus-right li a:hover i {
  font-size: 17px;
  transition: all 0.25s ease-in-out;
}

.header-top .top-menus-left li a:hover,
.header-top .top-menus-right li a:hover {
  font-size: 16px;
  transition: all 0.25s ease-in-out;
}

.header-top .top-menus-left li:before {
  content: "";
  top: 50%;
  right: -15%;
  position: absolute;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 19px;
  background-color: #ccc;
  opacity: 1;
}

.header-top .top-menus-left li:last-child::before {
  display: none;
}

.header-top .top-menus-left li:last-child {
  margin-right: 0;
}

.fixed-header {
  position: fixed;
  z-index: -99;
  top: 0;
  left: 0;
  width: 100%;
}

.logo-container {
  width: 160px;
}

.logo-container img {
}

.search-container {
  position: relative;
  width: 35%;
}

.search-container form {
  margin: 0;
  padding: 0;
}

.search-submit {
  position: absolute;
  left: 0;
  top: 0;
  height: 57px;
  width: 37px;
  outline: 0;
  border: 0;
  background: transparent;
}

.border-it {
  outline: 0;
}

.search-input {
  background-image: url(/image/catalog/site-images/svg/magnifying-glass.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position-x: 2px;
  background-position-y: 12px;
  background-size: 15px 15px;
  outline: 0;
  padding: 10px 35px;
  border-style: groove;
  border-color: #eee;
  border-width: 0px 0px 1px 0px;
  width: 100%;
}

.search-input:focus {
}

.clear-search:active {
  outline: 0;
}

.clear-search {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: 0;
  opacity: 0.3;
  top: 8px;
  right: -10px;
}

.clear-search svg {
  width: 25px;
  height: 25px;
}

.clear-search:hover {
  opacity: 1;
}

.clear-search:focus,
.clear-search:active {
  border: none;
  outline: 0;
}

.islem-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.islem-menu-container a:hover {
  color: #000;
}

.islem-menu-container > div {
  margin-right: 30px;
}
.islem-menu-container > div:last-child {
  margin-right: 0;
}

.hesap-div {
  position: relative;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #232526;
}

.hesap-div:hover {
  background-color: #232526;
}

.hesap-div:hover #hesap-dd {
  color: #fff;
}

#hesap-dd .caret {
  margin-left: 5px;
  margin-top: 3px;
}

.hesap-div div.dropdown {
  display: flex;
  align-items: center;
}

.hesap-div img,
.sepet-div img,
.wishlist-div img {
  opacity: 0.5;
}

.hesap-div p,
.wishlist-div p,
.sepet-div p {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 15px;
}

.wishlist-div > a,
.sepet-div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wishlist-div > a:hover:after,
.sepet-div > a:hover:after {
  height: 3px;
  width: 100%;
  transition: 0.25s all ease;
}

.wishlist-div > a:after,
.sepet-div > a:after {
  content: "";
  bottom: 0;
  left: 30%;
  position: absolute;
  bottom: -8px;
  -ms-transform: translateX(-35%);
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  display: block;
  width: 50%;
  height: 2px;
  background-color: #000;
  transition: 0.25s all ease;
}

.hesap-div ul.dropdown-menu {
  font-size: 10px;
  border-bottom: 0px solid var(--theme-black);
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 5px 5px;
  margin: 0px 0 0;
  text-align: left;
  list-style: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: initial;
  border: 1px solid #eee;
}

.wishlist-div a > em,
.sepet-div a > em {
  background-color: var(--theme-black);
  border-radius: 0;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  color: #fff;
  font-style: normal;
  text-align: center;
}

.hesap-div ul.dropdown-menu li {
  margin: 5px 0;
}

.hesap-div ul.dropdown-menu li a i {
  margin-right: 5px;
}

.hesap-div ul.dropdown-menu li p {
  display: inline-block;
}

.hesap-div ul.dropdown-menu > li > a {
  font-size: 13px;
  padding: 5px 10px !important;
}

.hesap-div ul.dropdown-menu > li > a:hover {
  background-color: var(--theme-black) !important;
  color: #fff !important;
  background-image: none;
}

#cart {
  margin-bottom: 0;
}

.megamenu-html-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.megamenu-html-content > div,
.megamenu-html-content-last > div {
  display: flex;
}

.megamenu-html-content > div a,
.megamenu-html-content > div img {
  width: 100%;
  height: 250px;
}

.megamenu-html-content-last > div a,
.megamenu-html-content-last > div img {
  width: 100%;
  height: 140px;
}

.megamenu-html-content-last {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.megamenu-html-content .cat-1,
.megamenu-html-content .cat-2,
.megamenu-html-content .cat-3 {
  width: 375px;
  height: 250px;
}

.megamenu-html-content .cat-3,
.megamenu-html-content .cat-8 {
  width: 275px;
  height: 250px;
}

.megamenu-html-content .cat-4,
.megamenu-html-content .cat-6 {
  width: 600px;
  height: 250px;
}

.megamenu-html-content-last .cat-9 {
  width: 515px;
  height: 140px;
}

.breadcrumb {
  margin-top: 20px;
  border: none;
  border-radius: 0;
  border: 1px solid #eee;
}

.breadcrumb li a {
  color: initial;
  word-break: break-word;
  white-space: break-spaces;
}

.breadcrumb li a:hover {
  color: var(--theme-black);
}

.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb > li:last-child:after {
  display: none !important;
}

#power-price li span {
  font-size: 13px !important;
}

#power-price h2 {
    font-size: 32px !important;
    color: red;
    font-weight: 600 !important;
    margin: 0;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: var(--theme-black);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px var(--theme-black);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--theme-black);
}

.kutular {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 5px;
}

.kutular .kutu1,
.kutular .kutu2,
.kutular .kutu3 {
  padding: 5px;
  cursor: default;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #eee;
  margin-right: 5px;
  height: 100px;
  flex: 1;
}

.kutular > div:last-child {
  margin-right: 0;
}

.kutular .icon {
  display: block;
}

.kutular .kutu-text {
  text-align: center;
}

.kutular div .text {
  background-color: transparent;
}

.kutular .kutu1 span.icon {
  background: url("/image/catalog/site-images/svg/gift-box.svg") no-repeat;
}
.kutular .kutu2 span.icon {
  background: url("/image/catalog/site-images/svg/fast.svg") no-repeat;
}
.kutular .kutu3 span.icon {
  background: url("/image/catalog/site-images/svg/payment.svg") no-repeat;
}

.kutular .kutu1 span.icon,
.kutular .kutu2 span.icon,
.kutular .kutu3 span.icon {
  border-color: transparent;
  width: 55px;
  height: 55px;
  background-size: cover;
  margin: 0px 5px;
}

.kutular .kutu-text p {
  font-weight: 300;
  font-size: 11px;
  color: #444;
}

.addwc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0;
}

li.addwcl {
  list-style: none;
  margin-right: 8px;
  background-color: #fff;
}

li.addwcl:last-child {
  margin-right: 0;
}

.addwc .addwc1 > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-1num {
  width: 35px;
  height: 35px;
  color: var(--theme-black);
  padding: 10px;
  border: 1px solid var(--theme-black);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-1num:hover,
.btn-1num:active,
.btn-1num:focus {
  text-decoration: none;
  background-color: var(--theme-black);
  color: #fff;
  outline: 0;
}

.story-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.story-div::-webkit-scrollbar {
  display: none;
}

.story-div .story-circle {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 4px;
  opacity: 0.8;
  transition: all 0.45s ease-in-out;
}

.story-div .story-circle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.story-div .story-circle:hover {
  background-position: 120px;
  opacity: 1;
  transition: all 0.45s ease-in-out;
}

.story-div .story-circle img {
  border-radius: 50%;
  width: 112px;
  height: 112px;
  border: 5px solid #fff;
  position: relative;
}

.story-div .story-caption p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
}

#content {
  margin-bottom: 50px;
}

.home-heading {
  text-transform: capitalize;
  cursor: default;
  position: relative;
}

.home-heading::before {
  content: "";
  width: 0;
  position: absolute;
  left: 20px;
  bottom: -10px;
  border-width: 0px 0 2px;
  border-style: solid;
  border-color: var(--theme-black);
  transition: 0.25s all ease-in-out;
}

.featured-wrapper {
  padding: 0 2px;
}

.featured .owl-carousel {
  background: transparent;
}

.featured .item {
  overflow: hidden;
  position: relative;
  border-collapse: collapse;
  text-align: center;
  margin: 2px auto;
  padding: 5px;
  width: 95%;
  background-color: #f5f5f5;
}

.featured .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.featured .product-image > a > img {
  width: 100%;
}

.featured .item a,
.featured .item a:hover,
.featured .item a:focus,
.featured .item a:active {
  outline: none;
  text-decoration: none;
  color: #000;
}

.featured .product-layout > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: 125px;
}

.featured .product-name {
  font-weight: 400;
  padding: 5px;
  font-size: 16px;
  word-break: break-word;
  overflow: hidden;
}

.product-badges {
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.9;
}

.product-badges span {
  font-size: 12px !important;
}

.discount-badge.discount {
  background: var(--theme-black);
  color: #fff;
  text-align: center;
  border-width: 3px 3px;
  border-color: #ccc;
  border-style: double;
}

.same-day {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 3px 3px;
  border-color: #ccc;
  border-style: double;
}

.same-day img {
  width: 15px !important;
  height: 15px !important;
}

.same-day span,
.new-product span,
.discount-badge.discount span {
  font-weight: bolder;
  padding: 0 2px;
}

.new-product {
  background-color: firebrick;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 3px 3px;
  border-color: #ccc;
  border-style: double;
}

.sepet-container {
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  opacity: 0;
  transition: 0.15s all ease-in-out;
}

.sepet-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
}

.sepet-mobile > button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #444;
  margin: 3px;
  outline: 0;
  border: 1px solid #444;
}

.sepet-container > button {
  height: 40px;
  padding: 5px;
  margin: 2px;
  color: #000;
  transition: 0.15s all ease-in-out;
  background-color: #fff;
  outline: 0;
  border-radius: 10px;
  border: 1px solid #444;
}

.sepet-container > button:first-child:hover,
.sepet-container > button:first-child:active {
  background-color: #000;
  color: #fff;
}

.sepet-container > .fav-btn {
  width: 40px;
}

.sepet-container > .fav-btn.active,
.sepet-mobile > .fav-btn.active,
.sepet-button-container > .fav-btn.active {
  color: #e31b23 !important;
}

.product-layout:hover .sepet-container,
.product-item:hover .sepet-container {
  bottom: 2%;
  opacity: 1;
  transition: 0.25s all ease-in-out;
}

.featured .product-price .old-price {
  text-decoration: line-through;
  font-size: 14px;
  display: block;
  color: #000;
}

.featured .product-price .new-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-black);
  display: block;
}

.featured .item:hover {
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  transition: 0.25s all ease-in-out;
}
/* 
.sepet-container button {
  background-color: #fff;
}

.featured .item:hover .sepet-container {
  opacity: 1;
  bottom: 15px;
  transition: 0.25s all ease-in-out;
}

.featured .item:hover .sepet-btn {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: #fff;
  box-shadow: 0px 1px 4px 1px #2c3e506e;
  transition: 0.25s all ease-in-out;
}

.featured .sepet-container button,
.featured .sepet-container a {
  height: 40px;
  font-size: 14px;
  outline: 0;
  color: #000;
  margin: 2px;
  padding: 5px;
  border: 1px solid rgba(68, 68, 68, 0.5);
}

.featured .sepet-container button img,
.featured .sepet-container a img {
  display: inline-block !important;
  width: auto !important;
}

.featured .sepet-container button span,
.featured .sepet-container a span {
  margin-left: 5px;
}

.featured .sepet-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  transition: 0.25s all ease-in-out;
}

.featured .sepet-btn:hover {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: #fff;
  box-shadow: 0px 0px 5px 0px var(--theme-black);
}

.featured .sepet-btn:visited,
.featured .sepet-btn:active,
.featured .sepet-btn:link,
.featured .sepet-btn:focus {
  outline: 0;
  text-decoration: none;
}

.featured .fav-btn {
  width: 40px;
  color: #fff;
}

.fav-btn.active i{
  color : #E31B23 !important;
}

.featured .fav-btn:hover,
.featured .fav-btn:active,
.featured .fav-btn:link,
.featured .fav-btn:focus {
  box-shadow: 0px 1px 4px 1px #2c3e506e;
  transition: 0.25s all ease-in-out;
} */

.linear-wipe {
  background: linear-gradient(
    to right,
    rgb(193, 6, 0) 20%,
    rgb(0, 140, 12) 40%,
    rgb(22, 0, 163) 60%,
    rgb(180, 0, 189) 80%
  );
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: linear-wipe 5s linear infinite;
  font-weight: bold;
}

@keyframes linear-wipe {
  to {
    background-position: 200% center;
  }
}

.hit-heart {
  font-size: 15px;
  color: lightcoral;
}

.tab-urun-div {
  background-color: #f5f5f5;
}

.tab-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-product .product-item {
  overflow: hidden;
  position: relative;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
  margin: 8px auto;
  background-color: #fff;
  border: 1px solid #eee;
}

.tab-product .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.tab-product .product-image > a > img {
  width: 100%;
}

.tab-product .product-item a,
.tab-product .product-item a:hover,
.tab-product .product-item a:focus,
.tab-product .product-item a:active {
  outline: none;
  text-decoration: none;
  color: #000;
}

.tab-product .product-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 95px;
  overflow: hidden;
}

.tab-product .product-name {
  font-weight: 400;
  padding: 5px;
  font-size: 16px;
  word-break: break-word;
  overflow: hidden;
}

.tab-product .manufacturer {
  height: 40px;
  font-weight: 600;
}

.tab-product .product-price .price-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tab-product .product-price .old-price {
  text-decoration: line-through;
  font-size: 14px;
  display: block;
  color: #000;
}

.tab-product .product-price .new-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-black);
  display: block;
}

.tab-product .product-item:hover {
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  transition: 0.25s all ease-in-out;
}
/* 
.tab-product .product-item:hover .sepet-container {
  opacity: 1;
  bottom: 20px;
  transition: 0.25s all ease-in-out;
}

.tab-product .product-item:hover .sepet-btn {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: #fff;
  box-shadow: 0px 1px 4px 1px #2c3e506e;
  transition: 0.25s all ease-in-out;
}

.tab-product .sepet-container button,
.tab-product .sepet-container a {
  font-size: 14px;
  outline: 0;
  background-color: transparent;
  margin: 2px;
  padding: 8px;
  border: 1px solid rgba(68, 68, 68, 0.5);
}

.tab-product .sepet-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  transition: 0.25s all ease-in-out;
}

.tab-product .sepet-btn:hover {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: #fff;
  box-shadow: 0px 0px 5px 0px var(--theme-black);
}

.tab-product .sepet-btn:visited,
.tab-product .sepet-btn:active,
.tab-product .sepet-btn:link,
.tab-product .sepet-btn:focus {
  outline: 0;
  text-decoration: none;
}

.tab-product .fav-btn,
.tab-product .sepet-btn {
  width: 40px;
  height: 40px;
}

.tab-product .sepet-btn i {
  color: #fff;
}

.tab-product .fav-btn i {
  color: #000;
}

.tab-product .fav-btn:hover,
.tab-product .fav-btn:active,
.tab-product .fav-btn:link,
.tab-product .fav-btn:focus {
  box-shadow: 0px 1px 4px 1px #2c3e506e;
  transition: 0.25s all ease-in-out;
} */

.html-banner-1 {
  margin: 30px;
  text-align: center;
}

.html-banner-1 img {
  width: 100%;
  object-fit: contain;
}

.hoverbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hover-box {
  overflow: hidden;
  position: relative;
}
.hover-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  z-index: 2;
  transition: all 1s ease 0s;
  border-width: 90px 35px 90px 35px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.hover-box:hover:before {
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.hover-box:after {
  content: "";
  display: block;
  border: 10px solid #fff;
  position: absolute;
  top: 90px;
  left: 35px;
  bottom: 90px;
  right: 35px;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.hover-box:hover:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.hover-box img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: all 1s ease 0s;
}
.hover-box:hover img {
  transform: scale(1);
}
.hover-box .hover-box-content {
  padding: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 45px;
  left: 45px;
  bottom: 45px;
  right: 45px;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.hover-box:hover .hover-box-content {
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
}
.hover-box .hover-box-inner-content {
  width: 100%;
  padding-bottom: 20px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.hover-box:hover .hover-box-inner-content {
  opacity: 1;
}
.hover-box .title {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
}
.hover-box .box-post {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 10px;
}
.hover-box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hover-box .icon li {
  display: inline-block;
}
.hover-box .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
  font-size: 18px;
  color: #000;
  transition: all 0.3s ease 0s;
}
.hover-box .icon li a:hover {
  background: #000;
  color: #fff;
}
.bancont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ban40 {
    flex-basis: 40%;
}
.ban60 {
    flex-basis: 59%;
}
.ban100 {
    flex-basis: 100%;
}
.ban40 img {
    width: 100%;
}
.ban60 img {
    width: 100%;
}
.ban100 img {
    width: 100%;
}
.bancont .ban60:nth-child(1) {
    margin-right: 10px;
}
.bancont .ban100 {
    margin-right: 0px !important;
}

.slider-wrapper {
    display: flex;
    margin-bottom: 10px;
}
.slider-wrapper .main-slider{
    width: 79%;
}
.slider-wrapper .slider-single-thumb{
    width: 20%;
    margin-left: 10px;
}
.slider-wrapper .slider-single-thumb img{
    width: 100%;
}
div#slideshow0 {
    margin-bottom: 10px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}
.bancont .ban40:nth-child(1) {
    margin-right: 10px;
}
.main-menu {
  text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
  .megamenu .categories {
    display: block;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
  .slider-wrapper .main-slider {
    width: 100%;
}
.slider-single-thumb {
    display: none;
}
.ban60 {
    flex-basis: 100%;
    margin: 0 !important;
}
.ban60 img {
    width: 100%;
}
.ban40 {
    flex-basis: 100%;
    margin: 0 !important;
}
  .bancont div:nth-child(2) {
    margin-top: 10px !important;
}
  .mfp-figure img {
    width: 100%;
  }
  .hover-box {
    margin-bottom: 30px;
  }
}

.text-slide h4 {
  font-weight: lighter;
  font-size: 18px;
  color: #fff;
}
.text-slide {
  background: linear-gradient(270deg, #414345, #232526);
  background-size: 400% 400%;
  -webkit-animation: gradient-slide 3s ease infinite;
  -moz-animation: gradient-slide 3s ease infinite;
  -o-animation: gradient-slide 3s ease infinite;
  animation: gradient-slide 3s ease infinite;
  margin-top: 20px;
  padding-bottom: 4px;
}

.urun-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.urun-nav {
  margin: 20px 0;
}

.urun-nav > li {
  margin-right: 15px;
}

.urun-nav > li:last-child {
  margin-right: 0;
}

.urun-nav > li > a {
  padding: 10px 25px;
  font-size: 15px;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
}

.urun-nav > li > a:focus,
.urun-nav > li > a:hover {
  font-size: 20px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
}

.urun-nav > li.active > a,
.urun-nav > li.active > a:focus,
.urun-nav > li.active > a:hover {
  border-radius: 0;
  color: #fff;
  background-color: #232526;
}

.category-product.row {
  display: flex;
  flex-wrap: wrap;
}

.category-product .owl-carousel {
  background: transparent;
}

.category-product .owl-item {
  padding: 2px 0px;
}

.category-product .item {
  overflow: hidden;
  position: relative;
  border-collapse: collapse;
}

.category-product .product-layout {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 10px;
}

.category-product .product-layout:hover {
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  transition: 0.25s all ease-in-out;
}

.category-product .product-image {
  position: relative;
}

.category-product .product-image > a > img {
  width: 100%;
}

.category-product .item a,
.category-product .item a:hover,
.category-product .item a:focus,
.category-product .item a:active {
  outline: none;
  text-decoration: none;
  color: #000;
}

.category-product .product-name {
  font-size: 14px;
  word-break: break-word;
  overflow: hidden;
  text-align: center;
}

.category-product .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 125px;
  padding: 0 10px;
}

/* .category-product .manufacturer,
.product-layout .manufacturer {
  height: 40px;
  font-weight: 600;
} */

.category-product .manufacturer:hover > a,
.product-layout .manufacturer:hover > a {
  color: var(--theme-black) !important;
}

.category-product .product-price {
}

.category-product .price-dc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-product .price-dc > div {
  display: inline-block;
}

.category-product .price .new-price,
.category-product .price .old-price {
  display: flex;
  color: #000;
}

.category-product .price .new-price {
  font-weight: 600;
  color: var(--theme-black);
  font-size: 16px;
}
.category-product .price .old-price {
  text-decoration: line-through;
  font-size: 12px;
}

.category-product .product-price .old-price {
  margin-left: 15px;
  text-decoration: line-through;
  margin-right: 10px;
  font-size: 14px;
  display: block;
}

.category-product .product-price .new-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-black);
  display: block;
}

.category-product .item:hover {
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  transition: 0.25s all ease-in-out;
}
/* 
.category-product .item:hover .sepet-btn {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: #fff;
  box-shadow: 0px 1px 4px 1px #2c3e506e;
  transition: 0.25s all ease-in-out;
}

.category-product .sepet-container button,
.category-product .sepet-container a {
  height: 40px;
  font-size: 14px;
  outline: 0;
  background-color: transparent;
  color: #000;
  border: 1px solid rgba(68, 68, 68, 0.5);
  transition: 0.25s all ease-in-out;
  margin-right: 5px;
}

.category-product .sepet-container button img,
.category-product .sepet-container a img {
  width: auto !important;
}

.category-product .sepet-container button span,
.category-product .sepet-container a span {
}

.category-product .sepet-container {
  text-align: center;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-product .sepet-btn:hover {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: #fff;
  box-shadow: 0px 0px 5px 0px var(--theme-black);
  transition: 0.25s all ease-in-out;
}

.category-product .sepet-btn:visited,
.category-product .sepet-btn:active,
.category-product .sepet-btn:link,
.category-product .sepet-btn:focus {
  outline: 0;
  text-decoration: none;
}

.category-product .fav-btn {
  width: 40px;
  color: #fff;
}

.category-product .fav-btn:hover,
.category-product .fav-btn:active,
.category-product .fav-btn:link,
.category-product .fav-btn:focus {
  box-shadow: 0px 1px 4px 1px #2c3e506e;
  transition: 0.25s all ease-in-out;
}
 */
.imghvr-push-up {
  border-radius: 10px;
}

.featured:hover h3.home-heading.featured-heading::before {
  width: 120px;
  transition: 0.5s all ease-in-out;
}

.category-product:hover h3.home-heading.featured-heading::before {
  width: 210px;
  transition: 0.5s all ease-in-out;
}

.product-wrapper {
  padding: 5px;
}

.heart-container {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.heart-container .lottie {
  width: 75%;
  margin: auto;
}

.layla-container {
  margin-top: 20px;
  position: relative;
  height: 440px;
}

.layla-container .effect-container {
  position: absolute;
}

.layla-container .effect-container:nth-child(1) {
  top: 0;
  left: 8%;
  z-index: 9;
}
.layla-container .effect-container:nth-child(2) {
  top: 10%;
  right: 8%;
}

.layla-grid {
  position: relative;
  list-style: none;
  text-align: center;
}

/* Common style */
.layla-grid figure {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.layla-grid figure img {
  position: relative;
  display: block;
  opacity: 1;
}

.layla-grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.layla-grid figure figcaption::before,
.layla-grid figure figcaption::after {
  pointer-events: none;
}

.layla-grid figure figcaption,
.layla-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.layla-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.layla-grid figure h2 {
  font-weight: 300;
}

.layla-grid figure h2 span {
  font-weight: 700;
  color: #fff;
}

.layla-grid figure h2 {
  margin: 0;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
}

figure.effect-layla img {
}

figure.effect-layla figcaption {
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: "";
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 15px;
  right: 30px;
  bottom: 15px;
  left: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  position: absolute;
  text-align: right;
  bottom: 10%;
  right: 10%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla img,
figure.effect-layla h2 {
  /* -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0); */
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 1;
  /* -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0); */
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  /* -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0); */
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

footer {
  position: relative;
  background-color: #fff;
  margin-top: 0 !important;
}

footer hr {
  border: 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #fafafa;
  margin: 10px 0px 2px 0px;
}

footer hr.hr-line-up {
  margin: 15px auto 30px auto;
  width: 100%;
}

footer hr.hr-line {
  margin: 15px auto;
  width: 83%;
}

footer a,
footer p {
  color: rgba(0, 0, 0, 0.8);
}

footer a:hover {
  color: rgba(0, 0, 0, 1);
}

.safe-shopping {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.safe-shopping .safe-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.safe-shopping .safe-tile:before {
  content: "";
  left: -5%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 60px;
  background-color: #88888852;
}

.safe-shopping .safe-tile:first-child:before {
  display: none !important;
}

.safe-shopping .safe-tile .safe-heading {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.safe-shopping .safe-tile img {
  max-width: 75px;
  max-height: 75px;
  margin: 30px;
}

.safe-shopping .safe-tile .safe-desc {
  color: #000;
  width: 70%;
  text-align: center;
}

.opencart-global {
  font-size: 14px;
}

.footer-links div h5 {
  font-size: 18px;
  cursor: default;
  font-weight: 600;
  color: #000;
  font-family: unset;
}

.footer-links div ul {
  margin-bottom: 30px;
}

.footer-links {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.footer-social-links {
  margin: 15px 0 0 0;
  font-size: 14px;
  display: flex;
}
.footer-social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  position: relative;
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.footer-social-links a i,
.footer-social-links a span {
  position: relative;
}
.footer-social-links a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  background-color: #b3b3b3;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.footer-social-links a:hover {
  color: #fff;
}
.footer-social-links a:hover:before {
  background: var(--theme-black);
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.25s cubic-bezier(0.3, 0.1, 0.58, 1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-iletisim-baslik {
  margin-top: 25px;
}

.footer-iletisim i {
  margin-right: 10px;
}

.footer-iletisim img {
  margin-right: 8px;
  opacity: 0.5;
}

.footer-iletisim a {
  display: block;
  padding: 10px 10px;
  font-size: 12pt;
  background-color: #b3b3b3;
  margin: 5px 0;
  color: #fff;
  transition: 0.25s all ease-in-out;
}

.footer-iletisim a:hover {
  color: #fff;
  background-color: var(--theme-black);
  transition: 0.25s all ease-in-out;
}

.footer-iletisim a:hover img {
  opacity: 0.8;
}

.footer-copyright {
  text-align: right;
  background-color: rgb(244, 243, 243);
  padding: 15px;
  display: flex;
  align-items: center;
}

.footer-copyright p {
  margin-top: 15px;
  color: #000;
}

.footer-copyright small {
  margin-top: 15px;
  color: #6f6f6f;
}
.footer-copyright a {
  margin-top: 15px;
  color: var(--theme-black);
}

.footer-copyright img {
  width: 100%;
  object-fit: contain;
}

.footer-copyright .container .row {
  margin: 0 !important;
}

.footer-kargo-takip {
  background-color: var(--theme-black);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  overflow: hidden;
  position: relative;
}

.footer-kargo-takip:hover .kargo-arac {
  left: 135%;
  transition: 5s all ease-in-out;
}

.footer-kargo-takip:hover > a {
  background-color: rgba(0, 0, 0, 0.5);
}

.footer-kargo-takip a {
  padding: 12px;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  z-index: 5;
  margin-right: 25px;
  background-color: var(--theme-black);
}

.footer-kargo-takip a:hover {
  color: #fff;
}

.kargo-arac img {
  width: 120px;
  height: 120px;
  z-index: 1;
}

.kargo-soru {
  background-color: transparent;
  cursor: default;
  color: #fff;
  font-size: 70px;
  margin-bottom: 15px;
  z-index: 2;
}

.kargo-arac {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -35%;
  top: 50%;
  transform: translateY(-50%);
  animation: 0.8s infinite jiggle;
  filter: drop-shadow(3px 8px 7px #000);
}

@keyframes jiggle {
  0% {
    top: 50%;
  }
  50% {
    top: 45%;
  }
  100% {
    top: 50%;
  }
}

.mobile-stores {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mobile-stores > span {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.mobile-stores .stores {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mobile-stores .stores .google-play a:hover img,
.mobile-stores .stores .app-store a:hover img {
  width: 145px;
  transition: all 0.25s ease-in-out;
}

.mobile-stores .stores .google-play {
  margin-left: -10px;
}

.mobile-stores .stores .google-play img,
.mobile-stores .stores .app-store img {
  width: 140px;
  height: 55px;
  transition: all 0.25s ease-in-out;
}

.call-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.call-center a {
  text-decoration: none;
}

.call-center a:hover span,
.call-center a:focus,
.call-center a:active span {
  color: var(--theme-black);
  text-decoration: none;
}

.call-center img {
  width: 80px;
  height: 80px;
}

.call-center span {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.bottom-margin {
  height: 50px;
  display: none;
}

.mobile-hizli-islem {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  height: 75px;
  background: rgb(230, 230, 230);
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
  transition: 0.25s all ease-in-out;
  overflow: hidden;
}

.mobile-hizli-islem > a > div {
  width: 80px;
  height: 60px;
  transition: 0.25s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  position: relative;
}

.mobile-hizli-islem > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  color: #6f6f6f;
  position: relative;
}

.mobile-hizli-islem > a:before {
  content: "";
  left: -5%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 30px;
  background-color: #88888852;
  margin: 5px;
}

.mobile-hizli-islem > a:first-child:before {
  display: none !important;
}

.mobile-hizli-islem a div span {
  margin-top: 5px;
}

.mobile-hizli-islem .hi-sepet-img em,
.mobile-hizli-islem .hi-favori-img em {
  position: absolute;
  top: -3px;
  right: 6px;
  background-color: var(--theme-black);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

.mobile-hizli-islem img {
  width: 25px;
  height: 25px;
  opacity: 0.7;
  margin-top: 5px;
  transition: 0.25s all ease-in-out;
}

.mobile-hizli-islem > a > div:after {
  content: "";
  position: absolute;
  bottom: 0%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  height: 2px;
  width: 0;
  background-color: var(--theme-black);
  opacity: 0.5;
  text-align: center;
  transition: 0.25s all ease-in-out;
}

.mobile-hizli-islem > a > div.active:after {
  width: 70%;
  transition: 0.25s all ease-in-out;
}

.mobile-hizli-islem.menu-minimized > a > div.active:after {
  bottom: 3%;
  width: 40% !important;
  transition: 0.25s all ease-in-out;
}

.menu-minimized {
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
  height: 50px;
}

.menu-minimized > a:before {
  height: 15px;
}

.menu-minimized > a > div {
  width: 70px;
  height: 45px;
}

.menu-minimized span {
  display: none;
}

.menu-minimized a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-minimized .hi-sepet-img em,
.menu-minimized .hi-favori-img em {
  position: absolute;
  top: 4px;
  right: 12px;
  background-color: var(--theme-black);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  font-size: 11px;
  font-style: normal;
}

.menu-minimized img {
  width: 20px;
  height: 20px;
  margin-top: 0;
  transition: 0.25s all ease-in-out;
}

ul.manufacturer li a {
  color: #6f6f6f;
}

ul.megamenu > li > a strong {
  font-weight: 600;
}

ul.megamenu .title-submenu {
  color: #000;
}

ul.megamenu > li > a {
  text-transform: uppercase;
}

ul.megamenu > li > a:hover,
ul.megamenu > li.active > a,
ul.megamenu > li.home > a,
ul.megamenu > li:hover > a {
  background-color: unset;
  color: #444;
}

.responsive ul.megamenu > li.click:before,
.responsive ul.megamenu > li.hover:before {
  color: var(--theme-black);
}

.responsive ul.megamenu > li.active .close-menu:before {
  font-size: 12px;
  color: var(--theme-black);
}

#custom-carousel {
  width: 100%;
}

.carousel-inner ul {
  margin-top: 0;
  margin-bottom: 10px;
}

#custom-carousel .carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  margin: 0 0 0 10px;
  top: 0 !important;
  left: 0 !important;
  width: initial !important;
  height: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

#custom-carousel:hover .carousel-indicators {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}

#custom-carousel .carousel-indicators li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12vw;
  height: 8vw;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  opacity: 0.4;
  overflow: hidden;
  transition: 0.25s all ease-in-out;
  margin: 2px;
}

#custom-carousel .carousel-indicators li:hover {
  opacity: 0.8;
  transition: 0.25s all ease-in-out;
}

#custom-carousel .carousel-indicators .active {
  border-color: #444;
  opacity: 1;
  overflow: hidden;
}

.carousel-inner {
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.owl-nav button:hover i {
  color: var(--theme-black);
}

.owl-nav button:active,
.owl-nav button:focus {
  border: 0;
  outline: 0;
}

.owl-nav button:nth-child(1) {
  position: absolute;
  top: -30px;
  left: 10px;
}

.owl-nav button:nth-child(2) {
  position: absolute;
  right: 10px;
  top: -30px;
}

.owl-nav button i {
  font-size: 20px;
}

#toast-container {
  top: 60px;
  right: 30px;
}

#toast-container > div {
  opacity: 0.9;
  padding: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 4px #444;
  -webkit-box-shadow: 0 0 4px #444;
  box-shadow: 0 0 4px #444;
}

#toast-container > .toast-success,
#toast-container > .toast-info {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  background-color: #fff;
}

.toast-close-button {
  right: 0.2em;
  top: 0em;
  color: #333;
}

.toast-message {
  padding: 10px;
}

.custom-toaster {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre-wrap;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  color: #333;
}

.custom-toaster a {
  color: var(--theme-black);
  text-decoration: none;
  font-weight: 600;
}

.custom-toaster a:hover {
  color: rgba(0, 0, 0, 1);
}

.custom-toaster a:active,
.custom-toaster a:focus {
  outline: 0;
  text-decoration: none;
}

.custom-toaster > a {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 4px;
  font-weight: 600;
}

.custom-toaster .lottie {
  min-width: 75px !important;
  min-height: 75px !important;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  #toast-container {
    top: 0;
    right: 0;
    width: 100%;
  }

  #toast-container .toast-close-button {
    right: 7px;
    top: 0px;
    padding: 5px;
  }

  #toast-container > div {
    width: 100%;
  }

  .toast-message {
    padding: 5px;
  }

  .tab-product .product-name {
    font-weight: 400;
    padding: 5px;
    font-size: 12px;
    word-break: break-word;
    overflow: hidden;
  }
}

.mobile-banks {
  display: none;
}

.taksit-9 {
  display: none;
}

.scrollTop-div {
  position: fixed;
  bottom: 15%;
  right: calc(-3% - 40px);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s all ease-in-out;
  z-index: 10000;
}

.scrollTop-div .scrollTop {
  color: #fff;
}

.scrollTop-div:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.image-box > img:first-child {
  max-width: 100%;
  transition: all 0.6s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-box:hover > img {
  transform: scale(1.2);
}

.ssl {
  margin: 15px 0;
  text-align: center;
}

.ssl img {
  width: 185px;
  height: 55px;
}

.hover-shine {
  cursor: pointer;
}

.hover-shine figure {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.hover-shine figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover-shine figure:hover::before {
  -webkit-animation: shine 2s;
  animation: shine 2s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.list-option li span {
    padding: 10px 15px !important;
    background-color: #ffffff;
    font-size: 17px !important;
    color: #000000;
}
@media screen and (min-width: 1367px) {
  .kampanya-banner img {
    object-fit: scale-down;
  }
}

@media screen and (min-width: 992px) {
  .megamenu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #eee;
    background-color: #f5f5f5;
  }

  .sticky {
    position: fixed !important;
    top: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    padding: 0 !important;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
  }

  .megamenu-wrapper .menu-brand-logo {
    display: none !important;
  }

  .menu-overlay {
    display: none !important;
  }

  .sticky .has-image {
    margin-left: 0 !important;
    padding-left: 15px !important;
  }

  .navbar-default {
    background-color: transparent;
  }

  .megamenu-pattern {
  }

  .menu-top {
    display: none !important;
  }

  ul.megamenu > li:first-child > a:before {
    display: none !important;
  }

  ul.megamenu > li > a:before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 24px;
  }

  .megamenu-pattern ul > li > a:hover,
  .megamenu-pattern ul > li > a:active,
  .megamenu-pattern ul > li > a:focus {
  }

  .with-sub-menu.hover.active > a {
    color: var(--theme-black) !important;
  }

  ul.megamenu > li > a:hover,
  ul.megamenu > li.active > a,
  ul.megamenu > li.home > a,
  ul.megamenu > li:hover > a {
  }

  ul.megamenu > li > a {
    position: relative;
  }

  ul.megamenu > li > a:after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    background-color: #000;
    opacity: 0;
    transition: 0.25s all ease;
  }

  ul.megamenu > li > a:hover:after {
    opacity: 1;
    height: 3px;
    width: 50%;
    transition: 0.25s all ease;
  }

  .megamenu-wrapper {
    background-color: transparent;
    z-index: 999;
  }

  .sticky ul li a:hover {
    border-radius: 0;
  }

  ul.megamenu > li > .sub-menu {
    border-width: 1px 0 1px 0;
    background-color: #f5f5f5;
    border-style: solid;
    border-color: #ccc;
    box-shadow: 0 4px 2px -2px gray;
  }

  ul.megamenu > li > .sub-menu .content {
    max-height: 525px;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  .sticky ul > li > .sub-menu .content {
    border-radius: 0 !important;
  }

  ul.megamenu > li > .sub-menu .content .categories .menu {
    text-align: center;
  }

  ul.megamenu > li:last-child > .sub-menu .content .categories .menu {
    text-align: initial;
  }

  ul.megamenu > li > a {
    text-shadow: none !important;
    padding: 11px 8px 10px 8px;
  }

  .sticky ul > li > .sub-menu {
    border-radius: 0 !important;
    padding-top: 0 !important;
  }

  .megamenu-pattern .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
  }

  .static-menu > a {
    color: var(--theme-black) !important;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    color: var(--theme-black);
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover,
  ul.megamenu li .sub-menu .content .static-menu a.main-menu:active,
  ul.megamenu li .sub-menu .content .static-menu a.main-menu:focus {
    color: #000;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
    padding: 10px 0px;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
    color: #000;
    transition: 0.15s all ease-in-out;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
    color: var(--theme-black);
    padding-left: 8px;
    transition: 0.15s all ease-in-out;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    content: "";
    padding: 0;
  }

  ul.megamenu > li:last-child a:hover {
    background-color: #fff;
    color: var(--theme-black);
  }

  .navbar-container {
    border-top: 3px solid var(--theme-black);
    background: repeating-linear-gradient(
      135deg,
      #fff,
      #fff 20px,
      var(--theme-black) 20px,
      var(--theme-black) 40px
    );
    height: 45px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
  }

  .home-heading {
    margin: 20px 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-social-links a {
    margin-bottom: 15px;
  }

  .has-image {
    margin-left: 0 !important;
  }

  .has-image img {
    display: none !important;
  }
  /* 
  .featured .sepet-container button,
  .featured .sepet-container a {
    width: 45px;
    padding: 8px 10px 8px 8px;
  }

  .featured .sepet-container button img,
  .featured .sepet-container a img {
    width: 20px;
    height: 20px;
  }

  .featured .sepet-container {
    padding-top: 10px;
  }

  .category-product .sepet-container button,
  .category-product .sepet-container a {
    width: 45px;
  }

  .category-product .sepet-container button img,
  .category-product .sepet-container a img {
    width: 20px;
    height: 20px;
  }

  .category-product .sepet-container {
  } */
}
@media screen and (min-width: 1200px) {
  .has-image img {
    position: absolute;
    left: -33px;
    bottom: -10px;
    width: 72px !important;
    height: 102px !important;
  }
  .so-megamenu-active #remove-megamenu {
    display: none !important;
  }

  a.clearfix.has-image {
    padding-left: 25px;
  }

  .megamenu-pattern {
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.megamenu > li > a {
    padding: 10px 5px 5px 5px;
  }

  ul.megamenu > li > a:before {
    display: none;
  }

  a.clearfix.has-image {
    padding-left: 5px;
  }

  .navbar-container {
    border: 0;
  }

  .megamenu-pattern {
  }

  ul.megamenu > li > a {
    padding: 12px 3px 0px 3px;
  }
}

@media screen and (max-width: 991px) {
  .story-div .story-circle {
    opacity: 1;
  }

  .responsive ul.megamenu > li > a > b {
    display: none;
  }

  .navbar-header {
    float: none;
    background: #232526;
    background: -webkit-linear-gradient(to left, #414345, #232526);
    background: linear-gradient(to left, #414345, #232526);
  }

  .islem-menu-container {
    display: none;
  }

  .logo-container {
    margin-bottom: 10px;
  }

  .search-container {
    font-size: 20px;
    width: 75%;
  }

  .search-input {
    background-position-x: 4px;
    background-position-y: 17px;
    background-size: 24px 24px;
    padding: 10px 25px 10px 40px;
  }

  .clear-search {
    top: 20px;
    right: 0;
  }

  .header-top {
    display: none;
  }

  .header-islem {
    flex-direction: column;
    height: initial;
    padding: 10px 0;
  }

  .story-div .story-circle {
    width: 100px;
    height: 100px;
    padding: 3px;
  }

  .story-div .story-circle img {
    width: 94px;
    height: 94px;
    border: 4px solid #fff;
  }

  .responsive ul.megamenu > li.home,
  ul.megamenu > li.search,
  .fa-angle-right,
  .caret {
    display: block;
  }

  .thumbnails {
    flex-direction: column;
  }

  .thumbnails .xzoom-thumbs {
    display: block !important;
  }

  #cart {
    margin-bottom: 0;
  }

  .navbar-header .navbar-toggle {
    background-color: var(--theme-black);
    border-color: var(--theme-black);
  }

  #show-megamenu {
    border: 1px solid #0004448a;
    background-color: var(--theme-black);
    border-radius: 0;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  #show-megamenu:hover,
  #show-megamenu:active,
  #show-megamenu:focus {
    background-color: #fff;
  }

  #show-megamenu:hover .icon-bar,
  #show-megamenu:active .icon-bar,
  #show-megamenu:focus .icon-bar {
    background-color: var(--theme-black);
  }

  .navbar-container {
    justify-content: flex-end;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .megamenu-wrapper::-webkit-scrollbar {
    display: none;
  }

  .megamenu-wrapper {
    padding: 0;
    border: 0;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  ul.megamenu {
    transition: none !important;
  }

  .menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }

  .menu-top .brand-name {
    padding-left: 15px;
  }

  .megamenu-wrapper .menu-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .megamenu-wrapper .menu-brand-logo img {
    width: 50%;
  }

  .so-megamenu-active #remove-megamenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px;
    padding: 0;
    height: 50px;
    font-size: 20px;
    text-align: left;
  }

  .megamenu-pattern .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .responsive ul.megamenu > li:last-child {
    border-bottom: 1px solid #e6e6e6;
  }

  .responsive ul.megamenu > li > a > strong {
    color: #000000b0;
    font-weight: 600;
  }

  .responsive ul.megamenu > li.active .close-menu {
    height: auto !important;
    padding: 11px 0px 0px 30px;
  }

  .responsive ul.megamenu > li.click:before,
  .responsive ul.megamenu > li.hover:before {
    cursor: pointer;
    font-size: 12px;
    padding: 12px 23px 10px 50px;
  }

  .so-megamenu-active #remove-megamenu:before {
    content: "\f00d";
    padding: 10px 12px;
    width: 35px;
    height: 35px;
    background-color: var(--theme-black);
    color: #fff;
    font-size: 16px;
  }

  .responsive ul.megamenu .sub-menu .content .row > div {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }

  .with-sub-menu.hover.active > a > strong {
    color: var(--theme-black);
  }

  ul.megamenu li .sub-menu .content {
    background-color: #e6e6e6;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    content: "";
  }

  .responsive ul.megamenu .sub-menu .content .row > div .megamenu-html-content,
  .responsive
    ul.megamenu
    .sub-menu
    .content
    .row
    > div
    .megamenu-html-content-last {
    display: none !important;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
    color: initial;
  }

  .slider-wrapper {
    margin: 0;
  }

  #custom-carousel {
    padding: 0px 0px 0px 0px !important;
    margin: 0 !important;
    width: 100%;
  }

  #custom-carousel .carousel-indicators {
    display: none;
  }

  .carousel-inner {
    width: 100%;
  }

  .carousel-inner img {
    border-radius: 0;
  }

  .special-product {
    display: none !important;
  }

  .home-heading {
    text-align: center;
    margin: 30px !important;
  }

  .home-heading.featured-heading:before {
    left: calc(50%);
    transform: translateX(-50%);
  }

  .footer-kargo-takip {
    width: 100%;
  }

  .footer-links > div:nth-child(1) > div:nth-child(1),
  .footer-links > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
  }

  .mobile-stores {
    text-align: center;
  }

  .mobile-stores .stores {
    align-items: center;
    justify-content: center;
  }

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

  .mobile-hizli-islem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bottom-margin {
    display: block;
  }

  .footer-social {
    padding: 0 !important;
    text-align: center;
    margin: 15px 0px 0 0 !important;
  }

  .call-center {
    justify-content: center;
  }

  .theme-options {
    right: calc(0% - 193px);
    max-width: 215px;
    /* display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end; */
    display: none;
  }

  .theme-options .theme-arrow {
    position: absolute;
    top: 20px;
    left: -35px;
  }

  .theme-options .theme-boxes {
    display: flex;
    max-width: 180px;
    flex-wrap: wrap;
  }

  .footer-social-links {
    align-items: center;
    justify-content: center;
  }

  .footer-iletisim a {
    width: 70%;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ssl img {
  }
  /* 
  .featured .item .sepet-container {
    opacity: 1;
    bottom: 15px;
  }

  .tab-product .sepet-container {
    opacity: 1;
    bottom: 20px;
  }

  .featured .sepet-container button span,
  .featured .sepet-container a span {
    margin-left: 0;
  } */

  .text-slide h4 {
    font-size: 12px;
  }

  .layla-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    height: initial;
    margin-top: 0;
    background: linear-gradient(270deg, #414345, #232526);
    background-size: 400% 400%;
    -webkit-animation: gradient-slide 3s ease infinite;
    -moz-animation: gradient-slide 3s ease infinite;
    -o-animation: gradient-slide 3s ease infinite;
    animation: gradient-slide 3s ease infinite;
  }
  .layla-container .effect-container {
    position: initial;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }

  .layla-container .effect-container:first-child {
    border-bottom: 20px dashed #fff;
  }

  .layla-grid figure {
    width: 100%;
  }

  .layla-grid figure img {
    border: none;
    width: 100%;
  }

  figure.effect-layla:hover img {
    opacity: 1;
  }

  figure.effect-layla figcaption::before,
  figure.effect-layla figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  figure.effect-layla figcaption::after,
  figure.effect-layla h2,
  figure.effect-layla p,
  figure.effect-layla img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  figure.effect-layla figcaption::before,
  figure.effect-layla figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  figure.effect-layla figcaption::before,
  figure.effect-layla figcaption::after {
    opacity: 1;
  }

  figure.effect-layla figcaption::after,
  figure.effect-laylah2,
  figure.effect-laylap,
  figure.effect-laylaimg {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .kutular div .text {
    font-size: 11px;
  }

  .kutular .kutu1 span.icon,
  .kutular .kutu2 span.icon,
  .kutular .kutu3 span.icon {
    display: none;
  }

  .featured .item {
    width: 97%;
  }
  .featured .product-image img:first-child {
  }
  .featured .product-image {
  }
  .safe-shopping .safe-tile {
    height: 235px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  div#content {
    padding: 15px;
  }

  .html-banner-1 {
    margin: 15px 0px;
  }

  .product-content .thumbnails {
    margin-right: 0 !important;
  }

  .quantity-wrapper {
    flex-direction: column;
  }

  .quantity-wrapper .sepet-button-container {
    margin-top: 10px;
  }

  .urun-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .urun-nav > li {
    margin-right: 0;
  }

  .hover-box .title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
  }

  .hover-box .box-post {
    font-size: 15px;
  }

  .featured .item {
    width: 97%;
  }
  /* 
  .featured .sepet-container button span,
  .featured .sepet-container a span {
    margin-left: 0;
  }
 */
  .featured .product-name {
  }

  .featured .manufacturer {
    padding: 0;
    text-align: center;
  }

  .featured .product-price {
  }

  .category-product .product-name {
    padding: 5px 5px;
    text-align: center;
    width: 125px;
  }

  .category-product .product-price {
    text-align: center;
    padding: 5px 0 0 0;
  }

  .safe-shopping {
    margin-bottom: 20px !important;
    padding: 5px !important;
  }

  .safe-shopping .safe-tile:before {
    display: none !important;
  }

  .safe-shopping .safe-tile {
    border: 1px solid lightgray;
    margin: 0 3px;
    padding: 3px;
    border-radius: 5px;
  }

  .safe-shopping .safe-tile .safe-heading {
    height: 50px;
    min-height: 50px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 10px;
  }

  .safe-shopping .safe-tile .safe-desc {
    display: none;
  }

  .safe-shopping img {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 15px !important;
  }

  .footer-links,
  .footer-links div h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  }

  .footer-kargo-takip {
  }
  .footer-kargo-takip a {
    margin-right: 10px;
  }

  .footer-kargo-takip .kargo-soru {
    font-size: 45pt;
  }

  .footer-copyright .container .text-center > img {
    height: 30px;
    margin-bottom: 20px;
  }

  .desktop-banks {
    display: none;
  }

  .taksit-9 {
    display: block;
  }

  .mobile-banks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .mobile-banks ul {
    margin: 0;
    padding: 0;
  }

  .mobile-banks li {
    list-style: none;
    margin: 0px 2px 2px 0;
    padding: 0;
    float: left;
    background-color: #fff;
  }

  .mobile-banks li:last-child {
    margin: 0 !important;
  }

  .mobile-banks img {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px !important;
  }

  .hoverbox-wrapper > div {
    padding: 3px;
  }

  .hover-box {
    margin-bottom: 0;
  }

  .layla-container {
    margin-top: 20px;
  }
}

@media screen and (max-width: 540px) {
  .kutular .kutu1 span.icon,
  .kutular .kutu2 span.icon,
  .kutular .kutu3 span.icon {
    width: 35px;
    height: 35px;
  }
  .kutular .kutu-text p {
    display: none;
  }
}

@media (max-width: 640px) and (min-width: 992px) {
  #custom-carousel .carousel-indicators li {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 639px) {
  #custom-carousel .carousel-indicators li {
    width: 25px;
    height: 25px;
    margin-left: -5px;
  }
  .safe-shopping .safe-heading {
    font-size: 13px !important;
  }
  .text-slide h4 {
    font-size: 10px;
  }

  .same-day {
    border-width: initial;
  }

  .same-day img {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .tab-content .product-layout.tab-product {
    margin: 4px !important;
  }
}
@media screen and (min-width: 425px) and (max-width: 320px) {
  .footer-links {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .story-div .story-circle {
    width: 75px;
    height: 75px;
    padding: 3px;
  }

  .story-div .story-circle img {
    width: 69px;
    height: 69px;
    border: 4px solid #fff;
  }

  .tab-product.container > div {
    padding: 0 3px;
  }

  .prod-desc ul li a {
    font-size: 12px !important;
    padding: 10px 5px;
  }

  .text-slide h4 {
    font-size: 8px;
  }

  .text-slide {
    padding-bottom: 0;
  }

  .hover-box .hover-box-content {
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
  }

  .hover-box:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
  }

  .hover-box .hover-box-inner-content {
    opacity: 1;
  }

  .hover-box .hover-box-inner-content .box-post {
    padding: 3px;
    background: rgba(0, 0, 0, 0.5);
  }

  .hover-box .hover-box-inner-content .typed-cursor {
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 0 1px 0;
  }

  .hover-box:before {
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hover-box img {
    transform: scale(1);
  }

  .search-input {
  }

  .footer-kargo-takip .kargo-soru {
    font-size: 35pt;
    padding: 0px 4px;
  }

  .featured .item {
    padding: 5px 5px !important;
    border: 1px solid #d3d3d378;
  }

  .featured .item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .featured .product-price .old-price {
    font-size: 12px;
  }

  .featured .product-price .new-price {
    font-size: 15px;
  }

  .category-product .item {
    padding: 10px 3px !important;
    border-radius: 5px;
    border: 1px solid lightgray;
  }

  .category-product .item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .category-product .product-image img:first-child {
    width: 100%;
  }

  .category-product .product-price .old-price {
    font-size: 12px;
  }

  .category-product .product-price .new-price {
    font-size: 15px;
  }

  .featured .product-image {
  }

  .featured .product-image img:first-child {
  }

  .category-product .product-name {
    padding: 0px 5px;
    font-size: 12px;
    word-break: break-word;
  }

  .category-product .price-dc {
  }

  .vertical-tab .nav-tabs li {
    float: none;
    padding: 0;
  }

  .vertical-tab .nav-tabs li a {
    width: 50%;
    font-size: 12px;
    float: left;
    padding: 10px;
  }

  .vertical-tab .nav-tabs li a .tab-icon {
    width: 35px;
    height: 35px;
  }

  .tab-content .product-layout.tab-product .product-image {
  }

  .tab-content .product-layout.tab-product .product-image img:first-child {
  }

  .category-product.tab-catagory {
    align-items: center;
    justify-content: center;
  }
  /* 
  .category-product .sepet-container {
    padding: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 */
  .tab-content .product-layout.tab-product {
    margin: 5px;
    max-width: 40%;
  }

  .safe-shopping {
    padding: 0px !important;
  }

  .safe-shopping img {
    width: 27px;
    height: 27px;
    min-width: 27px;
    min-height: 27px;
    margin: 10px !important;
  }
  .safe-shopping .safe-heading {
    font-size: 10px !important;
    line-height: 10px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 15px 3px !important;
  }
}

@media screen and (max-width: 320px) {
  .text-slide h4 {
    font-size: 7px;
  }
  .kutular div .text {
    font-size: 10px;
  }
}

/* Inline Styles */

.home-breadcrumb {
  width: 15px;
  padding-bottom: 3px;
}

.box {
  border: 1px solid #eee;
  background-color: #fff;
}

.box-heading {
  color: #fff;
  background: var(--theme-black);
  text-shadow: initial;
  border: 0;
}

.bf-count {
  padding: 0px 8px;
}

.bf-buttonclear {
  text-decoration: none;
}

.bf-buttonclear:active,
.bf-buttonclear:focus {
  outline: 0;
}

.bf-layout-id-10 .bf-btn-show {
  background-color: var(--theme-black) !important;
}

.bf-responsive.bf-active.bf-layout-id-10 .bf-check-position {
  top: 115px !important;
}

.bf-layout-id-10 .ui-widget-header {
  background: var(--theme-black) !important;
}

.bf-price-slider-container {
  padding: 0px 5px 35px;
}

.bf-slider-label {
  bottom: -30px;
  font-size: 12px;
}

.bf-slider-label:after {
  height: 12px;
  top: -18px;
}

.bf-attr-group-header {
  line-height: 35px;
}

.bf-layout-id-10 .bf-attr-header {
  font-weight: 600;
}

.bf-cell.bf-c-1,
.bf-cell.bf-c-2,
.bf-cell.bf-c-3 {
  padding: 6px;
}

.bf-cur-symb {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.bf-cur-symb {
  padding-bottom: 15px;
}

.bf-slider-container.ui-slider .ui-slider-handle,
.bf-slider-range.ui-slider .ui-slider-handle {
  border-radius: 6px;
  width: 18px;
  height: 18px;
  background: #fff;
  top: -0.5em;
  margin-left: -0.8em;
}

.bf-buttonclear-box {
  text-align: right;
}

.bf-cascade-1,
.bf-cascade-2,
.bf-cascade-3 {
  background-image: none;
  background-repeat: no-repeat;
}

input[type="text"].bf-search {
  outline: 0;
  border: 1px solid #ccc;
}

.control-label {
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 0;
  display: flex;
  margin-bottom: 5px;
}

.table-responsive {
}

#content {
  min-height: 250px;
}

.content-inner {
  display: flex;
}

.fiyat-marka {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
}

.fiyat-marka ul {
  margin: 0;
}

.marka-wrapper {
  width: 90px;
  height: 45px;
  margin: 0 0 0 10px !important;
}

.marka-wrapper img {
  object-fit: contain;
  width: 90px !important;
  height: 45px;
}

#content table {
  background-color: #fff;
}

#content table button > i {
  font-size: 14px;
}

#content table thead tr {
  background-color: var(--theme-black);
  color: #fff;
  cursor: default;
  font-size: 14px;
  font-weight: 600;
}

#content table td {
  text-align: center;
  vertical-align: middle;
}

#content table tbody td {
  color: #000;
}

.btn-danger {
  color: #fff;
  background-color: firebrick;
  border-color: firebrick;
  border: 1px solid firebrick;
  outline: 0;
  border-radius: 0;
}

.btn-danger:hover {
  color: firebrick;
  background-color: #fff;
  border-color: firebrick;
}

.btn-danger:active,
.btn-danger:focus {
  outline: 0;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: firebrick;
  border-color: firebrick;
  outline: 0;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: firebrick;
  border-color: firebrick;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: firebrick;
  border-color: firebrick;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  border: 1px solid #444;
  outline: 0;
}

.btn-primary:hover {
  color: var(--theme-black);
  background-color: #fff;
  border-color: var(--theme-black);
}

.btn-primary:active,
.btn-primary:focus {
  color: var(--theme-black);
  background-color: #fff;
  border-color: var(--theme-black);
  outline: 0;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: var(--theme-black);
  background-color: #fff;
  border-color: var(--theme-black);
  outline: 0;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #fff;
  border-color: var(--theme-black);
}

.special-badge {
  position: absolute;
  top: -19px;
  right: -16px;
  width: 140px;
}

.special-discount-1 {
  position: absolute;
  top: 20px;
  right: 21px;
  transform: rotate(34deg);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-shadow: -4px 4px 5px #333;
  cursor: default;
}

.special-discount-2 {
  position: absolute;
  top: 53px;
  right: 18px;
  transform: rotate(34deg);
  font-size: 20px;
  text-shadow: -4px 4px 5px #333;
  color: #fff;
  cursor: default;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: var(--theme-black);
}

#content + .htitle {
  padding-left: 10px;
}

.product-content {
  padding: 0;
}

.product-content > div {
  padding: 0;
}

.product-content > div:first-child {
  display: flex;
}

.product-content .thumbnails .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  padding-right: 10px;
}

.thumbnails {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnails > li {
  position: relative;
  margin: 0;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 5px;
}

.thumbnails .x-zoom-main-image {
  border-radius: 0;
  border: none;
  padding: 0;
  overflow: hidden;
}
.thumbnails .xzoom-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  margin: 5px;
}

.thumbnails .main-thumb {
  box-shadow: none;
  width: 100% !important;
}

.product-content .thumbnails li.image-additional:nth-child(2) {
  margin-left: 0;
}

.product-content .thumbnails .image-additional:hover {
  opacity: 0.8;
}

.cproduct .price-details-container {
  padding: 0;
  display: flex;
}

.cproduct .price-details-container .nav-tabs {
  display: flex;
  align-items: stretch;
}

.cproduct .price-details-container .nav-tabs > li {
  flex: 1;
  text-align: center;
}

.cproduct .price-details-container .product-price-details {
  display: flex;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-bottom: 15px;
}

.cproduct .price-details-container .product-price-details table {
  background-color: #f5f5f5 !important;
}

.cproduct .price-details-container .product-price-details #product {
  width: 100%;
}

.cproduct .price-details-container .product-price-details #product hr {
  margin: 5px 0;
}

.cproduct .price-details-container .product-price-details #product h3 {
  margin: 5px 0;
}

.cproduct .price-details-container .product-price-details #product .form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
}

.cproduct .price-details-container .product-price-details h1 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  margin-right: 20px;
}

.cproduct .price-details-container .product-price-details ul {
  font-size: 14px;
  margin: 0;
}

#power-price:last-child {
  display: none;
}

.product-price-details table {
}

.product-price-details table thead tr {
  background-color: #fff !important;
  color: var(--theme-black) !important;
  cursor: default !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: 1px solid var(--theme-black) !important;
}

.product-price-details table thead tr td {
  padding: 4px;
}

.product-price-details table tbody tr {
  border-bottom: 1px solid #eee;
}

.product-price-details table tbody tr td {
  border: none !important;
  text-align: left !important;
  width: 0.1%;
  white-space: nowrap;
  position: relative;
  padding: 4px;
  font-size: 14px;
}

.product-price-details table tbody tr td:first-child {
  font-weight: 600;
  font-size: 14px;
}

.product-price-details table tbody tr td:first-child:after {
  position: absolute;
  content: " :";
  top: 16%;
  right: 15px;
}

.product-price-details ul li div {
  font-weight: 600;
}

.product-price-details ul + ul {
  display: flex;
}

#power-price {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0px 10px 0 0px;
}

#power-price li span {
  font-weight: 600;
  font-size: 15px !important;
}

#power-discount {
  color: #fff;
  display: flex !important;
}

.power-discount-product {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px !important;
  font-weight: 600;
  padding: 0px 25px 0px 30px !important;
  margin: 0 !important;
  background-color: #000 !important;
  clip-path: polygon(100% 0, 85% 50%, 100% 100%, 25% 100%, 0 50%, 25% 0);
}

.power-discount-product::before {
  display: block !important;
  content: "Kazancınız";
  font-weight: 600;
  font-size: 15px;
}

.cproduct > div:nth-child(2) {
  padding: 0;
}

.product-hr {
  width: 100%;
  margin-bottom: 35px;
  padding: 0;
}

.tag-link {
  padding: 10px;
  background-color: var(--theme-black);
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
}

.tag-link:active,
.tag-link:hover {
  background-color: #fff;
  color: var(--theme-black);
  border: 1px solid var(--theme-black);
}

.tag-link:hover:focus {
  color: var(--theme-black);
}

.tag-link:focus {
  color: #fff;
}

.quantity-container {
  width: 100%;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.quantity-text {
  font-weight: 600;
  font-size: 15px;
}

.quantity-wrapper .quantity-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.quantity-wrapper .quantity-div > button {
  display: flex;
  align-items: center;
  height: 25px;
  border: 1px solid #ccc;
  justify-content: center;
  border-radius: 0;
  margin: 0 5px;
}

.quantity-wrapper > div {
  width: 100%;
}

.quantity-wrapper .quantity-div > button:hover {
  color: #fff;
  background-color: var(--theme-black);
  border-color: var(--theme-black);
}

.quantity-wrapper .quantity-div > button:focus,
.quantity-wrapper .quantity-div > button:active {
  outline: 0;
}

.product-quantity {
  font-size: 15px !important;
  font-weight: 600;
  text-align: center;
  width: initial;
}

.sepet-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sepet-button-container > button {
  height: 35px;
}

.sepet-button-container #button-cart {
  font-size: 13px;
  margin-right: 5px;
}

.sepet-button-container .fav-btn {
  background-color: #fff;
  border: 1px solid var(--theme-black);
  color: var(--theme-black);
  border-radius: 0;
  width: 35px;
}

.sepet-button-container .fav-btn:hover {
  background-color: var(--theme-black);
  background-image: none;
  border: 1px solid var(--theme-black);
  color: #fff;
}

.sepet-button-container .fav-btn:active,
.sepet-button-container .fav-btn:focus {
  outline: 0;
}

.sepet-button-container .fav-btn:focus {
  background-color: var(--theme-black);
  background-image: none;
  border: 1px solid var(--theme-black);
  color: #fff;
}

.product-share {
  font-weight: 600;
  text-align: left;
}

.prod-desc {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  width: 100%;
}

.prod-desc ul li a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
  background-color: initial;
}

.prod-desc ul li.active > a,
.prod-desc ul li.active > a:focus,
.prod-desc ul li.active > a:hover {
  color: #fff;
  background-color: #000;
}

.prod-desc ul li a:hover,
.prod-desc ul li a:active {
  color: var(--theme-black);
}

.search-content .control-label {
  font-size: 14px !important;
}

.search-input-div {
  margin: 10px 10px 10px 0;
  padding: 0 !important;
}

.product-layout a,
.product-layout a:focus,
.product-layout a:active {
  text-decoration: none;
  color: #000;
}

.product-layout .product-thumb {
  overflow: hidden;
  position: relative;
  border-collapse: collapse;
  padding: 0;
  border: 1px solid #eee;
  min-height: 180px;
  text-align: center;
  background-color: #fff;
}

.product-layout.product-grid {
  padding: 0 5px;
}

.product-grid .product-thumb .image {
  margin: auto;
  position: relative;
}

.product-thumb .image {
  position: relative;
}

.product-thumb .image > a > img {
  width: 100%;
}

.product-layout .product-thumb:hover {
  /* 
  -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 35%);
  transition: 0.25s all ease-in-out; */
}

.product-thumb .image a:hover {
  opacity: 1;
}

.category-product.tab-catagory {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.product-layout.tab-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5px;
  padding: 2px;
  width: 170px;
}

.product-thumb .caption {
  padding: 0;
  min-height: initial;
}

.product-thumb .caption > p:first-child {
  margin: 0 0 5px 0;
}

.product-thumb .caption > a > p {
  font-size: 15px;
  word-break: break-word;
  margin: 5px 0;
  overflow: hidden;
}

.product-thumb .price {
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-black);
}

.product-thumb .price .price-new {
  font-size: 18px;
  color: var(--theme-black);
}

.product-thumb .price .price-old {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.product-thumb .price .price-tax {
  display: none;
}

/* 
.product-layout .product-thumb:hover .sepet-btn {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: #fff;
  box-shadow: 0px 1px 4px 1px #2c3e506e;
  transition: 0.25s all ease-in-out;
}
.product-layout .product-thumb .sepet-container button,
.product-layout .product-thumb .sepet-container a {
  height: 40px;
  font-size: 14px;
  outline: 0;
  background-color: transparent;
  color: #000;
  margin: 2px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  transition: 0.25s all ease-in-out;
}

.product-layout .product-thumb .sepet-container button img,
.product-layout .product-thumb .sepet-container a img {
  display: inline-block !important;
  width: auto !important;
}

.product-layout .product-thumb .sepet-container button span,
.product-layout .product-thumb .sepet-container a span {
  margin-left: 5px;
}

.product-layout .product-thumb .sepet-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  text-align: center;
  width: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.product-layout .product-thumb .sepet-btn:hover,
.product-layout .product-thumb .sepet-btn:visited,
.product-layout .product-thumb .sepet-btn:active,
.product-layout .product-thumb .sepet-btn:link,
.product-layout .product-thumb .sepet-btn:focus {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: #fff;
  box-shadow: 0px 0px 5px 0px var(--theme-black);
  transition: 0.25s all ease-in-out;
}

.product-layout .product-thumb .fav-btn {
  width: 40px;
  color: #fff;
}

.product-layout .product-thumb .fav-btn:hover,
.product-layout .product-thumb .fav-btn:active,
.product-layout .product-thumb .fav-btn:link,
.product-layout .product-thumb .fav-btn:focus {
  box-shadow: 0px 1px 4px 1px #2c3e506e;
  transition: 0.25s all ease-in-out;
}
 */
#list-view,
#grid-view {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
}

#list-view:hover,
#grid-view:hover {
  background-color: #eee;
}

#list-view:active,
#grid-view:active,
#list-view:focus,
#grid-view:focus {
  outline: 0;
}
.product-layout.product-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 
.product-layout.product-list .product-thumb .sepet-container {
  width: initial;
} */

.product-layout.product-list .product-thumb {
  padding: 0;
  min-height: initial;
  text-align: left;
}

.product-list .product-thumb .image {
  padding: 0;
  float: none;
  margin: initial !important;
}

.product-list .product-thumb .image img {
  width: 150px;
  height: 225px;
}

.product-list .product-thumb .caption {
  margin: 0;
}
/* 
.product-layout.product-list .product-thumb .sepet-container {
  padding-right: 20px;
} */

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 767px) {
  .category-product .product-layout.category-product-layout .product-image {
    width: 120px;
    height: 180px;
  }
  .category-product
    .product-layout.category-product-layout
    .product-image
    img:first-child {
    width: 120px !important;
    height: 180px !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .category-product .product-layout.category-product-layout {
  }
}

@media screen and (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    height: 95px;
    min-height: initial;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  /* 
  .product-layout .product-thumb .sepet-container button,
  .product-layout .product-thumb .sepet-container a {
    width: 35px;
    height: 35px;
  } */

  .product-price-details {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  #input-limit {
  }
}

@media screen and (max-width: 767px) {
  .container #content {
    padding: 0 !important;
  }

  .cproduct {
    padding: 0;
  }

  .cproduct .price-details-container .product-price-details ul {
    margin: 8px 0 8px 0;
  }

  .cproduct .price-details-container .product-price-details {
    justify-content: center;
    align-items: center;
  }

  .product-share {
    text-align: center;
  }

  .addwc {
    justify-content: center;
  }

  #tab-description {
    display: flex;
  }

  .product-layout .product-thumb {
    transition: 0.25s all ease-in-out;
  }

  .product-grid .product-thumb .caption {
    text-align: center;
  }

  .fiyat-marka {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
  }

  .quantity-wrapper {
    margin: auto;
  }
}

@media screen and (max-width: 458px) {
  .buttons {
    margin-bottom: 75px;
  }
  .buttons a {
    width: 110px;
    font-size: 10px;
    text-shadow: none;
  }
}

@-webkit-keyframes gradient-slide {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradient-slide {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes gradient-slide {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-slide {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.link-list {
  list-style: none;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.link-list li {
  padding: 8px;
}

.link-list li > a {
  padding: 8px;
}

.link-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

#faq .panel {
  border: none;
}

#faq .panel .panel-heading {
  border: none;
}

#faq .panel .panel-heading .panel-title a {
  font-weight: 600;
}

.our-branches i {
  font-size: 14px;
  margin-left: 10px;
}

.pagination > li > a,
.pagination > li > span {
  margin-bottom: 5px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
  font-weight: 600;
  position: relative;
  float: left;
  padding: 5px 13px 10px 13px;
  margin-left: 5px;
  line-height: 1.428571;
  color: #ffffff;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  font-size: 15px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #000000;
  background-color: #fff;
  border-color: #000;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #000;
  cursor: default;
  background-color: #ffffff;
  border-color: #000000;
}

.prod-filter,
.prod-filter div {
  padding: 0;
}

.sirala,
.urun-sayisi {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.sirala li,
.urun-sayisi li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sirala li:not(:first-child),
.sirala li:not(:last-child),
.urun-sayisi li:not(:first-child),
.urun-sayisi li:not(:last-child) {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #000;
}

.sirala li:nth-last-child(2),
.urun-sayisi li:nth-last-child(2) {
  border-right: 0 !important;
}

.sirala li:first-child,
.sirala li:last-child,
.urun-sayisi li:first-child,
.urun-sayisi li:last-child {
  border: 1px solid #000;
}

.sirala li a,
.urun-sayisi li a {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 5px;
}

.sirala li a:hover,
.urun-sayisi li a:hover {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 5px;
}

.sirala li a.active,
.urun-sayisi li a.active {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.social-area li a i {
  transition : .3s ease-in-out;
  color:rgba(0, 0, 0, 0.8);
}
.social-area li:first-child:hover a>i {
  color: #C13584 !important;
}
.social-area li:nth-child(2):hover a>i {
  color: #4267B2 !important;
}
.social-area li:nth-child(3):hover a>i {
  color: #E60023 !important;
}
.social-area li:nth-child(4):hover a>i {
  color: #00acee !important;
}
.social-area li:last-child:hover a>i {
  color: #FF0000 !important;
}
p.copyright-text {
  text-align: center;
  font-size: 14px;
}
.fav-btn:hover {
    background-color: #000;
    color: #fff;
}
