html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
*/
/*
================================================================================
|                              STICKY BLOCKS                                  |
================================================================================
*/
.sticky-desktop-wrapper {
  z-index: 999;
}

/*Sticky desktop*/
.main-nav {
  -vendor-animation-duration: 2s;
  -vendor-animation-delay: 0s;
  -vendor-animation-iteration-count: infinite;
  display: none;
}

@media screen and (min-width: 601px) {
  .main-nav {
    display: block;
  }
}

.header {
  margin-top: 30px;
}

@media screen and (min-width: 601px) {
  .header {
    margin-top: 0;
  }
}

/* */
/* Sticky Container */
.sticky-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #666;
  opacity: 0.9;
  padding: 2%;
  z-index: 999;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .sticky-container {
    display: none;
  }
}

.sticky-container div.sticky-item {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: center;
}

.sticky-container div.sticky-item input[type="color"], .sticky-container div.sticky-item input[type="date"], .sticky-container div.sticky-item input[type="datetime"], .sticky-container div.sticky-item input[type="datetime-local"], .sticky-container div.sticky-item input[type="email"], .sticky-container div.sticky-item input[type="month"], .sticky-container div.sticky-item input[type="number"], .sticky-container div.sticky-item input[type="password"], .sticky-container div.sticky-item input[type="search"], .sticky-container div.sticky-item input[type="tel"], .sticky-container div.sticky-item input[type="text"], .sticky-container div.sticky-item input[type="time"], .sticky-container div.sticky-item input[type="url"], .sticky-container div.sticky-item input[type="week"], .sticky-container div.sticky-item input:not([type]), .sticky-container div.sticky-item textarea,
.sticky-container div.sticky-item select[multiple=multiple] {
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: Arial;
  font-size: 1.5em;
  line-height: 1.875em;
  padding: 0.1375em;
  transition: border-color 300ms ease;
  width: 90%;
  margin: 0 auto 0.275em auto;
}

.sticky-container div.sticky-item label {
  width: 90%;
  margin: 0 auto;
  color: white;
  font-size: 1.2em;
}

.sticky-container div.sticky-item input {
  -webkit-appearance: none;
}

.sticky-container div.sticky-item input[type="submit"] {
  border: 0;
  color: #FFFFFF;
  background: #333;
  line-height: 1.6em;
  font-size: 1.3em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  cursor: pointer;
  width: 90%;
  margin: 0.275em auto 0.275em auto;
}

.sticky-container div.sticky-item input[type='button'].mobile-menu {
  margin: 0;
  appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  color: #666;
  cursor: pointer;
  font-family: Arial;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2em;
  padding: 0 0.24265em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.sticky-container div.sticky-item form button, .sticky-container div.sticky-item form input[type="button"], .sticky-container div.sticky-item form input[type="reset"], .sticky-container div.sticky-item form input[type="submit"] {
  padding: 0.275em 0.4125em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.sticky-container div.sticky-item div {
  overflow: auto;
}

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/
@-moz-document url-prefix() {
  .flex-container {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}

/**/
/* Contact form*/
.sticky-container .sticky-contact div {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  background: #666;
  padding-bottom: 10px;
  top: 100%;
}

/* Search form*/
.sticky-container .sticky-search div {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  background: #666;
  padding-bottom: 10px;
  top: 100%;
}

/* Mobile Menu*/
.sticky-container .sticky-menu nav {
  display: none;
  position: fixed;
  left: 0px;
  width: 100%;
}

.sticky-container .sticky-menu nav > ul > li {
  position: relative;
  background: #666;
  border-bottom: 2px #fff solid;
  padding: 7px 0;
}

.sticky-container .sticky-menu nav > ul > li > a {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5em;
}

.sticky-container .sticky-menu nav > ul > li > ul {
  display: none;
}

.sticky-container .sticky-menu nav > ul > li > ul > li > a {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.7em;
  cursor: pointer;
}

.sticky-container .sticky-menu nav .plus {
  position: absolute;
  margin-right: 5%;
  right: 0;
  padding: 5px 0;
  z-index: 10;
  color: #fff;
}

.sticky-container .sticky-menu nav > ul > li > a {
  margin: 0 10px;
  white-space: nowrap;
}

.sticky-container .sticky-menu nav ul li {
  list-style: none;
}

/* Call back */
.sticky-container .call-back a {
  font-size: 1.25em;
  color: #FFFFFF;
  text-decoration: none;
}

/**/
/* Shoppong Cart */
.sticky-container .sticky-cart a {
  font-size: 2em;
  line-height: 0em;
  display: block;
  margin: 0px auto 0px;
  color: #fff;
}

.sticky-container .sticky-cart a {
  display: inline-block;
  margin: 2px auto 0;
  width: 78%;
  height: auto;
}

.sticky-container .sticky-cart a > span.cart_info {
  font-size: 0.8em;
  display: inline-block;
  margin: 0px auto 0px;
  width: 1.2em;
  color: #fff;
}

.sticky-container .sticky-cart div {
  display: none;
  position: absolute;
  left: 0px;
  top: 40px;
  background: #666;
}

/**/
/* Forms styling*/
.sticky-menu > nav > ul > li > a {
  margin: 0 10px;
  white-space: nowrap;
}

.sticky_container input, label, select {
  display: block;
  font-family: Arial;
  font-size: 1em;
}

.sticky_container input[type="email"], .sticky_container input[type="number"], .sticky_container input[type="password"], .sticky_container input[type="search"], .sticky_head input[type="tel"], .sticky_head input[type="text"], .sticky_head input[type="time"], .sticky_head input[type="url"], .sticky_container input[type="week"], .sticky_container input:not([type]), .sticky_container textarea, .sticky_container select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: Arial;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

/*
*/
