@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



:root {
  --shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  --red: #d92c1c;
  --bodyfont: "Oswald", sans-serif;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  font-size: 16px;
  color: #313131;
  background-color: #f3f3f3;
}

body,
.uk-navbar-nav>li>a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bodyfont)
}

.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus {
  color: #d92c1c !important;
}

.uk-form input:not([type]),
.uk-form input[type=text],
.uk-form input[type=password],
.uk-form input[type=email],
.uk-form input[type=url],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=number],
.uk-form input[type=datetime],
.uk-form input[type=datetime-local],
.uk-form input[type=date],
.uk-form input[type=month],
.uk-form input[type=time],
.uk-form select,
.uk-form input[type=week],
.uk-form input[type=color],
.uk-form textarea {
  min-height: 50px;
  border-radius: 8px;
}



.uk-button {
  min-height: 44px;
  line-height: 44px;
  border-radius: 8px;
}

.uk-button-primary {
  background-color: #df230d;
  color: #fff;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #fc6858;
  color: #fff;
}

.uk-button-primary.uk-active,
.uk-button-primary:active {
  background-color: #cd1d0a;
  color: #fff;
}

.uk-link,
a {
  color: var(--red);
}


input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
}

input[type=checkbox] {
  border-radius: 5px;
}

input[type=radio] {
  border-radius: 100%;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  line-height: 15px;
}

label.bord {
  color: #201d1f;
  font-size: 16px;
  border: none;
  margin: 8px 0;
}



.mb-5 {
  margin-bottom: 5px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.h-100 {
  height: 100% !important;
}

.ms-auto {
  margin-left: auto;
}



.uk-grid {
  margin-left: -15px;
}

.uk-grid>* {
  padding-left: 15px;
}

.uk-grid.g-3 {
  margin-left: -35px;
}

.uk-grid.g-3>* {
  padding-left: 35px;
}

.topDescription .uk-grid {
  margin-left: -35px;
}

.topDescription .uk-grid>* {
  padding-left: 35px;
}

@media (min-width: 1450px) {
  .uk-container {
    max-width: 1430px;
    padding: 0 45px;
  }
}

@media (min-width: 768px) {
  .uk-text-medium-left {
    text-align: left !important;
  }

  .uk-text-medium-right {
    text-align: right !important;
  }

  .uk-text-medium-center {
    text-align: center !important;
  }
}


#siteheader {
  position: relative;
}

#siteheader ._box {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 91.5% 40%, 8.5% 40%);
  height: 100%;
}

#siteheader {
  height: 500px;
  filter: drop-shadow(2px 1px 2px #999);
  margin-bottom: 25px;
}




.catBody #siteheader {
  background: none;
  margin-bottom: 0;
}

@media (min-width: 1220px) {
  .site-start {
    transform: translateY(-260px);
    margin-bottom: -200px;
  }

  .catBody .site-start {
    transform: translateY(-260px);
    margin-bottom: -200px;
  }

}


.infoBody #siteheader {
  background: url(../img/bgheader.webp) no-repeat;
  background-size: cover;
}

.infoBody .site-start {
  transform: none;
  margin-bottom: 40px;
}






.h-section1 {
  padding: 10px 0;
}

.h-section2 {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

#siteheader .uk-navbar {
  background: none;
}

#siteheader .uk-navbar.md {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  padding: 0 30px;
}

#siteheader .uk-navbar-nav {
  float: none;
  display: flex;
  gap: 20px;
}

#siteheader .uk-navbar-nav>li>a {
  height: auto;
  min-height: 1px;
  padding: 0px 10px;
  line-height: 1.3;
  font-size: 18px;
}

#siteheader .site-cat-menu ul>li {
  display: flex;
  align-items: center;
}

#siteheader .site-cat-menu ul>li>a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
}

#siteheader .uk-icon-button {
  background-color: #fff;
}

.logobox {
  display: flex;
  gap: 10px;
  align-items: center;
}

.logobox span {
  display: block;
  position: relative;
  padding-left: 20px;
}

.logobox span::before {
  content: "";
  width: 1px;
  height: 40px;
  display: inline-block;
  background: #333;
  margin-right: 20px;
  vertical-align: middle;
}



