/*
Theme Name: Maybugs
Theme URI: https://maybugs.co.uk/
Author: Dan Curtis at Bamb
Author URI: https://bambcreative.com/
Description: A custom WordPress website for Maybugs.
Text Domain: maybugs
version: 1.0
*/
/*******************************************
Global
*******************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "Lexend", sans-serif;
  background-color: #F1F6F9;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

/*******************************************
Typography
*******************************************/
/*******************************************
Style Classes
*******************************************/
.pt-none {
  padding-top: 0px;
}

.pt-small {
  padding-top: 40px;
}

.pt-large {
  padding-top: 60px;
}

.pb-none {
  padding-bottom: 0px;
}

.pb-small {
  padding-bottom: 40px;
}

.pb-large {
  padding-bottom: 60px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

/*******************************************
Buttons
*******************************************/
.btn-primary {
  background-color: #F7CB05;
  position: relative;
  padding: 12px 20px;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.btn-primary:hover {
  transform: scale(1.06);
  background-color: #F7CB05;
  color: #000;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.32);
  position: relative;
  padding: 12px 20px;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.btn-secondary:hover {
  transform: scale(1.06);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.32);
}

.dl-btn {
  background-color: #F7CB05;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.dl-btn:hover {
  transform: scale(1.06);
  background-color: #F7CB05;
  color: #000;
}

/*******************************************
Header
*******************************************/
header.site-header {
  background-color: #464A4C;
  position: relative;
}
header.site-header .top-content {
  border-bottom: 1px solid #585C5E;
  padding: 7px 0;
}
header.site-header .top-content .social a img {
  margin: 0 17px 0 0;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
header.site-header .top-content .social a:last-child img {
  margin: 0;
}
header.site-header .top-content .social a:hover img {
  opacity: 1;
  transform: scale(1.06);
}
header.site-header .top-content .announcements {
  text-align: center;
  display: none;
}
header.site-header .top-content .announcements .desktop-img-ann-left,
header.site-header .top-content .announcements .mobile-img-ann-left {
  display: inline-block;
  height: 16px;
  margin: -2px 4px 0 0;
}
header.site-header .top-content .announcements p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  display: inline-block;
}
header.site-header .top-content .announcements.slick-initialized {
  display: block;
}
header.site-header .top-content .top-menu {
  text-align: right;
}
header.site-header .top-content .top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.site-header .top-content .top-menu ul li {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 40px;
}
header.site-header .top-content .top-menu ul li a {
  color: #fff;
  opacity: 0.7;
}
header.site-header .top-content .top-menu ul li a:hover {
  opacity: 1;
  color: #F7CB05;
}
header.site-header .top-content .top-menu ul li:first-child {
  margin: 0;
}
header.site-header .content {
  padding: 30px 0 60px 0;
}
header.site-header .content .content-inner {
  display: flex;
  justify-content: space-between;
}
header.site-header .content .content-inner .logo {
  transition: 0.3s ease-in-out;
  margin: 4px 0 0 0;
}
header.site-header .content .content-inner .logo:hover {
  transform: scale(1.04);
}
header.site-header .content .content-inner .search-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.site-header .content .content-inner .search-form ul .sf-field-search {
  margin: 0;
  padding: 0;
}
header.site-header .content .content-inner .search-form ul .sf-field-search label {
  width: 520px;
}
header.site-header .content .content-inner .search-form ul .sf-field-search input[type=text] {
  height: 46px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px 0 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  background-image: url("img/search-light.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  transition: 0.3s ease-in-out;
}
header.site-header .content .content-inner .search-form ul .sf-field-search input[type=text]:focus {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
header.site-header .content .content-inner .search-form ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
header.site-header .content .content-inner .search-form ::placeholder {
  color: #fff;
  opacity: 0.6;
}
header.site-header .content .user-links a {
  display: inline-block;
}
header.site-header .content .user-links a .icon {
  width: 100%;
  height: 21px;
  margin: 0 0 6px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
header.site-header .content .user-links a p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  transition: 0.3s ease-in-out;
}
header.site-header .content .user-links a.account .icon {
  background-image: url("img/user.svg");
}
header.site-header .content .user-links a.cart {
  margin: 0 0 0 20px;
}
header.site-header .content .user-links a.cart .icon {
  background-image: url("img/bag.svg");
}
header.site-header .content .user-links a.cart .icon span {
  background-color: #F7CB05;
  color: #464A4C;
  font-size: 11.5px;
  display: inline-block;
  min-width: 16px;
  height: 16px;
  padding: 0 2px;
  text-align: center;
  font-weight: 700;
  border-radius: 20px;
  line-height: 16px;
  position: absolute;
  top: -4px;
  right: 18px;
}
header.site-header .content .user-links a:hover p {
  color: #F7CB05;
}
header.site-header .main-menu {
  position: absolute;
  width: 100%;
  bottom: -30px;
  z-index: 90;
}
header.site-header .main-menu .main-nav {
  background-color: #F7CB05;
  width: 100%;
  padding: 0 40px;
  border-radius: 4px;
}
header.site-header .main-menu .main-nav ul.tl-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin: 0 50px 0 0;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link:last-child {
  margin: 0;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link a {
  display: block;
  color: #000;
  padding: 20px 0;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link a:hover {
  color: #464A4C;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd a {
  background-image: url("img/nav-dd.svg");
  background-repeat: no-repeat;
  background-position: top calc(50% + 1px) right;
  padding: 20px 24px 20px 0;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  z-index: 190;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap {
  padding: 0;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap .menu-content {
  background-color: #F7CB05;
  padding: 30px 40px;
  border-radius: 0 0 4px 4px;
  position: relative;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap .menu-content h3 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap .menu-content img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap .menu-content ul.menu-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap .menu-content ul.menu-nav-list li a {
  padding: 6px 0;
  background-image: none;
  color: #000;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap .menu-content ul.menu-nav-list li a:hover {
  color: #464A4C;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap .menu-content ul.menu-nav-list.two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}
header.site-header .main-menu .main-nav ul.tl-links li.tl-link.has-dd .fw-dropdown .container-xl .wrap .menu-content ul.menu-nav-list.three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

#breadcrumbs,
.woocommerce-breadcrumb {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 12px 0 !important;
}
#breadcrumbs a,
.woocommerce-breadcrumb a {
  color: rgba(255, 255, 255, 0.6) !important;
}
#breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
  color: white !important;
}

.woo-breadcrumbs {
  display: none;
}

/*******************************************
Mobile Menu
*******************************************/
nav.mobile-menu {
  position: absolute;
  z-index: 200;
  width: 100%;
}
nav.mobile-menu ul.main-mob-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobile-menu ul.main-mob-nav li a {
  background-color: #F1F6F9;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #C8D5DC;
  color: #000;
  position: relative;
}
nav.mobile-menu ul.main-mob-nav li a.has-mob-dd::after {
  content: "";
  background-image: url("img/filter-dd.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  transition: 0.3s ease-in-out;
}
nav.mobile-menu ul.main-mob-nav li a.has-mob-dd.active {
  background-color: #F7CB05;
}
nav.mobile-menu ul.main-mob-nav li a.has-mob-dd.active::after {
  transform: rotate(180deg);
}
nav.mobile-menu ul.main-mob-nav li:last-child a {
  border-bottom: none;
}
nav.mobile-menu ul.main-mob-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobile-menu ul.main-mob-nav ul li a {
  padding: 10px 15px 10px 30px;
}
nav.mobile-menu ul.main-mob-nav ul li:last-child a {
  border-bottom: 1px solid #C8D5DC;
}

/*******************************************
Footer
*******************************************/
footer {
  background-color: #464A4C;
}
footer .top {
  padding: 38px 0;
  border-bottom: 1px solid #585C5E;
}
footer .top h5 {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}
footer .top p {
  color: #fff;
  font-size: 15px;
}
footer .top .newsletter-form {
  background-color: #fff;
  width: 65%;
  height: 56px;
  position: relative;
  border-radius: 100px;
}
footer .top .newsletter-form input[type=email] {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px 0 0 100px;
  width: calc(100% - 133px) !important;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 10px 0 75px;
  background-image: url("img/newsletter.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
}
footer .top .newsletter-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 133px;
  height: 100%;
  background-color: #F7CB05;
  color: #000;
  border-radius: 100px;
  border: none;
  outline: none;
  font-weight: 500;
}
footer .menus {
  padding: 60px 0;
}
footer .menus .logo {
  margin: 0 0 20px 0;
}
footer .menus .contact p {
  color: #fff;
  font-size: 13px;
  line-height: 2;
}
footer .menus .contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menus .contact ul li {
  margin: 0 0 4px 0;
}
footer .menus .contact ul li:last-child {
  margin: 0;
}
footer .menus .contact ul li p {
  margin: 0;
}
footer .menus .contact ul li p a {
  color: #fff;
}
footer .menus .contact ul li p a:hover {
  color: #F7CB05;
}
footer .menus .contact .social {
  margin: 30px 0 0 0;
}
footer .menus .contact .social img {
  margin: 0 17px 0 0;
  filter: brightness(0) saturate(100%) invert(88%) sepia(8%) saturate(6735%) hue-rotate(357deg) brightness(98%) contrast(99%);
  transition: 0.3s ease-in-out;
}
footer .menus .contact .social img:hover {
  transform: scale(1.1);
}
footer .menus .menu-grid {
  border-left: 1px solid #585C5E;
  padding: 0 0 0 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 97px;
  grid-row-gap: 60px;
}
footer .menus .menu-grid nav h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
footer .menus .menu-grid nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menus .menu-grid nav ul li {
  font-size: 15px;
  margin: 0 0 14px 0;
}
footer .menus .menu-grid nav ul li:last-child {
  margin: 0;
}
footer .menus .menu-grid nav ul li a {
  color: #fff;
}
footer .menus .menu-grid nav ul li a:hover {
  color: #F7CB05;
}
footer .copyright {
  border-top: 1px solid #585C5E;
  padding: 30px 0;
}
footer .copyright p {
  color: #fff;
  font-size: 13px;
  margin: 3px 0 0 0;
}
footer .copyright p a {
  color: #fff;
}
footer .copyright p a:hover {
  color: #F7CB05;
}
footer .copyright img {
  float: right;
}

/*******************************************
Heros
*******************************************/
.hero.slider {
  position: relative;
}
.hero.slider .filter {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.hero .hero-slider,
.hero .hero-slider-auto {
  position: relative;
}
.hero .hero-slider.slick-initialized,
.hero .hero-slider-auto.slick-initialized {
  display: block;
}
.hero .hero-slider .slick-arrow,
.hero .hero-slider-auto .slick-arrow {
  font-size: 0;
  width: 62px;
  height: 62px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: calc(50% - 31px);
  right: 40px;
  border-radius: 40px;
  z-index: 90;
  transition: 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  background-repeat: no-repeat;
  background-position: center;
}
.hero .hero-slider .slick-arrow:hover,
.hero .hero-slider-auto .slick-arrow:hover {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.3);
}
.hero .hero-slider .slick-next,
.hero .hero-slider-auto .slick-next {
  right: 40px;
  background-image: url("img/right-sm.svg");
}
.hero .hero-slider .slick-prev,
.hero .hero-slider-auto .slick-prev {
  left: 40px;
  background-image: url("img/left-sm.svg");
}
.hero .hero-slider .slide,
.hero .hero-slider-auto .slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
}
.hero .hero-slider .slide .desktop-bg,
.hero .hero-slider-auto .slide .desktop-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .hero-slider .slide .content,
.hero .hero-slider-auto .slide .content {
  width: 100%;
  padding: 100px 10%;
  position: relative;
  text-align: center;
  z-index: 20;
}
.hero .hero-slider .slide .content h1,
.hero .hero-slider-auto .slide .content h1 {
  color: #fff;
  font-size: 61px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.hero .hero-slider .slide .content p,
.hero .hero-slider-auto .slide .content p {
  color: #fff;
  font-size: 19px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
  margin: 30px 0 0 0;
}
.hero .hero-slider .slide .content .btns,
.hero .hero-slider-auto .slide .content .btns {
  margin: 42px 0 0 0;
}
.hero .hero-slider .slide .content .btns .btn-secondary,
.hero .hero-slider-auto .slide .content .btns .btn-secondary {
  margin: 0 0 0 20px;
}

.category-hero {
  padding: 88px 0 58px 0;
  position: relative;
}
.category-hero .content {
  position: relative;
  z-index: 8;
}
.category-hero .content h1 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.category-hero .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  z-index: 6;
}

.hero-simple {
  background-color: #585C5E;
  padding: 58px 0 38px 0;
}
.hero-simple .content h1 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.fw-img-hero {
  position: relative;
}
.fw-img-hero .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(70, 74, 76, 0.92) 0%, rgba(70, 74, 76, 0.8) 38%, rgba(70, 74, 76, 0) 100%);
}
.fw-img-hero .content {
  padding: 162px 0 132px 0;
  position: relative;
  z-index: 3;
}
.fw-img-hero .content h1 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.fw-img-hero .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-hero {
  position: relative;
}
.landing-hero .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.landing-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.landing-hero .content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 142px 0 110px 0;
}
.landing-hero .content h1 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
}
.landing-hero .content h2 {
  color: #fff;
  font-size: 61px;
  font-weight: 400;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
}
.landing-hero .content .btns {
  margin: 42px 0 0 0;
}
.landing-hero .content .btns .btn-secondary {
  margin: 0 0 0 20px;
}

.product-hero {
  background-color: #585C5E;
  padding: 60px 0 30px 0;
}
.product-hero p#breadcrumbs {
  margin: 0;
}

/*******************************************
Sections
*******************************************/
.cta-strip .cta-card-lg {
  position: relative;
  padding: 40px;
  border-radius: 6px;
}
.cta-strip .cta-card-lg .content {
  width: 45%;
}
.cta-strip .cta-card-lg .content h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 12px 0;
}
.cta-strip .cta-card-lg .content p {
  font-size: 18px;
  opacity: 0.8;
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
}
.cta-strip .cta-card-lg .content .btns {
  margin: 30px 0 0 0;
}
.cta-strip .cta-card-lg .content .btns .btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 0 20px;
}
.cta-strip .cta-card-lg .content.mb-white-text h3, .cta-strip .cta-card-lg .content.mb-white-text p {
  color: #fff;
}
.cta-strip .cta-card-lg .desktop-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 48%;
}
.cta-strip .cta-card-lg .desktop-img-wrapper .desktop-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  border-radius: 0 6px 6px 0;
}
.cta-strip .cta-card-lg .desktop-img-wrapper.bg-fade .filter {
  background-color: red;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cta-strip .cta-card-lg .mobile-img-wrapper {
  display: none;
}

.cta-cards-grid .card-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.cta-cards-grid .card-grid.two-col-grid {
  grid-template-columns: repeat(2, 1fr);
}
.cta-cards-grid .card-grid.three-col-grid {
  grid-template-columns: repeat(3, 1fr);
}
.cta-cards-grid .card-grid.four-col-grid {
  grid-template-columns: repeat(4, 1fr);
}
.cta-cards-grid .card-grid .cta-card {
  position: relative;
  height: 400px;
  border-radius: 6px;
  overflow: hidden;
}
.cta-cards-grid .card-grid .cta-card .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 6px;
  font-weight: 500;
}
.cta-cards-grid .card-grid .cta-card .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}
.cta-cards-grid .card-grid .cta-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.cta-cards-grid .card-grid .cta-card .content {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
  z-index: 3;
  padding: 0 10px;
}
.cta-cards-grid .card-grid .cta-card .content h2 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
}
.cta-cards-grid .card-grid .cta-card .content h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
}
.cta-cards-grid .card-grid .cta-card .content .btn-secondary {
  margin: 15px 0 0 0;
}

