@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,600;0,700;1,400&display=swap");

:root {
  --theme-color: #e95623;
  --theme-1: #e95623;
  --theme-2: #c0392b;
  --theme-3: #18dcff;
  --theme-4: #16a085;
  --theme-5: #9b59b6;
  --theme-6: #5758bb;
  --theme-7: #2574a9;
  --theme-8: #6d214f;
  --theme-9: #1e272e;
  --theme-10: #1b1464;
}

body {
  font-family: "Fira Sans", sans-serif;
  position: relative;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

a {
  color: var(--theme-color);
  text-decoration: none;
}
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-color);
}

.theme-options {
  position: fixed;
  /* display: flex;
  align-items: center; */
  z-index: 10000;
  margin-right: 5px;
  right: calc(0% - 370px);
  transition: 0.5s all ease-in-out;
  display: none;
}

.theme-boxes {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
}

.theme-arrow {
  cursor: pointer;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.theme-arrow i {
  transition: 0.25s all ease-in-out;
}

.theme-arrow-rotated i {
  transform: rotate(180deg);
  transition: 0.25s all ease-in-out;
}

.theme-options .theme-boxes a div {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  margin: 3px;
  border-radius: 3px;
}

.theme-options .theme-boxes a div:hover {
  border-color: #ccc;
}

.theme-options .theme-boxes a:nth-child(1) div {
  background-color: var(--theme-1);
}
.theme-options .theme-boxes a:nth-child(2) div {
  background-color: var(--theme-2);
}
.theme-options .theme-boxes a:nth-child(3) div {
  background-color: var(--theme-3);
}
.theme-options .theme-boxes a:nth-child(4) div {
  background-color: var(--theme-4);
}
.theme-options .theme-boxes a:nth-child(5) div {
  background-color: var(--theme-5);
}
.theme-options .theme-boxes a:nth-child(6) div {
  background-color: var(--theme-6);
}
.theme-options .theme-boxes a:nth-child(7) div {
  background-color: var(--theme-7);
}
.theme-options .theme-boxes a:nth-child(8) div {
  background-color: var(--theme-8);
}
.theme-options .theme-boxes a:nth-child(9) div {
  background-color: var(--theme-9);
}
.theme-options .theme-boxes a:nth-child(10) div {
  background-color: var(--theme-10);
}

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

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

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

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

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

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

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

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

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

.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: 2px;
}

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

.btn-default {
  color: #000000cc;
  text-shadow: none;
}

.tooltip {
  z-index: 1;
}

.well {
  background-color: #fff;
}

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

.top-margin {
  margin: 130px;
}

.header-top-bar {
  background-color: #fff;
}
.header-top-bar .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.kampanya-banner {
  overflow: hidden;
  width: 100%;
  background-color: var(--theme-color);
}

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

.kampanya-banner img {
  width: 100%;
  height: 130px;
}

.header-top {
  padding-bottom: 30px;
}

.link-container {
  display: flex;
  justify-content: center;
  padding: 14px 8px 8px 8px;
}

.link-container ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.link-container ul li {
  margin: 0px 5px 0 0;
  padding: 5px;
  float: left;
  border-radius: 5px;
}

.link-container ul li:last-child {
  background-color: var(--theme-color);
}

.link-container ul li:last-child a {
  color: #fff;
}

.link-container ul li:hover {
  background-color: var(--theme-color);
}

.link-container ul li:hover a {
  color: #fff;
}

.link-container ul li a {
  text-decoration: none;
  font-size: 8pt;
  font-weight: 600;
  color: rgba(50, 50, 50, 0.8);
}

.header-bottom {
  height: 60px;
  margin: 0;
  padding: 0;
}

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

.logo-container img {
  object-fit: contain;
  width: 160px;
  height: 60px;
  margin-top: -8px;
}

.site-search {
  background-color: #ffffffd1;
  transition: 0.25s all ease-in-out;
}

.search-group {
  width: 100%;
  height: 45px;
  margin-top: 10px;
  border: 2px solid #eee;
  position: relative;
  transition: 0.25s all ease-in-out;
  background-color: #f5f5f5;
}

.border-it {
  border-radius: 8px;
  border-color: var(--theme-color);
  outline: 0;
  transition: 0.25s all ease-in-out;
}