.hdtools {
  gap: 15px
}

.hdtools .fav {
  font-size: 20px;
  color: #333;
}

.mini_text_welcome_v1 .uk-icon-cog:before {
  width: 24px;
  height: 24px;
  color: #333;
  display: inline-block;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.71 12.71a6 6 0 1 0-7.42 0a10 10 0 0 0-6.22 8.18a1 1 0 0 0 2 .22a8 8 0 0 1 15.9 0a1 1 0 0 0 1 .89h.11a1 1 0 0 0 .88-1.1a10 10 0 0 0-6.25-8.19M12 12a4 4 0 1 1 4-4a4 4 0 0 1-4 4'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.uk-icon-shopping-cart:before {
  width: 24px;
  height: 24px;
  color: #333;
  display: inline-block;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M1 2h1.5a.5.5 0 0 1 .496.438L3.941 10h8.135l.834-5H4V4h9.5a.5.5 0 0 1 .493.582l-1 6A.5.5 0 0 1 12.5 11h-9a.5.5 0 0 1-.496-.438L2.059 3H1zm9 5H6V6h4zm0 2H6V8h4zm-6.104 2.896a1.56 1.56 0 1 1 2.208 2.208a1.56 1.56 0 0 1-2.208-2.208m1.5.708a.56.56 0 1 0-.792.792a.56.56 0 0 0 .792-.792m4.5-.708a1.56 1.56 0 1 1 2.208 2.208a1.56 1.56 0 0 1-2.208-2.208m1.5.708a.56.56 0 1 0-.792.792a.56.56 0 0 0 .792-.792' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.uk-button-primary .uk-icon-shopping-cart:before {
  filter: brightness(0) invert(1);
  width: 14px;
  height: 14px;
  transform: translateY(2px);
}

#cart-item {
  background: #333;
  display: block;
  position: absolute;
  right: -3px;
  top: 3px;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
  line-height: 1.4;
}

#cart-total,
#crt-text {
  display: none;
}

.header-cart-module>a {
  color: #fff;
  display: block;
}

.header-search {
  width: 340px;
}

.header-search input {
  width: 100%;
  height: 46px;
  border-radius: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  background-color: #fbfbfb;
}

.header-search .uk-button {
  position: absolute;
  right: 0;
  top: 0;
  background: none !important;
  color: #ccc;
  height: 46px;
  font-size: 20px;
}

.voice_search {
  display: none;
}




.main_top_tab {
  display: none;
}

.prdbox .uk-panel-box {
  padding: 0px;
  background: none;
  text-align: center;
}

.prdbox .prd-name,
.prdbox .price {
  padding-left: 10px;
}

.prdbox ._addCart {
  display: none;
}

.prdbox .prd-image img {
  border-radius: 22px;
}

.prdbox .smToolBtns {
  width: auto;
  left: 0px;
  right: 0px;
  text-align: center
}

.prdbox .smToolBtns a {
  display: none;
}

.prdbox .stockOutLabel {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgb(0 0 0 / 50%);
  padding: 10px 0;
  color: #fff;
  border-radius: 22px;
  bottom: 0;
  line-height: 400px;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 600;
}

.prdbox {
  margin-bottom: 30px
}

.prd-name {
  font-size: 15px;
  line-height: 17px;
  margin-top: 10px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.prd-name:hover {
  text-decoration: none;
  color: #60a57e;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: var(--red);
  line-height: 1.3;
  margin-bottom: 10px;
}

.price-old {
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
}

.buttonBar {
  top: 70%;
  transition: all .3s;
}

.buttonBar .addToCartBtn a {
  box-shadow: 1px 1px 7px #5c5c5c;
  width: 80%;
  min-height: 40px;
  line-height: 40px;
  border-radius: 22px;
  background: #7f1405;
  color: white;
  font-weight: bold;
  border: 1px solid #dd6666;
  transition: all .3s;
}

.buttonBar .addToCartBtn a:hover {
  background: #dd6666;
  color: #fff;
}

.shipFlags {
  display: none;
}

._flag {
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
}


.wishBtn {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 44px;
}

.wishBtn i:after {
  color: #dd6666;
}

.pDisco {
  bottom: initial;
  top: 10%;
  border: 3px solid #dd6666;
  color: #dd6666;
}



.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  color: #222;
  font-size: 36px;
  border-radius: 0;
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #ffffffb5;
  color: #222;
}

.owl-carousel .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #df230d;
}


.catowl {
  box-shadow: var(--shadow);
  padding: 10px;
  background: #fff;
}

.topDescription img {
  box-shadow: var(--shadow);
}

._bannerSide img {
  box-shadow: var(--shadow);
}

.regbanner>div {
  margin-bottom: 15px;
}


.accountCard {
  box-shadow: var(--shadow);
  padding: 20px 15px;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
}

.accountCard>.uk-grid {
  height: 100%;
}

.accountCard .title {
  border-bottom: 1px solid #000;
  text-align: right;
  margin-bottom: 20px;
}

.accountCard .title span {
  background: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  transform: translateY(13px);
  padding: 0 0 10px 10px;
}

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

.storeLogo span {
  width: 100%;
  box-shadow: var(--shadow);
  text-align: center;
  height: 100%;
  max-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 66px;
  font-weight: 200;
  background: #f0f0f0;
}



.storeInfo li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.storeInfo li i {
  width: 30px;
  color: var(--red);
}






.productTable.uk-table {
  border: 1px solid #ddd;
  color: #000;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.productTable.uk-table th {
  background: #222;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  padding: 15px 10px;
}

.productTable.uk-table td {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  padding: 7px 10px;
}

.productTable.uk-table td .addToCartBtn {
  user-select: none;
}

.addToCartBtn .uk-button {
  background: none;
  padding: 0 5px;
}

.addToCartBtn .uk-button svg {
  width: 34px;
  height: 34px;
}

.addToCartBtn .uk-button i {
  font-size: 27px;
  color: green;
  transform: translate(6px, 3px);
}

.addToCartBtn {
  position: relative;
  display: inline-block;
}

.addToCartBtn .qtyBox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-110%, -50%);
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 4px 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  border: 1px solid #666;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.addToCartBtn:hover .qtyBox {
  transform: translate(-100%, -50%);
  opacity: 1;
  pointer-events: auto;
}

.qtyBox a {
  padding: 0 6px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.qtyBox input {
  width: 36px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 14px;
}



.tgPrices {
  display: block;
  width: 100%;
  height: 32px;
  cursor: pointer;
  font-size: 30px;
}







.prd-img-td img {
  width: 40px;
}



[data-name="etiket-degerleri"]>span,
.attr-etiket span {
  display: inline-block;
  text-align: center;
}

[data-name="etiket-degerleri"]>span::before,
.attr-etiket span::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


[data-val="A"]::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 9v6h4l5 5V4L7 9zm13.5 3A4.5 4.5 0 0 0 14 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02M14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77'/%3E%3C/svg%3E");
}


[data-val="B"]::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1q.846-.002 1.412.336c.383.228.634.551.794.907c.295.655.294 1.465.294 2.081V7.5a.5.5 0 0 1-.5.5H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm2.5 0a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

[data-val="C"]::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M12.262 36.098h29.086c7.43 0 13.172-5.625 13.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.54-15-9.54c-8.648 0-15.937 6.82-16.617 15.563c-4.547 1.242-7.477 5.063-7.477 9.68c0 5.812 4.36 9.797 10.782 9.797m19.265 11.226l3.047-5.273c.422-.727.188-1.547-.515-1.946c-.703-.421-1.5-.187-1.922.54l-3.094 5.32c-.375.68-.187 1.5.54 1.922a1.43 1.43 0 0 0 1.944-.563m5.438 6.703l6.914-12c.422-.703.21-1.5-.469-1.922c-.656-.398-1.5-.187-1.945.516l-6.867 11.953c-.399.727-.211 1.547.492 1.969c.68.375 1.476.164 1.875-.516m-24.094-6.68l3.047-5.273c.422-.726.211-1.547-.492-1.945c-.727-.422-1.524-.188-1.946.539l-3.07 5.32c-.398.68-.187 1.5.516 1.899a1.403 1.403 0 0 0 1.945-.54m5.438 6.704l6.937-12c.399-.703.188-1.5-.469-1.922a1.4 1.4 0 0 0-1.945.516l-6.89 11.953c-.399.726-.188 1.547.515 1.968c.68.375 1.477.164 1.852-.515'/%3E%3C/svg%3E");
}

