﻿html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

@font-face {
    font-family: 'Hind Vadodara';
    src: url("../ttf/hindvadodara-bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hind Vadodara';
    src: url("../ttf/hindvadodara-light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hind Vadodara';
    src: url("../ttf/hindvadodara-medium.ttf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Hind Vadodara';
    src: url("../ttf/hindvadodara-regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Hind Vadodara';
    src: url("../ttf/hindvadodara-semibold.ttf");
    font-weight: 600;
    font-style: normal;
}


.img-border {
  border: 1px solid #CCC;
  padding: 5px
}

.img-rounded {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.img-polaroid {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 4px
}

.img-circle {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px
}

.has-leaf-icon-top:before {
  content: "";
  background-image: url(../png/leaf-icon.png);
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 0.5em
}

.has-tree-icon-top:before {
  content: "";
  background-image: url(../png/lemontree-icon.png);
  background-repeat: no-repeat;
  background-color: #FFF;
  width: 90px;
  height: 120px;
  display: inline-block;
  margin-bottom: -23px;
  position: relative
}

span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic
}

.italic {
  font-style: italic !important
}

.bold {
    font-family: "Hind Vadodara", sans-serif !important;
    font-weight: 700;
}

.extra-bold {
    font-family: "Hind Vadodara", sans-serif !important;
    font-weight: 800;
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.has-dashes {
  display: inline-block;
  padding-left: 0.675em;
  padding-right: 0.675em;
  margin-left: 1em;
  margin-right: 1em;
  position: relative
}

.has-dashes:before,
.has-dashes:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.675em;
  border-bottom: 2px solid;
  top: 50%
}

.has-dashes:before {
  left: -0.675em
}

.has-dashes:after {
  right: -0.675em
}

.float-left {
  float: left
}

.float-none {
  float: none
}

.float-right {
  float: right
}

.clear-left {
  clear: left
}

.clear-both,
.clear {
  clear: both
}

.clear-right {
  clear: right
}

.clearfix {
  zoom: 1
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.citrus-hidden {
  display: none !important;
  visibility: hidden
}

.citrus-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.citrus-visuallyhidden.focusable:active,
.citrus-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.citrus-invisible {
  visibility: hidden
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
  box-sizing: inherit
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 95%
}

@media (min-width: 1250px) {
  .container {
      max-width: 1170px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

@media (min-width: 576px) {
  .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }

  .col-sm-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
  }

  .col-sm-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%
  }

  .col-sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%
  }

  .col-sm-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .col-sm-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%
  }

  .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-sm-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%
  }

  .col-sm-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%
  }

  .col-sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%
  }

  .col-sm-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%
  }

  .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-sm-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1
  }

  .order-sm-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13
  }

  .order-sm-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0
  }

  .order-sm-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
  }

  .order-sm-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2
  }

  .order-sm-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3
  }

  .order-sm-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4
  }

  .order-sm-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5
  }

  .order-sm-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6
  }

  .order-sm-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7
  }

  .order-sm-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8
  }

  .order-sm-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9
  }

  .order-sm-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10
  }

  .order-sm-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11
  }

  .order-sm-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12
  }

  .offset-sm-0 {
      margin-left: 0
  }

  .offset-sm-1 {
      margin-left: 8.33333%
  }

  .offset-sm-2 {
      margin-left: 16.66667%
  }

  .offset-sm-3 {
      margin-left: 25%
  }

  .offset-sm-4 {
      margin-left: 33.33333%
  }

  .offset-sm-5 {
      margin-left: 41.66667%
  }

  .offset-sm-6 {
      margin-left: 50%
  }

  .offset-sm-7 {
      margin-left: 58.33333%
  }

  .offset-sm-8 {
      margin-left: 66.66667%
  }

  .offset-sm-9 {
      margin-left: 75%
  }

  .offset-sm-10 {
      margin-left: 83.33333%
  }

  .offset-sm-11 {
      margin-left: 91.66667%
  }
}

@media (min-width: 768px) {
  .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }

  .col-md-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
  }

  .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%
  }

  .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%
  }

  .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%
  }

  .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%
  }

  .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%
  }

  .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%
  }

  .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%
  }

  .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-md-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1
  }

  .order-md-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13
  }

  .order-md-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0
  }

  .order-md-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
  }

  .order-md-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2
  }

  .order-md-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3
  }

  .order-md-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4
  }

  .order-md-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5
  }

  .order-md-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6
  }

  .order-md-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7
  }

  .order-md-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8
  }

  .order-md-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9
  }

  .order-md-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10
  }

  .order-md-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11
  }

  .order-md-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12
  }

  .offset-md-0 {
      margin-left: 0
  }

  .offset-md-1 {
      margin-left: 8.33333%
  }

  .offset-md-2 {
      margin-left: 16.66667%
  }

  .offset-md-3 {
      margin-left: 25%
  }

  .offset-md-4 {
      margin-left: 33.33333%
  }

  .offset-md-5 {
      margin-left: 41.66667%
  }

  .offset-md-6 {
      margin-left: 50%
  }

  .offset-md-7 {
      margin-left: 58.33333%
  }

  .offset-md-8 {
      margin-left: 66.66667%
  }

  .offset-md-9 {
      margin-left: 75%
  }

  .offset-md-10 {
      margin-left: 83.33333%
  }

  .offset-md-11 {
      margin-left: 91.66667%
  }
}

@media (min-width: 992px) {
  .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }

  .col-lg-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
  }

  .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%
  }

  .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%
  }

  .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%
  }

  .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%
  }

  .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%
  }

  .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%
  }

  .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%
  }

  .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-lg-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1
  }

  .order-lg-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13
  }

  .order-lg-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0
  }

  .order-lg-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
  }

  .order-lg-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2
  }

  .order-lg-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3
  }

  .order-lg-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4
  }

  .order-lg-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5
  }

  .order-lg-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6
  }

  .order-lg-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7
  }

  .order-lg-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8
  }

  .order-lg-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9
  }

  .order-lg-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10
  }

  .order-lg-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11
  }

  .order-lg-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12
  }

  .offset-lg-0 {
      margin-left: 0
  }

  .offset-lg-1 {
      margin-left: 8.33333%
  }

  .offset-lg-2 {
      margin-left: 16.66667%
  }

  .offset-lg-3 {
      margin-left: 25%
  }

  .offset-lg-4 {
      margin-left: 33.33333%
  }

  .offset-lg-5 {
      margin-left: 41.66667%
  }

  .offset-lg-6 {
      margin-left: 50%
  }

  .offset-lg-7 {
      margin-left: 58.33333%
  }

  .offset-lg-8 {
      margin-left: 66.66667%
  }

  .offset-lg-9 {
      margin-left: 75%
  }

  .offset-lg-10 {
      margin-left: 83.33333%
  }

  .offset-lg-11 {
      margin-left: 91.66667%
  }
}

@media (min-width: 1250px) {
  .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }

  .col-xl-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
  }

  .col-xl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%
  }

  .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%
  }

  .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%
  }

  .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-xl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%
  }

  .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%
  }

  .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-xl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%
  }

  .col-xl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%
  }

  .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-xl-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1
  }

  .order-xl-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13
  }

  .order-xl-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0
  }

  .order-xl-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
  }

  .order-xl-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2
  }

  .order-xl-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3
  }

  .order-xl-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4
  }

  .order-xl-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5
  }

  .order-xl-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6
  }

  .order-xl-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7
  }

  .order-xl-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8
  }

  .order-xl-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9
  }

  .order-xl-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10
  }

  .order-xl-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11
  }

  .order-xl-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12
  }

  .offset-xl-0 {
      margin-left: 0
  }

  .offset-xl-1 {
      margin-left: 8.33333%
  }

  .offset-xl-2 {
      margin-left: 16.66667%
  }

  .offset-xl-3 {
      margin-left: 25%
  }

  .offset-xl-4 {
      margin-left: 33.33333%
  }

  .offset-xl-5 {
      margin-left: 41.66667%
  }

  .offset-xl-6 {
      margin-left: 50%
  }

  .offset-xl-7 {
      margin-left: 58.33333%
  }

  .offset-xl-8 {
      margin-left: 66.66667%
  }

  .offset-xl-9 {
      margin-left: 75%
  }

  .offset-xl-10 {
      margin-left: 83.33333%
  }

  .offset-xl-11 {
      margin-left: 91.66667%
  }
}

.flex-row {
  -webkit-box-direction: normal !important;
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -webkit-box-direction: reverse !important;
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -webkit-box-direction: reverse !important;
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  -ms-grid-row-align: flex-start !important;
  align-items: flex-start !important
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  -ms-grid-row-align: flex-end !important;
  align-items: flex-end !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -ms-grid-row-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  -ms-grid-row-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -moz-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -moz-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -webkit-align-content: center !important;
  -moz-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -moz-align-content: space-between !important;
  -ms-flex-line-pack: space-between !important;
  align-content: space-between !important
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -moz-align-content: space-around !important;
  -ms-flex-line-pack: space-around !important;
  align-content: space-around !important
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -moz-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media (min-width: 576px) {
  .flex-sm-row {
      -webkit-box-direction: normal !important;
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
  }

  .flex-sm-column {
      -webkit-box-direction: normal !important;
      -webkit-box-orient: vertical !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important
  }

  .flex-sm-row-reverse {
      -webkit-box-direction: reverse !important;
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
      -webkit-box-direction: reverse !important;
      -webkit-box-orient: vertical !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important
  }

  .justify-content-sm-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
  }

  .justify-content-sm-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
  }

  .justify-content-sm-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important
  }

  .justify-content-sm-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
  }

  .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
  }

  .align-items-sm-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      -ms-grid-row-align: flex-start !important;
      align-items: flex-start !important
  }

  .align-items-sm-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      -ms-grid-row-align: flex-end !important;
      align-items: flex-end !important
  }

  .align-items-sm-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      -ms-grid-row-align: center !important;
      align-items: center !important
  }

  .align-items-sm-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      -ms-grid-row-align: baseline !important;
      align-items: baseline !important
  }

  .align-items-sm-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-items: stretch !important
  }

  .align-content-sm-start {
      -webkit-align-content: flex-start !important;
      -moz-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
  }

  .align-content-sm-end {
      -webkit-align-content: flex-end !important;
      -moz-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
  }

  .align-content-sm-center {
      -webkit-align-content: center !important;
      -moz-align-content: center !important;
      -ms-flex-line-pack: center !important;
      align-content: center !important
  }

  .align-content-sm-between {
      -webkit-align-content: space-between !important;
      -moz-align-content: space-between !important;
      -ms-flex-line-pack: space-between !important;
      align-content: space-between !important
  }

  .align-content-sm-around {
      -webkit-align-content: space-around !important;
      -moz-align-content: space-around !important;
      -ms-flex-line-pack: space-around !important;
      align-content: space-around !important
  }

  .align-content-sm-stretch {
      -webkit-align-content: stretch !important;
      -moz-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
  }

  .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important
  }

  .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
  }

  .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
  }

  .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important
  }

  .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
  }

  .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
      -webkit-box-direction: normal !important;
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
  }

  .flex-md-column {
      -webkit-box-direction: normal !important;
      -webkit-box-orient: vertical !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important
  }

  .flex-md-row-reverse {
      -webkit-box-direction: reverse !important;
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
      -webkit-box-direction: reverse !important;
      -webkit-box-orient: vertical !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
  }

  .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
  }

  .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important
  }

  .flex-md-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important
  }

  .justify-content-md-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
  }

  .justify-content-md-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
  }

  .justify-content-md-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important
  }

  .justify-content-md-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
  }

  .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
  }

  .align-items-md-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      -ms-grid-row-align: flex-start !important;
      align-items: flex-start !important
  }

  .align-items-md-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      -ms-grid-row-align: flex-end !important;
      align-items: flex-end !important
  }

  .align-items-md-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      -ms-grid-row-align: center !important;
      align-items: center !important
  }

  .align-items-md-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      -ms-grid-row-align: baseline !important;
      align-items: baseline !important
  }

  .align-items-md-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-items: stretch !important
  }

  .align-content-md-start {
      -webkit-align-content: flex-start !important;
      -moz-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
  }

  .align-content-md-end {
      -webkit-align-content: flex-end !important;
      -moz-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
  }

  .align-content-md-center {
      -webkit-align-content: center !important;
      -moz-align-content: center !important;
      -ms-flex-line-pack: center !important;
      align-content: center !important
  }

  .align-content-md-between {
      -webkit-align-content: space-between !important;
      -moz-align-content: space-between !important;
      -ms-flex-line-pack: space-between !important;
      align-content: space-between !important
  }

  .align-content-md-around {
      -webkit-align-content: space-around !important;
      -moz-align-content: space-around !important;
      -ms-flex-line-pack: space-around !important;
      align-content: space-around !important
  }

  .align-content-md-stretch {
      -webkit-align-content: stretch !important;
      -moz-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
  }

  .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important
  }

  .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
  }

  .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
  }

  .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important
  }

  .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
  }

  .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
      -webkit-box-direction: normal !important;
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
  }

  .flex-lg-column {
      -webkit-box-direction: normal !important;
      -webkit-box-orient: vertical !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important
  }

  .flex-lg-row-reverse {
      -webkit-box-direction: reverse !important;
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
      -webkit-box-direction: reverse !important;
      -webkit-box-orient: vertical !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important
  }

  .justify-content-lg-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
  }

  .justify-content-lg-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
  }

  .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important
  }

  .justify-content-lg-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
  }

  .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
  }

  .align-items-lg-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      -ms-grid-row-align: flex-start !important;
      align-items: flex-start !important
  }

  .align-items-lg-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      -ms-grid-row-align: flex-end !important;
      align-items: flex-end !important
  }

  .align-items-lg-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      -ms-grid-row-align: center !important;
      align-items: center !important
  }

  .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      -ms-grid-row-align: baseline !important;
      align-items: baseline !important
  }

  .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-items: stretch !important
  }

  .align-content-lg-start {
      -webkit-align-content: flex-start !important;
      -moz-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
  }

  .align-content-lg-end {
      -webkit-align-content: flex-end !important;
      -moz-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
  }

  .align-content-lg-center {
      -webkit-align-content: center !important;
      -moz-align-content: center !important;
      -ms-flex-line-pack: center !important;
      align-content: center !important
  }

  .align-content-lg-between {
      -webkit-align-content: space-between !important;
      -moz-align-content: space-between !important;
      -ms-flex-line-pack: space-between !important;
      align-content: space-between !important
  }

  .align-content-lg-around {
      -webkit-align-content: space-around !important;
      -moz-align-content: space-around !important;
      -ms-flex-line-pack: space-around !important;
      align-content: space-around !important
  }

  .align-content-lg-stretch {
      -webkit-align-content: stretch !important;
      -moz-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
  }

  .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important
  }

  .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
  }

  .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
  }

  .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important
  }

  .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
  }

  .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important
  }
}

@media (min-width: 1250px) {
  .flex-xl-row {
      -webkit-box-direction: normal !important;
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
  }

  .flex-xl-column {
      -webkit-box-direction: normal !important;
      -webkit-box-orient: vertical !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important
  }

  .flex-xl-row-reverse {
      -webkit-box-direction: reverse !important;
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
      -webkit-box-direction: reverse !important;
      -webkit-box-orient: vertical !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important
  }

  .justify-content-xl-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
  }

  .justify-content-xl-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
  }

  .justify-content-xl-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important
  }

  .justify-content-xl-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
  }

  .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
  }

  .align-items-xl-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      -ms-grid-row-align: flex-start !important;
      align-items: flex-start !important
  }

  .align-items-xl-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      -ms-grid-row-align: flex-end !important;
      align-items: flex-end !important
  }

  .align-items-xl-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      -ms-grid-row-align: center !important;
      align-items: center !important
  }

  .align-items-xl-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      -ms-grid-row-align: baseline !important;
      align-items: baseline !important
  }

  .align-items-xl-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-items: stretch !important
  }

  .align-content-xl-start {
      -webkit-align-content: flex-start !important;
      -moz-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
  }

  .align-content-xl-end {
      -webkit-align-content: flex-end !important;
      -moz-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
  }

  .align-content-xl-center {
      -webkit-align-content: center !important;
      -moz-align-content: center !important;
      -ms-flex-line-pack: center !important;
      align-content: center !important
  }

  .align-content-xl-between {
      -webkit-align-content: space-between !important;
      -moz-align-content: space-between !important;
      -ms-flex-line-pack: space-between !important;
      align-content: space-between !important
  }

  .align-content-xl-around {
      -webkit-align-content: space-around !important;
      -moz-align-content: space-around !important;
      -ms-flex-line-pack: space-around !important;
      align-content: space-around !important
  }

  .align-content-xl-stretch {
      -webkit-align-content: stretch !important;
      -moz-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
  }

  .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important
  }

  .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
  }

  .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
  }

  .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important
  }

  .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
  }

  .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important
  }
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width: 576px) {
  .d-sm-none {
      display: none !important
  }

  .d-sm-inline {
      display: inline !important
  }

  .d-sm-inline-block {
      display: inline-block !important
  }

  .d-sm-block {
      display: block !important
  }

  .d-sm-table {
      display: table !important
  }

  .d-sm-table-row {
      display: table-row !important
  }

  .d-sm-table-cell {
      display: table-cell !important
  }

  .d-sm-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }
}

@media (min-width: 768px) {
  .d-md-none {
      display: none !important
  }

  .d-md-inline {
      display: inline !important
  }

  .d-md-inline-block {
      display: inline-block !important
  }

  .d-md-block {
      display: block !important
  }

  .d-md-table {
      display: table !important
  }

  .d-md-table-row {
      display: table-row !important
  }

  .d-md-table-cell {
      display: table-cell !important
  }

  .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }
}

@media (min-width: 992px) {
  .d-lg-none {
      display: none !important
  }

  .d-lg-inline {
      display: inline !important
  }

  .d-lg-inline-block {
      display: inline-block !important
  }

  .d-lg-block {
      display: block !important
  }

  .d-lg-table {
      display: table !important
  }

  .d-lg-table-row {
      display: table-row !important
  }

  .d-lg-table-cell {
      display: table-cell !important
  }

  .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }
}

@media (min-width: 1250px) {
  .d-xl-none {
      display: none !important
  }

  .d-xl-inline {
      display: inline !important
  }

  .d-xl-inline-block {
      display: inline-block !important
  }

  .d-xl-block {
      display: block !important
  }

  .d-xl-table {
      display: table !important
  }

  .d-xl-table-row {
      display: table-row !important
  }

  .d-xl-table-cell {
      display: table-cell !important
  }

  .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }
}

@media print {
  .d-print-none {
      display: none !important
  }

  .d-print-inline {
      display: inline !important
  }

  .d-print-inline-block {
      display: inline-block !important
  }

  .d-print-block {
      display: block !important
  }

  .d-print-table {
      display: table !important
  }

  .d-print-table-row {
      display: table-row !important
  }

  .d-print-table-cell {
      display: table-cell !important
  }

  .d-print-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-print-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #4D4D4D;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#content[tabindex="-1"]:focus {
  outline: 0
}

body {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 1.65;
    text-rendering: optimizelegibility
}

p {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-hyphens: manual;
  -epub-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual
}

p:empty {
  margin: 0
}

b,
strong,
.strong {
    font-weight: 700;
    font-family: "Hind Vadodara", sans-serif
}

cite,
dfn,
em,
i,
.em {
  font-style: italic
}

small,
.small {
  font-size: 75%
}

abbr[title],
abbr[data-original-title] {
  cursor: help
}

address {
  display: block;
  font-style: normal;
  margin-bottom: 1em
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 0;
  padding: 0 3px 2px
}

code {
  background-color: #F7F7F7;
  border: 1px solid #E1E1E8;
  color: #D14;
  display: inline-block;
  padding: 2px 4px;
  white-space: pre-wrap
}

pre {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word
}

pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  white-space: pre;
  white-space: pre-wrap
}

::selection {
  background: #fffa65
}

::-moz-selection {
  background: #fffa65
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(77, 77, 77, 0.001)
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none
}

h1,
.h1 {
  margin: 0.67em 0
}

@media screen and (min-width: 0) {

  h1,
  .h1 {
      font-size: 1.778em;
      line-height: 1.2
  }
}

@media screen and (min-width: 768px) {

  h1,
  .h1 {
      font-size: 2.333em;
      line-height: 1.2
  }
}

@media screen and (min-width: 992px) {

  h1,
  .h1 {
      font-size: 2.945em;
      line-height: 1.2
  }
}

h2,
.h2 {
  margin: 0.83em 0
}

@media screen and (min-width: 0) {

  h2,
  .h2 {
      font-size: 1.5em;
      line-height: 1.3
  }
}

@media screen and (min-width: 768px) {

  h2,
  .h2 {
      font-size: 1.778em;
      line-height: 1.2
  }
}

@media screen and (min-width: 992px) {

  h2,
  .h2 {
      font-size: 2.248em;
      line-height: 1.2
  }
}

h3,
.h3 {
  margin: 1em 0
}

@media screen and (min-width: 0) {

  h3,
  .h3 {
      font-size: 1.333em;
      line-height: 1.4
  }
}

@media screen and (min-width: 768px) {

  h3,
  .h3 {
      font-size: 1.444em;
      line-height: 1.3
  }
}

@media screen and (min-width: 992px) {

  h3,
  .h3 {
      font-size: 1.777em;
      line-height: 1.2
  }
}

h4,
.h4 {
  margin: 1.33em 0
}

@media screen and (min-width: 0) {

  h4,
  .h4 {
      font-size: 1.125em;
      line-height: 1.4
  }
}

@media screen and (min-width: 992px) {

  h4,
  .h4 {
      font-size: 1.389em;
      line-height: 1.4
  }
}

h5,
.h5 {
  margin: 1.67em 0
}

@media screen and (min-width: 0) {

  h5,
  .h5 {
      font-size: 1em;
      line-height: 1.5
  }
}

h6,
.h6 {
  margin: 2.33em 0
}

@media screen and (min-width: 0) {

  h6,
  .h6 {
      font-size: .763em;
      line-height: 1.55
  }
}

#masthead ul {
  clear: both;
  margin: 0;
  padding: 0
}

#masthead li {
  list-style: none;
  margin: 0;
  padding: 0
}

#masthead button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  white-space: nowrap
}

#masthead button:not([type="submit"]) {
  background: none
}

#masthead ul.top-header-menu a,
#masthead ul.top-header-menu button:not([type="submit"]) {
  color: #FFF;
  display: block;
  font-size: 0.9em;
  text-align: right
}

#masthead .cart-link,
#masthead .search-button {
  font-size: 1.35em;
  line-height: 1;
  padding: 0.25em;
  text-decoration: none
}

#masthead .cart-link .fa,
#masthead .search-button .fa {
  width: 1.25em;
  vertical-align: middle
}

#masthead #main-navigation .cart-link-item {
  display: block;
  text-align: right
}

#masthead #main-navigation .cart-link-item a {
  display: inline-block;
  color: #BDCC53
}

#masthead .cart-link-item .cart-icon-wrapper {
  position: relative;
  padding-right: 0.675em
}

#masthead .cart-link-item .cart-count {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: calc(50% - 1.35em);
    right: 0;
    color: #FFF;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    font-size: 65%;
    background: #E87149;
    padding: 4px;
    width: 1.5em;
    border-radius: 100%
}

#masthead .citrus-searchform {
  display: none
}

#main-navigation {
  position: static !important
}

#main-navigation ul.menu>li>a {
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 600;
    line-height: 1.45
}

#main-navigation ul.menu li a {
  color: #332621;
  text-transform: uppercase
}

@media (max-width: 767.98px) {
  button#mobile-menu-button {
      display: block;
      color: #bdcc53;
      font-size: 1.35em;
      text-decoration: none;
      text-align: center;
      line-height: 1;
      padding: 0.25em;
      margin: 0;
      overflow: hidden;
      white-space: nowrap
  }

  button#mobile-menu-button:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0c9";
      display: inline-block;
      margin-right: 5px;
      width: 1em;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
  }

  #main-navigation button.menu-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      color: #E87149;
      font-size: 2em;
      margin: 0;
      padding: 0;
      text-align: center
  }

  #main-navigation ul {
      background-color: #FAFAF5;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1000
  }

  #main-navigation ul.main-menu {
      display: none;
      top: 60px;
      left: -70%;
      width: 70%;
      box-shadow: -2px 1px 15px -3px rgba(0, 0, 0, 0.5)
  }

  #main-navigation ul.main-menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 2px solid #F3ECE7
  }

  #main-navigation ul.main-menu li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 0.9em;
      padding: 15px;
      text-decoration: none
  }

  #main-navigation ul.main-menu li a:hover,
  #main-navigation ul.main-menu li a:focus {
      background-color: inherit
  }

  #main-navigation ul.main-menu li.menu-item-no-children>a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  #main-navigation ul.main-menu li.menu-item-has-children>a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  #main-navigation ul.sub-menu,
  #main-navigation ul.column-menu {
      display: none;
      position: relative;
      top: 0;
      left: 0;
      overflow: hidden;
      background: #F7F8F0;
      width: 100%
  }

  #main-navigation ul.sub-menu li,
  #main-navigation ul.column-menu li {
      border-bottom: 0
  }

    #main-navigation ul.sub-menu li.mega-menu-column>a,
    #main-navigation ul.column-menu li.mega-menu-column>a {
        font-family: "Hind Vadodara", sans-serif;
        font-weight: 700;
    }

  #main-navigation ul.sub-menu li a,
  #main-navigation ul.column-menu li a {
      font-size: 0.875em;
      text-transform: none
  }

  #main-navigation ul.sub-menu ul li a,
  #main-navigation ul.column-menu ul li a {
      padding-left: 30px
  }

  #main-navigation ul.sub-menu-open {
      display: block
  }

  body.menu-open #masthead .citrus-searchform {
      display: flex;
      position: absolute;
      top: 0;
      left: -70%;
      width: 70%
  }

  body.menu-open button#mobile-menu-button:before {
      content: "\f00d"
  }

  body.menu-open #container {
      right: -70%
  }

  body.menu-open #content,
  body.menu-open #colophon {
      position: relative
  }

  body.menu-open #content:before,
  body.menu-open #colophon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      z-index: 9999
  }

  body.menu-open a.active-item,
  body.menu-open button.sub-menu-open {
      color: #E87149 !important;
      background-color: #F7F8F0 !important
  }

  #container {
      position: relative;
      right: 0;
      -moz-transition: left .25s ease-in-out;
      -o-transition: left .25s ease-in-out;
      -webkit-transition: left .25s ease-in-out;
      transition: left .25s ease-in-out
  }
}

@media (min-width: 768px) {
  #masthead ul.top-header-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative
  }

  #masthead ul.top-header-menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto
  }

  #masthead ul.top-header-menu li a,
  #masthead ul.top-header-menu li button:not([type="submit"]) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 12px;
      padding-right: 12px;
      line-height: 1;
      text-align: center
  }

  #masthead ul.top-header-menu li.search-link-item button {
      font-size: 1em;
      -webkit-appearance: none
  }

  #masthead ul.top-header-menu li.search-link-item .fa-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  #masthead ul.top-header-menu li.txt-link-item a {
      font-size: 1em
  }

  #masthead ul.top-header-menu li.cart-link-item a {
      font-size: 1.125em
  }

  #masthead .show-search li.search-link-item {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s
  }

  #masthead .show-search li.search-link-item button .fa-search:before {
      content: "\f00d"
  }

  #masthead .show-search .citrus-searchform {
      display: flex;
      width: 100%;
      opacity: 1;
      -moz-transition: all .3s .3s;
      -o-transition: all .3s .3s;
      -webkit-transition: all .3s;
      -webkit-transition-delay: .3s;
      transition: all .3s .3s
  }

  #masthead .citrus-searchform {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      height: auto;
      width: 0;
      opacity: 0;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s
  }

  #masthead .citrus-searchform .citrus-searchform-field {
      height: auto
  }

  #masthead .citrus-searchform button {
      height: auto;
      line-height: inherit
  }

  #masthead-main {
      position: relative
  }

  #mobile-menu-toggle,
  #mobile-menu-button {
      display: none !important
  }

  #main-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
  }

  #main-navigation button.menu-button {
      display: none !important
  }

  #main-navigation ul.menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative
  }

  #main-navigation ul.menu>li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative
  }

  #main-navigation ul.menu>li>a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 0.9em;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 12px;
      padding-right: 12px;
      width: auto
  }

  #main-navigation ul.menu>li a {
      text-align: center
  }

  #main-navigation ul.menu>li a:hover,
  #main-navigation ul.menu>li a:focus {
      color: #E87149;
      text-decoration: none
  }

  #main-navigation ul.menu>li.menu-item.menu-item-has-children>a:after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-left: 0.5em
  }

  #main-navigation ul.menu>li.menu-item:hover>a,
  #main-navigation ul.menu>li.menu-item:focus>a {
      color: #E87149;
      background: #F3ECE7
  }

  #main-navigation ul.menu>li.menu-item:last-child:not([class*="-none"]) ul.sub-menu {
      left: auto;
      right: 0
  }

  #main-navigation ul.menu>li.menu-item:last-child:not([class*="-none"]) ul.sub-menu li.menu-item ul.sub-menu {
      left: auto;
      right: 99.9%
  }

  #main-navigation ul.menu>li.menu-item.mega-menu {
      position: static
  }

  #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu {
      width: calc(100vw * 9 / 12 - 30px);
      min-width: 0
  }

  #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu:before {
      content: "";
      display: block;
      width: 200vw;
      height: 100%;
      position: absolute;
      background: #F3ECE7;
      z-index: -1;
      margin-left: calc(50% - 100vw);
      margin-right: calc(50% - 100vw);
      -webkit-transform: translateX(calc(50vw - 50%));
      transform: translateX(calc(50vw - 50%))
  }

  #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu li {
      white-space: normal
  }

  #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu li.mega-menu-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 30%;
      width: 30%
  }

    #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu li.mega-menu-column>a {
        padding-top: 18px;
        font-family: "Hind Vadodara", sans-serif;
        font-weight: 700;
    }

  #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu li.mega-menu-column>a:after {
      content: "";
      border-bottom: 2px solid rgba(210, 214, 173, 0.9);
      display: block;
      width: 75%;
      margin-top: 5px
  }

  #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu li.mega-menu-column ul.sub-menu {
      display: block
  }

  #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu ul.column-menu {
      padding-bottom: 18px
  }

  #main-navigation ul.sub-menu,
  #main-navigation ul.column-menu {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: #F3ECE7;
      overflow: visible;
      text-align: left;
      width: auto;
      z-index: 1000
  }

  #main-navigation ul.sub-menu li.menu-item,
  #main-navigation ul.column-menu li.menu-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0
  }

  #main-navigation ul.sub-menu li.menu-item a,
  #main-navigation ul.column-menu li.menu-item a {
      display: block;
      text-transform: none;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left;
      font-size: 0.9em
  }

  #main-navigation ul.sub-menu li.menu-item ul.sub-menu,
  #main-navigation ul.column-menu li.menu-item ul.sub-menu {
      left: 99.9%;
      top: 0
  }

  #main-navigation ul.sub-menu {
      display: none;
      min-width: 120%;
      position: absolute;
      top: 99.9%;
      bottom: auto;
      left: 0
  }

  #main-navigation li:hover>ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
}

@media (min-width: 992px) {

  #masthead ul.top-header-menu li a,
  #masthead ul.top-header-menu li button:not([type="submit"]) {
      padding-left: 18px;
      padding-right: 18px
  }

  #main-navigation ul.menu>li.menu-item.mega-menu {
      position: static
  }

  #main-navigation ul.menu>li.menu-item.mega-menu>ul.sub-menu {
      width: calc(1170px * 10 / 12 - 30px)
  }

  #main-navigation ul.sub-menu li.menu-item a,
  #main-navigation ul.column-menu li.menu-item a {
      padding-left: 20px;
      padding-right: 20px
  }
}

a,
a:visited {
  color: #E87149;
  text-decoration: none
}

a:hover,
a:focus {
  color: #e36a0e;
  text-decoration: underline
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

a.read-more {
  white-space: nowrap
}

a.sc-btn,
button.sc-btn {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: inherit;
    border: 0;
    outline: 0;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

a.sc-btn:hover,
a.sc-btn:focus,
a.sc-btn:active,
a.sc-btn.active,
button.sc-btn:hover,
button.sc-btn:focus,
button.sc-btn:active,
button.sc-btn.active {
  text-decoration: none
}

a.sc-btn:disabled,
a.sc-btn.disabled,
a.sc-btn:disabled[disabled],
button.sc-btn:disabled,
button.sc-btn.disabled,
button.sc-btn:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65
}

a.sc-btn--tango,
button.sc-btn--tango {
  background-color: #E87149;
  color: #FFF
}

a.sc-btn--tango:hover,
a.sc-btn--tango:focus,
a.sc-btn--tango:active,
a.sc-btn--tango.active,
button.sc-btn--tango:hover,
button.sc-btn--tango:focus,
button.sc-btn--tango:active,
button.sc-btn--tango.active {
  background-color: #cb5f0c;
  color: #FFF
}

a.sc-btn--tango:active,
a.sc-btn--tango.active,
button.sc-btn--tango:active,
button.sc-btn--tango.active {
  background-color: #9b4909
}

a.sc-btn--tango:disabled:hover,
a.sc-btn--tango:disabled:focus,
a.sc-btn--tango:disabled:active,
a.sc-btn--tango.disabled:hover,
a.sc-btn--tango.disabled:focus,
a.sc-btn--tango.disabled:active,
a.sc-btn--tango:disabled[disabled]:hover,
a.sc-btn--tango:disabled[disabled]:focus,
a.sc-btn--tango:disabled[disabled]:active,
button.sc-btn--tango:disabled:hover,
button.sc-btn--tango:disabled:focus,
button.sc-btn--tango:disabled:active,
button.sc-btn--tango.disabled:hover,
button.sc-btn--tango.disabled:focus,
button.sc-btn--tango.disabled:active,
button.sc-btn--tango:disabled[disabled]:hover,
button.sc-btn--tango:disabled[disabled]:focus,
button.sc-btn--tango:disabled[disabled]:active {
  background-color: #E87149
}

a.sc-btn--forest-green,
button.sc-btn--forest-green {
  background-color: #3B7E42;
  color: #FFF
}

a.sc-btn--forest-green:hover,
a.sc-btn--forest-green:focus,
a.sc-btn--forest-green:active,
a.sc-btn--forest-green.active,
button.sc-btn--forest-green:hover,
button.sc-btn--forest-green:focus,
button.sc-btn--forest-green:active,
button.sc-btn--forest-green.active {
  background-color: #2b5b30;
  color: #FFF
}

a.sc-btn--forest-green:active,
a.sc-btn--forest-green.active,
button.sc-btn--forest-green:active,
button.sc-btn--forest-green.active {
  background-color: #1a391e
}

a.sc-btn--forest-green:disabled:hover,
a.sc-btn--forest-green:disabled:focus,
a.sc-btn--forest-green:disabled:active,
a.sc-btn--forest-green.disabled:hover,
a.sc-btn--forest-green.disabled:focus,
a.sc-btn--forest-green.disabled:active,
a.sc-btn--forest-green:disabled[disabled]:hover,
a.sc-btn--forest-green:disabled[disabled]:focus,
a.sc-btn--forest-green:disabled[disabled]:active,
button.sc-btn--forest-green:disabled:hover,
button.sc-btn--forest-green:disabled:focus,
button.sc-btn--forest-green:disabled:active,
button.sc-btn--forest-green.disabled:hover,
button.sc-btn--forest-green.disabled:focus,
button.sc-btn--forest-green.disabled:active,
button.sc-btn--forest-green:disabled[disabled]:hover,
button.sc-btn--forest-green:disabled[disabled]:focus,
button.sc-btn--forest-green:disabled[disabled]:active {
  background-color: #3B7E42
}

a.sc-btn--sm,
button.sc-btn--sm {
  font-size: 1em;
  padding-top: 0.675em;
  padding-bottom: 0.675em
}

a.sc-btn--lg,
button.sc-btn--lg {
  font-size: 1.25em;
  padding-top: 0.875em;
  padding-bottom: 0.875em
}

a.sc-btn--narrow,
button.sc-btn--narrow {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em
}

a.sc-btn--wide,
button.sc-btn--wide {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em
}

@media (min-width: 768px) {

  a.sc-btn--wide,
  button.sc-btn--wide {
      padding-left: 3em;
      padding-right: 3em
  }
}

a.sc-btn--full,
button.sc-btn--full {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%
}

ul,
ol {
  margin: 1em 0;
  padding: 0
}

ul.list-style--none,
ol.list-style--none {
  list-style-type: none
}

ul.list-style--none li,
ol.list-style--none li {
  margin-left: 0
}

ul {
  list-style-type: disc
}

ol {
  list-style-type: decimal
}

ul li>ul,
ul li>ol,
ol li>ol,
ol li>ul {
  margin-top: 5px
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5em;
  margin-right: 0.5em
}

li {
  margin-bottom: 0.5em;
  margin-left: 2em
}

dd {
  color: #787878;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  margin-left: 0
}

.no-js .lazyload {
  display: none !important
}

.lazyload,
.lazyloading {
  opacity: 0
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms
}

figure {
  margin: 1em 0
}

img {
  vertical-align: middle
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  height: auto;
  max-width: 100%
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  display: block;
  margin: 15px auto
}

@media (min-width: 576px) {
  img.alignleft {
      float: left;
      margin: 5px 20px 15px 0
  }

  img.alignright {
      float: right;
      margin: 5px 0 15px 20px
  }

  img.aligncenter {
      display: block;
      margin: 15px auto
  }

  img.alignnone {
      clear: both;
      margin: 15px 0
  }
}

.wp-caption {
  font-size: 0.675em;
  line-height: 1.55;
  background: #EEE;
  padding: 5px;
  max-width: 100%
}

.wp-caption img {
  margin-bottom: 5px;
  width: 100%;
  vertical-align: top
}

.wp-caption-text {
  font-size: 0.85em;
  text-align: center;
  font-style: italic
}

.gallery {
  list-style: none;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.gallery .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 30px
}

.gallery .gallery-item .gallery-icon {
  text-align: center
}

.gallery .gallery-item .gallery-icon a:focus {
  outline: none
}

.gallery .gallery-item .gallery-icon a img {
  vertical-align: top
}

.gallery>br {
  display: none
}

.gallery-caption {
  padding: 6px
}

.gallery-columns-1 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.gallery-columns-2 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .gallery-columns-5 .gallery-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20.83333%;
      flex: 0 0 20.83333%;
      max-width: 20.83333%
  }
}

svg {
  width: 100%
}

.responsive-svg {
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0
}

.responsive-svg svg {
  position: absolute;
  top: 0;
  left: 0
}

video {
  height: auto !important;
  width: 100% !important
}

.wp-video {
  margin: 1em 0
}

.mejs-video {
  height: auto !important;
  padding-top: 57%;
  width: 100% !important
}

.mejs-video .mejs-inner .mejs-mediaelement video {
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important
}

.mejs-video .mejs-inner .mejs-layers .mejs-poster {
  height: 100% !important;
  width: 100% !important
}

.mejs-video .mejs-inner .mejs-overlay-play {
  height: 100% !important;
  width: 100% !important
}

.wp-playlist {
  overflow: hidden
}

.wp-playlist .wp-playlist-caption {
  display: block
}

.wp-playlist .wp-playlist-caption .wp-playlist-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

table {
  border-collapse: collapse;
  margin: 1em 0;
  text-align: left;
  width: 100%
}

table thead {
  text-align: center
}

table th,
table td {
  padding: 4px
}

table th {
    background-color: #F7F6F7;
    border: 1px solid #EDEDED;
    color: #4D4D4D;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    text-align: center
}

table td {
  border: solid 1px #EDEDED;
  color: #4D4D4D;
  vertical-align: top
}

table tr:nth-child(even),
table tr.even {
  background-color: #FFF
}

table tr:nth-child(odd),
table tr.odd {
  background-color: #F7F6F7
}

@media (min-width: 768px) {

  table th,
  table td {
      padding: 8px
  }
}

::-webkit-input-placeholder {
  color: #ababa7;
  font-style: italic;
  font-weight: 400
}

:-moz-placeholder {
  color: #ababa7;
  font-style: italic;
  font-weight: 400
}

::-moz-placeholder {
  color: #ababa7;
  font-style: italic;
  font-weight: 400
}

:-ms-input-placeholder {
  color: #ababa7;
  font-style: italic;
  font-weight: 400
}

[placeholder]:focus::-webkit-input-placeholder {
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  opacity: 0
}

[placeholder]:focus:-moz-placeholder {
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  opacity: 0
}

[placeholder]:focus::-moz-placeholder {
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  opacity: 0
}

[placeholder]:focus:-ms-placeholder {
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  opacity: 0
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    color: #6c6c67
}

textarea,
select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"] {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    background: #f7f8f0;
    border: 1px solid #dbe0bc;
    border-radius: 0;
    color: #4D4D4D;
    font-size: 1em;
    line-height: inherit;
    letter-spacing: normal;
    outline: none;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

textarea:focus,
textarea:active,
select:focus,
select:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="search"]:focus,
input[type="search"]:active {
  background: #f7f8f0;
  border: 1px solid #adb765
}

select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"] {
  vertical-align: middle;
  height: 60px;
  padding: 0 8px
}

input[type="search"] {
  -webkit-appearance: none
}

input[type="image"] {
  border: none;
  padding: 0;
  width: auto
}

textarea {
  resize: vertical;
  padding: 8px
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  height: 17px;
  width: 17px
}

select {
  font-size: 1em;
  font-family: inherit;
  padding: 5px !important;
  overflow: hidden;
  letter-spacing: normal;
  border: 0;
  outline: 1px ridge #dbe0bc;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button
}

select option {
  padding: 2px 10px !important;
  display: block
}

select:focus {
  border: 0;
  outline: 1px ridge #adb765;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button
}

input[type="submit"],
input[type="button"],
button[type="submit"] {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: inherit;
    border: 0;
    outline: 0;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    background-color: #E87149;
    color: #FFF;
    font-size: 1em;
    padding-top: 0.675em;
    padding-bottom: 0.675em;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    background-image: none;
    border-radius: 0;
    cursor: pointer
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"].active,
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active,
button[type="submit"].active {
  text-decoration: none
}

input[type="submit"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled[disabled],
input[type="button"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled[disabled],
button[type="submit"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"].active,
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active,
button[type="submit"].active {
  background-color: #cb5f0c;
  color: #FFF
}

input[type="submit"]:active,
input[type="submit"].active,
input[type="button"]:active,
input[type="button"].active,
button[type="submit"]:active,
button[type="submit"].active {
  background-color: #9b4909
}

input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:active,
input[type="submit"].disabled:hover,
input[type="submit"].disabled:focus,
input[type="submit"].disabled:active,
input[type="submit"]:disabled[disabled]:hover,
input[type="submit"]:disabled[disabled]:focus,
input[type="submit"]:disabled[disabled]:active,
input[type="button"]:disabled:hover,
input[type="button"]:disabled:focus,
input[type="button"]:disabled:active,
input[type="button"].disabled:hover,
input[type="button"].disabled:focus,
input[type="button"].disabled:active,
input[type="button"]:disabled[disabled]:hover,
input[type="button"]:disabled[disabled]:focus,
input[type="button"]:disabled[disabled]:active,
button[type="submit"]:disabled:hover,
button[type="submit"]:disabled:focus,
button[type="submit"]:disabled:active,
button[type="submit"].disabled:hover,
button[type="submit"].disabled:focus,
button[type="submit"].disabled:active,
button[type="submit"]:disabled[disabled]:hover,
button[type="submit"]:disabled[disabled]:focus,
button[type="submit"]:disabled[disabled]:active {
  background-color: #E87149
}

@media (min-width: 768px) {

  input[type="submit"],
  input[type="button"],
  button[type="submit"] {
      padding-left: 3em;
      padding-right: 3em
  }
}

input[type="submit"]:focus,
input[type="button"]:focus,
button[type="submit"]:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

body.error404 .page-content .citrus-searchform,
body.search .page-header .citrus-searchform {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 481px
}

.citrus-searchform,
.woocommerce-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 60px
}

.citrus-searchform button,
.woocommerce-product-search button {
  font-size: 1em;
  height: 60px;
  line-height: 60px;
  padding: 0 0.5em;
  min-width: 3em
}

.post-password-form label {
  display: block
}

.post-password-form input[type="password"] {
  margin-top: 4px;
  margin-bottom: 1em
}

@media (min-width: 768px) {
  .post-password-form input[type="password"] {
      display: block;
      width: 50%
  }
}

.citrus-page-navi ul,
.woocommerce-pagination ul {
  list-style: none;
  text-align: center;
  margin: 2em 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.citrus-page-navi ul:empty,
.woocommerce-pagination ul:empty {
  display: none;
  margin: 0
}

.citrus-page-navi ul li,
.woocommerce-pagination ul li {
  display: inline-block;
  margin: 0
}

.citrus-page-navi ul li:empty,
.woocommerce-pagination ul li:empty {
  display: none;
  margin: 0
}

.citrus-page-navi ul li a,
.citrus-page-navi ul li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  display: block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
  text-align: center
}

.citrus-page-navi ul li a,
.citrus-page-navi ul li span:not(.dots),
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span:not(.dots) {
  border: 1px solid #dbe0bc;
  min-width: 3em;
  padding: 0.675em
}

.citrus-page-navi ul li a,
.woocommerce-pagination ul li a {
  color: #3B7E42;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.citrus-page-navi ul li a:hover,
.citrus-page-navi ul li a:focus,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li a:focus {
  color: #E87149;
  text-decoration: none
}

.citrus-page-navi ul li span.dots,
.woocommerce-pagination ul li span.dots {
  padding: 0.675em 0.35em
}

.citrus-page-navi ul li span.current,
.woocommerce-pagination ul li span.current {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    background-color: #f7f8f0
}

.wp-prev-next .prev-link {
  float: left
}

.wp-prev-next .next-link {
  float: right
}

@media (max-width: 767.98px) {

  .citrus-page-navi a.next,
  .citrus-page-navi a.prev,
  .woocommerce-pagination a.next,
  .woocommerce-pagination a.prev {
      display: none
  }
}

@media (min-width: 576px) {

  .citrus-page-navi ul li a,
  .citrus-page-navi ul li span:not(.dots),
  .woocommerce-pagination ul li a,
  .woocommerce-pagination ul li span:not(.dots) {
      padding: 0.5em 1.25em
  }

  .citrus-page-navi ul li span.dots,
  .woocommerce-pagination ul li span.dots {
      padding: 0.5em
  }

  .citrus-page-navi ul li a.next,
  .citrus-page-navi ul li a.prev,
  .woocommerce-pagination ul li a.next,
  .woocommerce-pagination ul li a.prev {
      display: block
  }
}

#comments {
  border-top: 3px solid #F3ECE7;
  margin-top: 1em;
  padding-top: 1em
}

.comment-respond {
  zoom: 1
}

.comment-respond:after,
.comment-respond:before {
  content: " ";
  display: table
}

.comment-respond:after {
  clear: both
}

.comment-respond #reply-title {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #3B7E42
}

.comment-respond #reply-title small {
    display: block;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    margin-top: 1em
}

.comment-respond form ul {
  margin: 0
}

.comment-respond form ul li {
  list-style: none;
  margin-left: 0
}

.comment-respond form ul li label,
.comment-respond form ul li small {
  display: none
}

.comment-respond form input[type="text"],
.comment-respond form input[type="email"],
.comment-respond form input[type="url"],
.comment-respond form textarea {
  width: 100%
}

.comment-respond form input[type="text"],
.comment-respond form input[type="email"],
.comment-respond form input[type="url"] {
  max-width: 400px;
  min-width: 250px
}

.comment-respond form textarea {
  height: 150px
}

.comment-respond form label {
  width: 100%
}

.comment-respond form .required {
  color: #c0392b
}

.comment-respond form .comment-form-comment label:after {
  content: " *";
  color: #c0392b
}

.comment-respond form .comment-form-cookies-consent {
  position: relative;
  min-height: 1.8em
}

.comment-respond form .comment-form-cookies-consent input[type="checkbox"] {
  position: absolute;
  top: 0.3em
}

.comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  padding-left: 23px
}

.comment-respond form .form-submit {
  margin-top: 1em
}

.comment-respond #comment-form-title {
  margin: 0 0 1.1em
}

.comment-respond .form-allowed-tags {
  margin: 1em 0 1.675em 0
}

.comment-respond .form-allowed-tags code {
  display: block;
  margin-top: 0.5em;
  overflow: hidden
}

.comment-respond .nocomments {
  margin: 0 20px 1.1em
}

.comment-navigation .nav-links {
  zoom: 1
}

.comment-navigation .nav-links:after,
.comment-navigation .nav-links:before {
  content: " ";
  display: table
}

.comment-navigation .nav-links:after {
  clear: both
}

.comment-navigation .nav-previous {
  float: left
}

.comment-navigation .nav-next {
  float: right;
  text-align: right
}

.comments-title+.comment-navigation {
  margin-bottom: 2em
}

.commentlist+.comment-navigation {
  margin-top: 1em;
  margin-bottom: 1em
}

.commentlist {
  margin: 0;
  padding: 0
}

.commentlist li {
  clear: both;
  list-style-type: none;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 0;
  position: relative
}

.commentlist li:last-child {
  margin-bottom: 0
}

.commentlist li .children {
  margin: 0
}

.commentlist li .children li {
  margin-left: 0 0 0 3em
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0
}

.commentlist .vcard {
  height: auto;
  min-height: 32px;
  position: relative
}

.commentlist .vcard .fn {
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  margin-left: 50px
}

.commentlist .vcard time {
  display: block;
  margin-left: 50px
}

.commentlist .vcard time a {
  font-size: 0.9em;
  font-weight: 300
}

.commentlist .vcard time .comment-date-link {
  color: #999;
  text-decoration: none
}

.commentlist .vcard time .comment-date-link:hover {
  text-decoration: underline
}

.commentlist .vcard .avatar,
.commentlist .vcard .photo {
  border: 1px solid #DDD;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  border-radius: 50%
}

.commentlist .vcard .comment-edit-link {
  margin-left: 0.5em;
  font-size: 0.875em
}

.commentlist .alert.info p {
  color: #AF3124;
  font-style: italic
}

.commentlist .comment-content {
  border: 1px solid #DDD;
  clear: both;
  margin-top: 1em;
  padding: 0.5em 0.5em 0.5em 1.5em
}

.commentlist .comment-content p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1em 0
}

.commentlist .comment-content ul li,
.commentlist .comment-content ol li {
  list-style-type: inherit;
  overflow: visible
}

.commentlist .comment-reply-link {
  color: #E87149;
  float: right;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0.5em 0 1em 0;
  padding: 5px 15px;
  text-decoration: none
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  color: #e36a0e;
  text-decoration: none
}

.commentlist .comment-reply-link:after {
  content: "\f3e5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px
}

.widget {
  margin: 2.2em 0;
  padding: 0
}

.widget:first-child {
  margin: 0 0 2.2em
}

.widget:first-child .widgettitle {
  margin-top: 0
}

.widget:last-child {
  margin: 2.2em 0 0
}

.widget:only-child {
  margin: 0
}

.widget:only-child .widgettitle {
  margin-top: 0
}

.widget .widgettitle {
    color: #9DCA88;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
    font-size: 1.125em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px dotted rgba(157, 202, 136, 0.9);
    margin-bottom: 0.75em;
    padding-bottom: 0.675em
}

.widget .widgettitle:before {
  display: block;
  content: "";
  background-image: url(../png/leaf-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25em;
  width: 1.125em;
  height: 1.125em
}

.widget ul,
.widget ol {
  list-style: none
}

.widget ul li,
.widget ol li {
  margin-left: 0;
  margin-bottom: 0.75em
}

.widget ul li ul,
.widget ul li ol,
.widget ol li ul,
.widget ol li ol {
  margin-top: 0.75em;
  margin-left: 2em;
  margin-right: 0
}

.widget select,
.widget .select2-container {
  width: 100%
}

.widget_archive ul li {
    color: #9DCA88;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.widget_archive ul li a {
    color: #3B7E42;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
}

#calendar_wrap {
  overflow-x: auto
}

#wp-calendar caption {
  margin-bottom: 0.5em
}

#wp-calendar td {
  text-align: center;
  vertical-align: middle
}

#wp-calendar tfoot td {
  background: #FFF;
  border: 0;
  padding-left: 0;
  padding-right: 0
}

#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 0.9em
}

#wp-calendar #next {
  text-align: right
}

#wp-calendar #prev {
  text-align: left
}

#wp-calendar .pad {
  background: #FFF
}

.widget_categories ul li {
    color: #9DCA88;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.widget_categories ul li a {
    color: #3B7E42;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
}

.widget_recent_entries ul {
  margin-top: 0.5em
}

.widget_recent_entries ul li {
  border-bottom: 3px solid #F3ECE7;
  margin-bottom: 0.675em;
  padding-bottom: 0.675em
}

.widget_recent_entries ul li a {
  font-size: 0.9em;
  color: #3B7E42;
  display: inline-block
}

.widget_recent_entries ul li .post-date {
    display: block;
    color: #9DCA88;
    font-size: 0.875em;
    text-transform: uppercase;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.widget_rss ul li {
  margin-bottom: 1em
}

.widget_rss ul li .rss-date {
  display: block;
  color: #999;
  font-size: 0.875em;
  font-style: italic
}

.widget_rss ul li .rssSummary {
  margin: 0.5em 0;
  font-size: 0.875em
}

.widget_rss ul li cite {
  color: #999
}

html {
  height: 100%;
  overflow-x: hidden
}

body {
  height: auto;
  overflow-x: hidden
}

body #container {
  height: 100%;
  position: relative;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

#back-top {
  margin: 0;
  bottom: 25px;
  right: 30px;
  position: fixed;
  z-index: 9999
}

#back-top a {
  background-color: rgba(0, 0, 0, 0.55);
  color: #FFF;
  display: block;
  font-size: 1.675em;
  height: 1.675em;
  text-align: center;
  text-decoration: none;
  width: 1.675em;
  border-radius: 500px;
  -moz-transition: background-color .5s ease-in-out;
  -o-transition: background-color .5s ease-in-out;
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out
}

#back-top a:hover,
#back-top a:focus {
  background-color: #000
}

#back-top .fas {
  line-height: 1.675em
}

@media (min-width: 768px) {
  .has-left-sidebar #main {
      padding-left: 35px
  }

  .has-right-sidebar #main {
      padding-right: 35px
  }
}

@media (min-width: 992px) {
  .has-both-sidebars #main {
      padding-left: 35px
  }
}

#masthead {
  background: #F6F7EE
}

#masthead-top-bar {
  background: #E87149;
  min-height: 5px
}

#masthead-top-bar .shipto-zipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1.55;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-left: 2em
}

#masthead-top-bar .shipto-zipcode:before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1.25em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25em;
  line-height: 1;
  font-weight: 900;
  content: "\f0d1"
}

#masthead-top-bar .shipto-zipcode .shipto-label {
  margin-right: 0.25em
}

#masthead-top-bar .shipto-zipcode .zipcode {
    font-size: 1.1em;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    margin: 0 0.5em 0 0
}

#masthead-top-bar .shipto-zipcode .city {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font-size: 0.875em;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

#masthead-top-bar .shipto-zipcode .city:empty {
  display: none
}

#masthead-top-bar .shipto-zipcode .modal-toggle {
    font-size: 0.75em;
    color: #fff;
    line-height: inherit;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 0.5em 0 0
}

#masthead-top-bar .shipto-zipcode .modal-toggle:hover,
#masthead-top-bar .shipto-zipcode .modal-toggle:focus {
  text-decoration: none
}

#logo.h1 {
  margin: 0
}

#logo a {
  text-decoration: none
}

#logo img {
  max-height: 75px;
  width: auto
}

@media (max-width: 767.98px) {
  #masthead-main {
      padding-top: 1em;
      padding-bottom: 1em
  }

  #logo {
      text-align: center
  }

  #logo img {
      max-height: 55px
  }
}

@media (min-width: 768px) {
  #masthead {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto
  }

  #masthead-top-bar,
  #masthead-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%
  }

  #masthead-top-bar .shipto-zipcode {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }

  #masthead-main .row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto
  }

  #logo {
      padding-top: 10px;
      padding-bottom: 10px
  }
}

#banner {
  display: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover
}

#banner .spacer {
  padding-top: 19.44%
}

body.home #inner-content {
  padding-top: 0;
  padding-bottom: 0
}

#inner-content {
  padding-top: 2em;
  padding-bottom: 2em
}

.breadcrumb-wrapper+#inner-content {
  padding-top: 1em
}

.page-title,
.single-title {
  margin-top: 0;
  color: #3B7E42
}

.entry-title {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.entry-title a {
  color: #3B7E42
}

.entry-meta {
  color: #9DCA88;
  font-size: 0.9em
}

.entry-meta time {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.entry-meta .back-slash {
  padding-left: 5px;
  padding-right: 5px
}

.entry-meta a {
  color: inherit;
  text-decoration: underline
}

.entry-meta a:hover,
.entry-meta a:focus {
  text-decoration: none
}

.entry-thumb img {
  width: 100%
}

.tags a {
    display: inline-block;
    border: 2px solid #F3ECE7;
    text-transform: uppercase;
    color: #52a663;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    font-size: 0.778em;
    padding: 0.5em 1.25em;
    margin: 0 0.25em 0.5em 0;
    border-radius: 50px;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.tags a:hover,
.tags a:focus {
  background: #7dbc8a;
  color: #FFF;
  text-decoration: none
}

.tags-title {
  display: inline-block;
  margin-right: 0.5em
}

.home h2:not([class$="-color"]),
.home h3:not([class$="-color"]),
.home h4:not([class$="-color"]) {
  color: #3B7E42
}

.search .search-results-header {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
    margin-bottom: 1.5em
}

.search-meta__results .search-result-count {
  color: #52A663
}

.search-meta__form .citrus-searchform {
  margin: 1em 0
}

.blog #inner-content .page-header,
.archive #inner-content .page-header,
.search #inner-content .page-header {
  margin-bottom: 1em
}

.blog #inner-content article,
.archive #inner-content article,
.search #inner-content article {
  margin-bottom: 2em
}

.blog #inner-content article .entry-thumb,
.archive #inner-content article .entry-thumb,
.search #inner-content article .entry-thumb {
  margin-bottom: 1.33em
}

.blog #inner-content article .entry-header,
.archive #inner-content article .entry-header,
.search #inner-content article .entry-header {
  margin-top: 1em;
  margin-bottom: 1em
}

.blog #inner-content article .entry-title,
.archive #inner-content article .entry-title,
.search #inner-content article .entry-title {
  margin: 0
}

.blog #inner-content article .entry-meta,
.archive #inner-content article .entry-meta,
.search #inner-content article .entry-meta {
  margin: 0.5em 0 0
}

.blog #inner-content article .entry-header+.entry-content,
.blog #inner-content article .entry-content+.entry-footer,
.archive #inner-content article .entry-header+.entry-content,
.archive #inner-content article .entry-content+.entry-footer,
.search #inner-content article .entry-header+.entry-content,
.search #inner-content article .entry-content+.entry-footer {
  margin-top: -1em
}

.blog #inner-content article:first-child .entry-header,
.archive #inner-content article:first-child .entry-header,
.search #inner-content article:first-child .entry-header {
  margin-top: 0
}

.single #inner-content .entry-meta {
  margin: -0.5em 0 1em
}

@media (min-width: 768px) {
  .search-meta__form .citrus-searchform {
      margin-left: auto
  }
}

.sidebar {
  margin-top: 2em
}

@media (min-width: 768px) {

  .has-left-sidebar .sidebar,
  .has-right-sidebar .sidebar {
      margin-top: 0.5em
  }
}

@media (min-width: 992px) {
  .has-both-sidebars .sidebar {
      margin-top: 0.5em
  }
}

#colophon {
  background-color: #EAF8F8;
  text-align: center;
  clear: both
}

#colophon .copyright {
  color: #a4d1b2;
  margin-top: 1.675em;
  margin-bottom: 0
}

#colophon a {
  color: #52A663
}

#colophon .social-navigation {
  margin-top: 1em
}

#colophon ul.menu {
  list-style: none;
  margin-bottom: 0
}

#colophon ul.menu li {
  margin-bottom: 0.25em;
  margin-left: 0
}

#colophon ul.menu li:last-child {
  margin-bottom: 0
}

#colophon ul.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -3px;
  padding: 0
}

#colophon ul.social-menu li {
  display: inline-block;
  margin: 0;
  padding: 0 3px
}

#colophon ul.social-menu a {
  display: block;
  color: #009954;
  position: relative;
  top: 0;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

#colophon ul.social-menu a:hover,
#colophon ul.social-menu a:focus {
  top: -3px
}

#colophon ul.social-menu .fab,
#colophon ul.social-menu .fas {
  display: block;
  font-size: 2em;
  line-height: 1.5em;
  width: 1.5em
}

#inner-footer {
  padding-top: 1em;
  padding-bottom: 3em
}

.footer-widget {
  padding-top: 1em;
  padding-bottom: 1em
}

.footer-widget img {
  width: auto;
  margin: 0;
  display: inline-block
}

.footer-col-title {
    display: block;
    color: #3B7E42;
    text-transform: uppercase;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    font-size: 0.778em
}

@media (min-width: 768px) {
  #colophon {
      text-align: left
  }

  #colophon ul.social-menu {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  #colophon ul.social-menu .fab,
  #colophon ul.social-menu .fas {
      font-size: 1.5em;
      line-height: 1em;
      width: 1em
  }

  #inner-footer {
      padding-top: 1.5em;
      padding-bottom: 1.5em
  }

  .footer-widget img {
      max-height: none
  }

  .footer-copyright {
      text-align: center
  }
}

@media (min-width: 992px) {
  .footer-copyright {
      text-align: left
  }
}

li.gf_inline div.ginput_container {
  white-space: nowrap !important
}

.top_label input.small,
.top_label select.small,
.top_label select.small+.select2-container,
.top_label textarea.small,
.top_label input.medium,
.top_label select.medium,
.top_label select.medium+.select2-container,
.top_label textarea.medium,
.top_label input.large,
.top_label select.large,
.top_label select.large+.select2-container,
.top_label textarea.large,
.left_label input.small,
.left_label select.small,
.left_label select.small+.select2-container,
.left_label textarea.small,
.left_label input.medium,
.left_label select.medium,
.left_label select.medium+.select2-container,
.left_label textarea.medium,
.left_label input.large,
.left_label select.large,
.left_label select.large+.select2-container,
.left_label textarea.large,
.right_label input.small,
.right_label select.small,
.right_label select.small+.select2-container,
.right_label textarea.small,
.right_label input.medium,
.right_label select.medium,
.right_label select.medium+.select2-container,
.right_label textarea.medium,
.right_label input.large,
.right_label select.large,
.right_label select.large+.select2-container,
.right_label textarea.large {
  width: 100%
}

.top_label li.gfield.gf_inline {
  vertical-align: top;
  width: auto !important;
  margin-right: 14px;
  float: none !important;
  display: inline-block
}

.top_label li.gfield.gf_inline input[type="text"].large,
.top_label li.gfield.gf_inline input[type="url"].large,
.top_label li.gfield.gf_inline input[type="email"].large,
.top_label li.gfield.gf_inline input[type="tel"].large,
.top_label li.gfield.gf_inline input[type="number"].large,
.top_label li.gfield.gf_inline input[type="password"].large {
  width: 25.4em !important
}

.top_label li.gfield.gf_inline input[type="text"].medium,
.top_label li.gfield.gf_inline input[type="url"].medium,
.top_label li.gfield.gf_inline input[type="email"].medium,
.top_label li.gfield.gf_inline input[type="tel"].medium,
.top_label li.gfield.gf_inline input[type="number"].medium,
.top_label li.gfield.gf_inline input[type="password"].medium {
  width: 18.7em !important
}

.top_label li.gfield.gf_inline input[type="text"].datepicker.medium {
  width: 6em !important
}

.top_label li.gfield.gf_inline input[type="text"].small,
.top_label li.gfield.gf_inline input[type="url"].small,
.top_label li.gfield.gf_inline input[type="email"].small,
.top_label li.gfield.gf_inline input[type="tel"].small,
.top_label li.gfield.gf_inline input[type="number"].small,
.top_label li.gfield.gf_inline input[type="password"].small {
  width: 5em !important
}

.top_label li.gfield.gf_inline select {
  width: auto !important
}

.top_label li.gfield.gf_inline textarea {
  width: 95% !important
}

.top_label li.gfield.gf_inline div.gfield_time_hour input[type="text"],
.top_label li.gfield.gf_inline div.gfield_time_minute input[type="text"] {
  width: 70% !important
}

.top_label li.gfield.gf_inline div.gfield_time_hour,
.top_label li.gfield.gf_inline div.gfield_time_minute,
.top_label li.gfield.gf_inline div.gfield_date_month,
.top_label li.gfield.gf_inline div.gfield_date_day,
.top_label li.gfield.gf_inline div.gfield_date_year {
  width: 50px
}

.top_label li.gfield.gf_inline div.gfield_time_ampm {
  width: auto
}

.top_label li.gfield.gf_left_half,
.top_label li.gfield.gf_right_half {
  width: 100%
}

.top_label li.gfield.gf_left_half input.medium,
.top_label li.gfield.gf_left_half input.large,
.top_label li.gfield.gf_left_half select.medium,
.top_label li.gfield.gf_left_half select.large,
.top_label li.gfield.gf_left_half select.medium+.select2-container,
.top_label li.gfield.gf_left_half select.large+.select2-container,
.top_label li.gfield.gf_right_half input.medium,
.top_label li.gfield.gf_right_half input.large,
.top_label li.gfield.gf_right_half select.medium,
.top_label li.gfield.gf_right_half select.large,
.top_label li.gfield.gf_right_half select.medium+.select2-container,
.top_label li.gfield.gf_right_half select.large+.select2-container {
  width: 100%
}

.top_label li.gfield.gf_left_half textarea,
.top_label li.gfield.gf_right_half textarea {
  width: 100%
}

.top_label li.gfield.gf_left_half input.small,
.top_label li.gfield.gf_right_half input.small {
  width: 100%
}

.top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
.top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
.top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
.top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
.top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
.top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
.top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
  padding: 16px 0 8px 0
}

.top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
  padding: 0 0 8px 0
}

.top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
  padding: 16px 0 8px 0
}

.top_label li.gfield.gf_left_half+li.gfield,
.top_label li.gfield.gf_right_half+li.gfield,
.top_label li.gfield.gf_left_half+.gform_footer,
.top_label li.gfield.gf_right_half+.gform_footer {
  clear: both
}

.top_label li.gfield.gf_left_third,
.top_label li.gfield.gf_middle_third,
.top_label li.gfield.gf_right_third {
  width: 100%
}

.top_label li.gfield.gfield_error.gf_left_third,
.top_label li.gfield.gfield_error.gf_middle_third,
.top_label li.gfield.gfield_error.gf_right_third {
  width: 100%
}

.top_label li.gfield.gf_left_third+li.gsection,
.top_label li.gfield.gf_right_third+li.gsection {
  padding: 16px 0 8px 0
}

.top_label li.gfield.gf_left_third+li.gfield,
.top_label li.gfield.gf_middle_third+li.gfield,
.top_label li.gfield.gf_right_third+li.gfield,
.top_label li.gfield.gf_left_third+.gform_footer,
.top_label li.gfield.gf_middle_third+.gform_footer,
.top_label li.gfield.gf_right_third+.gform_footer {
  clear: both
}

li.gfield.gf_list_height_25 ul.gfield_checkbox li,
li.gfield.gf_list_height_25 ul.gfield_radio li {
  height: 25px
}

li.gfield.gf_list_height_50 ul.gfield_checkbox li,
li.gfield.gf_list_height_50 ul.gfield_radio li {
  height: 50px
}

li.gfield.gf_list_height_75 ul.gfield_checkbox li,
li.gfield.gf_list_height_75 ul.gfield_radio li {
  height: 75px
}

li.gfield.gf_list_height_100 ul.gfield_checkbox li,
li.gfield.gf_list_height_100 ul.gfield_radio li {
  height: 100px
}

li.gfield.gf_list_height_125 ul.gfield_checkbox li,
li.gfield.gf_list_height_125 ul.gfield_radio li {
  height: 125px
}

li.gfield.gf_list_height_150 ul.gfield_checkbox li,
li.gfield.gf_list_height_150 ul.gfield_radio li {
  height: 150px
}

li.gfield.gf_list_inline ul.gfield_checkbox li ul.gfield_radio li {
  width: auto !important;
  float: none !important;
  margin: 0 10px 10px 0;
  display: inline-block
}

li.gf_hide_ampm div.gfield_time_ampm {
  display: none !important
}

li.gsection.gf_scroll_text {
  height: 180px;
  width: 96%;
  overflow: auto;
  border: 1px solid #CCC;
  border-bottom: 1px solid #CCC !important
}

li.gsection.gf_scroll_text h2.gsection_title {
  margin: 10px 10px 0 10px !important
}

li.gsection.gf_scroll_text .gsection_description {
  margin: 10px;
  font-size: 0.8em
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2.0em;
  padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
  margin: 1em 0 1em 1.5em
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  padding-left: 0;
  margin: 0 0 0.5em
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl {
  margin: 0 0 1.5em 0;
  padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
  font-weight: bold
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
  margin: 0 0 1em 1.5em
}

li.gfield.gfield_html.gf_alert_green,
li.gfield.gfield_html.gf_alert_red,
li.gfield.gfield_html.gf_alert_yellow,
li.gfield.gfield_html.gf_alert_gray,
li.gfield.gfield_html.gf_alert_blue {
  margin: 20px 0 !important;
  padding: 20px !important
}

li.gfield.gfield_html.gf_alert_green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
  text-shadow: #DFB 1px 1px;
  color: #030
}

li.gfield.gfield_html.gf_alert_red {
  border: 1px solid #CFADB3;
  background-color: #FAF2F5;
  text-shadow: #FFF 1px 1px;
  color: #832525
}

li.gfield.gfield_html.gf_alert_yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  text-shadow: #FCFAEA 1px 1px;
  color: #222
}

li.gfield.gfield_html.gf_alert_gray {
  border: 1px solid #CCC;
  background-color: #EEE;
  text-shadow: #FFF 1px 1px;
  color: #424242
}

li.gfield.gfield_html.gf_alert_blue {
  border: 1px solid #a7c2e7;
  background-color: #D1E4F3;
  text-shadow: #E0F1FF 1px 1px;
  color: #314475
}

div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
  margin: 30px 0;
  max-width: 99%;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55;
  padding: 2em;
  background-color: #FFFBCC;
  color: #424242;
  font-size: 1.6em
}

div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
  margin: 30px 0;
  max-width: 99%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 2em;
  background-color: #EAEAEA;
  color: #424242;
  font-size: 1.6em
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
  position: relative;
  background-color: #FFFBD2;
  margin: 30px 0;
  border: 1px solid #E6DB55;
  -moz-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  box-shadow: 0 0 5px rgba(221, 215, 131, 0.75)
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div#gforms_confirmation_message {
  margin: 0;
  padding: 40px;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #FFF;
  border-bottom: 1px solid #E6DB55;
  background-color: #FFFBCC;
  color: #424242;
  background: #fffce5;
  background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%)
}

div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
  position: relative;
  background-color: #f1fcdf;
  margin: 30px 0;
  border: 1px solid #a7c37c;
  -moz-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  box-shadow: 0 0 5px rgba(86, 122, 86, 0.4)
}

div.gform_confirmation_wrapper.gf_confirmation_green_gradient div#gforms_confirmation_message {
  margin: 0;
  padding: 40px;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #effade;
  border-bottom: 1px solid #a7c37c;
  background-color: #FFFBCC;
  text-shadow: #DFB 1px 1px;
  color: #030;
  background: #dbf2b7;
  background: -webkit-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%)
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 40%;
  background: rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto
}

@media (min-width: 768px) {

  .right_label input.small,
  .right_label select.small,
  .right_label select.small+.select2-container,
  .right_label textarea.small,
  .left_label input.small,
  .left_label select.small,
  .left_label select.small+.select2-container,
  .left_label textarea.small {
      width: 15%
  }

  .right_label input.medium,
  .right_label select.medium,
  .right_label select.medium+.select2-container,
  .right_label textarea.medium,
  .left_label input.medium,
  .left_label select.medium,
  .left_label select.medium+.select2-container,
  .left_label textarea.medium {
      width: 35%
  }

  .right_label input.large,
  .right_label select.large,
  .right_label select.large+.select2-container,
  .right_label textarea.large,
  .left_label input.large,
  .left_label select.large,
  .left_label select.large+.select2-container,
  .left_label textarea.large {
      width: 69%
  }

  .right_label .ginput_complex,
  .left_label .ginput_complex {
      width: 69%
  }

  .top_label input.large,
  .top_label select.large,
  .top_label select.large+.select2-container,
  .top_label textarea.large,
  .top_label textarea.medium,
  .top_label textarea.small {
      width: 100%
  }

  .top_label input.small,
  .top_label select.small,
  .top_label select.small+.select2-container {
      width: 25%
  }

  .top_label input.medium,
  .top_label select.medium,
  .top_label select.medium+.select2-container {
      width: 49%
  }

  .top_label li.gf_list_inline ul.gfield_radio li,
  .top_label li.gf_list_inline ul.gfield_checkbox li {
      display: inline-block
  }

  .top_label li.gf_list_inline ul.gfield_radio li label,
  .top_label li.gf_list_inline ul.gfield_checkbox li label {
      margin-right: 2em
  }

  .top_label li.gfield.gf_left_half,
  .top_label li.gfield.gf_right_half,
  .top_label li.gfield_medium {
      width: 49%
  }

  .top_label li.gfield.gf_left_half input.small,
  .top_label li.gfield.gf_right_half input.small,
  .top_label li.gfield_medium input.small {
      width: 35%
  }

  .top_label li.gfield.gf_left_half {
      float: left;
      clear: left !important
  }

  .top_label li.gfield.gf_right_half {
      float: right;
      clear: right !important
  }

  .top_label li.gfield.gf_left_half input.large,
  .top_label li.gfield.gf_left_half select.large,
  .top_label li.gfield.gf_left_half select.large+.select2-container,
  .top_label li.gfield.gf_left_half textarea.large,
  .top_label li.gfield.gf_left_half input.medium,
  .top_label li.gfield.gf_left_half select.medium,
  .top_label li.gfield.gf_left_half select.medium+.select2-container,
  .top_label li.gfield.gf_left_half textarea.medium,
  .top_label li.gfield.gf_right_half input.large,
  .top_label li.gfield.gf_right_half select.large,
  .top_label li.gfield.gf_right_half select.large+.select2-container,
  .top_label li.gfield.gf_right_half textarea.large,
  .top_label li.gfield.gf_right_half input.medium,
  .top_label li.gfield.gf_right_half select.medium,
  .top_label li.gfield.gf_right_half select.medium+.select2-container,
  .top_label li.gfield.gf_right_half textarea.medium {
      width: 100% !important
  }

  .top_label li.gfield.gf_left_third,
  .top_label li.gfield.gf_middle_third,
  .top_label li.gfield.gf_right_third {
      width: 33.3%
  }

  .top_label li.gfield.gf_left_third input.medium,
  .top_label li.gfield.gf_left_third input.large,
  .top_label li.gfield.gf_left_third select.medium,
  .top_label li.gfield.gf_left_third select.large,
  .top_label li.gfield.gf_left_third select.medium+.select2-container,
  .top_label li.gfield.gf_left_third select.large+.select2-container,
  .top_label li.gfield.gf_middle_third input.medium,
  .top_label li.gfield.gf_middle_third input.large,
  .top_label li.gfield.gf_middle_third select.medium,
  .top_label li.gfield.gf_middle_third select.large,
  .top_label li.gfield.gf_middle_third select.medium+.select2-container,
  .top_label li.gfield.gf_middle_third select.large+.select2-container,
  .top_label li.gfield.gf_right_third input.medium,
  .top_label li.gfield.gf_right_third input.large,
  .top_label li.gfield.gf_right_third select.medium,
  .top_label li.gfield.gf_right_third select.large,
  .top_label li.gfield.gf_right_third select.medium+.select2-container,
  .top_label li.gfield.gf_right_third select.large+.select2-container {
      width: 100%
  }

  .top_label li.gfield.gfield_error.gf_left_third,
  .top_label li.gfield.gfield_error.gf_middle_third,
  .top_label li.gfield.gfield_error.gf_right_third {
      width: 29%
  }

  .top_label li.gfield.gf_left_third {
      float: left;
      clear: left !important
  }

  .top_label li.gfield.gf_middle_third {
      float: left;
      clear: none !important
  }

  .top_label li.gfield.gfield_error.gf_middle_third {
      margin-left: 3%
  }

  .top_label li.gfield.gf_right_third {
      float: right;
      clear: right !important
  }

  li.gfield.gf_list_2col ul.gfield_checkbox,
  li.gfield.gf_list_2col ul.gfield_radio,
  li.gfield.gf_list_3col ul.gfield_checkbox,
  li.gfield.gf_list_3col ul.gfield_radio,
  li.gfield.gf_list_4col ul.gfield_checkbox,
  li.gfield.gf_list_4col ul.gfield_radio,
  li.gfield.gf_list_5col ul.gfield_checkbox,
  li.gfield.gf_list_5col ul.gfield_radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  li.gfield.gf_list_2col ul.gfield_checkbox li,
  li.gfield.gf_list_2col ul.gfield_radio li,
  li.gfield.gf_list_3col ul.gfield_checkbox li,
  li.gfield.gf_list_3col ul.gfield_radio li,
  li.gfield.gf_list_4col ul.gfield_checkbox li,
  li.gfield.gf_list_4col ul.gfield_radio li,
  li.gfield.gf_list_5col ul.gfield_checkbox li,
  li.gfield.gf_list_5col ul.gfield_radio li {
      float: left;
      padding-right: 1em
  }

  li.gfield.gf_list_2col ul.gfield_checkbox li,
  li.gfield.gf_list_2col ul.gfield_radio li,
  li.gfield.gf_2col ul.gfield_checkbox li,
  li.gfield.gf_2col ul.gfield_radio li {
      max-width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%
  }

  li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n),
  li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n),
  li.gfield.gf_2col ul.gfield_checkbox li:nth-child(2n),
  li.gfield.gf_2col ul.gfield_radio li:nth-child(2n) {
      clear: right
  }

  li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n+1),
  li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n+1),
  li.gfield.gf_2col ul.gfield_checkbox li:nth-child(2n+1),
  li.gfield.gf_2col ul.gfield_radio li:nth-child(2n+1) {
      clear: left
  }

  li.gfield.gf_list_3col ul.gfield_checkbox li,
  li.gfield.gf_list_3col ul.gfield_radio li,
  li.gfield.gf_3col ul.gfield_checkbox li,
  li.gfield.gf_3col ul.gfield_radio li {
      max-width: 33.333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%
  }

  li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n),
  li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n),
  li.gfield.gf_3col ul.gfield_checkbox li:nth-child(3n),
  li.gfield.gf_3col ul.gfield_radio li:nth-child(3n) {
      clear: right
  }

  li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n+1),
  li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n+1),
  li.gfield.gf_3col ul.gfield_checkbox li:nth-child(3n+1),
  li.gfield.gf_3col ul.gfield_radio li:nth-child(3n+1) {
      clear: left
  }

  li.gfield.gf_list_4col ul.gfield_checkbox li,
  li.gfield.gf_list_4col ul.gfield_radio li {
      max-width: 25%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%
  }

  li.gfield.gf_list_4col ul.gfield_checkbox li:nth-child(4n),
  li.gfield.gf_list_4col ul.gfield_radio li:nth-child(4n) {
      clear: right
  }

  li.gfield.gf_list_4col ul.gfield_checkbox li:nth-child(4n+1),
  li.gfield.gf_list_4col ul.gfield_radio li:nth-child(4n+1) {
      clear: left
  }

  li.gfield.gf_list_5col ul.gfield_checkbox li,
  li.gfield.gf_list_5col ul.gfield_radio li {
      max-width: 20%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%
  }

  li.gfield.gf_list_5col ul.gfield_checkbox li:nth-child(5n),
  li.gfield.gf_list_5col ul.gfield_radio li:nth-child(5n) {
      clear: right
  }

  li.gfield.gf_list_5col ul.gfield_checkbox li:nth-child(5n+1),
  li.gfield.gf_list_5col ul.gfield_radio li:nth-child(5n+1) {
      clear: left
  }
}

li.gfield.gfield_creditcard_warning {
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border: 1px dashed #c0392b
}

li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: 1em;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    padding: 10px 20px 10px 45px;
    min-height: 25px;
    background-image: url("../stopbanner.html");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #c0392b;
    border-bottom: 1px solid #6d2018;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 1.3em;
    letter-spacing: 0.2pt
}

li.gfield+li.gfield.gfield_creditcard_warning {
  margin-top: 14px !important
}

.gfield_error input[type="text"],
.gfield_error input[type="url"],
.gfield_error input[type="email"],
.gfield_error input[type="tel"],
.gfield_error input[type="number"],
.gfield_error input[type="password"],
.gfield_error textarea,
.gfield_error input,
.gfield_error .select2-container .select2-selection {
  border: 1px solid #c0392b
}

.gfield_error input[type="text"]:focus,
.gfield_error input[type="url"]:focus,
.gfield_error input[type="email"]:focus,
.gfield_error input[type="tel"]:focus,
.gfield_error input[type="number"]:focus,
.gfield_error input[type="password"]:focus,
.gfield_error textarea:focus,
.gfield_error input:focus,
.gfield_error .select2-container .select2-selection:focus {
  border: 1px solid #c0392b
}

.gfield_error .gform_fileupload_multifile .gform_drop_area {
  border: 2px dotted #c0392b
}

div.validation_error {
  position: relative;
  margin: 0 0 2em;
  font-size: 0.9em;
  line-height: 1.5;
  background-color: #F7F6F7;
  border-top-width: 3px;
  border-top-style: solid;
  width: 100%;
  color: #4D4D4D;
  font-weight: bold;
  margin-bottom: 1.6em;
  border-top-color: #c0392b
}

div.validation_error:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  line-height: 1;
  display: inline-block
}

@media (max-width: 767.98px) {
  div.validation_error {
      position: relative;
      padding: 3em 1.5em 1em;
      text-align: center
  }

  div.validation_error:before {
      top: 0.55em;
      left: 0;
      right: 0;
      margin: auto;
      width: 1.25em;
      text-align: center
  }
}

@media (min-width: 768px) {
  div.validation_error {
      padding: 0.875em 1.5em 0.875em 4.5em
  }

  div.validation_error:before {
      top: 50%;
      left: 1em;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }
}

div.validation_error:before {
  content: "\f071";
  color: #c0392b
}

div.gf_page_steps+div.validation_error {
  margin-top: 16px
}

div.gfield_description.validation_message {
  color: #c0392b
}

.ginput_container.ginput_list+.gfield_description.validation_message {
  margin-top: 0
}

.gform_ajax_spinner {
  padding-left: 10px
}

.gfield_captcha_input_container {
  padding-top: 3px
}

.simple_captcha_small input {
  width: 100px
}

.simple_captcha_medium input {
  width: 150px
}

.simple_captcha_large input {
  width: 200px
}

.gform_wrapper .left_label .simple_captcha_small,
.right_label .simple_captcha_small,
.left_label .simple_captcha_medium,
.right_label .simple_captcha_medium,
.left_label .simple_captcha_large,
.right_label .simple_captcha_large {
  margin-left: 32%
}

.gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important
}

.math_small input {
  width: 69px
}

.math_medium input {
  width: 90px
}

.math_large input {
  width: 108px
}

.left_label .math_small,
.right_label .math_small,
.left_label .math_medium,
.right_label .math_medium,
.left_label .math_large,
.right_label .math_large {
  margin-left: 32%
}

input[type="hidden"],
input.gform_hidden,
.gform_hidden,
.gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden
}

.ginput_full br,
.ginput_left br,
.ginput_right br {
  display: none !important
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: inline-block
}

.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  margin-right: 12px;
  width: 50px;
  float: left
}

.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input {
  width: 85% !important
}

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  vertical-align: top;
  display: inline-block;
  margin-right: 6px
}

.gfield_time_ampm {
  vertical-align: top;
  display: inline-block
}

.gfield_time_ampm select {
  width: 60px !important
}

.gfield_time_hour input,
.gfield_time_minute input,
.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input {
  width: 70% !important
}

.datepicker {
  width: 100px !important
}

input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: inline-block
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}

.ui-datepicker a {
  text-decoration: none
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse
}

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: bold;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 40px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666
}

.ui-datepicker-title {
  text-align: center
}

.ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px
}

.ui-datepicker-title select {
  margin-top: 2.5%
}

.ui-datepicker-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: #FFF;
  content: "\f104";
  margin-right: 5px;
  margin-left: 5px
}

.ui-datepicker-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: #FFF;
  content: "\f105";
  margin-right: 5px;
  margin-left: 5px
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #FFF !important;
  height: 30px
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  border-bottom: 1px solid #bbb
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0)
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb
}

.ui-datepicker tbody td:last-child {
  border-right: 0px
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1)
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5)
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  position: relative;
  margin: -1px
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important
}

div.charleft {
  font-size: 11px;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important
}

div.charleft[style] {
  width: 92% !important
}

div.charleft.warningTextareaInfo {
  color: #A1A1A1
}

li.gf_hide_charleft div.charleft {
  display: none !important
}

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.4em
}

.ginput_price {
  opacity: 0.7
}

span.ginput_total {
  color: #060;
  font-size: 1.2em
}

.top_label span.ginput_total {
  margin: 8px 0
}

span.ginput_product_price_label {
  margin-right: 2px
}

span.ginput_product_price {
  color: #900
}

span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px
}

input.ginput_quantity {
  width: 40px
}

.gform_page_footer {
  margin: 20px 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0 0
}

.gform_page_footer input.gform_previous_button {
  float: left;
  width: auto !important;
  padding-left: 1em;
  padding-right: 1em
}

.gform_page_footer input.gform_next_button,
.gform_page_footer .button.gform_button {
  float: right;
  width: auto !important;
  padding-left: 1em;
  padding-right: 1em
}

.gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #CCC
}

.gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 13px;
  line-height: 1em !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  clear: both;
  opacity: 0.6
}

.gf_progressbar {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px !important;
  border: 1px solid #CCC;
  background-image: url("../gf-percentbar-bg.html");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF
}

.gf_progressbar_percentage {
    height: 20px;
    text-align: right;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    font-size: 1em
}

.gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 18px
}

.gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none
}

.percentbar_blue {
  background-image: url("../gf-percentbar-blue.html");
  background-repeat: repeat-x;
  background-color: #0072BC;
  color: #FFF
}

.percentbar_gray {
  background-image: url("../gf-percentbar-gray.html");
  background-repeat: repeat-x;
  background-color: #666;
  color: #FFF
}

.percentbar_green {
  background-image: url("../gf-percentbar-green.html");
  background-repeat: repeat-x;
  background-color: #94DC21;
  color: #FFF
}

.percentbar_orange {
  background-image: url("../gf-percentbar-orange.html");
  background-repeat: repeat-x;
  background-color: #DC7021;
  color: #FFF
}

.percentbar_red {
  background-image: url("../gf-percentbar-red.html");
  background-repeat: repeat-x;
  background-color: #DC2521;
  color: #FFF
}

.percentbar_custom {
  background-image: url("../gf-percentbar-custom.html");
  background-repeat: repeat-x
}

.gf_page_steps {
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #CCC
}

.gf_step {
  width: auto !important;
  margin: 0 10px 10px 0;
  font-size: 14px;
  height: 20px;
  line-height: 20px !important;
  opacity: 0.2;
  font-family: arial, sans-serif;
  display: inline-block
}

.gf_step span.gf_step_number {
  font-size: 20px;
  float: left;
  font-family: arial, sans-serif
}

.gf_step.gf_step_active {
  opacity: 1
}

.gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden
}

.gfield_password_strength {
  border: 1px solid #DDD;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  background-color: #EEE
}

.gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C
}

.gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0
}

.gfield_password_strength.short,
.gfield_password_strength.mismatch {
  background-color: #FFA0A0;
  border-color: #f04040
}

.gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C
}

table.gfield_list,
table.gfield_list caption,
table.gfield_list tbody,
table.gfield_list tfoot,
table.gfield_list thead,
table.gfield_list tr,
table.gfield_list th,
table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: none
}

table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse
}

table.gfield_list thead th {
  font-weight: bold;
  text-align: left
}

li.gfield.gfield_error table.gfield_list thead th {
  color: #790000
}

table.gfield_list thead,
table.gfield_list tr {
  padding: 0;
  margin: 0
}

table.gfield_list th,
table.gfield_list td {
  padding: 0 0 0.5em 0
}

table.gfield_list th+th,
table.gfield_list td+td {
  padding: 0 0 0.5em 0.7em
}

.left_label .gfield_list,
.right_label .gfield_list {
  width: 64%
}

.top_label .gfield_list {
  width: 100%
}

.left_label .gf_list_one_column,
.right_label .gf_list_one_column {
  width: 45%
}

.top_label .gf_list_one_column {
  width: 46%
}

.gfield_list input {
  width: 98%
}

.gfield_icon_disabled {
  cursor: default !important;
  opacity: 0.6
}

table.gfield_list td.gfield_list_icons {
  min-width: 45px !important
}

.gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dotted #DDD;
  text-align: center;
  color: #888
}

.gform_fileupload_multifile .gform_drop_area input[type="button"] {
  padding: 5px 1em;
  font-size: 0.875em;
  margin-left: 10px;
  line-height: 1.3;
  width: auto !important;
  background: #DDD;
  color: #666
}

.gform_fileupload_multifile .gform_drop_area input[type="button"]:hover,
.gform_fileupload_multifile .gform_drop_area input[type="button"]:focus {
  background: #CCC
}

.gform_delete {
  vertical-align: middle;
  cursor: pointer
}

.gform_save_link {
  display: block;
  margin-top: 1em;
  text-decoration: underline
}

.gform_save_link:hover {
  text-decoration: none
}

div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ul,
form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ol,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2.0em;
  padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em
}

form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 0.5em
}

div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em 0;
  padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: bold
}

div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em
}

.gfield_html.gfield_no_follows_desc {
  margin-top: 10px
}

@media (min-width: 768px) {
  .gform_save_link {
      display: inline-block;
      margin-left: 1em;
      margin-top: 0
  }

  .left_label div.charleft,
  .right_label div.charleft {
      margin-left: 32%
  }

  .right_label .gform_fileupload_multifile,
  .left_label .gform_fileupload_multifile {
      margin-left: 31%
  }

  .left_label li.gfield_html_formatted,
  .right_label li.gfield_html_formatted {
      margin-left: 32%
  }
}

.gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px
}

div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url("../png/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px
}

.gform_card_icon_container input[type="radio"]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important
}

.ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important
}

.ginput_complex .ginput_cardinfo_left {
  display: block;
  margin-bottom: 0.5em
}

.ginput_complex .ginput_cardinfo_left label,
.ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month+.select2-container,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year+.select2-container {
  width: 49% !important;
  display: inline-block
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year+.select2-container {
  float: right
}

.ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden
}

.ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important
}

.ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month+.select2-container {
  margin-right: 4px
}

.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 49% !important
}

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url("../png/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: inline-block
}

@media (min-width: 768px) {

  .ginput_complex .ginput_cardinfo_left,
  .ginput_complex .ginput_cardinfo_right {
      min-height: 43px;
      position: relative;
      float: left
  }

  .ginput_complex .ginput_cardinfo_left {
      width: 50%;
      margin-right: 1%;
      margin-bottom: 0;
      max-width: 400px
  }
}

.inline-form {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto
}

.inline-form .ginput_container {
  padding: 0 !important
}

.inline-form .gform_footer {
  margin: 0
}

.inline-form input[type="submit"] {
  padding: 0 1em;
  height: 60px;
  width: 100%
}

@media (min-width: 576px) {
  .inline-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  .inline-form li.gfield {
      margin: 0
  }

  .inline-form .gform_body {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .inline-form .gform_footer {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }
}

.gform_wrapper {
  overflow: inherit;
  margin: 1em auto;
  width: 100%
}

.gform_wrapper:focus {
  outline: 0
}

.gfield_required {
  color: #c0392b;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 4px
}

textarea.small {
  height: 80px
}

textarea.medium {
  height: 150px
}

textarea.large {
  height: 250px
}

ul.gfield_checkbox,
ul.gfield_radio {
  margin: 0.5em 0 -0.5em
}

ul.gfield_checkbox li,
ul.gfield_radio li {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 0.5em
}

ul.gfield_checkbox li label,
ul.gfield_radio li label {
  margin-bottom: 0
}

ul.gfield_checkbox li input[type="text"],
ul.gfield_radio li input[type="text"] {
  width: auto
}

ul.gfield_checkbox li input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 10px
}

ul.gfield_radio li input[type="radio"] {
  margin-left: 5px;
  margin-right: 10px
}

.field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer
}

.field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF
}

.ginput_complex {
  overflow: hidden
}

.ginput_complex .field_name_first,
.ginput_complex .field_name_last {
  width: 100%
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_right,
.ginput_complex .ginput_full {
  min-height: 43px;
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
  width: 100%
}

.ginput_complex input[type="text"],
.ginput_complex input[type="url"],
.ginput_complex input[type="email"],
.ginput_complex input[type="tel"],
.ginput_complex input[type="number"],
.ginput_complex input[type="password"],
.ginput_complex select,
.ginput_complex .select2-container {
  width: 100%
}

.gform_heading {
  width: 100%;
  margin-bottom: 2em
}

.gform_widget .gform_heading {
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 0.5em
}

.gform_widget .gform_footer {
  margin-top: 0.5em
}

.gform_widget input[type="submit"] {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  white-space: normal
}

.gform_footer {
  margin: 1.5em 0 1em 0;
  clear: both
}

h2.gsection_title {
  margin: 0;
  padding: 0;
  letter-spacing: normal
}

h2.gsection_title,
h3.gform_title {
  font-weight: bold;
  font-size: 1.3em
}

h3.gform_title {
  letter-spacing: normal;
  margin: 10px 0 6px 0
}

span.gform_description {
  font-weight: normal
}

h2.gsection_title,
.gsection_description,
h3.gform_title {
  width: 100%
}

.gform_wrapper .description,
.gfield_description,
.gsection_description,
.gform_wrapper .instruction {
  font-size: 0.85em;
  line-height: 1.5em;
  clear: both;
  letter-spacing: normal
}

.gform_wrapper .field_description_above .description,
.gform_wrapper .field_description_above .gfield_description,
.gform_wrapper .field_description_above .gsection_description {
  padding: 4px 0 8px 0
}

.gform_wrapper .field_description_below .description,
.gform_wrapper .field_description_below .gfield_description,
.gform_wrapper .field_description_below .gsection_description {
  padding: 4px 0 0 0
}

.gfield_date_year+.gfield_description {
  padding: 0
}

.left_label .gsection .gsection_description,
.right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: 4px;
  padding-left: 0;
  line-height: 1.5em
}

form ul {
  margin: 0;
  list-style-type: none
}

form ul li {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  overflow: visible
}

form ul li.gfield {
  clear: both;
  margin-bottom: 1em
}

ul.gfield_radio li,
ul.gfield_checkbox li {
  overflow: hidden
}

form ul.right_label li,
form ul.left_label li {
  margin-bottom: 14px
}

form ul.right_label li ul.gfield_radio li,
form ul.left_label li ul.gfield_radio li,
form ul.right_label li ul.gfield_checkbox li,
form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px
}

form ul li:before,
form ul li:after,
form ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible
}

form .inline {
  display: inline !important
}

ul.gfield_radio label,
ul.gfield_checkbox label {
  font-weight: normal
}

.ginput_complex span input:focus+label,
.ginput_complex span select:focus+label,
.ginput_complex span textarea:focus+label,
.ginput_complex span .select2-container--focus~label {
  font-weight: bold
}

.gform_wrapper .form_sublabel_below .ginput_complex label,
.gform_wrapper .form_sublabel_below .gfield_time_hour label,
.gform_wrapper .form_sublabel_below .gfield_time_minute label,
.gform_wrapper .form_sublabel_below .gfield_date_month label,
.gform_wrapper .form_sublabel_below .gfield_date_day label,
.gform_wrapper .form_sublabel_below .gfield_date_year label,
.gform_wrapper .form_sublabel_below .instruction {
  margin: 3px 0 0
}

.gform_wrapper .form_sublabel_below .ginput_complex+.description,
.gform_wrapper .form_sublabel_below .ginput_complex+.gfield_description,
.gform_wrapper .form_sublabel_below .ginput_complex+.gsection_description {
  margin-top: 0.3em
}

.gform_wrapper .form_sublabel_above .ginput_complex label,
.gform_wrapper .form_sublabel_above .gfield_time_hour label,
.gform_wrapper .form_sublabel_above .gfield_time_minute label,
.gform_wrapper .form_sublabel_above .gfield_date_month label,
.gform_wrapper .form_sublabel_above .gfield_date_day label,
.gform_wrapper .form_sublabel_above .gfield_date_year label,
.gform_wrapper .form_sublabel_above .instruction {
  margin: 0 0 3px
}

.ginput_complex label,
.gfield_time_hour label,
.gfield_time_minute label,
.gfield_date_month label,
.gfield_date_day label,
.gfield_date_year label,
.gform_wrapper .instruction {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 1px
}

.top_label .gfield_label,
.left_label .gfield_label,
.right_label .gfield_label {
  margin: 10px 0 5px 0;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both
}

.gsection .gfield_label {
  font-weight: bold;
  font-size: 1.3em
}

.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.gform_wrapper .top_label .hidden_label .ginput_container {
  padding-top: 10px
}

.gsection {
  border-bottom: 4px double #CCC;
  padding: 2em 0 0.5em 0;
  margin: 0 0 1em;
  clear: both
}

.gsection:first-of-type {
  padding: 0 0 0.5em 0
}

@media (min-width: 768px) {

  .gform_footer.right_label,
  .gform_footer.left_label {
      padding: 16px 0 10px 31%
  }

  .gform_heading {
      width: auto
  }

  .field_name_first,
  .field_name_last {
      width: 49%
  }

  .left_label .gfield_label {
      float: left;
      margin: 0 2% 0 0;
      width: 29%
  }

  .right_label .gfield_label {
      float: left;
      margin: 0 2% 0 0;
      width: 29%;
      text-align: right
  }

  .left_label .gfield_description,
  .right_label .gfield_description {
      width: 69%
  }

  .left_label ul.gfield_checkbox,
  .right_label ul.gfield_checkbox,
  .left_label ul.gfield_radio,
  .right_label ul.gfield_radio {
      margin-left: 32%;
      overflow: hidden
  }

  .right_label .gfield_description,
  .left_label .gfield_description,
  .left_label .instruction,
  .right_label .instruction {
      margin-left: 31%
  }

  .field_name_first {
      float: left
  }

  .field_name_last {
      float: right
  }

  .ginput_complex .name_last {
      clear: none
  }

  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_first,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_middle,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_last {
      float: left
  }

  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
      float: right
  }

  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
      width: 10%
  }

  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix {
      margin-right: 2%
  }

  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_first,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_middle,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_last {
      margin-right: 2%;
      width: 24%
  }

  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_first,
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_middle,
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_last {
      width: 32%
  }

  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_first,
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_middle {
      float: left;
      margin-right: 2%
  }

  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_last {
      float: right
  }

  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
      float: left;
      width: 49%
  }

  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
      float: right;
      width: 49%
  }

  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
      float: left;
      margin-right: 2%;
      width: 20%
  }

  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
      float: left;
      margin-right: 2%;
      width: 38%
  }

  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
      float: right;
      width: 38%
  }

  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_first,
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_last {
      float: left;
      margin-right: 2%;
      width: 38%
  }

  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_suffix {
      float: right;
      width: 20%
  }

  .ginput_complex .ginput_full {
      clear: both
  }

  .ginput_complex .ginput_left {
      float: left;
      width: 49%
  }

  .ginput_complex .ginput_right {
      float: right;
      width: 49%
  }
}

@-moz-keyframes spin {
  100% {
      -moz-transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  100% {
      -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

.woocommerce .blockUI.blockOverlay {
  position: relative
}

.woocommerce .blockUI.blockOverlay:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  content: "";
  background: url("../svg/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75)
}

.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  content: "";
  background: url("../svg/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75)
}

.woocommerce-breadcrumb {
  zoom: 1;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.92em;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.woocommerce-breadcrumb:after,
.woocommerce-breadcrumb:before {
  content: " ";
  display: table
}

.woocommerce-breadcrumb:after {
  clear: both
}

.woocommerce-breadcrumb a {
  color: #3B7E42
}

.woocommerce-breadcrumb span {
  color: #9DCA88
}

p.demo_store,
.woocommerce-store-notice {
    display: none;
    position: relative;
    line-height: 1.55;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 15px;
    padding-right: calc(2em + 15px);
    text-align: center;
    background-color: #E87149;
    color: #FFF;
    z-index: 999;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2) 
}
.woocommerce-store-notice-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    z-index: 999;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: #FFF
}

a.woocommerce-store-notice__dismiss-link {
  display: block;
  position: absolute;
  top: 6px;
  right: 15px;
  color: #E87149;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 100%;
  width: 1.35em;
  height: 1.35em;
  line-height: 1;
  overflow: hidden;
  z-index: 10
}

a.woocommerce-store-notice__dismiss-link:before {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.55em;
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

/* .admin-bar .woocommerce-store-notice {
  top: 46px
}

@media screen and (min-width: 782px) {
  .admin-bar .woocommerce-store-notice {
      top: 32px
  }
} */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  position: relative;
  margin: 0 0 2em;
  font-size: 0.9em;
  line-height: 1.5;
  background-color: #F7F6F7;
  border-top-width: 3px;
  border-top-style: solid;
  width: 100%;
  margin: 2em 0;
  list-style: none outside
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  line-height: 1;
  display: inline-block
}

@media (max-width: 767.98px) {

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
      position: relative;
      padding: 3em 1.5em 1em;
      text-align: center
  }

  .woocommerce-message:before,
  .woocommerce-error:before,
  .woocommerce-info:before {
      top: 0.55em;
      left: 0;
      right: 0;
      margin: auto;
      width: 1.25em;
      text-align: center
  }
}

@media (min-width: 768px) {

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
      padding: 0.875em 1.5em 0.875em 4.5em
  }

  .woocommerce-message:before,
  .woocommerce-error:before,
  .woocommerce-info:before {
      top: 50%;
      left: 1em;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  min-width: 150px
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0
}

.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button) {
  color: #777;
  text-decoration: underline
}

.woocommerce-message a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover {
  text-decoration: none
}

.single-product div.woocommerce-message,
.woocommerce-orders div.woocommerce-message,
.woocommerce-downloads div.woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center
}

.single-product div.woocommerce-message .button,
.woocommerce-orders div.woocommerce-message .button,
.woocommerce-downloads div.woocommerce-message .button {
  margin-top: 1em
}

@media (max-width: 767.98px) {

  .woocommerce-checkout .woocommerce-info .showlogin,
  .woocommerce-checkout .woocommerce-info .showcoupon {
      display: block
  }
}

@media (min-width: 768px) {

  .single-product div.woocommerce-message,
  .woocommerce-orders div.woocommerce-message,
  .woocommerce-downloads div.woocommerce-message {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .single-product div.woocommerce-message .button,
  .woocommerce-orders div.woocommerce-message .button,
  .woocommerce-downloads div.woocommerce-message .button {
      margin-top: 0;
      margin-left: 1em
  }
}

.woocommerce-message {
  border-top-color: #7ad03a
}

.woocommerce-message:before {
  content: "\f058";
  color: #7ad03a
}

.woocommerce-info {
  border-top-color: #f1c40f
}

.woocommerce-info:before {
  color: #f1c40f;
  content: "\f05a"
}

.woocommerce-error {
  border-top-color: #c0392b
}

.woocommerce-error:before {
  content: "\f071";
  color: #c0392b
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    display: inline-block;
    position: relative;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    outline: none;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.woocommerce a.button:after,
.woocommerce button.button:after,
.woocommerce input.button:after,
.woocommerce #respond input#submit:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em
}

.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce #respond input#submit.loading:after {
  content: "\f110";
  position: absolute;
  right: 1em;
  -moz-animation: spin, 2s, infinite, linear;
  -webkit-animation: spin, 2s, infinite, linear;
  animation: spin, 2s, infinite, linear
}

.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after,
.woocommerce #respond input#submit.added:after {
  content: "\f00c";
  margin-left: 0.53em
}

.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65
}

.woocommerce a.add_to_cart_button,
.woocommerce a.button[data-product_id],
.woocommerce button.single_add_to_cart_button,
.woocommerce a.checkout-button,
.woocommerce input[name="save_account_details"],
.woocommerce input[name="save_address"],
.woocommerce .order-again .button,
.woocommerce .button.view {
  background-color: #E87149;
  color: #FFF
}

.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:focus,
.woocommerce a.button[data-product_id]:hover,
.woocommerce a.button[data-product_id]:focus,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:focus,
.woocommerce a.checkout-button:hover,
.woocommerce a.checkout-button:focus,
.woocommerce input[name="save_account_details"]:hover,
.woocommerce input[name="save_account_details"]:focus,
.woocommerce input[name="save_address"]:hover,
.woocommerce input[name="save_address"]:focus,
.woocommerce .order-again .button:hover,
.woocommerce .order-again .button:focus,
.woocommerce .button.view:hover,
.woocommerce .button.view:focus {
  background-color: #cb5f0c;
  color: #FFF
}

.woocommerce a.add_to_cart_button:disabled:hover,
.woocommerce a.add_to_cart_button:disabled:focus,
.woocommerce a.add_to_cart_button:disabled:active,
.woocommerce a.add_to_cart_button.disabled:hover,
.woocommerce a.add_to_cart_button.disabled:focus,
.woocommerce a.add_to_cart_button.disabled:active,
.woocommerce a.add_to_cart_button:disabled[disabled]:hover,
.woocommerce a.add_to_cart_button:disabled[disabled]:focus,
.woocommerce a.add_to_cart_button:disabled[disabled]:active,
.woocommerce a.button[data-product_id]:disabled:hover,
.woocommerce a.button[data-product_id]:disabled:focus,
.woocommerce a.button[data-product_id]:disabled:active,
.woocommerce a.button[data-product_id].disabled:hover,
.woocommerce a.button[data-product_id].disabled:focus,
.woocommerce a.button[data-product_id].disabled:active,
.woocommerce a.button[data-product_id]:disabled[disabled]:hover,
.woocommerce a.button[data-product_id]:disabled[disabled]:focus,
.woocommerce a.button[data-product_id]:disabled[disabled]:active,
.woocommerce button.single_add_to_cart_button:disabled:hover,
.woocommerce button.single_add_to_cart_button:disabled:focus,
.woocommerce button.single_add_to_cart_button:disabled:active,
.woocommerce button.single_add_to_cart_button.disabled:hover,
.woocommerce button.single_add_to_cart_button.disabled:focus,
.woocommerce button.single_add_to_cart_button.disabled:active,
.woocommerce button.single_add_to_cart_button:disabled[disabled]:hover,
.woocommerce button.single_add_to_cart_button:disabled[disabled]:focus,
.woocommerce button.single_add_to_cart_button:disabled[disabled]:active,
.woocommerce a.checkout-button:disabled:hover,
.woocommerce a.checkout-button:disabled:focus,
.woocommerce a.checkout-button:disabled:active,
.woocommerce a.checkout-button.disabled:hover,
.woocommerce a.checkout-button.disabled:focus,
.woocommerce a.checkout-button.disabled:active,
.woocommerce a.checkout-button:disabled[disabled]:hover,
.woocommerce a.checkout-button:disabled[disabled]:focus,
.woocommerce a.checkout-button:disabled[disabled]:active,
.woocommerce input[name="save_account_details"]:disabled:hover,
.woocommerce input[name="save_account_details"]:disabled:focus,
.woocommerce input[name="save_account_details"]:disabled:active,
.woocommerce input[name="save_account_details"].disabled:hover,
.woocommerce input[name="save_account_details"].disabled:focus,
.woocommerce input[name="save_account_details"].disabled:active,
.woocommerce input[name="save_account_details"]:disabled[disabled]:hover,
.woocommerce input[name="save_account_details"]:disabled[disabled]:focus,
.woocommerce input[name="save_account_details"]:disabled[disabled]:active,
.woocommerce input[name="save_address"]:disabled:hover,
.woocommerce input[name="save_address"]:disabled:focus,
.woocommerce input[name="save_address"]:disabled:active,
.woocommerce input[name="save_address"].disabled:hover,
.woocommerce input[name="save_address"].disabled:focus,
.woocommerce input[name="save_address"].disabled:active,
.woocommerce input[name="save_address"]:disabled[disabled]:hover,
.woocommerce input[name="save_address"]:disabled[disabled]:focus,
.woocommerce input[name="save_address"]:disabled[disabled]:active,
.woocommerce .order-again .button:disabled:hover,
.woocommerce .order-again .button:disabled:focus,
.woocommerce .order-again .button:disabled:active,
.woocommerce .order-again .button.disabled:hover,
.woocommerce .order-again .button.disabled:focus,
.woocommerce .order-again .button.disabled:active,
.woocommerce .order-again .button:disabled[disabled]:hover,
.woocommerce .order-again .button:disabled[disabled]:focus,
.woocommerce .order-again .button:disabled[disabled]:active,
.woocommerce .button.view:disabled:hover,
.woocommerce .button.view:disabled:focus,
.woocommerce .button.view:disabled:active,
.woocommerce .button.view.disabled:hover,
.woocommerce .button.view.disabled:focus,
.woocommerce .button.view.disabled:active,
.woocommerce .button.view:disabled[disabled]:hover,
.woocommerce .button.view:disabled[disabled]:focus,
.woocommerce .button.view:disabled[disabled]:active {
  background-color: #E87149
}

.woocommerce button.single_add_to_cart_button:before {
  content: "\f291";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 125%;
  margin-right: 12px
}

.woocommerce button[name="apply_coupon"],
.woocommerce button[name="update_cart"],
.woocommerce button[name="calc_shipping"],
.woocommerce .cross-sells a.add_to_cart_button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-Button--next,
.woocommerce .woocommerce-Button--previous,
.woocommerce .return-to-shop .button,
.woocommerce a.button.wc-backward {
  background-color: #BDCC53;
  color: #FFF
}

.woocommerce button[name="apply_coupon"]:hover,
.woocommerce button[name="apply_coupon"]:focus,
.woocommerce button[name="update_cart"]:hover,
.woocommerce button[name="update_cart"]:focus,
.woocommerce button[name="calc_shipping"]:hover,
.woocommerce button[name="calc_shipping"]:focus,
.woocommerce .cross-sells a.add_to_cart_button:hover,
.woocommerce .cross-sells a.add_to_cart_button:focus,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-Button--next:hover,
.woocommerce .woocommerce-Button--next:focus,
.woocommerce .woocommerce-Button--previous:hover,
.woocommerce .woocommerce-Button--previous:focus,
.woocommerce .return-to-shop .button:hover,
.woocommerce .return-to-shop .button:focus,
.woocommerce a.button.wc-backward:hover,
.woocommerce a.button.wc-backward:focus {
  background-color: #a6b636;
  color: #FFF
}

.woocommerce button[name="apply_coupon"]:disabled:hover,
.woocommerce button[name="apply_coupon"]:disabled:focus,
.woocommerce button[name="apply_coupon"]:disabled:active,
.woocommerce button[name="apply_coupon"].disabled:hover,
.woocommerce button[name="apply_coupon"].disabled:focus,
.woocommerce button[name="apply_coupon"].disabled:active,
.woocommerce button[name="apply_coupon"]:disabled[disabled]:hover,
.woocommerce button[name="apply_coupon"]:disabled[disabled]:focus,
.woocommerce button[name="apply_coupon"]:disabled[disabled]:active,
.woocommerce button[name="update_cart"]:disabled:hover,
.woocommerce button[name="update_cart"]:disabled:focus,
.woocommerce button[name="update_cart"]:disabled:active,
.woocommerce button[name="update_cart"].disabled:hover,
.woocommerce button[name="update_cart"].disabled:focus,
.woocommerce button[name="update_cart"].disabled:active,
.woocommerce button[name="update_cart"]:disabled[disabled]:hover,
.woocommerce button[name="update_cart"]:disabled[disabled]:focus,
.woocommerce button[name="update_cart"]:disabled[disabled]:active,
.woocommerce button[name="calc_shipping"]:disabled:hover,
.woocommerce button[name="calc_shipping"]:disabled:focus,
.woocommerce button[name="calc_shipping"]:disabled:active,
.woocommerce button[name="calc_shipping"].disabled:hover,
.woocommerce button[name="calc_shipping"].disabled:focus,
.woocommerce button[name="calc_shipping"].disabled:active,
.woocommerce button[name="calc_shipping"]:disabled[disabled]:hover,
.woocommerce button[name="calc_shipping"]:disabled[disabled]:focus,
.woocommerce button[name="calc_shipping"]:disabled[disabled]:active,
.woocommerce .cross-sells a.add_to_cart_button:disabled:hover,
.woocommerce .cross-sells a.add_to_cart_button:disabled:focus,
.woocommerce .cross-sells a.add_to_cart_button:disabled:active,
.woocommerce .cross-sells a.add_to_cart_button.disabled:hover,
.woocommerce .cross-sells a.add_to_cart_button.disabled:focus,
.woocommerce .cross-sells a.add_to_cart_button.disabled:active,
.woocommerce .cross-sells a.add_to_cart_button:disabled[disabled]:hover,
.woocommerce .cross-sells a.add_to_cart_button:disabled[disabled]:focus,
.woocommerce .cross-sells a.add_to_cart_button:disabled[disabled]:active,
.woocommerce .woocommerce-message .button:disabled:hover,
.woocommerce .woocommerce-message .button:disabled:focus,
.woocommerce .woocommerce-message .button:disabled:active,
.woocommerce .woocommerce-message .button.disabled:hover,
.woocommerce .woocommerce-message .button.disabled:focus,
.woocommerce .woocommerce-message .button.disabled:active,
.woocommerce .woocommerce-message .button:disabled[disabled]:hover,
.woocommerce .woocommerce-message .button:disabled[disabled]:focus,
.woocommerce .woocommerce-message .button:disabled[disabled]:active,
.woocommerce .woocommerce-error .button:disabled:hover,
.woocommerce .woocommerce-error .button:disabled:focus,
.woocommerce .woocommerce-error .button:disabled:active,
.woocommerce .woocommerce-error .button.disabled:hover,
.woocommerce .woocommerce-error .button.disabled:focus,
.woocommerce .woocommerce-error .button.disabled:active,
.woocommerce .woocommerce-error .button:disabled[disabled]:hover,
.woocommerce .woocommerce-error .button:disabled[disabled]:focus,
.woocommerce .woocommerce-error .button:disabled[disabled]:active,
.woocommerce .woocommerce-info .button:disabled:hover,
.woocommerce .woocommerce-info .button:disabled:focus,
.woocommerce .woocommerce-info .button:disabled:active,
.woocommerce .woocommerce-info .button.disabled:hover,
.woocommerce .woocommerce-info .button.disabled:focus,
.woocommerce .woocommerce-info .button.disabled:active,
.woocommerce .woocommerce-info .button:disabled[disabled]:hover,
.woocommerce .woocommerce-info .button:disabled[disabled]:focus,
.woocommerce .woocommerce-info .button:disabled[disabled]:active,
.woocommerce .woocommerce-Button--next:disabled:hover,
.woocommerce .woocommerce-Button--next:disabled:focus,
.woocommerce .woocommerce-Button--next:disabled:active,
.woocommerce .woocommerce-Button--next.disabled:hover,
.woocommerce .woocommerce-Button--next.disabled:focus,
.woocommerce .woocommerce-Button--next.disabled:active,
.woocommerce .woocommerce-Button--next:disabled[disabled]:hover,
.woocommerce .woocommerce-Button--next:disabled[disabled]:focus,
.woocommerce .woocommerce-Button--next:disabled[disabled]:active,
.woocommerce .woocommerce-Button--previous:disabled:hover,
.woocommerce .woocommerce-Button--previous:disabled:focus,
.woocommerce .woocommerce-Button--previous:disabled:active,
.woocommerce .woocommerce-Button--previous.disabled:hover,
.woocommerce .woocommerce-Button--previous.disabled:focus,
.woocommerce .woocommerce-Button--previous.disabled:active,
.woocommerce .woocommerce-Button--previous:disabled[disabled]:hover,
.woocommerce .woocommerce-Button--previous:disabled[disabled]:focus,
.woocommerce .woocommerce-Button--previous:disabled[disabled]:active,
.woocommerce .return-to-shop .button:disabled:hover,
.woocommerce .return-to-shop .button:disabled:focus,
.woocommerce .return-to-shop .button:disabled:active,
.woocommerce .return-to-shop .button.disabled:hover,
.woocommerce .return-to-shop .button.disabled:focus,
.woocommerce .return-to-shop .button.disabled:active,
.woocommerce .return-to-shop .button:disabled[disabled]:hover,
.woocommerce .return-to-shop .button:disabled[disabled]:focus,
.woocommerce .return-to-shop .button:disabled[disabled]:active,
.woocommerce a.button.wc-backward:disabled:hover,
.woocommerce a.button.wc-backward:disabled:focus,
.woocommerce a.button.wc-backward:disabled:active,
.woocommerce a.button.wc-backward.disabled:hover,
.woocommerce a.button.wc-backward.disabled:focus,
.woocommerce a.button.wc-backward.disabled:active,
.woocommerce a.button.wc-backward:disabled[disabled]:hover,
.woocommerce a.button.wc-backward:disabled[disabled]:focus,
.woocommerce a.button.wc-backward:disabled[disabled]:active {
  background-color: #BDCC53
}

.woocommerce a.checkout-button,
.woocommerce #place_order,
.woocommerce input[name="save_account_details"],
.woocommerce input[name="save_address"] {
  font-size: 1.125em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em
}

.woocommerce a.wc-backward,
.woocommerce input.button[name="login"],
.woocommerce input.button[name="register"],
.woocommerce button[name="apply_coupon"],
.woocommerce button[name="update_cart"],
.woocommerce button[name="calc_shipping"],
.woocommerce a.add_to_cart_button,
.woocommerce a.button[data-product_id] {
  font-size: 1em;
  padding-top: 0.675em;
  padding-bottom: 0.675em;
  padding-left: 2em;
  padding-right: 2em
}

.woocommerce button.single_add_to_cart_button {
  font-size: 1em;
  padding-top: 0.675em;
  padding-bottom: 0.675em;
  padding-left: 1em;
  padding-right: 1em
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-Button--next,
.woocommerce .woocommerce-Button--previous,
.woocommerce .order-again .button {
  font-size: 0.875em;
  padding-top: 0.675em;
  padding-bottom: 0.675em;
  padding-left: 1em;
  padding-right: 1em;
  width: auto;
  white-space: nowrap
}

.woocommerce .button.view {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.5em;
  text-align: center
}

.woocommerce a.added_to_cart {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 1em
}

.woocommerce a.remove {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.875em;
  line-height: 1;
  height: 1em;
  width: 1em;
  text-align: center;
  border-radius: 100%;
  color: #E87149;
  text-decoration: none
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background-color: #E87149
}

.woocommerce form.cart a.add_to_cart_button,
.woocommerce form.cart button.single_add_to_cart_button,
.woocommerce button[name="apply_coupon"],
.woocommerce button[name="update_cart"],
.woocommerce button[name="calc_shipping"] {
  height: 60px;
  line-height: 60px;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.woocommerce form.cart a.add_to_cart_button,
.woocommerce form.cart button.single_add_to_cart_button {
  width: auto
}

.woocommerce button[name="apply_coupon"],
.woocommerce button[name="update_cart"],
.woocommerce button[name="calc_shipping"] {
  width: 100%
}

.woocommerce div.sv-wc-apply-pay-checkout {
  margin: 0 auto
}

.woocommerce form [class*="field-wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.woocommerce form [class*="field-wrapper"] .form-row-first,
.woocommerce form [class*="field-wrapper"] .form-row-last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  max-width: 47.5%;
  width: 100%
}

.woocommerce form [class*="field-wrapper"] .form-row-wide,
.woocommerce form [class*="field-wrapper"] .notes {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%
}

.woocommerce form .form-row {
  margin-top: 0
}

.woocommerce .woocommerce-input-wrapper {
  display: block
}

.woocommerce .required {
  color: #c0392b
}

.woocommerce abbr[title] {
  text-decoration: none
}

.woocommerce small.note {
  display: block;
  color: #777;
  font-size: 0.857em;
  margin-top: 10px
}

.woocommerce .quantity .qty {
  width: 65px;
  height: 60px;
  text-align: center
}

.woocommerce .woocommerce-form__label-for-checkbox.inline {
  margin-left: 1em
}

.woocommerce-invalid .select2-container .select2-choice,
.woocommerce-invalid input.input-text {
  border-color: #c0392b
}

.woocommerce-invalid .select2-container-active .select2-choice {
  border-color: #81261d
}

.woocommerce-invalid select {
  outline: 1px ridge #c0392b
}

.woocommerce-validated .select2-container .select2-choice,
.woocommerce-validated input.input-text {
  border-color: #7ad03a
}

.woocommerce-validated .select2-container-active .select2-choice {
  border-color: #569925
}

.woocommerce-validated select {
  outline: 1px ridge #7ad03a
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0px
}

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373
}

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b
}

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53
}

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733
}

.woocommerce.archive ul.products {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.woocommerce .related h2,
.woocommerce .upsells h2 {
  text-transform: capitalize;
  color: #52A663
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  list-style: none outside;
  clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside
}

.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.woocommerce ul.products li.product {
  float: left;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
  max-width: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.woocommerce ul.products.columns-5 li.product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-2 li.product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.woocommerce ul.products li.product {
  position: relative;
  text-align: center
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .price {
  padding-left: 15px;
  padding-right: 15px
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0.5em 0;
  font-size: 1em;
  line-height: 1.55;
  color: #4D4D4D
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  -moz-transition: box-shadow .25s ease-in-out;
  -o-transition: box-shadow .25s ease-in-out;
  -webkit-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.11)
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover img,
.woocommerce ul.products li.product .woocommerce-loop-product__link:focus img {
  box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.3)
}

.woocommerce ul.products li.product a {
  text-decoration: none
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product a:focus .woocommerce-loop-category__title,
.woocommerce ul.products li.product a:focus .woocommerce-loop-product__title {
  color: #E87149
}

.woocommerce ul.products li.product img {
  width: auto;
  display: inline
}

.woocommerce ul.products li.product strong {
  display: block
}

.woocommerce ul.products li.product a.add_to_cart_button {
  display: inline-block;
  margin: 1em auto;
  width: 85%;
  padding-left: 0.675em;
  padding-right: 0.675em
}

.woocommerce ul.products li.product .price {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    display: block;
    font-size: 1em
}

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: block
}

.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
  text-decoration: none
}

.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(150, 131, 117, 0.5)
}

.woocommerce mark {
  background: none;
  color: inherit;
  font-weight: 400
}

.woocommerce span.onsale {
    background-color: #F29F24;
    color: #FFF;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    padding: 0.5em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -25%);
    z-index: 900
}

.no-flexbox .woocommerce ul.products {
  zoom: 1
}

.no-flexbox .woocommerce ul.products:after,
.no-flexbox .woocommerce ul.products:before {
  content: " ";
  display: table
}

.no-flexbox .woocommerce ul.products:after {
  clear: both
}

@media (min-width: 768px) {

  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 1.125em;
      line-height: 1.3
  }
}

@media (min-width: 992px) {
  .woocommerce ul.products.columns-3 li.product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%
  }

  .woocommerce ul.products.columns-4 li.product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .woocommerce ul.products.columns-5 li.product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%
  }

  .woocommerce ul.products li.product {
      margin-bottom: 2em
  }

  .woocommerce span.onsale {
      background-color: transparent;
      position: absolute;
      transform: unset;
      left: 15px;
      z-index: 900
  }

  .woocommerce span.onsale::before {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      content: '';
      height: 0;
      width: 0;
      border-top: 80px solid #F29F24;
      border-bottom: 80px solid transparent;
      border-right: 135px solid transparent
  }
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 1.618em 0;
  overflow: hidden;
  position: relative
}

.woocommerce-tabs ul.tabs li {
  display: block;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0
}

.woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 1em;
    font-size: 0.9em;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    color: #84AA51;
    background: #F3ECE7;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none
}

.woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #E87149
}

.woocommerce-tabs ul.tabs li.active {
  z-index: 2
}

.woocommerce-tabs ul.tabs li.active a {
  color: #3B7E42;
  background: #F7F8F0
}

.woocommerce-tabs ul.tabs li:not(:first-child) {
  margin-top: -1px
}

.woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1
}

.woocommerce-tabs .panel {
  background: #F7F8F0;
  margin: 0 0 2em;
  padding: 0.5em 1em
}

.woocommerce-tabs .panel h2 {
  color: #3B7E42
}

@media screen and (min-width: 0) {
  .woocommerce-tabs .panel h2 {
      font-size: 1.333em;
      line-height: 1.4
  }
}

@media screen and (min-width: 768px) {
  .woocommerce-tabs .panel h2 {
      font-size: 1.444em;
      line-height: 1.3
  }
}

@media screen and (min-width: 992px) {
  .woocommerce-tabs .panel h2 {
      font-size: 1.777em;
      line-height: 1.2
  }
}

@media (max-width: 767.98px) {
  .woocommerce-tabs {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      -moz-transform: translateX(calc(50vw - 50%));
      -ms-transform: translateX(calc(50vw - 50%));
      -webkit-transform: translateX(calc(50vw - 50%));
      transform: translateX(calc(50vw - 50%))
  }

  .woocommerce-tabs ul.tabs {
      margin-bottom: 0
  }

  .woocommerce-tabs ul.tabs li {
      margin-bottom: 0.35em
  }

  .woocommerce-tabs .panel {
      padding: 0.5em 30px
  }
}

@media (min-width: 768px) {
  .woocommerce-tabs {
      clear: both
  }

  .woocommerce-tabs ul.tabs {
      zoom: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: -2px;
      margin-right: -2px;
      margin-bottom: 0
  }

  .woocommerce-tabs ul.tabs:after,
  .woocommerce-tabs ul.tabs:before {
      content: " ";
      display: table
  }

  .woocommerce-tabs ul.tabs:after {
      clear: both
  }

  .woocommerce-tabs ul.tabs li {
      display: inline-block
  }

  .woocommerce-tabs ul.tabs li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0 2px
  }

  .woocommerce-tabs ul.tabs li a {
      padding: 0.25em 0.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 0.875em;
      line-height: 1.35;
      min-height: 60px
  }

  .woocommerce-tabs .panel {
      padding: 1em 2em;
      margin: -1px 0 2em
  }
}

@media (min-width: 992px) {
  .woocommerce-tabs ul.tabs li a {
      padding: 0.5em 1em;
      font-size: 0.9em;
      line-height: 1.45
  }
}

.woocommerce table tr,
.woocommerce table td,
.woocommerce table th {
  background: none
}

.woocommerce .shop_table th {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    padding: 9px 12px
}

.woocommerce .shop_table td {
  padding: 6px 12px;
  vertical-align: middle
}

.woocommerce .shop_table td small {
  font-weight: normal
}

.woocommerce .shop_table tfoot td,
.woocommerce .shop_table tfoot th,
.woocommerce .shop_table tbody th {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.woocommerce td.product-name a {
  color: #84AA51
}

.woocommerce td.product-name .variation_description {
  color: #787878;
  font-size: 0.875em
}

.woocommerce td.product-name .variation_description:before {
  content: " - "
}

.woocommerce td.product-name dl.variation {
  zoom: 1;
  margin: 0
}

.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
  content: " ";
  display: table
}

.woocommerce td.product-name dl.variation:after {
  clear: both
}

.woocommerce td.product-name dl.variation .variation-DropShipper {
  display: none
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.9em
}

.woocommerce td.product-name dl.variation dt {
  clear: left
}

.woocommerce td.product-name dl.variation dd {
  margin-left: 0.25em
}

.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0
}

.woocommerce td.product-name dl.variation:only-of-type dd p {
  margin-top: 0
}

.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em
}

.woocommerce td.product-quantity {
  min-width: 80px
}

.woocommerce table.cart td.actions .coupon label {
  display: none
}

.woocommerce table.cart td.product-thumbnail img {
  max-width: 80px;
  width: 100%
}

.woocommerce .cart_totals table th {
  border-right: 0
}

.woocommerce .cart_totals table td {
  border-left: 0
}

.woocommerce table.order_details {
  margin-bottom: 2em
}

.woocommerce table.order_details tr.order_item .product-name,
.woocommerce table.order_details tr.order_item .product-total {
  border-top: 0;
  border-bottom: 0
}

.woocommerce table.order_details tr.order_item .product-name {
  border-right: 0
}

.woocommerce table.order_details tfoot th {
  text-align: left
}

.woocommerce table.customer_details th {
  text-align: left
}

.woocommerce table.group_table {
  border-top: 1px solid #EDEDED;
  margin-top: 0;
  margin-bottom: 1.5em
}

.woocommerce table.group_table td {
  vertical-align: middle;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #EDEDED
}

.woocommerce table.group_table td.label {
  padding-right: 15px;
  padding-left: 15px
}

.woocommerce table.group_table label {
  margin-bottom: 0
}

.woocommerce table.group_table div.quantity {
  float: none;
  margin: 0
}

.woocommerce table.group_table small.stock {
  display: block;
  float: none
}

.woocommerce table.variations {
  margin-top: 0;
  margin-bottom: 1.5em
}

.woocommerce table.variations td.label {
  width: 30%
}

.woocommerce table.variations td.value {
  width: 70%
}

.woocommerce table.variations label {
  margin-bottom: 0
}

.woocommerce table.variations select,
.woocommerce table.variations .select2-container {
  margin-bottom: 4px;
  width: 100%
}

.woocommerce table.table-options {
  margin-top: 1.5em;
  margin-bottom: 1.5em
}

.woocommerce table.table-options th,
.woocommerce table.table-options td {
  vertical-align: middle
}

.woocommerce table.table-options td {
    font-size: 0.875em;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    color: #868686
}

.woocommerce table.table-options tr.active td {
  color: #4d4d4d;
  font-weight: 900
}

.woocommerce table.table-options tr.active td.variation-select label {
  border-color: #E87149
}

.woocommerce table.table-options tr.active td.variation-select label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #E87149;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.woocommerce table.table-options td.variation-select label {
  cursor: pointer;
  width: 24px;
  height: 24px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  border: 2px solid #9DCA88;
  position: relative;
  margin: 0;
  vertical-align: middle
}

.woocommerce table.table-options td.variation-select label input {
  display: none
}

.woocommerce table.table-options .price {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    font-size: initial;
    margin: 0
}

.woocommerce table.table-options .price ins {
  background: inherit;
  text-decoration: none
}

.woocommerce table.table-options .price del {
  opacity: 0.75;
  font-size: .85em;
  margin-right: 0.25em
}

.woocommerce .shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%
}

.woocommerce .shop_attributes th {
    width: 150px;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce .shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5
}

.woocommerce .shop_attributes td p {
  margin: 0;
  padding: 8px 0
}

.woocommerce .shop_attributes .alt td,
.woocommerce .shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025)
}

.woocommerce table.my_account_orders {
  margin-bottom: 2em
}

.woocommerce table.my_account_orders .order-actions .button {
  margin: 0.5em 0.5em 0.5em 0
}

.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table td {
  text-align: left
}

.woocommerce .woocommerce-checkout-review-order-table tr th+th,
.woocommerce .woocommerce-checkout-review-order-table tr td+td,
.woocommerce .woocommerce-checkout-review-order-table tr th+td {
  border-left: 0
}

.woocommerce .woocommerce-checkout-review-order-table tr th:not(:last-child),
.woocommerce .woocommerce-checkout-review-order-table tr td:not(:last-child) {
  border-right: 0
}

@media (max-width: 767.98px) {
  .woocommerce table.shop_table_responsive {
      border: 1px solid #EDEDED;
      border-bottom: 0
  }

  .woocommerce table.shop_table_responsive thead {
      display: none
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child {
      border-top: 0
  }

  .woocommerce table.shop_table_responsive tbody th {
      display: none
  }

  .woocommerce table.shop_table_responsive tr {
      border-bottom: 1px solid #EDEDED;
      display: block
  }

  .woocommerce table.shop_table_responsive tr td {
      display: block;
      border: 0
  }

  .woocommerce table.shop_table_responsive tr td[data-title]:before {
      content: attr(data-title) ": ";
      margin-right: 5px
  }

  .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions:before {
      display: none
  }

  .woocommerce table.table-options.shop_table_responsive {
      border: 0 !important
  }

  .woocommerce table.table-options.shop_table_responsive th,
  .woocommerce table.table-options.shop_table_responsive tr,
  .woocommerce table.table-options.shop_table_responsive td {
      border: 0 !important
  }

  .woocommerce table.table-options tbody tr {
      position: relative
  }

  .woocommerce table.table-options tbody tr td:not(.variation-select) {
      padding-left: 45px
  }

  .woocommerce table.table-options tbody tr+tr {
      margin-top: 0.5em
  }

  .woocommerce table.table-options td.variation-select {
      position: absolute;
      top: 0;
      left: 0;
      width: 45px
  }

  .woocommerce table.my_account_orders tr td.order-actions {
      text-align: left
  }

  .woocommerce table.my_account_orders tr td.order-actions:before {
      display: none
  }

  .woocommerce table.my_account_orders tr td.order-actions .button {
      float: none;
      margin: 0.125em 0.25em 0.125em 0
  }

  .woocommerce table.cart {
      border: 0
  }

  .woocommerce table.cart thead,
  .woocommerce table.cart th {
      display: none
  }

  .woocommerce table.cart tr {
      display: block;
      position: relative;
      zoom: 1
  }

  .woocommerce table.cart tr:after,
  .woocommerce table.cart tr:before {
      content: " ";
      display: table
  }

  .woocommerce table.cart tr:after {
      clear: both
  }

  .woocommerce table.cart tr.cart_item {
      border: 1px solid #EDEDED;
      margin-bottom: 2em;
      padding-bottom: 3em
  }

  .woocommerce table.cart tr.cart-actions {
      border: 0;
      margin-top: 1em;
      margin-bottom: 1em
  }

  .woocommerce table.cart td {
      display: block;
      border: 0;
      padding: 0
  }

    .woocommerce table.cart td label {
        font-family: "Hind Vadodara", sans-serif;
        font-weight: 700;
    }

  .woocommerce table.cart td.product-remove {
      position: absolute;
      left: 115px;
      bottom: 1em;
      padding: 0;
      text-align: center
  }

  .woocommerce table.cart td.product-remove a.remove {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #F7F6F7;
      border-radius: 0;
      padding: 0.25em;
      width: 3em
  }

  .woocommerce table.cart td.product-remove a.remove:after {
      content: "Delete";
      font-size: 50%;
      margin-left: 10px
  }

  .woocommerce table.cart td.product-remove a.remove:hover,
  .woocommerce table.cart td.product-remove a.remove:focus {
      color: #E87149 !important;
      background-color: #F7F6F7
  }

  .woocommerce table.cart td.product-name:before {
      display: none
  }

  .woocommerce table.cart td.product-name,
  .woocommerce table.cart td.product-price,
  .woocommerce table.cart td.product-quantity,
  .woocommerce table.cart td.product-subtotal {
      padding-left: 115px
  }

  .woocommerce table.cart td.product-thumbnail {
      padding-top: 1em;
      padding-left: 1em;
      float: left
  }

  .woocommerce table.cart td.product-name {
      padding-top: 15px;
      padding-right: 15px;
      padding-bottom: 8px
  }

  .woocommerce table.cart td.product-name a,
  .woocommerce table.cart td.product-name dl.variation {
      display: inline-block
  }

  .woocommerce table.cart td.product-name dl.variation {
      width: 100%
  }

  .woocommerce table.cart td.product-subtotal {
      padding-top: 8px;
      padding-right: 15px;
      padding-bottom: 15px
  }

  .woocommerce table.cart td.product-price,
  .woocommerce table.cart td.product-quantity {
      padding-top: 8px;
      padding-bottom: 15px;
      padding-right: 8px
  }

  .woocommerce table.cart td.actions button[name="update_cart"] {
      width: 100%;
      clear: both;
      margin-top: 1.675em
  }

  .woocommerce table.cart td .quantity {
      width: auto;
      display: inline-block
  }

  .woocommerce table.cart td input,
  .woocommerce table.cart td .button,
  .woocommerce table.cart td .input-text {
      box-sizing: border-box
  }
}

@media (min-width: 768px) {

  .woocommerce table.table-options th,
  .woocommerce table.table-options td,
  .woocommerce table.table-options tr {
      border: 0
  }

  .woocommerce table.table-options th,
  .woocommerce table.table-options td {
      text-align: center
  }

  .woocommerce table.table-options th {
      background: #f7f8f0;
      text-transform: uppercase;
      color: #84AA51;
      font-size: 0.875em
  }

  .woocommerce table.cart label {
      font-size: 0.875em
  }

  .woocommerce table.cart .form-row {
      margin: 0
  }

  .woocommerce table.cart tr {
      border: 1px solid #EDEDED
  }

  .woocommerce table.cart tr.cart_item {
      background: none !important
  }

  .woocommerce table.cart th.product-name {
      text-align: left
  }

  .woocommerce table.cart td,
  .woocommerce table.cart th {
      border-left: 0;
      border-right: 0;
      padding: 15px
  }

  .woocommerce table.cart td.product-remove {
      padding-left: 8px;
      padding-right: 8px;
      width: 30px;
      border-right: 0;
      vertical-align: middle
  }

  .woocommerce table.cart td.product-thumbnail {
      padding-left: 0;
      padding-right: 0;
      width: 150px
  }

  .woocommerce table.cart td.product-thumbnail img {
      display: block;
      max-width: none
  }

  .woocommerce table.cart td.product-name {
      padding-left: 30px;
      padding-right: 30px
  }

  .woocommerce table.cart td.product-price,
  .woocommerce table.cart td.product-quantity,
  .woocommerce table.cart td.product-subtotal {
      text-align: center
  }

  .woocommerce table.cart td.actions {
      text-align: right;
      padding-top: 15px;
      padding-bottom: 15px
  }

  .woocommerce table.cart td.actions .coupon {
      float: left;
      width: 68%
  }

  .woocommerce table.cart td.actions .input-text {
      width: 60%;
      float: left
  }

  .woocommerce table.cart td.actions button[name="apply_coupon"] {
      padding-left: 0.5em;
      padding-right: 0.5em;
      max-width: 200px;
      float: left;
      margin-left: 1%;
      width: 39%
  }

  .woocommerce table.cart td.actions button[name="update_cart"] {
      padding-left: 0.5em;
      padding-right: 0.5em;
      max-width: 200px;
      float: right;
      width: 30%
  }

  .woocommerce .cart_totals table th,
  .woocommerce .cart_totals table td {
      padding: 15px
  }

  .woocommerce table.my_account_orders th,
  .woocommerce table.my_account_orders td {
      padding: 8px 15px;
      vertical-align: middle
  }

  .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
      text-align: center
  }

  .woocommerce table.customer_details {
      width: 50%
  }
}

@media (max-width: 767.98px) {
  .wp-block-woocommerce-products .woocommerce {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      -moz-transform: translateX(calc(50vw - 50%));
      -ms-transform: translateX(calc(50vw - 50%));
      -webkit-transform: translateX(calc(50vw - 50%));
      transform: translateX(calc(50vw - 50%))
  }
}

.woocommerce .widget_product_categories ul,
.woocommerce-page .widget_product_categories ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside
}

.woocommerce .widget_product_categories ul.children,
.woocommerce-page .widget_product_categories ul.children {
  margin-left: 2em;
  margin-top: 0.5em
}

.woocommerce .widget_product_categories ul li,
.woocommerce-page .widget_product_categories ul li {
  zoom: 1;
  padding: 0 0 1px;
  list-style: none;
  margin-left: 0
}

.woocommerce .widget_product_categories ul li:after,
.woocommerce .widget_product_categories ul li:before,
.woocommerce-page .widget_product_categories ul li:after,
.woocommerce-page .widget_product_categories ul li:before {
  content: " ";
  display: table
}

.woocommerce .widget_product_categories ul li:after,
.woocommerce-page .widget_product_categories ul li:after {
  clear: both
}

.woocommerce .widget_product_categories ul li.cat-parent,
.woocommerce-page .widget_product_categories ul li.cat-parent {
  margin-bottom: 0
}

.woocommerce .widget_product_categories ul li.current-cat>a,
.woocommerce-page .widget_product_categories ul li.current-cat>a {
  color: #4D4D4D
}

.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside
}

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  zoom: 1;
  padding: 0;
  list-style: none;
  margin-left: 0
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:before {
  content: " ";
  display: table
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both
}

.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  color: #4D4D4D
}

.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  float: left;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-right: 0.5em
}

.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  padding: 5px;
  text-decoration: none;
  background: #BDCC53;
  color: #FFF
}

.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #c0392b
}

.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: left
}

.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #E87149;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  margin-left: -0.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #E87149
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #cb5f0c;
  border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 0.5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  zoom: 1;
  list-style: none
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
  content: " ";
  display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  zoom: 1
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:before,
.woocommerce-page ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:before {
  content: " ";
  display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  clear: both
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em 0;
  margin: 0 4px 0 0;
  clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  padding: 0 0 0.25em 0
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-page ul.cart_list li dl dd p:last-child,
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  float: none
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 3px double #BDCC53;
  padding: 4px 0 0
}

.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block
}

.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce-page.widget_shopping_cart .cart_list li,
.woocommerce-page .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0
}

.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce-page.widget_shopping_cart .cart_list li a.remove,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0
}

.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page.widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
  zoom: 1
}

.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:before {
  content: " ";
  display: table
}

.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both
}

@media (min-width: 768px) {

  .woocommerce ul.cart_list li,
  .woocommerce ul.product_list_widget li,
  .woocommerce-page ul.cart_list li,
  .woocommerce-page ul.product_list_widget li {
      zoom: 1
  }

  .woocommerce ul.cart_list li:after,
  .woocommerce ul.cart_list li:before,
  .woocommerce ul.product_list_widget li:after,
  .woocommerce ul.product_list_widget li:before,
  .woocommerce-page ul.cart_list li:after,
  .woocommerce-page ul.cart_list li:before,
  .woocommerce-page ul.product_list_widget li:after,
  .woocommerce-page ul.product_list_widget li:before {
      content: " ";
      display: table
  }

  .woocommerce ul.cart_list li:after,
  .woocommerce ul.product_list_widget li:after,
  .woocommerce-page ul.cart_list li:after,
  .woocommerce-page ul.product_list_widget li:after {
      clear: both
  }

  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img,
  .woocommerce-page ul.cart_list li img,
  .woocommerce-page ul.product_list_widget li img {
      float: right;
      height: auto
  }
}

.woocommerce #reviews {
  clear: both
}

@media screen and (min-width: 0) {
  .woocommerce #reviews h2 {
      font-size: 1.333em;
      line-height: 1.4
  }
}

@media screen and (min-width: 768px) {
  .woocommerce #reviews h2 {
      font-size: 1.444em;
      line-height: 1.3
  }
}

@media screen and (min-width: 992px) {
  .woocommerce #reviews h2 {
      font-size: 1.777em;
      line-height: 1.2
  }
}

.woocommerce #reviews h2 small {
  float: right;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0
}

.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #444
}

.woocommerce #reviews h3 {
  margin: 0;
  font-size: 1.25em
}

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0
}

.woocommerce #reviews #comment {
  height: 75px
}

.woocommerce #reviews #comments .add_review {
  zoom: 1
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments .add_review:after {
  clear: both
}

.woocommerce #reviews #comments h2 {
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  padding: 0;
  margin: 1em 0 0;
  display: none
}