.search-input {
  background-image: url(/image/catalog/site-images/svg/magnifying-glass.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position-x: 3%;
  background-position-y: 50%;
  background-size: 20px 20px;
  width: 90%;
  padding: 10px 5px 11px 45px;
  outline: 0;
  border: 0;
  transition: 0.25s all ease-in-out;
}

.clear-search:active {
  outline: 0;
  transition: 0.25s all ease-in-out;
}

.clear-search {
  position: absolute;
  height: 45px;
  background-color: transparent;
  border: none;
  outline: 0;
  opacity: 0.3;
  transition: 0.25s all ease-in-out;
  right: 0px;
}

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

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

.islem-menu-container {
  padding-top: 10px;
  display: flex;
}

.hesap-div,
.sepet-div,
.wishlist-div {
  border: 2px solid #eee;
  background-color: #f5f5f5;
  transition: 0.25s all ease-in-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 45px;
  width: 140px;
  margin-right: 20px;
  overflow: hidden;
}

.hesap-div {
  width: 45px;
}

.hesap-div > a,
.sepet-div > a,
.wishlist-div > a {
  color: rgba(50, 50, 50, 0.8);
  text-decoration: none;
  font-weight: 600 !important;
  display: flex;
}

.sepet-div a {
  padding-left: 10px;
}

.hesap-div a:hover,
.sepet-div a:hover,
.wishlist-div a:hover,
.hesap-div a:active,
.sepet-div a:active,
.wishlist-div a:active,
.hesap-div a:focus,
.sepet-div a:focus,
.wishlist-div a:focus {
  color: var(--theme-color);
  outline: 0;
}

.hesap-div:hover,
.sepet-div:hover,
.wishlist-div:hover {
  border-radius: 10px;
  border: 2px solid var(--theme-color);
  transition: 0.25s all ease-in-out;
}

.hesap-div:hover > a,
.sepet-div:hover > a,
.wishlist-div:hover > a {
  color: var(--theme-color);
}

.sepet-div:hover > a em,
.wishlist-div:hover > a em {
  opacity: 0.8;
}

.hesap-div:hover {
  width: 130px;
}

.hesap-div {
  margin-right: 20px;
}

.hesap-div i.fa {
  width: 20px;
}

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

.hesap-div img,
.sepet-div img,
.wishlist-div img {
  margin: 0 10px 0 8px;
  opacity: 0.5;
}

.hesap-div p,
.wishlist-div p,
.sepet-div p {
  margin: 0 !important;
  display: inline-block;
}
.wishlist-div p,
.sepet-div p {
  padding-top: 2px;
  position: relative;
}

.sepet-div a {
  padding-left: 0;
}

.wishlist-div a > p > em,
.sepet-div a > p > em {
  background-color: var(--theme-color);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: -25px;
  color: #fff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hesap-div ul.dropdown-menu {
  font-size: 9pt;
  top: 85%;
  left: 3%;
  padding-top: 10px;
  border-bottom: 10px solid var(--theme-color);
  margin: 2px 0 0;
  z-index: 10000;
}

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

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

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

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

.megamenu-html-content.content-1 img {
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 8px;
  width: 100%;
}

.megamenu-html-content.content-1 figure:last-child img {
  margin-bottom: 0;
}

.megamenu-html-content.content-2 img,
.megamenu-html-content.content-3 img,
.megamenu-html-content.content-4 img,
.megamenu-html-content.content-5 img,
.megamenu-html-content.content-6 img {
  margin: 5px;
  border-radius: 6px;
}

.megamenu-html-content.content-2 img {
  width: 105px;
  height: 140px;
}

.megamenu-html-content.content-3 img {
  width: 160px;
  height: 280px;
}

.megamenu-html-content.content-4 img {
  width: 275px;
  height: 155px;
}

.megamenu-html-content.content-5 img {
  width: 195px;
  height: 200px;
}

.megamenu-html-content.content-6 img {
  width: 290px;
  height: 290px;
}

.breadcrumb {
  margin-top: 40px;
  border: none;
}

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

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

.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: 22px !important;
  color: var(--theme-color) !important;
  font-weight: 600 !important;
  margin: 0;
}

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

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

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

.kutular .kutu1,
.kutular .kutu2,
.kutular .kutu3 {
  padding: 5px;
  cursor: default;
  border-radius: 4px;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  flex-grow: 1;
  margin-bottom: 5px;
}

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

.kutular .kutu1:hover,
.kutular .kutu2:hover,
.kutular .kutu3:hover {
  border: 1px solid var(--theme-color);
}

.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/free-delivery.svg") no-repeat;
}
.kutular .kutu2 span.icon {
  background: url("/image/catalog/site-images/svg/fast-delivery.svg") no-repeat;
}
.kutular .kutu3 span.icon {
  background: url("/image/catalog/site-images/svg/credit-card2.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;
}

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

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

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-color);
  padding: 10px;
  border: 1px solid var(--theme-color);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

#content {
  margin-bottom: 50px;
}

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

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

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

