
[data-control=""], [data-control="0"] {
  display: none !important;
}

[data-stok] {
  display: none !important;
}

[data-stok="0"], [data-stok=""] {
  display: flex !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  float: left;
}

@media (min-width: 1500px) {

}

@media (min-width: 768px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
  }
}

table.sepet th {
  color: #fff;
  background-color: #000000;
  line-height: 20px;
  font-weight: 500;
}

table.sepet th, table.sepet td {
  padding: .5em !important;
  font-size: 15px;
  height: auto;
}

table.sepet td.liste-adres_duzenle .textBox:after,
table.sepet td.liste-adres_sil .textBox:after,
table.sepet td.liste-siparis_detaylar .textBox:after,
table.sepet td.liste-iptal .textBox:after,
table.sepet td.liste-degistir .textBox:after,
table.sepet td.liste-siparis_tekrarla .textBox:after {
  color: #000000;
}

.section-header-bottom .row .col-auto:nth-child(1) {
  display: none;
}


.powered-by {
  display: none;
}

.banner-item {
  margin-bottom: 20px;
}


body {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  font-family: 'Exo 2', sans-serif;


  font-size: 14px;
  position: relative;

  background-color: #fff;
  color: #515151;
  text-align: left;
  background-size: cover;

}


a:hover {
  color: #f07320;
}

img, legend {
  border: 0
}

header, footer, section, aside, hgroup, time, figure, figcaption, article, mark, nav, ruby, summary, video, details, dialog, main, mark, wbr {
  display: block
}

* {
  outline: none !important
}

a {
  text-decoration: none
}

a:active, a:focus, a:hover {
  outline: 0;
  text-decoration: none

}

a:hover {
  color: #f27320;
}

img {
  height: auto;
  max-width: 100%;
  align-items: center;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0
}

form {
  display: block;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer
}

h1, .h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem
}

h2, .h2 {
  font-size: 2.6rem;
  margin-bottom: 1.5rem
}

h3, .h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem
}

h4, .h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem
}

h5, .h5 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem
}

h6, .h6 {
  font-size: 1.2rem;
  margin-bottom: 15px
}

.marquee_container {
  background: #222;
  color: #fff;
  padding: 5px 0;
}

.marquee_container .marquee_wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  transform: translateZ(0);
}

.marquee_container .marquee_wrapper .marquee_textContainer {
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
}

.marquee_container .marquee_wrapper .marquee_textContainer {
  margin: 0.15em 0;
  white-space: nowrap;
  width: auto;
  perspective: 900px;
  -webkit-animation: marquee_marquee_left 4.6s linear infinite forwards;
  animation: marquee_marquee_left 4.6s linear infinite forwards;
  font-size: 12px;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
}

.marquee_container .marquee_wrapper .marquee_textContainer span {
  padding: 0 20px;
}

.marquee_container .marquee_wrapper .marquee_textContainer span {
  padding: 0 15px;
  color: #ddd;
}

@-webkit-keyframes marquee_marquee_left {
  0% {
    transform: translateX(-1%)
  }
  to {
    transform: translateX(-51%)
  }
}

@keyframes marquee_marquee_left {
  0% {
    transform: translateX(-1%)
  }
  to {
    transform: translateX(-51%)
  }
}

.section-header-user {

  margin-bottom: -15px;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  z-index: 1;
  padding-bottom: 15px;
}

a.header-logo {
  margin-top: 15px;
  display: block;
}

form.header-search-wrap {
  border-radius: 10px;
  border: solid 1px #c4c4c4;
  background-color: #fff;
  padding: 11px 12px 11px 22px;
  display: flex;
  margin: 0;
}

form.header-search-wrap input {
  width: 100%;
  border: 0px;
  background-color: transparent;
  color: #333;
  flex: 1 1 100%;
}

form.header-search-wrap select {
  border: 0px;
  background-color: transparent;
  color: #333;
  margin: 0;
  width: 175px;
  border-radius: 3px;
  height: 29px;
  font-size: 12px;
  border-radius: 5px;
  border-left: 1px solid #c4c4c4;
  border-radius: 0px;
  padding-left: 15px;
}

form.header-search-wrap button {
  border: 0px;
  margin-right: 7.5px;
}

nav.header-user-wrap a span b {
  display: block;
}

nav.header-user-wrap {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  padding-right: 20px;
}

nav.header-user-wrap a {
  position: relative;
  display: flex;
  text-align: center;
  margin: 0 0 0 25px;
  font-size: 12px;
  flex: auto;
  /* padding-right: 15px; */
}

nav.header-user-wrap a span img {
  margin-bottom: 4.5px;
  margin-right: 3.5px;
  margin-left: 7.5px;
}

nav.header-user-wrap a:last-child span span {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #f47111;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  top: -10px;
  right: -24px;
  text-align: center;
  padding: 0;
  display: block;
}

nav.nav-menu-wrap .menu {
  display: flex;
  margin: 0px;
}

nav.nav-menu-wrap .menu li {
  border-right: 1px solid #d2d2d2;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  flex: inherit;
}