.product-card-wrapper {
  padding-bottom: 10px;
}
.product-card-wrapper .product-card {
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.product-card-wrapper .product-card .product-img-wrap {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
}
.product-card-wrapper .product-card .product-img-wrap .mb-tag {
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 6px;
  z-index: 20;
  top: 14px;
  right: 14px;
  margin: 0;
  line-height: 1;
  color: #000;
}
.product-card-wrapper .product-card .product-img-wrap .mb-tag.white-text {
  color: #fff;
}
.product-card-wrapper .product-card .product-img-wrap .may-oos {
  position: absolute;
  bottom: 10px;
  border-radius: 6px;
  z-index: 99;
  background-color: #0B2F51;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 6px 12px;
  left: 20px;
  margin: 0;
  font-weight: 500;
}
.product-card-wrapper .product-card .product-img-wrap .mb-product-labels {
  position: absolute;
  top: 14px;
  right: 12px;
  list-style: none;
  z-index: 22;
}
.product-card-wrapper .product-card .product-img-wrap .mb-product-labels li {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 6px;
  z-index: 20;
  top: 14px;
  right: 14px;
  margin: 0 0 0 6px;
  line-height: 1;
  display: inline-block;
}
.product-card-wrapper .product-card .product-img-wrap .mb-product-labels li.mb-on-sale {
  background-color: #F7CB05;
  color: #0B2F51;
}
.product-card-wrapper .product-card .product-img-wrap .mb-product-labels li.label-text-black {
  color: #000;
}
.product-card-wrapper .product-card .product-img-wrap .mb-product-labels li.label-text-white {
  color: #fff;
}
.product-card-wrapper .product-card .product-img-wrap .mb-product-labels li:first-child {
  margin: 0;
}
.product-card-wrapper .product-card .product-img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: block;
}
.product-card-wrapper .product-card .product-img-wrap .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.product-card-wrapper .product-card .product-img-wrap .filter .view-btn-out {
  background-color: rgba(255, 255, 255, 0.2);
  width: 90px;
  height: 90px;
  border-radius: 120px;
  padding: 0px;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}