.featured .item {
  overflow: hidden;
  position: relative;
  border-collapse: collapse;
  border-radius: 4px;
  text-align: center;
  padding: 2px 0 5px 0;
  margin: 2px;
  background-color: #fff;
}

.featured .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured .product-caption,
.category-product .product-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 130px;
  padding:0 5px;
}

.featured .product-image img:first-child {
  object-fit: cover;
  transition: 0.25s all ease-in-out;
}

.new-item-badge {
  position: absolute;
  width: 30px !important;
  top: 12px;
  right: 12px;
  transition: 1s all ease-in-out;
}

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

.featured .product-name {
  font-size: 13px;
  word-break: break-word;
  overflow-y: hidden;
}

.featured .manufacturer {
  font-weight: 600;
}

.featured .product-price {
}

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

.featured .discount {
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
}

.featured .discount .dc-amount {
  font-size: 16px;
}

.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-color);
  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;
}

.featured .item:hover .sepet-btn {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  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;
  background-color: transparent;
  color: #000;
  margin: 2px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  transition: 0.25s all ease-in-out;
}

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

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

.featured .sepet-container {
  margin-top: 2px;
  width: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

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

.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;
}

.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;
}

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

.category-product > div {
  padding: 5px;
}

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

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

.category-product .item {
  overflow: hidden;
  position: relative;
  border-collapse: collapse;
  margin: 0px 2px;
  border-radius: 15px;
  padding: 20px 0px;
}

.product-layout {
  padding: 5px;
}

.category-product .product-layout {
  padding: 0;
  padding-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin: auto;
}

.category-product .product-image img:first-child {
  width: 100%;
  object-fit: cover;
  transition: 0.25s all ease-in-out;
}

.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 .manufacturer,
.product-layout .manufacturer {
  font-weight: 600;
}

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

.category-product .product-price {
  margin-top: 5px;
  height: 50px;
  padding: 0px 30px;
}

.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-color);
  font-size: 16px;
}
.category-product .price .old-price {
  text-decoration: line-through;
  font-size: 12px;
}

.category-product .discount {
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
}

.category-product .discount .dc-amount {
  font-size: 16px;
}

.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-color);
  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-color);
  border-color: var(--theme-color);
  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;
  margin: 2px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  transition: 0.25s all ease-in-out;
}

.category-product .sepet-container button img,
.category-product .sepet-container a img {
  display: inline-block !important;
  width: auto !important;
  padding-bottom: 3px;
}

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

.category-product .sepet-container {
  text-align: center;
  width: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.category-product .sepet-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  box-shadow: 0px 0px 5px 0px var(--theme-color);
  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;
}

.product-grid .product-thumb .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
  height: 130px;
}

.grid-tile .image-row {
  padding: 0 !important;
  display: flex;
}

.grid-tile .image-tile {
  padding: 0 !important;
  width: 275px;
  margin: 0 5px 5px 0;
}

.imghvr-push-up {
  border-radius: 10px;
}

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

.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;
}

.category-product.special-category .product-wrapper > .product-layout {
  width: 100%;
}

.product-wrapper {
  padding: 5px;
}

.grid-tile-wrapper > div > div > figure > figcaption {
  color: #fff;
  background-color: var(--theme-color);
  padding: 0 10px;
}

.grid-tile-wrapper > div > div > figure > figcaption > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

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

.sorted-category-wrapper {
  display: flex;
  overflow-y: auto;
}

.sorted-category-wrapper .sorted-category-tile {
  margin-right: 5px;
  border-radius: 15px;
  overflow: hidden;
  width: 215px;
  height: 320px;
  min-width: 200px;
}

.sorted-category .sorted-category-tile img {
  border-radius: 15px;
  width: 215px;
  height: 320px;
}

.sorted-category-wrapper
  .sorted-category-tile
  .sorted-category-tile:last-child {
  margin-right: 0;
}

.manufacturer_index {
  font-size: 20px;
  font-weight: 600;
}

.manufacturer-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.manufacturer-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 8px;
}

