/* CSS Document */
html {
  height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
}
/*colors*/
.ffred {
  color: #b50a01;
}
.ffgreen {
  color: #39b54a !important;
}
.wht {
  color: #fff !important;
}
.blackgray{
  color: #333333 !important;
}
.no-color{
  color: transparent !important;
  background-color: transparent !important;
}
.ffgreen-bg {
  background: #39b54a;
}
.grey-bg {
  background: #ccc;
}

.ltgrey-bg {
  background: #f2f2f2;
}
.white-bg{
background: white;
}

/*typography*/
h1,
h2 {
  /*font-family: "roboto slab", serif;*/
  font-family: "Open Sans", sans-serif;
}
h1 {
  color: #39b54a;
  margin: 10px 0;
}


input,
select,
text-area,
button {
  /*font: "Roboto Slab", serif;*/
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
.txt-16{
  font-size: 16px !important;
}
.txt-18{
  font-size: 18px !important;
}
.txt-20{
  font-size: 16px !important;
}
.w-100{
  width:100%;
}
/*structure*/
.header {
  width: 100%;
}
.inner {
  clear: both; /*overflow:hidden;*/
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
}
.header-bar {
  background: #333;
  min-height: 45px;
  overflow: hidden;
}
#main-logo {
  padding: 0.5em;
  text-align: center;
}
#main-logo a {
  font-family: "Roboto Slab";
  color: #39b54a;
  text-decoration: none;
  font-size: 21px;
}
#logotype {
  margin-top: -5px;
}
.menu-bar {
  height: 40px;
  z-index: 520;
  background-color: #ffffff;
  margin-bottom: 12px;
  margin-right: 0px;
}
.main-menu {
  float: left;
  line-height: 40px;
}
.promo-bar {
  clear: both;
  float: left;
  width: 100%;
  min-height: 3em;
  line-height: 3em;
  outline: 1px #fff solid;
  outline-offset: -6px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  color: #fff;
}
.promo-bar p {
  text-shadow: #333 1px 0px 1px;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.promo-bar img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.main-content {
  clear: both;
  width: 100%;
  overflow: hidden;
}
footer {
  background: #333;
  overflow: hidden;
  min-height: 300px;
  color: #fff;
  padding-top: 30px;
}
footer ul {
  padding-left: 0;
}
footer li,
footer li a {
  list-style: none;
  color: #fff;
  text-decoration: none;
}
footer img {
  margin-right: 10px;
}
footer .quart {
  padding-left: 10px;
}
.menutitle {
  text-decoration: underline;
}
.promologos {
  margin-top: 30px;
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
#clock {
  float: left;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 45px;
  display: inline-block;
  background: #333;
}
#clock img {
  display: inline-block;
}
#timer {
  color: #fff;
  width: 125px;
  float: left;
  text-align: right;
  padding: 0 0.5em;
  font-family: "Roboto Mono", monospace;
}
.samedaydeliv {
  float: left;
  position: relative;
  left: 0.25em;
}
.padright-0 {
  padding-right: 0px !important;
}
.block{
  display: block;
}

/*navigation*/
/*********************/
.nav-column a,
.nav > li > a,
h3 {
  font-weight: normal;
}
.nav,
.nav a,
.nav form,
.nav input,
.nav li,
.nav ul {
  border: none;
  margin: 0;
  padding: 0;
}
.nav a {
  text-decoration: none;
}
.nav li {
  list-style: none;
}
.nav {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  cursor: default;
  display: inline-block;
  position: relative;
  z-index: 500;
}
.nav > li {
  float: left;
}
.nav > li,
.nav > li > a {
  color: #666;
  display: block;
  line-height: 36px;
  transition: all 0.3s ease;
}
.mega-parent:hover {
  background: #39b54a;
  transition: none;
  color: #ffffff;
}
.mega-menu {
  background: #eee;
  border: 1px solid #39b54a;
  border-radius: 0 0 3px 3px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0.15s;
  visibility: hidden;
  width: 100%;
  left: 0;
  right: 0;
}
li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.nav-column {
  float: left;
  padding: 2%;
  width: 20%;
}
.nav-column a {
  color: #888;
  display: block;
  line-height: 1.75;
}
.nav-column a:hover {
  color: #333;
}
.highlight {
  color: #39b54a;
}

/*********************************/

/*buttons, searches etc*/
button {
  min-width: 0em;
  font-family: "Roboto Slab", serif;
  text-align: center;
  border: 1px solid #fff;
  background: none;
  min-height: 20px;
  line-height: 2em;
  margin-top: 0.25em;
  /*margin-left: 0.5em;*/
  color: #fff;
}
button:focus {
  outline: 0;
}
button .material-icons {
  font-size: 34px;
  vertical-align: middle;
}
button:hover,
.continue button:hover,
.back button:hover {
  background: green;
}
.continue button {
  min-width: 220px;
  width: 100%;
  /*font-family: "Roboto Slab", serif;*/
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border: 2px solid #fff;
  background: #39b54a;
  min-height: 50px;
  line-height: 50px;
  margin-top: 0.25em;
  margin-left: 0;
  color: #fff;
  font-size: 180%;
  border-radius: 8px;
}
.cont-shopping button {
  background: #ff9900 /*blue #6699cc*/;
}
.back button {
  font-family: "Roboto Slab", serif;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #ddd;
  min-height: 50px;
  line-height: 50px;
  margin-top: 0.25em;
  margin-left: 0;
  color: #fff;
  font-size: 180%;
  min-width: 120px;
  width: 130px;
}
.top-buttons button {
  border: 1px solid #666;
  background: none;
}
.top-buttons button:hover {
  background: none;
  border: 1px solid #ccc;
  cursor: pointer;
}
.top-buttons,
.top-buttons select {
  font-size: 1em;
}
.forever-friends,
.forever-friends button:hover {
  background: url(/images/double-f.png) right top 0.5em no-repeat #fff !important;
  padding-right: 1.5em;
}
/*.infobutton {color:#39b54a; background:none; width:36px; min-width:36px; line-height:36px; display:inline-block; border:0;}*/
.infobutton {
  float: right;
  /*text-indent: -2000px;*/
  /*background: url(/images/info-i-orange.png) no-repeat;*/
  display: block;
  /*background-size: contain;*/
  border: 0;
  /*margin: 5px;*/
  z-index: 520;
  position: relative;
  top: -33px;
  right: 11px;
  color: white;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #ccc;
  cursor: help;
}
.infobutton::after{
  content:"?";
  font-size: 14px;
  position: relative;
  top: -4px;
  left: 5.5px;
}
.infobutton-bill{
 top: -22px;
 pointer-events: visible !important;
}
.infobutton-address {
  top: 12px;
}
.infobutton:hover,
.infobutton:focus,
.infobutton:active {
 background-color: #39b54a;
}


/*.infobutton:hover {background:url(/images/info-i.png) no-repeat; width:36px; height:36px; min-width:36px; display:block; background-size:contain; border:0; margin:0;} */
.infobutton:focus {
  border: 0;
}
.top-phone {
  margin-right: 0.5em;
}
.tel,
.tel a {
  font-family: "Roboto Slab", serif;
  line-height: 45px;
  margin-left: 0.5em;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}
