<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&amp;display=swap');

* {
  outline: none;
}


:root {
  --anarenkDeg:#49d8d9;
  --anarek:#27b9b9;
  --softrenk:#BDEFEF;
  --ararenk:#fd840d;
  --opacity: #bdefef94;
}

a {
  color: #333;
}

.BreadCrumb {
  color: #222;
}

.header .menu:-ms-input-placeholder {
  color: red;
}

.header .menu::-ms-input-placeholder {
  color: red;
}

.header .menu::-webkit-scrollbar-track {
  background-color: #515252;
}

.header .menu::-webkit-scrollbar {
  width: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #60b4e4), color-stop(93%, #0086c9));
  background: var(--anarenkDeg);
}

.header .menu::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #60b4e4), color-stop(93%, #0086c9));
  background: var(--anarenkDeg);
}

.header .menu::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #60b4e4), color-stop(93%, #0086c9));
  background: var(--anarenkDeg);
}

body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

header {
  background-color: #fff;
}

.headerLeft &gt; a {
  display: block;
  width: 48px;
  height: 31px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.headerCenter a {
  text-align: center;
  font-size: 40px;
}

.search, .product-basket {
  position: relative;
}

.search &gt; a {
  width: 32px;
  height: 32px;
  display: block;
}

.product-basket &gt; a {
  width: 32px;
  height: 32px;
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix:before {
  display: table;
  content: " ";
}

.columns-den {
  float: right;
}

.header-left {
  float: left;
}

.main {
  background-color: #f9f9f9;
  padding: 30px 0;
}

.p-bottom-25 {
  margin: 10px 0 25px 0;
}

.headerCenter .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: center;
}

.headerCenter .logo img {
  max-width: 100%;
  max-height: 50px;
}

.product-home {
  background-color: #fff;
  border-radius: .3rem;
  padding: 50px;
  margin-top: 20px;
  margin: 1pc;
  width: 95% !important;
}

.product-home h2 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-home p {
  text-align: center;
}

.product-home-price {
  z-index: 19;
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #60b4e4), color-stop(93%, #0086c9));
  background: var(--anarenkDeg);
  border-radius: 100px 100px 100px 0px;
  visibility: inherit;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 12px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 8px;
  white-space: nowrap;
  min-height: 80px;
  min-width: 80px;
  max-height: 80px;
  max-width: 80px;
  opacity: 1;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
  position: absolute;
  left: 75%;
  top: 0%;
}

.product-home-price span {
  position: absolute;
  left: 14%;
  top: 34%;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.product-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.product-images img {
  width: 50% !important;
}

i {
  color: #40464E;
}

.sales-content {
  background: #0086c9;
  padding: 15px 10px;
  font-size: 20px;
  border-radius: 57px;
  height: 61px;
  font-weight: bold;
  color: #fff;
}

.product-home-prices .product-old-price {
  font-size: 12px;
  line-height: 0;
}

.product-home-prices .product-new-price {
  font-size: 33px;
}

.perest-content {
  margin: 40px 0;
}

.sales-content {
  width: 10% !important;
}

.category-home {
  border-radius: 4px 4px 0 0;
  margin-top: 3rem;
  background: var(--anarenkDeg);
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.category-home h1 {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}

.product-detail-list {
  padding: 9px;
  border-top: 1px solid #eeeff0;
  text-align: center;
}

.product-value .product-name {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}

.product-value .content_price {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-value .discount-badge {
  font-size: 16px;
  width: 50px;
  height: 32px;
  border-radius: 8px;
  background: var(--ararenk);
  color: #FFF;
  right: 15px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  position: absolute;
  top: 5%;
  padding: .5rem;
}

.product-value .old-price {
  text-decoration: line-through;
  padding-left: 10px;
  font-size: 13px;
  color: #919191;
  font-weight: 500;
  margin-top: 6px;
  padding-right: 10px;
}

.product-value .product-price {
  font-size: 12px;
  text-align: center;
}

.product-value .product-price {
  font-size: 19px;
  color: #414141;
  font-weight: 700;
  height: 20px;
  white-space: nowrap;
}

.pd-0 {
  padding: 0;
}

.p-0 {
  border-radius: 0 0 10px 10px;
  float: left;
  margin-bottom: 1rem;
}

.category-lists .p-0 {
  margin-right: 0px;
}

.is-full-page {
  width: 98%;
}

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

.header .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  background-color: #404653;
  padding: 130px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 65;
  display: none;
  overflow: auto;
}

.active {
  display: block !important;
}

.close-menu {
  position: absolute;
  right: 20px;
  top: 15px;
}

.close-menu i {
  color: #fff;
  font-size: 55px;
}

.form-search .search-box {
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  border: 1px;
  position: relative;
  background: #f0f0f0;
}

.form-search #search_submit {
  position: absolute;
  right: 0;
}

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

.form-search {
  display: none;
}

.btn-search {
  position: absolute;
  right: 0;
  padding: 12px 30px;
  border: 0;
  border-radius: 50px;
  margin: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #60b4e4), color-stop(93%, #0086c9));
  background: var(--anarenkDeg);
}

.btn-search i {
  font-size: 26px;
  color: #fff;
}

.category-list &gt; .container {
  padding: 0 10px;
}

.menu-list a {
  color: #ffffff;
}

.category-head {
  top: 0%;
  width: 100%;
  text-align: center;
  left: 0%;
  padding: 14px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  color: #fff;
  background: #ffc000;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #60b4e4), color-stop(93%, #0086c9));
  background: var(--anarenkDeg);
}

.category-list-new {
  position: relative;
  border: 1px solid #e6e6e3;
  border-radius: 7px;
  border-left: 3px solid #e6e6e3;
}

.category-list-new li {
  display: block;
  padding: 0 15px;
}

.category-list-new li a {
  font-size: 16px;
  display: block;
  line-height: normal;
  font-weight: 400;
  color: #313131;
  padding: 6px 0;
}

.category-list-new #add-category {
  position: relative;
}

.category-list-new #add-category i {
  position: absolute;
  right: 1rem;
  color: #0086c9;
}

.footer-left {
  margin: -10px 0 55px;
}