.manufacturer-div .manufacturer-wrapper {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.manufacturer-div .manufacturer-wrapper:hover {
  border-color: var(--theme-color);
}

.manufacturer-div .manufacturer-wrapper .manufacturer-title-link {
  margin-bottom: 5px;
  text-align: center;
}

.manufacturer-div .manufacturer-wrapper .manufacturer-title-link a {
  color: #000;
  font-size: 13px;
}

.manufacturer-div .manufacturer-wrapper .manufacturer-title-link a:hover {
  color: var(--theme-color);
}

.manufacturer-div .manufacturer-wrapper .manufacturer-image-tile {
  width: 180px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturer-div .manufacturer-wrapper .manufacturer-image-tile img {
  object-fit: contain;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.sorted-category-figure {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.sorted-category-figure * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.sorted-category-figure img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
}

figure.sorted-category-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.sorted-category-figure h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  color: #fff;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
}

figure.sorted-category-figure h2 span {
  font-weight: 800;
}

figure.sorted-category-figure:before {
  height: 500px;
  width: 500px;
  top: 0;
  left: 0;
  content: "";
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(120deg) translateY(-20%);
  transform: rotate(120deg) translateY(-20%);
}

figure.sorted-category-figure a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.sorted-category-figure.blue {
  background: #123851;
}

figure.sorted-category-figure.blue h2 {
  background: #0a212f;
}

figure.sorted-category-figure.red {
  background: #581a14;
}

figure.sorted-category-figure.red h2 {
  background: #36100c;
}

figure.sorted-category-figure.green {
  background: #29f1c3;
}

figure.sorted-category-figure.green h2 {
  background: #2abb9b;
}

figure.sorted-category-figure.orange {
  background: #eb974e;
}

figure.sorted-category-figure.orange h2 {
  background: var(--theme-color);
}

figure.sorted-category-figure.purple {
  background: #be90d4;
}

figure.sorted-category-figure.purple h2 {
  background: #913d88;
}

figure.sorted-category-figure:hover img,
figure.sorted-category-figure.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.sorted-category-figure:hover h2,
figure.sorted-category-figure.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.sorted-category-figure:hover:before,
figure.sorted-category-figure.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}
.vertical-tab {
  display: table;
  width: 100%;
}
.vertical-tab .nav-tabs {
  display: table-cell;
  width: 27%;
  vertical-align: top;
  border: none;
}
.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
}
.vertical-tab .nav-tabs li a {
  color: #555;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease, border 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vertical-tab .nav-tabs li:last-child a {
  margin-bottom: 0;
}

.vertical-tab .nav-tabs li a .tab-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 7px;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
  color: var(--theme-color);
  background-color: #fff;
  border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
  content: "";
  background-color: #d1d1d1;
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before {
  width: 50%;
  opacity: 0;
}
.vertical-tab .nav-tabs li a:after {
  background-color: var(--theme-color);
  width: 50%;
  opacity: 0;
}

.vertical-tab .nav-tabs li:nth-child(1) a:after {
  background-color: #6c53a2;
}

.vertical-tab .nav-tabs li:nth-child(2) a:after {
  background-color: #f39e22;
}

.vertical-tab .nav-tabs li:nth-child(3) a:after {
  background-color: #22bce0;
}

.vertical-tab .nav-tabs li:nth-child(4) a:after {
  background-color: #78c795;
}

.vertical-tab .nav-tabs li:nth-child(5) a:after {
  background-color: #6d214f;
}

.vertical-tab .nav-tabs li:nth-child(6) a:after {
  background-color: #ffd32a;
}

.vertical-tab .nav-tabs li:nth-child(7) a:after {
  background-color: #ff5e57;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after {
  width: 11px;
  opacity: 1;
}
.vertical-tab .tab-content {
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  display: table-cell;
  position: relative;
}
.vertical-tab .tab-content h3 {
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
}

li[role="presentation"]:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-bottom: 20px solid #fff;
  border-top: 20px solid #fff;
  border-right: 15px solid var(--theme-color);
  clear: both;
  z-index: 5;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

li[role="presentation"].active:before {
  content: "";
  position: absolute;
  left: 94%;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-bottom: 20px solid #fff;
  border-top: 20px solid #fff;
  border-right: 15px solid var(--theme-color);
  clear: both;
  z-index: 5;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.footer-stripes {
  border-top: 1px solid #ddd;
  background: var(--theme-color);
  width: 100%;
  height: 25px;
  position: relative;
  margin-top: 50px;
}

.footer-logo {
  z-index: 1;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 5px;
  position: absolute;
  top: -30px;
  left: calc(50% - 80px);
  margin: 10px 0 65px 0;
  transition: 0.25s all ease-in-out;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  width: 180px;
  height: 65px;
  background: #fff;
}

.footer-logo:hover {
  transition: 0.25s all ease-in-out;
  -webkit-box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.5);
  border: 3px solid transparent;
  top: -35px;
}
.footer-logo img {
  object-fit: contain;
  padding: 2px 10px;
}

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

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;
  overflow: auto;
}

.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;
}

.footer-links div h5 {
  margin-bottom: 20px;
  font-size: 12pt;
  cursor: default;
  font-weight: 600;
  color: #000;
}

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

.footer-links {
  font-size: 10pt;
}

.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-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -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 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 {
  border-radius: 8px;
  color: #fff;
  background-color: var(--theme-color);
  transition: 0.25s all ease-in-out;
}

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

