:root {
  --text: #333;
  /*grey */
  --linktext: #111;
  /*grey */
  --activetext: #21aff1;
  /*light blue */
  --topbar: #3b286e;
  /*purple */
  --themecolor: #59468a;
  /*Yellow */
  --local: #04a7a0;
  /*Green used for local displayed only info */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: var(--text);
  margin: 0;
  padding: 0;
  position: relative
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p a,
p a:link,
p a:visited {
  color: var(--topbar);
  text-decoration: none;
}

p a:focus,
p a:active,
p a:hover {
  color: var(--activetext);
  text-decoration: none;
}

.topbar {
  background: var(--topbar);
  padding: 0.3rem 0;
}

.emaildata {}

.emaildata ul {}

.emaildata ul li {
  display: inline-block;
}

.emaildata ul li a {
  display: block;
  color: #fff;
  padding: 0 7px;
  text-decoration: none;
}

.emaildata ul li a:hover {
  color: #ffda00;
}

.accountinfo {}

.accountinfo ul {
  text-align: right;
}

.accountinfo ul li {
  display: inline-block;
}

.accountinfo ul li a {
  display: block;
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}

.accountinfo ul li a img {
  width: 20px;
  margin-right: 5px;
}

.accountinfo ul li a:hover {
  color: #ffda00;
}

a.logo {
  display: block;
}

a.logo img {
  width: 100%;
  max-width: 220px;
}

.middle_section {
  padding: 0.8rem 0;
  z-index: 999;
  background: #fff;
}

.searchfields {
  width: 100%;
  margin: 0.4rem 0;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 13px;
}

.searchdata {
  position: relative;
}

.boxmdal a {
  background: var(--topbar);
  padding: 8px 12px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.searchfields i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 14px;
  background: #21aff1;
  color: #fff;
  cursor: pointer;
}

.directionmenu {
  padding: 0.8rem 0;
}

.directionmenu ul {}

.directionmenu ul li {}

.directionmenu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.directionmenu ul li a:hover {
  color: #7571b3;
}

.menubar .dropdown-menu {
  padding: 15px 15px;
  margin-top: 0.1rem;
  background: #eff0f1b5;
  border: none;
  width: 100%;
  min-width: 274px;
  top: 57px;
}

.menubar .dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--themecolor);
}

.menubar .dropdown-item {
  padding: 0.15rem 1.5rem;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.dropdown-submenu .dropdown-menu.plantmenu {
  position: initial;
  background: transparent;
  padding-left: 0;
  padding-right: 34px;
  padding-top: 0;
}

.dropdown-submenu .dropdown-menu.plantmenu2 {
  position: absolute;
  background: #21aff1;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  /*	left: 31.4rem; */
  left: 100px;
  top: 0;
  margin: 0;
}

.dropdown-submenu .dropdown-menu.plantmenu2 li a.dropdown-item {
  color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.menubar .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  background: #2fb87d;
  color: #fff;
  font-weight: 600;
  display: flex;
}

.menubar li.nav-item.active2.dropdown.show a.nav-link {
  background: transparent;
}

.menubar .navbar-light .navbar-nav .nav-link i {
  font-size: 20px;
  color: #fff;
  margin-left: 1px;
  position: relative;
  top: 0;
  vertical-align: middle;
}

.menubar .navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 4px 7px;
  font-weight: 700;
  font-size: 15px;
}

.menubar .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: var(--themecolor);
}

.menubar {
  border-bottom: 1px solid #5857571f;
  /*padding-bottom: 14px;*/
  background: #21aff1;
}

.menubar ul.dropdown-menu.megamenu {
  background: #f8f8f8;
  width: 100%;
  min-width: 300px;
  padding: 0;
}

.menubar ul.dropdown-menu.megamenu li.dropdown-submenu .dropdown-item {
  padding: 5px 18px;
  border-bottom: 1px solid #3333;
  font-weight: 400;
}

.menubar li.dropdown-submenu.active a.dropdown-item.dropdown-toggle {
  background: var(--topbar);
  color: #fff;
}

.menubar li.dropdown-submenu.active a.dropdown-item.dropdown-toggle :hover {
  background: var(--topbar);
  color: var(--activetext);
}

.caption {
  padding: 16rem 0;
}

.caption h1 {
  font-size: 5.3rem;
  color: #fff;
  font-weight: 600;
}