.search-box {
  width: 200px;
  border-radius: 5px;
  height: 35px;
  border: 2px solid #ddd;
  right: 88px;
  position: absolute;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
/*hide placeholders when clicking in the box 
input:focus::-webkit-input-placeholder { opacity: 0; }
input:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 
input:focus::-moz-placeholder { opacity: 0; } /* FF 19+ 
input:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
/*tick box FF style inpt boxes*/
input[type="radio"].deliverytime {
  position: absolute;
  z-index: -1000;
  left: -9000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="radio"].deliverytime + label.deliverytimelabel {
  padding-left: 36px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
}
input[type="radio"].deliverytime:checked + label.deliverytimelabel {
  background-position: 0 -20px;
}

label.deliverytimelabel {
  background-image: url(/images/checkbox-bg-3.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 20px;
}
.deliverytime {
  padding-top: 10px;
  float: left;
  text-align: center;
  width: 100%;
}
.deliverytimedisc {
  margin: 12px 0;
  border: 1px solid #39b54a;
  padding: 8px;
  border-radius: 8px;
  font-size: 13px;
}

.search-cart {
  position: relative;
  right: 0;
}
.search-input {
  padding: 0.25em;
  background: none;
  border: 0;
  color: #333;
  line-height: 1.5em;
  width: 150px;
  float: left;
  font-family: "Roboto Slab", serif;
}
.search-button {
  margin-top: 0.1em;
  background: none;
  border: 0;
  border-left: 2px solid #ddd;
  width: 40px;
  float: right;
  color: #ddd;
  line-height: 2em;
}
/*cart*/
.cart {
  height: 40px;
  position: absolute;
  right: 0.5em;
  width: 64px;
  z-index: 999;
  top: -2em;
}



.info-box {
    text-align: center;
    padding: 5px;
    color: white;
    font-weight: bold;
    background-color: #b50a01;
}

.cart-inner {
  width: 4em;
  border-radius: 5px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;

  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  height: 35px;
  float: right;
  margin-left: 1em;
  background: url(/images/cart-bg.png) left 30px top 4px no-repeat #39b54a;
  position: absolute;
  right: 0;
  top: -10px;
}
#cart-quant {
  float: left;
  position: relative;
  left: 4px;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  margin-right: 0.5em;
  width: 30px;
  text-align: center;
}
.cart-zoom {
  display: none;
  right: 0;
  top: auto;
  float: right;
  z-index: 1000; /*width:100%;*/
  position: absolute;
  background: url(/images/cart-select.png) no-repeat top right 1em;
  margin-right: 0.5em;
}
.cart-zoom a {
  color: #333 /*#b50a01*/;
}
.cart-zoom-inner {
  border-radius: 5px;
  color: #333;
  padding: 10px;
  min-height: 260px;
  position: relative;
  background: #f2f2f2;
  line-height: 2em;
  z-index: 1001;
  overflow: hidden;
  border: solid 2px #39b54a;
  margin-top: 15px;
}
.cart-zoom-products {
  float: left;
  min-height: 300px;
}
.cart-zoom-details {
  float: left;
  min-width: 250px;
}
.cart-zoom-details button {
  font-size: 120%;
}
.cart:hover ~ .cart-zoom {
  display: block;
}
.cart-zoom:hover {
  display: block;
}
.cart-contents {
  max-height: 33vh;
  overflow: auto;
}
#currency-select {
  float: right;
  min-width: 9em;
  font-family: "Roboto Slab", serif;
  /*text-align: center;*/
  border: 1px solid #666;
  background: #333;
  min-height: 2.25em;
  margin-top: 0.25em;
  margin-left: 0.5em;
  color: #fff;
  padding: 0;
}
#currency-select:hover,
currency-select:active {
  border: 1px solid #ccc;
}
#langauge-select {
  float: right;
  min-width: 9em;
  font-family: "Roboto Slab", serif;
  /*text-align: center;*/
  border: 1px solid #666;
  background: #333;
  min-height: 2.25em;
  margin-top: 0.25em;
  margin-left: 0.5em;
  color: #fff;
  padding: 0;
}
#langauge-select:hover,
currency-select:active {
  border: 1px solid #ccc;
}
/*alignments*/
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

/*products and promos*/
.quart {
  width: 25%;
}
.half {
  width: 50%;
  box-sizing: border-box;
}
.promo {
  margin: 0.5em;
  height: auto;
  border: 1px solid #ddd;
  text-align: center;
  color: #666;
  position: relative;
  overflow: hidden;
}
.promo-image img {
  min-width: 100%;
  height: 100%;
  width: auto;
  display: block;
}
.product {
  margin: 0.5em;
  height: auto;
  border: 1px solid #eee;
  text-align: center;
  color: #666;
  position: relative;
  background-color: #efefef;
}
.product-hover,
.extra-hover {
  visability: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.75);
  z-index: 499;
  text-align: center;
}
.extra-hover {
  height: 80%;
}
.product-hover img {
  height: auto;
  position: relative;
  top: 25%;
}
.extra-hover img {
  position: relative;
  top: 20%;
  width: 100px;
  height: auto;
}
.product-click {
  margin: 0.5em;
  height: auto;
  border: 1px solid #39b54a;
  text-align: center;
  color: #666;
  position: relative;
  padding-bottom: 8px;
}

.product-hover:hover,
.extra-hover:hover {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.33s ease-in-out;
  -moz-transition: opacity 0.33s ease-in-out;
  -webkit-transition: opacity 0.33s ease-in-out;
}

.cart-product {
  padding: 0.5em;
}
.cart-product-image,
.cart-product-image img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 300px;
  width: auto;
}
.cart-product-info {
  text-align: center;
}
.cart-zoom-details h3 {
  display: block;
  color: #333;
  font-size: 1em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: normal;
}
.cart-totals {
  text-align: right;
}
.cart-totals h4 {
  font-weight: 400;
}
.product-image {
  max-width: 100%;
  margin: 0 auto;
}
.product-image img {
  max-height: 100%;
  width: 4.16%;
  display: inline-block;
  margin: 0 auto;
  float: left;
}
.product-info {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}
/*when the extras product are hovered provide additional info*/
/*.more-detail {width:28px; height:28px; display:block; line-height:28px; position:absolute; right:5px; bottom:5px; border-radius:50%; font-size:10px; text-wrap: normal; background:#ff9900/*blue #6699cc; color:#fff; cursor:pointer;}*/
.more-detail {
  float: right;
  text-indent: -2000px;
  background: url(/images/info-i-orange.png) no-repeat;
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: block;
  background-size: contain;
  border: 0;
  margin-right: 12px;
  margin-top: -16px;
  text-indent: -9999px;
}
.more-detail:hover {
  background: url(/images/info-i.png) no-repeat;
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: block;
  background-size: contain;
  border: 0;
  margin-right: 12px;
  margin-top: -16px;
}
.more-detail-click {
  float: right;
  text-indent: -2000px;
  background: url(/images/Tick.png) no-repeat;
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: block;
  background-size: contain;
  border: 0;
  margin-right: 12px;
  text-indent: -9999px;
}
.product-detail {
  visability: hidden;
  opacity: 0;
  width: 180px;
  background: #fff;
  position: absolute;
  right: -3px;
  bottom: 31px;
  /* border-radius: 10px; */
  border: #39b54a 1px solid;
  text-align: left;
  padding: 8px;
  font-size: 90%;
}
.product-detail::after {
  content: "";
  color: white;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  background: url(/images/cart-select.png) no-repeat 135px -25px;
  text-align: center;
}
.more-detail:hover ~ .product-detail {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.33s ease-in-out;
  -moz-transition: opacity 0.33s ease-in-out;
  -webkit-transition: opacity 0.33s ease-in-out;
}

.product a {
  color: #666;
  text-decoration: none;
}
.product h3,
.product h4 {
  margin: 0;
}
.product h3 {
  display: block;
  font-size: 1.2em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
.product p {
  margin: 0.5em;
}

/*product page*/
.main-product {
  margin: 0.5em;
  height: auto;
  border: 0;
  text-align: left;
  color: #666;
  position: relative;
}
.main-product h4 {
  display: inline-block;
  text-align: center;
  color: #666;
}
.product-thumb {
  width: 27%;
  margin: 0 3%;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  float: left;
}
.product-thumb img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  display: inline-block;
  float: left;
  align: left;
}
/*product detail*/
*,
*:before,
*:after {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-tabs {
  margin-top: 48px;
  width: 98%;
}

.product-tabs section {
  display: none;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #39b54a;
}

.product-tabs input {
  display: none;
}

.product-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 18px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.product-tabs label:hover {
  color: #888;
  cursor: pointer;
}

.product-tabs input:checked + label {
  color: #555;
  border: 1px solid #39b54a;
  border-top: 2px solid #39b54a;
  border-bottom: 2px solid #f9f9f9;
  background: #f9f9f9;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
.product-review-container {
  height: 18em;
  overflow: hidden;
  width: 98%;
  border: 1px solid #39b54a;
  margin-top: 39px;
  background: #f2f2f2;
}
.review-stars {
  height: 24px;
}

/**************************/
.item h4 {
  padding-top: 4px;
  margin-top: 0;
}
.reviews {
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  padding: 20px;
  margin: 10px 0;
  color: #333333;
}
.reviews blockquote {
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
}
.product-variations {
  float: left;
  margin: 15px 0;
}
.product-variations h1 {
  margin: 15px 0;
}
.product-variations .sizeopt {
  width: 32%;
  text-align: center;
  margin-top: 20px;
}
.product-variations .vase {
  width: 16.5%;
  text-align: center;
}
.product-variations img {
  width: 100%;
  padding: 0 7%;
  height: auto;
  opacity: 0.4;
} /*added grayscale to allow only active item in green*/
.product-variations img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.product-variations input {
  display: none;
} /*hide radio buttons*/
.product-variations label > input + img {
  /* IMAGE STYLES */
  cursor: pointer;
  border: 1px solid transparent;
}
.product-variations .item > input:checked {
  /* (RADIO CHECKED) IMAGE STYLES */
  background: red;
}
.ProductThumbOverlay {
  height: 100%; /* changed for demo */
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: hidden;
  transition: 1s;
}
.vase {
  border: 0.5px solid transparent;
  margin-top: 2px;
  padding-top: 2px;
}
.vase.active,
.product.active {
  border: 0.5px solid #39b54a;
}
.continue {
  position: relative;
  left: 0;
  margin-top: 50px;
}
.upgrade-op {
  margin-top: 12px;
}
/*breadcrumb*/
.breadcrumb {
  color: #ccc;
  border-top: 1px solid #39b54a;
  border-bottom: 1px solid #39b54a;
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.breadcrumb-inner {
  width: 75%;
  min-width: 300px;
  display: block;
  margin: 0 auto;
}
.breadcrumb img {
  vertical-align: middle;
  max-width: 60px !important; /*80*/
  padding: 5px 0;
  height: auto;
}
.breadcrumb img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}
.active img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
.breadcrumb ul,
.breadcrumb li {
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  list-style: none;
  float: left;
  width: 25%;
}
.breadcrumb-item {
  position: relative;
}
.breadcrumb-join {
  position: absolute;
  width: 75%;
  height: 2px;
  right: 62.5%;
  top: 31px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}
.breadcrumb-join.active {
  background: #39b54a;
}

/*extras*/
/*.extras h1, .delivery h1 {margin: 10px 0;}*/
.extras h2,
.delivery h2 {
  display: inline-block;
}
.delivery h2,
.delivery h5 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #333333;
}
.extras h5,
.delivery h5 {
  background: #39b54a;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  margin-top: 10px;
  color: #fff;
}
.extras .product.active::after {
  font-family: "Material Icons";
  background: #39b54a;
  border-radius: 100%;
  height: 28px;
  width: 28px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  content: "\E876";
}
.extras .product h3 {
  font-size: 1em;
}
.extras .continue,
.extras .back,
.delivery .continue,
.delivery .back,
.delivery .paypal {
  /*margin-top: 25px;*/
  margin-bottom: 5px;
}

/*******/
/*****Delivery*********/
.delivery img {
  max-width: 100%;
}
.order-products img {
  width: 100px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  float: left;
  display: block;
}
.order-products-info {
  float: left;
}
.order-products h3 {
  display: block;
}
.order-products tr {
  display: table-row;
  border-bottom: 1px solid #cbedcf;
}
.delivery .padded {
  padding: 2%;
  box-sizing: border-box;
}
#delivery-cart.sticky {
  position: fixed;
  top: 10px;
  float: none;
  right: 0;
  max-height: 100vh;
  overflow: auto;
  z-index: 99;
}
#delivery-cart.stick {
  position: fixed;
  width: 50%;
  display: none;
}
#delivery-cart {
  position: relative;
  float: right;
  right: 0;
  top: 10px;
  z-index: 99999999999999;
  z-index: 99;
  width: 50%;
}
#delivery-cart-hidden {
  position: relative;
  float: right;
  right: 0;
  top: 10px;
  z-index: 99999999999999;
  background: #f2f2f2;
  border: 1px solid #39b54a;
  border-radius: 8px;
  z-index: 99;
  width: 50%;
  visibility: hidden;
}
#LeftDelivery {
  padding-bottom: 0;
}
.delivery-address {
  position: relative;
  top: 10px;
  pointer-events: none;
}
.form-address{
  margin-top: -5px;
}

.hiddeninfo {
  /*border: 1px solid #39b54a;
  background: #fff; 
  border-radius:8px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  position: absolute;
  right: 10px;
  width: 62%;
  margin-top: -24px;
  clear: both;*/
  background: #fff;
  -moz-box-sizing: border-box;
  position: relative;
  color: #39b54a ;
  clear: both;
  font-size: 14px;
  border: none;
  top: -15px;
  left: 5px;
  
}
/*.hiddeninfo::before {
  content: url("/images/info-arrow.png");
  width: 25px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: -15px;
  overflow: hidden;
}*/
/*.hiddeninfo::before img {
  max-width: 100%;
}*/