.product-card-wrapper .product-card .product-img-wrap .filter .view-btn-out .view-btn-in {
  background-color: #F7CB05;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 90px;
}
.product-card-wrapper .product-card .product-img-wrap .filter .view-btn-out .view-btn-in p {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.product-card-wrapper .product-card .product-img-wrap:hover .filter {
  opacity: 1;
}
.product-card-wrapper .product-card .product-img-wrap:hover .filter .view-btn-out {
  transform: scale(1);
  width: 120px;
  height: 120px;
  padding: 15px;
}
.product-card-wrapper .product-card .content {
  padding: 30px 20px 20px 20px;
}
.product-card-wrapper .product-card .content h3 {
  font-size: 16px;
  font-weight: 500;
}
.product-card-wrapper .product-card .content .mb-price {
  font-size: 15px;
  font-weight: 500;
}
.product-card-wrapper .product-card .content .mb-price.is-on-sale .regular-price {
  text-decoration: line-through;
  font-weight: 400;
  opacity: 0.4;
  padding-left: 6px;
}
.product-card-wrapper .product-card .content .add-to-cart-button a {
  background-color: #F7CB05;
  position: relative;
  padding: 12px 20px;
  overflow: hidden;
  border-radius: 30px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.product-card-wrapper .product-card .content .add-to-cart-button a:hover {
  transform: scale(1.02);
  background-color: #F7CB05;
  color: #000;
}
.product-card-wrapper .product-card .content .btn-primary {
  background-color: #F7CB05;
  position: relative;
  padding: 12px 20px;
  overflow: hidden;
  border-radius: 30px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.product-card-wrapper .product-card .content .btn-primary:hover {
  transform: scale(1.02);
  background-color: #F7CB05;
  color: #000;
}

.mb-product-labels-single {
  list-style: none;
  padding-left: 0;
}
.mb-product-labels-single li {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 6px;
  margin: 0 0 0 6px;
  line-height: 1;
  display: inline-block;
}
.mb-product-labels-single li.mb-on-sale {
  background-color: #F7CB05;
  color: #0B2F51;
}
.mb-product-labels-single li.label-text-black {
  color: #000;
}
.mb-product-labels-single li.label-text-white {
  color: #fff;
}
.mb-product-labels-single li:first-child {
  margin: 0;
}

.product-slider h2 {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}
.product-slider .product-slider-wrapper .slick-slide {
  margin: 0 11px;
}
.product-slider .product-slider-wrapper .slick-list {
  margin: 0 -11px;
}
.product-slider .product-slider-wrapper .slick-arrow {
  font-size: 0;
  width: 62px;
  height: 62px;
  border: none;
  background-color: #464A4C;
  position: absolute;
  top: calc(50% - 31px);
  right: 40px;
  border-radius: 40px;
  z-index: 90;
  transition: 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  background-repeat: no-repeat;
  background-position: center;
}
.product-slider .product-slider-wrapper .slick-arrow:hover {
  transform: scale(1.1);
}
.product-slider .product-slider-wrapper .slick-next {
  right: -82px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/right-sm-yellow.svg");
}
.product-slider .product-slider-wrapper .slick-prev {
  left: -82px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/left-sm-yellow.svg");
}
.product-slider .product-slider-wrapper ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 0 0;
  text-align: center;
}
.product-slider .product-slider-wrapper ul.slick-dots li {
  display: inline-block;
}
.product-slider .product-slider-wrapper ul.slick-dots li button {
  font-size: 0px;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #C8D5DC;
  padding: 0;
  margin: 0 5px;
  transition: 0.3s ease-in-out;
}
.product-slider .product-slider-wrapper ul.slick-dots li.slick-active button {
  background-color: #F7CB05;
  width: 28px;
}

.logo-grid h2 {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}
.logo-grid .logo-grid-wrapper {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.logo-grid .logo-grid-wrapper.three-cols {
  grid-template-columns: repeat(3, 1fr);
}
.logo-grid .logo-grid-wrapper.four-cols {
  grid-template-columns: repeat(4, 1fr);
}
.logo-grid .logo-grid-wrapper.five-cols {
  grid-template-columns: repeat(5, 1fr);
}
.logo-grid .logo-grid-wrapper.six-cols {
  grid-template-columns: repeat(6, 1fr);
}
.logo-grid .logo-grid-wrapper .logo-card {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 140px;
  border-radius: 6px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.35);
}
.logo-grid .logo-grid-wrapper .logo-card img {
  width: 75%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.testimonials h3 {
  text-align: center;
  margin: 0 0 20px 0;
}
.testimonials .stars {
  display: block;
  margin: 0 auto 30px auto;
}
.testimonials .slick-slide {
  margin: 0 12px;
}
.testimonials .slick-list {
  margin: 0 -12px;
}
.testimonials .testimonial-slider .testimonial-card {
  background-color: #fff;
  padding: 40px 34px;
  border-radius: 6px;
  position: relative;
  margin: 20px 12px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.35);
}
.testimonials .testimonial-slider .testimonial-card .quote {
  position: absolute;
  width: 27px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  top: -10px;
  left: 34px;
}
.testimonials .testimonial-slider .testimonial-card p {
  margin: 0;
  line-height: 1.8;
}
.testimonials .testimonial-slider .testimonial-card h6 {
  font-size: 16px;
  margin: 20px 0 0 0;
}

.feature-points {
  text-align: center;
}
.feature-points .feat-grid {
  display: grid;
  grid-template-rows: 1fr;
}
.feature-points .feat-grid.two-col-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.feature-points .feat-grid.three-col-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.feature-points .feat-grid.four-col-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}
.feature-points .feat-grid .feat-item img {
  margin: 0 0 26px 0;
}
.feature-points .feat-grid .feat-item h5 {
  font-size: 16px;
}
.feature-points .feat-grid .feat-item p {
  font-size: 15px;
  margin: 0;
}

.mb-category-listing .cat-back-btn {
  background-color: rgba(220, 234, 243, 0.7);
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 500;
  color: #0B2F51;
  display: inline-block;
  padding: 7px 20px 8px 12px;
  border-radius: 80px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.mb-category-listing .cat-back-btn span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("img/nav-dd.svg");
  transform: rotate(90deg);
  background-position: center;
  background-size: cover;
  margin: 0 8px 0 0;
  position: relative;
  top: 3px;
}
.mb-category-listing .cat-back-btn:hover {
  background-color: #0B2F51;
  color: #F7CB05;
}
.mb-category-listing .cat-product-grid {
  padding-left: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.mb-category-listing .wcpf-filter .wcpf-inner {
  border-bottom: 1px solid #DEE1E2;
  padding: 0 0 20px 0;
}
.mb-category-listing .wcpf-filter .wcpf-inner .wcpf-heading-label {
  padding: 10px 0 20px 0;
}
.mb-category-listing .wcpf-filter .wcpf-inner .text {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}
.mb-category-listing .wcpf-filter .wcpf-inner .box-toggle {
  width: 22px;
  height: 22px;
  border: none;
  font-size: 0;
  background-image: url("img/filter-toggle.svg");
  transform: rotate(-45deg);
  top: 11px;
  right: 0;
  transition: 0.3s ease-in-out;
}
.mb-category-listing .wcpf-filter .wcpf-inner .ui-slider-range {
  background-color: #0B2F51;
}
.mb-category-listing .wcpf-filter .wcpf-inner .priceSliderInput {
  background-color: #fff;
  height: 6px;
}
.mb-category-listing .wcpf-filter .wcpf-inner .ui-slider-handle {
  border: none;
  background-color: #F7CB05;
}
.mb-category-listing .wcpf-filter .wcpf-inner input[type=text] {
  background-color: #fff;
  border: 1px solid #D7E2E8;
  padding-left: 10px;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}
.mb-category-listing .wcpf-filter .wcpf-inner select {
  background-color: #fff;
  border: 1px solid #D7E2E8;
  padding-left: 10px;
  height: 50px;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-radius: 6px;
  background-image: url("img/filter-dd.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.mb-category-listing .wcpf-filter .wcpf-inner .wcpf-checkbox-label button {
  background-color: #fff;
  border: 1px solid #D7E2E8;
  border-radius: 6px;
  width: 19px;
  height: 19px;
}
.mb-category-listing .wcpf-filter .wcpf-inner .wcpf-checkbox-label .wcpf-title-container {
  width: calc(100% - 20px);
}
.mb-category-listing .wcpf-filter .wcpf-box-hide .wcpf-inner {
  padding: 0;
}
.mb-category-listing .wcpf-filter .wcpf-box-hide .wcpf-inner .box-toggle {
  transform: rotate(0deg);
}
.mb-category-listing .mb-product-listing-header {
  background-color: #fff;
  width: calc(100% - 30px);
  margin: 0 0 24px 30px;
  border-radius: 6px;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.mb-category-listing .mb-product-listing-header p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.mb-category-listing .mb-product-listing-header form {
  display: inline-block;
  right: 20px;
  top: 20px;
  position: absolute;
}
.mb-category-listing .mb-product-listing-header form select {
  display: inline-block;
  width: 240px;
  height: 46px;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid #D7E2E8;
  padding-left: 10px;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-radius: 6px;
  background-image: url("img/filter-dd.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
  border-color: #0B2F51;
  top: 5.5px;
  left: 4.5px;
}

.mb-cart .woocommerce-message {
  border: none;
  background-color: #F7CB05;
  border-radius: 6px;
  color: #0B2F51;
}
.mb-cart .woocommerce-message a {
  color: #0B2F51;
  text-decoration: underline;
}
.mb-cart .woocommerce-message::before {
  color: #0B2F51;
}
.mb-cart .woocommerce-cart-form {
  width: calc(100% - 340px);
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.mb-cart .woocommerce-cart-form .quantity-wrap {
  border: 1px solid #D3E1E9;
  width: 94px;
  height: 49px;
  position: relative;
  border-radius: 40px;
}
.mb-cart .woocommerce-cart-form .quantity-wrap span {
  font-weight: 500;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: calc(50% - 10px);
  cursor: pointer;
}
.mb-cart .woocommerce-cart-form .quantity-wrap span.quantity-plus {
  right: 4px;
}
.mb-cart .woocommerce-cart-form .quantity-wrap span.quantity-minus {
  left: 4px;
}
.mb-cart .woocommerce-cart-form .quantity-wrap input[type=number] {
  position: absolute;
  left: 24px;
  height: 100%;
  border: none;
  text-align: center;
  padding: 0;
  width: calc(100% - 48px);
  -ms-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.mb-cart .woocommerce-cart-form .quantity-wrap input::-webkit-outer-spin-button,
.mb-cart .woocommerce-cart-form .quantity-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mb-cart .woocommerce-cart-form .quantity-wrap input[type=number] {
  -moz-appearance: textfield;
}
.mb-cart .woocommerce-cart-form table {
  border: none;
  margin: 0;
}
.mb-cart .woocommerce-cart-form table thead tr th {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}
.mb-cart .woocommerce-cart-form table tbody tr td {
  border-top: 1px solid #D3E1E9;
  font-size: 15px;
}
.mb-cart .woocommerce-cart-form table tbody tr td.product-price .woocommerce-Price-amount {
  opacity: 0.6;
}
.mb-cart .woocommerce-cart-form table tbody tr td.product-name a {
  color: #000;
}
.mb-cart .woocommerce-cart-form table tbody tr td.product-remove a.remove {
  font-weight: 400;
  background-color: #F1F6F9;
  color: #0B2F51 !important;
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.mb-cart .woocommerce-cart-form table img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mb-cart .woocommerce-cart-form .actions {
  padding: 20px 0 10px 0;
}
.mb-cart .woocommerce-cart-form .actions button[type=submit] {
  background-color: #F1F6F9 !important;
  font-size: 15px;
  color: #000;
  padding: 14px 30px !important;
  border-radius: 60px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.mb-cart .woocommerce-cart-form .actions button[type=submit]:hover {
  transform: scale(1.04);
}
.mb-cart .cart-collaterals {
  width: 310px;
  display: inline-block;
  float: right;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.mb-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.mb-cart .cart-collaterals .cart_totals h2 {
  font-size: 16px;
  font-weight: 500;
}
.mb-cart .cart-collaterals .cart_totals table {
  border: none;
}
.mb-cart .cart-collaterals .cart_totals table tbody:first-child tr:first-child td,
.mb-cart .cart-collaterals .cart_totals table tbody:first-child tr:first-child th {
  border-top: 1px solid #D3E1E9;
}
.mb-cart .cart-collaterals .cart_totals table tbody:first-child tr:last-child td,
.mb-cart .cart-collaterals .cart_totals table tbody:first-child tr:last-child th {
  border-bottom: 1px solid #D3E1E9;
}
.mb-cart .cart-collaterals .cart_totals table tr {
  padding: 0;
}
.mb-cart .cart-collaterals .cart_totals table tr td,
.mb-cart .cart-collaterals .cart_totals table tr th {
  border-top: 1px solid #D3E1E9;
  padding: 16px 0 14px 0;
  font-size: 14px;
}
.mb-cart .cart-collaterals .cart_totals table tr td strong,
.mb-cart .cart-collaterals .cart_totals table tr th strong {
  font-weight: 500;
}
.mb-cart .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.mb-cart .cart-collaterals .cart_totals table tr th {
  font-weight: 500;
}
.mb-cart .cart-collaterals .cart_totals .coupon {
  padding: 20px 0 0 0;
}
.mb-cart .cart-collaterals .cart_totals .coupon input[type=text] {
  width: 100%;
  height: 49px;
  border: 1px solid #D3E1E9;
  border-radius: 30px;
  padding-left: 20px;
  font-size: 15px;
  margin: 0 0 15px 0;
  outline: none;
}
.mb-cart .cart-collaterals .cart_totals .coupon ::-moz-placeholder {
  color: #999999;
}
.mb-cart .cart-collaterals .cart_totals .coupon ::placeholder {
  color: #999999;
}
.mb-cart .cart-collaterals .cart_totals .coupon button[type=submit] {
  width: 100%;
  height: 47px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  background-color: #F1F6F9;
  transition: 0.3s ease-in-out;
}
.mb-cart .cart-collaterals .cart_totals .coupon button[type=submit]:hover {
  transform: scale(1.04);
}
.mb-cart .wc-proceed-to-checkout {
  padding: 30px 0 0 0;
}
.mb-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #F7CB05;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  height: 49px;
  line-height: 49px;
  padding: 0;
  border-radius: 40px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.mb-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #F7CB05;
  color: #000;
  transform: scale(1.04);
}

.select2-dropdown {
  border-color: #D3E1E9;
  padding: 0 16px;
}
.select2-dropdown .select2-search__field {
  border: 1px solid #D3E1E9 !important;
  border-radius: 6px;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: #F7CB05 !important;
  color: #0B2F51 !important;
  border-radius: 4px;
}

.mb-checkout .woocommerce-info {
  display: none !important;
}
.mb-checkout .mb-checkout-form-wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
  width: calc(100% - 60px);
}
.mb-checkout .mb-checkout-form-wrapper .woocommerce-billing-fields h3 {
  font-size: 16px;
  border-bottom: 1px solid #D3E1E9;
  padding: 0 0 20px 0;
}
.mb-checkout .mb-checkout-form-wrapper label {
  margin: 0 0 12px 0;
  font-size: 14px;
}
.mb-checkout .mb-checkout-form-wrapper input[type=text],
.mb-checkout .mb-checkout-form-wrapper input[type=tel],
.mb-checkout .mb-checkout-form-wrapper input[type=email] {
  width: 100%;
  height: 56px;
  border-radius: 6px;
  border: 1px solid #D3E1E9;
  padding-left: 16px;
  font-size: 14px;
}
.mb-checkout .mb-checkout-form-wrapper textarea {
  width: 100%;
  height: 160px !important;
  border-radius: 6px;
  border: 1px solid #D3E1E9;
  padding: 16px;
  font-size: 14px;
}
.mb-checkout .mb-checkout-form-wrapper .form-row.woocommerce-validated input[type=text] {
  border-color: #D3E1E9 !important;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/tick.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.mb-checkout .mb-checkout-form-wrapper .woocommerce-additional-fields {
  margin: 20px 0 0 0;
}
.mb-checkout .mb-checkout-form-wrapper .woocommerce-additional-fields h3 {
  font-size: 16px;
  border-top: 1px solid #D3E1E9;
  padding: 20px 0 0 0;
}
.mb-checkout .mb-checkout-action {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
  position: sticky;
  top: 32px;
  width: calc(100% - 40px);
  float: right;
}
.mb-checkout .mb-checkout-action h3#order_review_heading {
  font-size: 16px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #D3E1E9;
}
.mb-checkout .mb-checkout-action table.shop_table {
  border: none;
  padding: 0;
  border-collapse: collapse;
  margin: 0;
}
.mb-checkout .mb-checkout-action table.shop_table thead {
  display: none;
}
.mb-checkout .mb-checkout-action table.shop_table th, .mb-checkout .mb-checkout-action table.shop_table td {
  padding: 10px 0;
  border: none;
}
.mb-checkout .mb-checkout-action table.shop_table td {
  font-size: 13px;
}
.mb-checkout .mb-checkout-action table.shop_table tbody td, .mb-checkout .mb-checkout-action table.shop_table tbody th {
  padding: 14px 0;
}
.mb-checkout .mb-checkout-action table.shop_table tfoot tr th, .mb-checkout .mb-checkout-action table.shop_table tfoot tr td {
  border-top: 1px solid #D3E1E9 !important;
  padding: 14px 0;
  border-collapse: none;
  font-size: 14px;
  font-weight: 500;
}
.mb-checkout .mb-checkout-action table.shop_table tfoot tr th strong, .mb-checkout .mb-checkout-action table.shop_table tfoot tr td strong {
  font-weight: 500;
}
.mb-checkout .mb-checkout-action #payment {
  background-color: #fff;
  border-radius: 0;
  border-top: 1px solid #D3E1E9;
}
.mb-checkout .mb-checkout-action #payment ul.payment_methods {
  padding: 20px 0;
  border-bottom: none;
}
.mb-checkout .mb-checkout-action #payment ul.payment_methods li {
  font-size: 14px;
  font-weight: 500;
}
.mb-checkout .mb-checkout-action #payment ul.payment_methods li label {
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/radio.svg");
  background-position: top 4px left;
  background-repeat: no-repeat;
  padding-left: 30px;
  cursor: pointer;
}
.mb-checkout .mb-checkout-action #payment ul.payment_methods li input {
  display: none;
}
.mb-checkout .mb-checkout-action #payment ul.payment_methods li input:checked + label {
  background-image: url("img/radio-selected.svg");
}
.mb-checkout .mb-checkout-action #payment ul.payment_methods li .payment_box {
  background-color: #F1F6F9;
  border-radius: 6px;
}
.mb-checkout .mb-checkout-action #payment ul.payment_methods li .payment_box::before {
  border: 1em solid #F1F6F9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.mb-checkout .mb-checkout-action #payment ul.payment_methods li .payment_box p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.mb-checkout .mb-checkout-action #payment .place-order {
  padding: 0;
}
.mb-checkout .mb-checkout-action #payment .place-order p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.mb-checkout .mb-checkout-action #payment .place-order p a {
  color: #000;
  text-decoration: underline;
}
.mb-checkout .mb-checkout-action #payment .place-order button[type=submit] {
  float: none !important;
  width: 100%;
  height: 50px;
  font-weight: 500;
  color: #000;
  background-color: #F7CB05;
  border-radius: 50px;
  margin: 20px 0 0 0;
  transition: 0.3s ease-in-out;
}
.mb-checkout .mb-checkout-action #payment .place-order button[type=submit]:hover {
  transform: scale(1.04);
}
.mb-checkout .select2-container .select2-selection--single {
  height: 56px !important;
  border: 1px solid #D3E1E9;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 14px;
}
.mb-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px !important;
}
.mb-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px !important;
}

