/* Kivrak Hafriyat Theme CSS - Header, Slider, Footer Styles */
/* Bu dosya tema/assets/css/main.css'den alınan stilleri içerir */

/* ========== HEADER STYLES ========== */
.page-header {
  display: block;
  position: relative;
}

.page-header-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 80px;
  padding: 18px 4.17vw;
  background-color: #222222;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.page-header-top__left {
  display: block;
  position: relative;
}

.page-header-top__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-header-top__right>*+* {
  margin-left: 2.08vw;
  padding-left: 2.08vw;
  border-left: 1px solid #555555;
}

.page-header-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
}

.page-header-bottom.uk-active {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}

.page-header-bottom__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-header-bottom__left .logo {
  padding: 0 5.21vw 0 4.17vw;
}

.page-header-bottom__left .support {
  padding: 20.5px 2.08vw;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.page-header-bottom__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  max-width: 50%;
}

.page-header-bottom__right .uk-navbar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  flex: 1;
  justify-content: flex-end;
}

.page-header-bottom__right .uk-navbar-nav {
  margin-right: 60px;
  margin-right: 3.13vw;
}

.page-header-bottom__right .uk-navbar-item,
.page-header-bottom__right .uk-navbar-nav>li>a,
.page-header-bottom__right .uk-navbar-toggle {
  min-height: 100px;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.page-header-bottom__right .uk-navbar-nav>li>a {
  padding: 0 15px;
  padding: 0 0.781vw;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-header-bottom__right .uk-navbar-nav>li>a svg,
.page-header-bottom__right .uk-navbar-nav>li>a i {
  margin-left: 11px;
  color: #666666;
}

.page-header-bottom__right .uk-navbar-nav>li.uk-active a {
  color: #edb509;
}

.page-header-bottom__right [class*=uk-navbar-dropdown-bottom] {
  margin-top: 3px;
}

.page-header-bottom__right .uk-navbar-toggle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  border-left: 1px solid #dddddd;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header-bottom__right .uk-navbar-toggle svg {
  width: 24px;
  height: 24px;
  color: #222222;
}

.page-header-bottom__right .search-btn {
  border-left: 1px solid #dddddd;
}

.page-header-bottom__right .uk-search-navbar .uk-search-input {
  font-size: 24px;
}

.page-header-bottom__right .cart-btn {
  border: 0;
  background-color: #edb509;
  min-height: 100px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header-bottom__right .cart-btn__icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.update svg,
.update .far {
  margin-right: 10px;
  color: #edb509;
}

.update a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: white;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s;
}

.update a:hover,
.update a:focus,
.update a:active {
  color: #edb509;
  text-decoration: none;
}

.time-work {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.time-work svg,
.time-work .far {
  margin-right: 10px;
  color: #edb509;
}

.login-link a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: white;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}

.login-link a:hover,
.login-link a:focus,
.login-link a:active {
  color: #edb509;
  text-decoration: none;
}

.login-link svg,
.login-link .far,
.login-link .fas {
  margin-right: 10px;
  color: #edb509;
}

.logo {
  display: block;
  position: relative;
}

.logo__link {
  display: block;
  position: relative;
}

.support__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  transition: 0.3s;
}

.support__link:hover,
.support__link:focus,
.support__link:active {
  text-decoration: none;
}

.support__link:hover .support__phone,
.support__link:focus .support__phone,
.support__link:active .support__phone {
  text-decoration: none;
}

.support__icon .svg-inline--fa,
.support__icon .fas {
  margin-right: 20px;
  color: #edb509;
  font-size: 36px;
}

