/* html { overflow-y: scroll; } */


/* 1 - Structure
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

html { 
  font-family: 'Montserrat', sans-serif;
  font-family: 'Open Sans', sans-serif; }

.phone-container {
  font-family: 'Montserrat', sans-serif;
	}
body {
  margin: 0;	
  background-color: #fff;
  font-size: 18px;
  /*letter-spacing: 0.1em;*/ }

  @media all and (min-width: 960px) { body { font-size: 16px; } }
  @media all and (max-width: 959px) and (min-width: 600px) { body { font-size: 14px; } }
  @media all and (max-width: 599px) and (min-width: 320px) { body { font-size: 10px; } }

* { box-sizing: border-box; }

body-container {
  position: relative;
  left: 3px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.container {
  /* position: relative; */ /* Enable back if issues arise */
  left: 0px;
  width: 97%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.row::after {
  content: "";
  clear: both;
  display: table; }

.row {
  margin: auto; }

[class*="col-"] {
  float: left;
  padding: 15px; }

/* 2 - Typography
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

h1 {
  font-size: 2.5em;
  font-family: 'Montserrat', sans-serif; }
 
h2 {
  font-size: 2.0em;
  font-family: 'Montserrat', sans-serif;
  color: #594e4b; }

  h2.page-title {
	font-size: 2.0em;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin: 10px 0 10px 0;
	padding: 14px 0 10px 0; }

  h2.subtitle {
    font-size: 1.9em;
    font-family: 'Montserrat', sans-serif;
    color: #EBA545;
    text-transform: uppercase;
    font-style: italic; }
 
h3 {
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.618em;
  text-transform: uppercase;
  color: #FF5722;
  font-weight: 500; }

  h3 a:link {
	  color: #FF5722;
	  text-decoration: none; }

  h3 a:visited {
	  color: #FF5722;
	  text-decoration: none; }
  
  h3 a:hover {
	  color: green;
	  text-decoration: none; }

  h3 a:active {
	  color: #FF5722;
	  text-decoration: none; }
	  
h3.product {
	font-size: 1.8em;
    line-height: 1.418em;
	color: #07918a; }
	
  h3.product a:link {
	  color: #07918a;
	  text-decoration: none; }

  h3.product a:visited {
	  color: #07918a;
	  text-decoration: none; }
  
  h3.product a:hover {
	  color: orange;
	  text-decoration: none; }

  h3.product a:active {
	  color: #07918a;
	  text-decoration: none; }

h3.categories {
	font-size: 1em;
	line-height: 1.618em;
	text-transform: uppercase; }
	
  h3.categories a:link {
	  color: orange;
	  text-decoration: none; }

  h3.categories a:visited {
	  color: orange;
	  text-decoration: none; }
  
  h3.categories a:hover {
	  color: green;
	  text-decoration: none; }

  h3.categories a:active {
	  color: green;
	  text-decoration: none; }

h3.subheader {
    font-size: 1.7em;
    font-family: inherit;
    text-transform: capitalize;
    color: white;
    font-weight: 600; }
	
h3.footer {
	  font-size: 1.4em;
	  line-height: 1.618em;
	  text-transform: uppercase;
	  color: #FF9800;
	  padding: 0 0 10px 0;
	  border-bottom: dotted 1px #6f6f6f;
	  background: none; }

h3.footer-info {
	  font-size: 1.4em;
	  line-height: 1.618em;
	  text-transform: none;
	  color: white;
	  padding: 0; }

  h3.footer-info a:link {
	  color: white;
	  text-decoration: none; }

  h3.footer-info a:visited {
	  color: white;
	  text-decoration: none; }
  
  h3.footer-info a:hover {
	  color: white;
	  text-decoration: underline; }

h4 {
	font-size: 1em;
	line-height: 1.618em;
	text-transform: uppercase; }
	
  h4 a:link {
	  color: #000;
	  text-decoration: none; }

  h4 a:visited {
	  color: #000;
	  text-decoration: none; }
  
  h4 a:hover {
	  color: green;
	  text-decoration: none; }

  h4 a:active {
	  color: #000;
	  text-decoration: none; }
	
p {
  font-size: 1.0em;
  line-height: 1.618em; }

  p a:link {
	  color: orange;
	  text-decoration: none; }

  p a:visited {
	  color: orange;
	  text-decoration: none; }
  
  p a:hover {
	  color: #8BC34A;
	  text-decoration: none; }

  p a:active {
	  color: orange;
	  text-decoration: none; }

/* White/Light coloured links on black or dark backgrounds */
  p.p2 a:link {
	  color: white;
	  text-decoration: none; }

  p.p2 a:visited {
	  color: white;
	  text-decoration: none; }
  
  p.p2 a:hover {
	  color: grey;
	  text-decoration: none; 
	  transition: 0.3s; }

  p.p2 a:active {
	  color: grey;
	  text-decoration: none; }

p.p3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0px 0px; }

  p.p3 a:link {
	  color: orange;
	  text-decoration: none; }

  p.p3 a:visited {
	  color: orange;
	  text-decoration: none; }
  
  p.p3 a:hover {
	  color: #8BC34A;
	  text-decoration: none; }

  p.p3 a:active {
	  color: orange;
	  text-decoration: none; }

p.shop-cat-header {
  margin: 0 0 0.4em 0;
  font-size: 1.3em; }

  p.shop-cat-header a:link {
	  color: orange;
	  text-decoration: none; }

  p.shop-cat-header a:visited {
	  color: orange;
	  text-decoration: none; }
  
  p.shop-cat-header a:hover {
	  color: #8BC34A;
	  text-decoration: none; }

  p.shop-cat-header a:active {
	  color: orange;
	  text-decoration: none; }

p.small {
  font-size: 0.8em;
  line-height: 1.618em; }

.small-text {
  font-size: 0.9em;
  line-height: 1.618em; }

.quote {
  font-size: 1.7em;
  font-style: italic;
  color: #c9c9c9;
  line-height: 2.3em;
  text-align: center;
  padding: 47px;
  font-weight: 600;
  font-family: corbel;
  letter-spacing: 0.05em; }

.quote-2 {
  font-size: 1.9em;
  font-style: italic;
  color: #607D8B;
  line-height: 2.1em;
  text-align: center;
  /*padding: 47px;*/
  font-weight: 500; }

.tags {
  font-size: 1.3em;
  color: grey;
  font-style: italic; }
    
.font-color-black {
  color: black; }

.font-color-white {
  color: white; }
  
.font-italic {
  font-style: italic; }

.font-bold {
  font-weight: bold; }

.font-italic-bold {
  font-weight: bold;
  font-style: italic; }        

#BreadCrumbsText {
  margin-top: 20px; }

.breadcrumb-icon {
  color: #cecdcd; 
  margin: 0 5px; }	  

p.breadcrumbs {
  font-size: 0.8em;
  line-height: 1.418em;
  margin: 15px 0px;
  color: grey; }

  p.breadcrumbs a:link {
	  color: orange;
	  text-decoration: none; }

  p.breadcrumbs a:visited {
	  color: orange;
	  text-decoration: none; }
  
  p.breadcrumbs a:hover {
	  color: #C241F3;
	  text-decoration: none; }

  p.breadcrumbs a:active {
	  color: green;
	  text-decoration: none; }