.footer-copyright {
  text-align: right;
  background-color: #eaeaea;
  padding-top: 30px;
  box-shadow: inset 2px 2px 10px 5px #ddd;
}

.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-color);
}

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

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

.footer-kargo-takip {
  width: 200px;
  height: 100px;
  border-radius: 15px;
  background-color: var(--theme-color);
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.footer-kargo-takip a {
  display: flex;
  align-items: center;
  margin: 26px 0 0px 11px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  flex-direction: column;
  width: 75%;
  height: 50%;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  z-index: 5;
  background-color: var(--theme-color);
  position: relative;
}

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

.footer-kargo-takip:hover img {
  left: 300%;
  transition: 3.5s all ease-in-out;
}

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

.kargo-arac {
  width: 400px;
  height: 100px;
  position: relative;
}

.kargo-arac img {
  width: 70px;
  position: absolute;
  top: 18%;
  left: -100%;
  animation: 0.8s infinite jiggle;
  filter: drop-shadow(3px 8px 7px #000);
}

.kargo-yazi {
  z-index: 2;
  line-height: 10px;
  font-size: 14pt;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  background-color: var(--theme-color);
  color: #fff;
  cursor: default;
}

.kargo-soru {
  font-size: 45pt;
  padding-left: 5px;
  display: flex;
  align-items: center;
  height: 100px;
  width: 100%;
  background-color: var(--theme-color);
  cursor: default;
  color: #fff;
}

.mobile-stores {
  margin-top: 15px;
}

.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 {
  margin-left: -10px;
}

.mobile-stores .stores .google-play img,
.mobile-stores .stores .app-store img {
  width: 140px;
  height: 55px;
}

.call-center {
  margin-top: 15px;
  margin-left: -15px;
}

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

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

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

.call-center span {
  font-size: 18px;
  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-color);
  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-color);
  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-color);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-weight: bold;
  line-height: 19px;
  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;
}

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

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

.slider-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

.slider-wrapper > div {
  margin: 5px;
}

.slider-wrapper > div:first-child {
  margin-right: 0;
}

#custom-carousel {
}

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

#custom-carousel .carousel-indicators {
  position: absolute;
  z-index: 1;
  margin: 0 15px 5px 0;
  right: 0 !important;
  left: unset !important;
  bottom: 0 !important;
  width: initial !important;
}

#custom-carousel .carousel-indicators li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 5px;
  margin: 0px;
  cursor: pointer;
  border: 1px solid rgba(100, 100, 100, 1);
  opacity: 0.4;
  overflow: hidden;
  transition: 0.25s all ease-in-out;
}

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

#custom-carousel .carousel-indicators .active {
  border-color: var(--theme-color);
  opacity: 1;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.carousel-inner > div{
  flex:1;
}

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

.carousel-inner img {
  border-radius: 15px;
}

.special-product {
  width: 230px;
}

.special-product a {
  color: initial;
}

.special-product a:hover {
  color: initial;
}

.special-product:hover .special-heading,
.special-product:hover .owl-special {
  border-color: var(--theme-color);
}

.special-heading {
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 10px 10px 0px 0px;
}

.special-heading p {
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.owl-special {
  border: 1px solid #ccc;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  margin: 0;
}

.owl-special .product-image {
  text-align: center;
  width: 225px;
  height: 150px;
  position: relative;
}

.owl-special .product-image .dc-badge {
  position: absolute;
  top: 0;
  right: 0px;
  width: 70px;
  height: 50px;
}

.owl-special .product-image .dc-amount {
  position: absolute;
  top: 17px;
  right: -7px;
  width: 80px;
  height: 55px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transform: rotate(8deg);
  margin: 0;
  line-height: 22px;
}

.owl-special .product-image img:first-child {
  width: 100px;
  height: 150px;
  margin: auto;
  margin-top: 10px;
}

.owl-special .product-desc {
  text-align: center;
  padding: 5px 15px;
}

.owl-special .product-desc p{
  font-size: 13px;
  margin: 0;
}

.owl-special .product-desc .publisher-name a:hover {
  color: var(--theme-color);
}

.owl-special .product-desc > p:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  min-height: 20px;
  max-height: 40px;
  line-height: 15px;
}
.owl-special .product-desc > p:nth-child(2) {
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  height: 40px;
  max-height: 40px;
  line-height: 15px;
}

.owl-special .product-price {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 5px;
}

.owl-special .product-price .normal-price {
  margin: 0;
  text-decoration: line-through;
  font-size: 14px;
}

.owl-special .product-price .special-price {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--theme-color);
}

.owl-special .product-publisher {
}

.owl-special .publisher img {
  width: 90px;
  height: 45px;
  object-fit: contain;
}