.woocommerce #reviews #comments ol.commentlist {
  zoom: 1;
  margin: 1em 0 0;
  width: 100%;
  background: none;
  list-style: none;
  border-bottom: 0
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
  clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 1em;
  border: 0;
  position: relative;
  background: 0;
  border-bottom: 3px solid #F3ECE7
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  margin: 0;
  line-height: 1;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
  padding-top: 5px;
  position: relative
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  zoom: 1
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.875em;
  margin: 0 0 0.5em;
  color: #84AA51;
  text-transform: uppercase
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta [itemprop="datePublished"] {
  font-weight: 300
}

.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #DFDFDF;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
  content: ""
}

.woocommerce #reviews .star-rating-selector:not(:checked) label.checkbox:before {
  color: #F9D21C
}

.woocommerce #reviews .rating-number a {
  color: #52A663
}

.woocommerce #reviews .rating-number a span.rating-star {
  color: #F9D21C
}

.woocommerce #reviews .rating-graph a {
  background-color: #3B7E42 !important
}

.woocommerce #reviews .rating-count a {
  color: #52A663
}

.woocommerce #reviews h3.contribution-title .star-rating {
  font-weight: 900 !important
}

.woocommerce #reviews .product-rating .product-rating-summary {
  text-align: left
}

.woocommerce #reviews .product-rating-details table tbody tr {
  text-align: right
}

.woocommerce #reviews .product-rating-details table tbody tr td.rating-count {
  text-align: center
}

.woocommerce #reviews .contribution-type-selector>a {
  text-align: left;
  display: none
}

.woocommerce #reviews label[for="review_attachment_file"] {
  display: block
}

.woocommerce #reviews label[for="review_attachment_url"] {
  display: block
}

.woocommerce #reviews #review_attachment_file {
  display: block
}

.woocommerce #reviews #review_attachment_url_field {
  display: none !important
}

.woocommerce #reviews a.toggle-attachment-source {
  display: none
}

.woocommerce #reviews .contribution-actions>a.done {
  color: #3B7E42
}

.woocommerce #reviews .form-contribution.form-review {
  border: 1px solid #52A663;
  background-color: #FFF
}

.woocommerce #reviews #comments .form-contribution.form-contribution_comment {
  margin: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0
}

.woocommerce #reviews .contribution-karma {
  margin-left: 0
}

.woocommerce #reviews select#comments_filter option[value="comment_type=question&unanswered=1"] {
  display: none
}

.woocommerce #reviews button.update-review {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: inherit;
    border: 0;
    outline: 0;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    background-color: #E87149;
    color: #FFF;
    font-size: 1em;
    padding-top: 0.675em;
    padding-bottom: 0.675em;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    background-image: none;
    border-radius: 0
}

.woocommerce #reviews #review_rating_field>label {
  margin-right: 1em
}

.woocommerce #reviews #review_rating_field>fieldset {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 1em
}

.woocommerce #reviews #review_rating_field span.star-label {
  display: none !important
}

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 0.875em;
  width: 5.6em;
  margin-top: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.woocommerce .star-rating span {
  text-align: left;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  white-space: nowrap
}

.woocommerce .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #F9D21C
}

.woocommerce .woocommerce-product-rating {
  zoom: 1;
  line-height: 2em;
  margin-bottom: 0.25em;
  margin-right: 2em;
  display: flex
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-product-rating:after {
  clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
  font-size: 1em
}

.woocommerce .products .star-rating {
  display: block;
  margin: 0 auto 1em;
  float: none
}

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0 0
}

.woocommerce p.stars {
  position: relative;
  font-size: 0.875em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.woocommerce p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative
}

.woocommerce p.stars a:last-child {
  border-right: 0
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
  border-right: 1px solid #dbe0bc
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #F9D21C
}

.woocommerce p.stars a.star-1 {
  width: 2em
}

.woocommerce p.stars a.star-1:after {
  content: "\f005"
}

.woocommerce p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after {
  font-weight: 900
}

.woocommerce p.stars a.star-2 {
  width: 3em
}

.woocommerce p.stars a.star-2:after {
  content: "\f005\f005"
}

.woocommerce p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after {
  font-weight: 900
}

.woocommerce p.stars a.star-3 {
  width: 4em
}

.woocommerce p.stars a.star-3:after {
  content: "\f005\f005\f005"
}

.woocommerce p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after {
  font-weight: 900
}

.woocommerce p.stars a.star-4 {
  width: 5em
}

.woocommerce p.stars a.star-4:after {
  content: "\f005\f005\f005\f005"
}

.woocommerce p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after {
  font-weight: 900
}

.woocommerce p.stars a.star-5 {
  width: 6em;
  border: 0
}

.woocommerce p.stars a.star-5:after {
  content: "\f005\f005\f005\f005\f005"
}

.woocommerce p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after {
  font-weight: 900
}

.woocommerce #review_form #respond {
  position: static;
  margin: 0 0 1.5em;
  width: auto;
  padding: 0;
  background: transparent none
}

.woocommerce #review_form #respond p {
  margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit {
  margin: 18px 0 -5px
}

.woocommerce #review_form #respond .form-submit input {
  left: auto
}

.woocommerce #review_form #respond select,
.woocommerce #review_form #respond .select2-container {
  display: none !important
}

.woocommerce #review_form #respond textarea {
  width: 100%
}

@media (min-width: 768px) {
  .woocommerce #reviews div.review-qualifiers {
      width: 50%
  }
}

@media (min-width: 992px) {
  .woocommerce #reviews div.review-qualifiers {
      width: 33%
  }
}

@media (max-width: 767.98px) {
  .woocommerce .woocommerce-product-rating {
      display: flex;
      justify-content: center;
      margin-right: 0
  }

  .woocommerce #reviews a.toggle-attachment-source {
      float: none !important
  }

  .woocommerce #reviews .product-rating .product-rating-summary,
  .woocommerce #reviews .product-rating .product-rating-details {
      display: block;
      width: 100%
  }
}

.woocommerce .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 100%
}

.single-product div.product div.thumbnails {
  zoom: 1
}

.single-product div.product div.thumbnails:after,
.single-product div.product div.thumbnails:before {
  content: " ";
  display: table
}

.single-product div.product div.thumbnails:after {
  clear: both
}

.single-product div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 3.8%
}

.single-product div.product div.thumbnails a.first {
  clear: both
}

.single-product div.product div.thumbnails a.first img {
  margin: 0
}

.single-product div.product div.thumbnails a.last {
  margin-right: 0
}

.single-product div.product div.thumbnails a.last img {
  float: right
}

.single-product div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none
}

.single-product div.product div.thumbnails.columns-2 a {
  width: 48%
}

.single-product div.product div.thumbnails.columns-4 a {
  width: 22.05%
}

.single-product div.product div.thumbnails.columns-5 a {
  width: 16.9%
}

.single-product div.product div.images .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.single-product div.product div.images .flex-control-thumbs li {
  width: 24.9%;
  float: left;
  margin: 0
}

@media (min-width: 576px) {

  .woocommerce .related,
  .woocommerce .upsells.products {
      zoom: 1;
      clear: both
  }

  .woocommerce .related:after,
  .woocommerce .related:before,
  .woocommerce .upsells.products:after,
  .woocommerce .upsells.products:before {
      content: " ";
      display: table
  }

  .woocommerce .related:after,
  .woocommerce .upsells.products:after {
      clear: both
  }
}

@media (min-width: 768px) {
  .woocommerce-result-count {
      position: relative;
      min-height: 1px;
      float: left;
      width: 48%
  }

  .woocommerce-ordering {
      position: relative;
      min-height: 1px;
      float: right;
      width: 30%
  }

  .woocommerce-account .woocommerce {
      zoom: 1
  }

  .woocommerce-account .woocommerce:after,
  .woocommerce-account .woocommerce:before {
      content: " ";
      display: table
  }

  .woocommerce-account .woocommerce:after {
      clear: both
  }

  .woocommerce-account .woocommerce-form-login,
  .woocommerce-account .woocommerce-ResetPassword {
      max-width: 47.5%
  }

  .woocommerce-account .col2-set .woocommerce-form-login {
      max-width: none
  }

  .woocommerce-checkout .checkout_coupon {
      zoom: 1
  }

  .woocommerce-checkout .checkout_coupon:after,
  .woocommerce-checkout .checkout_coupon:before {
      content: " ";
      display: table
  }

  .woocommerce-checkout .checkout_coupon:after {
      clear: both
  }

  .woocommerce-checkout .checkout_coupon .form-row-first {
      float: left;
      width: 63%
  }

  .woocommerce-checkout .checkout_coupon .form-row-last {
      float: right;
      width: 35%
  }

  .woocommerce-checkout .login {
      zoom: 1
  }

  .woocommerce-checkout .login:after,
  .woocommerce-checkout .login:before {
      content: " ";
      display: table
  }

  .woocommerce-checkout .login:after {
      clear: both
  }

  .woocommerce-checkout .login .form-row-first,
  .woocommerce-checkout .login .form-row-last {
      width: 49% !important
  }

  .woocommerce-checkout .login .form-row-first {
      float: left
  }

  .woocommerce-checkout .login .form-row-last {
      float: right
  }
}

@media (min-width: 992px) {

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .single-product div.product div.images {
      float: left;
      margin-right: 5%;
      margin-bottom: 2em;
      width: 45%
  }

  .single-product div.product div.summary {
      float: right;
      margin-bottom: 2em;
      width: 50%
  }

  .woocommerce-cart .cart-collaterals {
      zoom: 1;
      width: 100%
  }

  .woocommerce-cart .cart-collaterals:after,
  .woocommerce-cart .cart-collaterals:before {
      content: " ";
      display: table
  }

  .woocommerce-cart .cart-collaterals:after {
      clear: both
  }

  .woocommerce-cart .cart-collaterals .related {
      width: 30.75%;
      float: left
  }

  .woocommerce-cart .cart-collaterals .cross-sells {
      width: 48%;
      float: left
  }

  .woocommerce-cart .cart-collaterals .cross-sells ul.products {
      float: none
  }

  .woocommerce-cart .cart-collaterals .cross-sells ul.products li {
      width: 48%
  }

  .woocommerce-cart .cart-collaterals .shipping_calculator {
      width: 48%;
      zoom: 1;
      clear: right;
      float: right
  }

  .woocommerce-cart .cart-collaterals .shipping_calculator:after,
  .woocommerce-cart .cart-collaterals .shipping_calculator:before {
      content: " ";
      display: table
  }

  .woocommerce-cart .cart-collaterals .shipping_calculator:after {
      clear: both
  }

  .woocommerce-cart .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce-cart .cart-collaterals .shipping_calculator .col2-set .col-2 {
      width: 47%
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
      float: right;
      width: 48%
  }

  .woocommerce-MyAccount-navigation {
      float: left;
      width: 33.33333%
  }

  .woocommerce-MyAccount-content {
      float: right;
      width: 66.66667%;
      padding-left: 30px
  }
}

ul.wc-item-meta {
  list-style: none;
  margin: 0
}

ul.wc-item-meta li {
  margin: 0
}

ul.wc-item-meta li strong,
ul.wc-item-meta li p {
  display: inline-block;
  font-size: 0.9em
}

ul.wc-item-meta li strong {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
}

ul.wc-item-meta li p {
  margin: 0 0 0 0.25em;
  color: #787878
}

.woocommerce-customer-details--phone {
  margin: 0
}

.woocommerce-customer-details--email {
  margin-top: 0
}

.post-type-archive-product ul.products {
  margin-top: 3em
}

.woocommerce-result-count {
  margin: 3em 0 0.5em;
  font-weight: 300;
  font-size: 0.875em
}

.woocommerce-ordering {
  margin: 0 0 2em
}

.woocommerce-ordering select {
  vertical-align: top
}

.woocommerce-ordering select,
.woocommerce-ordering .select2-container {
  width: 100%
}

.woocommerce .woocommerce-notices-wrapper+ul.products {
  margin-top: 2.5em
}

.woocommerce-products-header .woocommerce-products-header__image {
  position: relative;
  overflow: hidden;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  text-align: center
}

.woocommerce-products-header .woocommerce-products-header__image.is-style-dots:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto
}

.woocommerce-products-header .woocommerce-products-header__image-wrapper {
  display: inline-block;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding-left: 2em;
  padding-right: 2em
}

.woocommerce-products-header .woocommerce-products-header__image-wrapper img {
  max-height: 100px;
  width: auto
}

.woocommerce-products-header .woocommerce-products-header__title {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
    font-size: 1.333em;
    line-height: 1.4;
    margin-bottom: 0.35em;
    text-transform: uppercase;
    text-align: center
}

.woocommerce-products-header .term-description {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto
}

.single-product .price {
    color: #E87149;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    font-size: 1.333em;
    margin: 0
}

.single-product .price ins {
  background: inherit;
  text-decoration: none
}

.single-product .price del {
  opacity: 0.5;
  margin-right: 10px
}

.single-product div.product {
  margin-bottom: 0;
  position: relative
}

.single-product div.product .woocommerce-single-product__header {
  text-align: center;
  margin-bottom: 1em
}

.single-product div.product .product_title {
  clear: none;
  margin-top: 0;
  margin-bottom: 0.25em;
  padding: 0;
  color: #3B7E42
}

.single-product div.product .product-growing-zones {
  font-size: 1.125em
}

.single-product div.product .product-growing-zones strong {
    text-transform: uppercase;
    color: #84AA51;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
}

.single-product div.product .product-growing-zones span {
  color: #9DCA88
}

.single-product div.product .onsale {
  left: 0
}

.single-product div.product .sku_wrapper {
  display: block;
  margin: 0.875em 0 1.5em;
  font-size: 0.875em;
  color: #878787
}

.single-product div.product div.social {
  text-align: right;
  margin: 0 0 1em
}

.single-product div.product div.social span {
  margin: 0 0 0 2px
}

.single-product div.product div.social span span {
  margin: 0
}

.single-product div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0
}

.single-product div.product div.social iframe {
  float: left;
  margin-top: 3px
}

.single-product div.product div.images {
  margin-bottom: 1em
}

.single-product div.product div.images .woocommerce-main-image {
  display: block;
  cursor: zoom-in
}

.single-product div.product div.images img {
  display: block;
  max-height: 250px;
  width: auto;
  margin: 0 auto
}

.single-product div.product div.images.woocommerce-product-gallery {
  position: relative
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  zoom: 1;
  margin: 0;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper:after,
.single-product div.product div.images .woocommerce-product-gallery__wrapper:before {
  content: " ";
  display: table
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper:after {
  clear: both
}

.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}

.single-product div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box
}

.single-product div.product div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box
}

.single-product div.product div.images .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box
}

.single-product div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 10px -8px 0;
  padding: 0;
  position: relative;
  width: auto;
  bottom: auto;
  height: auto;
  text-align: left
}

.single-product div.product div.images .flex-control-thumbs li {
  list-style: none;
  padding: 8px
}

.single-product div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0
}

.single-product div.product div.images .flex-control-thumbs li img.flex-active,
.single-product div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1
}

.single-product div.product div.images .flex-control-paging {
  text-align: center;
  list-style: none
}

.single-product div.product div.images .flex-control-paging li {
  margin: 0 6px;
  display: inline-block
}

.single-product div.product div.images .flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background: #DEE5A9;
  border-radius: 20px
}

.single-product div.product div.images .flex-control-paging li a.flex-active {
  background: #E87149;
  cursor: default
}

.single-product div.product div.thumbnails {
  padding-top: 1em
}

.single-product div.product div.summary .stock {
  display: inline-block;
  color: #3B7E42;
  font-weight: bold
}

.single-product div.product div.summary .stock.out-of-stock {
  color: #c0392b
}

.single-product div.product div.summary .stock.available-on-backorder,
.single-product div.product div.summary .stock.low-stock-amount {
  color: #E87149
}

.single-product div.product div.summary .stock.available-on-backorder::before,
.single-product div.product div.summary .stock.low-stock-amount::before {
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none
}

.single-product div.product div.summary .form-zipcode form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0
}

.single-product div.product div.summary .form-zipcode .zipcode-label,
.single-product div.product div.summary .form-zipcode .zipcode-input,
.single-product div.product div.summary .form-zipcode .zipcode-button {
  width: 100%;
  min-height: 1px
}

.single-product div.product div.summary .form-zipcode .zipcode-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 0.875em;
  color: #84AA51;
  text-transform: uppercase;
  background: #f7f8f0
}

.single-product div.product div.summary .form-zipcode .zipcode-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 0;
    max-width: none;
    margin-left: 0.25em;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.single-product div.product div.summary .form-zipcode .zipcode-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
    font-size: 0.875em;
    color: #E87149;
    background-color: #F3ECE7;
    margin-top: 0.35em;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.single-product div.product div.summary .form-zipcode .zipcode-button:hover,
.single-product div.product div.summary .form-zipcode .zipcode-button:focus,
.single-product div.product div.summary .form-zipcode .zipcode-button:active {
  color: #E87149;
  background-color: #e9efc2
}

.single-product div.product div.summary .growing-zone {
  font-size: 0.875em;
  text-align: center;
  color: #3B7E42
}

.single-product div.product div.summary .growing-zone a {
    color: #E87149;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
    border-bottom: 1px solid #E87149
}

.single-product div.product div.summary .growing-zone a:hover,
.single-product div.product div.summary .growing-zone a:focus {
  text-decoration: none;
  border-bottom: 0
}

.single-product div.product .zone-results {
  padding: 15px 5px 15px 65px;
  background: #f7f8f0 url("../png/icon-zone.png") no-repeat 20px 50%;
  background-size: 25px 20px
}

.single-product div.product .zone-results p {
  font-size: 0.875em;
  line-height: 1.55;
  margin: 0;
  color: #84AA51
}

.single-product div.product .zone-results p span {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.single-product div.product form.cart {
  zoom: 1
}

.single-product div.product form.cart:after,
.single-product div.product form.cart:before {
  content: " ";
  display: table
}

.single-product div.product form.cart:after {
  clear: both
}

.single-product div.product form.cart div.quantity {
  display: inline-block;
  margin: 0 12px 0 0
}

.single-product div.product form.cart .single_variation {
  margin-bottom: 1em
}

.single-product div.product form.cart .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.single-product div.product form.cart .variations_button div.quantity,
.single-product div.product form.cart .variations_button button.single_add_to_cart_button {
  width: 100%;
  min-height: 1px
}

.single-product div.product form.cart .variations_button div.quantity {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.single-product div.product form.cart .variations_button button.single_add_to_cart_button {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.single-product div.product form.cart .woocommerce-variation-description p {
  margin: 0 0 0.5em
}

.single-product div.product form.cart a.add_to_cart_button,
.single-product div.product form.cart button.single_add_to_cart_button {
  display: inline-block;
  vertical-align: top
}

.woocommerce-cart #shipping_method,
.woocommerce-checkout #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0
}

.woocommerce-cart #shipping_method li,
.woocommerce-checkout #shipping_method li {
  margin: 0;
  padding: 0.25em 0;
  list-style: none outside
}

.woocommerce-cart #shipping_method li:only-child,
.woocommerce-checkout #shipping_method li:only-child {
  padding: 0
}

.woocommerce-cart #shipping_method li label,
.woocommerce-checkout #shipping_method li label {
  display: inline;
  color: inherit;
  margin: 0
}

.woocommerce-cart #shipping_method .amount,
.woocommerce-checkout #shipping_method .amount {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.woocommerce-cart #shipping_method input[type="radio"],
.woocommerce-cart #shipping_method input[type="checkbox"],
.woocommerce-checkout #shipping_method input[type="radio"],
.woocommerce-checkout #shipping_method input[type="checkbox"] {
  margin-right: 6px
}

.woocommerce-cart #shipping_method .citrus-flat-rate-txt,
.woocommerce-checkout #shipping_method .citrus-flat-rate-txt {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
}

.woocommerce-cart #shipping_method .citrus-flat-rate-txt .amount,
.woocommerce-checkout #shipping_method .citrus-flat-rate-txt .amount {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
}

.woocommerce-cart .woocommerce h2 {
  text-transform: capitalize
}

@media screen and (min-width: 0) {
  .woocommerce-cart .woocommerce h2 {
      font-size: 1.125em;
      line-height: 1.4
  }
}

@media screen and (min-width: 992px) {
  .woocommerce-cart .woocommerce h2 {
      font-size: 1.389em;
      line-height: 1.4
  }
}

.woocommerce-cart .wc-proceed-to-checkout {
  zoom: 1;
  padding: 1em 0
}

.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before {
  content: " ";
  display: table
}

.woocommerce-cart .wc-proceed-to-checkout:after {
  clear: both
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 0.25em
}

.woocommerce-cart .cart-collaterals {
  margin-top: 2em
}

.woocommerce-cart .cart-collaterals p:not(.form-row) {
  margin: 0;
  line-height: 1.5
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0 0 6px
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  text-align: left;
  width: 25%
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: middle;
  padding: 1em
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
  color: #777
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #E87149
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0
}

.woocommerce-cart .woocommerce-shipping-calculator {
  margin-top: 0.5em
}

.woocommerce-cart .woocommerce-shipping-calculator .button {
  width: 100%;
  float: none;
  display: block
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
  display: inline-block;
  margin-bottom: 5px
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f103"
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
  margin-bottom: 10px
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none
}

.woocommerce-cart p.woocommerce-shipping-contents {
  margin: 0
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-privacy-policy-text {
  font-size: 0.9em;
  font-style: italic
}

.woocommerce-checkout .login label,
.woocommerce-account .login label {
  display: block
}

.woocommerce-checkout .login input[type="checkbox"],
.woocommerce-account .login input[type="checkbox"] {
  margin-right: 5px
}

.woocommerce-checkout .login input[type="submit"],
.woocommerce-account .login input[type="submit"] {
  margin-bottom: 1em
}

.woocommerce-checkout .login .lost_password,
.woocommerce-account .login .lost_password {
  margin-top: -0.5em
}

.woocommerce-checkout .login .lost_password a,
.woocommerce-account .login .lost_password a {
  color: #777
}

.woocommerce-checkout #billing_country_field strong,
.woocommerce-checkout #shipping_country_field strong,
.woocommerce-account #billing_country_field strong,
.woocommerce-account #shipping_country_field strong {
    display: block;
    border: 1px solid #dbe0bc;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    line-height: 60px;
    padding: 0 8px
}

.woocommerce-checkout #billing_state_field input,
.woocommerce-checkout #billing_state_field select,
.woocommerce-checkout #billing_state_field .select2-container,
.woocommerce-checkout #shipping_state_field input,
.woocommerce-checkout #shipping_state_field select,
.woocommerce-checkout #shipping_state_field .select2-container,
.woocommerce-account #billing_state_field input,
.woocommerce-account #billing_state_field select,
.woocommerce-account #billing_state_field .select2-container,
.woocommerce-account #shipping_state_field input,
.woocommerce-account #shipping_state_field select,
.woocommerce-account #shipping_state_field .select2-container {
  max-width: 400px
}

.woocommerce-checkout #billing_city_field input,
.woocommerce-checkout #shipping_city_field input,
.woocommerce-account #billing_city_field input,
.woocommerce-account #shipping_city_field input {
  max-width: 400px
}

.woocommerce-checkout #billing_postcode_field input,
.woocommerce-checkout #shipping_postcode_field input,
.woocommerce-account #billing_postcode_field input,
.woocommerce-account #shipping_postcode_field input {
  max-width: 200px
}

.woocommerce-checkout #billing_phone_field input,
.woocommerce-account #billing_phone_field input {
  max-width: 300px
}

.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .login {
  padding-bottom: 1em
}

.woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon p:first-of-type,
.woocommerce-checkout .login .form-row-first,
.woocommerce-checkout .login p:first-of-type {
  margin-top: 0
}

.woocommerce-checkout .checkout_coupon .form-row-last {
  margin-top: -1em
}

.woocommerce-checkout .checkout .woocommerce-error,
.woocommerce-checkout .checkout .woocommerce-info,
.woocommerce-checkout .checkout .woocommerce-message {
  margin-bottom: 2em !important
}

.woocommerce-checkout .checkout .col-1 p.form-row label,
.woocommerce-checkout .checkout .col-2 p.form-row label {
  display: block
}