.mb-pagination {
  text-align: center;
  padding: 0 0 0 30px;
  margin: 40px 0 0 0;
}
.mb-pagination a.page-numbers {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #fff;
  line-height: 44px;
  border-radius: 30px;
  font-weight: 500;
  margin: 0 4px;
  color: #000;
}
.mb-pagination a.page-numbers:hover {
  background-color: #F7CB05;
}
.mb-pagination a.page-numbers.next, .mb-pagination a.page-numbers.prev {
  display: none;
}
.mb-pagination span.current {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #F7CB05;
  line-height: 44px;
  border-radius: 30px;
  font-weight: 500;
  margin: 0 4px;
  color: #000;
}

.faq-help .accordion-item {
  margin: 0 0 30px 0;
  border-radius: 6px;
  border: none;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.faq-help .accordion-item:last-child {
  margin: 0;
}
.collapsed .faq-help .accordion-item:last-of-type {
  border-radius: 6px;
}
.faq-help .accordion-item .accordion-item {
  box-shadow: none;
}
.faq-help .accordion-item .accordion-group-btn {
  font-size: 20px;
  font-weight: 500;
  border: none;
  padding: 16px 30px;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}
.faq-help .accordion-item .accordion-group-btn::after {
  width: 50px;
  height: 50px;
  background-color: #F1F6F9;
  border-radius: 50px;
  background-image: url("img/faq-arrow.svg");
  background-size: 12px 6px;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.faq-help .accordion-item .accordion-group-btn:not(.collapsed) {
  background-color: #fff;
  color: #000;
}
.faq-help .accordion-item .accordion-group-btn:hover::after {
  background-color: #F7CB05;
}
.faq-help .accordion-item .accordion-sub-btn {
  background-color: #F1F6F9;
  box-shadow: none;
  border: none;
  border-radius: 6px;
  padding: 20px;
}
.faq-help .accordion-item .accordion-sub-btn:last-of-type {
  border-radius: 6px;
}
.faq-help .accordion-item .accordion-sub-btn::after {
  background-image: url("img/faq-sm.svg");
}
.faq-help .accordion-item .accordion-sub-btn:hover {
  background-color: #F7CB05;
}
.faq-help .accordion-item .accordion-sub-btn:not(.collapsed) {
  background-color: #F7CB05;
  color: #000;
  border-radius: 6px 6px 0 0;
}
.faq-help .accordion-item .accordion-sub-btn:not(.collapsed)::after {
  transform: rotate(45deg);
}
.faq-help .accordion-item .accordion-body-inner {
  background-color: #F1F6F9;
  border-radius: 0 0 6px 6px;
}
.faq-help .accordion-item-inner {
  margin: 0 0 18px 0;
}
.faq-help .accordion-item-inner:last-child {
  margin: 0 0 10px 0;
}
.faq-help .store {
  background-color: #fff;
  border-radius: 6px;
  margin: 0 0 30px 0;
  padding: 20px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.faq-help .store:last-child {
  margin: 0;
}
.faq-help .store .address {
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/store.svg");
  background-repeat: no-repeat;
  padding: 0 0 0 70px;
}
.faq-help .store .address h4 {
  font-size: 15px;
  font-weight: 500;
}
.faq-help .store .address p {
  font-size: 15px;
  line-height: 1.6;
}
.faq-help .store a {
  color: #000;
  font-size: 15px;
  background-image: url("img/phone.svg");
  line-height: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  padding: 0 0 0 70px;
}
.faq-help .store a:hover {
  color: #000;
}

.img-and-text .content h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.img-and-text .content h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.img-and-text .content h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.img-and-text .content h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.img-and-text .content h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.img-and-text .content h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.img-and-text .content p {
  font-size: 15px;
  line-height: 1.8;
}
.img-and-text .content p a {
  color: #000;
  text-decoration: underline;
}
.img-and-text .content p a:hover {
  color: #464A4C;
}
.img-and-text .content .btn-primary {
  margin: 20px 0 0 0;
}
.img-and-text .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0;
}
.img-and-text .content ul li {
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/bullet.svg");
  background-repeat: no-repeat;
  background-position: top 4px left;
  padding: 0 0 0 33px;
  margin: 0 0 20px 0;
}
.img-and-text img {
  border-radius: 6px;
}

.logos-in-slider {
  text-align: center;
}
.logos-in-slider .content {
  margin: 0 30% 30px 30%;
}
.logos-in-slider .content p:last-child {
  margin: 0;
}
.logos-in-slider .slick-slide {
  margin: 0 12px;
}
.logos-in-slider .slick-list {
  margin: 0 -12px;
}
.logos-in-slider .logo-slider .logo-slide {
  background-color: #fff;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
  border-radius: 6px;
  height: 140px;
  position: relative;
}
.logos-in-slider .logo-slider .logo-slide img {
  height: 90%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.logos-in-slider ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 60px 0;
  text-align: center;
  position: absolute;
  width: 100%;
}
.logos-in-slider ul.slick-dots li {
  display: inline-block;
}
.logos-in-slider ul.slick-dots li button {
  font-size: 0px;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #C8D5DC;
  padding: 0;
  margin: 0 5px;
  transition: 0.3s ease-in-out;
}
.logos-in-slider ul.slick-dots li.slick-active button {
  background-color: #F7CB05;
  width: 28px;
}
.logos-in-slider .slick-arrow {
  font-size: 0;
  width: 62px;
  height: 62px;
  border: none;
  background-color: #464A4C;
  position: absolute;
  top: calc(50% - 31px);
  right: 40px;
  border-radius: 40px;
  z-index: 90;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
}
.logos-in-slider .slick-arrow:hover {
  transform: scale(1.1);
}
.logos-in-slider .slick-next {
  right: -90px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/right-sm-yellow.svg");
}
.logos-in-slider .slick-prev {
  left: -90px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/left-sm-yellow.svg");
}

.fw-text h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.fw-text h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.fw-text h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.fw-text h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.fw-text h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.fw-text h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.fw-text p {
  font-size: 15px;
  line-height: 1.8;
}
.fw-text p a {
  color: #000;
  text-decoration: underline;
}
.fw-text p a:hover {
  color: #464A4C;
}
.fw-text .btn-primary {
  margin: 20px 0 0 0;
}
.fw-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0;
}
.fw-text ul li {
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/bullet.svg");
  background-repeat: no-repeat;
  background-position: top 4px left;
  padding: 0 0 0 33px;
  margin: 0 0 20px 0;
}

.store-locations .intro {
  text-align: center;
  margin: 0 auto 60px auto;
  padding: 0 20%;
}
.store-locations .intro h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.store-locations .intro h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.store-locations .intro h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.store-locations .intro h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.store-locations .intro h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.store-locations .intro h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.store-locations .intro p {
  font-size: 15px;
  line-height: 1.8;
}
.store-locations .intro p:last-child {
  margin: 0;
}
.store-locations .intro p a {
  color: #000;
  text-decoration: underline;
}
.store-locations .intro p a:hover {
  color: #464A4C;
}
.store-locations .store-li-item {
  position: relative;
  background-color: #fff;
  margin: 0 auto 40px auto;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
  width: 90%;
}
.store-locations .store-li-item:last-child {
  margin: 0 auto;
}
.store-locations .store-li-item .content {
  padding: 60px;
  width: 60%;
  position: relative;
  margin: 0 0 0 auto;
}
.store-locations .store-li-item .content h3 {
  font-size: 23px;
  margin: 0 0 23px 0;
}
.store-locations .store-li-item .content p.address {
  font-size: 15px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/store.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  line-height: 36px;
  padding: 0 0 0 50px;
  margin: 0 0 20px 0;
}
.store-locations .store-li-item .content p.address br {
  display: none;
}
.store-locations .store-li-item .content a {
  display: block;
}
.store-locations .store-li-item .content a.phone {
  font-size: 15px;
  background-image: url("img/phone.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  line-height: 36px;
  padding: 0 0 0 50px;
  color: #000;
  margin: 0 0 20px 0;
}
.store-locations .store-li-item .content a.phone:hover {
  color: #464A4C;
}
.store-locations .store-li-item .content a.directions {
  font-size: 15px;
  background-image: url("img/directions.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  line-height: 36px;
  padding: 0 0 0 50px;
  color: #000;
}
.store-locations .store-li-item .content a.directions:hover {
  color: #464A4C;
}
.store-locations .store-li-item .map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
}
.store-locations .store-li-item .map .acf-map {
  width: 100%;
  height: 100%;
  margin: 0;
}

.wayfinder-section .wayfinder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.wayfinder-section .wayfinder-grid.four-cols {
  grid-template-columns: repeat(4, 1fr);
}
.wayfinder-section .wayfinder-grid.five-cols {
  grid-template-columns: repeat(5, 1fr);
}
.wayfinder-section .wayfinder-grid a {
  color: #000;
}
.wayfinder-section .wayfinder-grid .wayfinder-card {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.wayfinder-section .wayfinder-grid .wayfinder-card .img-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.wayfinder-section .wayfinder-grid .wayfinder-card .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.wayfinder-section .wayfinder-grid .wayfinder-card .content {
  padding: 30px 10px;
}
.wayfinder-section .wayfinder-grid .wayfinder-card:hover img {
  transform: scale(1.1);
}

.single-faqs .intro {
  text-align: center;
  margin: 0 0 44px 0;
}
.single-faqs .single-faq-wrapper {
  background-color: #fff;
  padding: 60px;
  border-radius: 6px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.single-faqs .single-faq-wrapper .accordion-item {
  margin: 0 0 16px 0;
  border: none;
  border-radius: 6px !important;
}
.single-faqs .single-faq-wrapper .accordion-item:last-child {
  margin: 0;
}
.single-faqs .single-faq-wrapper .accordion-item .accordion-button {
  background-color: #F1F6F9;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 6px !important;
  padding: 20px;
  transition: 0.3s ease-in-out;
}
.single-faqs .single-faq-wrapper .accordion-item .accordion-button::after {
  background-image: url("img/faq-sm.svg");
}
.single-faqs .single-faq-wrapper .accordion-item .accordion-button:not(.collapsed) {
  background-color: #F7CB05;
  color: #000;
}
.single-faqs .single-faq-wrapper .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.single-faqs .single-faq-wrapper .accordion-item .accordion-button:hover {
  background-color: #F7CB05;
}
.single-faqs .single-faq-wrapper .accordion-item .accordion-body {
  background-color: #F1F6F9;
  border-radius: 0 0 6px 6px;
  padding: 20px;
}
.single-faqs .single-faq-wrapper .accordion-item .accordion-body p {
  font-size: 15px;
  line-height: 1.6;
}
.single-faqs .single-faq-wrapper .accordion-item .accordion-body p:last-child {
  margin: 0;
}

.select-products .intro {
  text-align: center;
  margin: 0 0 44px 0;
}
.select-products .intro p:last-child {
  margin: 0;
}
.select-products .select-product-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.select-products .select-product-grid.three-cols {
  grid-template-columns: repeat(3, 1fr);
}
.select-products .select-product-grid.four-cols {
  grid-template-columns: repeat(4, 1fr);
}
.select-products .select-product-grid.five-cols {
  grid-template-columns: repeat(5, 1fr);
}
.select-products .select-product-grid .product-card-wrapper .product-card .product-img-wrap img {
  width: 100%;
  height: 100%;
}

.single-product #main .woocommerce-breadcrumb {
  display: none;
}
.single-product .mb-price {
  display: inline-block;
}
.single-product .mb-regular-price {
  display: inline-block;
  text-decoration: line-through;
}
.single-product .product_meta {
  display: none;
}
.single-product .or-wrapper {
  position: relative;
  height: 37px;
}
.single-product .or-wrapper hr {
  position: absolute;
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #C8D5DC;
  margin: 1em 0;
  padding: 0;
  opacity: 1;
}
.single-product .or-wrapper span {
  position: absolute;
  top: calc(50% - 18.5px);
  left: calc(50% - 18.5px);
  width: 37px;
  height: 37px;
  font-size: 14px;
  background-color: #F1F6F9;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #C8D5DC;
}
.single-product .onsale,
.single-product .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product .woocommerce-tabs {
  border-top: 1px solid #C8D5DC;
  border-bottom: 1px solid #C8D5DC;
  padding: 46px 0;
  margin: 20px 0 0 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0 !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin: 0;
}
.single-product .related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.single-product .related {
  padding: 60px 0 0 0;
}
.single-product .related h2 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 44px 0;
}
.single-product .entry-summary {
  padding: 0 0 0 10%;
}
.single-product .entry-summary h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.single-product .entry-summary p.mb-on-sale {
  background-color: #F7CB05;
  display: table;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 6px;
}
.single-product .entry-summary .mb-price {
  font-size: 21px;
  font-weight: 500;
  margin: 0 20px 1rem 0;
}
.single-product .entry-summary .mb-regular-price {
  font-size: 21px;
  font-weight: 400;
  opacity: 0.4;
}
.single-product .entry-summary .woocommerce-product-details__short-description p {
  font-size: 15px;
  line-height: 1.8;
}
.single-product .entry-summary ul.product-feats {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product .entry-summary ul.product-feats li {
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/feat-tick.svg");
  background-position: top 1px left;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin: 0 0 10px 0;
}
.single-product .entry-summary ul.product-feats li:last-child {
  margin: 0;
}
.single-product .entry-summary form.cart {
  margin: 30px 0 0 0;
}
.single-product .mb-qty-wrap {
  border: 1px solid #D3E1E9;
  width: 94px;
  height: 49px;
  position: relative;
  border-radius: 40px;
  background-color: #fff;
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
}
.single-product .mb-qty-wrap span {
  font-weight: 500;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: calc(50% - 10px);
  cursor: pointer;
}
.single-product .mb-qty-wrap span.quantity-plus {
  right: 4px;
}
.single-product .mb-qty-wrap span.quantity-minus {
  left: 4px;
}
.single-product .mb-qty-wrap input[type=number] {
  position: absolute;
  left: 24px;
  height: 100%;
  border: none;
  text-align: center;
  padding: 0;
  width: calc(100% - 48px);
  -ms-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.single-product .mb-qty-wrap input::-webkit-outer-spin-button,
.single-product .mb-qty-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .mb-qty-wrap input[type=number] {
  -moz-appearance: textfield;
}
.single-product .woocommerce-product-gallery {
  margin: 0 0 60px 0 !important;
}
.single-product .mb-add-to-cart {
  background-color: #F7CB05 !important;
  width: calc(100% - 114px);
  height: 49px;
  border-radius: 40px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  transition: 0.3s ease-in-out;
}
.single-product .mb-add-to-cart:hover {
  transform: scale(1.04);
}
.single-product .mb-buy-now {
  background-color: #F7CB05 !important;
  width: 100%;
  height: 49px;
  border-radius: 40px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  transition: 0.3s ease-in-out;
}
.single-product .mb-buy-now:hover {
  transform: scale(1.04);
}
.single-product .flex-control-thumbs {
  margin: 20px 0 0 0 !important;
}
.single-product .flex-active-slide {
  border-radius: 6px;
  overflow: hidden;
}
.single-product div.images {
  width: 52% !important;
}
.single-product div.images .flex-control-thumbs li {
  width: 100px !important;
  margin-right: 20px !important;
  border-radius: 6px !important;
  overflow: hidden;
}
.single-product div.images .flex-control-thumbs li img {
  transition: 0.3s ease-in-out;
}
.single-product ul.tabs {
  padding: 0 !important;
}
.single-product ul.tabs::before, .single-product ul.tabs::after {
  display: none !important;
}
.single-product ul.tabs li.active,
.single-product ul.tabs li {
  border: 1px solid #C8D5DC !important;
  padding: 6px 30px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  margin: 0 20px 0 0 !important;
}
.single-product ul.tabs li.active a,
.single-product ul.tabs li a {
  font-weight: 400 !important;
  color: #000 !important;
}
.single-product ul.tabs li.active::before, .single-product ul.tabs li.active::after,
.single-product ul.tabs li::before,
.single-product ul.tabs li::after {
  display: none !important;
}
.single-product ul.tabs li {
  background-color: #F1F6F9 !important;
}
.single-product ul.tabs li.active {
  background-color: #fff !important;
}

table.variations th.label {
  margin: 0 0 10px 0;
}
table.variations th.label label,
table.variations th.label .woo-selected-variation-item-name {
  font-weight: 500 !important;
  font-size: 15px;
}
table.variations .variable-item-contents:before {
  display: none !important;
}
table.variations .variable-item {
  margin: 0 14px 0 0 !important;
  box-shadow: none !important;
  border: 5px solid #fff;
  background: transparent !important;
  padding: 0 !important;
}
table.variations .variable-item.selected {
  border: 5px solid #F7CB05;
}
table.variations .variable-item:hover {
  border: 5px solid #F7CB05;
}
table.variations .reset_variations {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  padding: 6px 12px;
  color: #000;
  border-radius: 20px;
  margin: 20px 0 0 0;
}
table.variations .reset_variations:hover {
  background-color: #F7CB05;
}

.mb-var-add-cart {
  background-color: #F7CB05 !important;
  width: calc(100% - 114px);
  height: 49px;
  border-radius: 40px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  transition: 0.3s ease-in-out;
}
.mb-var-add-cart:hover {
  transform: scale(1.04);
}

.woocommerce-variation-price .price {
  margin: 20px 0 0 0 !important;
  display: block;
}
.woocommerce-variation-price .price ins {
  float: left;
  color: #000;
  text-decoration: none;
  font-weight: 500 !important;
}
.woocommerce-variation-price .price del {
  margin-left: 14px;
  color: #000;
}
.woocommerce-variation-price .price del::before {
  content: "Was ";
}
.woocommerce-variation-price .price del bdi {
  font-weight: 500;
}
.woocommerce-variation-price .price del bdi::before {
  content: "";
}
.woocommerce-variation-price .price bdi {
  color: #000;
  font-weight: 500;
}
.woocommerce-variation-price .price bdi::before {
  content: "Price ";
}

.mb-var-or-wrapper {
  position: relative;
  height: 37px;
}
.mb-var-or-wrapper hr {
  position: absolute;
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #C8D5DC;
  margin: 1em 0;
  padding: 0;
  opacity: 1;
}
.mb-var-or-wrapper span {
  position: absolute;
  top: calc(50% - 18.5px);
  left: calc(50% - 18.5px);
  width: 37px;
  height: 37px;
  font-size: 14px;
  background-color: #F1F6F9;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #C8D5DC;
}

.mb-buy-now-var {
  background-color: #F7CB05 !important;
  width: 100%;
  height: 49px;
  border-radius: 40px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  transition: 0.3s ease-in-out;
  margin: 26px 0 0 0 !important;
}
.mb-buy-now-var:hover {
  transform: scale(1.04);
}

.delivery-countdown {
  font-size: 12px;
  background-color: rgba(220, 234, 243, 0.7);
  margin: 30px 0 0 0;
  padding: 12px 30px 12px 54px;
  border-radius: 100px;
  color: #000;
  background-image: url("img/countdown.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}

.mb-account .woocommerce-MyAccount-navigation {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
.mb-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mb-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 2px 0;
}
.mb-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin: 0;
}
.mb-account .woocommerce-MyAccount-navigation ul li a {
  color: #000;
  background-color: #fff;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
}
.mb-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #F1F6F9;
}
.mb-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #F7CB05;
}
.mb-account .woocommerce-info {
  border-top: none;
  background-color: #F7CB05;
  color: #000;
  padding: 20px;
  border-radius: 6px;
}
.mb-account .woocommerce-info::before, .mb-account .woocommerce-info::after {
  display: none;
}
.mb-account .woocommerce-info a {
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 50px;
  float: none;
  margin: 0 0 0 auto;
  display: inline-block;
  position: relative;
  top: -4px;
  display: none;
}
.mb-account .woocommerce-MyAccount-content p {
  font-size: 15px;
}
.mb-account .woocommerce-MyAccount-content p a {
  color: #000;
  text-decoration: underline;
}
.mb-account .woocommerce-MyAccount-content p a:hover {
  color: #464A4C;
}
.mb-account .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
  font-size: 24px;
  font-weight: 500;
}
.mb-account .woocommerce-MyAccount-content .woocommerce-Addresses a.edit {
  color: #000;
  font-size: 14px;
  background-color: #fff;
  padding: 4px 18px;
  border-radius: 50px;
}
.mb-account .woocommerce-MyAccount-content .woocommerce-Addresses a.edit:hover {
  background-color: #F7CB05;
}
.mb-account .woocommerce-MyAccount-content input[type=text],
.mb-account .woocommerce-MyAccount-content input[type=email],
.mb-account .woocommerce-MyAccount-content input[type=password],
.mb-account .woocommerce-MyAccount-content input[type=tel] {
  border: 1px solid #C8D5DC;
  height: 48px;
  border-radius: 4px;
  padding-left: 16px;
}
.mb-account .woocommerce-MyAccount-content legend {
  font-weight: 500;
  font-size: 20px;
  margin: 20px 0;
}
.mb-account .woocommerce-MyAccount-content button {
  background-color: #F7CB05;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  padding: 18px 30px;
  margin: 26px 0 0 4px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.mb-account .woocommerce-MyAccount-content button:hover {
  transform: scale(1.04);
  background-color: #F7CB05;
  color: #000;
}
.mb-account h2 {
  text-align: center;
}
.mb-account .woocommerce-form-login,
.mb-account .woocommerce-form-register {
  background-color: #fff;
  border: 1px solid #C8D5DC;
  width: 90%;
  margin: 30px auto 0 auto !important;
  display: block;
}
.mb-account .woocommerce-form-login input[type=text],
.mb-account .woocommerce-form-login input[type=email],
.mb-account .woocommerce-form-login input[type=password],
.mb-account .woocommerce-form-register input[type=text],
.mb-account .woocommerce-form-register input[type=email],
.mb-account .woocommerce-form-register input[type=password] {
  border: 1px solid #C8D5DC;
  height: 48px;
  border-radius: 4px;
  padding-left: 16px;
}
.mb-account .woocommerce-form-login button,
.mb-account .woocommerce-form-register button {
  background-color: #F7CB05;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  padding: 18px 30px;
  margin: 26px 0 0 4px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.mb-account .woocommerce-form-login button:hover,
.mb-account .woocommerce-form-register button:hover {
  transform: scale(1.04);
  background-color: #F7CB05;
  color: #000;
}
.mb-account .woocommerce-form-login .woocommerce-form-login__rememberme,
.mb-account .woocommerce-form-register .woocommerce-form-login__rememberme {
  margin: 36px 0 0 0;
}
.mb-account .woocommerce-form-login a,
.mb-account .woocommerce-form-register a {
  color: #000;
  text-decoration: underline;
}
.mb-account .woocommerce-form-login a:hover,
.mb-account .woocommerce-form-register a:hover {
  color: #464A4C;
}

#toplevel_page_getwooplugins {
  display: none !important;
}

.mb-filter-reveal {
  display: none;
}

.not-found {
  padding: 20vh 0;
  text-align: center;
}
.not-found h1 {
  font-size: 112px;
  color: #F7CB05;
}
.not-found h2 {
  font-size: 28px;
}
.not-found .btns {
  margin: 30px 0 0 0;
}
.not-found .btns .btn-primary {
  margin: 0 20px 0 0;
}
.not-found .btns .btn-secondary {
  background-color: #C8D5DC;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.s-results-heading {
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 40px 0;
}

.free-shipping-threshold {
  background-color: #F1F6F9;
  font-size: 14px;
  padding: 12px 21px 12px 65px;
  border-radius: 120px;
  color: #000;
  background-image: url("img/truck.svg");
  background-position: left 24px center;
  background-repeat: no-repeat;
  margin: 20px 0 0 0;
}

header.mobile-header {
  display: none;
}

@media only screen and (max-width: 1480px) {
  .product-slider .product-slider-wrapper .slick-arrow {
    display: none !important;
  }
  .logos-in-slider .slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  header.site-header .main-menu .main-nav {
    padding: 0 20px;
  }
  header.site-header .main-menu .main-nav ul.tl-links li.tl-link {
    margin: 0 40px 0 0;
  }
  header.site-header .main-menu .main-nav ul.tl-links li.tl-link:last-child {
    margin: 0;
  }
  .feature-points .feat-grid.four-col-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 40px;
  }
  .mb-checkout .mb-checkout-form-wrapper {
    width: 100%;
  }
  .mb-checkout .mb-checkout-action {
    width: 100%;
  }
  .logos-in-slider .content {
    margin: 0 15% 30px 15%;
  }
}
@media only screen and (max-width: 992px) {
  .pt-small {
    padding-top: 20px;
  }
  .pt-large {
    padding-top: 40px;
  }
  .pb-small {
    padding-bottom: 20px;
  }
  .pb-large {
    padding-bottom: 40px;
  }
  header.site-header {
    display: none;
  }
  header.mobile-header {
    display: block;
  }
  header.mobile-header .announcements {
    background-color: #F7CB05;
    text-align: center;
    padding: 9px 0;
  }
  header.mobile-header .announcements .mobile-img-ann-left {
    display: inline-block;
    height: 16px;
  }
  header.mobile-header .announcements p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
  }
  header.mobile-header .top-menu {
    background-color: #464A4C;
    padding: 4px 0 7px 0;
    border-bottom: 1px solid #585C5E;
  }
  header.mobile-header .top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  header.mobile-header .top-menu ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 12px;
  }
  header.mobile-header .top-menu ul li:first-child {
    margin: 0 15px 0 0;
  }
  header.mobile-header .top-menu ul li:last-child {
    margin: 0 0 0 15px;
  }
  header.mobile-header .top-menu ul li a {
    color: #fff;
    opacity: 0.7;
  }
  header.mobile-header .top-menu ul li a:hover {
    opacity: 1;
  }
  header.mobile-header .content {
    background-color: #464A4C;
    padding: 14px 15px;
    display: flex;
    justify-content: space-between;
  }
  header.mobile-header .content .burger {
    width: 16px;
    height: 14px;
    position: relative;
    display: block;
    margin: 6px 0 0 0;
  }
  header.mobile-header .content .burger span {
    position: absolute;
    width: 16px;
    height: 1.5px;
    border-radius: 2px;
    background-color: #fff;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  header.mobile-header .content .burger span:nth-child(1) {
    top: 0;
  }
  header.mobile-header .content .burger span:nth-child(2) {
    top: 7px;
  }
  header.mobile-header .content .burger span:nth-child(3) {
    top: 14.5px;
  }
  header.mobile-header .content .burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
  }
  header.mobile-header .content .burger.active span:nth-child(2) {
    opacity: 0;
  }
  header.mobile-header .content .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 7px;
  }
  header.mobile-header .content .logo {
    margin-left: 14%;
  }
  header.mobile-header .content .controls {
    margin: 0;
  }
  header.mobile-header .content .controls a.cart {
    background-image: url("img/bag.svg");
    height: 17px;
    background-size: 15px auto;
    background-position: left center;
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11.5px;
    display: inline-block;
    line-height: 17px;
    padding: 1px 0 0 22px;
  }
  header.mobile-header .content .controls .search {
    height: 15px;
    margin: 0 24px 0 0;
  }
  .hero .hero-slider .slick-arrow,
  .hero .hero-slider-auto .slick-arrow {
    display: none !important;
  }
  .hero .hero-slider .slide,
  .hero .hero-slider-auto .slide {
    min-height: 420px;
  }
  .hero .hero-slider .slide .content h1,
  .hero .hero-slider-auto .slide .content h1 {
    font-size: 40px;
  }
  .cta-strip .cta-card-lg {
    padding: 20px;
    position: relative;
  }
  .cta-strip .cta-card-lg .content {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 200px 0 0 0;
  }
  .cta-strip .cta-card-lg .content h3 {
    font-size: 22px;
  }
  .cta-strip .cta-card-lg .content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .cta-strip .cta-card-lg .desktop-img-wrapper {
    display: none;
  }
  .cta-strip .cta-card-lg .mobile-img-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    border-radius: 6px 6px 0 0;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .cta-strip .cta-card-lg .mobile-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .cta-cards-grid .card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .cta-cards-grid .card-grid .cta-card {
    height: 340px;
  }
  .cta-cards-grid .card-grid .cta-card .content {
    bottom: 20px;
  }
  .cta-cards-grid .card-grid .cta-card .content h3 {
    font-size: 22px;
  }
  .hero-simple {
    padding: 30px 0;
  }
  .logo-grid .logo-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .logo-grid .logo-grid-wrapper.four-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .top .newsletter-form {
    width: 100%;
  }
  footer .menus {
    padding: 40px 0;
    text-align: center;
  }
  footer .menus .menu-grid {
    border-left: none;
    padding: 40px 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
  footer .menus .menu-grid nav h6 {
    margin: 0 0 20px 0;
    color: #F7CB05;
  }
  footer .copyright {
    padding: 14px 0;
    text-align: center;
  }
  footer .copyright img {
    float: none;
    margin: 0 0 10px 0;
  }
  .category-hero {
    padding: 60px 0;
  }
  .category-hero .hero-img {
    -o-object-fit: initial;
       object-fit: initial;
    height: 100%;
    width: auto;
  }
  .mb-category-listing .mb-product-listing-header {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .mb-category-listing .cat-product-grid {
    padding-left: 0;
  }
  .hide-mb {
    display: none;
  }
  .mb-category-listing .mb-product-listing-header form {
    display: none;
  }
  .mb-filter-reveal {
    display: block;
    border: 1px solid #C8D5DC;
    border-radius: 4px;
    margin: 14px 0 0 0;
    color: #000;
  }
  .mb-filter-reveal .filter-link {
    color: #000;
    font-size: 13px;
    display: block;
    padding: 12px 20px;
    background-image: url("img/filter-dd.svg");
    background-repeat: no-repeat;
    background-position: right 20px top 14px;
  }
  .mb-filter-reveal .inner {
    padding: 0 20px 20px 20px;
  }
  .product-hero {
    padding: 30px 0;
  }
  .product-hero nav.woocommerce-breadcrumb {
    margin: 0 !important;
  }
  .single-product div.images {
    width: 48% !important;
  }
  .single-product .entry-summary {
    padding: 0;
  }
  .mb-cart .woocommerce-cart-form {
    width: 100%;
  }
  .mb-cart .cart-collaterals {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .faq-help .accordion {
    margin: 0 0 30px 0;
  }
  .fw-img-hero .content {
    padding: 130px 0;
  }
  .img-and-text img {
    margin: 0 0 30px 0;
  }
  .landing-hero .content {
    padding: 100px 0;
  }
  .landing-hero .content h2 {
    font-size: 40px;
  }
  .single-faqs .single-faq-wrapper {
    padding: 30px;
  }
  .select-products .select-product-grid.four-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .wayfinder-section .wayfinder-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .wayfinder-section .wayfinder-grid.four-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-primary,
  .btn-secondary {
    padding: 8px 18px;
    font-size: 14px;
  }
  .hero .hero-slider .slide .content,
  .hero .hero-slider-auto .slide .content {
    padding: 80px 15px;
  }
  .hero .hero-slider .slide .content h1,
  .hero .hero-slider-auto .slide .content h1 {
    font-size: 29px;
  }
  .hero .hero-slider .slide .content .btns,
  .hero .hero-slider-auto .slide .content .btns {
    margin: 20px 0 0 0;
  }
  .hero .hero-slider .slide .content .btns .btn-primary,
  .hero .hero-slider .slide .content .btns .btn-secondary,
  .hero .hero-slider-auto .slide .content .btns .btn-primary,
  .hero .hero-slider-auto .slide .content .btns .btn-secondary {
    display: table;
    margin: 20px auto 0 auto;
  }
  .cta-strip .cta-card-lg .content .btns .btn-secondary,
  .cta-strip .cta-card-lg .content .btns .btn-primary {
    display: table;
    margin: 8px 0 0 0;
  }
  .cta-cards-grid .card-grid.two-col-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .mb-category-listing .cat-product-grid {
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .single-product div.images {
    width: 100% !important;
  }
  .single-product .woocommerce-product-gallery {
    margin: 0 0 30px 0 !important;
  }
  .single-product .related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .single-product ul.tabs li,
  .single-product ul.tabs li.active {
    padding: 4px 20px !important;
    margin: 0 10px 0 0 !important;
  }
  .single-product ul.tabs li:last-child {
    margin: 0 !important;
  }
  .mb-cart .woocommerce-cart-form .quantity-wrap {
    margin: 0 0 0 auto;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td .quantity-wrap, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td .quantity-wrap {
    background-color: #fff;
  }
  .faq-help .accordion-item .accordion-group-btn {
    padding: 8px 15px;
    font-size: 16px;
  }
  .faq-help .accordion-item .accordion-sub-btn {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.4;
  }
  .faq-help .accordion-item .accordion-body {
    padding: 15px;
  }
  .faq-help .accordion-item .accordion-body p {
    font-size: 15px;
  }
  .fw-img-hero .content {
    padding: 90px 0;
  }
  .img-and-text .content h3 {
    font-size: 22px;
  }
  .logos-in-slider .logo-slider .logo-slide {
    height: 90px;
  }
  .logos-in-slider ul.slick-dots {
    margin: 10px 0 60px 0;
  }
  .landing-hero .content {
    padding: 80px 0;
  }
  .landing-hero .content h2 {
    font-size: 32px;
  }
  .single-faqs .single-faq-wrapper {
    padding: 30px;
  }
  .select-products .select-product-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .select-products .select-product-grid.four-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-faqs .single-faq-wrapper {
    padding: 15px;
  }
  .single-faqs .single-faq-wrapper .accordion-item .accordion-button {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px;
  }
  .single-faqs .single-faq-wrapper .accordion-item .accordion-body p {
    font-size: 14px;
  }
  .landing-hero .content .btns {
    margin: 20px 0 0 0;
  }
  .landing-hero .content .btns .btn-primary,
  .landing-hero .content .btns .btn-secondary {
    display: table;
    margin: 16px auto 0 auto;
  }
  .store-locations .intro {
    padding: 0 5%;
  }
  .store-locations .store-li-item {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .store-locations .store-li-item .map {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .store-locations .store-li-item .content {
    width: 100%;
    padding: 30px;
  }
  .wayfinder-section .wayfinder-grid.four-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .wayfinder-section .wayfinder-grid .wayfinder-card .content {
    padding: 20px 10px;
    font-size: 14px;
  }
  footer .copyright img {
    max-width: 100%;
  }
  .search-results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .mb-account .woocommerce-form-login {
    margin: 30px auto 60px auto !important;
  }
}
@media only screen and (max-width: 576px) {
  header.mobile-header .logo {
    width: 132px;
  }
  .cta-cards-grid .card-grid .cta-card {
    height: 280px;
  }
  .cta-cards-grid .card-grid .cta-card .tag {
    font-size: 10px;
    top: 8px;
    right: 8px;
    padding: 4px 6px;
  }
  .product-card-wrapper .product-card .product-img-wrap .mb-product-labels {
    top: 8px;
    right: 8px;
  }
  .product-card-wrapper .product-card .product-img-wrap .mb-product-labels li {
    font-size: 10px;
    padding: 4px 6px;
  }
  .product-card-wrapper .product-card .product-img-wrap .mb-tag {
    font-size: 10px;
    top: 8px;
    right: 8px;
    padding: 4px 6px;
  }
  .product-card-wrapper .product-card .product-img-wrap img {
    height: auto;
  }
  .product-card-wrapper .product-card .content {
    padding: 10px 6px;
  }
  .product-card-wrapper .product-card .content h3 {
    font-size: 14px;
  }
  .product-card-wrapper .product-card .content .woocommerce-Price-amount {
    display: block;
  }
  .product-card-wrapper .product-card .content .regular-price .woocommerce-Price-amount {
    display: inline-block;
  }
  .product-card-wrapper .product-card .content .mb-price {
    margin: 0;
    font-size: 14px;
  }
  .product-card-wrapper .product-card .content .mb-price.is-on-sale .regular-price {
    padding-left: 0;
  }
  .product-card-wrapper .product-card .content .add-to-cart-button {
    display: none;
  }
  .product-card-wrapper .product-card .product-img-wrap .may-oos {
    bottom: 8px;
    left: 8px;
    font-size: 10px;
    padding: 4px 6px;
  }
  .product-slider .product-slider-wrapper .slick-slide {
    margin: 0 7px;
  }
  .product-slider .product-slider-wrapper .slick-list {
    margin: 0 -7px;
  }
  .product-slider .product-slider-wrapper ul.slick-dots {
    margin: 6px 0 0 0;
  }
  .product-slider h2,
  .logo-grid h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
  }
  .logo-grid .logo-grid-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .logo-grid .logo-grid-wrapper .logo-card {
    height: 79px;
  }
  .testimonials h3 {
    font-size: 22px;
  }
  .testimonials .stars {
    width: 100px;
    margin: 0 auto 10px auto;
  }
  .testimonials .testimonial-slider .testimonial-card {
    padding: 26px 20px;
  }
  .testimonials .testimonial-slider .testimonial-card .quote {
    left: 20px;
  }
  .feature-points .feat-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .feature-points .feat-grid.four-col-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .feature-points .feat-grid .feat-item img {
    margin: 0 0 10px 0;
  }
  .feature-points .feat-grid .feat-item h5 {
    font-size: 14px;
    margin: 0;
  }
  .feature-points .feat-grid .feat-item p {
    display: none;
  }
  footer .top h5,
  footer .top p {
    text-align: center;
  }
  footer .top h5 {
    font-size: 16px;
  }
  footer .top .newsletter-form {
    height: 90px;
    border-radius: 4px;
  }
  footer .top .newsletter-form input[type=email] {
    width: 100% !important;
    height: 50px;
    border-radius: 4px;
    background-size: 28px auto;
    background-position: left 10px center;
    padding-left: 48px;
    font-size: 14px;
  }
  footer .top .newsletter-form input[type=submit] {
    width: 100%;
    height: 40px;
    top: initial;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    font-size: 13px;
  }
  .category-hero {
    padding: 30px 0;
  }
  .category-hero .content h1 {
    font-size: 20px;
  }
  .hero-simple {
    padding: 30px 0;
  }
  .hero-simple .content h1 {
    font-size: 20px;
  }
  #breadcrumbs,
  .woocommerce-breadcrumb {
    font-size: 10px !important;
  }
  .mb-category-listing .mb-product-listing-header {
    padding: 15px;
  }
  .mb-filter-reveal .filter-link {
    padding: 12px;
    background-position: right 10px top 14px;
  }
  .mb-filter-reveal .inner {
    padding: 0 12px 12px 12px;
  }
  .single-product .entry-summary h1 {
    font-size: 22px;
    font-weight: 500;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .store-locations .store-li-item .content {
    padding: 30px 15px;
  }
}
.mb-cart .return-to-shop {
  display: none !important;
}

.news-listing .news-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.news-listing .news-listing-grid article .featured-image {
  background-color: red;
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.news-listing .news-listing-grid article .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.news-listing .news-listing-grid article .featured-image:hover img {
  transform: scale(1.04);
}
.news-listing .news-listing-grid article .content {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 0 0 6px 6px;
}
.news-listing .news-listing-grid article .content h3 {
  color: #464A4C;
  font-size: 24px;
  margin: 0 0 10px 0;
  transition: 0.3s ease-in-out;
}
.news-listing .news-listing-grid article .content h3:hover {
  color: #F7CB05;
}
.news-listing .news-listing-grid article .content p {
  margin: 0;
}
.news-listing .news-listing-grid article .content .btn-primary {
  margin: 20px 0 0 0;
}
.news-listing .pager-navigation {
  padding: 30px 0 0 0;
  text-align: center;
}
.news-listing .pager-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-listing .pager-navigation ul li {
  display: inline-block;
}
.news-listing .pager-navigation ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 5px;
  color: #464A4C;
}
.news-listing .pager-navigation ul li.active a {
  background-color: #F7CB05;
}
.news-listing .pager-navigation ul li:hover a {
  background-color: #F7CB05;
}

@media only screen and (max-width: 768px) {
  .news-listing .news-listing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .free-shipping-threshold {
    display: block;
    margin: 20px 0 0 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff;
  }
  .mb-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th {
    display: none !important;
  }
  .mb-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td::before {
    margin-top: 20px;
  }
  .page-template-page-cart .cart-collaterals .shop_table tr.order-total, .page-template-page-cart .cart-collaterals .shop_table tr.cart-subtotal {
    min-height: 52px;
  }
  .page-template-page-cart .cart-collaterals .shop_table ul#shipping_method {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .news-listing .news-listing-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-listing .news-listing-grid article .content {
    padding: 20px;
  }
  .news-listing .news-listing-grid article .content h3 {
    font-size: 20px;
  }
}
.single-article-top {
  position: relative;
  text-align: center;
}
.single-article-top p.date {
  font-size: 13px;
  margin: 0 0 6px 0;
}
.single-article-top h1 {
  font-size: 32px;
  margin: 0 0 40px 0;
}
.single-article-top .blanking {
  position: absolute;
  background-color: #e1eaef;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
}
.single-article-top .featured-image {
  width: 100%;
  padding-top: 50%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.single-article-top .featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-article-top .content {
  padding: 80px 0 0 0;
  position: relative;
  z-index: 10;
}

.single-article-content {
  padding: 60px 0;
}
.single-article-content img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 992px) {
  .single-article-top .content {
    padding: 40px 0 0 0;
  }
  .single-article-content img {
    width: auto;
  }
  .single-article-content .wp-caption {
    width: 100% !important;
  }
}
.mb-product-wrapper p.stock {
  background-color: rgba(220, 234, 243, 0.7);
  display: table;
  color: #000 !important;
  padding: 6px 20px;
  border-radius: 6px;
  margin: 20px 0 26px 0;
}

.mob-search-inner {
  background-color: #585C5E;
  padding: 10px 15px;
}
.mob-search-inner .search-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: 46px;
}
.mob-search-inner .search-form ul .sf-field-search {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
.mob-search-inner .search-form ul .sf-field-search label {
  width: 100%;
}
.mob-search-inner .search-form ul .sf-field-search input[type=text] {
  height: 46px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px 0 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  transition: 0.3s ease-in-out;
}
.mob-search-inner .search-form ul .sf-field-search input[type=text]:focus {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.mob-search-inner .search-form ul .sf-field-submit {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 1px;
  right: 1px;
  padding: 0;
}
.mob-search-inner .search-form ul .sf-field-submit input[type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 0px;
  border: none;
  border-radius: 0 4px 4px 0;
  background-image: url("img/search-light.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.mob-search-inner .search-form ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
.mob-search-inner .search-form ::placeholder {
  color: #fff;
  opacity: 0.6;
}

.make-wide {
  width: 100% !important;
}

@media only screen and (max-width: 576px) {
  .product-card-wrapper .product-card .content .is-on-sale .regular-price .woocommerce-Price-amount {
    text-decoration: line-through;
  }
}
tr.woocommerce-shipping-totals.shipping {
  border-top: none !important;
}
tr.woocommerce-shipping-totals.shipping th {
  display: block !important;
  width: 100% !important;
  border-top: none !important;
}
tr.woocommerce-shipping-totals.shipping td {
  display: inline !important;
  width: 100% !important;
  text-align: left !important;
}
tr.woocommerce-shipping-totals.shipping td input {
  display: none;
}
tr.woocommerce-shipping-totals.shipping td label {
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/radio.svg");
  background-position: top 4px left;
  background-repeat: no-repeat;
  padding: 4px 0 4px 30px;
  cursor: pointer;
}
tr.woocommerce-shipping-totals.shipping td input:checked + label {
  background-image: url("img/radio-selected.svg");
}

tr.cart-subtotal {
  border-bottom: 1px solid #D3E1E9 !important;
}
tr.cart-subtotal th {
  border-bottom: none !important;
  border-top: none !important;
}
tr.cart-subtotal td {
  border-bottom: none !important;
  border-top: none !important;
}

.mb-checkout .mb-checkout-action table.shop_table tfoot tr.woocommerce-shipping-totals th,
.mb-checkout .mb-checkout-action table.shop_table tfoot tr.woocommerce-shipping-totals td {
  border-top: none !important;
}

.page-template-page-cart .cart-collaterals .woocommerce-shipping-destination {
  margin: 2px 0 10px 0 !important;
}
.page-template-page-cart .cart-collaterals .shop_table tr {
  display: block !important;
  width: 100%;
}
.page-template-page-cart .cart-collaterals .shop_table tr.order-total, .page-template-page-cart .cart-collaterals .shop_table tr.cart-subtotal {
  position: relative;
  width: 100%;
}
.page-template-page-cart .cart-collaterals .shop_table tr.order-total td, .page-template-page-cart .cart-collaterals .shop_table tr.cart-subtotal td {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  text-align: right;
}

.mb-checkout .mb-checkout-action #payment ul.payment_methods li .payment_box p label {
  display: inline-block !important;
  line-height: 1.6 !important;
}

.woocommerce-order-overview {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}

p.woocommerce-thankyou-order-received {
  text-align: center;
}

body.woocommerce-order-received table {
  background-color: #fff;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
body.woocommerce-order-received table a {
  color: #0B2F51;
}
body.woocommerce-order-received address {
  background-color: #fff;
  box-shadow: 0px 17px 14px -19px rgba(117, 153, 194, 0.25);
}
body.woocommerce-order-received h2 {
  font-size: 20px;
  color: #000;
}

.wcpay-payment-request-wrapper {
  margin-bottom: 1rem;
}

body.single .woocommerce-notices-wrapper {
  display: none;
}

.newsletter-form .gform_confirmation_wrapper {
  padding: 16px !important;
}

.awards-block .intro {
  text-align: center;
  padding: 0 5% 0 5%;
  margin: 0 0 60px 0;
}
.awards-block .intro p:last-child {
  margin: 0;
}
.awards-block .award-slider .slick-track {
  display: flex;
  height: 600px;
}
.awards-block .award-slider .slick-track .slick-list {
  margin: 0 -30px;
}
.awards-block .award-slider .slick-track .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  position: relative;
}
.awards-block .award-slider .slick-track .slick-slide img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.awards-block .award-slider .slick-track .slick-slide.slick-current {
  opacity: 1;
}
.awards-block .award-slider .slick-track .slick-slide.slick-current img {
  height: 600px;
  opacity: 1;
}
.awards-block .award-slider .slick-arrow {
  font-size: 0;
  width: 62px;
  height: 62px;
  border: none;
  background-color: #464A4C;
  position: absolute;
  top: calc(50% - 31px);
  right: 40px;
  border-radius: 40px;
  z-index: 90;
  transition: 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  background-repeat: no-repeat;
  background-position: center;
}
.awards-block .award-slider .slick-arrow:hover {
  transform: scale(1.1);
}
.awards-block .award-slider .slick-next {
  right: 161px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/right-sm-yellow.svg");
}
.awards-block .award-slider .slick-prev {
  left: 161px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/left-sm-yellow.svg");
}
.awards-block .award-slider-text {
  text-align: center;
  margin: 30px 0 0 0;
}
.awards-block .award-slider-text p {
  display: block;
  width: 100%;
  padding: 0 20%;
  text-align: center;
  margin: 0;
}
.awards-block .award-slider-text ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 5px 0 0 0;
  text-align: center;
}
.awards-block .award-slider-text ul.slick-dots li {
  display: inline-block;
}
.awards-block .award-slider-text ul.slick-dots li button {
  font-size: 0px;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #C8D5DC;
  padding: 0;
  margin: 0 5px;
  transition: 0.3s ease-in-out;
}
.awards-block .award-slider-text ul.slick-dots li.slick-active button {
  background-color: #F7CB05;
  width: 28px;
}

@media only screen and (max-width: 992px) {
  .awards-block .award-slider .slick-prev {
    left: 60px;
  }
  .awards-block .award-slider .slick-next {
    right: 60px;
  }
  .awards-block .award-slider .slick-track {
    height: 520px;
  }
  .awards-block .award-slider .slick-track .slick-slide img {
    height: 430px;
  }
  .awards-block .award-slider .slick-track .slick-slide.slick-current img {
    height: 520px;
  }
}
@media only screen and (max-width: 576px) {
  .awards-block .intro {
    padding: 0;
    margin: 0 0 30px 0;
  }
  .awards-block .award-slider .slick-prev {
    left: 60px;
  }
  .awards-block .award-slider .slick-next {
    right: 60px;
  }
  .awards-block .award-slider .slick-track {
    height: 280px;
  }
  .awards-block .award-slider .slick-track .slick-list {
    margin: 0 -7.5px;
  }
  .awards-block .award-slider .slick-track .slick-slide {
    margin: 0 7.5px;
  }
  .awards-block .award-slider .slick-track .slick-slide img {
    height: 280px;
  }
  .awards-block .award-slider .slick-track .slick-slide.slick-current img {
    height: 280px;
  }
  .awards-block .award-slider-text p {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 450px) {
  .awards-block .award-slider .slick-track {
    height: 200px;
  }
  .awards-block .award-slider .slick-track .slick-slide img {
    height: 200px;
  }
  .awards-block .award-slider .slick-track .slick-slide.slick-current img {
    height: 200px;
  }
}
.amph-distributor-map .amph-dm-container {
  width: 100%;
}
.amph-distributor-map .amph-dm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.amph-distributor-map .amph-dm-loading {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 247, 251, 0.8);
  text-align: center;
  padding-top: 100px;
  z-index: 9999;
}
.amph-distributor-map .amph-dm-loading .lds-dual-ring {
  /* change color here */
  color: #F7CB05;
}
.amph-distributor-map .amph-dm-loading .lds-dual-ring,
.amph-distributor-map .amph-dm-loading .lds-dual-ring:after {
  box-sizing: border-box;
}
.amph-distributor-map .amph-dm-loading .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.amph-distributor-map .amph-dm-loading .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.amph-distributor-map .amph-dm-title {
  color: #000;
}
.amph-distributor-map .amph-dm-title h2.h4 {
  color: #000;
}
.amph-distributor-map .amph-dm-distributors {
  width: calc(45% - 10px);
  height: 970px;
  overflow-y: auto;
  padding-right: 20px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.amph-distributor-map .amph-dm-distributors::-webkit-scrollbar {
  width: 0px;
}
.amph-distributor-map .amph-dm-distributors::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 6px;
}
.amph-distributor-map .amph-dm-distributors::-webkit-scrollbar-thumb {
  background: #005CB9;
  border-radius: 6px;
}
.amph-distributor-map .amph-dm-distributors::-webkit-scrollbar-thumb:hover {
  background: #005CB9;
  border-radius: 6px;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor {
  padding: 20px 28px;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 22px;
  border: 1px solid #fff;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor:last-child {
  margin: 0;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor.active {
  border-color: #F7CB05;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .ld-flex {
  display: flex;
  justify-content: space-between;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .ld-title {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 21px 0;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .ld-address {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  background-image: url("img/store-icon-sm.svg");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 8px 0 0 50px;
  min-height: 36px;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .ld-contact-details {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: left;
  padding: 8px 0 0 50px;
  min-height: 36px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/phone-icon-sm.svg");
  background-position: top left;
  background-repeat: no-repeat;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .ld-contact-details a {
  color: inherit !important;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .ld-contact-details-dirs {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: left;
  padding: 8px 0 0 50px;
  min-height: 36px;
  background-image: url("img/location-icon-sm.svg");
  background-position: top left;
  background-repeat: no-repeat;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .ld-contact-details-dirs a {
  color: inherit !important;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .btn {
  background-color: #F7CB05;
  position: relative;
  padding: 12px 20px;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 16px 0 0 0;
  transition: 0.3s ease-in-out;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .btn:hover {
  transform: scale(1.06);
  background-color: #F7CB05;
  color: #000;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .ld-product-ranges-offered-list-outer {
  display: none;
}
.amph-distributor-map .amph-dm-map {
  width: calc(55% - 10px);
  height: 970px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.amph-distributor-map #amph-dm-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .amph-distributor-map .amph-dm-row {
    display: block;
    margin-bottom: 36px;
  }
  .amph-distributor-map .amph-dm-distributors {
    width: 100%;
    padding-right: 0;
    height: auto;
    overflow: visible;
  }
  .amph-distributor-map .amph-dm-distributors .loop-distributor .ld-flex {
    display: block;
  }
  .amph-distributor-map .amph-dm-distributors .loop-distributor .ld-title {
    margin-bottom: 15px;
    font-size: 17.16px;
    font-weight: 500;
    line-height: 24.3px;
    letter-spacing: 0.006em;
    text-align: left;
  }
  .amph-distributor-map .amph-dm-distributors .loop-distributor .ld-address {
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20.01px;
    text-align: left;
  }
  .amph-distributor-map .amph-dm-distributors .loop-distributor .ld-show-on-map-btn {
    display: none;
  }
  .amph-distributor-map .amph-dm-distributors .loop-distributor .ld-contact-details {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.01px;
    text-align: left;
  }
  .amph-distributor-map .amph-dm-map {
    display: none !important;
  }
}

.amph-cluster-icon {
  border-radius: 50%;
  background-color: #fff;
  background-color: #005CB9;
}
.amph-cluster-icon img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  display: none;
}
.amph-cluster-icon span {
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.25px;
  color: #589CCA;
  color: #005CB9;
  color: #fff;
  margin: 0;
}

.main-locations-block .intro {
  margin: 0 0 60px 0;
}

@media (max-width: 575px) {
  .amph-distributor-map .amph-dm-distributors .loop-distributor {
    padding: 15px;
  }
  .amph-distributor-map .amph-dm-distributors .loop-distributor .ld-contact-details-dirs {
    margin-top: 16px;
  }
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .opening-hrs-map {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: left;
  padding: 8px 0 0 50px;
  min-height: 36px;
  background-image: url("https://www.maybugs.co.uk/wp-content/themes/maybugs/img/sm-map-clock.svg");
  background-position: top left;
  background-repeat: no-repeat;
}
.amph-distributor-map .amph-dm-distributors .loop-distributor .opening-hrs-map p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */