/*
Theme Name: Vulu
Theme URI: https://www.vulutech.co.uk/
Description: Vulu WordPress theme.
Author: Vulu
Author URI: vulutech.co.uk
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Remove the outline of an element */

a:focus {
  outline: 0;
}
a,
a:hover,
a:active,
a:focus,
a img,
object,
embed {
  outline: none;
}

:link:focus,
:visited:focus {
  outline: none;
}
*:focus {
  outline: 0 !important;
  box-shadow:
    0 0 0 0.2rem #fff,
    /* use site bg color to create whitespace for faux focus ring */ 0 0 0 0.35rem #069 !important; /* faux focus ring color */
}

/**
 * Undo the above focused button styles when the element received focus
 * via mouse click or touch, but not keyboard navigation.
 */
*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

/* Header */
#site-header {
  border-width: 2px;
}
@media only screen and (min-width: 1081px) {
  #site-logo {
    margin-right: 2rem;
  }

  /* Make the menu a flexbox container */
  #site-header-inner {
    display: flex;
  }
  #site-navigation-wrap {
    flex: 1;
    right: 0;
  }

  #site-navigation ul#menu-main {
    display: flex !important;
    justify-content: space-between !important;
  }

  /* Target the last 4 menu items and move them right */

  #site-navigation ul#menu-main li:nth-last-child(6) {
    margin-right: auto !important;
  }

  /* Header icons adjustments */

  /* Search Icon */
  #site-navigation ul#menu-main li.search-toggle-li a {
    font-size: 16px;
  }

  /* Wishlist */
  #site-navigation ul#menu-main li.woo-wishlist-link a.wishlist_products_counter.top_wishlist-heart:before {
    font-size: 26px;
    line-height: normal;
    vertical-align: middle;
    margin: 0;
  }
}

/* Cart icon */
.wcmenucart .wcmenucart-count {
  position: relative;
}
.wcmenucart .wcmenucart-details.count {
  position: absolute;
  border-radius: 100%;
  top: 0;
  margin-top: -10px;
  left: 5px;
}
.wcmenucart .wcmenucart-details.count:before {
  display: none;
}

/* Fibo search	 */
#searchform-header-replace input {
  background: #fff;
  color: #000;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-radius: 5px !important;
}

.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp {
  max-width: 100%;
}
.dgwt-wcas-content-wrapp {
  gap: 10px;
}

.oceanwp-mobile-menu-icon .dgwt-wcas-enable-mobile-form {
  display: none !important;
}
.oceanwp-mobile-menu-icon .dgwt-wcas-search-wrapp a.dgwt-wcas-search-icon {
  padding-right: 0 !important;
}
.oceanwp-mobile-menu-icon .dgwt-wcas-search-wrapp {
  max-width: fit-content !important;
}

.oceanwp-mobile-menu-icon .dgwt-wcas-search-wrapp a.dgwt-wcas-search-icon {
  padding: 0 10px;
  width: 100%;
}
.oceanwp-mobile-menu-icon .dgwt-wcas-search-wrapp a.dgwt-wcas-search-icon i {
  line-height: normal;
  font-size: 14px;
  font-weight: 800;
  color: #000000;
}

.oceanwp-mobile-menu-icon a:hover {
  color: #6fbb4e;
}

.dgwt-wcas-search-wrapp a.js-dgwt-wcas-enable-mobile-form {
  display: none;
}

/* Mobile Menu */
#mobile-dropdown ul li a {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1080px) {
  /* Mobile Menu - My Account + Wishlist */
  .mobile-menu-wsh-acc ul li a {
    display: flex !important;
  }

  .oceanwp-mobile-menu-icon a {
    letter-spacing: 0;
  }
  .oceanwp-mobile-menu-icon.mobile-right,
  .oceanwp-mobile-menu-icon.mobile-right a {
    display: flex;
    align-items: center;
    padding-left: 18px;
  }
  .wcmenucart .wcmenucart-details.count {
    margin-top: 14px;
  }

  .oceanwp-mobile-menu-icon a.mobile-menu {
    margin-left: 14px;
  }
}

/*  */
.why-refurbished-bar .elementor-icon-list-item {
  display: flex;
}

.recycle-tech-bar .elementor-icon-list-item .elementor-icon-list-icon,
.why-refurbished-bar .elementor-icon-list-item .elementor-icon-list-icon {
  order: 1;
}

/* Main banners */
.categ-laptop svg {
  fill: #000;
}

/*  */
.customers-love-us {
  position: relative;
  overflow: hidden;
}
.customers-love-us .card-icon-top-left::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 2px solid #59b35b;
  border-radius: 50%;
  top: -80px;
  left: -80px;
}

.customers-love-us .card-icon-bottom-left::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 2px solid #59b35b;
  border-radius: 50%;
  bottom: -80px;
  left: -80px;
}

/* Latest product scroll - Home */
.latest-product-home ul.products li.product li.category {
  display: none !important;
}

/* Buttons */
.oew-buttons .oew-button-icon {
  line-height: 0;
}
/* Info Box Buttons */
.oew-info-box-btn-wrap .elementor-size-md {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  gap: 4px;
  width: fit-content;
}
.oew-info-box-btn-wrap .elementor-size-md i,
.oew-info-box-btn-wrap .elementor-size-md svg {
  font-size: 18px;
}

/* As good as new - Click To Action Widget*/
.oew-cta .oew-cta-btn .button {
  display: flex;
  align-items: center;
}
.oew-cta .oew-cta-btn .button svg {
  fill: #fff;
  font-size: 18px;
}
/* Woo Slider - Align prices at same level */
.oew-woo-slider .swiper-wrapper {
  align-items: stretch;
}
.oew-woo-slider .swiper-slide {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.oew-woo-slider .swiper-slide .product-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.oew-woo-slider .swiper-slide .product-inner .woo-entry-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.oew-woo-slider .swiper-slide .product-inner .woo-entry-inner li.title {
  flex: 1;
}

/* Cart Dropdown - space between buttons */
.woocommerce-mini-cart__buttons.buttons {
  column-gap: 10px;
}

/* Out of stock badge */
.outofstock-badge {
  margin: 0 auto;
  width: fit-content;
  left: 0;
  right: 0;
}

/* Remove from cart button */
.woocommerce ul.product_list_widget li a.remove {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .header-usp ul {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .recycle_tech {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .recycle_tech {
    max-width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .container {
    max-width: 95% !important;
  }
}

#site-navigation-wrap .search-toggle-li > a,
#site-navigation-wrap .wishlist-toggle-li > a,
#site-navigation-wrap .myaccount-toggle-li > a,
#site-navigation-wrap .wcmenucart-toggle-drop_down > a {
  color: #ba00ff !important;
}

#site-navigation-wrap .search-toggle-li > a:hover,
#site-navigation-wrap .wishlist-toggle-li > a:hover,
#site-navigation-wrap .myaccount-toggle-li > a:hover,
#site-navigation-wrap .wcmenucart-toggle-drop_down > a:hover {
  color: #6fbb4e !important;
}

.oceanwp-mobile-menu-icon .dgwt-wcas-search-icon path {
  fill: #ba00ff !important;
}
.oceanwp-mobile-menu-icon > a {
  color: #ba00ff !important;
}