.hiddeninfo.deliverytime {
  top: 15px;
  z-index: 9999999999;
  width: 100%;
}
.hiddeninfo-address {
  top: 5px;
}

/*counter*/
.counter-container {
  width: 100px;
  height: 30px;
  float: left;
}
.counter-down,
.counter-up {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 24px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.counter-quant {
  margin: 0 4px;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-weight: bold;
  line-height: 30px;
  float: left;
  text-align: center;
}
.counter-down {
  background: #666;
  border-radius: 4px;
  cursor: pointer;
}
.counter-up {
  background: #39b54a;
  border-radius: 4px;
  cursor: pointer;
}
.counter-up-extra {
  background: #ff9900;
  cursor: pointer;
}
.cart-extra img {
  max-width: 50px;
  height: auto;
  margin: 0 10px 0 50px;
}
.cart-extra {
  font-size: 90%;
}

/*responsive break points*/
.main-menu .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .main-menu li a,
  .main-menu .nav {
    display: none;
  }
  .main-menu a.icon {
    float: left;
    display: block;
    background: #333;
    width: 40px;
    height: 35px;
    text-align: center;
    font-size: 27px;
    line-height: 33px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 0;
    margin: 0 10px;
  }
  .main-menu.responsive .nav {
    display: block;
  }
  .main-menu.responsive {
    position: relative;
  }
  .main-menu.responsive ul {
    clear: both;
    border: 1px solid #090;
    position: absolute;
    left: 50px;
    margin: 0;
    z-index: 9999999999999;
    border-radius: 5px;
  }
  .main-menu.responsive li {
    clear: both;
    margin: 0;
    display: block;
    border-bottom: 1px solid #000;
    background: rgba(0, 0, 0, 0.8);
    width: 250px;
    color: #fff;
    padding: 0.5em;
  }
  .main-menu.responsive li a {
    float: none;
    display: block;
    text-align: left;

    margin: 0;
    color: #fff;
  }
  .main-menu.responsive li a:hover,
  .main-menu.responsive li a:active {
    color: #090;
  }
  .mega-menu {
    display: none;
  }
  .main-menu.responsive li a:hover + .mega-menu {
    display: inherit;
  }
  .nav-column {
    width: 250px;
    float: none;
    left: 0;
    padding: 0;
  }
  .main-menu.responsive .nav-column ul {
    position: relative;
    float: left;
    left: 0;
  }
  .main-menu.responsive .cart-product {
    display: none;
  } /*hide the products that feature in the mega-menu*/
  .main-menu.responsive .mega-parent::after {
    content: "+";
    color: #090;
    font-weight: bold;
    font-size: 120%;
  }
  .main-menu.responsive .mega-menu {
    background: black;
    border: none;
  }
  .col-md-6{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 550px) {
  .tenth {
    width: 50%;
  }
  .eighth {
    width: 50%;
  }
  .sixth {
    width: 100%;
  }
  .quart {
    width: 50%; /*--edit 4/4/2019 before 100%--*/
  }
  .half {
    width: 100%;
  }
  #clock {
    width: 100%;
    text-align: center;
  }
  .cart-product {
    padding: 0.2em;
    width: 140px;
  }
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .tenth {
    width: 33%;
  }
  .eighth {
    width: 33%;
  }
  .sixth {
    width: 33%;
  }
  .quart {
    width: 50%;
  }
  .half {
    width: 100%;
  }
  #clock {
    width: 100%;
    text-align: center;
    background: #333;
  }
  .cart-product {
    padding: 0.5em;
    width: 200px;
  }
  .eighth .product {
    height: 360px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .tenth {
    width: 25%;
  }
  .eighth {
    width: 25%;
  }
  .sixth {
    width: 50%;
  }
  .quart {
    width: 50%;
  }
  .half {
    width: 100%;
  }
  #clock {
    width: 100%;
    text-align: center;
    background: #333;
  }
  .cart-product {
    padding: 0.5em;
    width: 200px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1250px) {
  #clock {
    float: left;
  }
  .main-menu {
    width: 100%;
  }
  .menu-bar {
    height: 100px;
  }
  .search-cart {
    width: 100%;
    float: left;
    position: relative;
  }
  .nav > li > a {
    padding: 0 0.5em;
  }
  .cart-zoom {
    top: auto;
  }
  .cart-product {
    padding: 0.5em;
    width: 200px;
  }
  .sixth {
    width: 16.66%;
  }
  .eighth {
    width: 25%;
  }
  .tenth {
    width: 10%;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1400px) {
  #clock {
    float: left;
  }
  .nav > li {
    padding: 0 0.8em;
  }
  .cart-product {
    padding: 0.5em;
    width: 225px;
  }
  .sixth {
    width: 16.66%;
  }
  .eighth {
    width: 25%;
  }
  .tenth {
    width: 10%;
  }
}
@media screen and (min-width: 1401px) {
  #clock {
    float: left;
  }
  .nav > li {
    padding: 0 1.2em;
  }
  .cart-product {
    padding: 0.5em;
    width: 235px;
  }
  .sixth {
    width: 16.66%;
  }
  .eighth {
    width: 12.5%;
  }
  .tenth {
    width: 10%;
  }
}

hr {
  clear: both;
  height: 5px;
  border: 0;
  border-bottom: solid 1px #39b54a;
  margin-bottom: 5px;
}
.clear {
  clear: both;
  width: 100%;
}
/*forms*/
.form-group input,
.form-group select {
  padding: 20px 10px 10px 10px;
  border: solid 1px #ddd;
  border-radius: 8px;
}


.help-block{
  color: red !important;
  font-size: 14px;
  position: relative;
  display: inline-block;
  top: -5px;
}
.correct {
  border: 1px solid #39b54a !important;
}
.has-error {
  border: 1px solid red !important;
}
.correct-symbol{
  height: 0;
}
.show-correct-symbol {
  display: inline-block;
  float: right;
}

.show-correct-symbol::after {
  font-family: 'Material Icons';
    content: "\E876";
    background: #39b54a;
    border-radius: 100%;
    border: 1px solid white;
    height: 18px;
    width: 18px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    color: white !important;
    position: relative;
    top: -36px;
    right: -6px;
    z-index: 600;
}
.warning-symbol{
  height: 0px;
}
.show-warning-symbol {
  display: inline-block;
  float: right;
}

.show-warning-symbol::after {
  font-family: 'Material Icons';
  content: "!";
  background: red;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  font-size: 14px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  color: white !important;
  position: relative;
  top: -71px;
  z-index: 700;
  right: 11px;
  pointer-events: none;
}
.show-tick-info{
  top: 6px !important;
}
.tick-warning{
  position: relative;
  top: 21px;
}
.adjust-symbol{
  margin-top: 33px;
}

.disappear{
  display: none !important;
}

.autofill-country{
  border: solid 1px #39b54a;
  border-radius: 8px;
  height: 49px;
  position: relative;
  top: 23px;
  font-size: 16px;
}
.country {
  font-size: .7rem !important;
  padding: 2px 0px 0px 5px;
}
.country2 {
  position: relative;
  z-index: 300;
  top: 21px;
  left: 6px;
}
.no-appearance{
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}

