/*
Theme Name: OceanWP Child
Theme URI: https://salihway.com/
Description: SalihWay.
Author: Salih Way Team
Author URI: https://salihway.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/**** Home - Premium Banner - Title BG ****/
h3.premium-banner-ib-title.premium_banner_title {
  background-color: #ef3f49 !important;
  text-align: center !important;
}

/*** Home - Products Price ***/
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount {
  /* color: #44c4ac !important; */
  color: #ef3f49 !important;
  font-family: rubik;
}

.woocommerce ul.products li.product .woo-entry-inner li {
  margin-bottom: 0;
}

/*** Wishlist ***/
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
  background: #ef3f49 !important;
  padding: 2px 7px;
  color: #fff !important;
}

/**** Search Icon Header ****/
span.icon-magnifier {
  font-size: 24px;
  vertical-align: middle;
}

/*** Add To Cart Hover ***/
.woocommerce ul.products li.product .button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.woocommerce ul.products li.product .button:hover {
  background: #ef3f49 !important;
  color: #fff !important;
}

/* My Custom */
/* .woocommerce
  ul.products
  li.product
  .woo-entry-inner
  li.image-wrap
  .woo-entry-image,
.woocommerce
  ul.products
  li.product
  .woo-entry-inner
  li.image-wrap
  .product-entry-slider-wrap {
  height: 220px;
  text-align: center;
}

.woo-entry-image-main{
  width: auto !important;
  height: 210px !important;
} */

#scroll-top {
  background-color: #ef3f49;
}

#scroll-top:hover{
  background-color: #f29434;
}



/* AJAX SEARCH  */
.datafetch {
  background: #f3f3f3;
  z-index: 99;
}

.datafetch a {
  padding-top: 5px;
  font-size: 16px;
}

.datafetch img {
  height: 50px;
}

.datafetch .search_result {
  padding: 10px;
}

.elementor-widget-container .searchform #searchInput {
  border-radius: 10px;
  font-size: 16px;
  padding-left: 16px;
  font-family: "Poppins";
  border-bottom: solid 2px #f29434;
  width: 94%;
}

.searchform .searchRelative{
  position: relative;
}
.searchform #searchInput {
  border-radius: 10px;
  font-size: 16px;
  padding-left: 16px;
  font-family: "Poppins";
  border-bottom: solid 2px #f29434;
  /* width: 81%; */
}

.datafetch h3 {
  padding: 10px;
  text-align: center;
}


.searchform .free-search-box-submit{
  position:absolute;
  top: 0;
  right: 0;
  /* width: auto; */
  padding: 15px;
  border-radius: 0 10px 10px 0;
}


/* Hide your Sidebar on Mobile Globally */
@media only screen and (max-width: 767px) {
  .widget-area.sidebar-primary {
    display: none;
  }

  /* Wishlist size */
  a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
    padding: 2px 0px;
    font-size: 12px;
  }

  /* .elementor-widget-container .searchform #searchInput {
    width: 80%;
  } */

  /* .searchform .free-search-box-submit{
    margin-top: 10px;
    width: 100%;
  } */
}

/* For Search Bar*/
/* @media only screen and (max-width: 969px) {
  .elementor-widget-container .searchform #searchInput {
    width: 85%;
  }
} */

/* For Search Bar */
/* @media only screen and (max-width: 457px) {
  .elementor-widget-container .searchform #searchInput {
    width: 75%;
  }
} */

@media only screen and (max-width: 480px){
  #scroll-top {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      border-radius: 50%;
  }
}

/* Code For Header Custom Seasrch */
#headerCustomSearchByMd{
  display: none;
}
@media only screen and (max-width: 960px){
  #headerCustomSearchByMd {
      display: block;
  }
}