@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", sans-serif;
  color: #868686;
  line-height: 25px;
}

@media (min-width: 640px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 25px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  h1, h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  h1, h2 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 55px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 47px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 979px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 639px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 15.5px;
    margin-bottom: 10px;
  }
}

a {
  color: #03aa72;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  color: #d0021b;
  text-decoration: none;
}

p {
  margin: 0 0 1rem 0;
  line-height: 34px;
  color: #565353;
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 840px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
p:last-of-type {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
ul li {
  font-weight: normal;
}
@media only screen and (max-width: 1200px) {
  ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 840px) {
  ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  ul li {
    font-size: 16px;
    line-height: 22px;
  }
}

.intro {
  font-size: 13px;
  color: #333333;
  text-align: center;
}
@media (min-width: 768px) {
  .intro {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.text-small, .table {
  font-size: 10px;
}
@media (min-width: 768px) {
  .text-small, .table {
    font-size: 13px;
  }
}

.text-normal {
  font-size: 12px !important;
}
@media (min-width: 768px) {
  .text-normal {
    font-size: 17px !important;
  }
}

code {
  color: #03aa72;
  font-size: 100%;
  font-family: "Source Sans Pro", sans-serif;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

.align-right-image {
  max-width: 33%;
  float: right;
  margin: 10px 0 10px 10px;
}
@media (min-width: 639px) {
  .align-right-image {
    max-width: 100%;
  }
}

.align-right-left {
  max-width: 33%;
  float: right;
  margin: 10px 10px 10px 0;
}
@media (min-width: 639px) {
  .align-right-left {
    max-width: 100%;
  }
}

@media (max-width: 320px) {
  .flow-y-xs {
    overflow-y: scroll;
  }
}
strong {
  font-weight: 700;
}

p::empty {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .fw-divider-space {
    padding-top: 20px !important;
  }
}
.btn-primary,
.btn-secondary,
.btn-outline,
.btn-outline-gray {
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .btn-primary,
.btn-secondary,
.btn-outline,
.btn-outline-gray {
    padding: 13px 39px;
    font-size: 25px;
  }
}

.btn-outline:hover {
  color: #ffffff;
  background-color: #000;
}

.btn-outline-gray {
  border: 1px solid #616161;
  color: #616161;
}
.btn-outline-gray:hover {
  color: #333333;
  border: 1px solid #333333;
  background-color: #F5F5F5;
}

.btn-small {
  font-size: 12px;
  line-height: 1.3;
  padding: 4px 12px !important;
}
@media (min-width: 768px) {
  .btn-small {
    font-size: 14px;
    padding: 5px 20px !important;
  }
}

.btn-big {
  font-size: 18px;
  line-height: 18px;
  padding: 11px 33px;
}
@media (min-width: 768px) {
  .btn-big {
    font-size: 26px;
    line-height: 26px;
    padding: 27px;
  }
}

@media (max-width: 639px) {
  .btn {
    white-space: pre-wrap;
  }
}

.text-link {
  font-size: 10px;
  color: #03aa72;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .text-link {
    font-size: 14px;
  }
}
.text-link.left::after {
  content: "";
}
.text-link.left::before {
  content: "";
  font-family: "Material Icons";
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 2px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .text-link.left::before {
    top: 3px;
  }
}

.text-link-black {
  color: #000;
  text-decoration: underline;
}

.text-link.btn-small,
.text-link-black.btn-small {
  font-size: 13px;
  line-height: 13px;
}

.btn-primary,
.btn-secondary {
  border: none !important;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:visited,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:visited {
  border: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  BUTTON
/*-----------------------------------------------------------------------------------*/
.btn {
  color: #fff !important;
  background: #03aa72;
  padding: 11px 20px 13px 20px;
  font-weight: 700;
  font-size: 16px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  min-width: 200px;
}
.btn.btn-icon:after {
  content: "";
  background: url("../../images/icon3.png") no-repeat 0 0;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 10px;
  height: 17px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn.btn-secondary {
  background-color: #d0021b;
}
.btn.btn-secondary:hover {
  background-color: #a90317;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background: #02714c;
  color: #fff !important;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

.comment-list {
  padding-left: 0;
  list-style: none;
}

.comment-list ol {
  list-style: none;
}

label {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 5px;
  font-weight: normal;
}
@media (min-width: 768px) {
  label {
    font-size: 13px;
    line-height: 18px;
  }
}

.comment-form input[type=email]:focus, .comment-form input[type=text]:focus, .comment-form input[type=url]:focus, .comment-form textarea:focus, .form-control:focus, .search-form .search-field:focus {
  box-shadow: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  INPUT
/*-----------------------------------------------------------------------------------*/
input,
textarea,
.uneditable-input {
  width: 100%;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
  color: #888;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  background-color: #f5f5f5;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  min-height: 150px;
  resize: vertical;
}

.btn-submit {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  width: auto;
}

::-webkit-input-placeholder {
  color: #868686 !important;
}

:-moz-placeholder {
  color: #868686 !important;
}

::-moz-placeholder {
  color: #868686 !important;
}

:-ms-input-placeholder {
  color: #868686 !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

.card .material-icons {
  color: #03aa72;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .card .material-icons {
    font-size: 40px;
  }
}
.card .material-icons.big {
  font-size: 40px;
}

.flag-icon {
  font-size: 30px;
  margin: 3px;
}
@media (min-width: 640px) {
  .flag-icon {
    font-size: 40px;
    margin: 5px;
  }
}

.social-share ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.social-share ul li:nth-child(1) {
  margin-right: 10px;
}
.social-share ul li {
  line-height: 35px;
  height: 35px;
  vertical-align: top;
  display: inline;
  height: 100px;
}
.social-share ul li .material-icons {
  position: relative;
  top: -6px;
}
.social-share ul svg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #616161;
}

.social-links ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.social-links ul li:nth-child(1) {
  margin-right: 10px;
}
.social-links ul li {
  line-height: 35px;
  height: 35px;
  vertical-align: top;
  display: inline;
  height: 100px;
}
.social-links ul li .material-icons {
  position: relative;
  top: -6px;
}
.social-links ul .img-social {
  width: 35px;
  height: 35px;
}

.table {
  line-height: 1;
}
.table a {
  font-size: 8px;
  line-height: 8px;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .table-condensed {
    font-size: 13px;
  }
}

@media (min-width: 640px) {
  .table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 6px;
  }
}

.gray table tbody > tr:nth-of-type(odd) {
  background-color: #b7b7b7;
}
.gray table tbody > tr:nth-child(1) {
  background-color: transparent;
}

.table-image {
  max-width: 70px;
}
@media (max-width: 320px) {
  .tablepress thead tr.row-1 th {
    font-size: 8px;
  }
  .tablepress thead tr.row-1 th span {
    padding: 2px;
  }
  .tablepress td.column-1 {
    font-size: 8px;
    padding-right: 0;
  }
  .tablepress tr.row-2.even td {
    line-height: 8px;
    padding: 2.5px 0;
  }
}
.tablepress thead th {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.tablepress thead th b {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  width: 96%;
  display: block;
}
.tablepress tbody td {
  vertical-align: middle;
  border: none;
}
.tablepress th,
.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4,
.tablepress .column-5,
.tablepress .column-6 {
  text-align: center;
}
.tablepress th.column-2 span {
  background-color: #03aa72;
  color: #fff;
  width: 100%;
  display: block;
}
.tablepress td.column-2 {
  color: #03aa72;
}
.tablepress th.column-3 span {
  background-color: #A07369;
  color: #fff;
  width: 100%;
  display: block;
}
.tablepress td.column-3 {
  color: #A07369;
}
.tablepress th.column-4 span {
  background-color: #8E8E8E;
  color: #fff;
  width: 100%;
  display: block;
}
.tablepress td.column-4 {
  color: #8E8E8E;
}
.tablepress th.column-5 span {
  background-color: #D6C13E;
  color: #fff;
  width: 100%;
  display: block;
}
.tablepress td.column-5 {
  color: #D6C13E;
}
.tablepress th.column-6 span {
  background-color: #9F3016;
  color: #fff;
  width: 100%;
  display: block;
}
.tablepress td.column-6 {
  color: #9F3016;
}
.tablepress .row-2 {
  background-color: transparent;
  font-size: 0.7em;
}
.tablepress .row-2 td {
  padding-top: 0;
  color: #616161;
  background: transparent;
  padding-bottom: 15px;
}
.tablepress tr {
  border: none;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 14px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 14px;
  height: auto;
}

@media (min-width: 639px) {
  .alignleft {
    float: left;
    margin-right: 14px;
  }

  .alignright {
    float: right;
    margin-left: 14px;
  }
}
.wpml-ls-legacy-dropdown {
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 1023px) {
  .wpml-ls-legacy-dropdown .wpml-ls-flag {
    margin-top: -2px;
  }
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a {
  padding: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-color: #000;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a.wpml-ls-item-toggle {
  padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a.wpml-ls-item-toggle:after {
  display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a .wpml-ls-native {
  font-size: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu {
  width: 333px;
  left: auto;
  background: #ffffff;
  border: 0;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media only screen and (max-width: 1199px) {
  .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu {
    width: 180px;
  }
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu li {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  float: left;
}
@media only screen and (max-width: 1199px) {
  .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu li {
    width: 100%;
  }
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu li a {
  padding: 10px;
  text-align: left;
  color: #000;
  border-color: #cdcdcd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu li a .wpml-ls-flag {
  width: 18px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu li a .wpml-ls-native {
  font-size: 14px;
}

img.lazy {
  display: none;
}

.lazy-hidden[style*=background] {
  opacity: 1;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slick/fonts/slick.eot");
  src: url("./slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slick/fonts/slick.woff") format("woff"), url("./slick/fonts/slick.ttf") format("truetype"), url("./slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  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;
}
.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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #03aa72;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "<";
}
[dir=rtl] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir=rtl] .slick-next:before {
  content: "<";
}

/* Dots */
.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;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50px;
}

@media only screen and (max-width: 768px) {
  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: -14px;
  }
}
/* Slider */
.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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 only screen and (max-width: 640px) {
  .header {
    padding: 0 0 20px;
  }
  .header .col-sm-4.text-left {
    display: none;
  }
  .header .col-sm-4.text-center {
    background: #222;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .header .col-sm-4.text-center p {
    display: block;
    line-height: 20px;
    font-size: 10px;
  }
  .header .col-sm-4.text-right {
    width: auto;
    position: absolute;
    right: -11px;
    top: 5px;
    z-index: 9999;
  }
}
@media only screen and (max-width: 479px) {
  .header .col-sm-4.text-right {
    right: 0;
    top: 6px;
  }
}
.header .sticky_panel {
  position: absolute;
  width: 100%;
  float: left;
  clear: both;
  padding-top: 10px;
}
@media only screen and (min-width: 650px) {
  .header .sticky_panel.fixed {
    position: fixed;
    background: #000;
    padding: 10px 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .header .sticky_panel.fixed .col-sm-12 {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
  }
  .header .sticky_panel.fixed .col-sm-12 .logo_panel img {
    max-width: 150px;
  }
  .header .sticky_panel.fixed .row {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
  }
  .header .sticky_panel.fixed .row.topheader {
    z-index: 9999;
  }
  .header .sticky_panel.fixed .row.logo_navpanel {
    z-index: 1;
  }
  .header .sticky_panel.fixed .topheader .col-sm-4 p {
    display: none;
  }
  .header .sticky_panel.fixed .logo_navpanel {
    top: -30px;
    position: relative;
    height: 65px;
  }
  .header .sticky_panel.fixed .flag_panel {
    position: relative;
    z-index: 99999;
  }
  .header .sticky_panel.fixed select.form-control {
    position: relative;
    z-index: 99999;
  }
  .header .sticky_panel.fixed .navbar_panel {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .header .sticky_panel {
    padding-top: 0;
    position: fixed;
    width: auto;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
  }
  .header .sticky_panel.fixed .topheader {
    z-index: 999;
  }
  .header .sticky_panel.fixed .topheader .col-sm-4 .text-center {
    display: none;
  }
  .header .sticky_panel.fixed .topheader .col-sm-4 .text-right {
    top: 9px;
  }
  .header .sticky_panel.fixed .topheader .col-sm-4 .text-right select.form-control {
    font-size: 14px;
  }
  .header .sticky_panel.fixed .topheader .col-sm-4 .text-right span.flag_panel {
    font-size: 14px;
  }
  .header .sticky_panel.fixed .topheader .col-sm-4 .text-right span.flag_panel img {
    max-width: 20px;
  }
  .header .sticky_panel.fixed .menubar {
    top: 74px;
  }
  .header .sticky_panel.fixed .menubar.show {
    top: 74px;
  }
}
.header .sticky_panel .topheader {
  font-size: 13px;
  columns: #fff;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .header .sticky_panel .topheader {
    position: relative;
    z-index: 1;
  }
}
.header .sticky_panel .topheader p {
  line-height: 26px;
  margin: 0;
  color: #b7b7b7;
}
@media only screen and (max-width: 767px) {
  .header .sticky_panel .topheader p {
    line-height: 15px;
    text-align: left;
    padding: 10px;
  }
}
.header .sticky_panel .topheader a {
  color: #fff;
}
.header .sticky_panel .topheader a:hover {
  color: #03AA72;
}
.header .sticky_panel .topheader .col-sm-4.text-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header .sticky_panel .topheader .col-sm-4.text-left ul li {
  float: left;
  margin-right: 10px;
}
.header .sticky_panel .topheader .col-sm-4.text-left ul li:last-child {
  margin-left: 5px;
}
.header .sticky_panel .topheader .col-sm-4.text-left ul li i {
  font-size: 21px;
}
.header .sticky_panel .topheader .col-sm-4.text-right .headtoppan {
  width: auto;
  float: right;
}
.header .sticky_panel .topheader .col-sm-4.text-right .headtoppan .widget_wc_aelia_currencyswitcher_widget {
  float: left;
}
.header .sticky_panel .topheader .col-sm-4.text-right .headtoppan .widget_wc_aelia_currencyswitcher_widget select {
  width: auto;
  background: transparent;
  border: 0;
  height: 20px;
  color: #fff;
  background: url(../../images/icon2.png) no-repeat 100% 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  padding: 0 12px 0 0;
  float: right;
  margin-left: 15px;
  margin-top: 3px;
  outline: none;
  box-shadow: none;
}
.header .sticky_panel .topheader .col-sm-4.text-right .headtoppan .widget_wc_aelia_currencyswitcher_widget select option {
  background-color: #03aa72;
  color: #ffffff;
}
.header .sticky_panel .topheader .col-sm-4.text-right .headtoppan span.flag_panel {
  width: auto;
  background: transparent;
  border: 0;
  height: 20px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  padding: 0;
  float: left;
  margin-left: 15px;
  margin-top: 4px;
  outline: none;
  box-shadow: none;
}
.header .sticky_panel .topheader .col-sm-4.text-right .headtoppan .cart {
  margin-left: 10px;
  font-size: 18px;
  float: right;
  line-height: 25px;
  margin-right: 10px;
  position: relative;
}
.header .sticky_panel .topheader .col-sm-4.text-right .headtoppan .cart .itemsadded {
  background-color: #03aa72;
  color: #ffffff;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -7px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
}
.header .logo_navpanel {
  padding-top: 15px;
}
@media only screen and (max-width: 640px) {
  .header .logo_navpanel {
    padding-top: 5px;
    background: #000;
    height: 40px;
    position: relative;
    z-index: 999;
    margin: 0;
  }
  .header .logo_navpanel .col-sm-12 {
    padding: 0 5px;
  }
}
.header .logo_navpanel .navbar_panel {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header .logo_navpanel .logo_panel {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media only screen and (max-width: 640px) {
  .header .logo_navpanel .logo_panel {
    max-width: 105px;
    float: left;
  }
}
.header .logo_navpanel .logo_panel img {
  -webkit-transition: max-width 0.1s ease-in;
  -o-transition: max-width 0.1s ease-in;
  transition: max-width 0.1s ease-in;
  width: 100%;
  max-width: 265px;
}
@media only screen and (max-width: 640px) {
  .header .logo_navpanel .logo_panel img {
    max-width: 105px;
  }
}
.desktop_only {
  display: block !important;
}
@media only screen and (max-width: 640px) {
  .desktop_only {
    display: none !important;
  }
}

.mobile_only {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .mobile_only {
    display: inline-block !important;
  }
}

.parallax {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF !important;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding: 0;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.sticky_panel {
  position: absolute;
  width: 100%;
  float: left;
  clear: both;
  padding-top: 10px;
}
@media only screen and (max-width: 639px) {
  .sticky_panel {
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .sticky_panel .container {
    padding: 0;
  }
}

.header-banner {
  padding-top: 198px;
  padding-bottom: 20px;
  background-attachment: inherit;
  background-position-x: center;
}
@media only screen and (max-width: 1024px) {
  .header-banner {
    padding-top: 235px;
    min-height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .header-banner {
    padding-top: 53px;
    min-height: 220px;
  }
}
.header-banner p {
  font-weight: 400;
}
.header-banner .banner-right {
  position: relative;
}

.header_info {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header_info {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 639px) {
  .header_info {
    padding-top: 30px;
  }
}
.header_info h1 {
  font-size: 51px;
  line-height: 56px;
  color: #fff;
  font-weight: bold;
  font-weight: 900;
  margin: 40px 0 0;
}
@media only screen and (max-width: 1200px) {
  .header_info h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1190px) {
  .header_info h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 840px) {
  .header_info h1 {
    font-size: 30px;
    line-height: 38px;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_info h1 {
    font-size: 27px;
    line-height: 35px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.header_info h1 span {
  color: #03aa72;
}
.header_info h2 {
  font-size: 28px;
  line-height: 34px;
  color: #03AA72;
  padding: 0;
  margin: 0 0 15px;
}
@media only screen and (max-width: 840px) {
  .header_info h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .header_info h2 {
    font-size: 15px;
    line-height: 24px;
  }
}
.header_info p {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin: 0 0 25px;
  padding: 0;
}
@media only screen and (max-width: 1190px) {
  .header_info p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .header_info p {
    max-width: 68%;
  }
}
@media only screen and (max-width: 840px) {
  .header_info p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .header_info p {
    text-align: center;
  }
}
.header_info p span {
  color: #03aa72;
}
.header_info ul {
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  font-weight: bold;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .header_info ul {
    font-size: 18px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .header_info ul {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .header_info ul {
    width: 62%;
  }
}
.header_info ul li {
  width: auto;
  display: block;
  clear: both;
  padding: 0;
  margin: 0 0 15px;
  overflow: hidden;
  line-height: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 1190px) {
  .header_info ul li {
    margin: 0 0 10px;
    line-height: 18px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 840px) {
  .header_info ul li {
    margin: 0 0 10px;
    line-height: 18px;
    font-size: 14px;
  }
}
.header_info ul li i {
  width: 53px;
  float: left;
}
.header_info ul li i span {
  color: #03AA72;
}
.header_info ul li:nth-child(3n) i {
  padding-left: 8px;
}
.header_info .col-sm-5 {
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .header_info .col-sm-5 {
    position: absolute;
    bottom: -44px;
    right: -35px;
    max-width: 37%;
    padding: 0 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .header_info .col-sm-5 {
    position: absolute;
    bottom: -46px;
    right: 0;
    max-width: 31%;
    padding: 0 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .header_info .col-sm-5 {
    position: absolute;
    bottom: -46px;
    right: 0;
    max-width: 36%;
    padding: 0 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header_info .col-sm-5.desktop_only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header_info .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header_info .col-sm-7 .mobile_only {
    display: inline-block !important;
  }
}
.header_info a.order_btn {
  position: absolute;
  left: -10px;
  bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .header_info a.order_btn {
    font-size: 26px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header_info a.order_btn {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: auto;
    margin-top: 15px;
    display: inline-block !important;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header_info .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header_info .col-sm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header_info .col-sm-5 img {
    width: 150px;
    margin: 100px auto 0;
    display: block;
  }
}

/*--------------------------HEADER END-----------------------*/
.navbar_panel {
  padding: 25px 0 0;
}
@media only screen and (max-width: 640px) {
  .navbar_panel.menubar {
    position: fixed;
    width: 310px;
    height: 100%;
    top: 75px;
    bottom: 0;
    right: -320px;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
    background-color: #000;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 55px;
    z-index: 999999;
  }
  .navbar_panel.menubar.show {
    right: 0;
  }
  .navbar_panel.menubar .nav {
    display: block;
    -ms-flex-wrap: none;
    flex-wrap: unset;
  }
  .navbar_panel.menubar .nav li {
    -ms-flex: none;
    flex: none;
    text-align: left;
    padding: 0 0;
  }
  .navbar_panel.menubar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .navbar_panel.menubar ul a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 20px;
    display: block;
    border: 0;
    border-bottom: 1px solid #222;
    border-radius: 0;
  }
}
.navbar_panel .nav-fill {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.navbar_panel .nav-fill li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  padding: 0 5px;
}
.navbar_panel .nav-fill li.current-menu-item a {
  background: #03aa72;
  border-color: #03aa72;
}
@media only screen and (max-width: 640px) {
  .navbar_panel .nav-fill li.current-menu-item a {
    border-color: #222;
  }
}
.navbar_panel .nav-fill li a {
  background: #000;
  border: 1px solid #7d7d7d;
  display: block;
  font-size: 17px;
  line-height: 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  min-width: 120px;
}
@media only screen and (min-width: 1300px) {
  .navbar_panel .nav-fill li a {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .navbar_panel .nav-fill li a {
    padding: 10px 20px;
    min-width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar_panel .nav-fill li a {
    padding: 10px 7px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar_panel .nav-fill li a {
    padding: 10px 4px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 640px) {
  .navbar_panel .nav-fill li a {
    border: 0;
    border-bottom: 1px solid #222;
    padding: 10px 20px;
    font-size: 13px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.navbar_panel .nav-fill li a:hover {
  background: #03aa72;
  border-color: #03aa72;
}
@media only screen and (max-width: 640px) {
  .navbar_panel .nav-fill li a:hover {
    border-color: #222;
  }
}
.navbar_panel .nav-fill li a.active {
  background: #03aa72;
  border-color: #03aa72;
}
@media only screen and (max-width: 640px) {
  .navbar_panel .nav-fill li a.active {
    border-color: #222;
  }
}
.navbar_panel .nav-fill li.current-page-item a {
  background: #03aa72;
  border-color: #03aa72;
}
@media only screen and (max-width: 640px) {
  .navbar_panel .nav-fill li.current-page-item a {
    border-color: #222;
  }
}
.navbar_panel .nav-fill li:last-child a {
  background-color: #d0021b;
  border-color: #d0021b;
  position: relative;
  text-align: left;
  padding-left: 41px;
  padding-right: 36px;
}
@media only screen and (max-width: 979px) {
  .navbar_panel .nav-fill li:last-child a {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar_panel .nav-fill li:last-child a {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .navbar_panel .nav-fill li:last-child a {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .navbar_panel .nav-fill li:last-child a {
    text-align: left;
    padding: 10px 20px;
  }
}
.navbar_panel .nav-fill li:last-child a::after {
  content: "";
  background: url("../../images/icon3.png") no-repeat 0 0;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
}
@media only screen and (max-width: 1190px) {
  .navbar_panel .nav-fill li:last-child a::after {
    right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar_panel .nav-fill li:last-child a::after {
    display: none;
  }
}
.navbar_panel .nav-fill li:last-child a:hover {
  background-color: #a90317;
}

@media only screen and (max-width: 640px) {
  .hamburger {
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 3px;
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 2px;
  }
  .hamburger::before {
    content: " ";
    display: table;
  }
  .hamburger::after {
    content: " ";
    display: table;
    clear: both;
  }
  .hamburger > div {
    background: #03aa72;
    height: 4px;
    margin-bottom: 4px;
    float: left;
    width: 100%;
  }
  .hamburger > div:nth-child(1), .hamburger > div:nth-child(3) {
    float: right;
  }
  .hamburger.active {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    -moz-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    -ms-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    -o-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
  }
  .hamburger.active > div {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .hamburger.active > div:nth-child(1), .hamburger.active > div:nth-child(3) {
    width: 70%;
  }
  .hamburger.active > div:nth-child(2) {
    width: 90%;
  }
  .hamburger.active > div:nth-child(1) {
    -webkit-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
    -moz-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
    -ms-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
    -o-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
    transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
  }
  .hamburger.active > div:nth-child(3) {
    -webkit-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
    -moz-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
    -ms-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
    -o-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
    transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
  }
  .hamburger.active.active-end {
    -webkit-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
    -moz-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
    -ms-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
    -o-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
    transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
  }
  .hamburger.active.active-end > div {
    width: 100%;
  }
  .hamburger.active.active-end > div:nth-child(1) {
    -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    -moz-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    -ms-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    -o-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
  }
  .hamburger.active.active-end > div:nth-child(3) {
    -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
    -moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
    -ms-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
    -o-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
    transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
  }
}

@media only screen and (min-width: 641px) and (max-width: 1199px) {
  .italiano-lng .navbar_panel .nav-fill li a, .svenska-lng .navbar_panel .nav-fill li a, .espanol-lng .navbar_panel .nav-fill li a, .portugues-lng .navbar_panel .nav-fill li a, .german-lng .navbar_panel .nav-fill li a, .nederlendas-lng .navbar_panel .nav-fill li a, .francias-lng .navbar_panel .nav-fill li a {
    font-size: 10px;
    padding: 10px 2px;
  }
}
.italiano-lng .navbar_panel .nav-fill li:last-child a, .svenska-lng .navbar_panel .nav-fill li:last-child a, .espanol-lng .navbar_panel .nav-fill li:last-child a, .portugues-lng .navbar_panel .nav-fill li:last-child a, .german-lng .navbar_panel .nav-fill li:last-child a, .nederlendas-lng .navbar_panel .nav-fill li:last-child a, .francias-lng .navbar_panel .nav-fill li:last-child a {
  padding-left: 11px;
}

/*--------------------------FOOTER TOP START ---------------*/
.marquee {
  border-top: 1px solid #027f55;
  border-bottom: 1px solid #027f55;
  width: 100%;
  overflow: hidden;
  margin: auto;
  height: 200px;
  background: url("../../images/testimonials-dekstop1.jpg") left top repeat-x;
}
@media only screen and (max-width: 639px) {
  .marquee {
    height: 220px;
    background: url("../../images/testimonials-mobile1.jpg") center center repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.marquee ul {
  white-space: nowrap;
  position: relative;
  display: block;
  height: 181px;
  width: 5000px;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .marquee ul {
    height: 78px;
  }
}
.marquee ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 640px) {
  .marquee ul li {
    max-width: 80px;
  }
}

/*--------------------------FOOTER TOP END ---------------*/
/*--------------------------FOOTER START -----------------*/
.footer {
  background-color: #000;
  padding: 50px 0 25px;
  font-size: 15px;
  line-height: 26px;
  color: #bfbfbf;
  width: 100%;
  float: left;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 30px 0 15px;
    text-align: center;
  }
}
.footer a {
  color: #bfbfbf;
}
.footer a:hover {
  color: #18B37E;
}
.footer .social h4 {
  padding: 0;
  margin: 0;
  color: #616161;
}
.footer .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .social ul li {
  float: none;
  margin: 0 0 15px 10px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .footer .social ul li {
    margin: 12px 0 15px 10px;
    font-size: 26px;
  }
}
.footer .social ul li a {
  color: #646464;
}
.footer .social ul li a:hover {
  color: #18B37E;
}
.footer .col-sm-12 p {
  max-width: 928px;
  margin: 0 auto;
  display: block;
  clear: both;
  color: #777777;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  margin: 40px auto 0;
}
.footer .col-sm-12 p span {
  display: block;
  clear: both;
  font-size: 17px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .footer .footer_info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer_info .text-right {
    text-align: center !important;
  }
}
.footer .footer_info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .footer .footer_info.order-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer_info.order-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .footer .col-sm-12 p {
    margin-top: 10px;
  }
}

/*--------------------------FOOTER END -----------------*/
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.total-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay::after {
  content: "";
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(252, 178, 21, 0.55);
  z-index: 99;
}

@media only screen and (max-width: 640px) {
  .info_content .container {
    padding: 0 15px;
  }
}
.info_content h2 {
  font-size: 58px;
  line-height: 63px;
  color: #000;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  .info_content h2 {
    font-size: 47px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1190px) {
  .info_content h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 840px) {
  .info_content h2 {
    font-size: 29px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 640px) {
  .info_content h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.info_content p {
  font-size: 25px;
  line-height: 34px;
  color: #565353;
  margin-bottom: 10px;
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  .info_content p {
    font-size: 21px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1190px) {
  .info_content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 840px) {
  .info_content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.info_content p span {
  color: #000;
  font-weight: bold;
}

a.order_btn {
  width: auto;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  background-color: #d0021b;
  border-radius: 5px;
  padding: 25px 70px 25px 50px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  a.order_btn {
    height: auto;
    padding: 15px 70px 15px 27px;
  }
}
@media only screen and (max-width: 840px) {
  a.order_btn {
    width: auto;
    display: inline-block;
  }
}
@media only screen and (max-width: 740px) {
  a.order_btn {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  a.order_btn {
    font-size: 25px;
    margin: 0 auto;
  }
}
a.order_btn:after {
  content: "";
  background: url(../../images/icon7.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 28px;
}
@media only screen and (max-width: 840px) {
  a.order_btn:after {
    right: 15px;
  }
}
a.order_btn:hover {
  background-color: #a90317;
}
@media only screen and (max-width: 1200px) {
  a.order_btn.button-order {
    padding: 15px 70px 15px 27px !important;
    font-size: 30px !important;
    line-height: 32px !important;
  }
}
@media only screen and (max-width: 640px) {
  a.order_btn.button-order {
    font-size: 25px !important;
    line-height: 26px !important;
  }
}
@media only screen and (max-width: 360px) {
  a.order_btn.button-order {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  img.after_title_pic {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .order_now {
    width: auto;
    display: inline-block !important;
    padding: 5px 6px;
    text-align: center;
    color: #fff;
    background-color: #d0021b;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 48px;
    top: 0;
    font-weight: bold;
  }
  .order_now:hover {
    color: #fff;
    background-color: #03aa72;
  }
}
.admin-bar .Stick-Top {
  margin-top: 32px;
}

.section {
  width: 100%;
  float: left;
  clear: both;
  padding: 56px 0;
  position: relative;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
  .section {
    padding: 40px 0;
  }
}
.section.info_content p {
  font-weight: 300;
  color: #565353;
}
.section.info_content .black-text {
  color: #000;
}
.section.info_content .green-text {
  color: #03aa72;
}
.section.black-bg {
  background-color: #000;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.black-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.section.black-bg h2 {
  color: #ffffff;
}
.section.black-bg h3 {
  color: #ffffff;
}
.section.black-bg p {
  color: #ffffff;
}
.section.black-bg ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section.black-bg ul li {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .section.black-bg ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .section.black-bg ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section.black-bg ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.section.black-overlay {
  background-color: #000;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.black-overlay h2 {
  color: #ffffff;
}
.section.black-overlay h3 {
  color: #ffffff;
  text-transform: none;
}
.section.black-overlay p {
  color: #ffffff;
}
.section.black-overlay ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section.black-overlay ul li {
  color: #ffffff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .section.black-overlay ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .section.black-overlay ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section.black-overlay ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.section.black-bg_fixed {
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .section.black-bg_fixed {
    background-size: cover;
  }
}
.section.green-overlay {
  background-color: #03aa72;
  background-repeat: no-repeat;
}
.section.green-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(3, 170, 114, 0.8);
}
.section.green-overlay h2 {
  color: #ffffff;
}
.section.green-overlay h3 {
  color: #ffffff;
}
.section.green-overlay p {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .section.green-overlay.green-overlay-mobile .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section.green-overlay.green-overlay-mobile .offset-4 {
    margin-left: 0;
  }
}
.section .black-text {
  color: #000;
}
.section .green-text {
  color: #03aa72;
}
@media only screen and (max-width: 767px) {
  .section .offset-1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section .offset-2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section .offset-3 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section .offset-4 {
    margin-left: 0;
  }
}
.section .large-gap {
  width: 100%;
  height: 142px;
  float: left;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .section .large-gap {
    height: 50px;
  }
}
.section .mid-gap {
  width: 100%;
  height: 58px;
  float: left;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .section .mid-gap {
    height: 20px;
  }
}
.section .margin-top-50 {
  margin-top: 50px;
}
.section .tick-unorder {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.section .tick-unorder li {
  padding: 0 0 0 55px;
  margin: 0 0 30px;
  background: url("../../images/icon12.png") no-repeat 0 0;
  background-size: 34px;
  font-weight: normal;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .section .tick-unorder li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 840px) {
  .section .tick-unorder li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section .tick-unorder li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 0 0 37px;
    margin-bottom: 10px;
    background-size: 20px;
    background-position: 0 5px;
  }
}
.section.no-bottom-padding {
  padding-bottom: 0;
}
.section.no-bottom-margin {
  margin-bottom: 0;
}
.section .no-top-padding {
  padding-top: 0;
  background-size: 80% 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
@media only screen and (max-width: 767px) {
  .section .no-top-padding {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  .section .privacy_block .tick-unorder {
    margin-left: 70px;
  }
}

.header_info ul li cite {
  color: #03aa72;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .medical-block .fw-col-sm-2 {
    width: 16.66666667%;
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .medical-block .fw-col-sm-2 {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .medical-block .fw-col-sm-2 img.img-fluid {
    width: 200px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .medical-block .fw-col-sm-9 {
    width: 75%;
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .medical-block .fw-col-sm-9 {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.home {
  overflow-x: hidden;
}
.home .black-text-color p strong {
  color: #000;
}
.home h2 {
  text-transform: none;
}

/*--------------------------HEADER BOTTOM START---------------*/
.header_bottom {
  padding: 60px 0;
  overflow: hidden;
  clear: both;
}
.header_bottom.stacks {
  background: #eaeaea;
}
@media only screen and (max-width: 840px) {
  .header_bottom {
    padding: 30px 0;
  }
}
.header_bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_bottom ul li {
  width: 25%;
  float: left;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  line-height: 19px;
}
@media only screen and (max-width: 840px) {
  .header_bottom ul li {
    font-size: 13px;
    line-height: 19px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 640px) {
  .header_bottom ul li {
    width: 50%;
    margin: 0 0 25px;
    text-align: center;
  }
}
.header_bottom ul li p {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  line-height: 19px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .header_bottom ul li p {
    font-size: 15px;
    font-weight: 500;
  }
  .header_bottom ul li p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_bottom ul li p {
    font-size: 15px;
    font-weight: 500;
  }
  .header_bottom ul li p br {
    display: none;
  }
}
.header_bottom ul li span {
  width: auto;
  padding-right: 20px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .header_bottom ul li span {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .header_bottom ul li span {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .header_bottom ul li span {
    padding-right: 0;
    float: none;
    display: block;
    clear: both;
    margin-bottom: 5px;
  }
}

/*--------------------------HEADER BOTTOM END----------------*/
/*--------------------------ORDER GALLERY START --------------*/
.order_panel {
  clear: both;
  margin: 0 0 70px;
}
@media only screen and (max-width: 1190px) {
  .order_panel {
    margin: 0 0 40px;
  }
}
.order_panel .order_gallery {
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .order_panel .order_gallery {
    max-height: 353px;
  }
}
@media only screen and (max-width: 376px) {
  .order_panel .order_gallery {
    max-height: inherit;
  }
}
.order_panel .order_gallery ul {
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
  font-size: 0;
}
.order_panel .order_gallery ul li {
  width: auto;
  display: inline-block;
  vertical-align: top;
  max-width: 212px;
  overflow: hidden;
  max-height: 244px;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  padding: 0;
}
@media only screen and (max-width: 979px) {
  .order_panel .order_gallery ul li {
    max-width: inherit;
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
  }
}
@media only screen and (max-width: 479px) {
  .order_panel .order_gallery ul li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    height: auto;
  }
}
.order_panel.no-bottom-padding {
  padding-bottom: 0;
}
.order_panel.no-bottom-margin {
  margin-bottom: 0;
}
.order_panel .info_bg {
  background: url(../../images/order-gallery-bg.jpg) no-repeat 0 0;
  max-width: 828px;
  height: 246px;
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .order_panel .info_bg {
    max-width: 80%;
    padding: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .order_panel .info_bg {
    padding: 10px 20px;
  }
}
.order_panel .info_bg h2 {
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 10px auto 15px;
}
@media only screen and (max-width: 979px) {
  .order_panel .info_bg h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 639px) {
  .order_panel .info_bg h2 {
    margin: 0 auto 10px;
  }
}
.order_panel .info_bg a.order_btn {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .order_panel .info_bg a.order_btn {
    margin: 10px auto 10px;
    position: relative;
    font-size: 24px;
    display: inline-block;
    padding: 15px 70px 15px 27px;
  }
}
@media only screen and (max-width: 479px) {
  .order_panel .info_bg a.order_btn {
    margin: 0;
    font-size: 18px;
    line-height: 1;
  }
}
.order_panel .info_bg a.order_btn:hover {
  background-color: #a90317;
}

/*--------------------------ORDER GALLERY END --------------*/
/*--------------------------INFO FIRST START ---------------*/
.info_first_panel {
  border-bottom: 1px solid #dfdede;
  padding: 0 0 70px;
  background: url(../../images/image2.jpg) no-repeat 100% 47%;
  background-size: auto auto;
  min-height: 392px;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .info_first_panel {
    background-size: 44% auto;
    min-height: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .info_first_panel {
    background-image: none;
    background: none;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1600px) {
  .info_first_panel .col-md-6 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.info_first_panel .container {
  font-size: 25px;
  line-height: 34px;
  color: #868686;
}
.info_first_panel .container h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .info_first_panel .container h2 {
    text-align: center;
  }
}
.info_first_panel .container p {
  padding: 0;
  margin: 0;
  max-width: 635px;
  word-spacing: 2px;
}
@media only screen and (max-width: 979px) {
  .info_first_panel .container p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .info_first_panel .container p {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 979px) {
  .info_first_panel .container img.after_title_pic {
    width: 330px;
    display: inline-block !important;
  }
}
@media only screen and (max-width: 979px) {
  .info_first_panel .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/*--------------------------INFO FIRST END ---------------*/
/*--------------------------TELLME START ---------------*/
.tellme_panel {
  border-bottom: 1px solid #dfdede;
  padding: 70px 0 0;
  background: url(../../images/back-bg2.jpg) no-repeat 100% 0;
  background-size: auto 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .tellme_panel {
    background-size: 65% auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .tellme_panel {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .tellme_panel .col-sm-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 979px) {
  .tellme_panel .col-sm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 5%;
    max-width: 90%;
    flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    padding: 15px 15px 25px;
  }
}
.tellme_panel .container {
  font-size: 25px;
  line-height: 34px;
  color: #868686;
}
.tellme_panel .container h2 {
  margin-bottom: 20px;
}
.tellme_panel .container p {
  padding: 0;
  margin: 0 0 10px;
  max-width: 640px;
}
@media only screen and (max-width: 840px) {
  .tellme_panel .container p {
    color: #000;
  }
}
@media only screen and (max-width: 979px) {
  .tellme_panel .container p {
    background-color: transparent;
  }
}
@media only screen and (max-width: 639px) {
  .tellme_panel .container p {
    max-width: 100%;
  }
}
.tellme_panel .container p span {
  color: #000;
  font-weight: bold;
}
.tellme_panel .container .overlay_info {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 25px 10px 35px 25px;
}
@media only screen and (max-width: 979px) {
  .tellme_panel .container .overlay_info {
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
}
.tellme_panel .container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tellme_panel .container ul li {
  padding: 0 0 0 55px;
  margin: 0 0 30px;
  color: #000;
  background: url(../../images/icon12.png) no-repeat 0 0;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .tellme_panel .container ul li {
    padding: 0 0 0 55px;
    margin: 0 0 15px;
    background: url(../../images/icon12.png) no-repeat 0 5px;
    font-size: 20px;
    line-height: 23px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 640px) {
  .tellme_panel .container ul li {
    font-size: 15px;
    line-height: 18px;
    background-size: 30px;
  }
}
.tellme_panel .container a.order_btn {
  margin-left: 55px;
}
@media only screen and (max-width: 640px) {
  .tellme_panel .container a.order_btn {
    font-size: 25px;
    margin: 0 auto;
  }
}

/*--------------------------TELLME END ---------------*/
/*--------------------------INFO THIRD START ---------------*/
.info_third_panel {
  padding: 75px 0;
}
@media only screen and (max-width: 840px) {
  .info_third_panel {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .info_third_panel br {
    display: none;
  }
}
.info_third_panel .row > .col-sm-6 {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .info_third_panel .row > .col-sm-6:last-child {
    position: relative;
    text-align: center;
  }
}
.info_third_panel .row > .col-sm-6 .image-wrap {
  position: relative;
}
.info_third_panel .row > .col-sm-6 img {
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  .info_third_panel .row > .col-sm-6 img {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .info_third_panel .row > .col-sm-6 h2 {
    margin-top: 0;
    text-align: center;
  }
}
.info_third_panel .row > .col-sm-6 h3 {
  position: absolute;
  font-size: 38px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
  max-width: 418px;
  left: 50px;
  bottom: 30px;
  z-index: 0;
  letter-spacing: 4px;
}
@media only screen and (max-width: 979px) {
  .info_third_panel .row > .col-sm-6 h3 {
    max-width: 64%;
  }
}
@media only screen and (max-width: 640px) {
  .info_third_panel .row > .col-sm-6 h3 {
    font-size: 20px;
    line-height: 24px;
    max-width: 80%;
    left: 22px;
  }
}
.info_third_panel .row > .col-sm-6 h3 span {
  font-weight: 900;
}
@media only screen and (max-width: 979px) {
  .info_third_panel .col-sm-6 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

/*--------------------------INFO THIRD END ---------------*/
/*--------------------------INFO FOURTH START ---------------*/
.info_fourth_panel, .order_today_panel {
  background: url(../../images/black-box-pattern.png) repeat;
  min-height: 381px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .info_fourth_panel, .order_today_panel {
    min-height: 318px;
  }
}
@media only screen and (max-width: 840px) {
  .info_fourth_panel, .order_today_panel {
    min-height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .info_fourth_panel, .order_today_panel {
    padding-bottom: 18px;
    min-height: auto;
    text-align: center;
  }
}
.info_fourth_panel h2, .order_today_panel h2 {
  color: #fff;
  max-width: 520px;
  font-size: 62px;
  line-height: 68px;
  font-weight: bold;
  margin: 48px 0 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .info_fourth_panel h2, .order_today_panel h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .info_fourth_panel h2, .order_today_panel h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 14px;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_fourth_panel h2, .order_today_panel h2 {
    font-size: 26px;
    line-height: 33px;
    margin-top: 5px;
    padding: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 979px) {
  .info_fourth_panel h2 br, .order_today_panel h2 br {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .info_fourth_panel .col-sm-7, .order_today_panel .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .info_fourth_panel .col-sm-7.order-1, .order_today_panel .col-sm-7.order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}
.info_fourth_panel .col-sm-7 img, .order_today_panel .col-sm-7 img {
  margin-top: -26px;
}
@media only screen and (max-width: 979px) {
  .info_fourth_panel .col-sm-7 img, .order_today_panel .col-sm-7 img {
    max-width: 100%;
    margin: -26px auto 0;
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .info_fourth_panel .col-sm-5, .order_today_panel .col-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .info_fourth_panel .col-sm-5.order-2, .order_today_panel .col-sm-5.order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .info_fourth_panel .col-sm-5 img, .order_today_panel .col-sm-5 img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .info_fourth_panel .col-sm-5 img, .order_today_panel .col-sm-5 img {
    max-width: 100%;
  }
}
.info_fourth_panel a.order_btn, .order_today_panel a.order_btn {
  margin: 10px 0 22px;
}

.italiano-lng .info_fourth_panel h2, .italiano-lng .order_today_panel h2, .espanol-lng .info_fourth_panel h2, .espanol-lng .order_today_panel h2, .portugues-lng .info_fourth_panel h2, .portugues-lng .order_today_panel h2, .german-lng .info_fourth_panel h2, .german-lng .order_today_panel h2, .nederlendas-lng .info_fourth_panel h2, .nederlendas-lng .order_today_panel h2 {
  font-size: 55px;
  line-height: 55px;
  margin: 25px 0 0;
}
@media only screen and (max-width: 1200px) {
  .italiano-lng .info_fourth_panel h2, .italiano-lng .order_today_panel h2, .espanol-lng .info_fourth_panel h2, .espanol-lng .order_today_panel h2, .portugues-lng .info_fourth_panel h2, .portugues-lng .order_today_panel h2, .german-lng .info_fourth_panel h2, .german-lng .order_today_panel h2, .nederlendas-lng .info_fourth_panel h2, .nederlendas-lng .order_today_panel h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 840px) {
  .italiano-lng .info_fourth_panel h2, .italiano-lng .order_today_panel h2, .espanol-lng .info_fourth_panel h2, .espanol-lng .order_today_panel h2, .portugues-lng .info_fourth_panel h2, .portugues-lng .order_today_panel h2, .german-lng .info_fourth_panel h2, .german-lng .order_today_panel h2, .nederlendas-lng .info_fourth_panel h2, .nederlendas-lng .order_today_panel h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .italiano-lng .info_fourth_panel h2, .italiano-lng .order_today_panel h2, .espanol-lng .info_fourth_panel h2, .espanol-lng .order_today_panel h2, .portugues-lng .info_fourth_panel h2, .portugues-lng .order_today_panel h2, .german-lng .info_fourth_panel h2, .german-lng .order_today_panel h2, .nederlendas-lng .info_fourth_panel h2, .nederlendas-lng .order_today_panel h2 {
    font-size: 26px;
    line-height: 33px;
  }
}

.francias-lng .info_fourth_panel h2, .francias-lng .order_today_panel h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 25px 0 0;
}
@media only screen and (max-width: 1200px) {
  .francias-lng .info_fourth_panel h2, .francias-lng .order_today_panel h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 840px) {
  .francias-lng .info_fourth_panel h2, .francias-lng .order_today_panel h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .francias-lng .info_fourth_panel h2, .francias-lng .order_today_panel h2 {
    font-size: 26px;
    line-height: 33px;
  }
}

/*--------------------------INFO FOURTH END ---------------*/
/*--------------------------INFO FIFTH START ---------------*/
.info_fifth_panel {
  border-bottom: 1px solid #dfdede;
  padding: 70px 0 0;
  background: url(../../images/back-bg3.jpg) no-repeat 100% 0;
  background-size: auto 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .info_fifth_panel {
    background-size: auto 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .info_fifth_panel .row {
    padding: 0 15px;
  }
}
.info_fifth_panel .container {
  font-size: 25px;
  line-height: 34px;
  color: #868686;
}
@media only screen and (max-width: 1600px) {
  .info_fifth_panel .container .col-sm-11 {
    -ms-flex: 0 0 70.666667%;
    flex: 0 0 70.666667%;
    max-width: 70.666667%;
  }
}
@media only screen and (max-width: 640px) {
  .info_fifth_panel .container .col-sm-11 {
    background: rgba(255, 255, 255, 0.6);
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding: 15px 15px 25px;
  }
}
.info_fifth_panel .container h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 840px) {
  .info_fifth_panel .container h2 {
    margin-bottom: 10px;
  }
}
.info_fifth_panel .container h3 {
  font-size: 32px;
  line-height: 32px;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  .info_fifth_panel .container h3 {
    max-width: 600px;
  }
}
@media only screen and (max-width: 840px) {
  .info_fifth_panel .container h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 5px;
    line-height: 28px;
    max-width: 100%;
  }
}
.info_fifth_panel .container p {
  padding: 0;
  margin: 0 0 35px;
  max-width: 860px;
}
@media only screen and (max-width: 1300px) {
  .info_fifth_panel .container p {
    max-width: 600px;
  }
}
@media only screen and (max-width: 840px) {
  .info_fifth_panel .container p {
    max-width: 100%;
    padding: 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
  }
}
@media only screen and (max-width: 640px) {
  .info_fifth_panel .container p {
    background-color: transparent;
  }
}
.info_fifth_panel .container p span {
  color: #000;
  font-weight: bold;
}
.info_fifth_panel .container .overlay_info {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 25px 10px 35px 25px;
  max-width: 845px;
}
@media only screen and (max-width: 979px) {
  .info_fifth_panel .container .overlay_info {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .info_fifth_panel .container .overlay_info {
    background-color: transparent;
    padding: 0;
  }
}
.info_fifth_panel .container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.info_fifth_panel .container ul li {
  padding: 0 0 0 55px;
  margin: 0 0 30px;
  color: #000;
  background: url(../../images/icon12.png) no-repeat 0 0;
  font-weight: normal;
}
@media only screen and (max-width: 1200px) {
  .info_fifth_panel .container ul li {
    margin: 0 0 15px;
    background-position: 0 5px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 640px) {
  .info_fifth_panel .container ul li {
    font-size: 15px;
    line-height: 18px;
    background-size: 30px;
  }
}
.info_fifth_panel .container a.order_btn {
  margin-left: 55px;
}
@media only screen and (max-width: 640px) {
  .info_fifth_panel .container a.order_btn {
    margin-left: 0;
    font-size: 29px;
    display: block;
    margin: 0 auto;
  }
}

/*--------------------------INFO FIFTH END ---------------*/
/*--------------------------INFO SIXTH START ---------------*/
.info_sixth_panel {
  background: #000;
  position: relative;
  text-align: center;
  padding: 70px 0 60px;
}
@media only screen and (max-width: 1200px) {
  .info_sixth_panel {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .info_sixth_panel .col-sm-4 h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.info_sixth_panel h2 {
  font-size: 58px;
  line-height: 63px;
  color: #fff;
  padding: 0;
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .info_sixth_panel h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.info_sixth_panel h3 {
  font-size: 25px;
  line-height: 31px;
  color: #fff;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  .info_sixth_panel h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .info_sixth_panel h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.info_sixth_panel .pic_panel {
  border: 1px solid #03AA72;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .info_sixth_panel .pic_panel {
    border: 1px solid #03AA72;
    position: relative;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_sixth_panel .pic_panel img {
    width: 100%;
  }
}
.info_sixth_panel .pic_panel p {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background-color: rgba(3, 170, 114, 0.6);
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  padding: 0 10px;
  margin: 0;
}
.info_sixth_panel .pic_panel p span {
  float: left;
  font-weight: normal;
  color: #fff;
}
.info_sixth_panel .pic_panel p span:last-child {
  float: right;
}
.info_sixth_panel .col-sm-4 h3 {
  max-width: 362px;
  margin: 0 auto 10px;
  font-size: 25px;
  line-height: 31px;
  font-weight: normal;
}
@media only screen and (max-width: 979px) {
  .info_sixth_panel .col-sm-4 h3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .info_sixth_panel .col-sm-4 h3 {
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    color: #000;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #03AA72;
    border-top: 0;
    margin: 0 0 25px;
    max-width: 100%;
  }
}
.info_sixth_panel .col-sm-4 h3 span {
  display: block;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .info_sixth_panel .col-sm-4 h3 span {
    color: #000;
    font-size: 20px;
    margin: 5px 0 0;
  }
}

/*--------------------------INFO SIXTH END ---------------*/
/*--------------------------INFO SEVENTH START ---------------*/
.info_seventh_panel {
  padding: 70px 0 20px;
}
@media only screen and (max-width: 840px) {
  .info_seventh_panel {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_seventh_panel {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .info_seventh_panel .row .col-sm-8 {
    text-align: center;
  }
}
.info_seventh_panel .row .col-sm-8 h3 {
  font-size: 32px;
  line-height: 35px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1190px) {
  .info_seventh_panel .row .col-sm-8 h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 840px) {
  .info_seventh_panel .row .col-sm-8 h3 {
    font-size: 21px;
    margin: 0 0 5px;
  }
}
.info_seventh_panel .row p {
  font-size: 25px;
  line-height: 34px;
  padding: 0;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1190px) {
  .info_seventh_panel .row p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 840px) {
  .info_seventh_panel .row p {
    font-size: 16px;
    line-height: 22px;
  }
}
.info_seventh_panel .row img {
  margin-bottom: 30px;
}
.info_seventh_panel .row a.order_btn {
  width: 363px;
  margin: 0 auto;
  font-size: 36px;
  text-align: left;
  line-height: 30px;
  padding: 22px 0 0 50px;
  height: 90px;
}
@media only screen and (max-width: 1190px) {
  .info_seventh_panel .row a.order_btn {
    width: auto;
    margin: 0 auto;
    font-size: 36px;
    text-align: left;
    line-height: 30px;
    padding: 15px 70px 15px 27px;
    height: auto;
  }
}
@media only screen and (max-width: 840px) {
  .info_seventh_panel .row a.order_btn {
    font-size: 25px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .info_seventh_panel .row a.order_btn::after {
    right: 15px;
  }
}
.info_seventh_panel .row a.order_btn i {
  font-size: 16px;
  display: block;
  clear: both;
  line-height: 18px;
  font-style: normal;
}
@media only screen and (max-width: 840px) {
  .info_seventh_panel .row a.order_btn i {
    font-size: 11px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .info_seventh_panel .row a.order_btn i {
    font-size: 16px;
  }
}
.info_seventh_panel.drops .container .row a.order_btn {
  width: auto;
  height: auto;
  padding: 25px 70px 25px 50px;
}
.info_seventh_panel.drops .container .row ul {
  margin-top: 15px;
}
.info_seventh_panel.drops .container .row ul li {
  list-style: none;
}
.info_seventh_panel.drops .container .row ul li i {
  margin-right: 10px;
}

/*--------------------------INFO SEVENTH END ---------------*/
/*--------------------------INFO EIGHTH START ---------------*/
.info_eighth_panel {
  padding: 0 0 10px;
  background: url(../../images/image6.jpg) no-repeat 0 0;
  min-height: 579px;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .info_eighth_panel {
    background-size: 50% auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .info_eighth_panel {
    min-height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .info_eighth_panel {
    background-image: none;
    padding-top: 0;
  }
}
.info_eighth_panel .row .col-sm-8 {
  padding-top: 110px;
}
@media only screen and (max-width: 1600px) {
  .info_eighth_panel .row .col-sm-8 {
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
    margin-left: 41%;
  }
}
@media only screen and (max-width: 1400px) {
  .info_eighth_panel .row .col-sm-8 {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
    margin-left: 48%;
  }
}
@media only screen and (max-width: 840px) {
  .info_eighth_panel .row .col-sm-8 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .info_eighth_panel .row .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
}
.info_eighth_panel .row .col-sm-8 h3 {
  font-size: 32px;
  line-height: 35px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1200px) {
  .info_eighth_panel .row .col-sm-8 h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 840px) {
  .info_eighth_panel .row .col-sm-8 h3 {
    font-size: 21px;
    margin: 0 0 5px;
  }
}
.info_eighth_panel .row p {
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1200px) {
  .info_eighth_panel .row p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 840px) {
  .info_eighth_panel .row p {
    font-size: 16px;
    line-height: 22px;
  }
}
.info_eighth_panel .row img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .info_eighth_panel .row img {
    width: 300px;
  }
}

/*--------------------------INFO EIGHTH END ---------------*/
/*--------------------------INFO NINTH START ---------------*/
.info_ninth_panel {
  background: url(../../images/back-bg4.jpg) repeat-x 50% 50%;
  background-size: cover;
  min-height: 381px;
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 840px) {
  .info_ninth_panel {
    min-height: auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_ninth_panel {
    text-align: center;
  }
}
.info_ninth_panel h2 {
  color: #fff;
  margin: 0 0 10px;
  padding: 0;
}
.info_ninth_panel p {
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
}
.info_ninth_panel a {
  text-decoration: underline;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

/*--------------------------INFO NINTH END ---------------*/
/*--------------------------INFO LAST START ---------------*/
.info_last_panel {
  background: #000;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .info_last_panel {
    text-align: center;
  }
}
.info_last_panel h2 {
  color: #fff;
  margin: 70px 0 20px;
  padding: 0;
  max-width: 520px;
  font-size: 72px;
  line-height: 65px;
}
@media only screen and (max-width: 840px) {
  .info_last_panel h2 {
    max-width: 100%;
    margin: 20px 0 10px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 640px) {
  .info_last_panel h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.info_last_panel h2 span {
  color: #18B37E;
}
.info_last_panel p {
  color: #fff;
  padding: 0;
  margin: 0;
}
.info_last_panel a.order_btn {
  margin: 30px 0 50px;
}
@media only screen and (max-width: 840px) {
  .info_last_panel a.order_btn {
    margin: 20px 0;
    background-size: 45% auto;
  }
}
.info_last_panel .col-sm-7 {
  position: relative;
  padding-top: 40px;
  background: url(../../images/back-bg5.jpg) no-repeat 77% bottom #000;
  background-size: cover;
}
.info_last_panel .col-sm-7:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 */
}
@media only screen and (max-width: 979px) {
  .info_last_panel .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .info_last_panel .col-sm-7:order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 979px) {
  .info_last_panel .col-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .info_last_panel .col-sm-5:order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

.give_boost_panel,
.gear_up_panel {
  border-bottom: 1px solid #dfdede;
  padding: 75px 0;
}

.gear_up_panel .image-wrap {
  text-align: center;
}
.gear_up_panel img, .gear_up_panel .order-btn {
  display: block;
  margin: 0 auto;
}
.gear_up_panel .order_btn {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .gear_up_panel .order_btn {
    min-width: 375px;
  }
}

.order_today_panel {
  padding-bottom: 48px;
}

.ingredients_panel {
  text-align: center;
  padding-top: 60px;
}
.ingredients_panel .ingredients-description p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .ingredients_panel .ingredients-description p {
    max-width: 85%;
  }
}
.ingredients_panel .ingredients-container .ingredient {
  border: 2px solid #eaeaea;
  padding: 20px;
  margin: 15px;
  border-radius: 8px;
}
.ingredients_panel .ingredients-container .ingredient .ingredient-name {
  color: #000;
  font-size: 21px;
}
.ingredients_panel .ingredients-container .ingredient .ingredient-description {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.ingredients_panel .ingredients-container .ingredient .ingredient-image-container svg {
  width: 100%;
  margin-bottom: 10px;
}
.ingredients_panel .ingredients-container .slick-arrow {
  z-index: 2;
  transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
}
.ingredients_panel .ingredients-container .slick-arrow.slick-disabled {
  opacity: 0;
}
.ingredients_panel .ingredients-container .shadow-overlay {
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  top: 0;
  left: -10px;
  z-index: 1;
  pointer-events: none;
  transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
}
.ingredients_panel .ingredients-container .shadow-overlay.shadow-overlay-right {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 85%, white 100%);
}
.ingredients_panel .ingredients-container .shadow-overlay.shadow-overlay-left {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
}
.ingredients_panel .ingredients-container .shadow-overlay.overlay-hidden {
  opacity: 0;
}

.page-template-page-testosterone-drops .header-banner .header_info .banner-right {
  text-align: center;
}
.page-template-page-testosterone-drops .header-banner .header_info .banner-right .order_btn {
  position: relative;
  left: initial;
  bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .page-template-page-testosterone-drops .col-sm-5.desktop_only {
    bottom: -5px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-page-testosterone-drops .col-sm-5.desktop_only .banner-right .img-responsive {
    display: none;
  }
}
.page-template-page-testosterone-drops .info_last_panel h2 {
  font-size: 55px;
  line-height: 60px;
}
.page-template-page-testosterone-drops .info_last_panel .order_btn {
  text-align: center;
  line-height: 36px;
}
.page-template-page-testosterone-drops .info_last_panel ul {
  margin-top: 20px;
}
.page-template-page-testosterone-drops .info_last_panel ul li {
  color: #ffffff;
  font-weight: 300;
}

.inner-page-banner {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .inner-page-banner {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .inner-page-banner {
    background-position: 29% 0;
    background-size: cover;
    min-height: 120px;
  }
}
.inner-page-banner h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) and (min-width: 980px) {
  .inner-page-banner .header_info p {
    max-width: 100%;
  }
}
.inner-page-banner .margin-down {
  position: relative;
  right: 0;
  bottom: -80px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .inner-page-banner .margin-down {
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .inner-page-banner .margin-down {
    position: relative;
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1190px) {
  .inner-page-banner .col-sm-9 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 840px) {
  .inner-page-banner .col-sm-9 {
    font-size: 16px;
    line-height: 22px;
  }
}

.section .testogen-amount-box {
  margin-bottom: 25px;
  width: 100%;
  display: table;
}
@media only screen and (max-width: 767px) {
  .section .testogen-amount-box {
    display: inline-block;
    margin: 0 auto 30px;
    width: 95%;
  }
}
.section .testogen-amount-box:last-of-type {
  margin-bottom: 0;
}
.section .testogen-amount-box.outer-shadow {
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.section .testogen-amount {
  display: table-cell;
  width: 60%;
  padding: 32px 32px;
}
@media only screen and (max-width: 639px) {
  .section .testogen-amount {
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
.section .testogen-amount_image {
  display: table-cell;
  width: 40%;
  background-size: cover;
}
@media only screen and (max-width: 639px) {
  .section .testogen-amount_image {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 300px;
    vertical-align: top;
  }
}
.section .offset-2-ul ul {
  margin-left: 14.333333%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section .offset-2-ul ul {
    margin-left: 0;
  }
}

.section .margin-top-product {
  margin-top: -203px;
}
@media only screen and (max-width: 979px) {
  .section .margin-top-product {
    margin-top: -143px;
  }
}
@media only screen and (max-width: 767px) {
  .section .margin-top-product {
    margin-top: 0;
    text-align: center;
  }
}
.section.black-overlay .quiz-section p {
  color: #000;
}
.section .quiz-section {
  width: 100%;
  padding: 40px 60px 40px 60px;
  background: #fff;
  border: 1px solid #707070;
  margin-top: 44px;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .section .quiz-section {
    padding: 20px;
  }
}
.section .quiz-section .wpss-progress-bar {
  border: 0;
}
.section .quiz-section .wpss-progress-bar span {
  background-color: #03aa72;
  margin: 0 0 0 -5px;
}
.section .quiz-section .wpss fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  color: #000;
}
.section .quiz-section .wpss fieldset .answer_text input[type=radio] {
  width: auto;
}
.section .quiz-section .wpss fieldset .answer_text label {
  font-size: 22px;
  line-height: 18px;
  margin-left: 7px;
  margin-bottom: 11px;
}
.section .quiz-section .wpss_prev_next a {
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #03aa72;
  font-size: 17px;
  color: #ffffff;
  background: #03aa72;
}
.section .quiz-section .wpss_prev_next a:hover {
  background: #018559;
}
.section .quiz-section .wpss_prev_next a.wpss_disabled {
  background: #ffffff;
  border-color: #000;
  color: #000;
}
.section .quiz-section input[type=submit] {
  padding: 5px 6px;
  background: #d0021b;
  margin-bottom: 10px;
  width: auto;
  color: #ffffff;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.section .quiz-section input[type=submit]:hover {
  background: #9d0214;
}
.section .bullet-align {
  display: inline-block;
  margin: 25px 0;
}
.section .bullet-align li {
  display: inline-block;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .section .bullet-align li {
    display: block;
    text-align: left;
  }
}

.section.black-overlay_texture {
  background-repeat: repeat;
  background-size: auto;
}
@media only screen and (max-width: 767px) {
  .section.black-overlay_texture {
    text-align: center;
  }
}
.section .margin-up {
  position: relative;
  margin-top: -130px;
}
@media only screen and (max-width: 979px) {
  .section .margin-up {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 979px) {
  .section .margin-responsive {
    margin-top: 25px;
  }
}

.section .blog-posts .blog-category h4 {
  font-size: 22px;
  line-height: 22px;
  color: #000;
}
.section .blog-posts .blog-category .main-category {
  position: relative;
  margin-bottom: 30px;
}
.section .blog-posts .blog-category .main-category .category-description {
  position: absolute;
  bottom: 0;
  padding: 60px 248px 15px 26px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(2%, rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
}
@media only screen and (max-width: 1023px) {
  .section .blog-posts .blog-category .main-category .category-description {
    position: relative;
    padding: 20px;
    bottom: 0;
    background-color: #000;
  }
}
.section .blog-posts .blog-category .main-category .category-description h3 {
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
}
.section .blog-posts .blog-category .main-category .category-description p {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
.section .blog-posts .blog-category .main-category .category-description .btn-float {
  position: absolute;
  bottom: 40px;
  right: 26px;
}
@media only screen and (max-width: 1023px) {
  .section .blog-posts .blog-category .main-category .category-description .btn-float {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.section .blog-posts .blog-category .main-category .category-description .btn-icon:after {
  content: "";
  background: url("../images/icon3.png") no-repeat 0 0;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 10px;
  height: 17px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section .blog-posts .blog-category img {
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.section .blog-posts .blog-category .featured-post {
  margin-bottom: 15px;
}
.section .blog-posts .blog-category .featured-post img {
  margin-bottom: 30px;
}
.section .blog-posts .blog-category .read-more {
  color: #868686;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 979px) {
  .section .blog-posts .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .section .blog-posts .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section .blog-main-categories .category-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section .blog-main-categories .category-links li {
  margin-bottom: 10px;
}
.section .blog-main-categories .category-links li a {
  display: block;
  text-align: left;
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  .section .blog-main-categories .category-links li a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 840px) {
  .section .blog-main-categories .category-links li a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section .blog-main-categories .category-links li a {
    font-size: 16px;
    line-height: 22px;
  }
}
.section .blog-main-categories.desktop-only {
  display: block;
}
@media only screen and (max-width: 979px) {
  .section .blog-main-categories.desktop-only {
    display: none;
  }
}
.section .blog-main-categories.mobile-only {
  display: none;
}
@media only screen and (max-width: 979px) {
  .section .blog-main-categories.mobile-only {
    display: block;
  }
}
.section .recommended-blog {
  width: 100%;
}
.section .recommended-blog p {
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.section .recommended-blog p.read-more {
  color: #868686;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}
.section .recommended-blog img {
  margin-bottom: 15px;
  width: 100%;
}
.section .recent-post {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
.section .recent-post li {
  padding-left: 45px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  border-bottom: 2px solid #868686;
  position: relative;
  color: #03aa72;
}
.section .recent-post li:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  line-height: 25px;
}
.section .comment-area {
  margin-top: 60px;
  width: 100%;
  float: left;
  clear: both;
}
.section .comment-area h3 {
  margin-bottom: 20px;
}
.section .comment-area .comment-form {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section .comment-area input::-webkit-input-placeholder, .section .comment-area input:-moz-placeholder, .section .comment-area input::-moz-placeholder, .section .comment-area input:-ms-input-placeholder {
  color: #cecbcb !important;
}
.section .comment-respond label {
  display: none;
}
@media only screen and (max-width: 979px) {
  .section.blog-details_block .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .section.blog-details_block .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.blog-details_block ul {
  padding-left: 20px;
}
.section .related-article {
  margin-top: 60px;
}
.section .related-article h2, .section .related-article h3 {
  text-transform: none;
}
.section .related-article h2 {
  font-size: 32px;
}
.section .related-article h3 {
  font-weight: normal;
  font-size: 22px;
}
.section .related-article a .post-box-normal .entry-title {
  margin-top: 10px;
  color: #03aa72;
}
.section .related-article a:hover .post-box-normal .entry-title {
  color: #018559;
}

#breadcrumbs {
  font-size: 18px;
}

.entry-meta {
  font-size: 20px;
  margin-bottom: 5px;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4 {
  color: #03aa72;
}
.blog-details h1 {
  font-size: 47px;
}
.blog-details h2 {
  font-size: 40px;
}
.blog-details h3 {
  font-size: 33px;
}
.blog-details h3 {
  font-size: 28px;
}

.section .contact-form {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section .contact-form select, .section .contact-form textarea {
  background-color: #fff;
  border: 1px solid #a5a5a5;
  height: 60px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.section .contact-form input[type=text], .section .contact-form input[type=password], .section .contact-form input[type=datetime], .section .contact-form input[type=datetime-local], .section .contact-form input[type=date], .section .contact-form input[type=month], .section .contact-form input[type=time], .section .contact-form input[type=week], .section .contact-form input[type=number], .section .contact-form input[type=email], .section .contact-form input[type=url], .section .contact-form input[type=search], .section .contact-form input[type=tel], .section .contact-form input[type=color] {
  background-color: #fff;
  border: 1px solid #a5a5a5;
  height: 60px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.section .contact-form .uneditable-input {
  background-color: #fff;
  border: 1px solid #a5a5a5;
  height: 60px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.section .contact-form input::-webkit-input-placeholder, .section .contact-form input:-moz-placeholder, .section .contact-form input::-moz-placeholder, .section .contact-form input:-ms-input-placeholder {
  color: #cecbcb !important;
}
.section .contact-detials {
  margin-top: 20px;
}
.section .contact-right p {
  font-size: 18px;
  line-height: 22px;
}
.section .contact-right p.social-media-icon a {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #414141;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
}
.section .contact-right p.social-media-icon a:first-of-type {
  margin-left: 0;
}

.stack-blocks {
  background: #eaeaea;
}
.stack-blocks.combos {
  background: #fff;
  padding-bottom: 150px;
}
.stack-blocks .stack-blocks_arrange {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-blocks_arrange:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 639px) {
  .stack-blocks .stack-blocks_arrange:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.stack-blocks .stack-blocks_arrange:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.stack-blocks .stack-block_popular {
  background-color: #d0021b;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 14px 24px 24px;
  margin-top: -24px;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .stack-blocks .stack-block_popular {
    margin-top: 0;
  }
}
.stack-blocks .stack-block {
  width: 100%;
  padding: 40px;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.stack-blocks .stack-block.stack-block_featured {
  background-color: #03aa72;
  color: #ffffff;
  margin-top: -12px;
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .stack-blocks .stack-block.stack-block_featured {
    margin-top: 0;
  }
}
.stack-blocks .stack-block.stack-block_featured p {
  color: #ffffff;
}
.stack-blocks .stack-block.stack-block_featured .stack-blocks_buy-now .product {
  color: #ffffff;
}
.stack-blocks .stack-block.stack-block_featured .product-title {
  color: #ffffff;
}
.stack-blocks .stack-block .product-image {
  margin-bottom: 20px;
}
.stack-blocks .stack-block .product-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block .product-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.stack-blocks .stack-block .product-short-desc p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block .product-short-desc p {
    margin-bottom: 10px;
  }
}
.stack-blocks .stack-block .stack-blocks_buy-now .product {
  text-align: center;
  color: #000;
}
.stack-blocks .stack-block .stack-blocks_buy-now .product del {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  text-decoration: line-through;
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block .stack-blocks_buy-now .product del {
    margin-bottom: 10px;
  }
}
.stack-blocks .stack-block .stack-blocks_buy-now .product ins {
  text-decoration: none;
}
.stack-blocks .stack-block .stack-blocks_buy-now .product ins .amount {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block .stack-blocks_buy-now .product ins .amount {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block .stack-blocks_buy-now .product ins .amount {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.stack-blocks .stack-block .stack-blocks_buy-now .product ins .save {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block .stack-blocks_buy-now .product ins .save {
    margin-bottom: 10px;
  }
}

.stack-blocks .stack-block .add_to_cart_button {
  color: #fff !important;
  background: #d0021b;
  padding: 25px 70px 25px 50px;
  display: inline-block;
  font-weight: 900;
  font-size: 32px;
  line-height: 25px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  min-width: 200px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .stack-blocks .stack-block .add_to_cart_button {
    padding: 15px 70px 15px 27px;
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .stack-blocks .stack-block .add_to_cart_button {
    font-size: 25px;
    line-height: 26px;
  }
}
.stack-blocks .stack-block .add_to_cart_button:after {
  content: "";
  background: url(../../images/icon7.png) no-repeat 5px 6px;
  background-size: 10px;
  display: block;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 28px;
}
@media only screen and (max-width: 840px) {
  .stack-blocks .stack-block .add_to_cart_button:after {
    right: 15px;
  }
}
.stack-blocks .stack-block .add_to_cart_button:hover {
  background-color: #a90317;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block .add_to_cart_button {
    margin-bottom: 10px;
    min-width: auto;
  }
}
.stack-blocks .stack-block .stack-blocks_buy-now .product .added_to_cart {
  color: #fff !important;
  background: #03aa72;
  padding: 25px 70px 25px 50px;
  font-weight: 900;
  font-size: 32px;
  line-height: 25px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  min-width: 200px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .stack-blocks .stack-block .stack-blocks_buy-now .product .added_to_cart {
    padding: 15px 70px 15px 27px;
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .stack-blocks .stack-block .stack-blocks_buy-now .product .added_to_cart {
    font-size: 25px;
    line-height: 26px;
  }
}
.stack-blocks .stack-block .stack-blocks_buy-now .product .added_to_cart:hover {
  background-color: #02714c;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .stack-block .stack-blocks_buy-now .product .added_to_cart {
    margin-bottom: 10px;
    min-width: auto;
  }
}
.stack-blocks .stack-block .shipping {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 979px) {
  .stack-blocks .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.stack-blocks .stack-title {
  text-align: center;
  margin-bottom: 90px;
}

.fw-accordion {
  border: 1px solid #dbdbdb;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.fw-accordion .fw-accordion-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  padding: 30px 60px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .fw-accordion .fw-accordion-title {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 639px) {
  .fw-accordion .fw-accordion-title {
    font-size: 18px;
    line-height: 20px;
  }
}
.fw-accordion .fw-accordion-title .ui-icon {
  top: 35px;
  left: auto;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url("../../images/accordion-plus.png");
}
@media only screen and (max-width: 639px) {
  .fw-accordion .fw-accordion-title .ui-icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}
.fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
  background: url("../../images/accordion-minus.png");
  top: 25px;
}
.fw-accordion .fw-accordion-content {
  padding: 0 30px 30px;
}
.fw-accordion .fw-accordion-content p:empty {
  display: none;
}

.woocommerce button.button {
  padding: 25px 70px 25px 50px;
  font-size: 20px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-cart-form {
  width: 66.66666667%;
  float: left;
}
@media only screen and (max-width: 979px) {
  .woocommerce .woocommerce-cart-form {
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart {
  border: 0;
}
.woocommerce .woocommerce-cart-form .shop_table.cart img {
  width: 100px;
}
.woocommerce .woocommerce-cart-form .shop_table.cart th {
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  padding-top: 0;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart th {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart th {
    font-size: 18px;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart th.product-name {
  width: 225px;
}
.woocommerce .woocommerce-cart-form .shop_table.cart tr.cart_item {
  background-color: #fbfbfb;
  border-top: 10px solid #fff;
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart tr.cart_item {
    position: relative;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart tr td {
  border: 0;
}
@media only screen and (min-width: 769px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart tr td {
    background: url("../../images/shadow.jpg") repeat-x;
    background-position: 0 0;
    border: 0;
    padding-top: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart tr:first-child td {
    background-image: none;
    padding-top: 0;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart td {
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td:before {
    display: none;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.product-name {
  font-size: 22px;
  line-height: 22px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name {
    width: 100%;
    display: inline-block;
    text-align: left !important;
  }
}
@media only screen and (max-width: 639px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.product-name a {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name a {
    float: left;
    text-align: left;
    margin: 0 0 0 26px;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name a {
    float: left;
    text-align: left;
    margin: 0 0 0 26px;
    width: 55%;
  }
}
@media only screen and (min-width: 769px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name .mobile-product {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name .mobile-product {
    display: inline-block;
    float: left;
    width: 15%;
    text-align: left;
  }
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name .mobile-product a {
    margin: 0;
    width: auto;
  }
}
@media only screen and (max-width: 769px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-name:before {
    display: none;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.product-remove .remove {
  color: #03aa72 !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-remove .remove {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 20px;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.product-remove .remove:hover {
  background-color: #03aa72;
  color: #ffffff !important;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-thumbnail {
    width: 300px;
    padding: 0;
  }
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-thumbnail img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-price {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-quantity .cart-price_mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-quantity {
    width: 100%;
    padding: 10px 10px 10px 22%;
    display: inline-block;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.product-quantity .quantity {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-quantity .quantity {
    width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-quantity .quantity {
    float: left;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.product-quantity .quantity input[type=text] {
  width: 60px;
  display: inline-block;
  text-align: center;
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.product-quantity .quantity input[type=button] {
  width: 30px;
  display: inline-block;
  min-width: inherit;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 21px;
  padding: 0;
  height: 30px;
  line-height: 20px;
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.product-quantity .quantity input[type=number] {
  width: 4.631em;
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart td.product-subtotal:before {
    display: block;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart td.actions {
  padding-right: 0;
  padding-left: 0;
}
.woocommerce .woocommerce-cart-form .shop_table.cart .coupon {
  width: 100%;
}
.woocommerce .woocommerce-cart-form .shop_table.cart .coupon .input-text {
  min-width: 160px;
}
@media only screen and (max-width: 639px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart .coupon .input-text {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart .coupon .securePaymentimage {
  width: auto;
}
@media only screen and (min-width: 980px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart .coupon .securePaymentimage {
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart .coupon .securePaymentimage {
    margin: 10px auto;
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.cart .coupon .securePaymentimage p {
  font-size: 16px;
  line-height: 45px;
  font-weight: 700;
  color: #000;
  float: left;
  text-transform: uppercase;
  margin-right: 10px;
}
.woocommerce .woocommerce-cart-form .shop_table.cart .coupon .securePaymentimage img {
  width: 140px;
}
.woocommerce .woocommerce-cart-form .shop_table.cart .button {
  padding: 12px 20px 11px;
  font-size: 18px;
  text-transform: capitalize;
  float: left;
}
@media only screen and (max-width: 639px) {
  .woocommerce .woocommerce-cart-form .shop_table.cart .button {
    padding-bottom: 16px;
    width: 100% !important;
  }
}
.woocommerce .cart-collaterals {
  width: 30%;
  float: right;
}
@media only screen and (max-width: 979px) {
  .woocommerce .cart-collaterals {
    width: 100%;
  }
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 18px;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fbfbfb;
  padding: 10px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table th {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table td {
    font-size: 20px;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table label {
  font-size: 25px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table label {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table label {
    font-size: 16px;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
  font-size: 17px;
  line-height: 18px;
}
@media only screen and (max-width: 479px) {
  .woocommerce .cart-collaterals .cart_totals .securePay {
    text-align: center;
  }
}
.woocommerce .cart-collaterals .cart_totals .securePay p {
  float: left;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 479px) {
  .woocommerce .cart-collaterals .cart_totals .securePay p {
    float: none;
    display: block;
    text-align: center;
  }
}
.woocommerce .cart-collaterals .cart_totals .securePay img {
  margin: -11px 0 0 12px;
  float: right;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .cart-collaterals .cart_totals .securePay img {
    margin-top: -8px;
    width: 145px;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce .cart-collaterals .cart_totals .securePay img {
    float: none;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
  }
}
.woocommerce .checkout-button {
  color: #fff !important;
  background: #d0021b;
  padding: 25px 70px 25px 50px;
  font-weight: 700;
  font-size: 25px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  min-width: 200px;
}
@media only screen and (max-width: 979px) {
  .woocommerce .checkout-button {
    font-size: 22px;
    padding: 15px 70px 15px 27px;
  }
}
@media only screen and (max-width: 649px) {
  .woocommerce .checkout-button {
    font-size: 18px;
  }
}
.woocommerce .checkout-button:after {
  content: "";
  background: url("../../images/icon3.png") no-repeat 0 0;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 10px;
  height: 17px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce .checkout-button.button.alt {
  background: #d0021b;
  padding: 25px 70px 25px 50px;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .woocommerce .checkout-button.button.alt {
    font-size: 20px;
    padding: 15px 70px 15px 27px;
  }
}
@media only screen and (max-width: 649px) {
  .woocommerce .checkout-button.button.alt {
    font-size: 16px;
  }
}
.woocommerce .checkout-button.button.alt:hover {
  background: #a90317;
}
.woocommerce.button {
  padding: 0.3em 1em;
}
.woocommerce .col-1 {
  max-width: 100%;
}
.woocommerce .col-2 {
  max-width: 100%;
}
.woocommerce #customer_details {
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .woocommerce #customer_details {
    width: 100%;
  }
}
.woocommerce #customer_details .col-1 {
  width: 100%;
}
.woocommerce #customer_details .col-2 {
  width: 100%;
}
.woocommerce .orderReview {
  width: 50%;
  float: right;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .woocommerce .orderReview {
    width: 100%;
    padding: 0 20px;
  }
}
.woocommerce .orderReview .shop_table {
  font-size: 18px;
  line-height: 22px;
}
.woocommerce #ship-to-different-address .woocommerce-form__label #ship-to-different-address-checkbox {
  display: inline-block;
}
.woocommerce #ship-to-different-address .woocommerce-form__label span {
  display: inline-block;
}
.woocommerce .woocommerce-additional-fields #order_comments_field label {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.woocommerce .woocommerce-additional-fields #order_comments_field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .place-order .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
.woocommerce .place-order .button {
  color: #fff !important;
  background: #d0021b;
  padding: 11px 20px 13px 20px;
  font-weight: 700;
  font-size: 25px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  min-width: 200px;
}
@media only screen and (max-width: 979px) {
  .woocommerce .place-order .button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 649px) {
  .woocommerce .place-order .button {
    font-size: 16px;
  }
}
.woocommerce .place-order .button.button.alt {
  background: #d0021b;
  padding: 11px 20px 13px 20px;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .woocommerce .place-order .button.button.alt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 649px) {
  .woocommerce .place-order .button.button.alt {
    font-size: 16px;
  }
}
.woocommerce .place-order .button.button.alt:hover {
  background: #a90317;
}
.woocommerce .woocommerce-shipping-fields #ship-to-different-address {
  width: 100%;
}
.woocommerce .woocommerce-shipping-fields #ship-to-different-address input[type=checkbox] {
  width: 30px;
  height: 16px;
  margin-top: 1px;
  float: left;
}
.woocommerce .woocommerce-shipping-fields #ship-to-different-address span {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .woocommerce .woocommerce-shipping-fields #ship-to-different-address span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 639px) {
  .woocommerce .woocommerce-shipping-fields #ship-to-different-address span {
    font-size: 16px;
  }
}
.woocommerce .form-row.woocommerce-validated {
  border-color: #03aa72;
}
.woocommerce .form-row label {
  width: 100%;
  font-size: 17px;
  color: #000;
}
.woocommerce .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .form-row .select2-selection--single {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  height: 40px;
  font-size: 14px;
}
.woocommerce .form-row .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
.woocommerce .form-row .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #03aa72;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    display: none;
  }
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before {
  color: #03aa72;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
  color: #fff !important;
  background: #d0021b;
  padding: 11px 20px 13px 20px;
  font-weight: 700;
  font-size: 25px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  min-width: 200px;
}
@media only screen and (max-width: 979px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 649px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
    font-size: 16px;
  }
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.button.alt {
  background: #d0021b;
  padding: 11px 20px 13px 20px;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.button.alt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 649px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.button.alt {
    font-size: 16px;
  }
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.button.alt:hover {
  background: #a90317;
}
.woocommerce .woocommerce-checkout #payment .payment_methods li {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout #payment .payment_methods li:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout #payment .payment_methods li input[type=radio] {
  width: auto;
  float: left;
}
.woocommerce .woocommerce-checkout #payment .payment_methods li label {
  width: auto;
  float: left;
  margin: -7px 0 0 0;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media only screen and (max-width: 979px) {
  .woocommerce .woocommerce-checkout #payment .payment_methods li label {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 639px) {
  .woocommerce .woocommerce-checkout #payment .payment_methods li label {
    font-size: 14px;
    margin: -5px 0 0 0;
  }
}
@media only screen and (max-width: 439px) {
  .woocommerce .woocommerce-checkout #payment .payment_methods li label {
    font-size: 14px;
    margin: -1px 0 0 0;
  }
}
@media only screen and (max-width: 979px) {
  .woocommerce .woocommerce-checkout #payment .payment_methods li label img {
    width: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce .woocommerce-checkout #payment .payment_methods li label img {
    width: 70px;
  }
}
.woocommerce .woocommerce-checkout #payment .payment_methods li .payment_box {
  margin: 2em 0;
}
.woocommerce .woocommerce-checkout #payment .payment_methods li .payment_box p {
  font-size: 15px;
  color: #868686;
}
.woocommerce .woocommerce-checkout .input-text {
  height: 40px;
}
.woocommerce .checkout-benefits {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 0;
}
.woocommerce .checkout-benefits .checkout-images {
  -webkit-width: calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
  display: inline-block;
  text-align: center;
}
.woocommerce button[name=update_cart] {
  display: none !important;
}
.woocommerce .cart-subtotal td {
  text-align: right;
}
.woocommerce .order-total td {
  text-align: right;
}
.woocommerce .shipping td {
  text-align: right;
}
.woocommerce .shipping td .woocommerce-shipping-destination {
  font-size: 18px;
  line-height: 20px;
  display: none;
}

.woocommerce-cart .header-banner {
  min-height: 370px;
}

.woocommerce-checkout-review-order-table .cart-subtotal td {
  text-align: left;
}
.woocommerce-checkout-review-order-table .order-total td {
  text-align: left;
}
.woocommerce-checkout-review-order-table .shipping td {
  text-align: left;
}
.woocommerce-checkout-review-order-table .shipping td .woocommerce-shipping-destination {
  font-size: 18px;
  line-height: 20px;
}

.woocommerce .form-row .select2-selection--single .select2-selection__rendered {
  width: 199px;
}

.input-checkbox {
  width: 16px;
  height: 16px;
}
.input-checkbox #terms {
  outline: 0;
  outline-offset: 0;
}

.woocommerce-page form .form-row-last, .woocommerce-page form .form-row-first {
  width: 50%;
}

.woocommerce-cart .logo_navpanel_cart, .woocommerce-checkout .logo_navpanel_cart {
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .header_info, .woocommerce-checkout .header_info {
    padding: 0;
  }
}
.woocommerce-cart .header_info h1, .woocommerce-checkout .header_info h1 {
  color: #03aa72;
}
.woocommerce-cart .cart_footer, .woocommerce-checkout .cart_footer {
  background-color: #eee;
  color: #999;
}
.woocommerce-cart .cart_footer .footer_info .menu, .woocommerce-checkout .cart_footer .footer_info .menu {
  display: inline-block;
  text-align: center;
  margin: 40px auto 0;
}
.woocommerce-cart .cart_footer .footer_info .menu li, .woocommerce-checkout .cart_footer .footer_info .menu li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
@media only screen and (max-width: 639px) {
  .woocommerce-cart .cart_footer .footer_info .menu li, .woocommerce-checkout .cart_footer .footer_info .menu li {
    display: block;
  }
}
.woocommerce-cart .cart_footer .footer_info .menu li a, .woocommerce-checkout .cart_footer .footer_info .menu li a {
  color: #03aa72;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  padding-left: 24px;
  position: relative;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 11px;
  left: 1px;
}

.woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
  padding: 0;
  line-height: 19px;
}

.woocommerce-order-pay .woocommerce .order_details {
  padding: 10px;
  border: 1px solid #03aa72;
  width: auto;
  margin: 0 auto 20px;
}
.woocommerce-order-pay .woocommerce .order_details li {
  padding: 2em;
}
.woocommerce-order-pay .woocommerce .order_details li strong {
  color: #000;
}

.error404 .header-banner {
  min-height: 370px;
}
.error404 .search-form {
  width: 100%;
  margin-top: 20px;
}
.error404 .search-form input {
  width: auto;
}
.error404 .search-form .search-submit {
  color: #fff !important;
  background: #d0021b;
  padding: 11px 20px 13px 20px;
  font-weight: 700;
  font-size: 25px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  min-width: 200px;
}
.error404 .search-form .search-submit:hover {
  background: #9d0214;
}

.page-template-more-information div.section:first-child {
  padding: 0;
}
.page-template-more-information h2 {
  text-transform: capitalize;
  color: #03aa72;
}

.section .testogen-help h2 {
  margin-bottom: 35px;
}
.section .testogen-help .tick-unorder {
  margin-top: 40px;
}
@media only screen and (max-width: 979px) {
  .section .testogen-help .tick-unorder {
    margin-top: 0;
  }
}
.section .testogen-help .tick-unorder li {
  background-position: 0 5px;
}
@media only screen and (max-width: 767px) {
  .section .testogen-help .fw-row:nth-child(2) {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  .section .testogen-help .fw-row:nth-child(2) {
    display: block;
  }
  .section .testogen-help .fw-row:nth-child(2) img {
    width: 80%;
    margin: 0 auto 15px;
    display: inherit;
  }
}
.section.great-saving .stack-blocks_arrange {
  padding: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 14px auto;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  .section.great-saving .stack-blocks_arrange {
    margin: 0 auto 10px;
  }
  .section.great-saving .stack-blocks_arrange.col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.great-saving .product-title {
  color: #03aa72;
  min-height: 125px;
}
@media only screen and (max-width: 979px) {
  .section.great-saving .product-title {
    min-height: inherit;
  }
}
.section.great-saving .product-short-desc {
  color: #03aa72;
  font-weight: 300;
}
.section.great-saving .free-ship {
  margin-top: 20px;
  color: #03aa72;
}
.section.great-saving .add_to_cart_inline del {
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
.section.great-saving .add_to_cart_inline ins {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 20px;
}
.section.great-saving .add_to_cart_inline ins .amount {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.section.great-saving .payment-option ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.section.great-saving .payment-option ul li {
  margin: 2% 3%;
}
.section .more-info-block h2 {
  margin-bottom: 15px;
}
.section .more-info-block p {
  margin-bottom: 35px;
}
.section .more-info-block p:last-child {
  margin-bottom: 0;
}
.section .more-info-block .hightest-gurantee {
  margin-top: 25px;
  margin-bottom: 45px;
}
.section .white-text {
  color: #ffffff;
}
@media (min-width: 571px) {
  .section .col-sm-4 {
    float: left;
  }
}
.section .second-marquee {
  background-image: url(../../images/more-info-marquee2.jpg);
}
@media only screen and (max-width: 639px) {
  .section .second-marquee {
    background-image: url(../../images/more-info-marquee2-mobile.jpg);
  }
}
.section .green-bg {
  background-color: #03aa72;
}
.section .green-bg h2, .section .green-bg p, .section .green-bg h3 {
  color: #ffffff;
}
.section .green-bg h3 {
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media only screen and (max-width: 979px) {
  .section .green-bg .full-block {
    width: 100%;
    text-align: center;
  }
  .section .green-bg .full-block.margin-up {
    margin-top: 20px;
  }
}
.section #myList {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #cfcfcf;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section #myList {
    width: 96%;
    margin: 0 auto;
  }
}
.section #myList.show-shadow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.section #myList .more-info-faq {
  display: none;
}
.section #myList .more-info-faq h3 {
  padding: 30px 60px 30px 30px;
}
.section #myList .more-info-faq p {
  padding: 0 30px 30px;
}
.section .show-less-block {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.section .show-less-block #loadMore {
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  background: #03aa72;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.section .show-less-block #loadMore:hover {
  background: #d0021b;
}
.section .show-less-block #showLess {
  color: red;
  cursor: pointer;
  display: none;
  padding: 10px 20px;
  background: #d0021b;
  color: #ffffff;
  width: 170px;
  margin: 0 auto;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.section .show-less-block #showLess:hover {
  background: #03aa72;
}
@media only screen and (max-width: 767px) {
  .section .free-shipping-block {
    text-align: center;
  }
  .section .free-shipping-block img {
    width: 80%;
    margin-top: 15px;
  }
}
.section .woocommerce .add_to_cart_button {
  width: auto;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 65px 15px 50px;
  text-align: left;
  position: relative;
  background-color: #d0021b;
}
.section .woocommerce .add_to_cart_button:hover {
  background-color: #03aa72;
  color: #ffffff;
}
.section .woocommerce .add_to_cart_button:after {
  content: "";
  background: url(../../images/icon7.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 28px;
}
@media only screen and (max-width: 840px) {
  .section .woocommerce .add_to_cart_button:after {
    right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .section .woocommerce .add_to_cart_button {
    padding: 15px 70px 15px 27px;
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .section .woocommerce .add_to_cart_button {
    font-size: 25px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 360px) {
  .section .woocommerce .add_to_cart_button {
    font-size: 20px;
    line-height: 22px;
  }
}

.custom-product {
  max-width: 1150px;
  margin: 0 auto;
}
.custom-product h2 {
  text-transform: capitalize;
}
.custom-product .product-image {
  width: 480px;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .custom-product .product-image {
    width: 100%;
    float: none;
  }
  .custom-product .product-image img {
    width: 60%;
  }
}
.custom-product .product-info {
  width: -webkit-calc(100% - 520px);
  width: calc(100% - 520px);
  float: right;
}
@media only screen and (max-width: 979px) {
  .custom-product .product-info {
    width: 100%;
    float: none;
  }
}
.custom-product .product-info h4 {
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 20px;
}
@media only screen and (max-width: 639px) {
  .custom-product .product-info h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .custom-product .product-info h4 {
    font-size: 20px;
  }
}
.custom-product .product-info .save-price {
  float: right;
  margin-top: 12px;
  font-size: 28px;
  color: #000;
}
@media only screen and (max-width: 639px) {
  .custom-product .product-info .save-price {
    float: none;
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .custom-product .product-info .save-price {
    font-size: 20px;
  }
}
.custom-product .product-info .availability {
  clear: both;
  padding: 20px 0;
  font-size: 28px;
  color: #000;
}
@media only screen and (max-width: 639px) {
  .custom-product .product-info .availability {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .custom-product .product-info .availability {
    font-size: 20px;
  }
}
.custom-product .product-info .product-price {
  clear: both;
  margin-top: 10px;
}
.custom-product .product-info .product-price .new-price {
  font-size: 55px;
  font-weight: 700;
  color: #03AA72;
}
@media only screen and (max-width: 639px) {
  .custom-product .product-info .product-price .new-price {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .custom-product .product-info .product-price .new-price {
    font-size: 30px;
  }
}
.custom-product .product-info .quantity {
  width: 180px;
  float: left;
  margin-right: 30px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .custom-product .product-info .quantity {
    margin-top: 10px;
  }
}
.custom-product .product-info .quantity input.btn {
  min-width: inherit;
  padding: 10px;
  white-space: inherit;
  width: auto;
  line-height: 1;
  position: absolute;
  top: -3px;
  background-color: transparent;
  color: #03aa72 !important;
  font-size: 32px;
}
.custom-product .product-info .quantity input.btn.minus {
  left: 0;
  line-height: 18px;
}
.custom-product .product-info .quantity input.btn.plus {
  right: 0;
  line-height: 23px;
}
.custom-product .product-info .quantity input.btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-product .product-info .quantity input.input-text {
  width: 100%;
  border: 0;
  border-bottom: 4px solid #707070;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: #000;
  padding: 0 30px 10px;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .custom-product .product-info .quantity input.input-text {
    font-size: 20px;
  }
}
.custom-product .product-info .screen-reader-text {
  height: auto;
  width: 100%;
  position: relative !important;
  order: 2;
  font-size: 22px;
  line-height: 24px;
  color: #000;
}
@media only screen and (max-width: 639px) {
  .custom-product .product-info .screen-reader-text {
    font-size: 18px;
  }
}
.custom-product .product-rating {
  width: auto;
  float: left;
}
@media only screen and (max-width: 979px) {
  .custom-product .product-rating {
    float: none;
  }
}
.custom-product .cart {
  margin-top: 20px;
}
.custom-product .payment-option {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
.custom-product .payment-option p {
  font-size: 28px;
  color: #000;
  padding: 0 0 20px;
  font-weight: 400;
}
@media only screen and (max-width: 639px) {
  .custom-product .payment-option p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .custom-product .payment-option p {
    font-size: 20px;
  }
}
.custom-product .payment-option ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.custom-product .payment-option ul li {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  text-align: left;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
.custom-product .add_to_cart_button {
  width: auto;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 65px 15px 50px;
  text-align: left;
  position: relative;
  float: right;
  white-space: inherit;
}
@media only screen and (max-width: 979px) {
  .custom-product .add_to_cart_button {
    float: none;
  }
}
.custom-product .add_to_cart_button:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-product .add_to_cart_button:after {
  content: "";
  background: url(../../images/icon7.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 28px;
}
@media only screen and (max-width: 840px) {
  .custom-product .add_to_cart_button:after {
    right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .custom-product .add_to_cart_button {
    padding: 15px 70px 15px 27px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .custom-product .add_to_cart_button {
    font-size: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .custom-product .add_to_cart_button {
    font-size: 20px;
  }
}

.custom-product .back-stars,
.custom-product .star-rating,
.custom-product .front-stars {
  color: #d6d6d6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-product .back-stars {
  color: #d6d6d6;
  position: relative;
}

.custom-product .front-stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-product .back-stars .fa {
  color: #d6d6d6;
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .custom-product .back-stars .fa {
    font-size: 38px;
  }
}
@media only screen and (max-width: 639px) {
  .custom-product .back-stars .fa {
    font-size: 25px;
  }
}

.custom-product .front-stars .fa {
  color: #f9b002;
}

.custom-product .product-rating .fa {
  padding: 0 12px 0 0;
}

/*--------------------------INFO HEADER START ---------------*/
@media only screen and (max-width: 840px) {
  .info_header_panel {
    min-height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .info_header_panel {
    text-align: center;
  }
}
.info_header_panel h1 {
  font-size: 65px;
  text-align: left;
  color: #ffffff !important;
  margin: 0 0 10px;
  padding-top: 30%;
  padding-left: 15%;
}
@media only screen and (max-width: 1300px) {
  .info_header_panel h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .info_header_panel h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1000px) {
  .info_header_panel h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .info_header_panel h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  .info_header_panel a {
    font-size: 26px !important;
  }
}

/*--------------------------INFO HEADER END ---------------*/
/*--------------------------INFO INTRO START ---------------*/
@media only screen and (max-width: 840px) {
  .info_intro_panel {
    min-height: auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_intro_panel {
    text-align: center;
  }
}
.info_intro_panel h2 {
  text-align: center;
  color: #ffffff !important;
  margin: 0 0 10px;
  padding: 0;
}
.info_intro_panel h3 {
  text-align: center;
  color: #ffffff !important;
  padding: 0;
  margin: 0 0 30px;
}

/*--------------------------INFO INTRO END ---------------*/
/*--------------------------INFO REPEATER START ---------------*/
@media only screen and (max-width: 700px) {
  .info_repeater_panel {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .info_repeater_panel img {
    align: center;
  }
}
.info_repeater_panel p.info_header {
  text-align: left;
  color: #000000 !important;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .info_repeater_panel p.info_header {
    font-size: 20px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
  }
}
.info_repeater_panel p {
  text-align: left;
  color: #000000 !important;
}
@media only screen and (max-width: 700px) {
  .info_repeater_panel p {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
  }
}
/*--------------------------INFO REPEATER END ---------------*/
/*--------------------------INFO AGEING START ---------------*/
@media only screen and (max-width: 840px) {
  .info_ageing_panel {
    min-height: auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_ageing_panel {
    text-align: center;
  }
}
.info_ageing_panel h2 {
  text-align: left;
  color: #ffffff !important;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.info_ageing_panel p {
  text-align: left;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 30px;
}

/*--------------------------INFO AGEING END ---------------*/
/*--------------------------INFO ENERGY START ---------------*/
@media only screen and (max-width: 1200px) {
  .info_energy_panel {
    min-height: 318px;
  }
}
@media only screen and (max-width: 840px) {
  .info_energy_panel {
    min-height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .info_energy_panel {
    padding-bottom: 18px;
    min-height: auto;
    text-align: center;
  }
}
.info_energy_panel p {
  text-align: left;
  color: #ffffff !important;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 30px;
}
.info_energy_panel h2 {
  color: #fff !important;
  max-width: 520px;
  font-size: 62px;
  line-height: 68px;
  font-weight: bold;
  margin: 48px 0 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .info_energy_panel h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .info_energy_panel h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 14px;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_energy_panel h2 {
    font-size: 26px;
    line-height: 33px;
    margin-top: 5px;
    padding: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 979px) {
  .info_energy_panel h2 br {
    display: none;
  }
}

/*--------------------------INFO ENERGY END ---------------*/
/*--------------------------INFO HELPS START ---------------*/
@media only screen and (max-width: 840px) {
  .info_helps_panel {
    min-height: auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_helps_panel {
    text-align: center;
  }
}
.info_helps_panel h2 {
  text-align: left;
  color: #000000;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .info_helps_panel h2 {
    text-align: center;
  }
}
.info_helps_panel p {
  color: #000000 !important;
}
@media only screen and (max-width: 840px) {
  .info_helps_panel img {
    display: none;
  }
}

/*--------------------------INFO HELPS END ---------------*/
/*--------------------------INFO BOOST START ---------------*/
@media only screen and (max-width: 840px) {
  .info_booster_panel {
    min-height: auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_booster_panel {
    text-align: center;
    background: #000000;
  }
}
.info_booster_panel h2 {
  text-align: left;
  color: #ffffff !important;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.info_booster_panel p {
  text-align: left;
  color: #ffffff !important;
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px;
}
.info_booster_panel img {
  padding-top: 35%;
}
@media only screen and (max-width: 840px) {
  .info_booster_panel img {
    padding-top: 0;
  }
}

/*--------------------------INFO BOOST END ---------------*/
/*--------------------------INFO SHIPPING START ---------------*/
@media only screen and (max-width: 840px) {
  .info_shipping_panel {
    min-height: auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_shipping_panel {
    text-align: center;
  }
}
.info_shipping_panel h1 {
  text-align: center;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.info_shipping_panel h2 {
  padding-top: 20%;
  text-align: left;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 840px) {
  .info_shipping_panel h2 {
    text-align: center;
    padding: 30px 0;
  }
}
.info_shipping_panel p {
  text-align: left;
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px;
}
.info_shipping_panel img {
  padding-top: 35%;
}

/*--------------------------INFO SHIPPING END ---------------*/
/*--------------------------INFO GUARANTEE START ---------------*/
.info_guarantee_panel {
  min-height: 381px;
  background-position: left;
  padding: 0px 0;
}
@media only screen and (max-width: 840px) {
  .info_guarantee_panel {
    min-height: auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .info_guarantee_panel {
    text-align: center;
  }
}
.info_guarantee_panel h2 {
  padding-top: 20%;
  text-align: left;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 840px) {
  .info_guarantee_panel h2 {
    text-align: center;
    padding: 30px 0;
  }
}
.info_guarantee_panel p {
  text-align: left;
  color: #000000 !important;
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px;
}
.info_guarantee_panel img {
  padding-top: 10%;
  max-width: 80%;
  align: center !important;
}
.info_guarantee_panel a.order_btn {
  width: 363px;
  margin: 0 auto;
  font-size: 36px;
  text-align: center !important;
  line-height: 30px;
  padding: 22px 0 0 50px;
  height: 90px;
}
@media only screen and (max-width: 1190px) {
  .info_guarantee_panel a.order_btn {
    width: auto;
    margin: 0 auto;
    font-size: 36px;
    line-height: 30px;
    padding: 15px 70px 15px 27px;
    height: auto;
  }
}
@media only screen and (max-width: 840px) {
  .info_guarantee_panel a.order_btn {
    font-size: 25px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .info_guarantee_panel a.order_btn::after {
    right: 15px;
  }
}
.info_guarantee_panel a.order_btn i {
  font-size: 16px;
  display: block;
  clear: both;
  line-height: 18px;
  font-style: normal;
}
@media only screen and (max-width: 840px) {
  .info_guarantee_panel a.order_btn i {
    font-size: 11px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .info_guarantee_panel a.order_btn i {
    font-size: 16px;
  }
}

/*--------------------------INFO GUARANTEE END ---------------*/
.postsale-box .postsale-text .strong {
  line-height: 45px;
}

/* This hides all drops content for the AB test.
 */
.stack-blocks.combos,
.stack-blocks.split_test_products,
.header_bottom.stacks,
.page-template-home .drops {
  display: block;
}

.stack-blocks.products {
  display: none;
}

/*# sourceMappingURL=style.css.map */