.checkbox-ctn > .infobutton,
#agree-error {
  top: 3px;
}

.card-options{
  border: none !important;
  padding: 10px 0px 10px 0 !important;
  margin-top: -10px;
}
.card-ms{
  margin-top: 3px;
}
.form-label {
  pointer-events: none !important;
  position: relative;
  left: 10px;
  top: 37px;
  color: #999;
  z-index: 10;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .7rem;
  top: 21px;
}

.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
}
.form-container{
  margin-bottom: -28px;
  margin-top: -7px;
}
.b1 {
    margin-top: -28px;
}
.switch-container{
  margin-top: 17px;
}
.border-text-area{
  border: solid 1px #ddd;
  border-radius: 8px;
}
#specialinstructions {
  margin-bottom: 15px;
  margin-top: -8px;
}
.mb-0{
  margin-bottom: 0;
}

/*check box*/




.new input[type="checkbox"] {
  opacity: 0;
}

.new input[type="radio"] {
  opacity: 0;
}

.check-box {
  width: 20px;
  height: 20px;
  background: #ccc;
  display: inline-block;
  cursor: pointer;
  margin-right: -20px;
  position: relative;
  top: -1px;
  left: -19px;
  border-radius: 5px;
}

[type=checkbox]:checked + .check-box:before {
  content: '';
  display: block;
  width: 5px;
  height: 15px;
  margin: -3px 0px 0px 3px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.1s;
}
[type=checkbox]:checked + .check-box {
  background-color: #39b54a;
  transition: 0.5s;
  z-index: 300;
  pointer-events: none;
}






/*switch slide*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px !important;
  height: 26px;
  top: 7px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


.slider,
.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/*.slider::after {
  position: relative;
  top: -5px;
  left: 1px;
  content: "on";
  color: white;
  font-size: 14px;
}*/

.slider:before,
.slider2:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider,
input:checked + .slider2 {
  background-color: #39b54a;
}

input:checked + .slider:before,
input:checked + .slider2:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.label-switch{
  position: relative;
  top: -44px;
  right: -25px;
  color: white;
  font-size: 14px;
  pointer-events: none;
  height: 0;
  overflow: visible;
  pointer-events: none;
}


/* Rounded sliders */
.slider.round,
.slider2.round {
  border-radius: 34px;
}

.slider.round:before,
.slider2.round:before {
  border-radius: 50%;
}

/*END OF TOGGLE SWITCH*/



.hideme {
display: none;
}
.showme {
display: block;
  }





.form-holder {
  position: relative;
  width: 100%;
  height: 100%;
}

.ff-form input,
.ff-form select,
.ff-form textarea,
.ff-form label {
  font-size: 16px;
  color: #666;
}

.ff-form input,
.ff-form select,
.ff-form textarea {
  /*width:90%; to allow inline with label 21092017**/
  /*margin-bottom: 25px;*/
  font-family: "Open-Sans", sans-serif;
  color: #333333;
}
.ff-form input:focus,
.ff-form select:focus,
.ff-form textarea:focus {
  /*border-color: rgba(57, 181, 74, 0.8);
  box-shadow: 0 1px 1px rgba(57, 181, 74, 0.075) inset,
    0 0 8px rgba(57, 181, 74, 0.6);*/
  outline: 0 none;
  background-color: #fff;
}
.validation {
  border-color: rgba(255, 0, 0, 0.8);
  outline: 1;
  background-color: #fff;
}
.ff-form textarea {
  width: 100%;
  height: 150px;
  padding: 5px;
}
.ff-form input[type="radio"] {
  width: 35px;
}
.order-products input[type="number"] {
  width: 50px;
}
.ff-form input[type="radio"] + label {
  margin-right: 30px;
}
/*.ff-form button[type="submit"] {
   cursor:pointer;
   width:100%;
   border:none;
   background:#39b54a;
   color:#FFF;
   margin:0 0 5px;
   padding:10px;
}
.ff-form button[type="submit"]:hover {
   background:green;
}
.ff-form button[type="submit"]:active {
   box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}*/
input:required,
textarea:required {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.ff-form .required,
.ff-form span {
  color: #666;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
}
/* Hide success/failure message
   (especially since the php is missing) */
#failure,
#success {
  color: #6ea070;
  display: none;
}


/*style for address section specifically*/
.ff-form label {
  /*float: left;*/
  /*width: 38%;*/
}
.ff-form input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ff-form span {
  /*display: block;*/
  overflow: hidden;
  padding: 5px;
}

.ff-form,
#paymentdetailsform {
  /*padding: 10px 20px 30px 20px;*/
  width: 100%;
  position: relative;
  /*border: 1px solid #39b54a;
  border-radius: 8px;*/
  float: left;
}
#paymentdetailsform {
  top: 20px;
}
.countryname {
  color: #333333 !important;
  font-size: 16px;
  font-family: "Open-Sans", sans-serif;
  z-index: 600;
  position: relative;
  top: 40px;
  left: -44px;
}
.country-input{
  pointer-events: none;
}
.paypal-button {
  min-width: 225px;
  border: 0;
  min-height: 66px;
  line-height: 66px;
  margin-top: 0.25em;
  float: left;
  width: 100%;
  display: block;
  background: url("/images/paypal_checkout.png") no-repeat center;
  opacity: 0.75;
}
.paypal-button:hover {
  background: url("/images/paypal_checkout.png") no-repeat center;
  opacity: 1;
}
.paymentor {
  min-height: 66px;
  line-height: 110px;
  margin-top: 0.25em;
  float: left;
  text-align: center;
  width: 60px;
  font-weight: bold;
  color: #666;
}
.agree-check-box{
  width: 20px !important;
  height: 20px;
  position: relative !important;
  left: 0 !important;
  margin-top: 5px;
  z-index: 300;
}
.agree-txt{
  position: relative;
  top: -6px;
}

.billing-section {
  position: relative;
  top: 20px;
  pointer-events: none;
}

.payment-btn{
color: #666666;
border: 1px solid #ddd;
display: inline-block;
border-radius: 8px;
padding: 10px;
cursor: pointer;
text-align: center;
box-shadow: 3px 3px #ddd;
height: 47px;
margin: 3px 10px 5px 0;
}
.payment-btn:hover,
.payment-btn:focus,
.payment-btn:active,
.payment-focus-within,
.cc-focus
 {
  border: 1px solid #39b54a;
  color: #39b54a;
  box-shadow: none;
}
.paypal-btn > .paypal-button-logo{
  height:19px
}
.amex-btn{
  padding: 5px 10px;
  line-height: 1;
}
.amex-sub{
  font-size: .7rem;
}
#PaymentInfo{
  margin-bottom: 8px;
  margin-top: -46px;
}
.payment {
  margin-top: -10px !important;
}
.paynow{
  margin-top: 20px !important;
  border-radius: 8px;
}
.creditcard-btn > i{
  position: relative;
  top:6px;
}
.creditcard-btn {
  padding: 6px 10px 0px 10px;
}
.row-payment{
  justify-content: inherit !important;
}
.col-delivery{
  min-width: 283px !important;
}
/*.switch-special{
  margin-top: 25px;
}*/
.address,
.long-label,
.fullname {
  margin-left: -5px;
}


/* Make form look nice on smaller screens */

@media screen and (max-width: 1250px) {
  .col-delivery {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .autofill-country {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 11px !important;
  }
  .form-group{
    position: relative;
  }
  .col2 {
    margin-top: -28px;
  }
}
 

@media only screen and (max-width: 580px) {
  .ff-form {
    width: 100%;
    /*padding-left: 3%;
    padding-right: 3%;*/
  }

}
@media screen and (max-width: 650px) {
  .product-detail label {
    font-size: 0;
  }

  .product-detail label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .product-detail label {
    padding: 15px;
  }
}
@media screen and (max-width: 440px) {
  .infobutton-bill {
    top: -17px;
  }
  .infobutton-address {
    top: 14px;
  }
}
@media screen and (max-width: 410px) {
  .long-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 322px) {
  .address {
    font-size: 12px;
  }
  .address-dontknow{
    font-size: 14px !important;
  }
}
@media screen and (max-width: 319px) {
  .address,
  .fullname {
    display: none;
  }
  .col-delivery {
    min-width: inherit !important;
  }
  .address-dontknow{
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1000px) {
  #delivery-cart,
  #delivery-cart.stick {
    width: 100%;
    position: relative;
    float: right;
  }
}

.hide {
  display: none;
}
.scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 666666;
  display: none;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

footer-image {
  overflow: hidden;
  text-align: center;
}
footer-image:before,
footer-image:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
footer-image:before {
  right: 0.5em;
  margin-left: -50%;
}
footer-image:after {
  left: 0.5em;
  margin-right: -50%;
}
.footer-icons-area {
  background: url(/images/LogoBackroundLine.png);
  border-top: 4vh solid #333;
  width: 100%;
}
.footer-icon {
  height: 88px;
}

ul.new-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px;
  vertical-align: middle;
}

li.new-menu {
  float: left;
  border: 1px;
  vertical-align: middle;
}

/*li a,*/
.dropbtn {
  display: block;
  min-width: 123px;
  opacity: 1;
  position: relative;
  display: inline-block;
  color: #333;
  text-align: center;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 13px;
  padding-bottom: 33px;
  vertical-align: middle;
  height: 35px;
  margin: 0px 5px;
  border-top: 3px solid white;
}

li .dropbtn:hover,
.dropdown:hover .dropbtn {
  display: block;
  opacity: 1;
  border-top: 3px solid #b31f24;
  border-radius: 0px 0px 0px 0px;
  z-index: 2400;
  background-color: #f1f2f2;
  color: #38b64b;
}

li.dropdown {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-content {
  display: none;
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 520;
  padding-top: 8px;
  padding-bottom: 12px;
  border-radius: 0px 0px 0px 0px;
  top: 48px;
  vertical-align: middle;
  margin: 0 -54px;
  width: 240px;
}

.dropdown-content::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-top: -15px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f1f2f2;
}

.dropdown-border {
  background: url(images/cart-select.png) top left 1em no-repeat;
  right: 0;
  top: 36px;
  z-index: 1000;
  display: block;
  height: 15px;
  position: absolute;
  vertical-align: middle;
}

.dropdown-content a {
  opacity: 1;
  color: black;
  padding: 0.25em 0.25em 0.25em 1.25em;
  border: inherit;
  border-left: 3px solid white;
  text-decoration: none;
  display: block;
  text-align: left;
  vertical-align: middle;
  margin: 0;
}

.dropdown-content a:hover {
  display: block;
  opacity: 1;
  background-color: #f9f9f9;
  color: #39b54a;
  vertical-align: middle;
  border-left: 3px solid #b31f24;
}

.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
  transition-timing-function: linear;
  transition: 2s;
  vertical-align: middle;
}
.feature-product-container {
  display: inline-block;
  width: 240px;
  height: 350px;
  box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.2);
  background-color: #efefef;
  margin-top: 10px;
  overflow: hidden;
}
.feature-product-head {
  background-color: #39b54a;
  width: 100%;
  height: 30px;
  color: white;
  font-size: 20px;
  padding: 3px;
}

.feature-product {
  position: relative;
  width: 240px;
  height: 240px;
  background-color: white;
  /*margin-top: -70px;*/
}
.fp-bottom {
  width: 100%;
  height: 76px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.fp-name {
  color: #666;
  width: 240px;
  min-height: 54px;
  height: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-align: center;
}
.fp-price {
  position: relative;
  /* top: 194px; */
  /* left: -24px; */
  /* width: 70px; */
  /* height: 70px; */
  /* box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.2); */
  color: #666;
  /* font-family: "Roboto Slab", serif; */
  /* background-color: #39b54a; */
  text-align: center;
  /* padding-top: 10px; */
  font-size: 16px;
  font-weight: bold;
}
.list-container {
  height: fit-content;
  width: auto;
  vertical-align: top;
  padding-top: 18px;
  padding-left: 10px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-md-3 {
  width: 24.5%;
  display: inline-block;
}
.col-md-6 {
  flex: 0 0 49.2%;
  max-width: 50%;
}
.viewAllButton {
  display: inline-block;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  top: -105px;
  position: relative;
}
/*.viewAllIcon > a > img {
  width: 114px;
  padding-bottom: 125px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}*/

.viewAllIcon > a {
  background: url(../images/magnifyGlass+.png) top center no-repeat;
  background-size: 114px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 114px;
  padding-bottom: 245px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.viewAllIcon a:hover {
  background-color: inherit;
  background: url(../images/magnifyGlass+hover2.png) top center no-repeat;
  background-size: 114px;
  overflow: hidden;
}
.viewAllButton > a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 2px 0px;
  padding: 8px 0px 0px 0px;
  font-size: 20px;
  background-color: #39b54a;
  width: 118px;
  height: 52px;
  box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
}
.viewAllButton > a:hover {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 2px 0px;
  padding: 8px 0px 0px 0px;
  font-size: 20px;
  background-color: #39b54a;
  width: 118px;
  height: 52px;
  box-shadow: inherit;
  margin-left: auto;
  margin-right: auto;
}
/*.feature-width {
  width: 25%;
}*/
.pushLeft {
  margin-left: -40px;
}
.pushRight {
  margin-right: -46px;
}

.tooltip {
  border: 2px;
  border-color: red;
  color: red;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border-style: solid;
  margin-top: -1em;
}

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 8px;
  text-align: center;
  padding: 5px;
  margin-top: -1em;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #ff0000;
  border-width: 10px;
  margin-left: -10px;
}
.arrow_box:before {
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #ff0000;
  border-width: 11px;
  margin-left: -11px;
}

.arrow_box1 {
  position: absolute;
  background: #ffffff;
  border: 2px solid #39b54a;
}
.arrow_box1:after,
.arrow_box:before {
  bottom: 100%;
  left: 98%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box1:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #39b54a;
  border-width: 12px;
  margin-left: -12px;
}
.arrow_box1:before {
  border-color: rgba(0, 225, 0, 0);
  border-bottom-color: #39b54a;
  border-width: 12px;
  margin-left: -12px;
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#loginmodal {
  width: 300px;
  padding: 15px 20px;
  background: #f3f6fa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#loginform {
  /* no default styles */
}

#loginform label {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  color: #7c8291;
  margin-bottom: 3px;
}

#wrapper {
  /* for vizualization purposes */
  text-align: center;
}
#template {
  /* for vizualization purposes */
  display: inline-block;
  width: 50%;
  border: 1px solid #eee;
}

/*--filter--*/
.filter-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 80px;
  pointer-events: none;
}
.filter-container a {
  text-decoration: none;
  color: #67666a;
  padding: 10px 0;
}
.filter-area {
  width: 99%;
  height: fit-content;
  background-color: #efefef;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 10px 0px;
  margin-bottom: 30px;
  max-width: 1525px;
}
#filter-destop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 82%;
}
.filter-icon {
  width: 100%;
  line-height: 1.5;
}
.filter-icon::after {
  content: "";
  background: url("../images/filter-icon.png") center no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  float: right;
}
.filter-name:hover .filter-icon::after,
.filter-name:active .filter-icon::after,
.filter-name:focus-within .filter-icon::after {
  background: url("../images/filter-icon-hover.png") center no-repeat;
  background-size: 25px;
}

.filter-container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
  color: #67666a;
  max-width: 1180px;
  margin: 0 auto;
}

.filter-dropbtn {
  color: #67666a;
  padding: 3px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  margin: 0;
  text-align: left;
  border-top: solid 1px #67666a;
  border-bottom: solid 1px #67666a;
}
.filter-dropbtn::after {
  content: " \25BE";
  float: right;
}

.filter-dropbtn:focus {
  background-color: inherit;
  /*box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.2);*/
  color: #39b54a;
  background-color: inherit;
  border-top: solid 1px #b50a01;
  /*border-bottom: solid 1px #b50a01;*/
}
.filter-dropbtn:hover {
  color: #39b54a;
  background-color: inherit;
  border-top: solid 1px #b50a01;
  border-bottom: solid 1px #b50a01;
}
.filter-dropbtn:focus-within[aria-expanded="true"] {
  /*box-shadow: 0 5px 13px -2px rgba(0, 0, 0, 0.2);*/
}

.filter-dropdown {
  position: relative;
  display: inline-block;
  width: 190px;
}

.filter-dropdown-content {
  display: none;
  position: absolute;
  background-color: #efefef;
  min-width: 190px;
  overflow: auto;
  /*border-bottom: 1px solid #b50a01;*/
  z-index: 500;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  margin-top: -2px;
  height: 140px;
  list-style-type: none;
  list-style-position: outside;
  padding: 10px;
  float: left;
  list-style: none;
  overflow: scroll;
}

.filter-dropdown-content a {
  color: #67666a;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.filter-dropdown a:hover {
  background-color: #ddd;
  color: #39b54a;
}

.show {
  display: block;
}
.apply-btn {
  color: #67666a;
  padding: 3px 0;
  font-size: 16px;
  border: solid 1px #67666a;
  cursor: pointer;
  font-family: inherit;
  min-width: 80px;
}
.apply-btn:hover {
  color: #39b54a;
  background-color: inherit;
  border: solid 1px #b50a01;
}
.filter-checklist {
  height: 44px;
  margin-bottom: 8px;
  position: relative;
  -webkit-appearance: none;
  width: 100%;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999%;
}

input[type="checkbox"] + label {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 10px;
  width: 100%;
}
input[type="checkbox"]:hover + label {
  color: white;
  background-color: #929393;
}
input[type="checkbox"]:checked + label {
  color: white;
  background-color: #929393;
}
.mobile-filter {
  display: none !important;
}

/*mobile nav*/
@media screen and (max-width: 1279px) {
  .menu-bar,
  #clock,
  .top-phone,
  .track-my-order {
    display: none;
  }
  .header-bar {
    min-height: 38px;
  }
  #main-logo {
    padding: 3px;
  }
  #main-logo > a > img {
    width: 103px;
  }
  #logotype {
    font-size: 18.5px;
  }
  .mobileNavArea {
    width: 100%;
    height: 130px;
    border-top: solid 3px #b50a01;
    display: block;
    background-color: white;
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .mobileInner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 46px;
    justify-content: space-between;
    padding: 0px 15px;
  }
  .mobileInner > a,
  .scrollToTop {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .menu-button {
    width: 80px;
    display: inline-block;
    padding-left: 0px !important;
    cursor: pointer;
    margin-top: 0px;
    background-color: #39b54a;
    border-radius: 4px;
    height: 31px;
  }
  .line1,
  .line2,
  .line3 {
    width: 27px;
    background-color: white;
    border-radius: 1.5px;
    height: 3px;
    padding-top: 0px;
    display: block;
    margin-left: 4px;
    margin-top: 5.5px;

  }
  .line1,
  .line2 {
    margin-bottom: 4px;
  }
  .shop-btn {
    position: absolute;
    left: 51px;
    top: 11px;
  }
  .menu-button,
  .language-button,
  .currency-button,
  .trackOrder-button,
  .contact-button,
  .cart-button {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #langauge-select,
  #currency-select {
    min-width: 10px;
    font-family: inherit;
    border: inherit;
    min-height: inherit;
    height: 29px;
    margin-top: inherit;
    margin-left: inherit;
    padding: 0 4px;
    font-size: 16px;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 4px 15px;
    float: left;
  }
  #langauge-select:hover,
  #currency-select:hover,
  #langauge-select:active,
  #currency-select:active {
    border: inherit;
  }
  .arrow-down,
  .arrow-down2 {
    position: relative;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    top: 22px;
    left: 72px;
  }
  .arrow-down2 {
    left: 97px;
  }
  #currency-select {
    max-width: 40px;
  }
  .trackOrder-button,
  .contact-button {
    padding: 0px 0px !important;
    float: right;
    margin: 4px 15px;
  }
  .trackOrder-button > a > img {
    height: 24px;
    width: auto;
    margin-top: 2px;
  }
  .contact-button > a > img {
    height: 23px;
    width: auto;
    margin-top: 3px;

  }
  .cart-button {
    padding-right: 0px !important;
  }
  .cart-inner {
    display: inline-block;
    width: 52px;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: 4px;
    height: 31px;
    float: right;
    margin-left: inherit;
    background: url(../images/cart-bg.png) center left 3px no-repeat #39b54a;
    background-size: 22px;
    position: inherit;
    right: inherit;
    top: inherit;
    padding: 0;
  }
  #cart-quant {
    float: right;
    left: inherit;
    font-family: inherit;
    font-size: 16px;
    margin-right: inherit;
  }
  /*.dropdown-content {
    top: 340px;
    left: 0%;
    min-width: 100%;
    height: 100%;
    min-height: fit-content;
    box-shadow: inherit;
  }*/
  .main-content {
    margin-top: 40px;
  }
  /*.dropdown-content a:hover {
    background-color: inherit;
  }*/
  .overlay {
    display: none !important;
  }
  .mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
  }
  .mobileTopnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
    /* width: 100%; */
    /* height: 130px; */
    border-top: solid 2px #b50a01;
    /* display: block; */
    background-color: white;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  }

  .mobileTopnav #mobileDropdown {
    display: none;
  }

  .mobileTopnav a {
    color: white;
    padding: 7.5px 0px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .product-info {
    width: 98%;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
}

  /*mobile menu collapse start*/

  .collapsible {
    font-family: "Open Sans", sans-serif;
    background-color: #efefef;
    color: #444444;
    cursor: pointer !important;
    padding: 2px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    margin: 1.5px 0px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .collapsible:after {
    content: " \25BE";
    float: right;
  }
  .content {
    display: none;
    background-color: #f1f1f1;
    color: #444444;
  }
  .collapse-menu-container {
    padding: 0px 15px 15px 15px;
  }
  .dropdown-content-mobile > a {
    display: block;
    padding: 10px;
    border: solid 1.5px #efefef;
    padding: 5px 10px;
    background-color: white;
    text-align: left;
    line-height: 1.7em;
    font-size: 16px;
    margin-top: -4px;
    color: #444444;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .collapse-menu-container > button:hover {
    background: #efefef;
  }
  .collapse-menu-container > button:focus {
    background: #efefef;
  }
  .dropdown-content-mobile > a:hover {
    color: #39b54a;
  }

  /*mobile filter*/
  .filter-name {
    width: 100%;
    pointer-events: visible;
  }
  .filter-name,
  .filter-dropbtn,
  .apply-btn,
  .filter-dropdown-content {
    font-size: 18px;
    padding: 3px 0 !important;
  }
  .filter-icon::after {
    margin-top: 1px;
  }
  .filter-container {
    flex-direction: column;
  }
  .filter-dropdown-content {
    float: inherit;
    position: relative;
    box-shadow: inherit;
    height: 100%;
  }
  .filter-dropbtn:focus-within[aria-expanded="true"] {
    box-shadow: inherit;
  }
  .filter-dropbtn:hover {
    border-bottom: inherit;
  }
  .filter,
  .filter-dropdown {
    width: 100%;
  }
  #filter-destop {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 8px;
  }

  .apply-btn {
    border: none;
    border-top: solid 1px #67666a;
    width: 100%;
    margin: 0;
  }
  .apply-btn:hover {
    border: none;
    border-top: solid 1px #b50a01;
  }
  .filter-name:hover,
  .filter-name:focus {
    color: #39b54a;
  }
  .filter-dropbtn {
    border-bottom: none;
  }
  /*--filter mobile end--*/
  .product-review-container {
    height: 150px;
    overflow: scroll;
    width: 98%;
    border: 3px solid #39b54a;
    margin: 39px auto;
    background: #f2f2f2;
  }
  .reviews {
    -webkit-text-size-adjust: none;
  }
  .breadcrumb {
    border-top: inherit;
    border-bottom: inherit;
  }
  .breadcrumb-inner {
    width: 100%;
  }
  .breadcrumb img {
    max-width: 60px !important;
  }
  .breadcrumb-join {
    width: 50%;
    height: 2px;
    right: 74.5%;
    top: 30px;
  }
  .product-tabs {
    margin: 19px auto;
  }
  .product-variations {
    margin-bottom: 60px !important;
  }
  .upgrade-op {
    margin-top: 60px;
  }
  .product {
    min-height: 220px;
    border: solid 1px #eee;
  }
  .eighth .product {
    height: 505.5px;
  }
  .product-click {
    border: 2px solid #39b54a;
    height: auto;
  }
  .back button {
    min-width: 160px;
  }
  .continue button {
    font-size: 160%;
  }
  .extra-hover {
    height: 100%;
  }
  .vase {
    border: 3px solid transparent;
  }
  .product-review-container,
  .product-tabs section,
  .product-tabs input:checked + label,
  .vase.active {
    border: 1.5px solid #39b54a;
    z-index: 999;
    position: relative;
  }
  .product-tabs input:checked + label {
    border: 1.5px solid #39b54a;
    background: #f9f9f9;
    margin-bottom: -3px;
  }
  .product-tabs label {
    display: inline-block;
    padding: 7px 2.8px;
    z-index: 300;
    position: relative;
  }
  #LeftDelivery {
    margin-top: 30px;
  }
  #template {
    width: 90%;
  }
  .eighth .product {
    height: fit-content;
  }

  /*footer mobile start*/
  footer {
    padding-top: 10px;
  }
  .footer-mobile {
    padding: 0px 40px 10px 40px;
  }
  .footer-desktop {
    display: none;
  }
  .rights-reserved {
    font-size: 12px;
    padding-bottom: 20px;
    -webkit-text-size-adjust: none;
    background: #333;
    color: white;
    padding: 20px 0;
  }
  .footer-collapsible {
    background-color: inherit;
    color: white;
    text-align: center;
    font-size: 18px;
  }
  .footer-collapsible::after {
    float: inherit;
  }
  .footer-mobile > button:hover {
    background-color: inherit;
    color: white;
  }
  .content-footer {
    background-color: inherit;
  }
  .footer-dropdown a {
    text-align: center;
    text-decoration: none;
    background: none;
    color: white;
    border: none;
  }
  .footer-mobile button:hover,
  .footer-mobile button:focus {
    background: inherit;
  }
  .footer-icons-area {
    border-top: 0vh solid #333;
    display: none;
  }
  .payment-icons,
  .footer-icon {
    height: 40px;
  }
  footer img {
    margin: 0 5px;
  }
  /*footer mobile end*/
}
/*mobile menu collapse end*/
/*mobile nav*/
@media screen and (min-width: 1280px) {
  .mobileTopnav,
  .footer-mobile,
  .trackOrder-button,
  .contact-button {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .main-content {
    margin-top: 10px;
  }
  .product-tabs label,
  .sizeopt,
  .product-info {
    font-size: 12px;
  }
  .eighth .product {
    height: 355px;
  }
}
@media screen and (max-width: 500px) {
  .product {
    height: 305px;
  }
  .product-variations .vase {
    width: 32%;
    text-align: center;
    font-size: 15px;
    min-height: 150px;
    margin: 1.5px;
  }
  h1 {
    font-size: 23px;
  }
  .eighth .product {
    height: 315px;
  }
}
@media screen and (max-width: 414px) {
  .product {
    height: 272px;
  }
  .product-hover img {
    top: 5%;
    width: 100%;
    height: auto;
  }
  .ff-form label {
    width: 100%;
  }
  label[for="agree"] {
    width: 90%;
  }
  .eighth .product {
    height: 285px;
  }
  .order-products h3 {
    display: none;
}
@media screen and (max-width: 375px) {
  .product {
    height: 252px;
  }
  .eighth .product {
    height: 270px;
  }
}
@media screen and (max-width: 360px) {
  .product {
    height: 240px;
  }
  .eighth .product {
    height: 260px;
  }
}
@media screen and (max-width: 320px) {
  .product {
    height: 220px;
  }
  .eighth .product {
    height: 240px;
  }
}

        .SlidesLeft {
             visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
        }
		.SlidesLeft.show {
             visibility: visible;
  opacity: 1;
  transition: visibility 0s 2s, opacity 2s linear;
        }

        .SlidesRight {
            display: none;
        }