[data-val="D"]::before {

  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Csymbol id='SVGf9bFLczd'%3E%3Cpath d='M15.24 6.37C15.65 6.6 16.04 6.88 16.38 7.2C16.6 7.4 16.8 7.61 16.99 7.83C17.46 8.4 17.85 9.05 18.11 9.77C18.2 10.03 18.28 10.31 18.35 10.59C18.45 11.04 18.5 11.52 18.5 12'%3E%3Canimate fill='freeze' attributeName='d' begin='0.9s' dur='0.2s' values='M15.24 6.37C15.65 6.6 16.04 6.88 16.38 7.2C16.6 7.4 16.8 7.61 16.99 7.83C17.46 8.4 17.85 9.05 18.11 9.77C18.2 10.03 18.28 10.31 18.35 10.59C18.45 11.04 18.5 11.52 18.5 12;M15.24 6.37C15.65 6.6 16.04 6.88 16.38 7.2C16.38 7.2 19 6.12 19.01 6.14C19.01 6.14 20.57 8.84 20.57 8.84C20.58 8.87 18.35 10.59 18.35 10.59C18.45 11.04 18.5 11.52 18.5 12'/%3E%3C/path%3E%3C/symbol%3E%3C/defs%3E%3Cg fill='none' stroke='%23000' stroke-width='2'%3E%3Cg stroke-linecap='round'%3E%3Cpath stroke-dasharray='20' stroke-dashoffset='20' d='M12 9c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3c-1.66 0 -3 -1.34 -3 -3c0 -1.66 1.34 -3 3 -3Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.2s' values='20;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='48' stroke-dashoffset='48' d='M12 5.5c3.59 0 6.5 2.91 6.5 6.5c0 3.59 -2.91 6.5 -6.5 6.5c-3.59 0 -6.5 -2.91 -6.5 -6.5c0 -3.59 2.91 -6.5 6.5 -6.5Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.2s' dur='0.6s' values='48;0'/%3E%3Cset fill='freeze' attributeName='opacity' begin='0.9s' to='0'/%3E%3C/path%3E%3C/g%3E%3Cg opacity='0'%3E%3Cuse href='%23SVGf9bFLczd'/%3E%3Cuse href='%23SVGf9bFLczd' transform='rotate(60 12 12)'/%3E%3Cuse href='%23SVGf9bFLczd' transform='rotate(120 12 12)'/%3E%3Cuse href='%23SVGf9bFLczd' transform='rotate(180 12 12)'/%3E%3Cuse href='%23SVGf9bFLczd' transform='rotate(240 12 12)'/%3E%3Cuse href='%23SVGf9bFLczd' transform='rotate(300 12 12)'/%3E%3Cset fill='freeze' attributeName='opacity' begin='0.9s' to='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

[data-name="mevsim"]>span,
.attr-mevsim span {
  font-size: 0px;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

[data-val="4 Mevsim"] {
  background: url(../img/4mevsim.svg);
}

[data-val="Yaz"] {
  background: url(../img/yaz.svg);
}

[data-val="Kış"] {
  background: url(../img/kis.svg);
}





.filterSortBox {
  display: none;
}


.filterBox {
  gap: 20px
}

.filterBox .uk-button {
  height: 30px;
  min-height: 1px;
  line-height: 30px;
}

.filterBox select {
  border-radius: 5px;
}

.filter-items-content select {
  width: 180px;
}

.filter-apply-section {
  display: flex;
}


.category-info {
  margin-bottom: 45px;
}

.pagination-bar a,
.pagination-bar b {
  box-sizing: content-box;
}




.thumbSliderBox.cod02 {
  padding-top: 50px;
}

.thumbSliderBox.cod02 .owl-item img {
  width: auto !important;
  margin: auto;
}



.infoBody .uk-article-divider {
  display: none;
}

.infoBody .uk-article-title {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.article-area h2 {
  font-size: 2.5rem;
  color: var(--red);
  margin: 50px 0 30px;
}

.hList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px
}

.hList>div {
  width: 20%;
  text-align: center;
}

.hList>div b {
  display: block;
  padding: 10px 0;
}




#manf-page .category-info .image {
  display: none;
}






.notLogged {
  background: url(../img/register.webp);
  background-size: cover;
  background-position: fixed;
  background-attachment: fixed;
}

.notLogged .site-start {
  height: 100vh;
  transform: none;
}

.notLogged .site-row,
.notLogged #siteheader,
.notLogged #footerbar {
  display: none;
}


.formBox {
  background: #f7f7f7;
  padding: 60px;
}

.formBox .logobox {
  margin-bottom: 35px;
}

.formBox .uk-form-controls-text {
  display: flex;
  align-items: center;
  gap: 14px;
}



.breadcrumb-box {
  display: none;
}

.prodBody .breadcrumb-box {
  display: block;
}

.breadcrumb-items li {
  display: inline-block
}

.breadcrumb-items li:before {
  font-family: FontAwesome;
  content: "\f101";
}

.breadcrumb-items li.home:before {
  content: "";
  display: none;
}

.pagination-bar {
  padding-bottom: 40px;
}


.wrapBox {
  box-shadow: var(--shadow);
  padding: 15px;
  background-color: #fff;
  margin-bottom: 25px;
}








#contact-page {
  padding: 40px;
}

#contact-page .formdiv {
  max-width: 600px;
  margin: auto;
}

#contact-page .formdiv label.bord {
  display: none;
}

#contact-page .formdiv input,
#contact-page .formdiv select,
#contact-page .formdiv textarea {
  background-color: #efefef !important;
}

.storeDts {
  padding: 0 30px;
}

.google-maps {
  padding-bottom: 100%;
}

.contactlist>div {
  margin-bottom: 25px;
}

.storeDts .uk-h3 {
  font-weight: 600;
}

.storeDts .uk-icon-button {
  background: none;
  flood-color: #000;
  font-size: 1.9em;
  text-align: left;
  width: auto;
  margin-right: 10px;
}











.footer_wp {
  position: fixed;
  bottom: 20px;
  left: 20px
}




.add-compare {
  display: none !important;
}

.dtlboxInner {
  padding: 40px;
}

.dtlboxInner .price {
  font-size: 46px;
}

.prd-title {
  font-weight: 500;
}

.prdcart-inner {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.action-items {
  display: flex;
  background: var(--red);
  position: relative;
  width: 280px;
  padding-left: 140px;
  border-radius: 10px;
}

.quantity-to-cart {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #999;
  position: absolute;
  left: 30px;
  top: -10px;
  height: 64px;
  border-radius: 10px;
  color: var(--red);
}

.quantity-to-cart .uk-button {
  background: none !important;
  color: var(--red);
  font-weight: 600;
  font-size: 18px;
  width: 24px;
  padding: 0;
}

.action-items .uk-button.cart-action {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.action-items .uk-button-primary .uk-icon-shopping-cart:before {
  width: 24px;
  height: 24px;
}

#order-quantity {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 24px;
  color: var(--red);
  font-family: var(--bodyfont);
  font-weight: 500;
}


.prd_favourite .uk-button {
  background: none;
  border: 1px solid #999;
  font-size: 18px;
}

.prd_favourite .uk-button i:before {
  content: "\f08a";
}



.prd-property-list li {
  margin-bottom: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.prd-property-list li>span {
  font-weight: 600;
  display: block;
}

.prd-property-list li>span.uk-float-left {
  font-weight: normal;
  width: 150px;
}

.prd-property-list li>span.uk-float-left::after {
  content: ":"
}

.prd-property-list li.prd-manf img {
  height: 50px !important;
  width: auto;
}



[data-name="etiket-degerleri"] span {
  margin-right: 5px;
}







.prodGal .owl-carousel {
  background: #fff;
  padding: 20px;
  border: 1px solid #999;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
}

.prodGal .owl-nav {
  display: none;
}

.prodGal .owl-thumbs {
  margin-left: -5px;
}

.prodGal .owl-thumb-item {
  width: 16.66%;
  float: left;
  padding-left: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.prodGal .owl-thumb-item img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}

.prodGal .owl-thumb-item a {
  display: block;
  border: 1px solid #eee;
  padding: 3px;
  background: #fff;
  height: 80px;
  border-radius: 10px;
}

.prodGal .owl-thumb-item.active a {
  border-color: var(--red);
}


.prodGal .owl-thumb-item.active {
  border-color: var(--red);
}





.prodBody .wrapBox {
  margin-bottom: 60px;
}









.site-start {
  margin-bottom: 40px;
}



#footerbar {
  background: url(../img/bgfooter.webp) no-repeat;
  background-size: cover;
  padding-top: 50px;
  color: #fff;
  font-size: 21px;
}


.footer-text p {
  margin: 0;
}

.ftitle {
  font-size: 26px;
  margin-bottom: 40px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.flinks li {
  margin-bottom: 10px;
}

.flinks li a {
  color: #fff;
  font-weight: 300;
}

.footer-text {
  font-weight: 300;
  line-height: 1.4;
}

.footer-text a {
  color: #fff;
}

#powered {
  background: #282828;
  text-align: center;
  color: #ccc;
  padding: 20px 0;
}

#powered a {
  color: #ccc;
}

#powered p {
  margin: 0;
}


#footerbar .socialmenu li a {
  background: var(--red);
  color: #fff;
  border-radius: 0;
}






#cartpage .cart-summary,
#cartpage .form_cart {
  margin-bottom: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

#cartpage .form_cart .cart-delete {
  line-height: 44px;
}







@media (max-width: 1450px) {
  .filterBox {
    gap: 5px;
  }

  .filter-items-content select {
    width: 80px;
  }
}


@media (max-width: 1370px) {
  #siteheader {
    height: 350px;
  }

  .logobox {
    width: 300px;
  }

  .logobox span::before {
    position: absolute;
    left: 6px;
    height: 30px;
  }


  #siteheader .uk-navbar-nav {
    gap: 8px
  }

  .catBody .site-start,
  .site-start {
    transform: translateY(-200px);
    margin-bottom: 20px;
  }



}

.mobtoggleMenu {
  display: none;
}

.mobtoggleMenu .uk-button {
  background: none;
  border: 1px solid #999;
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

@media (max-width: 1300px) {

  .h-section2 {
    display: none;
  }

  #search.header-search {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mobtoggleMenu {
    display: block;
    position: absolute;
    top: 80px;
    left: 120px;
  }
}

@media (max-width: 900px) {


  .mobtoggleMenu {
    left: 80px;
  }
}

@media (max-width: 768px) {
  .dtlbox {
    order: 2;
  }

  .dtlboxInner {
    padding: 0;
  }

  .action-items {
    padding-left: 90px;
  }

  .quantity-to-cart {
    left: 10px;
  }

}

@media (max-width: 600px) {

  #search.header-search {
    width: 270px;
  }

  .mobtoggleMenu {
    left: 50px;
  }

  .hList>div {
    width: 45%;
  }
}

@media (max-width: 480px) {

  #search.header-search {
    transform: none;
    left: auto;
    right: 50px;
    width: 240px;
  }

}

@media (max-width: 380px) {

  #search.header-search {
    right: 30px;
    width: 200px;
  }

  .action-items .uk-button.cart-action {
    font-size: 15px;
    line-height: 1.2;
  }

}



.uk-offcanvas-bar {
  background: var(--red);
  color: #fff;
}


.uk-offcanvas-bar {
  padding-bottom: 100px;
}

.uk-offcanvas-bar li a {
  color: #fff;
  display: block;
  padding: 4px 10px;
}

.uk-offcanvas-bar .moblinks li a {
  padding: 4px 10px 4px 20px;
}

.moblinks {
  padding: 15px 0;
}

.mtitleb {
  color: #fff;
  padding: 5px 6px;
  font-size: 23px;
  font-weight: 300;
}

.mob-user-link {
  background: #282222;
  padding: 5px 0;
}

.mob-user-link ul {
  display: flex;
}