nav.nav-menu-wrap .menu li a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: left;
  font-size: 13px;
  line-height: 16px;
}

nav.nav-menu-wrap .menu li a span:nth-child(1) {
}

nav.nav-menu-wrap .menu li a:hover {
  color: #359d0b;
}

nav.nav-menu-wrap .menu li a:hover span:nth-child(1) {
  color: #333;
  font-weight: bold;
}

nav.nav-menu-wrap .menu li:last-child {
  border: 0px;
  padding-right: 0px;
}

nav.nav-menu-wrap .menu li:first-child {
}


[data-slick="main-slick"] .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

[data-slick="main-slick"] .slick-dots li button {
  display: none;
}

[data-slick="main-slick"] .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 3.5px 0px;
  background-color: #fff;
  border-radius: 100%;
}

[data-slick="main-slick"] .slick-dots li.slick-active {
  background-color: #e83271;
}

[data-slick="main-slick"] .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 30px;
  height: 30px;
  border: 2px solid #2c7732;
  border-radius: 100%;
  font-size: 23px;
  color: #2c7732;
  line-height: 0px;
}

[data-slick="main-slick"] .slick-prev {
  left: -35px;
}

[data-slick="main-slick"] .slick-next {
  right: -35px;
}


.col-auto.two .spbanner:first-child {
  margin-bottom: 25px;
}

.spbanner {
  display: flex;
  align-items: center;
}

section.section-main-product.v2 header {
  text-align: center;
  padding: 50px 0px 25px;
}

section.section-main-product.v2 header h3 {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #444f26;
  margin-bottom: 0px;
}

section.section-main-product.v1 header {
  text-align: center;
  padding: 50px 0px 25px;
}

section.section-main-product.v1 header h3 {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #44342d;
  margin-bottom: 0px;
}

[data-slick="product-slick"] .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 30px;
  height: 30px;
  border: 1px solid #2166d6;
  border-radius: 100%;
  font-size: 23px;
  color: #2166d6;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-slick="product-slick"] .slick-prev {
  left: -35px;
}

[data-slick="product-slick"] .slick-next {
  right: -35px;
}


[data-slick="product-slick"] .slick-dots {
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 15px auto 0px;
  display: flex;
  justify-content: center;
}

[data-slick="product-slick"] .slick-dots li button {
  display: none;
}

[data-slick="product-slick"] .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 3.5px 0px;
  background-color: #9b9b9b;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-slick="product-slick"] .slick-dots li.slick-active {
  background-color: #3e3e3e;
}

.page-arama .col-product-item,.page-kategorigoster .col-product-item,.page-arama .col-product-item{
  border-bottom: solid 1px #e1d8c6;
}
.col-product-item {
  padding: 6px;
  background-color: #fff;
  margin-bottom: 16px;
  width: 100%;
  padding: 16px;
  border: solid 0.7px #dedede;
  border-radius: 6px;
}

.col-product-item-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-top: 15px;
}

.col-product-item-price div {
  display: flex;
  align-items: baseline;
}

.col-product-item-price div del {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.col-product-item-price div ins {
  padding-left: 15px;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: red;
  text-decoration: none;
}

.col-product-item-footer div button {
  padding: 4px 8px 4px 4px;
  border-radius: 6px;
  background-color: #2166d6;
  border: 0px;
  width: 100%;
  line-height: 35px;
  color: #fff;
  font-size: 17px;
}

.col-product-item-footer {
  padding: 10px 0px 0px;
  display: flex;
  align-items: center;
}

.col-product-item-price {
  padding: 10px 0px 0px;
}

.col-product-item-image-content {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}


.col-product-item-image-content div {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0px;
  display: flex;
  align-items: center;
}

.col-product-item-image-content div:nth-child(2) {
  padding: 4px 8px 4px 4px;
  border-radius: 6px;
  background-color: #000;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  line-height: 0px;
  text-transform: uppercase;
}

.col-product-item-image-content div:nth-child(3) {
  width: 33px;
  height: 23px;
  padding: 6px 4px 6px 3px;
  border-radius: 5px;
  background-color: red;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.14px;
  text-align: center;
  color: #fff;
  right: 0px;
  left: inherit;
}

.col-product-item-image-content div .icon {
  background-image: url(../images/truck-icon.png);
  width: 19px;
  height: 15px;
  display: block;
  margin-right: 3.5px;
  background-repeat: no-repeat;
}

.col-product-item-comment .fa.fa-star-o {
  color: #ccc;
}

.col-product-item-comment .fa.fa-star {
  color: orange;
}

.col-product-item-comment span {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.col-product-item-comment {
  font-size: 14px;
  padding: 4px 0px;
}

section.section-footer-icons {
  border: 1px solid #e1e1e1;
  padding: 15px 0px;
  margin: 25px 0px;
}

section.section-footer-icons span {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #4f2b4f;
}

section.section-footer-icons .col-sm-3 {
  display: flex;
  align-items: flex-end;
}

section.section-footer-icons img {
  margin-right: 7.5px;
}

.section-footer-menu:before {
  background-image: url(../images/footer-border.png);
  display: block;
  width: 100%;
  height: 56px;
  top: 0;
  left: 0;
  background-color: #fff;
  background-position: top left;
  z-index: 99999;
  margin-top: -75px;
  margin-bottom: 75px;
}

.section-footer-menu {
  padding: 75px 0px 45px;
  margin: 50px 0px 0px; /* background-color: #ed276e; */
}

.section-footer-menu .footer-logo {
  margin-bottom: 15px;
  display: block;
}

.section-footer-menu ul li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.section-footer-menu h6 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px;
}

.section-footer-menu nav {
  display: flex;
  margin-left: -7.5px;
  margin-bottom: 20px;
}

.section-footer-menu nav a {
  width: 35px;
  height: 35px;
  border: 2px solid #000;
  border-radius: 100%;
  margin: 0px 7.5px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
}

.section-footer-menu nav + a, .section-footer-menu nav + a + a {
  display: block;
  font-size: 20px;
  color: #000;
  margin-top: 15px;
}


section.section-footer-copyright {
  padding: 35px 0px 15px;
  text-align: center;
}

section.section-footer-copyright p {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 25px 0px 0px;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #272727;
}

.section-footer-menu nav + a img, .section-footer-menu nav + a + a img {
  margin-right: 7.5px;
}

.section-main-banner {
  padding: 25px 0px;
}

.section-main-banner .spbanner a {
  width: 100%;
}

.section-header-top p {
  margin-bottom: 0px;
}

.section-main-banner .spbanner a img {
  width: 100%;
}

.col-product-item-footer div span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding-bottom: 7.5px;
  display: inline-block;
}