.color-light-grey {
  color: #cecdcd; }
  
.white-text {
  color: white; }

.color-yellow {
  color: #ffeb3b; }    

.color-f09d5d {
  color: #f09d5d; }
  
.bulletpoints {
  background-color: none;
  color: black; }

  .bulletpoints ul {
	list-style-type: none;
	margin: 30px 25px;
	padding: 0;
	text-transform: none; }

	.bulletpoints ul li {
	  position: relative;
      float: none; 
	  padding: 10px 35px;
      font-size: 1.2em; }

    .bulletpoints li:before {
	  color: #F59902;
	  top: 0;
	  left: 0;
	  margin: 11px 0px 0px 2px;;
	  font-family: 'Font Awesome 5 Free';
	  position: absolute;
	  font-size:1.2em;
	  content: "\f00c";
	  font-weight: 900; /* <-- add this or 400 for other styles */
	  display: inline-block;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased; }

	  .bulletpoints ul li a {
		color: #FF9600;
		padding: 0; }

	  .bulletpoints ul li a:hover {
		text-decoration: underline; }

.bulletpoints-banner {
  color: white;
  text-align: left;
  margin: auto;
  max-width: 95%; }

  .bulletpoints-banner ul {
	list-style-type: none;
	margin: 30px 25px;
	padding: 0;
	text-transform: none; }

	.bulletpoints-banner ul li {
	  position: relative;
      float: none;
      padding: 10px 35px;
      font-size: 1.5em; }

    .bulletpoints-banner li:before {
	  color: #f09d5d;
	  top: 0;
	  left: 0;
	  margin: 11px 0px 0px 1px;
	  font-family: 'Font Awesome 5 Free';
	  position: absolute;
	  font-size: 1.1em;
	  content: "\f00c";
	  font-weight: 900;
	  display: inline-block;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased; }

	  .bulletpoints-banner ul li a {
		color: #FF9600;
		padding: 0; }

	  .bulletpoints-banner ul li a:hover {
		text-decoration: underline; }

		
/* 2 - Typography
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-nav {
  width: 100%; 
  clear: both;
  background: #f6931e; /* Old browsers */
  /*background: -webkit-linear-gradient(-40deg, #4CAF50, #8BC34A);
  background: -o-linear-gradient(-40deg, #4CAF50, #8BC34A);
  background: -moz-linear-gradient(-40deg, #4CAF50, #8BC34A);
  background: linear-gradient(-40deg, #4CAF50, #8BC34A);
  border-bottom: 4px solid #8e836f; */ }

ul {
  width: fit-content;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;  
  text-transform: uppercase;
  font-weight: 400;
  list-style-type: none;
  margin: 0px 0 0 0;
  padding: 0;
  overflow: hidden; }

  li { float: left; }
  
@media only screen and (max-width : 1087px)  {  li:nth-child(4) { display: none; } .footer ul li { display:block; } }
@media only screen and (max-width : 930px)  {  li:nth-child(5) { display: none; } .footer ul li { display:block; } }

  li a, .dropbtn {
	display: inline-block;
	height: 100%;
	color: black;
	text-align: center;
	padding: 12px 16px;
	text-decoration: none;
	transition: 0.2s;
	cursor: pointer; }

  /* Add page button on top nav in cms */
  li .add-page {
    color: orange;
    border: 2px dotted;
    padding: 10px;
    border-radius: 9px;
    margin-top: 8px; }

  li a:hover, .dropdown:hover .dropbtn { 
    background-color: white; 
	border-radius: 0!important;
	 opacity: 1;
     transform: translateY(0);
     visibility: visible; }

  li.dropdown { display: inline-block; }

  /*.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1; }*/

  .dropdown-content {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%; 
	top: 54px;
	left: 0;
	margin: 0;
	padding: 20px 0;
	-ms-transform: translateY(-10px);
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	list-style-type: none;
	text-transform: none;
	transform: translateY(-10px);
	transition: visibility .2s ease-in,opacity .2s ease-in,transform .2s ease-in; }

    .dropdown-content-header {
	  font-size: 1.0rem;
	  font-weight: 500;
	  color: white;
	  padding: 7px 17px;
	  margin: 8px 0;
	  background: orange;
	  border-top-right-radius: 9px;
	  border-bottom-left-radius: 9px;
	  border-top-left-radius: 2px; }
	  
	.nav-parent__item {
		display: inline-block;
		font-weight: 500;
		margin: 0 0 0 15px;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		vertical-align: middle;
	}

  .dropdown-content a {
	font-size: 0.9rem;
	color: black;
	padding: 7px 16px;
	text-decoration: none;
	display: block;
	text-align: left; 
	transition: 0.3s;
	cursor: pointer; }

  .dropdown-content a:hover { background-color: #f1f1f1; transition: 0.3s; }

  .dropdown:hover .dropdown-content { display: block; }
  
  .dropdown-view-all {     
    border: 1px solid #e4e4e4;
    border-radius: 25px;
	margin: 6px 0 13px 0; }

.artwork-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: none; }
  
  .artwork-icons ul li {
	float: left;
	padding: 0px 3px; }

	.artwork-icons ul li a {
	  display: block;
	  padding: 7px 0px;
	  border: none; }

.mobile-top-bar { display: none; }

#mobile-top-search-row { display: none; }  

@media only screen and (max-width : 840px)  {

body { padding-top: 67px; }

.header {
  display: none; }

.top-nav {
  display: none; }

.mobile-top-bar {
  display: block;
  z-index: 10;
  height: auto;
  width: 100%;
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  padding: 5px;
  text-align: center;
  background: white; /* Old browsers */
  /*background: -webkit-linear-gradient(-70deg, grey, white, white);
  background: -o-linear-gradient(-70deg, grey, white, white);
  background: -moz-linear-gradient(-70deg, grey, white, white);
  background: linear-gradient(-70deg, grey, white, white);*/
  /*box-shadow: 0px 0px 18px 1px #0000008a; */ /* Previous drop shadow */ 
  box-shadow: 0px 0px 7px 2px #00000030;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */ }

.mobile-top-logo-row {
  margin: -1px 0 0 10px;
  width: 70%;
  height: 50px;
  float: left; }
  
.mobile-top-logo {
  display: block;
  margin: 0px 12px 0 0;
  width: 15%;
  float: left; 
  cursor: pointer; }
  
.mobile-menu-icon {
  display: block;
  margin-top: 0.4em;
  /* margin-bottom: 3px; */
  padding: 9px 9px;
  margin-left: auto;
  /* margin-right: auto; */
  /* line-height: 0px; */
  color: #a59989;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  background-color: white;
  border: 5px outset #9e9e9ec7;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 100px;
  height: 43px;
  width: 43px; }

.mobile-menu-icon a:link {
  color: white;
  cursor: pointer; }

.mobile-menu-icon a:visited {
  color: white;
  cursor: pointer; }

.mobile-menu-icon a:hover {
  color: white;
  cursor: pointer; }
    
  
#mobile-top-search-row {
  display: none;
  z-index: 9;
  position: fixed; /* Make it stick/fixed */
  top: 62px;
  background: #f0f0f0;
  margin: 3px 0 4px 0;
  width: 100%;
  height: auto;
  float: left; }  

/*#mobile-search-field {
  font-size: 22px;
  color: darkgrey;
  float: left;
  height: 50px;
  width: 100%;
  padding: 6px 17px;
  background-color: #fff; */
  /* border: 1px solid #D1D1D1; */
  /*border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }

.mobile-search-box {
  display: block; 
  width: 85%;
  float: left; 
  margin: 0; }
  
.mobile-search-box-button {
  width: 15%;
  float: left;
  margin: 0 0 0 0;
  display: block;
  height: 50px;
  padding: 15px 0px 0px 0px;  
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  background-color: #868585;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s; }

  #mobile-search-box-button:hover {
    background: orange;
	border: none; } */

#mobile-top-search-field {
  font-size: 12px;
  color: darkgrey;
  float: left;
  height: auto;
  /* width: 87%; */
  padding: 12px 17px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-right: none;
  border-radius: 25px;
  box-shadow: none;
  box-sizing: border-box; }

#mobile-top-search-box-button {
  /* width: 13%; */
  /* float: left; */
  margin: 3px 0 0 0;
  display: block;
  height: auto;
  position: absolute;
  right: 3px;
  padding: 8px 10px;
  color: white;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FF9800;
  /* border: 1px solid white; */
  border: none;
  border-radius: 25px 25px 25px 25px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s; }

  #mobile-top-search-box-button:hover {
    background: #8bc34a;
	border: none; } 

  button.mobile-header-menu-btn {
    display: block;
    margin-top: -0.6em;
    margin-bottom: 3px;
    /* margin-right: -304px; */
    padding: 9px 9px;
    /* margin-left: 495px; */
    right: -28px;
    /* line-height: 0px; */
    color: white;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    /* white-space: nowrap; */
    background: linear-gradient(-70deg, grey, #9962bae0, #0b8d8b73);
    border: 5px outset #737373;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 100px;
    height: 93px;
    width: 93px;
    z-index: 100;
    position: absolute; }
	
  button.mobile-header-menu-btn a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.mobile-header-menu-btn a:visited {
	text-decoration: none; 
	color: white; } 
  
  button.mobile-header-menu-btn:hover {
	display: block;
	text-decoration: none; 
	color: black;
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); } 

  .mobile-header-btn-menu-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
    text-align: center; }

.mobile-footer-container {
  display: block;
  width: 100%;
  /* padding: 10px; */
  margin: 0px 0px 0px 0px;
  position: fixed;
  z-index: 50;
  bottom: 0;
  background: white;
  box-shadow: 1px -1px 19px 2px #80808066; }	 
}

.header {
  color: #ffffff;
  padding: 15px; 
  height: 140px;
  overflow: hidden; 
  /* box-shadow: 0px 0px 18px 1px #0000008a; */ /* previous setting */
  box-shadow: 0px 0px 14px 2px #c1c1c185; }

  .header logo-container {
	height: 100%;
	float: left;
	padding: 0; }  

  .header mid-section-container {
	height: 100%;
	float: left; 
	padding: 0; }  
  
  .header right-section-container {
	height: 100%;
	float: left; 
	padding: 0; }  

.logo {
  position: absolute;
  top: 7px;
  left: 15px; }

.header-search {
  color: #ffffff;
  background: black;
  padding: 0px 15px; 
  height: 40px; }
    
#search-div {
  display: none; }

.search-box {
  height: 100%; }

#search-field {
  font-size: 17px;
  color: darkgrey;
  float: left;
  height: 50px;
  width: 87%;
  padding: 6px 25px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 25px 0px 0px 25px;
  box-shadow: none;
  box-sizing: border-box; }

#search-box-button {
  width: 13%;
  float: left;
  margin: 0 0 0 0;
  display: block;
  height: 50px;
  padding: 5px 0 0 0;
  color: white;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: .1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FF9800;
  border: 1px solid #FF9800;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s; }

  #search-box-button:hover {
    background: #8bc34a;
	border: none; } 

.social-container {
  display: block;
  width: 87px;
  font-size: 1.2em;
  letter-spacing: 4px;
  float: right;
  padding: 4px;
  height: 100%;
  color: black;
  text-align: left; }

  .social-container a:link {
	text-decoration: none;
	color: #656565; }
  
  .social-container a:visited {
	text-decoration: none;
	color: #656565; }
	
  .social-container a:hover {
    color: orange;
	transition: 0.3s; }

@media only screen and (max-width : 1070px)  { .social-container { display: none; }	}

.basket-container {
  width: 40px;
  font-size: 1.3em;
  color: #8BC34A;
  float: right;
  padding: 4px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  border: 2px solid #8BC34A;
  background-color: white;
  border-radius: 65%; }

  .basket-container:hover {
    display: block;
	text-decoration: none; 
	color: white;
	background: #8BC34A;
	border-radius: 50%;
	-ms-transform: scale(1.0); /* IE 9 */
    -webkit-transform: scale(1.0); /* Safari 3-8 */
    transform: scale(1.0); } 
 
.photo-frame-categories {
  border: 6px solid #eeeeee;
  border-radius: 4px; }
   
.photo-frame {
   border-right: 1px #d9d9d9 solid;
   border-bottom: 1px #d9d9d9 solid;
   border-left: 1px solid white;
   border-top: 1px solid white;
   box-shadow: 3px 4px 7px 0px #00000024;
   padding: 14px 14px 10px 14px;;
   margin-bottom: 40px;
   position: relative; }

.photo-frame-portfolio {
  /* border-right: 1px #d9d9d9 solid; */
  /* border-bottom: 1px #d9d9d9 solid; */
  /* border-left: 1px solid white; */
  /* border-top: 1px solid white; */
  /* box-shadow: 3px 4px 7px 0px #00000024; */
  padding: 9px 9px 4px 9px;
  margin: 0px;
  position: relative; }
     
  .frame-triangle-cut {
	left: 0px;
	top: 45%;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-left: 14px solid white;
	border-bottom: 14px solid transparent;
	/* margin: auto; */
	z-index: 1;
	position: absolute; }	

  .frame-triangle-cut-top-portfolio {
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	border-top: 10px solid white;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	/* margin: auto; */
	z-index: 1;
	position: absolute; }	


.text-area-img-right, .text-area-img-left {
  padding: 10px 10px 6px 10px;
  border: 2px solid #dadada; }
  
  .text-area-img-left {
	float: left;
	margin: 0 25px 10px 0; }
  
  .text-area-img-right {
	float: right;
	margin: 0 0 10px 25px; }
  
.phone-container {
  font-size: 0.9rem;
  float: right;
  padding: 23px 16px 0 0;
  height: 100%;
  color: #656565;
  text-align: right; }

  .phone-container a:link {
	text-decoration: none;
	color: black; }
  
  .phone-container a:visited {
	text-decoration: none;
	color: black; }

.phone-container-tablet { display: none; }

@media only screen and (max-width : 1170px)  {

.phone-container { display: none; }

.phone-container-tablet {
  display: block;
  font-size: 1.0rem;
  float: right;
  padding: 6px 9px;
  height: 100%;
  color: #8bc371;
  text-align: right;
  border: 2px solid #e2e2e2;
  border-radius: 25px;
  margin: 12px 5px; }

  .phone-container-tablet a:link {
	text-decoration: none;
	color: black; }
  
  .phone-container-tablet a:visited {
	text-decoration: none;
	color: black; }
}

@media only screen and (max-width : 910px)  { .phone-container-tablet { margin: 7px 5px; } }
	
.email-container {
  float: right;
  padding: 4px;
  margin-right: 10px; 
  height: 100%;
  color: black;
  text-align: right; }

  .email-container a:link {
	text-decoration: none;
	color: black; }
  
  .email-container a:visited {
	text-decoration: none;
	color: black; }

.button-container {
  float: right;
  display: block;
  padding: 4px;
  height: 100%;
  color: black;
  text-align: right; }

.header-button-container {
  position: relative;
  float: right;
  display: block;
  padding: 4px;
  height: 100%;
  color: black;
  text-align: right;
  cursor: pointer; }

.mobile-header-button-container {
  position: relative;
  float: right;
  display: block;
  padding: 4px;
  height: 100%;
  width: 20%;
  color: black;
  text-align: right; }

.mobile-top-header-button-container {
  position: relative;
  float: right;
  display: block;
  padding: 4px;
  height: 100%;
  width: 18%;
  color: black;
  text-align: right; }

  .mobile-top-header-button-container-search {
	position: relative;
	float: right;
	display: block;
	padding: 4px;
	width: 14%;
	text-align: right;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: white;
    height: 60px;
    margin-top: -10px; }

.basket {
  float: left;
  width: 15%;
  height: 100%;
  color: black;
  text-align: right; }

  .basket a:link {
	text-decoration: none;
	color: black; }
  
  .basket a:visited {
	text-decoration: none;
	color: black; }

#bg-image {
  background: url(images/logo-symbol-white.png) no-repeat; 
  position: absolute; 
  background-size: cover; 
  z-index: -1; 
  transform: rotate(-13deg); 
  transform-origin: 40% 80%; 
  opacity: 0.2; }	 

/* Banner Zoom image on scroll down */

.zoom{
  overflow: hidden;
  /* padding-bottom: 60%; */
  /* background-image: url(images/1a.jpeg); */ /* place image here or in div with img src*/
  background-size: 100% 100%;
  background-position: top center; }

.banner-home {
  position: relative;
  /* background-position: center;
  background-size: cover;
  margin: 0 0 35px; */
  text-align: center;
  transition: .8s;
  z-index: 0; 
  height: auto;
  overflow: hidden; }

  .banner-home-text {
    padding: 10px 0 20px 0;
    max-width: 90%;
    margin: auto; }

  .banner-home-button-wrap {
    padding: 0;
    margin: auto; }

  .update-button-wrap {
    position: relative;
    padding: 0;
    max-width: 180px;
    margin: auto; }
	
  .banner-home img {
    width: 100%;
    height: auto; }

  .banner-home h1 {
    color: white;
    text-align: center;
    line-height: 0.8em;
    font-size: 3.6em;
	/*text-shadow: 3px 3px 6px #00000070;*/ }

  /*.bannerhome h2 {
	color: black;
    text-align: center;
	text-shadow: 3px 3px 5px #00000060; }*/
	
  .banner-home h2 {
    text-align: center;
    text-shadow: 3px 3px 5px #00000060;
    background: white;
    background: -webkit-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
    background: -o-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
    background: -moz-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
    background: linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
    width: 100%;
    margin: 0px auto 10px auto;
    color: white;
    padding: 9px; }	


.banner {
  position: relative;
  /* background-position: center;
  background-size: cover;
  margin: 0 0 35px; */
  text-align: center;
  transition: .8s;
  z-index: 0; 
  height: auto;
  overflow: hidden; }

  .banner-text {
    padding: 10px 0 20px 0;
    max-width: 90%;
    margin: auto; }

  .banner-button-wrap {
    padding: 0;
    margin: auto; }

  .update-button-wrap {
    position: relative;
	padding: 0;
    max-width: 180px;
    margin: auto; }
	
  .banner img {
	width: 100%;
	height: auto; }

  .banner h1, h1.top-banner {
    color: white;
    line-height: 1.2em;
    font-size: 2.5em;
    /* text-shadow: 3px 3px 6px #00000070; */
    text-shadow: 2px 2px 1px #00000060; }

  .banner h1 { text-align: center; }
  h1.top-banner { text-align: left; }

@media only screen and (max-width : 819px)  { .banner h1 { margin-top: 25px; } }

  .banner-parallax-bg {
    background: url(images/logo-symbol-white.png) no-repeat; 
	position:absolute; 
	width: 1040px; 
	height: 840px; 
	z-index: -1; 
	transform: rotate(-13deg); 
	transform-origin: 40% 80%; 
	opacity: 0.2; }
  	
  /*.banner h2 {
	color: black;
    text-align: center;
	text-shadow: 3px 3px 5px #00000060; }*/
	
  .banner h2 {
    text-align: center;
    text-shadow: 3px 3px 5px #00000060;
    background: white;
	background: -webkit-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
	background: -o-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
	background: -moz-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
	background: linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
	width: 100%;
    margin: 0px auto 10px auto;
    color: white;
    padding: 9px; }	

  p.top-banner {
	font-size: 1.25em;
	text-align: justify;
    text-shadow: 2px 2px 1px #00000060;
    background: #0000005e;
    /* background: -webkit-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d); */
    background: -o-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
    background: -moz-linear-gradient(-40deg, transparent, #ffffff7d, transparent, #ffffff7d);
    /* background: linear-gradient(-40deg, #607D8B, #607D8B, #607D8B, #607D8B); */
    width: 100%;
    margin: 0px auto 10px auto;
    color: white;
    padding: 18px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px; }	

.non-home-banner {
  margin: auto; }
 
.banner-butterfly-bg {
  background: url(images/logo-symbol-white.png) no-repeat; 
  position: absolute; 
  width: 1040px; 
  height: 840px; 
  z-index: -1; 
  transform: rotate(-13deg); 
  transform-origin: 40% -160%; 
  opacity: 0.2; }
 
  .box-offer {
	/*background: rgba(255, 101, 34, 0.75);
	box-shadow: 5px 5px 5px #00000042;
	width: 30%;
	padding: 15px;
	margin-right: 3%;
	float: left;
	font-size: 80%;
	line-height: 0.2em; */
	
	background: transparent;
    box-shadow: 5px 5px 5px #00000042;
    width: 30%;
    padding: 15px;
    margin-right: 3%;
    float: left;
    font-size: 80%;
    line-height: 0.2em;
    border: 4px solid #ffffff8f;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; }

	.box-offer:hover {
	  background: #ffa500bd;
	  cursor: pointer;
	  transition: 0.3s; }
	
	h2.box-offer-header {
      font-size: 1.4em; }
  
	.box-offer-button {
	  height: 40px; }
  
  .box-offer-2 {
    width: 33.33%;
    float: left; }
	
  .box-offer-3 {
    width: 100%;
    float: left;
	margin-bottom: 15px; }
	
	.box-offer-2 img, .box-offer-3 img {
	  width: 100%; }
	  

.features-box {
  box-shadow: -3px 3px 17px 2px #8080803b;
    /* padding: 20px; */
  background: white; }

  
	
  h3.price {
    text-decoration: none;
    font-size: 3.5rem;
    color: black;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid lightgrey;
    margin: 0; } 
	
  .features-box-feature {
    padding: 12px 8px 12px 38px;
    text-decoration: none;
    font-size: 0.9rem;
    text-align: left;
    color: black;
    border-bottom: 1px solid lightgrey; }
	
  .features-box-text {
    padding: 15px;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 0.9rem;
    color: black;
    border-bottom: 1px solid lightgrey; }  	     
 
.page-title {
  text-align: center;
  background: #8BC34A;
  margin: 0 0 10px 0; }
 
.home-box-1 {
  position: relative;
  background-image:url(../images/.jpg);
  height: auto; }  

.home-box-2 {
  position: relative;
  background-image:url(../images/box2.jpg);  
  height: 519px; }  

.home-box-3 {
  position: relative;
  background-image:url(../images/.jpg);  
  height: auto; }  
  
.home-box-4 {
  position: relative;
  background-image:url(../images/box4.jpg);  
  height: 519px; }  

.home-box-5 {
  position: relative;
  background-image:url(../images/.jpg);  
  height: auto; }
  
.container-hover-over {
  position: relative;
  width: 100%; }    

.box-img img {
  max-width: 100%; 
  /* height: auto; */ }

  .box-img-overlay {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA; }

.container-hover-over:hover .box-img-overlay {
  opacity: 0.9;
}

.hover-over-text {
  color: white;
  font-size: 0.7em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }  

#product-box {
  float: left;
  width: 23%;
  padding: 15px;
  margin: 6px 6px;
  box-sizing: border-box;
  min-height: 17rem;
  border: 1px solid #ccc;
  transition: 0.3s; }
  
  #product-box:hover {
	border: 1px solid #000000;
	cursor: pointer; }

  #product-box .image {
	width: 100%; 
	margin: auto;
	min-height: 220px; }  

  #product-box .name {
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.4em;
	/* text-transform: lowercase; */
	color: black;
	padding: 4px 0px; 
	text-align: center;
	min-height: 75px; }
  
  #product-box .price {
	font-size: 2.0em;
	font-weight: 600;
	color: #82b646;
	padding: 4px 0px;
	text-align: center; }
  
  #product-box .condition {
	font-size: 1.0em;
	line-height: 1.618em;
	text-transform: uppercase;
	color: black;
	padding: 0px 0px; 
	text-align: center; }

#category-box {
  float: left;
  width: 23%;
  padding: 15px;
  margin: 6px 6px;
  box-sizing: border-box;
  min-height: 17rem;
  border: 1px solid #ccc;
  transition: 0.3s; }
  
  #category-box:hover {
	border: 1px solid #000000;
	cursor: pointer; }

  #category-box .image {
	width: 100%; 
	margin: auto;
	min-height: 11rem; }  

  #category-box .name {
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.618em;
	/* text-transform: lowercase; */
	color: black;
	padding: 4px 0px; 
	text-align: center; }


@media only screen and (max-width : 768px)  {
    #product-box { width: 31%; }
	#category-box { width: 31%; }
}
@media only screen and (max-width : 480px)  {
    #product-box { width: 45.667%; }
	#product-box .image { min-height: 170px; overflow: hidden; } 
	#category-box { width: 95%; }
}
  
/* 1 - Ecommerce - Product Page
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.product-options-title {
  font-size: 1.3em;
  line-height: 1.418em;
  color: white;
  transition: 0.3s;
  text-transform: capitalize; }
  
  .product-options-title:hover {
	color: yellow;
	text-decoration: none; }

.product-page-img {
  float: left;
  width: 45%;
  padding: 15px;
  margin: 9px;
  box-sizing: border-box;
  height: auto; }

.product-page-details {
  float: left; 
  width: 45%;
  padding: 15px;
  margin: 9px;
  box-sizing: border-box;
  height: auto; }
  
.price-details-container {
  width: 330px;
  height: auto;
  margin: 0 auto 25px auto; }
  
  .price-details-price-header {
    font-size: 2.5em;
    color: #f09d5d;
    font-weight: 500;
    float: left;
    text-align: left; }  

  .price-details-price {
    font-size: 8em;
    color: white;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: -32px;
    margin-bottom: -32px; }  

@media only screen and (max-width : 599px)  {
    .price-details-price {
	  margin-top: -20px;
      margin-bottom: -20px; }
	
	.price-details-container { width: 200px; }
}

  .price-details-sub-price {
	font-size: 2.0em;
    color: white;
    font-weight: 600;
    text-align: right; } 

	.price-details-price-header, .price-details-price, .price-details-sub-price {
	  text-shadow: 2px 2px 1px #00000060;
	  width: 100%; } 

   input[type="submit"].price-details-btn {
     margin: auto; 
	 background: #ff751b; 
	 color: white; 
	 padding: 10px 55px; 
	 font-size: 1.0em; 
	 font-weight: 600; 
	 height: 50px; 
	 border: none;
	 transition: 0.3s; }
	 
	 input[type="submit"].price-details-btn:hover {
	 background: white; 
	 color: black; 
	 border: none; }
	
/* 1 - Ecommerce - Basket Page
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#basket-product-container {
  position: relative;
  padding: 15px;
  margin: 10px;
  box-sizing: border-box;
  height: 195px;
  border: 1px solid #ccc;
  transition: 0.3s; }
  
.basket-product-image {
  width: 24%;
  height: 100%;
  float: left;
  overflow: hidden;
  zoom: 0.8; }  

.basket-product-description {
  width: 60%; 
  height: 100%;
  float:left;
  top: 40%; }  

.basket-product-price {
  width: 26%;
  float: left;
  top: 40%;
  right: 0;
  position: absolute;
  height: 20%; }

.qty {
  padding: 8px 0px;
  width: 33px;
  height: 30px;
  margin: 0px;
  float: left; }

.qty-plusminus {
  background-color: #CCC;
  padding: 1px 0;
  width: 29px;
  height: 100%;
  font-size: 27px;  
  text-align: center;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #EEE;
  margin: 0px;
  float: left;
  vertical-align: middle; }

.item-qty {
  background-color: #FFF;
  padding: 8px;
  width: 30px;
  height: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #666;
  border: 1px solid #EEE;
  margin: 0px;
  float: left; }
  
.item-price {
  padding: 10px 0px;
  width: 40%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #666;
  margin: 0px;
  float: left; }  
  
/*
.banner {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 *//*
  background: url(images/tgb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border: red solid 1px;
  overflow: hidden;
  float: left; }
*/ 

