/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */
.dnnActions {
	padding-top: 0px !important;
}

.LoginPanel {
	width: 100% !important;
    float: left !important;
	padding: 0 !important;
}

.dnnLoginService {
	margin-top: 20px !important;
}

.dnnLogin .dnnFormItem, .dnnSendPassword .dnnFormItem {
    float: left !important;
	overflow: hidden;
}

.dnnLogin .dnnLabel, .dnnSendPassword .dnnLabel {
    width: 100% !important;
    text-align: left !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}
.dnnSendPasswordContent, [id$='SendPassword_liSend'] {
	width: 100%;
}

.dnnLoginService input[type="text"], .dnnLoginService input[type="password"], [id$='SendPassword_txtUsername'] {
    width: 97% !important;
    min-width: 200px !important;
    margin-bottom: 5px !important;
    max-width: 97% !important;
}
[id$='SendPassword_txtUsername'] {
	margin-bottom: 18px !important;
	padding: 8px !important;
}

div.dnnRegistrationForm div.dnnCaptcha {
    width: 100%;
    float: left;
}

[id$="_Register_registerButton"], [id$="_Register_cancelLink"] {
    color: #7dc242 !important;
    border-color: #7dc242 !important;
    background-color: transparent !important;
    background: transparent !important;
    font-weight: bold !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 10px 30px !important;
}

[id$="_loginControl_cancelLink"],
[id$='_loginControl_registerLink'],
[id$='_loginControl_liRegister'],
[id$='_loginControl_lblLoginRememberMe'],
[id$="_Login_DNN_cancelLink"],
[id$='_Login_DNN_registerLink'],
[id$='_Login_DNN_liRegister'],
[id$='_Login_DNN_lblLoginRememberMe'],
.dnnLoginRememberMe {
	display: none !important;
}

[id$='_loginControl_cmdLogin'],
[id$='_Login_DNN_cmdLogin'] {
	all: unset !important;
}
[id$='_loginControl_cmdLogin'],
[id$='_Login_DNN_cmdLogin'] {
	background: #ffffff !important;
    color: #ffffff !important;
    border: 1px solid #7dc242 !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    letter-spacing: normal !important;
    font-weight: bold !important;
    display: block !important;
	text-align: center !important;
	cursor: pointer !important;
}
[id$='_loginControl_cmdLogin']:before,
[id$='_Login_DNN_cmdLogin']:before {
	content: "Login & Continue";
	color: #7dc242 !important;
	cursor: pointer !important;
}
[id$='SendPassword_cmdSendPassword'] {
	color: #7dc242 !important;
	background: #ffffff !important;
    border: 1px solid #7dc242 !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    letter-spacing: normal !important;
    font-weight: bold !important;
    display: block !important;
	text-align: center !important;
	cursor: pointer !important;
}
[id$='SendPassword_lnkCancel'] {
	display: none;
}
[id$='_loginControl_liPassword'],
[id$='_Login_DNN_liPassword'] {
	display: block !important;
	height: auto !important;
}
[id$='_loginControl_passwordLink'],
[id$='_Login_DNN_passwordLink'] {
	all: unset !important;
}
[id$='_loginControl_passwordLink'],
[id$='_Login_DNN_passwordLink'] {
	margin-top: 10px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    display: block !important;
	text-align: left !important;
	cursor: pointer;
}
[id$='_loginControl_passwordLink']:before,
[id$='_Login_DNN_passwordLink']:before {
	content: "Forgot Password?";
	color: #7dc242 !important;
	cursor: pointer !important;
}
[id$='_loginControl_plUsername']:before {
	content: "Email Address";
}
.dnnFormItem > span.dnnFormLabel {
	width: auto !important;
}
[id$='loginControl_DNN'] .dnnLoginService .dnnFormItem input[type="text"],[id$='loginControl_DNN'] .dnnLoginService .dnnFormItem input[type="password"],
[id$='Login_DNN_DNN'] .dnnLoginService .dnnFormItem input[type="text"], [id$='Login_DNN_DNN'] .dnnLoginService .dnnFormItem input[type="password"] {
	max-width: none !important;
	width: 100% !important;
	margin-bottom: 18px !important;
    padding: 8px !important;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited {
}

A.SelectedTab:hover {
}

A.SelectedTab:active {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited {
}

A.OtherTabs:hover {
}

A.OtherTabs:active {
}

/* GENERAL */
/* style for module titles */
.Head {
}

/* style of item titles on edit and admin pages */
.SubHead {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited {
}

A.CommandButton:hover {
}

A.CommandButton:active {
}

/* button style for standard HTML buttons */
.StandardButton {
}

/* GENERIC */
H1 {
}

H2 {
}

H3 {
}

H4 {
}

H5, DT {
}

H6 {
}

TFOOT, THEAD {
}

TH {
}

A:link {
}

A:visited {
}

A:hover {
}

A:active {
}

SMALL {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI {
}

	UL LI LI {
	}

		UL LI LI LI {
		}

OL LI {
}

OL OL LI {
}

OL OL OL LI {
}

OL UL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}

/* style of item titles by Announcements and events */
.ItemTitle {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel {
}

.LoginTabGroup {
}

.LoginTab {
}

.LoginTabSelected {
}

.LoginTabHover {
}

.LoginContainerGroup {
}

.LoginContainer {
}

.RecentlyViewedButton {
	display: none;
}
/*----------------------START HERE-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*Leaf icon*/
.ico .fa-leaf.florist {
	background-color: #bd305f;
}

/*Banners & Dividers*/

.banner-inner-container.col-sm-4 {
	margin-left: 10vw !important;
}



/*MegaMenu Garden Centre*/
.mega-menu__garden-centre .mega-menu__heading {
	color: #00753b;
	font-family: raleway, arial, sans-serif;
	font-size: 18px;
}

	.mega-menu__garden-centre.mega-menu__heading A, .mega-menu__heading A:hover {
		font-weight: bold;
      font-size: 19px;
	}

.mega-menu__garden-centre.mega-menu__panel a {
	font-size: 13px;
	font-family: raleway medium, arial, sans-serif;
	color: #333;
	line-height: 12px;
}
.mega-menu__garden-centre.mega-menu__panel a:hover {
	font-size: 14px;
  font-weight: bold;
}
.mega-menu__garden-centre .mega-menu__view-all {
	margin-right: 2rem;
	color: #00753b;
	font-size: 11px;
  text-decoration: none;
}
.mega-menu__garden-centre .mega-menu__view-all a:hover {
font-weight: bold;
}
.submodule.HTML .mega-menu__garden-centre {
	border-right: solid 1px #00753b;
  height: 580px;
}
/*MegaMenu Pet Centre*/
.mega-menu__pet-centre .mega-menu__heading {
color: #ef4123;
 font-family: raleway, arial, sans-serif;
 font-size:  18px;
}

	.mega-menu__pet-centre .mega-menu__heading A, .mega-menu__heading A:hover {
		font-weight: bold;
      font-size: 19px;
		color: #ef4123;
	}

.mega-menu__pet-centre.mega-menu__panel a {
 font-size: 13px;
  font-family: raleway medium, arial, sans-serif;
  color: #333;
  line-height: 12px;
}
.mega-menu__pet-centre.mega-menu__panel a:hover {
 font-size: 14px;
  font-weight: bold;
}

.mega-menu__pet-centre .mega-menu__view-all {
	margin-right: 2rem;
	color: #ef4123;
	font-size: 11px;
}
.mega-menu__pet-centre .mega-menu__view-all a:hover {
font-weight: bold;
}
.submodule.HTML .mega-menu__pet-centre {
	height: 545px;
	border-right: solid 1px #ef4123;
}

/*MegaMenu Landscape Centre*/
.mega-menu__landscape-centre .mega-menu__heading  {
color: #663333;
 font-family: raleway, arial, sans-serif;
 font-size:  18px;
 font-weight: bold;
}
.mega-menu__landscape-centre.mega-menu__heading a:hover {
font-size: 19px;
}
.mega-menu__landscape-centre.mega-menu__panel a {
 font-size: 13px;
  font-family: raleway medium, arial, sans-serif;
  color: #333;
  line-height: 12px;
}
.mega-menu__landscape-centre.mega-menu__panel a:hover {
 font-size: 14px;
  font-weight: bold;
  font-family: raleway medium, arial, sans-serif;
}
.mega-menu__landscape-centre .mega-menu__view-all {
	margin-right: 2rem;
	color: #663333;
	font-size: 11px;
}
.mega-menu__landscape-centre .mega-menu__view-all a:hover {
font-weight: bold;
}

.submodule.HTML .mega-menu__landscape-centre {
	height: 400px;
	border-right: solid 1px #663333;
}

/*MegaMenu Florist & Giftware*/
.mega-menu__florist-giftware .mega-menu__heading  {
color: #bd305f;
 font-family: raleway, arial, sans-serif;
 font-size:  18px;
 font-weight: bold;
}
.mega-menu__florist-giftware.mega-menu__heading a:hover {
font-size: 19px;
}
.mega-menu__florist-giftware.mega-menu__panel a {
 font-size: 13px;
  font-family: raleway medium, arial, sans-serif;
  color: #333;
  line-height: 12px;
}
.mega-menu__florist-giftware.mega-menu__panel a:hover {
 font-size: 14px;
  font-weight: bold;
  font-family: raleway medium, arial, sans-serif;
}
.mega-menu__florist-giftware .mega-menu__view-all {
	margin-right: 2rem;
	color: #bd305f;
	font-size: 11px;
}
.mega-menu__florist-giftware .mega-menu__view-all a:hover {
font-weight: bold;
}

.mega-menu__florist-giftware.mega-menu__panel a.mega-menu__links {
  font-weight: bold;
  color: #bd305f;
}

.submodule.HTML .mega-menu__florist-giftware {
	height: 400px;
	border-right: solid 1px #bd305f;
}



/*Default button*/
.btn-white {
	background-color: transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: raleway, arial, sans-serif;
	font-size: 14x;
	font-weight: normal text-shadow: none;
	letter-spacing: 0.1em;
	padding: 8px 16px;
	text-decoration: none;
}

	.btn-white:active {
		position: relative;
		top: 1px;
	}

.btn-black {
	background-color: transparent;
	border: 1px solid #000000;
	display: inline-block;
	cursor: pointer;
	color: #000000;
	font-family: raleway, arial, sans-serif;
	font-size: 14x;
	font-weight: normal text-shadow: none;
	letter-spacing: 0.1em;
	padding: 8px 16px;
	text-decoration: none;
}

	.btn-white:active {
		position: relative;
		top: 1px;
	}

.btn-lipstick {
	background-color: #bd305f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bd305f;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: raleway, arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 8px 16px;
	text-decoration: none;
}

	.btn-lipstick:hover {
		background-color: transparent;
		text-decoration: underline;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #fff;
		display: inline-block;
		cursor: pointer;
		color: #ffffff;
		font-family: raleway, arial, sans-serif;
		letter-spacing: 0.1em;
		font-size: 14px;
		padding: 8px 16px;
	}

	.btn-lipstick:active {
		position: relative;
		top: 1px;
	}

.btn-brown {
	background-color: #663333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #663333;
	display: inline-block;
	cursor: pointer;
     color: #ffffff !important;
	font-family: raleway, arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 8px 16px;
	text-decoration: none;
 }

.btn-brown a:link {
  color: #ffffff;
}

	.btn-brown:hover {
		background-color: transparent;
		text-decoration: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #663333 !important;
		display: inline-block;
		cursor: pointer;
		color: #663333 !important;
		font-family: raleway, arial, sans-serif;
		letter-spacing: 0.1em;
		font-size: 14px;
		padding: 8px 16px;
	}

	.btn-brown:active {
		position: relative;
		top: 1px;
	}

a.dg-btn-2.hover-success:hover {
  background-color: #7dc242;
  border-color: #7dc242;
}

/*Masonry Grid Picture Layout*/
.grid-container {
	max-width: 1920px;
	margin: 0 auto;
}

.cols {
	margin: 0 auto;
	max-width: 1920px;
}

.col {
	width: 25%;
	height: 250px;
	float: left;
	margin: 0;
	text-align: center;
}

	.col img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		opacity: 1;
	}

	.col h2 {
		font-weight: bold;
		color: #fff;
		text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
		text-align: center;
	}

.grid-1 {
	width: 50%;
}

.grid-4 {
	float: right;
	height: 250px;
	padding: 20px;
}

.grid-5 {
	display: table;
}

	.grid-5 > * {
		display: table-cell;
	}

	.grid-5 > .text-container {
		text-align: center;
		font-size: 18px;
		vertical-align: middle;
		width: 100%;
	}

	.grid-5 img {
		object-position: right;
	}

.grid-8 {
	width: 50%;
}

.grid-10 {
	float: right;
	height: 250px;
}

@supports (display: grid) or (display: -ms-grid) {
	.grid-area {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		grid-auto-rows: 250px;
		justify-content: center;
	}

	.col {
		width: 100%;
		height: 100%;
		float: none;
	}

	.grid-1 {
		grid-column-end: span 2;
	}

	.grid-3 {
		grid-row-end: span 2;
	}

	.grid-5 {
		grid-column-end: span 1;
	}

	.grid-8 {
		grid-column-end: span 2;
	}

	.grid-10 {
		grid-column-end: span 2;
	}
}

/* Media queries for other screen widths */
@media screen and (max-width: 450px) {
	.col {
		grid-row-end: unset;
		grid-column-end: unset;
		height: 250px;
	}

	.grid-area {
		display: flex;
		flex-direction: column;
	}

	.grid-3 {
		order: -1;
		height: 500px;
	}
}

@media screen and (max-width: 768px) {
	.grid-2 {
		display: none;
	}
}

/************ Hover effect styles *************/

figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

	figure figcaptionlandscape {
		color: #fff;
		text-align: center;
		backface-visibility: hidden;
	}

		figure figcaptionlandscape::before,
		figure figcaptionlandscape::after {
			pointer-events: none;
		}

		figure figcaptionlandscape,
		figure figcaptionlandscape > a {
			position: absolute;
			text-align: center;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

			/* Anchor will cover the whole item by default */

			/* For some effects it will show as a button */

			figure figcaptionlandscape > a {
				z-index: 1000;
				text-indent: 200%;
				white-space: nowrap;
				font-size: 0;
				opacity: 0;
			}

	figure h2 {
		word-spacing: -0.15em;
		font-weight: 300;
		padding: 15px;
	}

		figure h2 span {
			font-weight: 800;
		}

	figure h2,
	figure p {
		margin: 0;
	}

	figure button.rww_grid_button {
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 3px;
		margin: 0 0 10px 0;
		padding: 0.5rem;
		font-weight: bold;
		font-size: normal;
		color: #fff;
		text-transform: uppercase;
		transition: all 0.3s;
	}

	figure button.rww_grid_button a {
		background-color: #7dc242;
		border: 1px solid #7dc242;
		border-radius: 3px;
		margin: 0 0 10px 0;
		padding: 0.5rem;
		font-weight: bold;
		font-size: normal;
		color: #fff;
		text-transform: uppercase;
		transition: all 0.3s;
	}

	figure p {
		letter-spacing: 1px;
		font-size: 13px;
	}

	figure figcaptionlandscape::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		content: "";
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}

	figure h2 {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #484c61;
		transition: all 0.35s;
		transform: translate3d(0, -50%, 0);
	}

	figure figcaptionlandscape::before,
	figure p,
	figure .grid-button-wrapper {
		transition: all 0.35s;
	}

	figure .grid-button-wrapper {
		position: absolute;
		bottom: 35%;
		left: 0;
		right: 0;
		width: 100%;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}

	figure p {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		padding-bottom: 2rem;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		opacity: 0;
		transform: translate3d(0, 10px, 0);
	}

	figure:hover h2 {
		background: none;
		color: #fff;
		transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	}

	figure:hover figcaptionlandscape::before,
	figure:hover p,
	figure:hover .grid-button-wrapper {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	figure:hover .grid-button-wrapper {
		text-decoration: underline;
	}

/*Accordion Delivery*/
.dg-accordion18 .panel-body {
	font-size: 14px !important;
}

/*Delivery page image*/
#container {
	width: 315px;
	height: 100% display: table;
	background-color: #ccc;
}

	#container .delivery-image-container {
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}

		#container .delivery-image-container img {
			max-width: 315px;
			max-height: 926px;
		}

.Home12-heading01:after {
	margin: 16px auto 4px;
}
/* Embolden and add underline to paragraph text links and links within lists */
.FooterMenuNichols ul li a {
    color: #ffffff !important;
    font-size: 1.1em;
    letter-spacing: .1em;
    }
.footer_bottom a, .footer_bottom a:link {
  font-weight: normal;
  font-size: 13px;
}
.footer_bottom a, .footer_bottom a:hover {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.FooterMenuNichols a:link {
  font-weight: normal;
}
.FooterMenuNichols a:hover {
  font-weight: bold;
  text-decoration: none;
}

#dnn_ctr_PasswordReset_cmdChangePassword {
    background: #7dc242;
    border: none;
    color: #fff;
}

#dnn_ctr_PasswordReset_divPassword ul li {
float:left;
}