.col-product-item-footer div b {
  font-weight: bold;
  color: #da1414;
  padding-left: 7.5px;
  font-size: 15px;
}

aisde.section-header-top nav {
  text-align: right;
  padding: 15px 0px;
  display: flex;
  justify-content: end;
  align-items: center;
}

aisde.section-header-top nav a {
  padding-right: 15px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

aisde.section-header-top nav a.fa {
  border: 1px solid #8b8b8b;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: 7.5px;
  color: #8b8b8b;
}

form.header-search-wrap input:focus {
  box-shadow: initial;
}

.header-search-wrap:focus {
  border: 1px solid #9f9f9f;
}

form.header-search-wrap input::placeholder {
  color: #909090;
  font-style: normal;
}

.product-order-filter {
  display: flex;
  padding: 8px 11px 8px 31px;
  background-color: #f3f5f6;
  margin: 16px 0px;
  border-radius: 5px;
}

.product-order-filter > div {
  flex: auto;
  display: flex;
  align-items: center;
}

.product-order-filter > div select {
}

.product-order-filter > div:nth-child(1) {
  flex: 1 1 100%;
}

.product-order-filter > div div label {
  margin: 0;
  padding: 0;
  display: block;
  padding-left: 15px;
  position: relative;
}

.product-order-filter > div:nth-child(1) div {
  display: flex;
  align-items: center;
  padding-right: 7.5px;
}

.widget-boxed, .category-sticky {
  padding: 17px 22px 24px 21px;
  background-color: #f3f5f6;
  margin-bottom: 16px;
  border-radius: 5px;
}

.widget-boxed .widget-boxed-header h4, .category-sticky .widget-boxed-header h4 {
  margin-bottom: 7.5px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fb8d18;
  border-bottom: solid 1px #dedede;
  padding-bottom: 8px;
}

.widget-boxed .widget-boxed-body label {
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
}

.widget-boxed .widget-boxed-body input {
  display: none;
}

.widget-boxed .widget-boxed-body label:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #333;
  position: absolute;
  left: 0px;
}

.widget-boxed .widget-boxed-body input:checked + label:before {
  background-color: #41a31a;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 2px;
  content: "";
}

.widget-boxed .widget-boxed-body input:checked + label:after {
  border-color: #41a31a;
}

.product-order-filter > div div input {
  display: none;
}

.product-order-filter > div div label:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #333;
  position: absolute;
  left: 0px;
  top: 4px;

}

.product-order-filter > div div input:checked + label:before {
  background-color: #41a31a;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 2px;
  content: "";
  top: 6px;
}

.product-order-filter > div div input:checked + label:after {
  border-color: #41a31a;
}

.product-order-filter > div div input:checked + label {
  color: #41a31a;
}

.category-sticky .widget-boxed-body ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 5px 0px;
  display: block;
}

.category-sticky .widget-boxed-body ul li a img {
  width: 19px;
  margin-right: 5.5px;
}

.category-sticky .widget-boxed-body ul li a:hover {
  color: #45a22a;
}

.pagination {
  justify-content: center;
  padding: 12px 0px;
}

.pagination li {
  padding: 2.5px;
}

.pagination li a {
  font-size: 18px;
  border: 1px solid #e1e1e1;
  display: block;
  padding: 5px 15px;
}