.support__label {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.support__phone {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #222;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.cart-btn {
  background-color: #edb509;
  color: #ffffff;
}

.cart-btn__icon {
  display: block;
  position: relative;
}

.cart-btn__icon svg {
  color: #ffffff;
}

.cart-btn__count {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -2px;
  right: -10px;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* ========== SLIDER STYLES ========== */
.section-slideshow {
  display: block;
  position: relative;
  background-color: #cccccc;
}

.slideshow-item::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* Changed from rgba(0,0,0,0.6) */
  content: '';
}

.slideshow-item__content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow-item__title {
  display: block;
  position: relative;
  margin-top: 24px;
  color: #ffffff;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.09;
}

.slideshow-item__title::after {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 25px;
  margin: 45px auto 0;
  background-image: url(../../tema/assets/img/decor/decor-lines.svg);
  content: '';
}

.slideshow-item__desc {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}

.header-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.header-icons::after {
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 64px;
  height: 8px;
  margin-left: -32px;
  background-image: url(../../tema/assets/img/decor/decor-title-2.svg);
  content: '';
}

.header-icons>span {
  width: 55px;
  height: 55px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.header-icons>span:nth-child(1) {
  background-image: url(../../tema/assets/img/icons/ico-slideshow-1.svg);
}

.header-icons>span:nth-child(2) {
  background-image: url(../../tema/assets/img/icons/ico-slideshow-2.svg);
}

.header-icons>span:nth-child(3) {
  background-image: url(../../tema/assets/img/icons/ico-slideshow-3.svg);
}

.header-icons>span+span {
  margin-left: 27px;
}

/* ========== SECTION FIND STYLES ========== */
.section-find {
  display: block;
  position: relative;
  padding-bottom: 115px;
  background-image: url(../../tema/assets/img/bg/bg_find.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.find-box {
  display: block;
  position: relative;
  margin-top: -25px;
  padding: 60px 60px 70px;
  background-color: #edb509;
}

.find-box::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../../tema/assets/img/decor/decor-lines-white.svg);
  content: '';
}

.find-box__title {
  margin-bottom: 45px;
  text-align: center;
}

.find-box__title span {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.find-box__title span:before,
.find-box__title span:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.find-box__title span::before {
  right: calc(100% + 10px);
  background-image: url(../../tema/assets/img/decor/decor-title-left.svg);
}

.find-box__title span::after {
  left: calc(100% + 10px);
  background-image: url(../../tema/assets/img/decor/decor-title-right.svg);
}

@media only screen and (max-width: 991px) {
  .section-find {
    padding-bottom: 60px;
  }

  .find-box {
    padding: 20px 20px 30px;
  }

  .find-box__title {
    margin-bottom: 25px;
  }

  .find-box__title span {
    font-size: 24px;
  }
}

/* ========== FOOTER STYLES ========== */
.page-footer {
  display: block;
  position: relative;
  background-color: #111111;
}

.page-footer::before {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1450px;
  height: 20px;
  transform: translateX(-50%);
  background-image: url(../../tema/assets/img/decor/decor-lines.svg);
  content: '';
}

.page-footer .page-footer-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 109px;
  padding-bottom: 60px;
}

.page-footer .page-footer-top .subscription-block {
  margin-left: 20px;
  margin-left: 1.04vw;
}

.page-footer .page-footer-middle {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  color: #888888;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
}

.page-footer .page-footer-middle .social-list {
  margin-top: 45px;
}

.page-footer .page-footer-middle .social-list .social-list__item+.social-list__item {
  margin-left: 9px;
}

.page-footer .page-footer-middle .social-list .social-list__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.page-footer .page-footer-middle .social-list .social-list__link:hover,
.page-footer .page-footer-middle .social-list .social-list__link:focus,
.page-footer .page-footer-middle .social-list .social-list__link:active {
  background-color: #edb509;
  color: #111111;
}

.page-footer .page-footer-middle .title {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-footer .page-footer-middle .uk-nav li:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: -1.9em;
  transition: 0.3s;
}

.page-footer .page-footer-middle .uk-nav li:hover:before,
.page-footer .page-footer-middle .uk-nav li:focus:before,
.page-footer .page-footer-middle .uk-nav li:active:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #edb509;
  transition: 0.3s;
}

.page-footer .page-footer-middle .uk-nav li:hover a,
.page-footer .page-footer-middle .uk-nav li:focus a,
.page-footer .page-footer-middle .uk-nav li:active a {
  color: #ffffff;
}

.page-footer .page-footer-middle .uk-nav li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 0;
  color: #888888;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2.22;
  transition: 0.3s;
}

.page-footer .page-footer-bottom {
  padding: 40px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.page-footer .page-footer-bottom a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  display: inline-block;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.5s;
}