.owl-special .sepet-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.owl-special .sepet-container > button,
.owl-special .sepet-container > a{
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;

}

.owl-special .sepet-container > button:focus,
.owl-special .sepet-container > button:active{
  outline: 0;
}

.owl-special .sepet-container > button:first-child{
  margin-right: 5px;
}

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

.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: 85px;
  height: 75px;
}

#toast-container > div {
  opacity: 0.9;
  padding: 0;
}

#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;
}

@media (min-width: 241px) and (max-width: 480px) {
  .toast-message {
    padding: 13px !important;
  }
  #toast-container > div {
    width: 25em !important;
  }
  #toast-container .toast-close-button {
    right: 0.5em;
    top: 0.2em;
  }
}

.custom-toaster {
  font-size: 14px;
  color: #333;
}

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

.custom-toaster a {
  color: var(--theme-color);
  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;
}

.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;
  border-radius: 3px;
  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 {
  transition: all 0.6s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

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

.ssl {
  text-align: center;
}

.ssl img {
  width: 70%;
}

.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%;
  }
}

@media screen and (min-width: 1367px) {
  .kampanya-banner img {
    object-fit: scale-down;
  }
}

@media screen and (min-width: 992px) {
  .megamenu-wrapper .menu-brand-logo {
    display: none !important;
  }

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

  .sticky {
    background-color: #eee;
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 !important;
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.5);
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.25s all ease-in-out;
    z-index: 9999;
  }

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

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

  .megamenu-pattern {
    background-color: var(--theme-color);
    padding: 10px 15px;
    transition: 0.25s all ease-in-out;
  }

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

  ul.megamenu > li > a {
    color: #fff;
  }

  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;
    background-color: #e5e5e54a;
  }

  .megamenu-pattern ul > li > a:hover,
  .megamenu-pattern ul > li > a:active,
  .megamenu-pattern ul > li > a:focus {
    color: var(--theme-1);
  }

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

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

  ul.megamenu > li:hover > a {
    background-color: #fff;
  }

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

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

  ul.megamenu > li > .sub-menu {
    padding-top: 10px;
  }

  ul.megamenu > li > .sub-menu .content {
    border-radius: 25px 25px 0 0;
    max-height: 525px;
    overflow-y: auto;
    padding: 20px 0;
  }

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

  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-color) !important;
  }

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

  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-color);
    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 {
    border-radius: 14px;
    background-color: #fff;
    color: var(--theme-color);
    font-size: 20px;
  }

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

  ul.megamenu > li:last-child b {
    display: none;
  }

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

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

@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;
    padding: 8px 10px 8px 8px;
  }

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

  .category-product .sepet-container {
    padding-top: 10px;
  }
}
@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 {
    border-radius: 0 0 35px 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-bar .container {
    width: 100%;
  }
  .search-container {
    width: 30% !important;
  }
  .islem-menu-container {
    width: 45% !important;
  }
  .search-input {
    background-position-x: 5%;
  }

  .grid-tile .image-tile {
    width: 220px;
    height: 140px;
  }
  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 {
    border-radius: 0;
    height: 45px;
    padding: 0px 10px;
  }

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

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

  ul.megamenu > li:last-child a {
    height: 37px;
    margin-top: 4px;
    padding: 8px 3px 0px 3px;
  }
}