.pagination li.active a, .pagination li a:hover {
  background-color: #f78d3b;
  color: #fff;
}

.seo-container {
  font-size: 13px;
  line-height: 22px;
}

.product-tabs-box {
  margin: 25px 0px 0px;
}

.product-tabs-box .tab-content {
  border: solid 1px #eaeaea;
  border-top: 0px;
  padding: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #41a31a;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 0px;
}

.nav-tabs {
  border: 0px;
  background-color: #eaeaea;
}

.product-detail-meta-button {
  display: block;
  width: 100%;
}

.product-detail-meta-button div {
  flex: 1 1 100%;
  padding: 8px  0px;
}

.product-detail-meta-button div button {
  width: 100%;
  padding: 6px 36px 6px 51px;
  border-radius: 5px;
  background-color: #41a31a;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-align: center;
  color: #fff;
  border: 1px solid #41a31a;
  text-transform: uppercase;
}

.product-detail-meta-button div:nth-child(2) button {
  background-color: #383838;
  border-color: #383838;
}

.product-detail-meta-button div:nth-child(2) button:hover {
  background-color: #000;
}

.product-detail-meta-button div:nth-child(1) button:hover {
  background-color: #3c981f;
}

.product-detail-piece {
  display: flex;
  align-items: center;
  margin: 16px 0px 7px;
  width: 100%;
}

.product-detail-piece div {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.product-detail-piece div:nth-child(2) {
  display: block;
  padding: 8px 9px 8px 10px;
  border-radius: 5px;
  background-color: #f0f2f5;
}

.product-detail-piece div:nth-child(2) input {
  width: 50px;
  border: 0px;
  background-color: #f0f2f5;
  text-align: center;
  font-size: 16px;
}

.product-detail-piece div:nth-child(2) i {
  font-size: 12px;
}

.product-detail-piece div:nth-child(3) {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  padding-left: 7.5px;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.product-detail-piece div:nth-child(3) b {
  font-weight: bold;
  color: #da1414;
}

.product-detail-piece div:nth-child(1) {
  padding-right: 7.5px;
  border-radius: 5px;
  box-shadow: 0px 2px 24px 0 rgba(0, 0, 0, 0.15);
  border: solid 1.2px #f4f4f4;
  background-color: #fff;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 8px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0px;
}

.cargo-truck-box {
  padding: 4px 87px 5px 7px;
  border-radius: 5px;
  background-color: #c9c9c9;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #383838;
  margin: 8px 0px;
}

.cargo-truck-box p {
  padding: 0;
  margin: 0;
  padding-left: 7.5px;
}

.whatsapp_tabela {
  margin-bottom: 0;
  margin-top: 0;
  /* display: none; */
}

.product-detail-price {
  display: block;
  align-items: center;
  width: 100%;
}

.product-detail-price .showcase-price-old {
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 0px 7.5px;
}

.product-detail-price .showcase-price-new {
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: normal;
  text-align: left;
  color: #da1414;
  text-decoration: none;
}

.product-detail-price .showcase-price-new ins {
  text-decoration: none;
}

.product-detail-price .showcase-price-discount {
  display: flex;
  align-items: center;
}

.product-detail-price .showcase-price-discount span:nth-child(1) {
  padding: 6px 3px 6px 4px;
  border-radius: 5px;
  background-color: #da1414;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.14px;
  text-align: center;
  color: #fff;
  line-height: 10px;
}

.product-detail-price .showcase-price-discount span:nth-child(2) {
  padding-left: 2.5px;
  padding-right: 7.5px;
}

.product-detail-meta-info {
  font-size: 14px;
  padding: 15px 0px 0px;
}

.product-detail-title h4 {
  margin: 0px;
  font-size: 14px;
}

.product-detail-title h1 {
  font-size: 19px;
  margin-bottom: 7.5px;
}

.product-detail-meta-cargo {
  display: flex;
  align-items: center;
  margin: 15px 0px 15px;
}

.product-detail-meta-cargo div:nth-child(1) {
}

.product-detail-meta-cargo div:nth-child(1) {
  padding: 4px 8px 4px 4px;
  border-radius: 6px;
  background-color: #f47111;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  line-height: 21px;
}

.product-detail-meta-cargo div:nth-child(2) {
  flex: 1;
  text-align: right;
}

.product-detail-meta-cargo div:nth-child(2) button {
  border: 0;
  padding: 2.5px 5px;
  margin: 0px;
  border: solid 1px #f6113d;
  color: #f6113d;
}

.product-detail-meta-cargo div:nth-child(1) img {
  margin-right: 3.5px;
}

.product-image-box {
  display: inline-block;
  flex-direction: row-reverse;
  padding: 20px 20px 20px 16px;
  box-shadow: 0px 9px 24.4px 4.6px rgba(0, 0, 0, 0.08);
  border: solid 1px #eaeaea;
  background-color: #fff;
}

#urunResimListContainer li {
  width: 100%;
  height: auto;
  margin: 0px;
  margin-bottom: 15px;
}

.product-image-box #urunResimListContainer {
  width: 100%;
  padding-right: 0;
}