.woocommerce-checkout .checkout .col-1 p.form-row select,
.woocommerce-checkout .checkout .col-1 p.form-row .select2-container,
.woocommerce-checkout .checkout .col-2 p.form-row select,
.woocommerce-checkout .checkout .col-2 p.form-row .select2-container {
  width: 100%
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
    color: inherit;
    margin: 0;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input {
  margin-right: 8px
}

.woocommerce-checkout .checkout div.create-account {
  padding: 1em 1em 0.5em;
  border: 1px solid #E6E6E6
}

.woocommerce-checkout .checkout div.create-account p {
  margin-top: 0
}

.woocommerce-checkout .checkout div.create-account p:not(.form-row) {
  font-size: 0.9em;
  font-weight: 300
}

.woocommerce-checkout .checkout div.create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal
}

.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%
}

.woocommerce-checkout .checkout .shipping_address {
  clear: both
}

.woocommerce-checkout #payment {
  border: 1px solid #E6E6E6;
  margin: 2em 0 1em
}

.woocommerce-checkout #payment ul.payment_methods {
  zoom: 1;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none outside
}

.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table
}

.woocommerce-checkout #payment ul.payment_methods:after {
  clear: both
}

.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #E6E6E6;
  padding: 1em
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 8px 0 0
}

.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  box-shadow: none
}

.woocommerce-checkout #payment ul.payment_methods li img[alt="visa"] {
  margin-left: 5px
}

.woocommerce-checkout #payment ul.payment_methods li img+img {
  margin-left: 2px
}

.woocommerce-checkout #payment div.form-row {
  padding: 1em 1em 2em;
  margin: 0;
  text-align: center
}

.woocommerce-checkout #payment div.place-order {
  background: #F7F8F0
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.woocommerce-checkout #payment div.payment_box {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 0.92em
}

.woocommerce-checkout #payment div.payment_box fieldset {
  margin: 0.5em 0 0;
  padding: 0;
  border: 0
}

.woocommerce-checkout #payment div.payment_box .wc-authorize-net-aim-new-payment-method-form {
  font-style: normal
}

.woocommerce-checkout #payment div.payment_box .wc-authorize-net-aim-new-payment-method-form label {
  display: block;
  line-height: 1.4
}

.woocommerce-checkout #payment div.payment_box .wc-authorize-net-aim-new-payment-method-form select,
.woocommerce-checkout #payment div.payment_box .wc-authorize-net-aim-new-payment-method-form .select2-container {
  width: 5.5em !important;
  margin-right: 10px
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../png/visa.png")
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../mastercard.html")
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../laser.html")
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../diners.html")
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../maestro.html")
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../jcb.html")
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../amex.html")
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../discover.html")
}

.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #777;
  font-weight: normal
}

.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em
}

.woocommerce-checkout #payment div.payment_box p {
  margin: 0.5em 0 0;
  line-height: 1.65
}

.woocommerce-checkout #payment li.payment_method_paypal label .about_paypal {
  line-height: 52px;
  font-size: 0.83em;
  white-space: nowrap
}

.woocommerce-checkout #payment li.payment_method_paypal label img {
  margin-left: 8px;
  margin-right: 8px;
  max-height: 52px;
  width: auto;
  vertical-align: middle
}

.woocommerce-checkout #payment .terms {
  zoom: 1;
  margin-top: 1em;
  margin-bottom: 0;
  text-align: center;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto
}

.woocommerce-checkout #payment .terms:after,
.woocommerce-checkout #payment .terms:before {
  content: " ";
  display: table
}

.woocommerce-checkout #payment .terms:after {
  clear: both
}

.woocommerce-checkout #payment .terms label {
  width: 87%;
  float: right
}

.woocommerce-checkout #payment .terms .input-checkbox {
  margin-right: 0;
  margin-left: 8px
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info {
  margin-top: 1em
}

@media screen and (min-width: 0) {
  .woocommerce-account .woocommerce h2 {
      font-size: 1.125em;
      line-height: 1.4
  }
}

@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce h2 {
      font-size: 1.389em;
      line-height: 1.4
  }
}

.woocommerce-account .woocommerce .myaccount_user,
.woocommerce-account .woocommerce .order-info {
  margin-bottom: 1.5em
}

.woocommerce-account .login {
  padding: 0 0 1em;
  margin: 0 0 1em;
  border: 0;
  border-bottom: 1px solid #E6E6E6
}

.woocommerce-account .register {
  padding: 0;
  margin: 0;
  border: 0
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.woocommerce-account ol.commentlist.notes {
  margin-bottom: 1.5em
}

.woocommerce-account ol.commentlist.notes li.note {
  margin-left: 0;
  margin-bottom: 1em;
  overflow: visible;
  list-style-type: none
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
}

.woocommerce-account ol.commentlist.notes li.note p {
  margin: 0
}

.woocommerce-account fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0
}

.woocommerce-account fieldset legend {
    display: inline-block;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #3B7E42;
    width: auto;
    max-width: none;
    margin: 1em;
    text-transform: uppercase;
    padding-left: 0.675em;
    padding-right: 0.675em;
    position: relative
}

.woocommerce-account fieldset legend:before,
.woocommerce-account fieldset legend:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.675em;
  border-bottom: 2px solid;
  top: 50%
}

.woocommerce-account fieldset legend:before {
  left: -0.675em
}

.woocommerce-account fieldset legend:after {
  right: -0.675em
}

.woocommerce-account ul.digital-downloads {
  margin-top: 1em;
  margin-left: 0;
  margin-bottom: 2em;
  padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
  float: right;
  font-style: italic
}

.woocommerce-MyAccount-content form {
  margin-top: 1em
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 1em 0 2em
}

.woocommerce-MyAccount-navigation li {
  margin: 0
}

.woocommerce-MyAccount-navigation li.is-active a {
  color: #E87149
}

.woocommerce-MyAccount-navigation li+li {
  border-top: 1px dashed #d3ced2
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.5em 1em;
  color: #3B7E42;
  background: #F5F7E5
}

.woocommerce-order-received h1,
.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce-order-received h4,
.woocommerce-order-received .woocommerce-breadcrumb,
.woocommerce-order-received .woocommerce-MyAccount-navigation,
.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-account h4,
.woocommerce-account .woocommerce-breadcrumb,
.woocommerce-account .woocommerce-MyAccount-navigation {
  text-transform: capitalize
}

@media screen and (min-width: 0) {
  .woocommerce-order-received .woocommerce h2 {
      font-size: 1.125em;
      line-height: 1.4
  }
}

@media screen and (min-width: 992px) {
  .woocommerce-order-received .woocommerce h2 {
      font-size: 1.389em;
      line-height: 1.4
  }
}

.woocommerce-order-received ul.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #EDEDED;
  margin: 2em 0;
  list-style: none
}

.woocommerce-order-received ul.order_details li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.715em;
  margin: 0;
  padding: 5px 10px
}

.woocommerce-order-received ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  line-height: 1.55;
  text-transform: none
}

.woocommerce-order-received ul.order_details li+li {
  border-top: 1px solid #EDEDED
}

@media (max-width: 767.98px) {
  .single-product div.product .product-growing-zones {
      margin-top: 0.875em;
      margin-bottom: 0.5em
  }

  .single-product div.product .product-growing-zones strong {
      display: block;
      font-size: 0.875em
  }
}

@media (min-width: 768px) {
  .woocommerce-result-count {
      margin-top: 50px;
      margin-bottom: 30px;
      height: 44px;
      line-height: 44px
  }

  .woocommerce-ordering {
      margin-top: 50px;
      margin-bottom: 30px
  }

  .single-product div.product .woocommerce-single-product__header {
      text-align: unset;
      margin-bottom: 1.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  .single-product div.product .product_title {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
  }

  .single-product div.product .product-growing-zones {
      font-size: 1.333em;
      line-height: 1.4;
      margin: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto
  }

  .single-product div.product div.images img {
      max-height: 450px
  }

  .single-product div.product div.summary .form-zipcode .zipcode-button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      margin-top: 0;
      margin-left: 0.25em
  }

  .woocommerce-checkout .login input[type="submit"],
  .woocommerce-account .login input[type="submit"] {
      margin-bottom: 0;
      margin-right: 1em
  }

  .woocommerce-checkout .checkout_coupon .form-row-last {
      margin-top: 0
  }

  .woocommerce-checkout #payment .form-row select {
      width: auto
  }

  .woocommerce-account form.login {
      border: 0;
      margin: 0;
      padding: 0
  }

  .woocommerce .upsells ul.products li.product,
  .woocommerce .cross-sells ul.products li.product {
      margin-bottom: 1em
  }

  .woocommerce-order-received ul.order_details li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
      flex: 1 1 0
  }

  .woocommerce-order-received ul.order_details li+li {
      border-top: 0;
      border-left: 1px solid #EDEDED
  }
}

@media (min-width: 992px) {
  .woocommerce-products-header .woocommerce-products-header__title {
      font-size: 1.777em;
      line-height: 1.2
  }

  .woocommerce-products-header .term-description {
      font-size: 1.125em
  }

  .single-product div.product div.images {
      margin-bottom: 2em
  }

  .single-product div.product div.images img {
      max-height: none;
      width: 100%
  }

  .single-product div.product form.cart .variations_button {
      max-width: 300px;
      margin-left: auto
  }

  .single-product div.product div.summary .stock {
      float: left
  }
}

@media print {
  * {
      background: transparent !important;
      color: black !important;
      text-shadow: none !important;
      filter: none !important;
      -ms-filter: none !important;
      font-size: 9pt !important;
      opacity: 1;
      -webkit-transition: none !important
  }

  @page {
      margin: 0.5cm
  }

  #adminmenuwrap,
  #adminmenuback,
  #wpadminbar,
  #screen-meta-links,
  .updated,
  .update-nag,
  .woocommerce-reports-wide .postbox h3.stats_range .export_csv,
  .woocommerce-reports-wrap .postbox h3.stats_range .export_csv,
  .woocommerce-reports-wide .button,
  #wpfooter,
  .woo-nav-tab-wrapper {
      display: none
  }

  h2 .nav-tab {
      line-height: 14px
  }

  .woocommerce-reports-wide .postbox h3.stats_range ul li.custom,
  .woocommerce-reports-wrap .postbox h3.stats_range ul li.custom,
  .woocommerce-reports-wide .postbox h3.stats_range ul li a,
  .woocommerce-reports-wrap .postbox h3.stats_range ul li a {
      padding: 5px;
      line-height: 14px
  }

  #wpcontent {
      margin-left: 0
  }

  .woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,
  .woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar {
      margin-left: -130px;
      width: 130px;
      display: block
  }

  .woocommerce-reports-wide .postbox .chart-with-sidebar,
  .woocommerce-reports-wrap .postbox .chart-with-sidebar {
      padding-left: 130px
  }

  .chart-legend {
      overflow: hidden;
      zoom: 1
  }

  .chart-legend li,
  .chart-legend li {
      padding: 0.25em 0.5em !important;
      box-shadow: none !important;
      border-bottom: 1px solid gray !important
  }
}

.citrus-available-trees {
  position: relative;
  min-height: 200px
}

.citrus-available-trees .overlay {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 10vh;
  background: rgba(255, 255, 255, 0.75)
}

.citrus-available-trees .overlay i {
  color: #F29F24
}

.citrus-result-heading {
    display: block;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    color: #3B7E42;
    text-align: center;
    margin-top: 2em
}

@media screen and (min-width: 0) {
  .citrus-result-heading {
      font-size: 1.125em;
      line-height: 1.4
  }
}

@media screen and (min-width: 992px) {
  .citrus-result-heading {
      font-size: 1.389em;
      line-height: 1.4
  }
}

.citrus-result-count {
    display: block;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    color: #4D4D4D;
    text-align: center;
    margin-bottom: 2em
}

@media screen and (min-width: 0) {
  .citrus-result-count {
      font-size: 1em;
      line-height: 1.5
  }
}

.form-zipcode-modal,
.form-zipcode-page,
.form-zipcode-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url("../jpg/buy_citrus_trees_online-gradient.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5daa58;
  text-align: center;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
  padding: 1em 1em 2em
}

.form-zipcode-modal .tag-line,
.form-zipcode-page .tag-line,
.form-zipcode-banner .tag-line {
    display: block;
    align-self: stretch;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
    color: #F7F8F0;
    text-shadow: 1px 1px 2px #777
}

@media screen and (min-width: 0) {

  .form-zipcode-modal .tag-line,
  .form-zipcode-page .tag-line,
  .form-zipcode-banner .tag-line {
      font-size: 1.778em;
      line-height: 1.2
  }
}

@media screen and (min-width: 768px) {

  .form-zipcode-modal .tag-line,
  .form-zipcode-page .tag-line,
  .form-zipcode-banner .tag-line {
      font-size: 2.333em;
      line-height: 1.2
  }
}

@media screen and (min-width: 992px) {

  .form-zipcode-modal .tag-line,
  .form-zipcode-page .tag-line,
  .form-zipcode-banner .tag-line {
      font-size: 2.945em;
      line-height: 1.2
  }
}

.form-zipcode-modal .form-info,
.form-zipcode-page .form-info,
.form-zipcode-banner .form-info {
    display: block;
    margin-bottom: .5em;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    color: #444
}

@media screen and (min-width: 0) {

  .form-zipcode-modal .form-info,
  .form-zipcode-page .form-info,
  .form-zipcode-banner .form-info {
      font-size: 1em;
      line-height: 1.5
  }
}

.form-zipcode-modal .form-zipcode form,
.form-zipcode-page .form-zipcode form,
.form-zipcode-banner .form-zipcode form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%
}

.form-zipcode-modal .form-zipcode .zipcode-label,
.form-zipcode-page .form-zipcode .zipcode-label,
.form-zipcode-banner .form-zipcode .zipcode-label {
  display: none;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 0.875em;
  color: #84AA51;
  text-transform: uppercase;
  background: #f7f8f0
}

.form-zipcode-modal .form-zipcode .zipcode-input,
.form-zipcode-page .form-zipcode .zipcode-input,
.form-zipcode-banner .form-zipcode .zipcode-input {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    margin: 0 0.5em;
    max-width: 230px
}

.form-zipcode-modal .form-zipcode .zipcode-button,
.form-zipcode-page .form-zipcode .zipcode-button,
.form-zipcode-banner .form-zipcode .zipcode-button {
    color: #E87149;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
    background-color: #F3ECE7;
    font-size: 1.1em;
    padding-left: 2em;
    padding-right: 2em
}

.form-zipcode-modal .form-zipcode .zipcode-button:hover,
.form-zipcode-modal .form-zipcode .zipcode-button:focus,
.form-zipcode-page .form-zipcode .zipcode-button:hover,
.form-zipcode-page .form-zipcode .zipcode-button:focus,
.form-zipcode-banner .form-zipcode .zipcode-button:hover,
.form-zipcode-banner .form-zipcode .zipcode-button:focus {
  background-color: #e9efc2
}

.citrus-modal.is-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 100
}

.citrus-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s
}

.citrus-modal .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110
}

.citrus-modal .modal-content {
  position: relative;
  background-color: #fff;
  max-width: 800px;
  padding: 1.5em;
  top: 0;
  z-index: 120
}

.citrus-modal .modal-content:before {
  content: " ";
  background-color: #fff;
  background-image: url("../png/leaf-icon.png");
  background-position: center 1em;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  height: 100px;
  width: 100px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1
}

.citrus-modal .modal-close {
  background: none;
  border: none;
  color: #4D4D4D;
  font-size: 1.3em;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer
}

.country-continue-button {
    color: #E87149;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 800;
    background-color: #F3ECE7;
    font-size: 1.1em;
    border: 0;
    padding: 1em 2em;
    padding-right: 2em;
    cursor: pointer
}

.country-continue-button:hover,
.country-continue-button:focus {
  background-color: #e9efc2
}

.ship-to-location {
  text-align: center;
  color: #3B7E42
}

.ship-to-location button {
    font-size: 0.75em;
    color: #3B7E42;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    text-decoration: underline;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    display: inline
}

.ship-to-location button:hover,
.ship-to-location button:focus {
  text-decoration: none
}

@media (min-width: 768px) {

  .form-zipcode-modal,
  .form-zipcode-page,
  .form-zipcode-banner {
      padding: 3em 1em 4em
  }

  .form-zipcode-modal .form-zipcode .zipcode-label,
  .form-zipcode-page .form-zipcode .zipcode-label,
  .form-zipcode-banner .form-zipcode .zipcode-label {
      display: inline-block
  }

  .form-zipcode-modal .form-zipcode .zipcode-input,
  .form-zipcode-page .form-zipcode .zipcode-input,
  .form-zipcode-banner .form-zipcode .zipcode-input {
      width: auto
  }

  .form-zipcode-modal .modal-content {
      padding: 3em 5em
  }
}

.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container,
.select2-selection--single,
.select2-selection--multiple,
.select2-search__field,
.select2-dropdown,
.select2-selection--multiple .select2-selection__rendered {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: 60px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  min-height: 60px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  background-color: #f7f8f0;
  border: 1px solid #adb765;
  outline: 0
}

.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0
}

.select2-container--open.select2-container--above .select2-selection {
  border-top: 0
}

.select2-dropdown {
  background-color: #f7f8f0;
  border: 1px solid #adb765;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0
}

.select2-results__option {
  padding: 6px;
  margin: 0;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[data-selected] {
  cursor: pointer;
  outline: none
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none
}

.select2-container--open .select2-dropdown--below {
  border-top: none
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-selection--single {
  background-color: #f7f8f0;
  border: 1px solid #dbe0bc
}

.select2-selection--single .select2-selection__rendered {
  color: #4D4D4D;
  line-height: 60px
}

.select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}

.select2-selection--single .select2-selection__placeholder {
  color: #666
}

.select2-selection--single .select2-selection__arrow {
  height: 60px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-selection--single .select2-selection__arrow b {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #666 transparent;
  border-width: 0 4px 5px 4px
}

.select2-selection--multiple {
  background-color: #f7f8f0;
  border: 1px solid #dbe0bc;
  cursor: text
}

.select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-selection--multiple .select2-selection__placeholder {
  color: #666;
  margin-top: 5px;
  float: left
}

.select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #666;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right
}

.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--focus .select2-selection--multiple {
  border: 1px solid #f7f8f0;
  outline: 0
}

.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #dbe0bc;
  background: #FFF;
  height: 32px
}

.select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-results__option:empty {
  display: none
}

.select2-results__option[role=group] {
  padding: 0
}

.select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-results__option[data-selected=true] {
  background-color: #4D4D4D;
  color: #FFF
}

.select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #4D4D4D;
  color: white
}

.select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-content figure {
  margin: 0
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
      padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0
  }

  .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px
  }

  .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75)
  }

  .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0
  }

  .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%
  }

  .mfp-container {
      padding-left: 6px;
      padding-right: 6px
  }
}

.js .slick-list {
  opacity: 0
}

.slick-loading .slick-list {
  opacity: 1;
  background: #fff url("../gif/ajax-loader.gif") center center no-repeat
}

.slick-initialized .slick-list {
  opacity: 1
}

.slick-arrowed {
  padding-left: 1em !important;
  padding-right: 1em !important
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 80px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  color: #9DCA88;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: 5px
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 5px
}

.slick-prev:before {
  content: ""
}

[dir="rtl"] .slick-prev:before {
  content: ""
}

.slick-next {
  right: 5px
}

[dir="rtl"] .slick-next {
  left: 5px;
  right: auto
}

.slick-next:before {
  content: ""
}

[dir="rtl"] .slick-next:before {
  content: ""
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  display: block;
  background: #DEE5A9;
  border-radius: 20px;
  height: 16px;
  width: 16px;
  border: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}

.slick-dots li.slick-active button {
  background: #E87149
}

.js .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.js .slick-slide {
  display: none
}

.js .lazyloading {
  opacity: 1
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging,
.slick-list.draggable:hover {
  cursor: grab
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-track * {
  outline: 0
}

.slick-slide {
  margin: 0;
  max-width: 100%;
  width: 100%;
  float: left;
  height: auto;
  min-height: 1px
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

@media print {
  * {
      background: transparent !important;
      color: black !important;
      text-shadow: none !important;
      filter: none !important;
      -ms-filter: none !important
  }

  a,
  a:visited {
      color: #444 !important;
      text-decoration: underline
  }

  a:after,
  a:visited:after {
      content: " (" attr(href) ")"
  }

  a abbr[title]:after,
  a:visited abbr[title]:after {
      content: " (" attr(title) ")"
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
      content: ""
  }

  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid
  }

  thead {
      display: table-header-group
  }

  tr,
  img {
      page-break-inside: avoid
  }

  img {
      max-width: 100% !important
  }

  @page {
      margin: 0.5cm
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3
  }

  h2,
  h3 {
      page-break-after: avoid
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
      display: none
  }
}

/* Ocupop Styles */

.oos-text {
  color: white;
  width: 100%;
  display: block;
  background-color: #784E3A !important;
  text-transform: uppercase;
  bottom: 29px;
  margin-bottom: -29px;
  position: relative;
  padding: 4px 0 !important;
}

.product-cat-header.is-style-dots h4.product-cat-title {
  text-transform: none !important;
  color: #332621 !important;
}

.module-product-categories .woocommerce ul.products li.product a:hover,
.module-product-categories .woocommerce ul.products li.product a:focus {
  background: none;
}

.woocommerce ul.product-categories-slider {
  align-items: center !important;
  justify-content: center !important;
}

.module-new-products__product-content {
  background-color: #F8F7F5 !important;
}

.module-new-products__product-content h4,
.module-new-products__product-content p {
  color: #332621 !important;
}

.module-new-products__product-link .new-product:before {
  border-width: 80px 120px 0 0;
  border-color: #E87149 transparent transparent transparent;
}

.module-new-products__product-link .new-product strong {
  transform: rotate(0deg);
}

h2.module-title.has-leaf-color,
h2.module-title.has-leaf-icon-top {
  color: #332621 !important;
}


#module-responsive-spacer-block_5c3e2ea11c2b3+hr {
  display: none !important;
}

h1.has-text-align-center.text-uppercase.extra-bold.has-leaf-color {
  color: #332621 !important;
  text-transform: none !important;
}

h3.has-text-align-center.text-uppercase.extra-bold {
  color: #332621 !important;
  text-transform: none !important;
}

h2.module-title.has-leaf-color.has-leaf-icon-top.h3 span,
h2.module-title.has-leaf-icon-top {
  text-transform: none !important;
}

.module-recent-posts__wrap h4.entry-title a {
  color: #332621 !important;
}

.module-recent-posts__wrap div.entry-content a {
  color: #009954 !important;
}

footer.footer {
  background-color: #F3ECE7 !important;
}

span.footer-col-title {
  color: #E87149;
  text-transform: none;
}

.menu-connect-container a {
  color: #332621 !important;
}

.footer-col a {
  color: #332621 !important;
}

.slick-list {}

.slick-track {
  margin: 0 !important;

}

.product-category a img {
  width: 75% !important;
  height: auto !important;
}

#module-product-categories-block_5c2536e0fe398 h2 span {
  text-transform: none;
  color: #332621 !important;
}

.is-style-dots {
  display: flex;
  justify-content: center !important;
  margin: 0 !important;
}

.is-style-dots:after,
.is-style-dots:before {
  content: '';
  border-bottom: 1px solid #000;
}

.is-style-dots:not(:empty)::before {
  margin-right: .25em;
}

.is-style-dots:not(:empty)::after {
  margin-left: .25em;
}

header.is-style-dots {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

#main-navigation ul.sub-menu li.menu-item a span.menu-image-title-after.menu-image-title {
  text-align: center !important;
  display: block !important;
  width: 100% !important;
}

.woocommerce-products-header .woocommerce-products-header__title {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 0.35em;
  text-transform: none;
  text-align: center;
  color: #332621 !important;
  display: block !important;
  font-weight: 800;
}


/* .yarden-main-banner {
  display: block;
}

.yarden-mobile-banner {
  display: none;
}

@media only screen and (max-width: 768px) {

  .yarden-main-banner {
      display: none;
  }

  .yarden-mobile-banner {
      display: block;
  }
} */

@media screen and (max-width: 1024px) {
  figure.wp-block-image.size-full img {
    width: 100%;
    max-width: 100%;
  }
}