.caption p {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

a.shopnow {
  background: var(--themecolor);
  color: #4c4b4b;
  font-size: 1.5rem;
  padding: 0.5rem 2.8rem;
  text-decoration: none;
  font-weight: 600;
}

a.shopnow:hover {
  background: #2fb87d;
  color: #fff;
}

.NewProductsItem img,
img .grid-image {
  /*	max-width:250px !important; */
  max-height: 200px !important;
}

img .grid-image-indemand {
  /*	max-width:250px;  */
  max-height: 200px;
}

.aboutsaintfied {
  padding: 3rem 0;
}

.aboutsaintfied p {
  font-size: 1.2rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.great_gardens {
  padding: 3rem 0;
  padding-top: 0;
}

.garden_box {
  text-align: center;
}

.garden_box img {
  width: 100%;
}

.garden_box h4 {
  font-size: 1.5rem;
  padding-top: 10px;
}

.garden_box a {
  text-decoration: none;
  color: #000;
}

.great_gardens h3 {
  padding-bottom: 2rem;
  font-size: 2.3rem;
  text-align: center;
}

.takealook {
  padding: 3rem 0;
  background: #efeded;
}

.takebox {
  text-align: center;
}

.takebox img {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: auto;
}

.takebox p {}

.takealook h3 {
  font-size: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
}

.bargian_se {
  background: url("https://microaid.ie/filestore/images/backgrounds/bg-gap-of-dunloe-3.jpg");
  padding: 7rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.bargian_se h3 {
  font-size: 5rem;
  color: #fff;
  font-weight: 600;
}

.bargian_se h5 {
  font-size: 2rem;
  color: #fff;
}

.footer_Sec {
  padding: 4rem 0;
  background: #4a449b;
}

.menuitem {}

.menuitem ul {}

.menuitem ul li {
  display: block;
}

.menuitem ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  font-size: 20px;
}

.shop_loca {}

.shop_loca h3 {
  color: #fff;
  font-size: 28px;
}

.shop_loca p {
  font-size: 24px;
  color: #fff;
}

.shop_loca h4 {
  color: #fff;
}

.shop_loca a {
  text-decoration: none;
  color: #fff;
}

.social img {
  width: 100%;
}

.social a {
  color: #fff;
  text-decoration: none;
  margin: 20px 0;
  display: block;
  font-size: 20px;
  text-align: center;
}

.listingbox {}

.listingbox img {
  width: 100%;
}

.listingbox i {
  color: #9ec3a4;
}

.listingbox p {
  margin: 0;
  padding: 0;
}

.listingbox a {
  background: #ffda00;
  padding: 4px 18px;
  display: block;
  color: #4c4b4b;
  text-decoration: none;
  margin: 30px 0;
}

.listingde {
  padding: 10px 0px;
}

.listing_data h3 {
  padding: 1rem;
}

.menubar li.nav-item.active2 a.nav-link {
  color: #fff;
  background-color: var(--topbar);
}

.breadcrumbs {
  padding: 1rem 0;
}

.breadcrumbs ul {}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.breadcrumb {
  font-size: 14px;
  text-transform: capitalize;
}

.bedding_plants .form-control {
  width: 240px;
  display: inline-block;
}

.tabs_menu {}

.tabs_menu .nav {
  display: block;
}

.tabs_menu .nav-tabs .nav-link {
  border-bottom: 1px solid #3333;
  color: #000;
}

.tabs_menu .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f8f8f8;
  border-bottom: 1px solid #3333;
}

.product_box {}

.product_box img {
  width: 100%;
}

.bedding_plants {
  padding: 1rem 0;
  padding-bottom: 3rem;
}

.card_breadcrumb {
  background: #efeff2;
  padding: 2rem 0;
}

.card_breadcrumb h3 {
  text-align: center;
}

.topcard {
  background: #efeff2;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
}

.topcard h6 {
  margin: 0;
}

.topcard h5 {
  margin: 0;
  color: #2fb87d;
  font-weight: 600;
}

.card_details {}

.card_details img {
  width: 100%;
}

.cardinfo {}

.cardinfo h3 {
  color: #2fb87d;
  font-weight: 600;
  margin: 0;
  font-size: 2.3rem;
}

.cardinfo h2 {
  font-size: 22px;
  padding: 10px 0;
  padding-bottom: 3px;
}

.cardinfo p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cardinfo .form-control {
  width: 100%;
  max-width: 80px;
}

.smallitem img {
  width: 100%;
}

.smallcard {
  padding: 1rem 0;
  padding-top: 0;
}

.sectioncards .card {
  width: 11rem;
}

.orderdetails {
  background: #f0eef4;
  padding: 1.6rem 0.6rem;
}

.orderdetails h3 {
  text-align: center;
  margin: 0;
  font-size: 1.4rem;
  padding-bottom: 1rem;
}

.orderdetails p {
  padding: 5px 15px;
  margin: 0;
}

.orderdetails .form-group {}

.orderdetails .form-control {
  width: 100%;
  display: inline-block;
  max-width: 231px;
  margin: 0 14px;
  margin-right: 0;
  vertical-align: top;
}

.intersted_card {
  padding: 1rem 0;
  padding-bottom: 2rem;
}

.intersted_card .listingbox {}

.intersted_card .listingbox img {
  width: 100%;
}

.intersted_card .listingbox i {
  color: #9ec3a4;
}

.intersted_card .listingbox p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.intersted_card .listingbox a {
  background: #ffda00;
  padding: 4px 6px;
  display: block;
  color: #4c4b4b;
  text-decoration: none;
  margin: 19px 0;
  font-size: 13px;
  text-align: center;
}

.intersted_card .listingde {
  padding: 10px 0px;
}

.intersted_card .listing_data h3 {
  padding: 1rem;
}

.recentmenu {}

.recentmenu ul {}

.recentmenu ul li {}

.recentmenu ul li a {
  padding: 5px 8px;
  color: var(--topbar);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.HoverACtion {
  position: relative;
  top: -260px;
  right: -177px;
  width: 50px;
}

.newmorebutton a {
  display: block;
  padding: 0.6rem 2rem;
  background: var(--topbar);
  text-align: center;
  list-style: none;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 0rem;
}

.newmorebutton a:active,
.newmorebutton a:hover,
.newmorebutton a:focus {
  background: var(--activetext);
  color: #fff;
}

.gridnewmorebutton a {
  display: block;
  padding: 0.6rem 2rem;
  background: var(--topbar);
  text-align: center;
  list-style: none;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 0rem;
}

.gridnewmorebutton a:hover,
.gridnewmorebutton a:active,
.gridnewmorebutton a:focus {
  background: var(--activetext);
  color: #fff;
}

.gridheading {
  padding-left: 15px;
}

.gridimagebox {
  min-height: 200px;
}

.gridimagebox img {
  max-height: 200px;
}

.gridimagebox3 {
  min-height: 300px;
}

.gridimagebox3 img {
  max-height: 300px;
}

.gridimagebox4 {
  min-height: 200px;
}

.gridimagebox4 img {
  max-height: 200px;
}

.gridimagebox6 {
  min-height: 110px;
}

.gridimagebox6 img {
  max-height: 110px;
}

.specialgrid {
  padding-bottom: 15px;
}

/* relatedproductgrid */
.relatedgridimage {
  min-height: 240px;
}

.relatedcardbody {
  padding-bottom: 0px;
}

.relatedgridtitle {
  font-size: 1.1rem;
  min-height: 72px;
}

.relatedgridtext {
  font-size: 1rem;
}

/* indemandproductgrid */
.indemandgridimage {
  min-height: 320px;
  padding: 10px;
}

.indemandgridimage img {
  max-height: 300px;
}

.indemandcardbody {
  padding-bottom: 0px;
}

.indemandgridtitle {
  font-size: 1.1rem;
  min-height: 48px;
}

.indemandgridtext {
  font-size: 10px;
  line-height: 14px;
}

/* newproductgrid */
.newgridimage {
  min-height: 230px;
  padding: 10px;
}

.newgridimage img {
  max-height: 210px;
}

.newcardbody {
  padding-bottom: 0px;
}

.newgridtitle {
  font-size: 1.2rem;
  min-height: 72px;
}

.newgridtext {
  font-size: 10px;
  line-height: 14px;
}

/* bestsellerproductgrid */
.bestsellergridimage {
  min-height: 150px;
  padding: 10px;
  align-content: center;
}

.bestsellergridimage img {
  width: auto;
  max-height: 130px;
}

.bestsellercardbody {
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.bestsellergridtitle {
  font-size: 0.8rem;
  min-height: 77px;
}

.bestsellergridtext {
  font-size: 10px;
  line-height: 14px;
}

.card .homecategories,
.card .homecategories a,
.card .homecategories a:link,
.card .homecategories a:visited {
  background-color: orange !important;
  color: #fff;
}

.card .homecategories a:hover,
.card .homecategories a:focus,
.card .homecategories a:active {
  background-color: var(--themecolor) !important;
  color: #fff;
}

.homescrollcont h2 {
  padding-top:50px;
}
.announcemessage {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}