.footer-logo {
  height: auto;
  width: 130px;
  margin-top: 52px;
  margin-left: 12px;
}

.footer-contact {
  margin-top: 15px;
}

.footer-contact &gt; p {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 14px;
}

.footer-contact span {
  color: #f7f6f1;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-right: 5px;
  text-transform: capitalize;
}

.footer-area a, .footer-area p {
  color: #85817c;
}

.simple {
  margin-top: 35px;
}

.simple .simple-head {
  margin-bottom: 1.2rem;
}

.simple li b {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.simple li a {
  color: #fafafa;
  font-size: 13px;
}

.newsletter-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  background-color: #F3F3F3;
  width: 16rem;
  margin: 1rem 0;
}

.newsletter-content form input {
  background-color: #F3F3F3;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  border: none;
  color: #565656;
  width: 100%;
}

.newsletter-content form button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #60b4e4), color-stop(93%, #0086c9));
  background: var(--anarenkDeg);
  padding: 1rem;
}

.newsletter {
  margin-bottom: 2rem;
}

.bulten-li {
  font-size: .8rem;
  margin: 0.5rem 0;
  color: #fafafa;
}

footer .social-full {
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #60b4e4), color-stop(93%, #0086c9));
  background: var(--anarenkDeg);
}

footer .icon-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .icon-set .kcl-elm-s666 p {
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

footer .kcl-elm-social {
  margin: 1rem;
}

.social-footer {
  border: 2px solid;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.kcl-elm-social a {
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: inline-block;
  color: #fff;
}

.social-footer i {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}

footer .payment {
  background: url(../images/banka.png) no-repeat 50% 50%;
  height: 50px;
  margin: 3rem 0 1rem 0;
  background-size: 700px;
  filter: brightness(0) invert(1);
}

.menu-button {
  border: 0;
  outline: none;
  background: transparent;
}

.main .owl-dots {
  display: none;
}


.page-back {
    background: url(../images/backrum.jpg);
    padding: 1px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-breads {
    box-sizing: border-box;
    padding: 10px 0;
}


.breadcrumb-new {
    padding: 8px 15px;
    list-style: none;
    margin-top: 5px;
    text-align: left;
    text-align: center;
}

.breadcrumb-new&gt;li {
    display: inline-block;
    font-size: 1.1rem;
}

.breadcrumb-new&gt;li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}


#twbsPagination {
  clear: both;
  width: auto;
  margin: auto;
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
}

.category-product-list center {
  width: 80%;
}

.category-product-list .p-0 {
  margin-bottom: 1rem;
}


.category-product-list {
  margin-top: -3rem;
}

.filter-left {
  background: #fff;
  border-radius: 3px;
  margin: 15px 0;
}

.filter-left {
  background: #fff;
  border-radius: 3px;
  margin: 15px 0;
  height: max-content;
  padding: 0;
  margin-top: 1.3rem;
}

.check-box-list {
  padding: 0 5px
}

.sidebar-left .product-categories {
  padding: 10px
}

.widget-title {
  border-bottom: 1px solid #efebeb;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 600;
  width: 100%;
  color: #fff;
  background: var(--anarenkDeg);
}

.layered_subtitle {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 34px;
  color: #1d1c1d;
  padding: 2px;
  border-radius: 5px;
  box-shadow: inset 1px 3px 6px 0 #fff
}

.check-box-list label {
  margin-bottom: 5px;
  font-weight: 500;
  color: #111
}




.urundetay {
  background: #fff;
  border-radius: 9px;
  padding: 20px 10px 50px 10px;
}

.full-top-search-form div.input-group .close-search-form {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #666;
  font-size: 20px;
  z-index: 12;
  background: 0 0;
  border: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
.button-show-search {
  background: 0 0;
  border: none;
  vertical-align: middle
}
div.wpcf7-validation-errors {
  margin: 0;
  padding: 15px
}
.contact-form-content {
  padding: 30px;
  background: #fff;
  min-height: 260px
}
.contact-form-content .rounded {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #ccc
}
.rtl .contact-form-content .rounded {
  margin-left: 10px;
  margin-right: inherit
}
.contact-form-content .rounded .fa,
.contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px
}
.contact-form-content small {
  color: #2e2e2e
}
.fancybox-close {
  display: block!important
}
.home .header-mobile {
  position: relative;
  width: 100%;
  z-index: 99
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%
}
.product-cargo-buttons {
  flex-wrap: wrap
}
.product-title {
  margin-bottom: 1rem
}
.product-title h1 {
  font-size: 2.4rem;
  font-weight: 600
}
.product-short-desc {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #949494
}
.product-short-desc {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #949494
}
.product-ex {
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#urunResimListContainer {
  clear: both
}
#urunResimListContainer ul {
  list-style: none;
  padding: 0;
  margin: 0
}
#urunResimListContainer li {
  float: none;
  width: 100%;
  height: auto;
  margin-right: 9px;
  margin-top: 5px;
  text-align: center;
  border-radius: 9px;
  border: 1px solid #22222226;
}
#urunResimListContainer li img {
  width: 100%
}
#urunResimListContainer li:last-child {
  margin-right: 0!important
}
.product-cargo-buttons .product-cargo-button .product-cargo-button-desc {
  font-weight: 500;
  color: #949494;
  font-size: 10px
}
.urundetay {
  background: #fff;
  border-radius: 9px;
  padding: 20px 10px 50px 10px;
  margin: 1rem 0;
}
.product-page-name {
  background: #f5f6fa;
  height: 100%
}
.discount-label {
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-right: 1.6rem;
  padding: 0 1rem;
  background: var(--anarenkDeg);
}
.product-area-top {
  margin-bottom: 6.5rem
}
.product-left #product-thumb-image .thumb-item {
  margin-right: .5rem
}
.product-left #product-thumb-image .thumb-item a {
  position: relative;
  display: block;
  padding-top: 100%;
  opacity: .5;
  border: 1px solid #eee;
  transition: all .2s ease-in-out
}
.product-left .product-image {
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 1.5rem
}
.product-left #product-primary-image img {
  display: block;
  margin: auto
}
.product-brand a {
  font-weight: 600;
  font-size: 1rem;
  color: var(--ararenk);
  transition: all .2s ease-in-out
}
.product-title h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
.product-short-desc {
  font-size: .9rem;
  line-height: 1.4rem;
  color: #949494;
}
.product-ex .product-list-row.product-price2 {
  text-align: center;
  border: 1px dashed #d8d8d8;
  padding: 1.4rem 3.4rem
}
.product-ex .product-list-row.product-price2 .product-price2-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #363636;
  margin-bottom: 1rem
}
.product-ex .product-list-row.product-price2 .product-price2-title span {
  font-size: 1.4rem;
  margin-left: .5rem;
  color: #f60
}
.product-ex .product-list-row.product-price2 .product-list-content {
  font-size: 2.2rem;
  font-weight: 700;
  color: #002f67
}
.product-ex-left .product-price {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
.product-price .discount-label.product-label {
  width: 5.2rem;
  height: 3.4rem;
  line-height: 3.5rem;
  font-size: 1.2rem;
  position: relative;
  top: 0;
}
.product-price-old {
  font-size: .9rem;
  color: #949494;
  text-decoration: line-through;
  margin-bottom: -7px;
}
.product-price-new,
.product-price-regular {
  font-weight: 700;
  font-size: 1.5rem;
  color: #070707;
}
.product-list-row.product-price1 {
  display: none!important
}
.product-list-row.lowest-price {
  font-size: 1.4rem;
  color: #f60
}
.product-cart-buttons {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
  clear: both;
}
.product-cart-buttons .product-qty {
  flex: 9.4rem;
  height: 5rem;
  border-radius: 12px;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem
}
.product-cart-buttons .product-qty input {
  width: 3rem;
  font-weight: 500;
  font-size: 20px;
  color: #f60;
  text-align: center;
  border: none;
  margin: 0 1rem
}
.product-cart-buttons .add-to-cart-button,
.product-cart-buttons .no-stock-button,
.product-cart-buttons .quick-order-button,
.product-cart-buttons .remind-me-button {
  width: 76%;
  height: 40px;
  line-height: 2.5rem;
  border-radius: 4px;
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  transition: all .2s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  /* padding: 10px 25px; */
}
.product-cart-buttons .add-to-cart-button,
.product-cart-buttons .no-stock-button {
  margin-right: 1.2rem;
  background: var(--anarenkDeg);
}
.product-cart-buttons .quick-order-button:hover {
  background: #070707
}
.product-cart-buttons .remind-me-button {
  background: #e31837
}
.product-cart-buttons .remind-me-button:hover {
  background: #555
}
.product-cargo-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem
}
.product-cargo-buttons .product-cargo-button {
  flex: 0 0 19rem;
  height: 5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  margin-top: 2rem;
}
.product-cargo-buttons .product-cargo-button i {
  flex: 0 0 5rem;
  height: 5rem;
  margin: 0 0.5rem 0 0.5rem;
  background: url(../svg/icon-kargo.svg) no-repeat 50% 50%;
}
.product-cargo-buttons .product-cargo-button span {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  flex: 1 1 0;
  text-transform: uppercase;
  color: #070707
}
.product-cargo-buttons .product-cargo-button .product-cargo-button-desc {
  font-weight: 500;
  color: #949494;
  font-size: 10px;
}
.prd-banners .banner1 i,
.prd-banners .banner2 i {
  width: 5.3rem;
  height: 5.3rem;
  display: block;
  margin: 0 1rem 0 2.4rem
}
.prd-banners .banner1 .banner-title,
.prd-banners .banner2 .banner-title {
  font-weight: 500;
  color: #002f67
}
.prd-banners .banner1 .banner-title span,
.prd-banners .banner2 .banner-title span {
  display: block;
  color: #f60
}

#product-user-buttons {
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee
}
#product-user-buttons a {
  font-size: 11px;
  color: gray;
  transition: all .2s ease-in-out
}
#product-user-buttons a.favorite-product i {
  font-weight: 900
}

#product-user-buttons .product-compare a.active i {
  background-position: right center
}
#product-user-buttons .product-compare a span {
  display: block!important
}
.product-detail {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #949494
}
.product-detail iframe,
.product-detail table {
  width: 100%!important
}
.product-fixed-block {
  position: fixed;
  background: #002f67;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all .6s ease-in-out;
  padding: 3rem 0
}
.product-fixed-block.active-fixed {
  bottom: 0
}
.product-fixed-block .fixed-product-title {
  font-size: 2rem;
  font-weight: 600;
  color: #fff
}
.product-fixed-block .fixed-product-price .old-price {
  font-size: 1.8rem;
  color: #fff;
  text-decoration: line-through
}
.product-fixed-block .fixed-product-price .new-price,
.product-fixed-block .fixed-product-price .regular-price {
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff
}
.product-fixed-block .fixed-add-to-cart-button {
  width: 15rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 8px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #f60
}
.product-fixed-block .fixed-add-to-cart-button:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 600%;
  background: rgba(255, 255, 255, .15);
  z-index: 1;
  right: -5%;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(-28deg);
  transition: all .2s ease-in-out;
  margin: -5px 0 0 -5px
}
.product-fixed-block .fixed-add-to-cart-button:hover:after {
  width: 130%
}
.product-list-container {
  margin-top: 2rem;
  border-top: 1px dashed #d8d8d8;
  border-bottom: 1px dashed #d8d8d8;
  padding: 1.5rem 0
}
.product-list-container .product-list-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.product-list-container .product-list-row a {
  color: #363636;
  transition: all .2s ease-in-out
}
.product-list-container .product-list-row .product-list-title {
  flex: 0 0 auto;
  width: 30%;
  font-size: .9rem;
  color: #949494;
}
.product-list-container .product-list-row .product-list-content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  word-break: break-word;
  font-size: .9rem;
  font-weight: 600;
  color: #363636;
}
.product-list-container .product-list-row .product-list-content:before {
  content: ':';
  margin-right: 1.6rem
}
.product-options .product-options-title {
  margin-bottom: 1rem;
  font-size: 1.4rem
}
.variant-select .variant-list select {
  width: 50%!important
}
.variant-plural .variant-list {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem
}
.variant-plural span {
  flex: 0 0 auto;
  border: 1px solid #eee;
  cursor: pointer;
  margin: 0 1rem 1rem 0;
  padding: .5rem 1rem
}
.variant-plural span.variant-selected {
  border-color: #363636
}
.product-detail-tab .product-detail-tab-header {
  border-bottom: 1px solid #ececec
}
.product-detail-tab .product-detail-tab-header[data-tab-index] {
  display: flex;
  position: relative
}
.product-detail-tab .product-detail-tab-header[data-tab-index]&gt;a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #949494;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  transition: all .2s ease-in-out
}
.product-detail-tab .product-detail-tab-header[data-tab-index]&gt;a:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -25px;
  display: inline-block;
  background: #ececec
}

.product-photo-container .img {
  border-radius: 1rem;
}
.product-detail-tab .product-detail-tab-header[data-tab-index].active&gt;a {
  color: #f60;
  border-color: #f60
}
.product-detail-tab .product-detail-tab-content[data-tab-content] {
  height: 0;
  overflow: hidden
}
.product-detail-tab .product-detail-tab-content[data-tab-content]&gt;div {
  padding: 1.5rem 0
}
.product-detail-tab .product-detail-tab-content[data-tab-content].active {
  height: auto;
  overflow: visible
}

.product-cart-buttons .no-stock-button:hover, .product-cart-buttons .quick-order-button {
  background: #253136;
  color: #fff;
}

#detail-title {
  margin: 0;
  padding: 0
}
#detail-title li {
  background: #ffffff;
  font-size: 17px;
  float: left;
  color: #4a4a4a;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  padding: 17px 0;
  font-weight: 600;
  margin-right: 3rem;
  text-transform: uppercase;
}

#detail-title li:first-child {
  border-top-left-radius: 8px
}
#detail-title li:last-child {
  border-top-right-radius: 8px
}
.active-detail {
  font-weight: 700;
  color: #000!important;
  background: #fff!important
}
.detail-content {
  width: 100%;
  padding: 30px 15px;
  background: #fff;
}

.detail-content {
  display: none
}
#detail-title li {
  cursor: pointer
}

.pages-showpage {
  margin: 23px 0;
  background: #fff;
  border-radius: 7px;
  padding: 10px 30px 20px 30px;
}

.pages-showpage .big-title {
  position: relative;
  background: #fff;
  padding: 0px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 21px;
  height: 48px;
  text-align: center;
  color: #484848;
  display: block;
  font-weight: 600;
  margin-bottom: 25px;
}

.page-search {
  margin-top: 1rem;
}

.page-search .big-title {
  display: none;
}

 .menufix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .2);
    z-index: 999
  }
  .menufix a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    padding: 5px 0;
    font-size: 9px;
    line-height: 15px;
    color: #666;
    position: relative
  }
  .menufix a i {
    display: block;
    font-size: 27px;
    line-height: 30px!important
  }
  .menufix a.active {
    color: #fdd530
  }
  .menufix a .count {
    position: absolute;
    left: 70%;
    bottom: 70%;
    background: red;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 50%
  }
  .menufix.alt a {
    color: #c00
  }
  .menufix .cart_total {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cc5317;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    box-sizing: content-box;
    border: 3px solid #fff;
    position: absolute;
    right: 4px;
    top: 0;
    padding: 0
  }

  .whatsapp-link {
  position: relative;
}

.whatsapp-du {
  position: absolute;
  left: 9%;
  bottom: -2pc;
  background: #25D366;
  padding: 17px;
  border-radius: 74px;
  width: 70px;
  height: 70px;
  font-size: 37px !important;
  line-height: 1 !important;
  color: #fff;
}

.basket-left {
  width: 100%;
}



.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #1c2126;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--anarenkDeg);
}

.owl-slider {
    height: 24rem;
}

.owl-slider img {
    height: 27rem;
}

.owl-slider .owl-dots{
    position: absolute;
    bottom: -5%;
    display: flex;
    justify-content: center;
    width: 100%;
    outline: 0;
}

.owl-slider .owl-prev {
    position: absolute;
    left: 2%;
    top: 39%;
    font-size: 64px;
    outline: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-slider .owl-next {
    position: absolute;
    right: 2%;
    top: 39%;
    font-size: 64px;
    outline: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-slider .owl-prev i , .owl-slider .owl-next i {
    font-size: 20px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 5px 11px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 1.2;
    margin: 30px 15px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: 0;
}

.owl-slider .owl-nav  {
    opacity: 0;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
}

.owl-slider:hover .owl-nav  {
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span {
    padding: 0 20px;
    transition: background 0.2s ease, padding 0.8s linear;
    -webkit-transition: background 0.2s ease, padding 0.8s linear;
    -moz-transition: background 0.2s ease, padding 0.8s linear;
    -o-transition: background 0.2s ease, padding 0.8s linear;
    
}

#navCatContent .category-list-new li {
  border: none;
  padding: 7px 8px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e3;
  display: block;
  position: relative;
}



#navCatContent .category-list-new li:hover .dropdown-menu {
  display: block;
  top: 0rem;
  left: 16rem;
  background-color: #FFF;
  width: 75%;
  min-width: 63rem;
  padding: 12px;
  -moz-box-shadow: 0px 0px 25px -10px rgba(0,0,0,0.5);
  border: 1px solid #e6e6e3;
  border-radius: 7px;
}

.dropdown-menu .category-content h2 {
  text-align: center;
  margin: 5px 4px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 6px;
  padding: 3px;
  text-transform: uppercase;
  background: var(--anarenkDeg);
  font-weight: 500;
}

.product-cart-buttons .urunSepeteEkleAdet {
  width: 5rem;
  height: 40px;
  border-radius: 4px;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  transition: all .2s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 1rem;
}

.dropdown-menu .control-span {
  position: absolute;
  width: 60px;
  background: red;
  height: 100%;
  left: -15px;
  top: 0;
  opacity: 0;
}


.dropdown-menu .category-img img {
  border-radius: 4px;
}

.dropdown-menu .category-img .is-6 {
  padding: .25rem .75rem;
}

.dropdown-menu .category-img .is-12 {
  padding-bottom: .25rem;
}

.dropdown-menu .mega-menu li:hover .child-menu span a {
  display: block;
}

.dropdown-menu a {
  border:none !important;
  padding:0 !important;
}

#navCatContent .category-list-new li .dropdown-menu .mega-menu li {

width: 33.333%;
float: left;

}

.site-nav__link i {
  position: absolute;
  right: 5%;
}

.slider-list .item img {
  border-radius: 4px;
}
.banner-home img {
  border-radius: 4px;
}

.deliveryinfo {
  /* box-shadow: 0 0 6px 0 rgba(4,0,0,0.1); */
  background-color: #fff;
  padding: 50px 0;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -3rem;
}

.deliveryinfo ul {
  border-right: 1px solid #e5e5e5;
}

.deliveryinfo li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.text-left {
  text-align: left;
}

.deliveryinfo li h4, .deliveryinfo li .h4 {
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 10px;
  letter-spacing: 0;
}

.deliveryinfo li svg {
  width: 40px;
  height: 40px;
  fill: #7a7a7a;
  transition: 0.3s ease;
}

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

.social-content h1 {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  padding: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  border-radius: 47px;
  border: 1px solid #ddd;
}

.social-content h1 i {
  font-weight: 400;
  color: #fff;
  font-size: 1.1rem;
}

.header-divider {
  border-top: 1px solid;
  height: 0;
  border-top-color: #ebebeb;
}

.level-item li {
  padding: 0 1em;
  border-left: 1px solid;
  border-left-color: #ebebeb;
  font-weight: 400;
  font-size: 14px;
}

.level-item li:nth-child(1) {
 padding: 0 1em 0 0;
}

.menu-desktop {
    padding: .5rem 0px
}

.header-content {padding: 1rem 0;}

.menu-list li ul {
  border-left: none;
  margin: 0.2rem;
  padding-left: 0em;
}

.sidebar .menu-list i {
font-size: 20px;
position: absolute;
right: 6%;
  top: 100%;
}

.menu-list a:hover {
  background-color: #fffafa00;
  color: #363636;
}

.menu-list-alt {
display: none;
}

.open .menu-list-alt {
display: block;
}

#main-mobile-menu .has-submenu .sub-menu {
  padding-left: 0;
  list-style: none;
  display: none;
}

#main-mobile-menu li&gt;.icon-toggle {
  position: absolute;
  top: -4px;
  right: 0;
  cursor: pointer;
  padding: 5px;
}

#main-mobile-menu li&gt;.icon-toggle i {
  font-size: 21px;
  color: #666;
}

#main-mobile-menu li {
  display: block;
  float: none;
  position: relative;
  line-height: 2.5;
}

.nav-list li {
  color: #fff;
  font-size: 18px;
  border-left: 0;

}

.nav-list li a {
  color: #fff;
  font-size: 16px;
  border-left: none;
}

footer {
  padding: 12px 0;
  z-index: 0 !important;
}

.powered-by {
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 10px;
  text-align: right;
  font-weight: tahoma;
  font-size: 10px;
  color: #555;
  position: relative;
  z-index: 0;
  clear: both;
  display: none;
}

.sp-login-input {
  padding: 4px !important;
  width: 320px;
  padding-left: 10px;
  height: 35px !important;
  border: 1px solid #ddd;
  margin: 15px !important;
  margin-left: 3px !important;
}

.home-product {
  padding: 0 !important;
}

.home-product img {
  display: inline;
  padding: 20px;
  border-radius: 2rem;
  position: relative;
}

.has-text-centered .is-info {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}


.is-info i {
  background: #fff;
  padding: 3px;
  border-radius: 100%;
  color: #d80146;
  width: 1.5rem;
  height: 1.5rem;
}

.header-pages .big-title {
  text-align: center;
  width: 83%;
  background: var(--anarenkDeg);
  margin: 1.3pc 0;
  padding: 7px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 6px 10px #0000007a;
}

.category-list-menu .home-product , .category-lists .home-product , .page-search .home-product, .owl-carousel-all .home-product {
  position: relative;
  color: #253342;
  border-radius: .625rem;
  transition: box-shadow .3s,-webkit-box-shadow .3s;
  background-color: #ECEEF5;
}



.category-list-menu .home-product:hover , .category-lists .home-product:hover {
  box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
}


.section_heading {
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 15px;
  font-family: "Overpass",sans-serif;
  position: relative;
  z-index: 1;
}


.section_heading span {
  padding: 0 30px;
  z-index: 5;
}


.section_heading:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}

.free-cargonew {
  position: absolute;
  width: 6.25rem;
  height: 2rem;
  background: #00bafc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: .75rem;
  color: #fff;
  line-height: 1.4em;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  right: 0;
  top: .5rem;
  border-radius: .4rem;
}

.yeni-urun {
  background: var(--anarenkDeg);
  left: 9px !important;
}

.navbar-desktop {
  background: var(--anarenkDeg);
}

.category-head .category-head-p {
  text-align: center; 
  width: 100%;
}

.header-content .header-in {
  margin: 0
}
.headerLeftx .whatsapp-iletisim {
  width: 45%;
}

.headerLeftx .whatsapp-iletisim .whatsapp-desk {
  width: 195px;
  height: 32px;
  background: #00ea6d;
  border-radius: 1rem;
  margin-top: .2rem;
}

.headerLeftx .whatsapp-iletisim .whatsapp-desk .wp-span-one {
  padding: 0px 27px;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
}

.headerLeftx .whatsapp-iletisim .whatsapp-desk .wp-span-one i {
  font-size: 19px;
  color: #fff;
  font-weight: 100;
}

.headerLeftx .whatsapp-iletisim .whatsapp-desk .wp-span-one span {
  font-size: 17px;
  font-weight: 600; 
}

.search i {
  font-size: 36px;
  cursor: pointer;
}

.product-basket span {
  font-size: 36px;
}


.filter-list {
  background: #fff;
  margin-top: 1rem;
  border-radius: 7px;
  border: 1px solid #e6e6e3;
  padding: 20px;
}

.is-12 .menu-list a {
  color: #000000;
}

.filter-list input[type=checkbox] {
  display: none;
}

.filter-list .menu-label:not(:last-child) {
  margin-bottom: 0;
  margin-top: 2em;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 6px;
  font-family: revert;
  border-bottom: 1px solid #00000026;
}

.filter-list .menu-label:first-child {
  margin-top: 0;
}

input[type=checkbox] + .filterCheck {
  min-height: 25px;
  display: block;
  line-height: 1.5;
  position: relative;
  padding-left: 28px;
  padding-top: 3px;
  margin-left: .4rem;
}

input[type=checkbox]+.filterCheck {
  background: url(../img/check-box.png) no-repeat 0 center;
  padding-left: 20px;
  display: block;
  font-weight: 400;
  color: #4a4a4a;
  font-size: .88rem;
}

input[type=checkbox]+.filterCheck:hover,  input[type=checkbox]:checked+.filterCheck {
  background: url(../img/check-box-checked.png) no-repeat 0 center;
  cursor: pointer;
}

.wrapper-shop .filter-name {
  margin-top: 1rem;
  background: var(--anarenkDeg);
  color: #fff;
  border-radius:4px 4px 0 0;
  -webkit-box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
  box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
}

.wrapper-shop .filter-name h4 {
  font-size: 18px;
  font-weight: 500;
}

.cat-filter-box label {
  height: 38px !important;
  background: #fff !important;
  padding-left: 19px;
  padding: .8rem;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}

#twbsPagination &gt; li &gt; a, #twbsPagination &gt; li &gt; span {
  padding: 9px 15px;
  font-size: 15px;
}

#twbsPagination &gt; li &gt; a, #twbsPagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: .4rem;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
  box-shadow: 0 2px 0.75rem -5px rgba(37,51,66,.5);
}

#twbsPagination &gt; .active &gt; a, #twbsPagination &gt; .active &gt; span, #twbsPagination &gt; .active &gt; a:hover, #twbsPagination &gt; .active &gt; span:hover, #twbsPagination &gt; .active &gt; a:focus, #twbsPagination &gt; .active &gt; span:focus {
  border-color: none !important;
  background: var(--anarenkDeg);
  border-color: snow !important;
}

footer {
  background-color: #191818;
  margin-top: 50px;
}

.whatsapp_tabela {
}
.whatsapp_tabela .wrap {
  min-width: 94% !important;
}
.whatsapp_tabela .wrap .icon i.fa {
  font-size: 40px;
}
.whatsapp_tabela .wrap .icon {
  display: block;
  float: left;
  width: 40px;
  padding-left: 0px;
}
.whatsapp_tabela .wrap .right {
  color: #9fa2a7;
  display: block;
  float: left;
  line-height: 20px;
}
.whatsapp_tabela .wrap .right p.slogan {

  display: none;
}
.whatsapp_tabela .wrap .right p.number {
  font-size: 18px;
  margin: 0;
}
.whatsapp_tabela .wrap .right p.title {
  font-size: 11px;
  margin: 0;
}

#tel-birakin {
  width: 48%;
  float: left;
}

.whatsapp_tabela {
}

.free-cargo {
align-items: center !important;
  display: flex;
  border: 2px solid #949494;
  border-radius: 4px;
  margin-right: 2pc;
  /*box-shadow: -4px 3px 1px 0px #49424224;*/
  margin-bottom: 1pc;
}



.free-cargo .icon {
width: 60px;
  max-width: unset;
}

.free-cargo .text .title {
font-size: .9rem;
  margin-bottom: 0.2rem;
}

.free-cargo .text .desc {
font-size: .6rem;
}

.urundetay-menu {
padding: 10px;
}

.urunSecimTable {padding: 0; border:0; margin:0px 0px 10px 0px!important; display: block;}

.urunSecimTable tr {line-height: 35px;float: left;margin-right: 52px;}

.urunSecimTable td { padding: 0px; line-height: 36px }

.urunSecimTable .UrunSecenekleri{display:none;}

.urunSecimTable .UrunSecenekleriHeader{font-weight: 500; font-size: 14px; margin-top: 0px; text-transform: uppercase;}

ul.urunSecim{ width: auto; text-align: center; margin: 0 auto;}

.urunSecimTable ul.urunSecim li{/* border: 2px solid #ddd; */padding: 0px 10px;float: left;font-size: 15px;margin-right: 5px;margin-bottom: 5px;border-radius: 2px;cursor: pointer;position: relative;text-align: center;background-color: #fff;}

.urunSecimTable ul.urunSecim li.urun-var-resim {padding: 0px!important;border-radius: 0!important;height: 100%;display: inline-flex;}

.urunSecimTable ul.urunSecim li.urun-var-resim img{max-width: 80px!important;}

.urunSecimTable ul.urunSecim li.selected{background:#fff;border: 2px solid #333333;}

.urunSecimTable ul.urunSecim li.disabled{border: 2px solid #a9a9a9 !important; color: #a9a9a9 !important; cursor: default!important; background-color: #ffffff !important; background: #ffffff url(../images/diagonal_bar.png) no-repeat center!important; background-size: 100% 100%!important;}

table.havaleBilgileri{margin:15px 0px; width:100%; overflow:auto;}
table.havaleBilgileri tr td,table.havaleBilgileri tr th{vertical-align: middle; padding: 10px 8px; text-align: left; border:1px solid #ddd;}
table.havaleBilgileri tr th {font-weight:700;}
table.havaleBilgileri tr:hover th,table.havaleBilgileri tr:hover td {background:#eef4ff;}

.detay-product {
padding: 10px;
}

.detay-product li {
  float: left;
  display: inline-block;
  font-size: 17px;
  margin-right: 16px;
  font-weight: 700;
  color: var(--ararenk);
}

.detay-product li strong {
color: #4a4a4a;
}

.product-price-bottom {/* border-radius: 4px; *//* padding: 8px 24px; *//* position: relative; *//* border: 3px dashed #E91E63; *//* margin-right: 5rem; */}


.product-price-bottom .discount-new {
position: absolute;
  top: -25%;
  background: #ffffff;
  font-size: 15px;
  color: #E91E63;
  font-weight: 800;
  padding: 3px;

}

.product-price .havale {
 text-decoration: blink;
}

.testing {
  max-height: 240px;
    overflow: auto;
}

.testing::-webkit-scrollbar {
  width: .7rem;
}

.testing::-webkit-scrollbar-track {
    margin: 3px;
    border-radius: 10px;
    background-color: #eee;
}
 
.testing::-webkit-scrollbar-thumb {
    width: 16px;
    border-radius: 10px;
    background: var(--anarenkDeg);
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.product-value button {
  background: var(--ararenk);
  color: #fff;
  font-weight: 600;
  border-radius: .625rem;
}

.product-value button i {
  color: #fff;
}

#product-details .tabs li.is-active a {
    border-bottom-color: var(--anarek);
    color: var(--anarek);
}

#product-details  .tabs a {
  font-size: 20px;
    font-weight: 400;
}

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

.sepet-count .val {
    width: 53%;
    text-align: center;
    padding: 10px;
    border: none;
    background: white;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 .20rem;
}

.decreaseVal , .decreaseVal {
    background: #bdefef;
}

/**/

.owl-cat .catSlider .catImg {
    padding: 10px;
    justify-content: center;
    border-radius: 100%;
}

.owl-cat .catSlider .catImg img {
    max-width: 120px;
    height: auto;
    border-radius: 100%;
    width: 100%;
    min-height: 120px;
    background: var(--softrenk);
    padding: 3px;
}

.owl-cat .catSlider .catImg img {
  box-shadow: 0 2px 0.75rem -3px rgb(37 51 66 / 50%);
}

.owl-cat .catSlider .catText h3 {
  margin-top: -10px;
  padding: 2px 0;
  color: #333;
  font-weight: 600;
}


#navCatContent .category-list-new li:hover {
  background-color: #EEFBFB;
  border-left: 4px solid var(--anarenkDeg);
}

#navCatContent .category-list-new li:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 998;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #EEFBFB;

}

.homeContent {
  padding: 30px 0 0 0;
  min-height: 33pc;
  height: auto;
}

.search-box {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e6e4e3;
  padding-left: 40px;
  background-size: 16px;
  color: #999997;
  font-size: 16px;
}

.headerLeftx button {
  position: absolute;
  top: 9px;
  left: 8px;
  background: #fff;
  border: none;
  color: #9d9d9b;
  padding: 0;
}

.headerLeftx button i {
  color: #9d9d9b;
}

.relative {
  position: relative;
}

.basket-m {
  padding: 0;
  display: flex;
  justify-content: space-around;
  width: 102px;
  float: right;
  background: var(--anarenkDeg);
  border-radius: 10px;
  position: relative;
}

.basket-m .icon-image-preview {
  color: #fff;
  height: auto;
  min-height: 68px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.sepet_ajax .button.is-hovered,
.sepet_ajax .button:hover {
  border-color: #b5b5b5;
  color: #ffffff;
}

.mobileMain {
  display: flex;
  justify-content: flex-end;
}

.mobileMain .search-m i {
  font-size: 38px;
  padding: 4px;
}

.mobileMain .basket-count {
 	border-radius: .20rem;
    background: var(--anarenkDeg);
    color: #fff;
    margin-left: .4rem;
    max-height: 50px;
    min-height: 50px;
    padding: 7px;
}

.mobileMain .basket-count i {
 	 color: #fff;
 	 font-size: 36px;
}

.product-basket #toplamUrun {
  position: absolute;
  top: 10%;
  left: 80%;
  font-size: 15px;
  background: #ff5722;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}

.category-lists .big-title {
  display: none;
}



.toolSelect label {
  font-size: .84rem;
  margin-left: 1px;
}

.toolSelect {
  border-radius: 7px;
  border: 1px solid #e6e6e3;
  padding: 20px;
  margin-top: 1rem;
}

.toolSelect .order {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}

.toolSelect p,
.filter-list .p-filt {
  font-size: 18px;
  color: #3d322a;
  margin-bottom: 14px;
  font-weight: 600;
}

.toolSelect input[type='radio'] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid darkgray;
  border-radius: 50%;
  outline: none;
}

.toolSelect input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

.toolSelect input[type='radio']:checked:before {
  background: green;
}

.category-lists .big-title {
  font-size: 34px;
  font-weight: 500;
  color: #505050;
  text-align: center;
  line-height: 2;
  font-family: Nunito;
}

.category-text p {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 16px;
}

.catPage_catList {
  margin-top: 1rem;
}

.wave-1hkxOo {
  position: absolute;
    width: 100%;
    height: 50%;
    display: block;
    top: 40px;
    left: 0;
}

.wave-2hkxOo {
    position: absolute;
    width: 100%;
    height: 50%;
    display: block;
    bottom: -10px;
    left: 0;
    -webkit-transform: matrix(1,0,0,-1,0,0);
    transform: matrix(1,0,0,-1,0,0);
    z-index: 0;
}

.HomePagest {
  position: relative;
}


.z-index-1 {
    z-index: 1;
}

.class-product {
   
    padding: 0;
    margin: 0;
}

.HomePagest .category-list {
    margin-bottom: 20px; 
    margin-top: 4rem;
}

.apus-breadscrumb .breadcolor {
    background: var(--opacity);
}

.product-content p {font-weight: 300;}

 .mobileMain #toplamUrun {position: absolute; right: .2rem; top: .2rem; background: #ff5722; height: 17px; width: 15px; text-align: center; border-radius: 100%; font-size: 12px; padding: 1px;}


.sepet_ajax {
  padding: 10px;
}

@media screen and (min-width: 1216px){
  .main {min-height: 33pc; height: auto; }
}

@media screen and (max-width: 1280px) {
  .category-list-new li { display: block; padding: 0 10px; margin-bottom: 4px; }
  .category-list-new li a { font-size: 15px;padding: 8px 0;}
  #navCatContent .category-list-new li:hover .dropdown-menu {left: 18rem;width: 75%; min-width: 54rem; }
  .product-value .old-price {font-size: 11px;}
  .product-value .product-price {font-size: 17px;}
  .category-product-list { margin-top: -2.4rem; }
  
  
}


@media screen and (max-width: 1024px) {
  .category-list-new li a { font-size: 11px;padding: 6px 0;}
  .category-list-new li {margin-bottom: 5px;}
  #navCatContent .category-list-new li:hover .dropdown-menu {left: 15rem;min-width: 45rem; }
  .owl-slider { height: 23rem; }
  .product-ex-left .product-price { display: block; }
  .product-price-bottom {margin-top:1rem;}
  header .srch-box { display: block; position:relative;}
  header .srch-box input {text-indent: 7px;background-color: inherit;box-shadow: inherit;width: 100%;padding: 9px 90px 8px 12px;margin: 0;height: 46px;border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;-webkit-border-radius: 5px;-ms-webkit-radius: 5px;border: 2px solid var(--anarenkDeg);font-size: 15px;font-weight: 700;color: #484848;outline: none;}
  header .srch-box .btn-search {background: #fff;width: 52px;margin: 0;-moz-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;-ms-webkit-radius: 4px;zoom: 1;border: none;background-color: var(--anarenkDeg);color: #fff;font-size: 14px;overflow: hidden;outline: none;height: 46px!important;padding: 8px 18px!important;position: absolute!important;top: 0;right: 0;}
  header .btn-search i { font-size: 17px; color: #fff; }
}

@media screen and (max-width: 1024px), print {
  .owl-slider img {height: auto;}
}


@media screen and (max-width: 768px) {
  .p-0 { padding: 10px; border-radius: 0; float: left; margin-bottom: 0; margin-right: 0; }
  .category-product-list .p-0 { margin-bottom: 0; }
  .is-full-page {width: auto;}
  .headerCenter .logo img {max-width: 100%;}
  .headerLeft .fa-bars {margin-left: 16px;}
  .headerCenter .logo {display: block;}
  .search, .product-basket { position: relative; width: 29px; height: 32px; padding: 7px 0; margin-right: 20px; }
  .mobile-footer {float: left;}
  .p-1 {padding: 1rem;}
  #add-category {display: none;}
  .first-cat {background: var(--anarenkDeg); border-radius: 5px; font-weight: 600;text-align: center;}
  .product-categories {display: none;}
  .widget-title {padding: 10px 25px;}
  #orderBy, #cat-limit { border: medium none; border-radius: 3px; width: 100%!important; padding: 8px; border: 1px solid #e4e4e4; margin-left: 0px; }
  .formlinefix {display: none;}
  nav:not(.mm-menu) {display: none;}
  .mobileSlider .owl-dots {display: flex;justify-content: center;margin-top: 2rem;}
  .category-lists .p-0 { margin-right: 0; }
  .check-box-list input[type=checkbox] {display: none;}
  .homeContent{margin:0;padding:0}
  .yanBanner .bannerSli{width:50%;padding:0 .5rem}
  .slider-list .slide{padding:0}
  .yanBanner .image-wrapper img{padding:0 .3rem}
  .yanBanner{margin-top:-1rem}#search{padding:0 6px 6px 6px}
  .m-1-rem{margin-top:-1rem}
  .owl-cat .catSlider .catImg img{max-width:80px;height:auto;border-radius:100%;width:100%;min-height:80px;background:var(--softrenk);padding:3px}
  footer .simple{margin-top:0}
  .mobile-footer{float:left;padding:2rem}
  .mobile-filter{padding:0 20px;border-radius:8px;border:1px solid #e6e6e3;margin:0 1rem;text-align:center}
  .mobile-filter .columns{padding:10px 0}
  .mobile-filter .sirala{border-right:1px solid #e6e6e3}
  .text-center-touch {text-align: center;}
  .product-ex-left .product-price { display: flex; width: 100%; justify-content: center; }
  .home-product img {padding: 10px;border-radius: 1rem;}
}

@media screen and (max-width: 480px) {
  .owl-slider img {height: auto;margin-top: -1rem;margin-bottom: -1rem;}
  .owl-slider {height: auto;}
  .main { background-color: #f9f9f9; padding:0;margin:0px 0 25px 0; }
  .widget-title { padding: 5px 20px; }
  .filter-left { background: #fff; border-radius: 3px; margin: 5px 0; height: max-content; padding: 0; margin-top: 0.3rem; }
  .header-content {padding: 0;background: #fff;height: 60px;box-shadow: 0 1px 1px rgba(0,0,0,.2);position: fixed;top: 0;left: 0;right: 0;z-index: 7;}
  .headerLeft .fa-bars {font-size: 32px;padding-top: 7px;}
  .headerCenter a {text-align: center;font-size: 35px;}
  .header-content .column {padding: .25rem;}
  .mb-5-mobile  {margin-bottom: 7rem;}
  .banner-home {margin-bottom: -1rem;}
  .header-content .header-in {margin: 0;background: #fff;}
  .deliveryinfo {margin-top: -2rem; }
  .btn-search { position: absolute; right: 10px; padding: 7px 25px; border: 0; border-radius: 50px; margin: 3px; }
  .form-search .search-box { width: 94%; padding: 16px; margin-left: 13px; }
  .product-ex-left .product-price { display: flex;align-items: center; margin-top: .5rem; margin-bottom: 1rem;}
  .product-price-bottom { margin-bottom: 1rem; }
  .owl-slider .owl-nav {display: none;}
  .section_heading {font-size:22px;}
  .whatsapp_tabela .wrap .icon i.fa { font-size: 30px; }
  .whatsapp_tabela {}
  #tel-birakin { width: 50%; float: left; }
  .whatsapp_tabela .wrap .right p.number { display: none; }
  #detail-title li {font-size: 13px;}
  .free-cargonew {width: 4rem; height: 1.6rem;font-size: .49rem;line-height: 1.4em;}
  .owl-slider .owl-dots {position: absolute;bottom: 10%;display: flex;justify-content: center;width: 100%;outline: 0;}
  #product-details .tabs ul {display: block;}
  .whatsapp_tabela .wrap .right { width: auto; margin-top: .50rem; }
  .text-center-mobile {text-align: center;}
  .product-brand {margin-top: 28rem;}
  .product-ex {border-top: none;border-bottom: none;}
  .urundetay { background: #fff; border-radius: 9px; padding: 20px 10px 20px 10px; margin: 1rem 0; }
  .detay-product {text-align: center; width: 100%; margin: auto; display: flex; justify-content: center; }
}</pre></body></html>