@media screen and (max-width: 991px) {
  li[role="presentation"]:before {
    display: none;
  }

  li[role="presentation"].active:before {
    display: none;
  }

  .navbar-header {
    float: none;
    border-top: 2px solid var(--theme-color);
    background: repeating-linear-gradient(
      135deg,
      #fff,
      #fff 20px,
      var(--theme-color) 20px,
      var(--theme-color) 40px
    );
    border-bottom: 1px solid #ddd;
  }

  .kampanya-banner {
    position: relative !important;
  }

  .kampanya-banner img {
    object-fit: contain !important;
    height: auto !important;
  }

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

  .header-top {
    padding-bottom: 0;
  }

  .header-bottom {
    margin: 15px 0;
  }

  .header-bottom div {
    margin: 0;
    padding: 0;
  }

  .logo-container {
    margin: 0;
    padding: 0;
  }

  .search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 15px !important;
  }

  .search-group {
    margin: 0px 0 0 0;
    padding: 0;
    border: 1px solid rgb(112 128 144 / 15%);
  }

  .site-search {
    width: 100%;
    margin: 0px 0px 0 0px;
  }

  .islem-menu-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }

  .hesap-div,
  .wishlist-div,
  .sepet-div {
    width: 45px !important;
    height: 45px !important;
  }

  .hesap-div p,
  .wishlist-div p,
  .sepet-div p {
    display: none;
  }

  .hesap-div ul.dropdown-menu {
    position: absolute;
    font-size: 15pt;
    top: 90%;
    left: 20%;
    padding: 20px;
    border-bottom: 10px solid var(--theme-color);
    margin: 0;
    z-index: 10000;
  }

  #cart {
    margin-bottom: 0;
  }

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

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

  .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-color);
  }

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

  .megamenu-wrapper {
    padding: 0;
  }

  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;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 5px;
    font-weight: 100;
    font-size: 15px;
  }

  .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-color);
  }

  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 {
    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%);
  }

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

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

  .vertical-tab {
    width: 100%;
  }

  .vertical-tab .nav-tabs {
    display: table-row;
    width: 100%;
  }

  .vertical-tab .nav-tabs li {
    min-width: 115px;
    float: left;
  }

  .vertical-tab .tab-content {
    display: table-row;
    width: 100%;
  }

  .vertical-tab .tab-content > div {
    margin-top: 15px;
    text-align: center;
  }

  .tab-content .product-layout.tab-product {
    margin: 0;
  }

  .tab-content .product-layout.tab-product .product-image {
    width: 120px;
    height: 180px;
  }

  .tab-content .product-layout.tab-product .product-image img:first-child {
    width: 120px;
    height: 180px;
  }

  .grid-tile .image-tile {
    width: 220px;
    height: 140px;
    margin: 0 5px -25px 0;
  }

  .grid-tile .image-tile h3 {
    font-size: 15px;
  }

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

  .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;
  }

  .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;
  }

  .kutular {
    display: block;
  }

  .kutular .kutu2 {
    width: 100%;
  }

  .kutular .kutu1 {
    width: 100%;
  }

  .kutular .kutu3 {
    width: 100%;
  }

  .kutular > div {
    margin-bottom: 5px !important;
  }

  .kutular div span {
    font-size: large;
  }

  .kutular div span {
    font-size: large;
  }

  .kutular .kutu1,
  .kutular .kutu2,
  .kutular .kutu3 {
    justify-content: space-evenly;
  }

  .kutular .kutu-text p {
    margin: 0;
  }
}

@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;
  }
  .featured .item {
    padding: 8px 0;
  }
  .featured .product-image img:first-child {
    width: 160px;
    height: 240px;
  }
  .featured .product-image {
    width: 160px;
    height: 240px;
  }
}

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

  .featured .product-name {
    padding: 5px 0 0 0;
    max-width: 200px;
    margin: auto;
  }

  .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;
  }

  .grid-tile-wrapper > div > div > figure > figcaption > a > h3 {
    font-size: 15px;
  }
  .grid-tile-wrapper > div > div > figure > figcaption > a > span {
    font-size: 12px;
  }

  figure.sorted-category-figure img {
    opacity: 0.9;
  }

  figure.sorted-category-figure figcaption {
    display: none !important;
  }

  figure.sorted-category-figure:before {
    display: none !important;
  }

  .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 {
    font-size: 12px;
  }

  .footer-kargo-takip {
    width: 100%;
    border-radius: 0;
  }
  .footer-kargo-takip a {
    font-size: 14pt;
    width: 85%;
    margin-right: 50px;
  }
  .footer-kargo-takip {
    font-size: 12pt !important;
  }

  .footer-kargo-takip:hover img {
    left: 410%;
  }

  .kargo-arac img {
    left: -250%;
  }

  .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;
  }
}

@media screen and (max-width: 540px) and (min-width: 767px) {
}

@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;
  }

  .grid-tile .image-tile h3 {
    font-size: 12px;
  }

  .grid-tile .image-tile span {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .tab-content .product-layout.tab-product {
    margin: 4px !important;
  }
}

@media screen and (max-width: 479px) {
  .search-input {
    background-position-x: 5%;
    font-size: 10px;
  }

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

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

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

  .featured .product-image img:first-child {
    /* padding: 5px; */
  }

  .featured .discount {
    width: 40px;
    height: 40px;
    padding: 0px;
  }

  .featured .discount .dc-amount {
    font-size: 12px;
  }

  .featured .discount .dc-text {
    font-size: 10px;
  }

  .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 .discount {
    width: 40px;
    height: 40px;
    padding: 0px;
  }

  .category-product .discount .dc-amount {
    font-size: 12px;
  }

  .category-product .discount .dc-text {
    font-size: 10px;
  }

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

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

  .new-item-badge {
    width: 30px !important;
  }

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

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

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

  .category-product .price-dc {
  }

  .featured .product-caption, .category-product .product-caption {
    height: 120px;
  }

  .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 {
    width: 100px;
    height: 150px;
  }

  .tab-content .product-layout.tab-product .product-image img:first-child {
    width: 100px;
    height: 150px;
  }

  .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%;
  }

  .grid-tile .grid-tile-wrapper {
    display: flex;
    overflow-x: auto;
  }

  .grid-tile .image-row {
    height: 175px;
    min-height: 175px;
  }
  .grid-tile .image-tile {
    width: 275px;
    height: 175px;
    margin: 0 5px -25px 0;
  }

  .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;
  }
}

/* Inline Styles */

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

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

.box-heading {
  color: #fff;
  background: var(--theme-color);
  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-color) !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-color) !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-top: 15px;
}

.table-responsive {
  border-radius: 10px !important;
}

#content {
  min-height: 250px;
}

.content-inner {
  display: flex;
}

.fiyat-yayin {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

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

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

#content table {
  border-radius: 4px;
  background-color: #fff;
}

#content table thead tr {
  background-color: var(--theme-color);
  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-primary {
  color: #ffffff;
  background-color: var(--theme-color);
  background-repeat: repeat-x;
  border-color: var(--theme-color);
}

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

.btn-primary:active,
.btn-primary:focus {
  color: var(--theme-color);
  background-color: #fff;
  border-color: var(--theme-color);
  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-color);
  background-color: #fff;
  border-color: var(--theme-color);
  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-color);
}

.special-badge {    position: absolute;
    top: -15px;
    right: -12px;
    width: 110px;
}

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

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

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

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

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

.cproduct .price-details-container {
  margin-bottom: 5px;
  display: flex;
}

.cproduct .price-details-container .product-price-details {
  display: flex;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.cproduct .price-details-container .product-price-details:hover {
  border-color: var(--theme-color);
}

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

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

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

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

.product-price-details table {
}

.product-price-details table thead tr {
  background-color: #fff !important;
  color: var(--theme-color) !important;
  cursor: default !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: 1px solid var(--theme-color) !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: #16a085 !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 {
  padding: 0;
  padding-left: 5px;
}

.cproduct .price-details-container .default-urun-banner {
  padding: 0;
  padding-left: 5px;
  background: transparent;
  overflow: hidden;
}

.cproduct .price-details-container .default-urun-banner img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
}

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

.tag-link {
  padding: 3px;
  color: #444;
  border-radius: 4px;
  border: 1px solid transparent;
}

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

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

.quantity-container {
  width: 100%;
}

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

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

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

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

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

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

.sepet-button-container {
  display: flex;
  width: 100%;
}

.sepet-button-container #button-cart {
  margin-right: 10px;
}

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

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

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

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

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

.prod-desc {
  position: unset !important;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  display: flow-root;
  border-radius: 4px;
}

.prod-desc:hover {
  border-color: var(--theme-color);
}

.prod-desc ul li a {
  color: #000;
}

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

.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;
  border-radius: 6px;
  border: 1px solid #eee;
  text-align: center;
  background-color: #fff;
  margin-bottom: 5px;
}

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

.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;
}

.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 5px;
  min-height: initial;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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

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

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

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

.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-color);
  border-color: var(--theme-color);
  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;
  padding: 8px;
  border-radius: 4px;
  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;
  padding-bottom: 3px;
}

.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 {
  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-color);
  border-color: var(--theme-color);
  color: #fff;
  box-shadow: 0px 0px 5px 0px var(--theme-color);
  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;
}

.product-layout .product-thumb .discount {
  background: var(--theme-color);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  margin: 5px auto;
}

#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 {
}

.product-list .product-thumb .caption {
  margin: 0;
}

.product-layout.product-list .product-thumb .discount {
  margin: 10px auto;
}

.product-layout.product-list .product-thumb .discount {
  width: 100px;
}

.product-layout.product-list .product-thumb .sepet-container {
  padding-right: 20px;
}

@media screen and (min-width: 992px) {
  .category-product-layout {
    /*  width: 24%; */
  }

  .category-product .product-layout.category-product-layout {
    /*  margin: 4px; */
  }
}

@media screen and (max-width: 767px) {
  .category-product .product-layout.category-product-layout {
    /* width: 45%;
    margin: 5px;*/
  }

  .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 {
    /* width: 30%;
    padding: 5px; 
    margin: 4px;*/
  }
}

@media screen and (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: initial;
  }
}

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

  .default-urun-banner {
    display: none;
  }
  .product-price-details {
    width: 100% !important;
  }
}

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

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

  .cproduct {
    padding: 0;
  }

  .cproduct .price-details-container .product-price-details ul {
    /*  margin: 20px 0 20px 0; */
  }

  .fiyat-yayin {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .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 {
    -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-grid .product-thumb .caption {
    text-align: center;
  }
}

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