#dnn_ctr_PasswordReset_divPassword {
margin:0 auto;
}

#dnn_ctr_PasswordReset_divPassword #dnn_ctr_PasswordReset_txtUsername {
display:none;
}

@media only screen and (max-width : 426px) {
#LayerGallery1904, #LayerGallery1911 {
display:none;
}
}

/*small cateogory tiles beneath sliders*/
.CategoryTileWrap .contentpane a {
padding-top: 42px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mobiel-growing-rewards {
    position: absolute;
    right: 120px;
    top: 15px;
  }

  .mobiel-growing-rewards .HeaderGrowingPoints {
    width: 20px;
    height: 15px;
    background-color: #7dc242;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    font-size: 7px;
    line-height: 15px;
    position: absolute;
    top: -10px;
    left: 10px;
  }

  .Garden-Centre .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #00753b;
  }

  .Pet-Centre .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #ef4123;
  }

  .Landscape-Centre .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #663333;
  }

  .Garden-Cafe .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #f9c242;
  }

  .Florist-Giftware .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #bd305f;
  }

  .Shop .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #424242;
  }

  .Checkout .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #424242;
  }

  .Contact-Us .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #424242;
  }

  .mobiel-growing-rewards svg {
    fill: #7dc242;
  }

  .Garden-Centre .mobiel-growing-rewards svg {
    fill: #00753b;
  }

  .Pet-Centre .mobiel-growing-rewards svg {
    fill: #ef4123;
  }

  .Landscape-Centre .mobiel-growing-rewards svg {
    fill: #663333;
  }

  .Garden-Cafe .mobiel-growing-rewards svg {
    fill: #f9c242;
  }

  .Florist-Giftware .mobiel-growing-rewards svg {
    fill: #bd305f;
  }

  .Shop .mobiel-growing-rewards svg {
    fill: #424242;
  }

  .Checkout .mobiel-growing-rewards svg {
    fill: #424242;
  }

  .Contact-Us .mobiel-growing-rewards svg {
    fill: #424242;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .mobiel-growing-rewards {
    position: absolute;
    right: 110px;
    top: 15px;
  }

  .mobiel-growing-rewards .HeaderGrowingPoints {
    width: 20px;
    height: 15px;
    background-color: #7dc242;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    font-size: 7px;
    line-height: 15px;
    position: absolute;
    top: -10px;
    left: 10px;
  }

  .Garden-Centre .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #00753b;
  }

  .Pet-Centre .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #ef4123;
  }

  .Landscape-Centre .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #663333;
  }

  .Garden-Cafe .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #f9c242;
  }

  .Florist-Giftware .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #bd305f;
  }

  .Shop .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #424242;
  }

  .Checkout .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #424242;
  }

  .Contact-Us .mobiel-growing-rewards .HeaderGrowingPoints {
    background-color: #424242;
  }

  .mobiel-growing-rewards svg {
    fill: #7dc242;
  }

  .Garden-Centre .mobiel-growing-rewards svg {
    fill: #00753b;
  }

  .Pet-Centre .mobiel-growing-rewards svg {
    fill: #ef4123;
  }

  .Landscape-Centre .mobiel-growing-rewards svg {
    fill: #663333;
  }

  .Garden-Cafe .mobiel-growing-rewards svg {
    fill: #f9c242;
  }

  .Florist-Giftware .mobiel-growing-rewards svg {
    fill: #bd305f;
  }

  .Shop .mobiel-growing-rewards svg {
    fill: #424242;
  }

  .Checkout .mobiel-growing-rewards svg {
    fill: #424242;
  }

  .Contact-Us .mobiel-growing-rewards svg {
    fill: #424242;
  }
}