.page-footer .page-footer-bottom a:hover,
.page-footer .page-footer-bottom a:focus,
.page-footer .page-footer-bottom a:active {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #edb509;
  text-decoration: none;
  transition: 0.5s;
}

.page-footer .page-footer-bottom a+a {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.contacts-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contacts-list-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contacts-list-item+.contacts-list-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #303030;
}

.contacts-list-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  color: #ffffff;
}

.contacts-list-item__desc {
  padding-left: 23px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.44;
}

.contacts-list-item__label {
  color: #888888;
  font-weight: 300;
}

.contacts-list-item__content {
  font-weight: 500;
}

.contacts-list-item__content a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #ffffff;
  transition: 0.3s;
}

.contacts-list-item__content a:hover,
.contacts-list-item__content a:focus,
.contacts-list-item__content a:active {
  color: #edb509;
  text-decoration: none;
}

.subscription-block {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.subscription-block__title {
  padding-right: 60px;
  padding-right: 3.13vw;
  padding-left: 20px;
  padding-left: 1.04vw;
  border-left: 1px solid #edb509;
}

.subscription-block__title h4 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

/* Updated Mobile Menu Styles */
#offcanvas .uk-nav-default>li>a {
  font-size: 21px;
  /* Increased by 3px from base 18px */
  color: #ffffff;
}

#offcanvas .uk-nav-default>li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.subscription-block__title span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
}

.subscription-block__form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscription-block__form-box .uk-input {
  width: 320px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
}

.subscription-block__form-box .uk-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
}

.subscription-block__form-box .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
}

.subscription-block__form-box .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
}

.subscription-block__form-box .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
}

.subscription-block__form-box .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
}

.subscription-block__form-box .uk-input:focus {
  border-color: #edb509;
  background-color: transparent;
  color: #ffffff;
}

.subscription-block__form-box .uk-button {
  margin-left: 14px;
}

.subscription-block__form-box .uk-button:hover {
  background: #f26e21 !important;
}

.totop-link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: none;
  z-index: 100;
  position: fixed;
  right: 40px;
  bottom: 40px;
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
  text-transform: uppercase;
  transition: 0.3s;
}

.totop-link:hover,
.totop-link:focus,
.totop-link:active {
  color: #edb509;
  text-decoration: none;
}

.totop-link img,
.totop-link svg {
  max-width: 75px;
  margin-bottom: 5px;
}

/* Responsive Styles */
@media (max-width: 960px) {
  .page-header-top {
    padding: 18px 20px;
  }

  .page-header-bottom__right .uk-navbar-nav>li>a {
    font-size: 16px;
    padding: 0 10px;
  }

  .page-header-bottom__right .uk-search-navbar .uk-search-input {
    font-size: 20px;
  }

  .slideshow-item__title {
    font-size: 48px;
  }

  .slideshow-item__desc {
    font-size: 18px;
  }

  .page-footer .page-footer-top {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .subscription-block__title h4 {
    font-size: 28px;
  }

  .subscription-block__title span {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .page-header-top__left {
    display: none;
  }

  .page-header-top__right {
    width: 100%;
    justify-content: center;
  }

  .page-header-top__right>*+* {
    margin-left: 15px;
    padding-left: 15px;
  }

  .page-header-bottom__left .logo {
    padding: 0 15px;
  }

  .page-header-bottom__left .support {
    display: none;
  }

  .page-header-bottom__right {
    max-width: 100%;
  }

  .page-header-bottom__right .uk-navbar-nav {
    margin-right: 0;
  }

  .page-header-bottom__right .uk-navbar-toggle {
    flex: 0 0 60px;
    width: 60px;
  }

  .slideshow-item__title {
    font-size: 32px;
  }

  .slideshow-item__desc {
    font-size: 16px;
  }

  .page-footer .page-footer-top {
    flex-direction: column;
    text-align: center;
  }

  .page-footer .page-footer-top .subscription-block {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .subscription-block__form-box {
    flex-direction: column;
  }

  .subscription-block__form-box .uk-input {
    width: 100%;
    margin-bottom: 15px;
  }

  .subscription-block__form-box .uk-button {
    margin-left: 0;
    width: 100%;
  }
}