.urunSecimTable ul.urunSecim li {
  background-color: #f0f2f5;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.breadcrumb-wrap {
  text-align: left;
  color: #fff;
  padding: 7.5px 0px;
  margin-bottom: 25px;
  background-color: #919191;
}

.breadcrumb li, .breadcrumb li a {
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb {
  justify-content: star;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-wrap img {
  margin-bottom: 15px;
  opacity: .6;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.col-product-item-title a span {
  display: block;
}

.col-product-item-title a span:nth-child(1) {
  font-weight: normal;
}

a.mobil-bars {
  display: none
}

.section-header-top {
  background-color: #fb8d18;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 45px;
  letter-spacing: 1.2px;
}

aisde.section-header-top .col-sm-5 nav {
  text-align: left;
  justify-content: start;
}

[data-slick="product-slick"] .slick-dots li:before {
  border-radius: 100%;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #9b9b9b;
  display: block;
  border: 1px solid #fff;
  /* margin-top: 1px; */
}

[data-slick="product-slick"] .slick-dots li.slick-active:before {
  background-color: #3e3e3e;
}

[data-slick="product-slick"] .slick-prev .fa {
  margin-top: -2px;
  margin-left: -2px;
}

[data-slick="product-slick"] .slick-next .fa {
  margin-top: -2px;
  margin-right: -2px;
}

nav.header-user-wrap p {
  flex: 1 1 100%;
}

nav.header-user-wrap a span {
  display: flex;
  align-items: center;
}

.section-header-nav {
  background-color: #e3e3e3;
  padding: 8px 0px;
  margin: 15px 0px 0px;
  background: rgba(227, 227, 227, 1);
  height: 45px;
}

.section-header-nav button {
  border: 0;
  width: 100%;
  color: #fff;
  font-size: 17px;
  text-align: left;
  line-height: 30px;
}

.section-header-nav .col-sm-3:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 45px;
  background-color: #f78c3b;
  border-radius: 6px;
  top: -8px;
}

.section-main-slider {
  background: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  padding: 25px 0px 45px;
  margin-bottom: 25px;
}

.col-filter-bar {
  background: url(../images/col-filter-bar-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 16px;
  border-radius: 6px;
}

.col-filter-bar h3 {
  font-size: 20.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 15px 0px 0px;
}

.col-filter-bar p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.18px;
  text-align: left;
  color: #fff;
}

.col-filter-bar ul li {
  border-radius: 7px;
  background-color: #fafafa;
  margin-bottom: 16px;
  display: flex;
  padding-right: 8px;
  overflow: hidden;
}

.col-filter-bar ul li span {
  padding: 4px 10px;
  background-color: #fbe2c0;
}

.col-filter-bar ul li select {
  width: 100%;
  border: 0;
  background-color: #fafafa;
  padding-left: 8px;
}

.col-filter-bar ul li:hover span {
  background-color: #053a90;
  color: #fff;
}

.col-filter-bar ul li:last-child {
  background-color: transparent;
}

.col-filter-bar ul li:last-child button {
  border-radius: 19.5px;
  background-color: #2166d6;
  color: #fff;
  padding: 5px 25px;
  border: 0px;
}

.section-main-brand [data-slick="brand-slick"] {
  border-radius: 7px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  padding: 16px;
}

.section-main-brand [data-slick="brand-slick"] .slick-item img {
  height: 80px;
  margin: auto;
  border: 1;
}

.section-main-brand [data-slick="brand-slick"] .slick-item a {
  display: block;
  text-align: center;
  margin: auto;
}

section.section-main-brand header h3 {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #44342d;
  margin-bottom: 0px;
}

section.section-main-brand header {
  text-align: center;
  padding: 50px 0px 25px;
}

.col-product-item-footer div:first-child {
  flex: 0 0 90px;
}

.col-product-item-footer div input {
  border: 1px solid #c9c9c9;
  width: 50px;
  text-align: center;
  margin: 0px 5px;
}

.col-product-item-footer div:last-child {
  width: 100%;
  flex: 1 1 100%;
  padding-left: 16px;
}

.slick-slide:hover .col-product-item {
  border-color: #2769d3;
  cursor: pointer;
}

.section-footerEnewsletter {
  background-image: linear-gradient(to top, #153ccc, #4273ff), linear-gradient(to bottom, #2166d6, #2166d6);
  padding: 16px 0px;
  margin: 16px 0px;
}

.section-footerEnewsletter h3 {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: left;
  color: #fff;
  margin: 0;
}

.section-footerEnewsletter p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.35px;
  text-align: left;
  color: #bebebe;
}

.section-footerEnewsletter .footer-top-enewsletter-form {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 14px;
}

.section-footerEnewsletter .footer-top-enewsletter-form input {
  flex: 1 1 100%;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0.45px;
  text-align: left;
  padding: 16px;
  color: aliceblue;
  border-radius: 26px;
  border: 0;
}

.section-footerEnewsletter .footer-top-enewsletter-form button {
  position: absolute;
  right: 5px;
  border-radius: 25px;
  background-color: #f47111;
  font-size: 15px;
  width: 85px;
  border-radius: 26px;
  border: 0;
  color: #fff;
  height: 44px;
  line-height: 0px;
  top: 4px;
  text-align: center;
}


section.section-main-category-filter header h3 {
  font-size: 33.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.84px;
  text-align: center;
  color: #000;
}

section.section-main-category-filter header h3 span {
  color: #ff9600;
}

.section-main-category-filter nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.section-main-category-filter nav a {
  padding: 14px 15px 11px 14px;
  border: solid 0.7px #d4d4d4;
  background-color: #fff;
  font-size: 13px;
}

.section-main-category-filter nav a::before {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  border: solid 0.7px #d4d4d4;
  background-color: #fff;
  display: block;
  content: "";
  border-radius: 100%;
  flex: 0 0 25px;
  display: none;
}

.section-main-category-filter nav a {
  margin: 0px 8px;
  display: flex;
  align-items: center;
  flex: 0 0 18%;
  margin-bottom: 8px;
  margin-left: 0px;
}

.section-main-category-filter nav a:hover, .section-main-category-filter nav a.active {
  border: solid 0.7px #d4d4d4;
  background-color: #fffaef;
}

.section-main-category-filter .categorit-filter-nav-child-1 {
  display: none;
  /* align-items: center; */
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  margin: 25px 0px;
  flex-wrap: wrap;
}

.section-main-category-filter .categorit-filter-nav-child-1 ul {
  display: none;
}

.section-main-category-filter .categorit-filter-nav-child-1 li {
  text-align: center;
  padding: 15px;
  width: 16%;
}


.section-main-category-filter .categorit-filter-nav-child-1 li span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.section-main-category-filter .categorit-filter-nav-child-1 li img {
  width: 100%;
}

.section-main-category-filter .categorit-filter-nav-child-1 li .categorit-filter-nav-child-2 {
  position: absolute;
  left: 0;
  width: 100%;

  justify-content: center;
  box-shadow: -0.8px 15px 46px 0 rgba(32, 32, 32, 0.23);
  background-color: #fff;
  display: none;
}

.section-main-category-filter .categorit-filter-nav-child-1 li:hover .categorit-filter-nav-child-2 {
  display: flex;
}

.section-main-category-filter .categorit-filter-nav-child-1 li:hover {
  box-shadow: -1px -28px 32px 0 rgba(32, 32, 32, 0.14);
  background-color: #fff;
}

.section-kategorigoster-box .col-filter-bar {
  background: url(../images/category-filter-bar-bg.png);
  height: auto;
}

.section-kategorigoster-box .col-filter-bar ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section-kategorigoster-box .col-filter-bar ul li {
  flex: 0 0 31%;
  margin-right: 16px;
}

.section-kategorigoster-box .col-filter-bar h3 {
  color: #000;
  font-size: 18px;
}
.section-kategorigoster-box .col-filter-bar p{
  color:#000;
}


.section-arama-box .col-filter-bar {
  background: url(../images/category-filter-bar-bg.png);
  height: auto;
}

.section-arama-box .col-filter-bar ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section-arama-box .col-filter-bar ul li {
  flex: 0 0 31%;
  margin-right: 16px;
}

.section-arama-box .col-filter-bar h3 {
  color: #000;
  font-size: 18px;
}
.section-arama-box .col-filter-bar p{
  color:#000;
}


.col-product-item-detail-content ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 7px;
  display: flex;
  font-size: 12px;
}

.col-product-item-detail-content ul {
  background-color: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.col-product-item-detail-content ul li:nth-child(even) {
  background-color: #fffa;
}

.col-product-item-detail-content ul li span:nth-child(1) {
  font-weight: 600;
  padding-right: 8px;
}

.col-product-item-detail-content ul li:last-child {
  border: 0;
}

.col-product-item-title p {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 8px;
}

.col-product-item-title p + span {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.page-arama  .col-product-item-price del,.page-kategorigoster .col-product-item-price del {
  display: block;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: -0.6px;
  text-align: left;
  color: #38424f;
}

.page-arama .col-product-item-price del small,.page-kategorigoster .col-product-item-price del small {
  position: absolute;
  right: 0;
  border-radius: 26px;
  background-color: #da1414;
  padding: 8px 16px;
  color: #fff;
  display: flex;
  align-items: center;
  top: 0px;
}

.page-arama .col-product-item-price ins,.page-kategorigoster .col-product-item-price ins {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: -0.75px;
  text-align: left;
  color: #38424f;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}

.page-arama .col-product-item-price ins small,.page-kategorigoster .col-product-item-price ins small {
  margin-bottom: 6px;
  font-size: 14px;
  display: block;
  font-weight: 100;
}

.page-arama .col-product-item-footer ,.page-kategorigoster .col-product-item-footer {
  display: block;
  padding: 16px 0px 0px;
}

.page-arama .col-product-item-footer div img,.page-kategorigoster .col-product-item-footer div img {width: 31px;}

.page-arama .col-product-item-footer div,.page-kategorigoster .col-product-item-footer div {
  padding: 0;
  margin: 0;
  padding: 16px 0px 0px;
}

.page-arama .col-product-item-footer div span,.page-kategorigoster .col-product-item-footer div span {
  margin-bottom: 8px;
  display: block;
}

.page-arama .col-product-item-footer div span:nth-child(1),.page-kategorigoster .col-product-item-footer div span:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.17px;
  text-align: left;
  color: #0a8510;
}

.page-arama .col-product-item-footer button,.page-kategorigoster .col-product-item-footer button {
  box-shadow: 0px 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #fb8d18;
}

.page-arama .col-product-item-footer div:nth-child(1),.page-kategorigoster .col-product-item-footer div:nth-child(1) {
  border-radius: 5px;
  box-shadow: 0px 2px 24px 0 rgba(0, 0, 0, 0.15);
  border: solid 1.2px #f4f4f4;
  background-color: #fff;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 8px;
}

.page-arama .col-product-item-footer div:nth-child(1) input,.page-kategorigoster .col-product-item-footer div:nth-child(1) input {
  border: 0;
  width: 100%;
}

.page-arama .col-product-item-footer div:nth-child(1) i,.page-kategorigoster .col-product-item-footer div:nth-child(1) i {
  padding: 0px 8px;
}

.product-detail-box .product-detail-price del {
  display: block;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: -0.6px;
  text-align: left;
  color: #38424f;
}

.product-detail-box .product-detail-price del small {
  position: absolute;
  right: 0;
  border-radius: 26px;
  background-color: #da1414;
  padding: 8px 16px;
  color: #fff;
  display: flex;
  align-items: center;
  top: 0px;
}

.product-detail-box .product-detail-price ins {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: -0.75px;
  text-align: left;
  color: #38424f;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}

.product-detail-box .product-detail-price ins small {
  margin-bottom: 6px;
  font-size: 14px;
  display: block;
  font-weight: 100;
}

.product-detail-piece div:nth-child(1) input {
  border: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.product-area-box-top {
  background: linear-gradient(90deg, #f9f9f9 65%, #eff4f2 35%);
  padding: 34px 0px 34px;
  margin-bottom: 34px;
}
.section-urundetay-box .breadcrumb-wrap {
  margin-bottom: 0;
}

.col-xl-5 .product-detail-box {
  padding-right: 34px;
}
.product-image-box #urunResimListContainer ul li {
  flex: 0 0 calc(20% - 0px);
  border: 0;
  margin-bottom: 0;
}

.product-image-box #urunResimListContainer ul li img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 3px;
}

.product-image-box > a > img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 3px;
}
.product-image-box #urunResimListContainer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0px;
}

.product-detail-box .col-product-item-detail-content + span,.product-detail-box .col-product-item-detail-content + span + span {
  margin-top: 16px;
  display: inline-block;
}

.product-detail-box .col-product-item-detail-content + span img, .product-detail-box .col-product-item-detail-content + span + span img {
  width: 31px;
  margin-right: 8px;
}

.product-detail-box .col-product-item-detail-content + span + span {
  padding-left: 8px;
}
div#tel-birakin {
  order: 1;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 8px;
}

.product-detail-box {
  display: flex;
  flex-wrap: wrap;
}

.whatsapp_tabela {
  order: 11;
  width: 100%;
}
.section-main-category-filter .categorit-filter-nav-child-1.active {
  display: flex;
  border: 1px solid #ddd;
  justify-content: center;

}
.col-product-item-detail-content {
  margin: 15px 0px;
  clear: both;
  width: 100%;
}
.product-detail-title a img {
  width: 35px;
  margin: 15px 0px;
}
.mobile-support-center {
  position: fixed;
  bottom: 86px;
  right: 25px;
  z-index: 997
}

.mobile-support-center>.support-icon {
  position: relative;
  z-index: 2;
  text-align: center
}

.mobile-support-center>.support-icon>img {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 57px;
  border-radius: 50%;
  right: -4px;
  transition: .3s
}

.mobile-support-center:not(.Show)>.support-icon>img {
  animation: shadow-pulse 2s infinite
}

.mobile-support-center>.support-icon>span {
  position: absolute;
  font-weight: 700;
  font-size: 10px;
  display: block;
  border-radius: 5px;
  color: #fff;
  background-color: #2089ca;
  padding: 3px 7px;
  transition: .3s all;
  bottom: -9px;
  right: -3px;
  z-index: 2
}

.mobile-support-center .support-modal {
  position: absolute;
  bottom: -5px;
  width: 300px;
  right: -12px;
  background-color: #fff;
  padding: 13px 23px 75px;
  border-radius: 15px 15px 22px 15px;
  border: 1px solid #eee;
  box-shadow: rgb(17 12 46/15%) 0 -20px 100px 0;
  transition: .3s all;
  opacity: 0;
  visibility: hidden
}

.mobile-support-center>.support-icon .close-support {
  display: none;
  position: absolute;
  right: -16px;
  bottom: -6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  padding: 10px;
  background: url('../images/times.svg');
  background-repeat: no-repeat;
  transition: all ease .3s;
  z-index: 15;
  background-color: #fff;
  box-shadow: rgb(149 157 165/20%) 0 8px 24px;
  background-size: 20px;
  background-position: center
}

.mobile-support-center.Show>.support-icon .close-support {
  display: block
}

.mobile-support-center .support-modal .support-content .support-item {
  display: flex;
  align-items: center;
  color: #444;
  font-size: 13px;
  padding: 10px 0;
  border-radius: 3px;
  position: relative
}

.mobile-support-center .support-modal .support-content .support-item::after {
  content: ">";
  font-family: monospace;
  font-weight: 100;
  font-size: 11px;
  margin-left: 11px;
  position: relative;
  top: 1px;
  opacity: 0
}

.mobile-support-center .support-modal .support-content .support-item:nth-child(1) {
  color: #dd621e
}

.mobile-support-center .support-modal .support-content .support-item:nth-child(2) {
  color: #4caf50
}

.mobile-support-center .support-modal .support-content .support-item:nth-child(3) {
  color: #039be5
}

.mobile-support-center .support-modal .support-content .support-item:nth-child(4) {
  margin-bottom: 15px;
  color: #dd621e
}

.mobile-support-center .support-modal .support-content .support-item.support-mail {
  color: #dd621e;
  margin: 5px 0
}

.mobile-support-center .support-modal .support-content .support-item>.item-icon {
  flex: none;
  width: 25px;
  margin-right: 8px
}

.mobile-support-center .support-modal .support-content .or-text {
  font-size: 13px;
  line-height: 18px;
  color: #838383
}

.mobile-support-center .support-modal .support-content .or-text>span {
  color: #000000e0;
  font-weight: 600
}

.mobile-support-center.Show .support-modal {
  opacity: 1;
  visibility: visible
}

.mobile-support-center.Show>.support-icon>span {
  font-size: 0;
  width: max-content;
  bottom: 15px;
  right: 66px;
  border-radius: 60px;
  padding: 4px 9px;
  color: #fff;
  font-weight: 500
}

.mobile-support-center.Show>.support-icon>span::before {
  content: attr(data-toggle-text);
  font-size: 12px
}

.mobile-support-center.Show>.support-icon>span::after {
  right: -9px;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #57afe3;
  border-width: 5px;
  margin-top: -5px
}

@media only screen and (min-width: 991px) {


  .mobile-support-center {
    right: 45px
  }

  .mobile-support-center>.support-icon>img {
    width: 75px
  }

  .mobile-support-center>.support-icon>span {
    font-size: 12px;
    right: 2px
  }

  .mobile-support-center.Show>.support-icon>img {
    width: 57px
  }

  .mobile-support-center .support-modal .support-content .support-item {
    font-size: 14px
  }
}

@media only screen and (max-width: 991px) {
  .mobile-support-center {
    display:block
  }
}
@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(23,137,204,.4)
  }

  to {
    box-shadow: 0 0 0 20px transparent
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(23,137,204,.4)
  }

  to {
    box-shadow: 0 0 0 20px transparent
  }
}

