/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.whb-top-bar .wd-social-icons .wd-icon:before {
  color: white;
}

header .wd-info-box .info-box-content {
  font-size: 14px;
}

.emailOctopusNewsletter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.emailOctopusNewsletter input[type=submit] {
  background: #23bdf3 !important;
  border-radius: 0;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -2px 0px 0px inset;
  margin: 3px !important;
}
.emailOctopusNewsletter input[type=submit]:hover {
  filter: brightness(1.1);
}

.et_shop_image {
  display: none;
}

.whb-header-bottom .whb-header-bottom-inner, .whb-header-bottom .whb-col-left {
  width: 100%;
}

ul#menu-menu {
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 0;
       column-gap: 0;
}
ul#menu-menu li.shopPageLink > a {
  background: #23bdf3 !important;
  border-radius: 0;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -2px 0px 0px inset;
  padding-left: 20px;
  padding-right: 20px;
  transition: none;
}
ul#menu-menu li.shopPageLink > a:after {
  display: none;
}
ul#menu-menu li.shopPageLink > a:hover {
  filter: brightness(1.1);
}
ul#menu-menu li.shopPageLink > a .nav-link-text {
  color: white;
}

.category-grid-item {
  display: none;
}

.swpm-post-not-logged-in-msg {
  text-align: center;
}

.wd-prefooter {
  padding: 40px 0 35px !important;
  border: #e7e7e7 dashed;
  border-width: 3px 0 0;
}

.wd-gallery-item img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
