@import url(https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap);
body {
  font-family: "Oxygen", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Oxygen", sans-serif !important;
}

ul.right-menu {
  margin: 45px 0 0 0;
}

header#header {
  background: #ffde02 !important;
}

.footer {
  background: #fffbdc !important;
}

.header-bottom-menu {
  background: #fff;
  border-bottom: 3px solid #ffde02;
}
.header-bottom-menu ul.main-menu > li > a {
  color: #000;
}
.header-bottom-menu ul.main-menu > li > a:hover, .header-bottom-menu ul.main-menu > li > a:focus {
  background: #ffde02;
}

/* Main category children listing */
div.main-category-children-list .main-category-children-list-item {
  margin-bottom: 30px;
}
div.main-category-children-list .main-category-children-list-item a {
  font-size: 1.1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  border: 1px solid #949079;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  transition: none;
  height: auto !important;
  min-height: 200px;
  outline: none;
}
div.main-category-children-list .main-category-children-list-item a span {
  padding: 0.5rem 0 1.5rem 0;
}

section.products-by-category {
  position: relative;
}
section.products-by-category h2 {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.56);
}
section.products-by-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

#cat-yatak-odasi {
  background: url("../images/slider_bgs/yatak-odasi.jpg") no-repeat 50% 80%;
  background-size: cover;
  min-height: 500px;
}
#cat-yatak-odasi:before {
  background: rgba(255, 255, 229, 0.5);
}

#cat-yemek-odasi {
  background: url("../images/slider_bgs/yemek-odasi.jpg") no-repeat 50% 50%;
  background-size: cover;
  min-height: 500px;
}

#cat-koltuk-takimi {
  background: url("../images/slider_bgs/koltuk-takimi.jpg") no-repeat 50% 90%;
  background-size: cover;
  min-height: 500px;
}
#cat-koltuk-takimi:before {
  background: rgba(255, 255, 229, 0.5);
}

#cat-kose-koltuk {
  background: url("../images/slider_bgs/kose-koltuk.jpg") no-repeat 50% 50%;
  background-size: cover;
  min-height: 500px;
}

a.slider-view-more-link {
  background: rgba(255, 222, 2, 0.73);
}
a.slider-view-more-link:hover {
  background: #ffde02;
  color: #000;
}

.products-by-category .owl-carousel .owl-prev, .products-by-category .owl-carousel .owl-next {
  border-radius: 100%;
}

.products-by-category .owl-carousel .owl-prev:hover, .products-by-category .owl-carousel .owl-next:hover {
  background: #ffde02;
}
