.main_menu nav > ul > li > a {
  color: #fff;
}
.menu_two nav > ul > li:hover > a {
  color: #fff;
}
.main_menu nav > ul > li:hover > a {
  background: #FFA500;
  color: #fff;
}
.menu_two nav > ul > li:first-child > a,
.menu_two nav > ul > li > a {
  padding: 10px 10px;
}
.menu_four nav > ul > li > a.active {
  background: #049964;
}
.menu_four nav > ul > li:first-child > a,
.menu_four nav > ul > li > a{
  padding: 15px 20px;
}

.header_bottom_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#scrollUp {
  display: none !important;
}

.slider_content a {
  color: #fff;
}
.slider_area .owl-dots .owl-dot {
  background: #000000;
}
.search_box {
  border: 1px solid #ededed;
}

.product_content > p {
  font-size: 13px;
  text-transform:none;
  line-height: 16px;
  margin-bottom: 0;
  display: block;
}
.copyright_area p {
  color: #FFF;
}
.copyright_area p a {
  color: #333;
}

.whatsapp {
  position:fixed;
  width:60px;
  bottom:20px;
  right: 15px;
  z-index:99999;
}
.whatsapp img {
  height: 60px;
}
.phonefix {
  position:fixed;
  width:60px;
  bottom:82px;
  right: 15px;
  z-index:99999;
}
.phonefix img {
  height: 60px;
}

.page-link {
  display: inline !important;
}
.active>.page-link, .page-link.active {
  background: #0f5aad;
  color: #ffffff;
}

.product_content h4 a {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  color: #000;
}
.btn-indir:focus,
.btn-indir {
  background: #049964;
  border-color: #049964;
  color: #fff;
}
.btn-indir:hover {
  background: #0f5aae;
  border-color: #0f5aae;
  color: #fff;
}

.single_shipping:hover .shipping_icone i {
  color: #ffffff;
}


@media only screen and (max-width: 767px) {
  .header_area {
    padding-bottom: 0;
  }
  .header_middle {
    padding: 15px 0;
  }
  .logo a img {
    max-width: 160px;
  }

  .slider_s_two .single_slider {
    height: 200px;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_s_two .single_slider {
    height: 300px;
    background-size: contain;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_s_two .single_slider {
    height: 275px;
  }
  .menu_four nav > ul > li:first-child > a, .menu_four nav > ul > li > a {
    padding: 15px 5px;
  }
}