/*Google maps iframe responsive*/ 
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Media queries for slider banners for other screen widths */

@media screen and (max-width: 1366px) {
.half-left .col-sm-6.col-xs-12.shadow-box {
width: 80%;
}
}
@media screen and (max-width: 1366px) {
.half-right .col-sm-offset-6.col-sm-6.shadow-box {
margin-left: 20%;
 width: 80%;
}
}

/* HERO sliders for other screen widths acceptance*/
@media screen and (max-width: 426px) {
.slider-content-block .col-md-10 .col-md-10.col-sm-offset-1 h3 {
line-height: 1.0;
  margin-bottom: auto;
}
    .slider-content-block .col-md-10 .col-md-10.col-sm-offset-1 h2 {
line-height: 1.0;
  margin-bottom: auto;
}
.slider-content-block .col-md-10 .col-md-10.col-sm-offset-1 p {
padding-top: 5px;
}
}

.slider-content-block {
  background: rgba(0, 0, 0, 0.3);
}

/* show article on mobile */
@media only screen and (max-width: 426px) {
  .DnnModule-EasyDNNnews {
  	display: block !important;
  }
  
  .eds_templateGroup_detailsArticleDefault .edn_mediaContainer {
    height: auto;
  }
  
  .edn_articleDetails {
  	padding: 0;
  }
  
  .eds_news_Ozone.eds_subCollection_news .edn_article img {
  	 width: 100% !important;
    height: auto !important;
  }
  
  .eds_news_Ozone.eds_subCollection_news a > img {
  	 width: 100% !important;
    height: auto !important;
  }
}
.TotalTable { display: none !important; }

/*.NoEnoughStock { display: none !important; }*/

/* fix the issue that login or register link does not working on mobile */
.mobile_menu.mm-menu {
    z-index: 1100;
}