.col-product-item-hover {
  left: 10px;
  position: absolute;
  bottom: 0;
  padding: 6px;
  background-color: #fff;
  margin-bottom: 16px;
  width: 93.7%;
  padding: 16px;
  border: solid 0.7px #dedede;
  border-radius: 6px;
  bottom: -250px;
  border: 0;
  border-radius: 0px;
  transition: .2s linear;
  display: none;
}

.slick-item:hover .col-product-item-hover {opacity: 1;bottom: 5px;}

.col-product-item-hover .kriter-list {
  display: flex;
  flex-wrap: wrap;
}

.col-product-item-hover .kriter-list li {
  margin: 1.5px 0px;
  border: 1px solid #ddd;
  width: 100%;
}

.col-product-item-hover .kriter-list li span:nth-child(1) {
  border-right: 1px solid #dddd;
  display: block;
}

.col-product-item-hover .kriter-list li {display: flex;}

.col-product-item-hover .kriter-list li span {
  flex: auto;
  padding: 5px;
  font-size: 12px;
}

.col-product-item-hover .kriter-list li span:nth-child(2) {
  flex: 0 0 90px;
  text-align: right;
}
.section-main-category-filter nav a img {
  width: 50px;
  margin-right: 15px;
}

.col-product-item-title a {
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: -2px;
  height: 50px;
}
.tab-content>.tab-pane {

  white-space: pre-wrap;
  word-wrap: break-word;
}
.col-filter-bar ul li:last-child button:last-child {
  float: right;
  margin-left: 12px;
  margin-right: 0px;
  background-color: red;
}
.section-kategorigoster-box .col-filter-bar p + button,.section-arama-box .col-filter-bar p + button {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #000;
  color: #fff;
  padding: 5px 30px;
  border: 0;
  border-radius: 26px;
}