/* Side Nav */
/*
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	background-color: #fff;
}
.menu li {
    display: block;
	padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
*/

.aside {
  /*background: #00bcd4;
   background: -webkit-linear-gradient(-40deg, #d49c07, #39170c); 
  background: -o-linear-gradient(-40deg, #d49c07, #39170c);
  background: -moz-linear-gradient(-40deg, #d49c07, #39170c);*/
  /* background: linear-gradient(-40deg, #8BC34A, #4e8a09); */
  padding: 15px;
  color: white;
  text-align: center;
  font-size: 14px;
  box-shadow: 5px 2px 12px rgba(0, 0, 0, 0), 0 2px 12px rgba(2, 1, 1, 0.19);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px; }
	
  .aside ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none; }

	.aside ul li {
	  margin: 0;
	  float: none; }

	  .aside ul li a {
		display: block;
        text-align: left;
        padding: 14px 16px; }

.aside h3 {
  font-size: 1.4em;
  line-height: 1.618em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 10px 0;
  border-bottom: solid 0.01em #fff; }


/* 1 - Side Slide Menu
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */		

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 11; /* Stay on top */
  top: 0;
  right: 0;
  background-color: white; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  /*padding-top: 60px;*/ /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */ 
  /* box-shadow: 0px 0px 18px 1px #0000008a; */ 
  box-shadow: none; }

/* The navigation menu links */
  .sidenav a {
    padding: 12px 8px 12px 32px;
    text-decoration: none;
    font-size: 1.0rem;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid lightgrey; }

  .sidenav .add-page a {
    color: orange; 
	cursor: pointer; }
  
/* When you mouse over the navigation links, change their color */
  .sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1; }

/* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: -17px;
    right: 5px;
    font-size: 36px;
    color: white;
    margin-left: 50px;
    border-bottom: none;
    /* text-shadow: 2px 2px 16px #2726343b; */}
	
  .sidenav .logout {
    position: absolute;
    top: 0;
    left: 90px;
    font-size: 28px;
    margin-left: 20px; }

  .sidenav .home {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 28px;
    margin-left: 0px; }

 .mobile-sidenav-header {
    padding: 11px 22px;
    color: white;
    font-size: 0.9rem; }

  /* Start Accordion styles */
  .tab {
    position: relative;
    /* margin-bottom: 1px; */
    width: 100%;
    color: #fff;
    overflow: hidden; }
	
  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
	
  .tab label {
    position: relative;
    display: block;
    /* background: #16a085; */
    cursor: pointer;
	padding: 6px 22px;
    color: white;
    font-size: 0.9rem;
	font-weight: 500;
	margin-bottom: .4rem; }
	
  .blue label { background: #2980b9; }
	
  .tab-content {
    max-height: 0;
    overflow: hidden;
    background: white;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s; }
	
  .blue .tab-content { background: #3498db; }
  .tab-content p { margin: 1em; }
  
  /* :checked */
  .tab input:checked ~ .tab-content { max-height: 100vh; }
  
  /* Icon */
  .tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
	
  .tab input[type=checkbox] + label::after { content: "+"; }
  .tab input[type=radio] + label::after { content: "\25BC"; }
  .tab input[type=checkbox]:checked + label::after { transform: rotate(315deg); }
  .tab input[type=radio]:checked + label::after { transform: rotateX(180deg); }

  /* End Accordion styles */

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#all-content-container {
    transition: margin-left .5s; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 480px) {
    .sidenav { padding-top: 15px; }
    .sidenav a { font-size: 18px; }
}


/* 1 - Side Slide Nav Web Row Builder
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */		

/* The side navigation menu */
.navWebRowBuilder {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 4; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #D4D4D4; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 10px 0 10px 0; /* Place padding around */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */ }

/* The navigation menu links */
  .navWebRowBuilder a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #818181;
    display: block;
    transition: 0.3s }

/* When you mouse over the navigation links, change their color */
  .navWebRowBuilder a:hover, .offcanvas a:focus{
    color: #f1f1f1; }

/* Position and style the close button (top right corner) */
  .navWebRowBuilder .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px; }

  .navWebRowBuilder .logout {
    position: absolute;
    top: 0;
    left: 90px;
    font-size: 28px;
    margin-left: 20px; }

  .navWebRowBuilder .home {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 28px;
    margin-left: 0px; }


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#all-content-container {
    transition: margin-left .5s; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 480px) {
    .navWebRowBuilder { padding-top: 15px; }
    .navWebRowBuilder a { font-size: 18px; }
}


  .web-builder-row {
    position: relative;
    margin: 30px auto;
    padding: 0px;
    box-sizing: border-box;
    border: 3px #CECECE solid;
    height: 146px;
	width: 70%; }

	.web-builder-row:hover {
	  border: 3px #737373 solid;
	  cursor: pointer; }
  
  .row-box {
	height: 110px;  
    padding: 8px 8px 8px 8px;
    background: #18C4F0;
    transition: 0.3s; }


/* 1 - Footer
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */		


.footer {
  background-color: #000;
  color: #ffffff;
  background-image: url(../images/footer-1.jpg);
  background-position: bottom;
  background-repeat: no-repeat; }

  .footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none; }
	
	.footer ul li {
	  
	  float: none; 
	  padding: 0px 10px;
      font-size: 14px; }

	  .footer ul li a {
		display: block;
		font-family: 'Open Sans', sans-serif;
		text-transform: none;
		text-align: left;
		padding: 7px 0px;
		font-size: 14px;
		background: none;
		color: white;
		border: none; }

	  .footer ul li a:hover {
		text-decoration: underline; }

.social-inline {
  display: -webkit-inline-box; }

.copyright {
  text-align: left; 
  font-size: 13px; }

  .copyright a:link {
	color: white; 
	text-decoration: none; }

  .copyright a:visited {
	color: white; 
	text-decoration: none; }
  
  .copyright a:hover {
	color: grey; 
	text-decoration: none; }

@media only screen and (min-width : 841px)  {
.mobile-footer-container {
  display: none; }
}
 
.error-message-1 {
  color: red;
  background: white;
  width: 233px;
  margin: 10px auto;
  font-weight: 600;
  padding: 11px 0; } 
  
/* ? - Buttons
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: block;
  height: 38px;
  margin-top: 2.0em;
  padding: 0 30px;
  color: #555;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  /*line-height: 38px;*/
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 25px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

  button a[href] {
	text-decoration: none; }

/*@media only screen and (max-width : 599px)  { 

  input[type="submit"] { 
  width: 100%!important; }
}*/

button.addtobasket {
  display: block;
  height: 45px;
  margin-top: 0.1em;
  line-height: 0;
  padding: 12px 32px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #F7941D;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  /* width: 70%; */
  transition: 0.3s;
  border-radius: 32px;
  border: none; } 

  /*button.addtobasket a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.addtobasket a:visited {
	text-decoration: none; 
	color: white; } */
  
  button.addtobasket:hover {
	display: block;
	text-decoration: none; 
	color: white; 
	background: rgba(200,105,0,1.00); } 

button.transparent {
  display: block;
  height: 45px;
  margin-top: 0.1em;
  line-height: 0;
  padding: 12px 32px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: none;
  border: 2px solid white;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  /*width: 70%;*/
  transition: 0.3s;
  border-radius: 32px; } 

  /*button.transparent a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.transparent a:visited {
	text-decoration: none; 
	color: white; } */
  
  button.transparent:hover {
	display: block;
	text-decoration: none; 
	color: white;
	border: none;
	background: orange; } 

button.header-btn {
  display: block;
  margin-top: 0.1em;
  margin-bottom: 5px;
  padding: 9px 9px;
  margin-left: auto;
  margin-right: auto;
  /* line-height: 0px; */
  color: #656565;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border: 5px outset #9e9e9e29;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 100px;
  height: 48px;
  width: 48px; } 

  button.header-btn a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.header-btn a:visited {
	text-decoration: none; 
	color: white; } 
  
  button.header-btn:hover {
	display: block;
	text-decoration: none; 
	color: black;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); } 

  button.side-nav-btn {
	display: inline-block;
    height: 32px;
    margin: -5px auto;
    /* margin-bottom: 0; */
    line-height: 0;
    padding: 3px 15px;
    color: white;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: none;
    cursor: pointer;
    box-sizing: border-box;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* width: 70%; */
    transition: 0.3s;
    border-radius: 19px;
    border: 2px solid white; }
	
	button.side-nav-btn:hover {
	text-decoration: none; 
	background: white;
	color: black;
	border: 2px solid white; } 

@media only screen and (max-width : 910px)  {

button.header-btn {
  display: block;
  margin-top: 0.1em;
  margin-bottom: 5px;
  padding: 11px 10px;
  margin-left: auto;
  margin-right: auto;
  /* line-height: 0px; */
  color: #656565;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border: 2px solid #e2e2e2;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.2s;
  border-radius: 100px;
  height: 38px;
  width: 38px; }

.phone-container-tablet { margin: 7px 5px; }

}
  .header-btn-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6em;
    text-align: center; }

  button.header-btn-2 {
	display: block;
	float: right;
	height: auto;
	margin-top: 0.1em;
	margin-bottom: 0px;
	padding: 9px 24px;
	/*line-height: 0px;*/
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.3s;
	background: #8BC34A;
	border-radius: 25px; } 

  button.header-btn-2:hover {
	display: block;
	text-decoration: none; 
	color: white;
	background: #FF9800;
	-ms-transform: scale(1.040); /* IE 9 */
    -webkit-transform: scale(1.040); /* Safari 3-8 */
    transform: scale(1.040); } 

  button.header-btn-3 {
	display: block;
	float: right;
	height: auto;
	margin-top: 0.1em;
	margin-bottom: 0px;
	margin-right: 5px;
	padding: 9px 24px;
	/*line-height: 0px;*/
	color: #656565;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border: 2.4px solid #F5951D;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.3s;
	background: white;
	border-radius: 25px; } 

  button.header-btn-3:hover {
	display: block;
	text-decoration: none; 
	color: white;
	background: #8BC34A;
	border: 2.4px solid #e3f34b;
	-ms-transform: scale(1.0); /* IE 9 */
    -webkit-transform: scale(1.0); /* Safari 3-8 */
    transform: scale(1.0); } 

  button.mobile-header-btn {
    display: block;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    /* line-height: 0px; */
    color: #5a5a5a;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    /* white-space: nowrap; */
    background-color: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s;
    /* border-radius: 100px; */
    /* height: 43px; */ } 

	button.mobile-header-btn a:link {
	  display: block;
	  text-decoration: none; 
	  color: white; } 
	
	button.mobile-header-btn a:visited {
	  text-decoration: none; 
	  color: white; } 
	
	button.mobile-header-btn:hover {
	  display: block;
	  text-decoration: none; 
	  color: black;
	  -ms-transform: scale(1.0); /* IE 9 */
	  -webkit-transform: scale(1.0); /* Safari 3-8 */
	  transform: scale(1.0); } 

  .mobile-header-btn-link {
    font-family: 'Montserrat', sans-serif;
    margin-top: -2px;
	  font-size: 0.9em;
	  font-weight: 600;
    text-align: center; }

button.header-btn-bgcolor {
  display: block;
  float: right;
  margin-top: 0.1em;
  margin-bottom: 0px;
  padding: 7px 20px;
  line-height: 0px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  background: #FF9800;
  border-radius: 18px; } 

  button.header-btn-bgcolor a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.header-btn-bgcolorn a:visited {
	text-decoration: none; 
	color: white; } 
  
  button.header-btn-bgcolor a:hover {
	display: block;
	text-decoration: none; 
	color: red; 
	border: 1px solid black;
	background: white; } 


button.add-to-basket-lg {
  display: block;
  height: 40px;
  margin-top: 1em;
  padding: 0px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #444;
  border: 1px solid;
  cursor: pointer;
  box-sizing: border-box;
  width: 80%;
  transition: 0.3s } 

  button.add-to-basket-lg a:link {
	display: block;
	text-decoration: none; 
	color: white; } 
  
  button.add-to-basket-lg a:visited {
	text-decoration: none; 
	color: white; } 
  
  button.add-to-basket-lg a:hover {
	text-decoration: none; 
	color: white; 
	background: orange;
	border: none; }

button.update-image {
    display: block;
    height: 50px;
    margin-top: 2.1em;
    padding: 0px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #2196F3;
    border: 3px dashed;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    transition: 0.3s;
    position: absolute;
	border-radius: 9px; } 

	button.update-image a:link {
	  display: block;
	  text-decoration: none; 
	  color: white; } 
	
	button.update-image a:visited {
	  text-decoration: none; 
	  color: white; } 
	
	button.update-image a:hover {
	  display: block;
	  text-decoration: none; 
	  color: white; 
	  background: orange; } 


.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

.button2 {
  z-index: 100;
  background-color: #c39738;
  width: 200px;
  padding: 19px;
  margin-left: auto;
  position: absolute;
  font-size: 1.4em;
  text-align: center;
  border-radius: 4px;
  color: white;
  margin-right: auto; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#form-box { 
  content: "";
  clear: both;
  display: table; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 50px;
  width: 100%;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* EDIT THIS FOR CMS FIELD ON EDIT PAGE - UNFINISHED */
input[type="text"] .cms-banner-text {
  height: 80px;
  width: 100%;
  padding: 6px 10px;
  background: none;
  border: 4px solid white;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  color: white;
  font-size: 33px; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 95px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .6rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-bottom: 0.8em;
  height: 20px;
  width: 20px; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  width: 100%;
  overflow-x:auto; }
th {
  color: white;
  font-size: 14px;
  background: #FF9800;
  padding: 14px 10px;
  /*border-radius: 5px;*/ }

  th.th2 {
   background: #8476a4; }

td {
  padding: 12px 0px 12px 0px;
  text-align: center;
  border-bottom: 1px solid #E1E1E1; }
/*th:first-child,*/
td:first-child {
  padding: 12px;
  background: white; }
th:last-child,
td:last-child {
  /*padding-right: 0;*/ }

.table-price {
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center; }
	
  .table-price a:link {
	  color: #000;
	  text-decoration: none; }

  .table-price a:visited {
	  color: #000;
	  text-decoration: none; }
  
  .table-price a:hover {
	  color: white;
	  background-color: orange;
	  text-decoration: none; }

  .table-price a:active {
	  color: #000;
	  text-decoration: none; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
il, 
ol,
pre,
blockquote,
dl,
figure,
table,
form {
  margin-bottom: 2.5rem; }

.padding-zero {
  padding: 0; }

.padding-top-bottom-zero {
  padding-top: 0;
  padding-bottom: 0; }  

.padding-top-zero { padding-top: 0; }  

.padding-5px { padding: 5px; }
.padding-10px { padding: 10px; }  
.padding-15px { padding: 15px; }
.padding-20px { padding: 20px; }
.padding-25px { padding: 25px; }  

.margin-bottom-zero { margin-bottom: 0; }     

.margin-top-zero { margin-top: 0; }
.margin-top-5px { margin-top: 5px; }
.margin-top-10px { margin-top: 10px; }  
.margin-top-15px { margin-top: 15px; }
.margin-top-20px { margin-top: 20px; }
.margin-top-25px { margin-top: 25px; }   

.margin-right-zero { margin-right: 0px; }
.margin-right-5px { margin-right: 5px; }
.margin-right-10px { margin-right: 10px; }  
.margin-right-15px { margin-right: 15px; }
.margin-right-20px { margin-right: 20px; }
.margin-right-25px { margin-right: 25px; } 
 
.margin-left-zero { margin-left: 0px; }
.margin-left-5px { margin-left: 5px; }
.margin-left-10px { margin-left: 10px; }  
.margin-left-15px { margin-left: 15px; }
.margin-left-20px { margin-left: 20px; }
.margin-left-25px { margin-left: 25px; } 
  
.full-width {
  width: 100%;
  box-sizing: border-box; }

.position-relative { position: relative; }
 
.content-align-center {
  margin: auto;
  float: none; } 

.text-align-center { text-align: center; }
.text-align-left { text-align: left; } 
.text-align-right { text-align: right; }  

.float-left { float: left; }  
.float-right { float: right; }  

.italic { font-style: italic; }
  
.spacer { padding: 20px; }
  
.full-width-center-align {
  margin: auto;
  width: 100%; } 
 
.position-relative { position: relative; }

/* Icons Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

i.i-style {
  color: black;
  font-size: 28px; }

  i.i-style:hover {
	color: orange;
	text-decoration: none;
	cursor: pointer; }

i.i-cms-home {
  color: #9e9e9e;
  font-size: 98px; }

  i.i-cms-home:hover {
	color: orange;
	text-decoration: none;
	cursor: pointer; }

i.i-top-nav {
  color: #8BC34A;
  font-size: 22px;
  padding-left: 16px; }
  
  i.i-top-nav:hover {
	color: grey;
	transition: 0.3s; }

/* Colours
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.black {
  color: black; }

.white {
  color: white; }

.grey {
  color: grey; }

.darkgrey {
  color: darkgrey; }

.orange {
  color: orange; }

.darkolivegreen {
  color: darkolivegreen; }  

/* Background Colours
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.background-white {
  background-color: white; }
  
.background-blue {
  background-color: #2196F3; }

.background-pale-yellow {
  background-color: #cddc394d; }
  
.background-gunmetal-grey {
  background-color: rgba(92,92,92,1.00); }
  
.background-grey-e6e6e6 {
  background-color: #e6e6e6; }   
  
/* Univiersal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.no-text-dec {
  text-decoration: none; }
  
.cursor-pointer {
  cursor: pointer; }

.text-transform-capitalize {
  text-transform: capitalize; }
    
.lowercase {
  text-transform: lowercase; }  

.uppercase {
  text-transform: uppercase;}
  
.border-none {
  border: none; }  

.box-shadow-none {
  box-shadow: none; }  

/* Box Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 
.box-style {
  /* border: solid 1px #b2b2b2; */
  box-shadow: -3px 3px 17px 2px #8080803b;
  padding: 20px;
  background: white;
  border-radius: 12px; }

  .box-style-strip {
	height: 7px;
	width: 100%; }
  
.box-style-2 {
  border: solid 1px #b2b2b2;
  box-shadow: 3px 3px 17px 2px #8080803b; }
  
 .diagonal-div {
  border: 0;
  padding: 0;
  margin: 0;	 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 100vw 0 0;
  /* border-color: #00bcd4 white transparent transparent; *//*  previously colour was displayed here for half diagonals */
  transform: scale(1.0001); }   

   .colors-transparent-white {
	border-color: transparent white transparent transparent; }
	
   .colors-white-transparent {
	border-color: white transparent transparent transparent; }
	
   .colors-blue-white {
	border-color: #00bcd4 white transparent transparent; }
	
   .colors-white-blue {
	border-color: white #00bcd4 transparent transparent; }

   .colors-white-paleyellow {
	border-color: white #cddc394d transparent transparent; }   

   .colors-paleyellow-white {
	border-color: #cddc394d white transparent transparent; }   

   .colors-white-gunmetal-grey {
	border-color: white rgba(92,92,92,1.00) transparent transparent; }   

   .colors-gunmetal-grey-gunmetal-grey {
	border-color: rgba(92,92,92,1.00) white transparent transparent; }   

#triangle-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e6e6e6;
    margin: auto; }

#triangle-down-white {
	position: absolute;
	top: 0;
	left: 48.7%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
    margin: auto; }

#triangle-down-white-small {
    position: absolute;
    top: 0;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    margin: auto; }	

/* Modal Popup
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.close-popup {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close-popup:hover,
.close-popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width : 768px)  {
  
  .hidden-sm { display: none; }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) {
  /* For Mobile */
  [class*="col-"] { width: 100%; }

  .colx-s-1 {width: 8.33%;}
  .colx-s-2 {width: 16.66%;}
  .colx-s-3 {width: 25%;}
  .colx-s-4 {width: 33.33%;}
  .colx-s-5 {width: 41.66%;}
  .colx-s-6 {width: 50%;}
  .colx-s-7 {width: 58.33%;}
  .colx-s-8 {width: 66.66%;}
  .colx-s-9 {width: 75%;}
  .colx-s-10 {width: 83.33%;}
  .colx-s-11 {width: 91.66%;}
  .colx-s-12 {width: 100%;}
}

/* Tablets (portrait and landscape) and (max-width : 570px) ----------- WAS 640px */
@media only screen and (min-width : 570px)  {
  /* Styles */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  
  .colx-s-1 {width: 8.33%;}
  .colx-s-2 {width: 16.66%;}
  .colx-s-3 {width: 25%;}
  .colx-s-4 {width: 33.33%;}
  .colx-s-5 {width: 41.66%;}
  .colx-s-6 {width: 50%;}
  .colx-s-7 {width: 58.33%;}
  .colx-s-8 {width: 66.66%;}
  .colx-s-9 {width: 75%;}
  .colx-s-10 {width: 83.33%;}
  .colx-s-11 {width: 91.66%;}
  .colx-s-12 {width: 100%;}
}

/* Desktops and laptops and (min-width : 820px) and (max-width : 1919px) ----------- WAS 768px */
@media only screen and (min-width : 820px) {
  /* Styles */
  .col-m-1 {width: 8.33%;}
  .col-m-2 {width: 16.66%;}
  .col-m-3 {width: 25%;}
  .col-m-4 {width: 33.33%;}
  .col-m-5 {width: 41.66%;}
  .col-m-6 {width: 50%;}
  .col-m-7 {width: 58.33%;}
  .col-m-8 {width: 66.66%;}
  .col-m-9 {width: 75%;}
  .col-m-10 {width: 83.33%;}
  .col-m-11 {width: 91.66%;}
  .col-m-12 {width: 100%;}
}

/* Desktops and laptops and (min-width : 1024px) and (max-width : 1919px) ----------- */
@media only screen and (min-width : 1024px) {
  /* Styles */
  .col-l-1 {width: 8.33%;}
  .col-l-2 {width: 16.66%;}
  .col-l-3 {width: 25%;}
  .col-l-4 {width: 33.33%;}
  .col-l-5 {width: 41.66%;}
  .col-l-6 {width: 50%;}
  .col-l-7 {width: 58.33%;}
  .col-l-8 {width: 66.66%;}
  .col-l-9 {width: 75%;}
  .col-l-10 {width: 83.33%;}
  .col-l-11 {width: 91.66%;}
  .col-l-12 {width: 100%;}
}
	
/* Large screens and @media only screen and (min-width : 1920px) and (max-width : 3840px) */
/* @media only screen and (min-width : 1920px) and (max-width : 3840px) { */
  /* Styles */
/*.col-xl-1 {width: 8.33%;}
  .col-xl-2 {width: 16.66%;}
  .col-xl-3 {width: 25%;}
  .col-xl-4 {width: 33.33%;}
  .col-xl-5 {width: 41.66%;}
  .col-xl-6 {width: 50%;}
  .col-xl-7 {width: 58.33%;}
  .col-xl-8 {width: 66.66%;}
  .col-xl-9 {width: 75%;}
  .col-xl-10 {width: 83.33%;}
  .col-xl-11 {width: 91.66%;}
  .col-xl-12 {width: 100%;}
}
*/



/* CMS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cms-header {
  max-width: 100%;
  padding: 10px;
  margin: 0px 0px 0px 0px; }

.grad {
  background: #8BC34A;
  background: -webkit-linear-gradient(left, #8BC34A, #FFC107);
  background: -o-linear-gradient(right, #8BC34A, #FFC107);
  background: -moz-linear-gradient(right, #8BC34A, #FFC107);
  background: linear-gradient(to right, #8BC34A, #FFC107); }

.grad-2 {
  background: #000000;
  background: -webkit-linear-gradient(left, #565555, #000000);
  background: -o-linear-gradient(right, #565555, #000000);
  background: -moz-linear-gradient(right, #565555, #000000);
  background: linear-gradient(to right, #565555, #000000); }
  
.grad-3 {
  background: #009688;
  background: -webkit-linear-gradient(-40deg, #9C27B0, #009688); 
  background: -o-linear-gradient(-40deg, #9C27B0, #009688); 
  background: -moz-linear-gradient(-40deg, #9C27B0, #009688); 
  background: linear-gradient(-40deg, #9C27B0, #009688); }

.grad-4 {
  background: #FF7E00;
  background: -webkit-linear-gradient(-60deg, #9C27B0, #009688); 
  background: -o-linear-gradient(-60deg, #9C27B0, #009688); 
  background: -moz-linear-gradient(-60deg, #9C27B0, #009688); 
  background: linear-gradient(-60deg, #FF7E00, #FC8D00, #FFE500); }    

.grad-5 {
  background: #9C27B0;
  background: -webkit-linear-gradient(-40deg, #9C27B0, #009688); 
  background: -o-linear-gradient(-40deg, #9C27B0, #009688); 
  background: -moz-linear-gradient(-40deg, #9C27B0, #009688); 
  background: linear-gradient(-40deg, #9C27B0, #009688); }

.grad-6 {
    background: #FF7E00;
    background: -webkit-linear-gradient(-190deg, #C7D0BD, #e0e0e0, #C7D0BD);
    background: -o-linear-gradient(-190deg, #C7D0BD, #e0e0e0, #C7D0BD);
    background: -moz-linear-gradient(-190deg, #C7D0BD, #e0e0e0, #C7D0BD);
    background: linear-gradient(-190deg, #C7D0BD, #e0e0e0, #C7D0BD); }

.grad-7 {
	background: -webkit-linear-gradient(-200deg, #E91E63, #009688);
    background: -o-linear-gradient(-200deg, #E91E63, #009688);
    background: -moz-linear-gradient(-200deg, #E91E63, #009688);
    background: linear-gradient(-200deg, #E91E63, #009688); }

.grad-4-b {
  background: #FF7E00;
  background: -webkit-linear-gradient(250deg, #FF7E00, #FC8D00, #FFFFFF); 
  background: -o-linear-gradient(250deg, #FF7E00, #FC8D00, #FFFFFF); 
  background: -moz-linear-gradient(250deg, #FF7E00, #FC8D00, #FFFFFF); 
  background: linear-gradient(340deg, #ffac39, #ef8b0c); }

.grad-8 {
  background: #FF9800;	
  background: -webkit-linear-gradient(-40deg, #2196F3, #FF9800); 
  background: -o-linear-gradient(-40deg, #2196F3, #FF9800); 
  background: -moz-linear-gradient(-40deg, #2196F3, #FF9800); 
  background: linear-gradient(-40deg, #2196F3, #FF9800); }
  
.grad-9 {
  background: #963ab7;	
  background: -webkit-linear-gradient(-40deg, #963ab7, #8BC34A); 
  background: -o-linear-gradient(-40deg, #963ab7, #8BC34A); 
  background: -moz-linear-gradient(-40deg, #963ab7, #8BC34A); 
  background: linear-gradient(-40deg, #963ab7, #8BC34A); }  
  
.grad-10 {
  background: #009688;
  background: -webkit-linear-gradient(-40deg, red, #a20909); 
  background: -o-linear-gradient(-40deg, red, #a20909); 
  background: -moz-linear-gradient(-40deg, red, #a20909); 
  background: linear-gradient(-40deg, red, #a20909); }  

.center-box {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 30px;
  background-color: #F1F1F1;
  border-radius: 8px;
  border: rgba(158, 158, 158, 0.33) 0.5px solid;
  box-sizing: border-box; }

.center-box.grad {
  background: #F1F1F1;
  background: -webkit-linear-gradient(top, #F1F1F1, white);
  background: -o-linear-gradient(top, #F1F1F1, white);
  background: -moz-linear-gradient(top, #F1F1F1, white);
  background: linear-gradient(to bottom, #F1F1F1, white); }

.cms-footer {
  max-width: 100%;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  position: fixed;
  bottom: 0; }

/* CMS Side Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  
.cms-side-nav {
  width: 100%; }

.cms-side-nav ul {
  width: fit-content;
  text-transform: uppercase;
  font-weight: 400;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

  .cms-side-nav li { float: left; }

  .cms-side-nav li a, .dropbtn {
	display: -webkit-box;
	height: 100%;
	font-size: 17px;
	color: #cccccc;
	text-align: center;
	padding: 8px 5px 7px 29px;
	text-decoration: none;
	transition: 0.3s; }

  .cms-side-nav li a:hover, .dropdown:hover .dropbtn { 
    background-color: #8BC34A; 
	color: yellow; 
	font-size: 24; 
	zoom: 1.03; }

  .cms-side-nav li.dropdown { display: inline-block; }

  .cms-side-nav .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1; }

  .cms-side-nav .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left; 
	transition: 0.3s; }
  
  
/* Accordion Slider Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.accordion-toggle {
  cursor: pointer; 
  margin: 0;
  color: white;
  padding: 10px 5px 10px 15px;
  border-bottom: 1px dashed grey; }
  
  .accordion-toggle:hover {
  color: yellow;
  border-bottom: 1px solid orange;
  transition: 0.3s; }
  
.accordion-content {
  display: none;
  color: grey; }

.accordion-content.default {
  display: block; }

/* Accordion Slider Nav Prev
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
accordhead.accordion {
    background-color: #dcc21b;
	color: white;
    cursor: pointer;
    padding: 5px 5px 5px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    display: inline-block;
}

accordhead.accordion.active, accordhead.accordion:hover {
    background-color: #ddd;
}

accordhead.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-right: 8px;
	}

accordhead.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
*/

.drag-drop-row {
  padding: 70px 0;
  text-align: center;
  height: 250px;
  color: lightblue;
  border: 10px dashed lightblue;
  margin: 20px 0 60px 0;
  transition: 0.3s; }

  .drag-drop-row:hover {
    cursor: pointer;
	color: #DDEFF3;
    border: 10px dashed #DDEFF3; }
  
  .drag-drop-row > .content {
	margin: auto;
	width: 70%;
	padding: 10px;
	font-size: 3em; }  
	
.web-builder-side-panel {
  right: 0;
  top: 140px;
  position: fixed;
  width: 90px;
  height: 60%;
  text-align: center;
  background: #ff9800a1;
  color: white;
  padding: 19px;
  z-index: 3; }

.preview-web-btn {
  left: 30%;
  top: 0;
  position: fixed;
  width: 107px;
  height: 40px;
  text-align: center;
  background: #ff9800b3;
  color: white;
  padding: 12px;
  z-index: 3;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }



  .banner-prod-box-container {
    box-shadow: -3px 3px 17px 2px #ffffff57; 
    padding: 45px; 
    margin: 0 5px 0 0px; 
    border-radius: 15px;
    border-top: 8px solid #ffffff7d;; }

  
  .prod-box-container {
    box-shadow: -3px 3px 17px 2px #8080803b; 
    padding: 45px; 
    background: white; 
    margin: 0 5px 0 0px; 
    border-radius: 15px;
    border-top: 6px solid orange; }
  
    .prod-box-img-container {
      margin: 20px 20px 50px 20px; }

      .banner-prod-box-container h1 {
        font-size: 3.8em;
        text-align: left; 
        margin: 10px 0 0px 0; }
  
      .prod-box-container h1 {
        text-align: left; 
        margin: 10px 0 0px 0; }

      .banner-prod-box-container h3 {
        font-size: 1.8em;
        text-align: left; 
        font-weight: 600; 
        margin: 0px; 
        text-transform: capitalize; }
  
      .prod-box-container h3 {
        font-size: 1.8em;
        text-align: left; 
        font-weight: 600; 
        margin: 0px; 
        text-transform: capitalize; }

       .banner-prod-box-bullet {
        text-align: left;
        background: orange;
        height: 3px;
        width: 24px;
        float: left;
        margin: 10px 10px 0 0px; } 
  
       .prod-box-bullet {
        text-align: left;
        background: orange;
        height: 3px;
        width: 24px;
        float: left;
        margin: 10px 10px 0 0px; }
  
      .prod-box-desc {
        text-align: left;
        font-size: 1.0em; } 
    
      .prod-box-price {
        text-align: left;
        font-size: 2.5em; } 
  
      .prod-box-price-subtitle {
        text-align: left;
        font-size: 0.9em; }
    
      .prod-box-button {
        display: block;
        height: auto;
        margin: 20px 10px 0 0;
        float: left;
        line-height: 0;
        padding: 14px 32px;
        color: white;
        text-align: center;
        font-size: 0.9em;
        font-weight: 600;
        width: 100%;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        background-color: #45b445;
        cursor: pointer;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        transition: 0.3s;
        border-radius: 32px;
        border: 4px solid white; } 

        .prod-box-button:hover {
          display: block;
          text-decoration: none; 
          color: white; 
          background: #F7941D;
          border: 3px solid #dedede; } 

      .banner-prod-box-button {
        display: block;
        height: auto;
        margin: 20px 10px 0 0;
        float: left;
        line-height: 0;
        padding: 14px 32px;
        color: white;
        text-align: center;
        font-size: 0.9em;
        font-weight: 600;
        width: auto;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        background-color: #45b445;
        cursor: pointer;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        transition: 0.3s;
        border-radius: 32px;
        border: 4px solid white; } 

        .banner-prod-box-button:hover {
          display: block;
          text-decoration: none; 
          color: white; 
          background: #F7941D;
          border: 3px solid #dedede; } 

      @media only screen and (max-width : 600px)  { 

        .prod-box-container h3 { font-size: 2.0em; }
        
        .prod-box-desc { font-size: 1.6em; }

        .prod-box-price { font-size: 5em; font-weight: 600; }

        .prod-box-price-subtitle { font-size: 1.4em; }
        
        .prod-box-button { font-size: 1.4em; }
        
        .banner-prod-box-button { font-size: 1.4em; width: 100%; }     

      }


.spacer {
  clear: both;
  height: 40px;
}
