/* Colors
 ============================================================================ */
/* Form Steps (arrows)
 ============================================================================ */
/* Alert colors
 ============================================================================ */
/* Screen sizes
 ============================================================================ */
/* Reusable functions
 ============================================================================ */
.no-border {
  border: none;
  box-shadow: none;
}
/* Buttons
 ============================================================================ */
.btn {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
}
.btn:active:focus {
  outline-color: transparent;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.btn-border {
  border-radius: 10px;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background-color: #007c30;
}
.btn-link {
  background: none;
  border: 1px solid #00953a;
  color: #00953a;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 2px 20px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  background-color: #00953a;
  color: white;
}
.btn-order {
  background-color: transparent;
  border-radius: 10px;
  border: none;
  color: #454545;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 25px;
}
.btn-order:hover,
.btn-order:active,
.btn-order:focus {
  background-color: transparent;
  color: #00953a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background-color: #006226;
  border: none;
  border-radius: 10px;
  color: white;
}
.btn-no-layout {
  background: none;
  color: #00953a;
}
.btn-no-layout:hover,
.btn-no-layout:active,
.btn-no-layout:focus {
  background: none;
  box-shadow: none;
  color: #006226;
  text-decoration: underline;
}
.btn-shopping-icon:before {
  content: '\f291';
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 10px;
}
.btn-favorite-icon:before {
  content: '\f005';
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
}
.btn-inline {
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-inline {
    display: block;
    float: left;
    margin-left: 0;
  }
}
.btn-default {
  background: #eee;
  border-radius: 10px !important;
  color: #999;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #ddd;
  color: #454545;
}
.btn-delete {
  background-color: #d9534f;
  border-radius: 0;
  line-height: initial;
  padding: 5px 7px;
}
.btn-delete:hover,
.btn-delete:active,
.btn-delete:focus {
  background-color: #d43f3a;
  border-radius: 0;
  color: white;
}
.btn-group .btn {
  border-radius: 10px;
  margin-right: 15px;
  margin-top: 15px;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group .btn:last-child:not(:first-child) {
  border-radius: 10px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
.btn-group input[type="submit"] {
  margin-top: 0;
}
.btn-group input[type="submit"] + a {
  line-height: 40px;
}
.btn-group input[type="submit"] + button {
  margin-top: 0;
}
.btn-sm {
  padding: 2px 20px;
}
.btn-md {
  padding: 5px 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .btn-md {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.btn-lg {
  padding: 10px 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .btn-lg {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.btn-tooltip:hover,
.btn-tooltip:active,
.btn-tooltip:focus {
  background: none;
  color: #333333;
}
/* icons
 ============================================================================ */
.icon {
  padding: 5px 0 5px 25px;
  position: relative;
}
.icon:before {
  color: #00953a;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
}
.icon-facebook:before {
  content: '\f082';
}
.icon-twitter:before {
  content: '\f081';
}
.icon-instagram:before {
  content: '\f16d';
}
.icon-chat:before {
  content: '\f075';
}
.icon-check:before {
  content: '\f00c';
}
.icon-arrow:before {
  content: '\f0a9';
}
.icon-calendar:before {
  content: '\f274';
}
.icon-time:before {
  content: '\f017';
}
.icon-location:before {
  content: '\f041';
}
.icon-mail:before {
  content: '\f0e0';
}
.icon-phone:before {
  content: '\f095';
}
.icon-user:before {
  content: '\f007';
}
.icon-paper-plane:before {
  content: '\f1d8';
}
.icon-document:before {
  content: '\f0f6';
}
.icon-doctor:before {
  content: '\f0f0';
}
/* A-Z
 ============================================================================ */
.az-letter-overview ul {
  height: auto;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}
.az-letter-overview ul li {
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
}
.az-letter-overview ul li a,
.az-letter-overview ul li span {
  border-radius: 0;
  color: white;
  display: block;
  font-size: 16px;
  line-height: 35px;
  min-height: 35px;
  min-width: 35px;
  padding: 0 10px;
  text-align: center;
}
.az-letter-overview ul li a:hover,
.az-letter-overview ul li span:hover,
.az-letter-overview ul li a:active,
.az-letter-overview ul li span:active,
.az-letter-overview ul li a:focus,
.az-letter-overview ul li span:focus {
  text-decoration: none;
}
.az-letter-overview ul li a {
  background-color: #00953a;
}
.az-letter-overview ul li a:hover,
.az-letter-overview ul li a:active,
.az-letter-overview ul li a:focus {
  background-color: #00c84e;
}
.az-letter-overview ul li span {
  background-color: #2fff80;
}
.az-letter-item h2 {
  color: #00953a;
  margin-bottom: 10px;
  margin-top: 30px !important;
  font-weight: 700;
}
.az-letter-item .letter-item-cols:before {
  color: #454545;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
}
.az-letter-item .letter-item-cols a {
  color: #454545;
  display: inline-block;
  padding-left: 13px;
}
.az-letter-item .letter-item-cols a:hover,
.az-letter-item .letter-item-cols a:focus,
.az-letter-item .letter-item-cols a:active {
  color: #999;
}
/* Filter (sidebar)
 ============================================================================ */
.sidebar .product-filter-wrapper {
  padding-bottom: 25px;
}
.sidebar .product-filter-wrapper .product-filter-title {
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .sidebar .product-filter-wrapper .product-filter-title {
    display: none;
  }
}
.sidebar .product-filter-wrapper .product-filter-title .after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #454545;
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-title[aria-expanded='false']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #454545;
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-title[aria-expanded='true']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #454545;
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .product-filter-wrapper .product-filter-title.collapsed {
  margin-bottom: 0;
}
.sidebar .product-filter-wrapper .product-filter-list {
  overflow: visible;
}
@media (max-width: 991px) {
  .sidebar .product-filter-wrapper .product-filter-list {
    overflow: hidden;
  }
}
@media (min-width: 767px) {
  .sidebar .product-filter-wrapper .product-filter-list {
    display: block;
  }
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter {
  background-color: rgba(178, 178, 178, 0.1);
  padding: 15px;
  margin-bottom: 15px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.loading {
  opacity: 0.5;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3 {
  color: #00953a;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .sidebar .product-filter-wrapper .product-filter-list .product-filter h3 {
    font-size: 15px;
  }
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3 .after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00953a;
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 15px;
  text-align: center;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3[aria-expanded='false']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00953a;
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 15px;
  text-align: center;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3[aria-expanded='true']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00953a;
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 15px;
  text-align: center;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3.collapsed {
  margin-bottom: 0;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less {
  margin-top: 10px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less {
  cursor: pointer;
  display: block;
  padding-left: 20px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less:before {
  font-family: FontAwesome;
  left: 2px;
  position: absolute;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less:before {
  content: '\f139';
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more:before {
  content: '\f13a';
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .input {
  width: 66px;
}
@media (max-width: 1199px) {
  .sidebar .product-filter-wrapper .product-filter-list .product-filter .input {
    width: 50px;
  }
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter > .form-group {
  margin: 0;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item {
  margin-bottom: 3px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item a {
  color: #454545;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .current-item {
  color: #555555;
  margin-bottom: 3px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item {
  margin-bottom: 3px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item a {
  color: #454545;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item a:hover,
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item a:focus,
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item a:active {
  color: #00953a;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-current-product-category {
  padding: 0 0 0 15px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-current-product-category a {
  color: #999;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-current-product-category:before {
  color: #999;
  content: '\f105';
  display: block;
  font-family: FontAwesome;
  left: 5px;
  position: absolute;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-parent-product-category {
  padding: 0 30px 0 30px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-parent-product-category:before {
  color: #999;
  content: '\f105';
  display: block;
  font-family: FontAwesome;
  left: 20px;
  position: absolute;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item + .current-item {
  padding: 0 0 0 15px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item + .current-item:before {
  color: #999;
  content: '\f105';
  display: block;
  font-family: FontAwesome;
  left: 5px;
  position: absolute;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item {
  position: relative;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item > a {
  padding-right: 38px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item label {
  color: #454545;
  padding-right: 35px;
  word-break: break-word;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item input[type="checkbox"] {
  display: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item input[type="checkbox"]:checked + label:before {
  content: '\f0c8';
  color: #00953a;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item label {
  display: block;
  cursor: pointer;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item label:before {
  color: #a0a0a0;
  content: '\f096';
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 16px;
  left: 0;
  line-height: 14px;
  margin-top: 3px;
  position: absolute;
  width: 16px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item .filter-item-count {
  background-color: rgba(178, 178, 178, 0.2);
  color: #999;
  min-width: 30px;
  text-align: center;
  position: absolute;
  padding: 0 6px;
  right: 0;
  top: 0;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price {
  padding: 15px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs {
  margin: 0 auto;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs label {
  display: inline;
  color: #454545;
  font-weight: 400;
  margin-right: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs label[for='input-max']:before {
  content: '-';
  font-size: 22px;
  padding: 0 10px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs .input {
  border: 1px solid #aaa;
  color: #999;
  height: 30px;
  padding-left: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal {
  height: 12px;
  margin: 15px 10px 0 10px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base {
  background-color: #ededec;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin {
  background-color: #ededec;
  box-shadow: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin:first-child {
  background-color: #00953a;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  border: 1px solid #00953a;
  width: 20px;
  height: 20px;
  top: -5px;
  left: -10px;
  box-shadow: none;
  background-color: #eeeeee;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:before {
  display: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-product-sizes .filter-item label {
  margin-bottom: 5px;
}
/* Item List
 ============================================================================ */
.items-list .list-content .items-col-2 .item-1,
.items-list .list-content .items-col-2 .item-2 {
  margin-top: 0;
}
.items-list .list-content .items-col-3 .item-1,
.items-list .list-content .items-col-3 .item-2,
.items-list .list-content .items-col-3 .item-3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-3 .item-2,
  .items-list .list-content .items-col-3 .item-3 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .items-list .list-content .items-col-3 .item-3 {
    margin-top: 30px;
  }
}
.items-list .list-content .items-col-4 .item-1,
.items-list .list-content .items-col-4 .item-2,
.items-list .list-content .items-col-4 .item-3,
.items-list .list-content .items-col-4 .item-4 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-4 .item-2 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .items-list .list-content .items-col-4 .item-3,
  .items-list .list-content .items-col-4 .item-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-4 .item-3,
  .items-list .list-content .items-col-4 .item-4 {
    margin-top: 30px;
  }
}
.items-list .list-content .item {
  border-radius: 10px;
  border: none;
  margin-top: 30px;
  padding: 0;
}
.items-list .list-content .item .image .img-responsive {
  margin: 0 auto;
}
.items-list .list-content .item .info {
  padding-bottom: 25px;
  position: relative;
}
.items-list .list-content .item .info .introduction p {
  margin: 0;
}
.items-list .list-content .item .info h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0;
}
.items-list .list-content .item .info .read-more {
  padding-top: 20px;
}
.items-list .list-content .item .info .read-more a {
  text-decoration: underline;
}
/* Pagination numbers
 ============================================================================ */
.pagination {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: block;
  float: left;
}
.pagination li span,
.pagination li a {
  background-color: rgba(0, 149, 58, 0.5);
  border: none;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
  width: auto;
}
.pagination li span:hover,
.pagination li a:hover,
.pagination li span:active,
.pagination li a:active,
.pagination li span:focus,
.pagination li a:focus {
  background-color: #006226;
  color: white;
}
.pagination li.active span {
  background-color: #00953a;
  border: none;
  border-radius: 0;
  color: white;
}
.pagination li.active span:hover,
.pagination li.active span:active,
.pagination li.active span:focus {
  background-color: #006226;
  color: white;
}
.pagination li:last-child a {
  border-radius: 0;
}
.pagination li.next span,
.pagination li.prev span,
.pagination li.next a,
.pagination li.prev a {
  background-color: white;
  border: none;
  color: #454545;
  width: auto;
}
.pagination li.next span:hover,
.pagination li.prev span:hover,
.pagination li.next a:hover,
.pagination li.prev a:hover,
.pagination li.next span:active,
.pagination li.prev span:active,
.pagination li.next a:active,
.pagination li.prev a:active,
.pagination li.next span:focus,
.pagination li.prev span:focus,
.pagination li.next a:focus,
.pagination li.prev a:focus {
  text-decoration: underline;
}
.counter {
  color: #a0a0a0;
  line-height: 24px;
  padding-left: 15px;
}
/* Text align classes
 ============================================================================ */
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-products-search .result-amount h2 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-products-search .result-amount h2 {
    margin: 30px 0;
  }
}
/* Alerts
 ============================================================================ */
.alerts .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alerts .alert-success a {
  color: #3c763d;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alerts .alert-danger a {
  color: #a94442;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alerts .alert-warning a {
  color: #8a6d3b;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-info {
  background: #d9edf7;
  border-color: #d9edf7;
  color: #31708f;
}
.alerts .alert-info a {
  color: #31708f;
  font-weight: 600;
  text-decoration: underline;
}
body .sweet-alert {
  border-radius: 10px;
  font-family: inherit;
}
body .sweet-alert h2 {
  color: #454545;
  font-weight: 400;
  margin: 0 0 25px 0;
}
body .sweet-alert fieldset {
  margin: 5px 0;
}
body .sweet-alert .sa-button-container button {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  text-transform: uppercase;
}
body .sweet-alert .sa-button-container .confirm {
  background: #00953a !important;
  box-shadow: none !important;
}
body .sweet-alert .sa-button-container .confirm:hover {
  background: #006226 !important;
}
/* Fancybox overlay
 ============================================================================ */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.75);
}
/* introduction contentblocks
 ============================================================================ */
.introduction {
  padding-bottom: 20px;
}
.page-controller-account .introduction {
  color: #999;
}
/* List item
 ============================================================================ */
.list-item {
  padding: 3px 0;
}
.list-item .list-label {
  display: inline-block;
  color: #666;
  font-size: 13px;
  vertical-align: top;
  width: 33%;
}
@media (max-width: 767px) {
  .list-item .list-label {
    display: block;
    width: 100%;
  }
}
.list-item .list-value {
  display: inline-block;
  font-weight: 600;
}
.list-item.block {
  margin-bottom: 25px;
  padding: 0;
}
.list-item.block .list-label {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.list-item.block .list-value {
  font-weight: 400;
}
.list-item-block {
  border: 1px solid rgba(0, 149, 58, 0.25);
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.list-item-block h2 {
  background: white;
  color: #00953a;
  font-size: 22px;
  display: inline-block;
  left: 5px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: -14px;
}
@media (max-width: 767px) {
  .list-item-block h2 {
    font-size: 24px;
  }
}
.list-item-block > a {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
  background: none;
  border: 1px solid #00953a;
  color: #00953a;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 2px 20px;
  bottom: 15px;
}
.list-item-block > a:active:focus {
  outline-color: transparent;
}
.list-item-block > a:hover,
.list-item-block > a:active,
.list-item-block > a:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.list-item-block > a:hover,
.list-item-block > a:focus,
.list-item-block > a:active {
  background-color: #00953a;
  color: white;
}
.list-item-block address {
  margin: 0;
}
/* Cookies banner
 ============================================================================ */
.eupopup-container {
  z-index: 20000000 !important;
}
.eupopup-container a {
  color: #00953a !important;
}
/* Form steps (arrows)
 ============================================================================ */
.form-steps {
  height: auto;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding: 0;
}
.form-steps li {
  display: inline-block;
  float: left;
  position: relative;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .form-steps li {
    float: none;
    margin-left: 0;
    margin-right: 5px;
  }
}
.form-steps li:before {
  background-color: transparent;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid white;
  border-width: 21px;
  content: "";
  display: inline-block;
  float: left;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .form-steps li:before {
    content: none;
  }
}
.form-steps li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .form-steps li:last-child a:after,
  .form-steps li:last-child span:after {
    content: none;
  }
}
.form-steps li.enabled a,
.form-steps li.enabled span {
  background: rgba(0, 149, 58, 0.7);
  color: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .form-steps li.enabled a,
  .form-steps li.enabled span {
    background: none;
    color: rgba(0, 149, 58, 0.5);
  }
}
.form-steps li.enabled a:after,
.form-steps li.enabled span:after {
  border-left-color: rgba(0, 149, 58, 0.7);
}
@media (max-width: 767px) {
  .form-steps li.enabled a:after,
  .form-steps li.enabled span:after {
    color: #00953a;
  }
}
.form-steps li.enabled a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-steps li.enabled a:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .form-steps li.enabled a {
    color: #00953a;
    text-decoration: underline;
  }
  .form-steps li.enabled a:hover,
  .form-steps li.enabled a:active,
  .form-steps li.enabled a:focus {
    color: #006226;
  }
}
.form-steps li.enabled a:hover,
.form-steps li.enabled a:active,
.form-steps li.enabled a:focus {
  background: #006226;
  color: white;
}
@media (max-width: 767px) {
  .form-steps li.enabled a:hover,
  .form-steps li.enabled a:active,
  .form-steps li.enabled a:focus {
    background: none;
    color: #006226;
  }
}
.form-steps li.enabled a:hover:after,
.form-steps li.enabled a:active:after,
.form-steps li.enabled a:focus:after {
  border-left-color: #006226;
}
@media (max-width: 767px) {
  .form-steps li.enabled a:hover:after,
  .form-steps li.enabled a:active:after,
  .form-steps li.enabled a:focus:after {
    color: #00953a;
  }
}
.form-steps li.current a,
.form-steps li.current span {
  background: #00953a;
  color: white;
  font-weight: 600;
}
.form-steps li.current a:after,
.form-steps li.current span:after {
  border-left-color: #00953a;
}
@media (max-width: 767px) {
  .form-steps li.current a:after,
  .form-steps li.current span:after {
    color: #00953a;
  }
}
@media (max-width: 767px) {
  .form-steps li.current a,
  .form-steps li.current span {
    background: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
  }
}
.form-steps li a,
.form-steps li span {
  background: rgba(0, 149, 58, 0.7);
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0px;
  padding: 10px 15px 10px 35px;
  position: relative;
}
@media (max-width: 991px) {
  .form-steps li a,
  .form-steps li span {
    font-size: 14px;
    padding: 8px 12px 8px 28px;
  }
}
@media (max-width: 767px) {
  .form-steps li a,
  .form-steps li span {
    background: none;
    padding: 5px 20px 5px 0;
    color: rgba(0, 149, 58, 0.4);
  }
}
.form-steps li a:after,
.form-steps li span:after {
  background-color: transparent;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid rgba(0, 149, 58, 0.7);
  border-width: 21px;
  content: "";
  display: inline-block;
  float: right;
  height: 0;
  position: absolute;
  right: -21px;
  top: 0;
  width: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .form-steps li a:after,
  .form-steps li span:after {
    border: none;
    content: "\f054";
    font-family: FontAwesome;
    margin-right: 10px;
    right: 0;
    top: auto;
  }
}
/* Returning client and new client
 ============================================================================ */
.returning-client {
  background: #fafafa;
  padding: 30px;
}
@media (max-width: 767px) {
  .returning-client {
    margin-bottom: 30px;
  }
}
.returning-client input:not([type="checkbox"]) {
  width: 100%;
}
.returning-client .btn-group .btn {
  margin: 0 15px 0 0;
}
.returning-client .btn-group a {
  line-height: 46px;
}
@media (max-width: 767px) {
  .returning-client .btn-group a {
    display: block;
  }
}
.new-client {
  background: #f8f8f8;
  padding: 30px;
}
/* Opening hours week
 ============================================================================ */
.page-openinghours-index .main-container #opening-hours-week h2 {
  font-size: 20px;
  max-width: 650px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week h2 {
    line-height: 24px;
  }
}
.page-openinghours-index .main-container #opening-hours-week h2 .week {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week h2 .week {
    font-size: 18px;
  }
}
.page-openinghours-index .main-container #opening-hours-week h2 a {
  border-radius: 15px;
  display: block;
  height: 30px;
  line-height: 34px;
  margin-top: 5px;
  padding: 0;
  width: 30px;
}
.page-openinghours-index .main-container #opening-hours-week h2 a:first-of-type {
  float: left;
}
.page-openinghours-index .main-container #opening-hours-week h2 a:last-of-type {
  float: right;
}
.page-openinghours-index .main-container #opening-hours-week .week-day {
  margin-bottom: 10px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day:first-child {
  margin-top: 20px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .label,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .label,
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
  background: #F4F4F4;
  color: #454545;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  left: 240px;
  line-height: inherit;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day.closed .label,
  .page-openinghours-index .main-container #opening-hours-week .week-day.open .label,
  .page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
  .page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
    left: 0;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
  background: none;
  padding: 0;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.current .day {
  font-weight: 600;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.current .hours div {
  background: #00953a;
  color: white;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .day {
  line-height: 34px;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day .day {
    position: relative;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours {
  padding-left: 240px;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day .hours {
    padding: 0;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div {
  background: #F4F4F4;
  font-weight: 600;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div:after {
  display: none;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div:last-child {
  margin-right: 0;
}
.page-openinghours-index .main-container .closing-days {
  margin-top: 30px;
}
.page-openinghours-index .main-container .closing-days .day {
  margin-bottom: 10px;
  position: relative;
}
.page-openinghours-index .main-container .closing-days .day .date {
  position: absolute;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date {
    position: relative;
  }
}
.page-openinghours-index .main-container .closing-days .day .date .date-fixed {
  display: block;
  line-height: 34px;
}
.page-openinghours-index .main-container .closing-days .day .date .date-period {
  line-height: 0.5;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date .date-period {
    display: inline-block;
    line-height: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date .date-period span {
    display: inline-block;
  }
}
.page-openinghours-index .main-container .closing-days .day .date .date-period-till {
  display: block;
}
.page-openinghours-index .main-container .closing-days .day .description {
  background: none;
  display: inline-block;
  font-weight: 600;
  left: 240px;
  line-height: inherit;
  margin: 0 5px 5px 0;
  padding: 5px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .description {
    left: 0;
  }
}
.opening-hours-week a {
  text-decoration: underline;
}
.opening-hours-week a:hover,
.opening-hours-week a:active,
.opening-hours-week a:focus {
  text-decoration: none;
}
.opening-hours-week .week-day {
  position: relative;
  padding: 0 0 5px 0;
}
.opening-hours-week .week-day.closed .label,
.opening-hours-week .week-day.open .label,
.opening-hours-week .week-day.closed .description,
.opening-hours-week .week-day.open .description {
  color: rgba(85, 85, 85, 0.7);
  display: block;
  font-family: "Century Gothic", Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 0 0 40px;
  position: relative;
  text-align: left;
}
.opening-hours-week .week-day .day {
  color: rgba(85, 85, 85, 0.7);
  font-family: "Century Gothic", Poppins;
  font-weight: 600;
  position: absolute;
}
.opening-hours-week .week-day .hours {
  color: rgba(85, 85, 85, 0.7);
  font-family: "Century Gothic", Poppins;
  padding-left: 40px;
}
.opening-hours-week .week-day .hours .hours-item {
  display: inline-block;
}
.opening-hours-week .week-day .hours .hours-item:last-child:after {
  display: none;
}
.opening-hours-week .week-day .hours .hours-item:after {
  content: ' - ';
}
.opening-hours-week .week-day .hours .hours-item .till {
  display: inline;
}
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors] {
  font-size: inherit !important;
  font-weight: inherit !important;
}
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors]:after,
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors]:before {
  display: none;
}
/* Datepicker
 ============================================================================ */
.datepicker > div {
  display: block;
}
/* General
 ============================================================================ */
ol,
ul {
  margin: 0;
  padding: 0 0 0 15px;
}
/* Body
 ============================================================================ */
body {
  color: #454545;
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
body * {
  font-family: inherit;
}
/* Titles
 ============================================================================ */
h1 {
  color: #454545;
  font-family: 'poppins', Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  color: #00953a;
  font-family: 'poppins', Roboto, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 40px 0 10px 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
h2:first-child {
  margin-top: 0;
}
h2 + h4 {
  margin-top: 0;
}
h2 a {
  color: #00953a;
}
h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #006226;
  text-decoration: none;
}
h2 span {
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  color: #00953a;
  font-family: 'poppins', Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 30px 0 10px 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h3:first-child {
  margin-top: 0;
}
h3 + h4 {
  margin-top: 0;
}
h3 a {
  color: #00953a;
}
h3 a:hover,
h3 a:active,
h3 a:focus {
  color: #006226;
  text-decoration: none;
}
h3 span {
  font-weight: 700;
  text-transform: uppercase;
}
h4 {
  color: #00953a;
  font-family: 'poppins', Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 10px 0;
}
h5 {
  font-weight: 700;
  font-size: 16px;
}
h6 {
  font-weight: 700;
  font-size: 15px;
}
/* Paragraphs
 ============================================================================ */
p:last-child {
  margin-bottom: 0;
}
/* Links
 ============================================================================ */
a {
  color: #00953a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus {
  color: #006226;
  text-decoration: none;
}
/* General
 ============================================================================ */
ol,
ul {
  margin: 0;
  padding: 0 0 0 15px;
}
/* General form settings
 ============================================================================ */
.form-control {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group {
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.form-group.required > label:after {
  content: ' *';
  color: #d9534f;
  font-weight: 500;
}
.form-group.no-bottom {
  margin-bottom: 0;
}
.form-group label {
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
}
.form-group label .btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.form-group label .btn-tooltip:hover,
.form-group label .btn-tooltip:active,
.form-group label .btn-tooltip:focus {
  color: #333333;
}
.form-group fieldset legend .btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.form-group fieldset legend .btn-tooltip:hover,
.form-group fieldset legend .btn-tooltip:active,
.form-group fieldset legend .btn-tooltip:focus {
  color: #333333;
}
.form-group-row {
  margin-bottom: 0;
}
.form-group .form-group-content {
  position: relative;
}
.form-group .form-group-content .prefix + input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group-address {
  margin-bottom: 0;
}
.form-group-autocomplete .chosen-container {
  display: inline-block;
  position: relative;
  user-select: none;
  vertical-align: middle;
  width: 100% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.form-group-autocomplete .chosen-container a {
  cursor: pointer;
  text-decoration: none;
}
.form-group-autocomplete .chosen-container .chosen-drop {
  background: white;
  border: 1px solid #d2d2d2;
  border-top: 0;
  font-size: 14px;
  left: -9999px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search {
  margin: 0;
  padding: 5px 12px;
  position: relative;
  white-space: nowrap;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search:before {
  color: #555555;
  content: '\f002';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 21px;
  top: 5px;
  width: 15px;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search input[type="text"] {
  background: none;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  height: auto;
  line-height: 20px;
  margin: 0;
  outline: 0;
  padding: 4px 20px 4px 30px;
  width: 100%;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results {
  color: #454545;
  line-height: 1;
  margin: 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li {
  display: none;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.disabled-result {
  color: #555555;
  cursor: default;
  display: list-item;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #00953a;
  color: white;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.no-results {
  background: none;
  color: #131313;
  display: list-item;
  font-style: italic;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.group-result {
  cursor: default;
  display: list-item;
  font-weight: bold;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.group-option {
  padding-left: 15px;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.form-group-autocomplete .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.form-group-autocomplete .chosen-container .search-choice .group-name,
.form-group-autocomplete .chosen-container .chosen-single .group-name {
  color: #222222;
  font-weight: normal;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container .search-choice .group-name:after,
.form-group-autocomplete .chosen-container .chosen-single .group-name:after {
  content: ':';
  padding-left: 2px;
  vertical-align: top;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr {
  background: none;
  display: block;
  height: 32px;
  position: absolute;
  right: 26px;
  top: 0;
  width: 26px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr:before {
  color: #555555;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr:hover:before {
  color: #222222;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div {
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div b:before {
  color: #999999;
  content: '\f0d7';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single.chosen-default {
  color: #555555;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect span {
  margin-right: 40px;
}
.form-group-autocomplete .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop .chosen-search {
  left: -9999px;
  position: absolute;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-field {
  margin: 0 0 4px 0;
  padding: 0;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  color: #555555;
  height: 32px;
  line-height: 32px;
  margin: -6px 0;
  outline: 0;
  padding: 0;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  cursor: default;
  line-height: 13px;
  margin: 0 10px 4px 0;
  padding: 3px 20px 2px 5px;
  position: relative;
  max-width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice span {
  color: #454545;
  word-wrap: break-word;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  color: #555555;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 12px;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #222222;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-drop .result-selected {
  color: #555555;
  cursor: default;
  display: list-item;
}
.form-group-autocomplete .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: '\f0d8';
}
.form-group-autocomplete .chosen-container.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #454545 !important;
}
.form-group-autocomplete .chosen-container.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.form-group-autocomplete .chosen-container.chosen-disabled .chosen-single {
  cursor: default;
}
.form-group-autocomplete .chosen-container.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.form-group-checkbox input {
  position: absolute;
}
.form-group-checkbox label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.form-group-checkboxes fieldset legend {
  border: none;
  box-shadow: none;
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-checkboxes .form-group-checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}
.form-group-checkboxes .form-group-checkbox:first-child {
  margin-top: 0;
}
.form-group-checkboxes .children {
  margin-left: 20px;
  margin-top: 5px;
}
.form-group-date .form-group-content {
  width: 175px;
}
.form-group-datetime select {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-email input {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-file-image fieldset legend {
  border: none;
  box-shadow: none;
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-file-image fieldset .form-group-image {
  margin-bottom: 0;
}
.form-group-file-image fieldset .form-group-image img {
  height: auto;
  width: 100%;
}
.form-group-file-image fieldset .form-group-checkbox {
  margin-bottom: 0;
}
.form-group-number .form-group-content {
  width: 175px;
}
.form-group-number .form-group-content input {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-opening-hours table th {
  padding-right: 20px;
}
.form-group-opening-hours table th label {
  font-weight: 500;
}
.form-group-opening-hours table td {
  padding-right: 10px;
}
.form-group-opening-hours .form-group-checkbox {
  margin: 5px;
}
.form-group-opening-hours .form-group-text {
  margin: 5px;
  overflow: hidden;
}
.form-group-opening-hours .form-group-text label {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 34px;
  margin: 0 20px 0 0;
  padding: 0;
}
.form-group-opening-hours .form-group-text .row {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.form-group-opening-hours .form-group-text .row .form-group-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 75px !important;
}
.form-group-opening-hours .btn-link {
  margin: 5px;
  padding: 0;
}
.form-group-password input {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-period {
  margin-bottom: 0;
}
.form-group-period fieldset legend {
  border: none;
  box-shadow: none;
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-period fieldset .form-group {
  float: left;
  margin-top: 0;
}
.form-group-period fieldset .form-group:last-child {
  margin-left: 30px;
}
.form-group-period fieldset .form-group label {
  font-weight: 300;
}
.form-group-period fieldset .form-group .form-group-content {
  width: 175px;
}
.form-group-phone-number .intl-tel-input {
  display: block;
}
.form-group-phone-number .intl-tel-input .iti-flag {
  background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-group-phone-number .intl-tel-input .iti-flag {
    background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags@2x.png');
  }
}
.form-group-radio .form-group-radio {
  margin-bottom: 5px;
}
.form-group-radio .form-group-radio:last-of-type {
  margin-bottom: 0;
}
.form-group-radio .form-group-radio input {
  position: absolute;
}
.form-group-radio .form-group-radio label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.form-group-readonly .label {
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
}
.form-group-select select {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-select .form-group-checkbox {
  margin-bottom: 5px;
}
.form-group-select .form-group-checkbox:last-child {
  margin-bottom: 0;
}
.form-group-tel input {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-text input {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-textarea textarea {
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
  height: 100px;
  resize: none;
}
.form-group-textarea .mce-tinymce {
  border-color: #d2d2d2;
}
.form-group-textarea .mce-tinymce .mce-container-body .mce-toolbar-grp {
  background: #eeeeee;
  border-color: #d2d2d2;
}
.form-group-textarea .mce-tinymce .mce-container-body .mce-toolbar-grp .mce-btn {
  background: #eeeeee;
}
.form-group-textarea iframe {
  height: 150px !important;
}
.form-group-textarea .lg textarea {
  height: 400px;
}
.form-group-textarea .lg iframe {
  height: 400px !important;
}
.form-group .input-group-addon {
  background: #eeeeee;
  border-color: #d2d2d2;
  border-radius: 0;
}
.btn-group button {
  outline-color: transparent;
}
.btn-group button:hover,
.btn-group button:focus,
.btn-group button:active {
  outline-color: transparent;
}
/* Errors
 ============================================================================ */
.form-group .parsley-errors-list.filled {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}
.form-group .parsley-errors-list.filled:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  float: left;
  font-family: FontAwesome;
  line-height: 22px;
  margin-right: 10px;
}
.form-group .parsley-errors-list.filled li {
  color: #d9534f;
  line-height: 22px;
}
.form-group .error-message {
  color: #d9534f;
  line-height: 22px;
  padding: 5px 0 0 0;
}
.form-group .error-message:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  float: left;
  font-family: FontAwesome;
  line-height: 22px;
  margin-right: 10px;
}
.page-homepage-index .main-container {
  padding-top: 40px;
}
.page-homepage-index .sidebar-left h3,
.page-homepage-index .middle h3,
.page-homepage-index .sidebar-right h3 {
  color: #146c40;
  font-family: "Century Gothic", Poppins, Roboto;
  font-size: 20px;
  margin-top: 30px;
  text-align: right;
}
.page-homepage-index .sidebar-left .image,
.page-homepage-index .sidebar-right .image {
  position: absolute;
  top: -30px;
}
.page-homepage-index .sidebar-left .image img,
.page-homepage-index .sidebar-right .image img {
  height: 125px;
  width: auto;
}
@media (max-width: 767px) {
  .page-homepage-index .sidebar-left .image img,
  .page-homepage-index .sidebar-right .image img {
    height: 95px;
  }
}
.page-homepage-index .sidebar-left .fb-page {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .page-homepage-index .sidebar-left .fb-page {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .page-homepage-index .sidebar-right {
    display: none;
  }
}
.page-homepage-index .right-small {
  display: none;
  position: relative;
}
@media (max-width: 1199px) {
  .page-homepage-index .right-small {
    display: block;
  }
}
.page-homepage-index .middle h3 {
  text-align: left;
}
.page-homepage-index .content-block {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #1c4165;
  font-family: Verdana;
  font-size: 12px;
  line-height: 14px;
  padding: 50px 15px 15px 15px;
}
.page-homepage-index .content-block a {
  color: #1c4165;
  text-decoration: underline;
}
.page-homepage-index .content-block a:hover,
.page-homepage-index .content-block a:focus,
.page-homepage-index .content-block a:active {
  color: #11273d;
}
.page-homepage-index .content-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-homepage-index .content-block ul li {
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.page-homepage-index .content-block ul li:before {
  color: #00953a;
  content: '\f00c';
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
.page-homepage-index .content-block.homepage-sidebar-right-block-1 .note {
  font-size: 10px;
  margin-top: 30px;
}
.carousel {
  max-width: 750px;
  margin: 0 auto;
}
.carousel .carousel-control {
  background: none;
}
.carousel .carousel-control:hover,
.carousel .carousel-control:active,
.carousel .carousel-control:focus {
  background: none;
}
.carousel .carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 36px;
}
.carousel .carousel-control .fa-chevron-left {
  left: 25%;
}
.carousel .carousel-control .fa-chevron-right {
  right: 25%;
}
.carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel .carousel-inner .item {
  height: 320px;
  right: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item {
    height: auto;
    overflow: auto;
  }
}
.carousel .carousel-inner .item .carousel-caption {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 15px;
  left: 0;
  margin: 0 auto;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: left;
  text-shadow: none;
  width: 100%;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption {
    position: static;
    background-color: #eee;
  }
}
.carousel .carousel-inner .item .carousel-caption h3 {
  color: #00953a;
  margin-top: 0;
}
.carousel .carousel-inner .item .carousel-caption .carousel-caption-content {
  display: inline-block;
  width: 70%;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption .carousel-caption-content {
    display: block;
    width: 100%;
  }
}
.carousel .carousel-inner .item .carousel-caption .carousel-caption-content p {
  color: #555555;
}
.carousel .carousel-inner .item .carousel-caption .read-more {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption .read-more {
    display: block;
    width: auto;
    margin-top: 15px;
  }
}
.carousel .carousel-inner .item .carousel-caption .read-more a {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
}
.carousel .carousel-inner .item .carousel-caption .read-more a:active:focus {
  outline-color: transparent;
}
.carousel .carousel-inner .item .carousel-caption .read-more a:hover,
.carousel .carousel-inner .item .carousel-caption .read-more a:active,
.carousel .carousel-inner .item .carousel-caption .read-more a:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.carousel .carousel-inner > .item > img {
  left: 50%;
  max-width: 750px;
  min-width: 700px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .carousel .carousel-inner > .item > img {
    height: auto;
    max-width: auto;
    min-width: auto;
    position: static;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.carousel .carousel-control {
  width: 10%;
}
@media (max-width: 767px) {
  .carousel .carousel-control {
    height: 350px;
  }
}
.carousel .carousel-indicators {
  display: none;
}
.cell-homepage-stores {
  margin-top: 30px;
}
.cell-homepage-stores .items-list .list-content .items-col-2 .item-1,
.cell-homepage-stores .items-list .list-content .items-col-2 .item-2 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .cell-homepage-stores .items-list .list-content .items-col-2 .item-2 {
    margin-top: 30px;
  }
}
.cell-homepage-stores .items-list .list-content .items-col-2 .item {
  background-color: rgba(0, 149, 58, 0.15);
  border-radius: 0;
  padding: 20px;
}
.cell-homepage-stores .items-list .list-content .items-col-2 .item .icon {
  display: inline-block;
}
.cell-homepage-stores .items-list .list-content .items-col-2 .item .icon a {
  color: #555555;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}
.cell-homepage-stores .items-list .list-content .items-col-2 .item .icon a:hover,
.cell-homepage-stores .items-list .list-content .items-col-2 .item .icon a:focus,
.cell-homepage-stores .items-list .list-content .items-col-2 .item .icon a:active {
  color: #00953a;
}
.cell-homepage-stores .items-list .list-content .items-col-2 .item .icon.icon-time {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .cell-stores-stores .items-list .list-content .items-col-2 .item-3,
  .cell-stores-stores .items-list .list-content .items-col-2 .item-4 {
    margin-top: 0;
  }
}
.cell-stores-stores .items-list .list-content .items-col-2 .item h3 {
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cell-stores-stores .items-list .list-content .items-col-2 .item h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cell-stores-stores .items-list .list-content .items-col-2 .item h3 {
    margin-top: 15px;
  }
}
.page-stores-index .items-list .list-content .item .info {
  padding-bottom: 0;
}
.page-stores-index .items-list .list-content .item .info h3 {
  font-weight: 400;
  text-align: center;
}
.page-stores-index .items-list .list-content .item .info .read-more {
  display: none;
}
@media (max-width: 991px) {
  .page-stores-detail .content {
    margin-top: 30px;
  }
}
.page-stores-detail .content .read-more {
  margin: 15px 0 30px 0;
}
.page-stores-detail .content .opening-hours-week .week-day .hours {
  padding-left: 100px;
}
.page-stores-detail .content .opening-hours-week .week-day.closed .label {
  padding-left: 100px;
}
.page-stores-detail .gmap {
  margin-top: 30px;
}
.page-stores-detail .gmap #map {
  width: 100%;
  height: 250px;
}
.page-contact-index .contact-form {
  background-color: #eee;
  padding: 15px;
}
.page-contact-index .cell-contact-stores .items-list .list-content .item {
  background-color: rgba(0, 149, 58, 0.08);
  border-radius: 0;
  padding: 20px 10px;
}
@media (max-width: 1199px) {
  .page-contact-index .cell-contact-stores .items-list .list-content .item.item-3,
  .page-contact-index .cell-contact-stores .items-list .list-content .item.item-4 {
    margin-top: 30px;
  }
}
.page-contact-index .cell-contact-stores .items-list .list-content .item .icon a:hover,
.page-contact-index .cell-contact-stores .items-list .list-content .item .icon a:focus,
.page-contact-index .cell-contact-stores .items-list .list-content .item .icon a:active {
  text-decoration: underline;
}
.page-contact-index .cell-contact-stores .items-list .list-content .item .read-more {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
  display: block;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.page-contact-index .cell-contact-stores .items-list .list-content .item .read-more:active:focus {
  outline-color: transparent;
}
.page-contact-index .cell-contact-stores .items-list .list-content .item .read-more:hover,
.page-contact-index .cell-contact-stores .items-list .list-content .item .read-more:active,
.page-contact-index .cell-contact-stores .items-list .list-content .item .read-more:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.page-contact-index .contact-details {
  background-color: rgba(0, 149, 58, 0.08);
  padding: 15px;
}
.page-contact-index .gmap {
  margin-top: 30px;
}
.page-contact-index .gmap #map {
  width: 100%;
  height: 250px;
}
.page-productcategories-detail .description {
  margin-bottom: 20px;
}
.page-productcategories-detail .image {
  display: none;
}
.page-productcategories-detail .items-list .item .image {
  display: block;
}
.product-categories-list .list-content .item .image {
  display: none;
}
.product-categories-list .list-content .item .info {
  background-color: transparent;
  padding-bottom: 0;
}
.product-categories-list .list-content .item .info h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.product-categories-list .list-content .item .info h3 a {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.product-categories-list .list-content .item .info h3 a:hover,
.product-categories-list .list-content .item .info h3 a:focus,
.product-categories-list .list-content .item .info h3 a:active {
  color: #555555;
}
.product-categories-list .list-bottom {
  margin-top: 30px;
}
.page-brands-detail .description {
  margin-bottom: 20px;
}
.page-brands-detail .image {
  display: none;
}
.page-brands-detail .items-list .item .image {
  display: block;
}
.brands-list .list-content .item .image {
  display: none;
}
.brands-list .list-content .item .info {
  background-color: transparent;
  padding-bottom: 0;
}
.brands-list .list-content .item .info h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.brands-list .list-content .item .info h3 a {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.brands-list .list-content .item .info h3 a:hover,
.brands-list .list-content .item .info h3 a:focus,
.brands-list .list-content .item .info h3 a:active {
  color: #555555;
}
.brands-list .list-bottom {
  margin-top: 30px;
}
.page-mobileapp-index {
  background: #00953a;
  color: white;
  margin: 0;
}
.page-mobileapp-index .logo img {
  display: block;
  margin: 15px auto 0 auto;
}
.page-mobileapp-index ul {
  display: block;
  list-style: none;
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
  padding: 0 15px 15px 15px;
}
.page-mobileapp-index ul li {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50%;
}
@media (max-width: 360px) {
  .page-mobileapp-index ul li {
    width: 100%;
  }
}
.page-mobileapp-index ul li:nth-child(2) a:before {
  content: '\f108';
}
.page-mobileapp-index ul li:nth-child(3) a:before {
  content: '\f218';
}
.page-mobileapp-index ul li:nth-child(4) a:before {
  content: '\f003';
}
.page-mobileapp-index ul li:nth-child(5) {
  clear: both;
}
.page-mobileapp-index ul li:nth-child(5) a:before {
  content: '\f124';
}
.page-mobileapp-index ul li:nth-child(6) a:before {
  content: '\f0fa';
}
.page-mobileapp-index ul li a {
  border-radius: 5px;
  border: 1px solid white;
  color: white;
  display: block;
  font-size: 15px;
  margin: 40px auto 0 auto;
  padding: 40px 15px;
  text-align: center;
  width: 100%;
}
.page-mobileapp-index ul li a:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #00953a;
  content: '\f015';
  display: block;
  font-family: FontAwesome;
  font-size: 28px;
  font-weight: 400;
  height: 50px;
  left: 50%;
  line-height: 50px;
  position: absolute;
  top: 10px;
  width: 50px;
}
.products-list {
  position: relative;
}
.products-list.loading .list-content {
  opacity: 0.3;
}
.products-list.loading .list-loader {
  display: block;
}
.products-list .list-top {
  background-color: rgba(178, 178, 178, 0.1);
  border-radius: 0;
  color: #454545;
  display: table;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 10px 15px;
  width: 100%;
}
.products-list .list-top .form-group {
  margin: 0;
}
.products-list .list-top select {
  -moz-appearance: none;
  /*Removes default style Firefox*/
  background: white;
  border: 1px solid #a0a0a0;
  border-radius: 0;
  color: #454545;
  font-size: 13px;
  height: 30px;
  outline: none;
  padding: 0 7px;
  width: 100%;
}
.products-list .list-top .list-compare {
  display: block;
  float: left;
  margin-right: 10px;
}
.products-list .list-top .list-compare:after {
  color: #454545;
  content: '|';
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .products-list .list-top .list-compare:after {
    display: none;
  }
}
.products-list .list-top .list-compare a {
  color: #454545;
  display: inline-block;
}
.products-list .list-top .list-sort {
  display: block;
  float: left;
  margin-right: 20px;
  width: auto;
}
@media (max-width: 767px) {
  .products-list .list-top .list-sort {
    margin-top: 5px;
    width: 100%;
  }
}
.products-list .list-top .list-sort .form-group-product-list-sort {
  display: block;
  width: 100%;
}
.products-list .list-top .list-sort .form-group-product-list-sort label {
  color: #454545;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  margin: 0 10px 0 0;
  padding-top: 5px;
}
.products-list .list-top .list-sort .form-group-product-list-sort .row {
  float: right;
}
@media (max-width: 767px) {
  .products-list .list-top .list-sort .form-group-product-list-sort .row {
    float: left;
  }
}
.products-list .list-top .list-sort .form-group-product-list-sort .row .form-group-content {
  float: left;
}
.products-list .list-top .number-of-items {
  display: block;
  float: right;
}
@media (max-width: 767px) {
  .products-list .list-top .number-of-items {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items {
  display: inline-block;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items label {
  color: #454545;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  margin: 0 10px 0 0;
  padding-top: 5px;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items .row {
  float: right;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items .row .form-group-content {
  display: inline-block;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items .row .form-group-content select {
  display: inline-block;
  padding: 0 0 0 7px;
  max-width: 60px;
  min-width: 60px;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items .row .form-group-content .input-group-addon {
  background: none;
  border: none;
  color: #454545;
  display: inline-block;
  font-size: 13px;
  height: 16px;
  margin-left: 10px;
  padding: 0;
}
.products-list .list-content .item {
  background-color: white;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  padding: 0;
  margin-top: 30px;
}
.products-list .list-content .item .image {
  background-color: white;
  position: relative;
}
.products-list .list-content .item .image .img-responsive {
  margin: 0 auto;
}
.products-list .list-content .item .image .discount-percentage {
  background-color: #aac811;
  top: 20px;
  right: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
}
.products-list .list-content .item .info {
  background-color: transparent;
  min-height: 140px;
  padding: 15px;
  position: relative;
}
.products-list .list-content .item .info h3.title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}
.products-list .list-content .item .info h3.title a {
  color: #454545;
}
.products-list .list-content .item .info h3.title a:hover,
.products-list .list-content .item .info h3.title a:active,
.products-list .list-content .item .info h3.title a:focus {
  color: #555555;
}
.products-list .list-content .item .info .product-info-price .price-old {
  color: #d2d2d2;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  text-decoration: line-through;
}
.products-list .list-content .item .info .product-info-price .price-current {
  color: #00953a;
  font-size: 24px;
  font-family: "Century Gothic", roboto, sans-serif;
  font-weight: bold;
  text-align: left;
}
.products-list .list-content .item .info .add-to-cart button,
.products-list .list-content .item .info .add-to-cart a {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
  font-size: 14px;
  margin-top: 30px;
  width: 100%;
}
.products-list .list-content .item .info .add-to-cart button:active:focus,
.products-list .list-content .item .info .add-to-cart a:active:focus {
  outline-color: transparent;
}
.products-list .list-content .item .info .add-to-cart button:hover,
.products-list .list-content .item .info .add-to-cart a:hover,
.products-list .list-content .item .info .add-to-cart button:active,
.products-list .list-content .item .info .add-to-cart a:active,
.products-list .list-content .item .info .add-to-cart button:focus,
.products-list .list-content .item .info .add-to-cart a:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.products-list .list-content .item .info .add-to-cart button:before,
.products-list .list-content .item .info .add-to-cart a:before {
  content: '\f291';
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 10px;
}
.products-list .list-loader {
  display: none;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 150px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
}
.products-list .list-loader .loader:before {
  content: '\f110';
  color: #00953a;
  font-family: FontAwesome;
  font-size: 60px;
  text-align: center;
}
.products-list .list-bottom {
  margin: 15px 0 0 0;
}
.products-list .list-bottom .items-per-page {
  display: inline-block;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px;
}
.related-products {
  background-color: rgba(178, 178, 178, 0.1);
  padding: 30px 0;
}
.related-products h2 {
  margin-bottom: 30px;
}
.related-products .products-list .list-content .item {
  border: none;
}
.related-products .products-list .list-content .item > .row {
  margin: 0;
}
@media (max-width: 1199px) {
  .related-products .products-list .list-content .item > .row {
    margin-left: initial;
    margin-right: initial;
  }
}
.related-products .products-list .list-content .item .col-image {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .related-products .products-list .list-content .item .col-image {
    padding-left: initial;
    padding-right: initial;
  }
}
.related-products .products-list .list-content .item .col-content {
  background-color: #1c4165;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .related-products .products-list .list-content .item .col-content {
    padding-left: initial;
    padding-right: initial;
  }
}
.related-products .products-list .list-content .item .col-content .info {
  min-height: 275px;
  padding: 15px 30px;
  position: relative;
}
@media (max-width: 991px) {
  .related-products .products-list .list-content .item .col-content .info {
    min-height: 196px;
  }
}
@media (max-width: 767px) {
  .related-products .products-list .list-content .item .col-content .info {
    min-height: initial;
  }
}
.related-products .products-list .list-content .item .col-content .info h3.title {
  font-size: 24px;
  text-transform: uppercase;
}
.related-products .products-list .list-content .item .col-content .info h3.title a {
  color: white;
}
.related-products .products-list .list-content .item .col-content .info h3.title a:hover,
.related-products .products-list .list-content .item .col-content .info h3.title a:focus,
.related-products .products-list .list-content .item .col-content .info h3.title a:active {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.related-products .products-list .list-content .item .col-content .info .product-info-price {
  padding-bottom: 60px;
}
.related-products .products-list .list-content .item .col-content .info .product-info-price .price-old {
  color: #666;
}
.related-products .products-list .list-content .item .col-content .info .add-to-cart {
  bottom: 20px;
  position: absolute;
}
.recommended-products {
  margin: 30px 0 30px 0;
}
.recommended-products > h2 {
  margin-bottom: 20px;
}
.recommended-products .products .list-content .item,
.recommended-products .product-list .list-content .item {
  border: 1px solid rgba(0, 149, 58, 0.1);
}
.recommended-products .products .list-content .item .info,
.recommended-products .product-list .list-content .item .info {
  background: rgba(0, 149, 58, 0.1);
}
.recommended-products .products .product-list-bottom,
.recommended-products .product-list .product-list-bottom {
  padding-top: 30px;
}
.recommended-products .products .product-list-bottom .items-per-page,
.recommended-products .product-list .product-list-bottom .items-per-page {
  display: inline-block;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px;
}
.page-products-comparison .table-responsive table tbody tr.image-tr td,
.page-products-comparison .table-responsive table tbody tr.image-tr th {
  border: none;
}
.page-products-comparison .table-responsive table tbody tr.name-tr td,
.page-products-comparison .table-responsive table tbody tr.name-tr th {
  border: none;
}
.page-products-comparison .table-responsive table tbody tr.name-tr td a,
.page-products-comparison .table-responsive table tbody tr.name-tr th a {
  font-size: 18px;
}
.page-products-comparison .table-responsive table tbody tr td {
  white-space: normal;
}
.page-products-comparison .table-responsive table tbody tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-products-comparison .table-responsive table tbody tr td.image {
  position: relative;
}
.page-products-comparison .table-responsive table tbody tr td.image .btn-delete {
  padding: 5px 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.page-products-comparison .table-responsive table tbody tr td.image img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-products-comparison .table-responsive table tbody tr td.image img {
    max-width: 255px;
  }
}
.page-products-comparison .table-responsive table tbody tr td.image .discount-percentage {
  background-color: #aac811;
  top: 20px;
  right: 5px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
}
.page-products-comparison .table-responsive table tbody tr td.price .price-old {
  color: #858585;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
.page-products-comparison .table-responsive table tbody tr td.price .price-current {
  color: #454545;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-products-comparison .table-responsive table tbody tr td.product-colours ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.page-products-comparison .table-responsive table tbody tr td.product-colours ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.page-products-comparison .table-responsive table tbody tr td.product-colours ul li:last-child {
  margin-right: 0;
}
.page-products-comparison .table-responsive table tbody tr td.product-colours ul li img {
  border: 1px solid #aaa;
}
.page-products-comparison .table-responsive table tbody tr td.product-sizes ul {
  list-style: none;
  margin: 5px 0 5px 0;
  padding: 0;
  text-align: left;
}
.page-products-comparison .table-responsive table tbody tr td.product-sizes ul li {
  border: 1px solid #454545;
  display: inline-block;
  float: left;
  margin-bottom: 3px;
  margin-right: 10px;
  padding: 5px 10px;
}
.page-products-comparison .table-responsive table tbody tr td.product-sizes ul li:last-child {
  margin-right: 0;
}
.page-products-comparison .table-responsive table tbody tr td.order a {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
}
.page-products-comparison .table-responsive table tbody tr td.order a:active:focus {
  outline-color: transparent;
}
.page-products-comparison .table-responsive table tbody tr td.order a:hover,
.page-products-comparison .table-responsive table tbody tr td.order a:active,
.page-products-comparison .table-responsive table tbody tr td.order a:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.page-products-comparison .table-responsive table tbody tr td.order a:before {
  content: '\f291';
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 10px;
}
.page-products-comparison .table-responsive table tbody tr td.order a:hover,
.page-products-comparison .table-responsive table tbody tr td.order a:active,
.page-products-comparison .table-responsive table tbody tr td.order a:focus,
.page-products-comparison .table-responsive table tbody tr td.order a:active:hover,
.page-products-comparison .table-responsive table tbody tr td.order a:active:focus {
  background-color: #006226;
  border: none;
  border-radius: 10px;
  color: white;
}
.page-products-comparison .table-responsive table tbody tr td.order .btn-favorite-icon {
  padding: 0;
  height: 47px;
  width: 47px;
}
.page-products-comparison .table-responsive table tbody tr td.order .btn-favorite-icon:before {
  padding: 2px 0;
  width: 47px;
}
.page-products-detail {
  margin-bottom: 380px;
}
.page-products-detail .product-detail .main-image {
  position: relative;
  border: 1px solid #f0f0f0;
  margin: 0 0 10px 0;
}
.page-products-detail .product-detail .main-image img {
  max-height: 400px;
  margin: 0 auto;
}
.page-products-detail .product-detail .main-image .discount-percentage {
  background-color: #aac811;
  top: 20px;
  right: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
}
.page-products-detail .product-detail .thumbs .product-thumb-image a {
  border: 1px solid #f0f0f0;
  display: block;
  height: 90px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-products-detail .product-detail .thumbs .product-thumb-image a img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.8);
  /* Safari and Chrome */
  -moz-transform: scale(0.8);
  /* Firefox */
  -ms-transform: scale(0.8);
  /* IE 9 */
  -o-transform: scale(0.8);
  /* Opera */
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-products-detail .product-detail .thumbs .product-thumb-image a:hover,
.page-products-detail .product-detail .thumbs .product-thumb-image a:active,
.page-products-detail .product-detail .thumbs .product-thumb-image a:focus {
  border: 1px solid #146c40;
}
.page-products-detail .product-detail .thumbs .product-thumb-image a:hover img,
.page-products-detail .product-detail .thumbs .product-thumb-image a:active img,
.page-products-detail .product-detail .thumbs .product-thumb-image a:focus img {
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -moz-transform: scale(1);
  /* Firefox */
  -ms-transform: scale(1);
  /* IE 9 */
  -o-transform: scale(1);
  /* Opera */
  transform: scale(1);
}
.page-products-detail .product-detail .wishlist button,
.page-products-detail .product-detail .wishlist a {
  background: none;
  color: #454545;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}
.page-products-detail .product-detail .wishlist button:hover,
.page-products-detail .product-detail .wishlist a:hover,
.page-products-detail .product-detail .wishlist button:active,
.page-products-detail .product-detail .wishlist a:active,
.page-products-detail .product-detail .wishlist button:focus,
.page-products-detail .product-detail .wishlist a:focus {
  background: none;
  color: #00953a;
}
.page-products-detail .product-detail .wishlist button:before,
.page-products-detail .product-detail .wishlist a:before {
  color: #00953a;
  content: '\f005';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .page-products-detail .product-detail .compare {
    padding-bottom: 15px;
  }
}
.page-products-detail .product-detail .compare button,
.page-products-detail .product-detail .compare a {
  background: none;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.page-products-detail .product-detail .compare button:hover,
.page-products-detail .product-detail .compare a:hover,
.page-products-detail .product-detail .compare button:active,
.page-products-detail .product-detail .compare a:active,
.page-products-detail .product-detail .compare button:focus,
.page-products-detail .product-detail .compare a:focus {
  background: none;
  color: #00953a;
}
.page-products-detail .product-detail .compare button:before,
.page-products-detail .product-detail .compare a:before {
  color: #00953a;
  content: '\f0ec';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 5px;
}
.page-products-detail .product-detail .description {
  padding: 15px 0 15px 0;
}
.page-products-detail .product-detail .description .description-read-more {
  font-weight: 700;
  color: #454545;
  text-decoration: underline;
}
.page-products-detail .product-detail .description .description-read-more:hover,
.page-products-detail .product-detail .description .description-read-more:focus,
.page-products-detail .product-detail .description .description-read-more:active {
  color: #555555;
}
.page-products-detail .product-detail .stock-status {
  padding: 10px 0 0 0;
  display: none;
}
.page-products-detail .product-detail .stock-status a {
  text-decoration: underline;
}
.page-products-detail .product-detail .stock-status .stock-icon {
  color: #454545;
  display: inline-block;
}
.page-products-detail .product-detail .stock-status .stock-icon:before {
  content: '\f00c';
  color: #00953a;
  font-family: FontAwesome;
  padding-right: 5px;
}
.page-products-detail .product-detail .out-of-stock-notification a {
  text-decoration: underline;
}
.page-products-detail .product-detail .code,
.page-products-detail .product-detail .brand {
  padding-top: 0;
  font-weight: 600;
}
.page-products-detail .product-detail .code .value,
.page-products-detail .product-detail .brand .value {
  font-weight: 400;
}
.page-products-detail .product-detail .code {
  display: none;
}
.page-products-detail .product-detail .brand {
  margin-bottom: 25px;
}
.page-products-detail .product-detail .brand a {
  color: #1c4165;
  text-decoration: underline;
}
.page-products-detail .product-detail .brand a:hover,
.page-products-detail .product-detail .brand a:focus,
.page-products-detail .product-detail .brand a:active {
  color: #11273d;
}
@media (max-width: 991px) {
  .page-products-detail .product-detail .brand {
    margin-bottom: 20px;
  }
}
.page-products-detail .product-detail .amount {
  display: block;
  float: left;
  padding-top: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page-products-detail .product-detail .amount {
    margin: 0 5px 10px 0;
  }
}
.page-products-detail .product-detail .amount .form-group {
  margin: 0;
}
.page-products-detail .product-detail .amount .form-group label {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 47px;
  height: 47px;
  vertical-align: top;
  margin-right: 10px;
}
.page-products-detail .product-detail .amount .form-group .row {
  display: inline-block;
}
.page-products-detail .product-detail .amount .form-group .row .form-group-content {
  display: inline-block;
  width: auto;
}
.page-products-detail .product-detail .amount .form-group .row .form-group-content input {
  height: 47px;
  min-width: 60px;
  padding: 0 10px;
  width: 60px;
}
.page-products-detail .product-detail .price {
  padding: 0 0 20px 0;
}
.page-products-detail .product-detail .price .price-old {
  color: #a0a0a0;
  text-decoration: line-through;
}
.page-products-detail .product-detail .price .price-current {
  color: #00953a;
  font-size: 24px;
  font-weight: 700;
}
.page-products-detail .product-detail .product-colours {
  padding: 20px 0 0 0;
}
.page-products-detail .product-detail .product-colours h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-products-detail .product-detail .product-colours ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  text-align: left;
}
.page-products-detail .product-detail .product-colours ul li {
  display: inline-block;
  margin-right: 3px;
}
.page-products-detail .product-detail .product-colours ul li:last-child {
  margin-right: 0;
}
.page-products-detail .product-detail .product-colours ul li img {
  border: 1px solid #aaa;
}
.page-products-detail .product-detail .product-colours ul li img.in-stock {
  border-color: #454545;
  color: #454545;
}
.page-products-detail .product-detail .product-colours ul li img.in-stock:hover,
.page-products-detail .product-detail .product-colours ul li img.in-stock:active,
.page-products-detail .product-detail .product-colours ul li img.in-stock:focus {
  color: #00953a;
  border-color: #00953a;
}
.page-products-detail .product-detail .product-colours ul li img.out-of-stock {
  border-color: #aaa;
  color: #aaa;
}
.page-products-detail .product-detail .product-colours ul li img.out-of-stock:hover,
.page-products-detail .product-detail .product-colours ul li img.out-of-stock:active,
.page-products-detail .product-detail .product-colours ul li img.out-of-stock:focus {
  border-color: #999;
  color: #999;
}
.page-products-detail .product-detail .product-colours ul li img.selected {
  color: #00953a;
  border-color: #00953a;
}
.page-products-detail .product-detail .product-colours ul li img.selected:hover,
.page-products-detail .product-detail .product-colours ul li img.selected:active,
.page-products-detail .product-detail .product-colours ul li img.selected:focus {
  background: #00953a;
  color: white;
}
.page-products-detail .product-detail .product-sizes {
  padding: 20px 0 0 0;
}
.page-products-detail .product-detail .product-sizes h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-products-detail .product-detail .product-sizes ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  text-align: left;
}
.page-products-detail .product-detail .product-sizes ul li {
  display: inline-block;
}
.page-products-detail .product-detail .product-sizes ul li a {
  border: 1px solid;
  margin-right: 3px;
  padding: 5px 10px;
  text-decoration: none;
}
.page-products-detail .product-detail .product-sizes ul li a:last-child {
  margin-right: 0;
}
.page-products-detail .product-detail .product-sizes ul li a.in-stock {
  border-color: #454545;
  color: #454545;
}
.page-products-detail .product-detail .product-sizes ul li a.in-stock:hover,
.page-products-detail .product-detail .product-sizes ul li a.in-stock:active,
.page-products-detail .product-detail .product-sizes ul li a.in-stock:focus {
  color: #00953a;
  border-color: #00953a;
}
.page-products-detail .product-detail .product-sizes ul li a.out-of-stock {
  border-color: #aaa;
  color: #aaa;
}
.page-products-detail .product-detail .product-sizes ul li a.out-of-stock:hover,
.page-products-detail .product-detail .product-sizes ul li a.out-of-stock:active,
.page-products-detail .product-detail .product-sizes ul li a.out-of-stock:focus {
  border-color: #999;
  color: #999;
}
.page-products-detail .product-detail .product-sizes ul li a.selected {
  color: #00953a;
  border-color: #00953a;
}
.page-products-detail .product-detail .product-sizes ul li a.selected:hover,
.page-products-detail .product-detail .product-sizes ul li a.selected:active,
.page-products-detail .product-detail .product-sizes ul li a.selected:focus {
  background: #00953a;
  color: white;
}
.page-products-detail .product-detail .general-info {
  background-color: #d9e383;
  margin: 15px 0;
}
.page-products-detail .product-detail .general-info p {
  padding: 20px;
}
.page-products-detail .product-detail .prescription {
  background-color: #f8cfcf;
  margin: 15px 0;
  padding: 20px;
}
.page-products-detail .product-detail .properties {
  margin: 30px 0;
}
.page-products-detail .product-detail .properties .nav-tabs li.active a {
  background-color: #FAFAFA;
  color: #454545;
  font-weight: 700;
  text-decoration: none;
}
.page-products-detail .product-detail .properties .nav-tabs li a {
  background-color: rgba(0, 149, 58, 0.15);
  border-radius: 0;
  color: #454545;
  font-weight: 400;
  margin: 0;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
}
.page-products-detail .product-detail .properties .nav-tabs li a:hover,
.page-products-detail .product-detail .properties .nav-tabs li a:active,
.page-products-detail .product-detail .properties .nav-tabs li a:focus {
  color: #00953a;
}
.page-products-detail .product-detail .properties .tab-content {
  background-color: #FAFAFA;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.page-products-detail .product-detail .properties .tab-content .tab-pane {
  padding: 20px;
}
.page-products-detail .product-detail .properties .tab-content .tab-pane table {
  margin: 0;
}
.page-products-detail .product-detail .properties .tab-content .tab-pane table th {
  width: 150px;
}
.page-products-detail .product-detail .properties .tab-content .tab-pane table tr:first-child td,
.page-products-detail .product-detail .properties .tab-content .tab-pane table tr:first-child th {
  border: none;
}
/* Search (sidebar, homepage, search)
 ============================================================================ */
.page-products-search .main-container .search {
  position: relative;
}
.page-products-search .main-container .search + h2 {
  margin: 40px 0;
}
.page-products-search .main-container .search label {
  display: none;
}
.page-products-search .main-container .search input {
  background: none;
  border: 1px solid #00953a;
  color: #454545;
  height: 40px;
  outline-width: 0;
  padding-right: 50px;
  width: 100%;
}
.page-products-search .main-container .search button {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 0;
}
.page-products-search .main-container .search button:hover,
.page-products-search .main-container .search button:active,
.page-products-search .main-container .search button:focus {
  color: white;
}
/* Login page
 ============================================================================ */
.page-login-login .login-form {
  background-color: #fafafa;
  padding: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-login-login .login-form {
    padding: 15px;
  }
}
.page-login-login .login-form .form-group-content input {
  width: 100%;
}
.page-login-login .login-form .btn-group button {
  margin-top: 0;
  display: inline-block;
}
.page-login-login .login-form .btn-group a {
  display: inline-block;
  line-height: 46px;
}
@media (max-width: 767px) {
  .page-login-login .no-account {
    margin-top: 25px;
  }
}
/* Register page
 ============================================================================ */
.page-users-index .form-group-content input {
  width: 100%;
}
/* Password forgotten page
 ============================================================================ */
.page-login-passwordforgotten .btn-group {
  width: 100%;
}
.page-login-passwordforgotten .btn-group button {
  border-radius: 10px;
  display: inline-block;
  margin-top: 0;
  width: auto;
}
@media (max-width: 767px) {
  .page-login-passwordforgotten .btn-group button {
    display: block;
    float: left;
    margin-left: 0;
  }
}
.page-login-passwordforgotten .btn-group button:hover,
.page-login-passwordforgotten .btn-group button:active,
.page-login-passwordforgotten .btn-group button:focus {
  background-color: #007c30;
}
.page-login-passwordforgotten .btn-group a {
  display: inline-block;
  line-height: 45px;
}
.account-menu {
  background: #00953a;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .account-menu {
    margin-bottom: 40px;
  }
}
.account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-menu ul li a {
  color: white;
  display: block;
  font-size: 14px;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
}
.account-menu ul li a:hover,
.account-menu ul li a:active,
.account-menu ul li a:focus {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
}
.account-block {
  border: 1px solid rgba(0, 149, 58, 0.25);
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.account-block h2 {
  background: white;
  color: #00953a;
  font-weight: 400;
  display: inline-block;
  left: 5px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: -14px;
}
@media (max-width: 767px) {
  .account-block h2 {
    font-size: 20px;
  }
}
.account-block > a {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
  background: none;
  border: 1px solid #00953a;
  color: #00953a;
  display: inline-block;
  line-height: normal;
  padding: 2px 20px;
  margin-top: 5px;
  font-size: 12px;
}
.account-block > a:active:focus {
  outline-color: transparent;
}
.account-block > a:hover,
.account-block > a:active,
.account-block > a:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.account-block > a:hover,
.account-block > a:focus,
.account-block > a:active {
  background-color: #00953a;
  color: white;
}
.account-block .list-items {
  list-style: none;
  padding: 0;
}
.address-item {
  position: relative;
  border-bottom: 1px solid rgba(28, 65, 101, 0.25);
  margin-top: 15px;
}
.address-item:first-child {
  margin-top: 0;
}
.address-item:last-child {
  border-bottom: none;
}
.address-item a {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
  background: none;
  border: 1px solid #00953a;
  color: #00953a;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 2px 20px;
}
.address-item a:active:focus {
  outline-color: transparent;
}
.address-item a:hover,
.address-item a:active,
.address-item a:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.address-item a:hover,
.address-item a:focus,
.address-item a:active {
  background-color: #00953a;
  color: white;
}
.delivery-addresses .addresses + a {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
  padding: 2px 20px;
}
.delivery-addresses .addresses + a:active:focus {
  outline-color: transparent;
}
.delivery-addresses .addresses + a:hover,
.delivery-addresses .addresses + a:active,
.delivery-addresses .addresses + a:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.page-account-informationindex .personal-information,
.page-account-addressesindex .personal-information {
  background: url('../img/account_personalinfo.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .personal-information,
  .page-account-addressesindex .personal-information {
    background: none;
  }
}
.page-account-informationindex .address-information,
.page-account-addressesindex .address-information {
  background: url('../img/account_address.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .address-information,
  .page-account-addressesindex .address-information {
    background: none;
  }
}
.page-account-informationindex .address-information .address-item,
.page-account-addressesindex .address-information .address-item {
  margin-top: 20px;
}
.page-account-informationindex .address-information .address-item:first-child,
.page-account-addressesindex .address-information .address-item:first-child {
  margin-top: 0;
}
.page-account-informationindex .address-information .address-item h3,
.page-account-addressesindex .address-information .address-item h3 {
  color: #454545;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.page-account-informationindex .address-information .address-item .list-items,
.page-account-addressesindex .address-information .address-item .list-items {
  padding: 0;
}
.page-account-informationindex .login-information,
.page-account-addressesindex .login-information {
  background: url('../img/account_login.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .login-information,
  .page-account-addressesindex .login-information {
    background: none;
  }
}
@media (max-width: 767px) {
  .page-account-informationindex .login-information .list-item .list-label,
  .page-account-addressesindex .login-information .list-item .list-label {
    width: 35%;
  }
}
.page-account-addressesindex .account-block a,
.page-account-addressesindex .account-block .btn {
  background-color: #1c4165;
  color: white;
}
.page-account-addressesindex .account-block a:hover,
.page-account-addressesindex .account-block .btn:hover,
.page-account-addressesindex .account-block a:focus,
.page-account-addressesindex .account-block .btn:focus,
.page-account-addressesindex .account-block a:active,
.page-account-addressesindex .account-block .btn:active {
  background-color: #11273d;
  color: white;
}
.col-wishlist {
  position: relative;
}
.col-wishlist .item {
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.col-wishlist .delete-button {
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.col-wishlist .delete-button .btn-delete {
  padding: 5px 12px;
}
.page-account-ordersindex .table-responsive thead tr th,
.page-account-orderreturnsindex .table-responsive thead tr th {
  border-color: #ddd;
}
.page-account-ordersindex .table-responsive tbody tr:hover,
.page-account-orderreturnsindex .table-responsive tbody tr:hover,
.page-account-ordersindex .table-responsive tbody tr:active,
.page-account-orderreturnsindex .table-responsive tbody tr:active,
.page-account-ordersindex .table-responsive tbody tr:focus,
.page-account-orderreturnsindex .table-responsive tbody tr:focus {
  background: rgba(0, 149, 58, 0.15);
}
.page-account-ordersindex .table-responsive tbody tr:hover a,
.page-account-orderreturnsindex .table-responsive tbody tr:hover a,
.page-account-ordersindex .table-responsive tbody tr:active a,
.page-account-orderreturnsindex .table-responsive tbody tr:active a,
.page-account-ordersindex .table-responsive tbody tr:focus a,
.page-account-orderreturnsindex .table-responsive tbody tr:focus a {
  color: #454545;
}
.page-account-ordersindex .table-responsive tbody tr td,
.page-account-orderreturnsindex .table-responsive tbody tr td {
  border-color: #ddd;
  padding: 0;
  vertical-align: middle;
}
.page-account-ordersindex .table-responsive tbody tr td:first-child,
.page-account-orderreturnsindex .table-responsive tbody tr td:first-child {
  width: 20%;
}
.page-account-ordersindex .table-responsive tbody tr td:first-child a,
.page-account-orderreturnsindex .table-responsive tbody tr td:first-child a {
  font-weight: 600;
}
.page-account-ordersindex .table-responsive tbody tr td a,
.page-account-orderreturnsindex .table-responsive tbody tr td a {
  color: #454545;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
}
.page-account-ordersindex .table-responsive tbody tr:hover td:last-child a,
.page-account-ordersindex .table-responsive tbody tr:active td:last-child a,
.page-account-ordersindex .table-responsive tbody tr:focus td:last-child a {
  background-color: rgba(0, 149, 58, 0.4);
}
.page-account-ordersindex .table-responsive tbody tr td:last-child {
  text-align: center;
  width: 38px;
}
.page-account-ordersindex .table-responsive tbody tr td:last-child a {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
  background-color: rgba(0, 149, 58, 0.4);
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 30px;
}
.page-account-ordersindex .table-responsive tbody tr td:last-child a:active:focus {
  outline-color: transparent;
}
.page-account-ordersindex .table-responsive tbody tr td:last-child a:hover,
.page-account-ordersindex .table-responsive tbody tr td:last-child a:active,
.page-account-ordersindex .table-responsive tbody tr td:last-child a:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
.page-account-ordersindex .table-responsive tbody tr td:last-child a:hover,
.page-account-ordersindex .table-responsive tbody tr td:last-child a:active,
.page-account-ordersindex .table-responsive tbody tr td:last-child a:focus {
  background-color: rgba(0, 149, 58, 0.8);
}
.page-account-ordersdetail .main-container .shopping-cart {
  margin-bottom: 30px;
}
.page-account-ordersdetail .main-container .shopping-cart td:last-child {
  text-align: right;
}
.page-account-ordersdetail .list-item-block:last-child {
  margin: 14px 0 0 0;
}
@media (max-width: 1199px) {
  .page-account-ordersdetail .list-item-block:last-child {
    margin: 14px 0 30px 0;
  }
}
.page-account-ordersdetail .prescriptions img {
  margin-bottom: 20px;
}
.page-account-register .form-group-radio {
  display: inline-block;
  margin-right: 20px;
}
.page-account-register .col-side {
  background: #146c40;
  padding: 30px;
}
.page-prescriptionforward-stepuploads .form-steps li:before {
  border-width: 16px;
}
.page-prescriptionforward-stepuploads .form-steps li a,
.page-prescriptionforward-stepuploads .form-steps li span {
  font-size: 14px;
  padding: 5px 10px 5px 25px;
}
.page-prescriptionforward-stepuploads .form-steps li a:after,
.page-prescriptionforward-stepuploads .form-steps li span:after {
  border-width: 16px;
  right: -16px;
}
.page-prescriptionforward-stepuploads .form-content .files .form-group:last-child {
  margin-bottom: 10px;
}
.page-prescriptionforward-stepuploads .form-content .files .form-group input {
  border: 0;
  padding: 0;
}
.page-controller-prescriptionforward #add-file {
  border-radius: 0;
  color: #555555;
  font-size: 14px;
  margin-bottom: 20px;
}
.page-controller-prescriptionforward input[type="submit"] {
  display: block;
  margin-top: 0;
}
.page-controller-prescriptionforward input[type="submit"] + a {
  line-height: 40px;
}
.page-prescriptionforward-stepoverview .main-container img {
  border: 1px solid #62ff9f;
  margin-bottom: 20px;
}
.page-prescriptionforward-stepoverview .main-container form > h2 {
  margin-top: 0;
}
.page-shoppingcart-index .row .table {
  margin-bottom: 60px !important;
}
.page-shoppingcart-index a.btn-border {
  float: right;
}
/************ General Shopping Cart ************/
.page-shoppingcart-index .table-responsive,
.shopping-cart .table-responsive {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .page-shoppingcart-index .table-responsive,
  .shopping-cart .table-responsive {
    margin: 0;
  }
}
.page-shoppingcart-index .table-responsive .table,
.shopping-cart .table-responsive .table {
  margin: 0;
}
.page-shoppingcart-index .table-responsive td,
.shopping-cart .table-responsive td {
  vertical-align: middle;
}
.page-shoppingcart-index .table-responsive .name a,
.shopping-cart .table-responsive .name a {
  font-weight: 600;
}
.page-shoppingcart-index .table-responsive .name .product-options > span,
.shopping-cart .table-responsive .name .product-options > span {
  display: block;
  color: #999;
}
.page-shoppingcart-index .table-responsive .name .product-options > span .title,
.shopping-cart .table-responsive .name .product-options > span .title {
  font-weight: 600;
}
.page-shoppingcart-index .table-responsive .amount,
.shopping-cart .table-responsive .amount {
  width: 150px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .page-shoppingcart-index .table-responsive .amount,
  .shopping-cart .table-responsive .amount {
    width: 125px;
    min-width: 125px;
  }
}
.page-shoppingcart-index .table-responsive .amount .amount-input,
.shopping-cart .table-responsive .amount .amount-input {
  position: relative;
}
.page-shoppingcart-index .table-responsive .amount .amount-input .form-group,
.shopping-cart .table-responsive .amount .amount-input .form-group {
  margin: 0;
}
.page-shoppingcart-index .table-responsive .amount .amount-input .form-group input,
.shopping-cart .table-responsive .amount .amount-input .form-group input {
  height: 40px;
  padding-right: 50px;
  width: 100%;
}
.page-shoppingcart-index .table-responsive .amount .amount-input button,
.shopping-cart .table-responsive .amount .amount-input button {
  border-radius: 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 5px 0;
}
.page-shoppingcart-index .table-responsive .remove,
.shopping-cart .table-responsive .remove {
  padding-left: 0;
}
.page-shoppingcart-index .table-responsive .remove button,
.shopping-cart .table-responsive .remove button {
  background: none;
  color: #00953a;
  padding: 5px 15px;
  color: #aaa;
}
.page-shoppingcart-index .table-responsive .remove button:hover,
.shopping-cart .table-responsive .remove button:hover,
.page-shoppingcart-index .table-responsive .remove button:active,
.shopping-cart .table-responsive .remove button:active,
.page-shoppingcart-index .table-responsive .remove button:focus,
.shopping-cart .table-responsive .remove button:focus {
  background: none;
  box-shadow: none;
  color: #006226;
  text-decoration: underline;
}
.page-shoppingcart-index .table-responsive .remove button:hover,
.shopping-cart .table-responsive .remove button:hover,
.page-shoppingcart-index .table-responsive .remove button:active,
.shopping-cart .table-responsive .remove button:active,
.page-shoppingcart-index .table-responsive .remove button:focus,
.shopping-cart .table-responsive .remove button:focus {
  color: #454545;
}
.page-shoppingcart-index .table-responsive .price-unit,
.shopping-cart .table-responsive .price-unit {
  text-align: right;
}
.page-shoppingcart-index .table-responsive .price-old,
.shopping-cart .table-responsive .price-old {
  color: #aaa;
  text-decoration: line-through;
}
.page-shoppingcart-index .table-responsive .price-total,
.shopping-cart .table-responsive .price-total {
  text-align: right;
}
.page-shoppingcart-index .row .table,
.shopping-cart .row .table {
  margin-bottom: 0;
}
.page-shoppingcart-index .row .table tr:first-child th,
.shopping-cart .row .table tr:first-child th,
.page-shoppingcart-index .row .table tr:first-child td,
.shopping-cart .row .table tr:first-child td {
  border-top: none;
}
.page-shoppingcart-index .row .table tr th,
.shopping-cart .row .table tr th,
.page-shoppingcart-index .row .table tr td,
.shopping-cart .row .table tr td {
  background: #eee;
}
.page-shoppingcart-index .row .table tr td,
.shopping-cart .row .table tr td {
  text-align: right;
}
.page-shoppingcart-index .row .table tr .total,
.shopping-cart .row .table tr .total {
  background-color: #00953a;
  border: none;
  color: white;
  font-weight: 700;
}
.page-shoppingcart-checkoutstepinformation .col-information,
.page-prescriptionforward-stepinformation .col-information,
.page-medicationschedule-stepinformation .col-information {
  padding-top: 15px;
}
.page-shoppingcart-checkoutstepinformation .col-information .account-type .form-group-radio,
.page-prescriptionforward-stepinformation .col-information .account-type .form-group-radio,
.page-medicationschedule-stepinformation .col-information .account-type .form-group-radio {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
.page-shoppingcart-checkoutstepinformation .col-information .address,
.page-prescriptionforward-stepinformation .col-information .address,
.page-medicationschedule-stepinformation .col-information .address {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .col-information .account-information,
.page-prescriptionforward-stepinformation .col-information .account-information,
.page-medicationschedule-stepinformation .col-information .account-information {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .col-delivery-payment,
.page-prescriptionforward-stepinformation .col-delivery-payment,
.page-medicationschedule-stepinformation .col-delivery-payment {
  padding: 0 15px 15px 15px;
}
@media (max-width: 767px) {
  .page-shoppingcart-checkoutstepinformation .col-delivery-payment,
  .page-prescriptionforward-stepinformation .col-delivery-payment,
  .page-medicationschedule-stepinformation .col-delivery-payment {
    padding: 0;
  }
}
.page-shoppingcart-checkoutstepinformation .col-delivery-payment .delivery-payment,
.page-prescriptionforward-stepinformation .col-delivery-payment .delivery-payment,
.page-medicationschedule-stepinformation .col-delivery-payment .delivery-payment {
  background: #f8f8f8;
  padding: 15px;
}
.page-shoppingcart-checkoutstepinformation .col-delivery-payment .delivery-payment .delivery select,
.page-prescriptionforward-stepinformation .col-delivery-payment .delivery-payment .delivery select,
.page-medicationschedule-stepinformation .col-delivery-payment .delivery-payment .delivery select {
  width: 100%;
}
.page-shoppingcart-checkoutstepinformation .col-delivery-payment .delivery-payment .payment,
.page-prescriptionforward-stepinformation .col-delivery-payment .delivery-payment .payment,
.page-medicationschedule-stepinformation .col-delivery-payment .delivery-payment .payment {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .remarks,
.page-prescriptionforward-stepinformation .remarks,
.page-medicationschedule-stepinformation .remarks {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .remarks label,
.page-prescriptionforward-stepinformation .remarks label,
.page-medicationschedule-stepinformation .remarks label {
  display: none;
}
.page-shoppingcart-checkoutstepinformation .remarks .form-group,
.page-prescriptionforward-stepinformation .remarks .form-group,
.page-medicationschedule-stepinformation .remarks .form-group {
  margin-top: 15px;
}
.page-shoppingcart-checkoutstepinformation .remarks .form-group .form-group-content,
.page-prescriptionforward-stepinformation .remarks .form-group .form-group-content,
.page-medicationschedule-stepinformation .remarks .form-group .form-group-content {
  margin-bottom: 15px;
}
.page-shoppingcart-checkoutstepinformation .remarks textarea,
.page-prescriptionforward-stepinformation .remarks textarea,
.page-medicationschedule-stepinformation .remarks textarea {
  height: 75px !important;
}
.page-shoppingcart-checkoutstepinformation .terms-and-conditions,
.page-prescriptionforward-stepinformation .terms-and-conditions,
.page-medicationschedule-stepinformation .terms-and-conditions {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .terms-and-conditions .form-group,
.page-prescriptionforward-stepinformation .terms-and-conditions .form-group,
.page-medicationschedule-stepinformation .terms-and-conditions .form-group {
  margin-top: 15px;
}
.page-shoppingcart-checkoutstepinformation .btn-group input[type="submit"] + a,
.page-prescriptionforward-stepinformation .btn-group input[type="submit"] + a,
.page-medicationschedule-stepinformation .btn-group input[type="submit"] + a {
  line-height: 48px;
}
.page-shoppingcart-checkoutstepoverview .main-container .shopping-cart {
  margin-bottom: 40px;
}
.page-shoppingcart-checkoutstepoverview .btn-group input {
  margin-top: 0;
}
.page-shoppingcart-checkoutstepoverview .btn-group a {
  line-height: 46px;
}
.page-sitemap-index .sitemap-list a {
  text-decoration: none;
}
.page-sitemap-index .sitemap-list a:hover,
.page-sitemap-index .sitemap-list a:focus,
.page-sitemap-index .sitemap-list a:active {
  color: #00953a;
}
.page-sitemap-index .sitemap-list h2 {
  color: #00953a;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
}
.page-sitemap-index .sitemap-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.page-sitemap-index .sitemap-list ul:last-child {
  margin-bottom: 0;
}
.page-sitemap-index .sitemap-list ul li {
  margin: 0 0 10px 0;
}
.page-sitemap-index .sitemap-list ul li a {
  color: #454545;
}
.page-sitemap-index .sitemap-list > ul > li:before {
  color: rgba(0, 149, 58, 0.5);
  content: '\f067';
  font-family: FontAwesome;
  font-size: 14px;
  padding: 0 20px;
}
.page-sitemap-index .sitemap-list > ul > li ul {
  margin-left: 15px;
  margin-top: 5px;
}
.page-sitemap-index .sitemap-list > ul > li ul li {
  margin-bottom: 10px;
}
.page-sitemap-index .sitemap-list > ul > li ul li a {
  color: #454545;
}
.page-sitemap-index .sitemap-list > ul > li ul li a:before {
  color: rgba(0, 149, 58, 0.3);
  content: '\f067';
  font-family: FontAwesome;
  font-size: 14px;
  opacity: 0.7;
  padding: 0 10px;
}
.page-sitemap-index .sitemap-list.site-map-categories {
  margin-top: 30px;
}
html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
body {
  position: static;
  margin-bottom: 470px;
}
@media (max-width: 767px) {
  body.overlay {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  body {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 120px;
  }
}
body.page-outside {
  background-color: #146c40;
  position: fixed;
  margin: unset;
  min-height: 100%;
  width: 100%;
}
body.page-outside .outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
body.page-outside .middle {
  display: table-cell;
  vertical-align: middle;
}
body.page-outside .inner {
  color: white;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
body.page-outside .inner img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  body.page-outside .inner img {
    height: auto;
    max-width: 200px;
    width: 100%;
  }
}
body.page-outside .inner h1 {
  color: white;
  font-size: 36px;
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 40px;
}
body.page-outside .inner h2 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: none;
}
@media (max-width: 767px) {
  body.page-outside .inner .btn-group a {
    width: 100%;
  }
}
body.page-outside .inner .btn-group .btn-primary {
  background-color: white;
  border: none;
  border-radius: 10px;
  color: #00953a;
  font-weight: 600;
  padding: 8px 10px;
}
body.page-outside .inner .btn-group .btn-primary:hover,
body.page-outside .inner .btn-group .btn-primary:focus,
body.page-outside .inner .btn-group .btn-primary:active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #00953a;
}
body.page-outside .inner .btn-group .btn-primary:first-child {
  margin-right: 10px;
}
.alert {
  margin: 20px 0;
}
.alert i {
  padding-right: 5px;
}
.page-title {
  font-family: "Century Gothic", Poppins, Roboto;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
/* wrapper
 ============================================================================ */
.wrapper {
  width: 100%;
}
.wrapper.in .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper.in-right .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper .content-overlay {
  opacity: 0;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* header
 ============================================================================ */
header {
  background-color: #00953a;
}
@media (max-width: 767px) {
  header {
    height: 120px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 250;
  }
}
header .header-top {
  padding: 0;
}
header .header-top .my-account {
  display: inline-block;
  float: right;
  padding-top: 10px;
  margin-right: 15px;
}
header .header-top .my-account .logged-in:hover:before,
header .header-top .my-account .logged-in:focus:before,
header .header-top .my-account .logged-in:active:before {
  color: #c8ffdd;
}
header .header-top .my-account .logged-in:before {
  color: white;
}
header .header-top .my-account button {
  background: none;
  border: none;
  line-height: 1;
  padding: 0;
}
header .header-top .my-account button:hover span,
header .header-top .my-account button:focus span,
header .header-top .my-account button:active span {
  color: #c8ffdd;
}
header .header-top .my-account button:hover:before,
header .header-top .my-account button:focus:before,
header .header-top .my-account button:active:before {
  color: #c8ffdd;
}
header .header-top .my-account button:before {
  color: white;
  content: '\f007';
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  width: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-top .my-account button span {
  color: white;
  line-height: 34px;
}
header .header-top .my-account .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
}
header .header-top .my-account .dropdown-menu a {
  color: #454545;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-top .my-account .dropdown-menu a:hover,
header .header-top .my-account .dropdown-menu a:active,
header .header-top .my-account .dropdown-menu a:focus {
  background-color: #c8ffdd;
}
header .header-top .shopping-cart {
  float: right;
  padding-top: 10px;
}
header .header-top .shopping-cart button {
  background: none;
  border: none;
  line-height: 1;
  padding: 0 5px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  header .header-top .shopping-cart button {
    width: 30px;
  }
}
header .header-top .shopping-cart button:hover:before {
  color: #c8ffdd;
}
header .header-top .shopping-cart button:hover .count {
  background-color: #c8ffdd;
}
header .header-top .shopping-cart button:before {
  color: white;
  content: '\f291';
  font-family: FontAwesome;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  line-height: 30px;
}
@media (max-width: 767px) {
  header .header-top .shopping-cart button:before {
    padding-right: 15px;
  }
}
header .header-top .shopping-cart button .count {
  background-color: white;
  border-radius: 11px;
  color: #00953a;
  display: block;
  font-weight: 400;
  height: 22px;
  line-height: 25px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -4px;
  width: 22px;
}
header .header-top .shopping-cart button .label {
  display: none;
}
header .header-top .shopping-cart-dropdown {
  background-color: white;
  border: none;
  border-radius: 0;
  margin: 0;
  left: auto;
  padding: 15px;
  right: 0;
  width: 450px;
}
@media (max-width: 767px) {
  header .header-top .shopping-cart-dropdown {
    background: white;
    border-radius: 0;
    margin: 0;
    padding: 15px;
    position: absolute;
    width: 400px;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translate(400px, 73px);
    -moz-transform: translate(400px 73px);
    -ms-transform: translate(400px, 73px);
    transform: translate(400px, 73px);
  }
}
@media (max-width: 430px) {
  header .header-top .shopping-cart-dropdown {
    width: 300px;
    -webkit-transform: translate(300px, 73px);
    -moz-transform: translate(300px 73px);
    -ms-transform: translate(300px, 73px);
    transform: translate(300px, 73px);
  }
}
@media (max-width: 767px) {
  header .header-top .shopping-cart-dropdown.in-right {
    -webkit-transform: translate(0px, 73px);
    -moz-transform: translate(0px 73px);
    -ms-transform: translate(0px, 73px);
    transform: translate(0px, 73px);
  }
}
header .header-top .shopping-cart-dropdown h3 {
  font-weight: 300;
  margin: 15px 0;
}
header .header-top .shopping-cart-dropdown .product-list {
  width: 100%;
}
header .header-top .shopping-cart-dropdown .product-list thead tr th {
  background-color: #00953a;
  color: white;
  font-weight: 400;
  padding: 5px 10px;
  text-align: center;
}
header .header-top .shopping-cart-dropdown .product-list thead tr th:first-child {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 767px) {
  header .header-top .shopping-cart-dropdown .product-list thead tr th:first-child {
    padding-left: 10px;
  }
}
header .header-top .shopping-cart-dropdown .product-list thead tr th:last-child {
  text-align: right;
  padding-right: 20px;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td {
  padding: 5px 10px;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 767px) {
  header .header-top .shopping-cart-dropdown .product-list tbody tr td:first-child {
    padding-left: 10px;
  }
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td:last-child {
  padding-right: 20px;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td .product-options > span {
  color: #666;
  display: block;
  font-size: 13px;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td .product-options > span .title {
  font-weight: 600;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td.amount {
  text-align: center;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td.price {
  text-align: right;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td .btn {
  background-color: transparent;
  color: #00953a;
  float: right;
}
header .header-top .shopping-cart-dropdown .product-list tbody tr td .btn:hover,
header .header-top .shopping-cart-dropdown .product-list tbody tr td .btn:active,
header .header-top .shopping-cart-dropdown .product-list tbody tr td .btn:focus {
  color: #007c30;
}
header .header-top .shopping-cart-dropdown .totals {
  border-top: 1px solid #d2d2d2;
  height: auto;
  overflow: auto;
  padding-top: 20px;
}
header .header-top .shopping-cart-dropdown .totals .total-label {
  display: inline-block;
  font-weight: 600;
  padding-left: 10px;
  width: 60%;
}
header .header-top .shopping-cart-dropdown .totals .total-amount {
  color: #00953a;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px 10px 10px;
}
header .header-top .shopping-cart-dropdown .btn-group {
  float: right;
  padding-top: 15px;
}
header .header-top .shopping-cart-dropdown .btn-group .btn {
  margin-top: 0;
}
header .header-top .shopping-cart-dropdown .btn-group .btn-no-layout {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  margin-right: 0;
  padding: 0 16px 0 0;
}
header .header-top .search-xs {
  height: 30px;
  padding-top: 10px;
  width: 30px;
}
header .header-top .search-xs button {
  background: none;
  border: none;
  color: white;
  height: 40px;
  width: 40px;
}
header .header-top .search-xs button:hover,
header .header-top .search-xs button:focus,
header .header-top .search-xs button:active {
  color: #c8ffdd;
}
header .header-top .search-xs button .fa {
  font-size: 15px;
}
header .header-top .search-xs-content {
  border: none;
  box-shadow: none;
  background: #146c40;
  border-radius: 0;
  left: auto;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  z-index: -1;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate(0, 47px);
  -moz-transform: translate(0 47px);
  -ms-transform: translate(0, 47px);
  transform: translate(0, 47px);
}
header .header-top .search-xs-content.in {
  -webkit-transform: translate(0, 120px);
  -moz-transform: translate(0 120px);
  -ms-transform: translate(0, 120px);
  transform: translate(0, 120px);
}
header .header-top .search-xs-content .search {
  position: relative;
}
header .header-top .search-xs-content .search .form-group {
  margin: 0;
}
header .header-top .search-xs-content .search .form-group label {
  display: none;
}
header .header-top .search-xs-content .search .form-group input {
  outline: none;
  height: 42px;
}
header .header-top .search-xs-content .search button[type="submit"] {
  border: none;
  box-shadow: none;
  background-color: #00953a;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  vertical-align: inherit;
  border-radius: 0;
  height: 42px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
header .header-top .search-xs-content .search button[type="submit"]:active:focus {
  outline-color: transparent;
}
header .header-top .search-xs-content .search button[type="submit"]:hover,
header .header-top .search-xs-content .search button[type="submit"]:active,
header .header-top .search-xs-content .search button[type="submit"]:focus {
  background-color: #006226;
  color: white;
  outline-color: transparent;
  text-decoration: none !important;
}
header .header-top .search-xs-content button.btn-no-layout {
  background: none;
  color: #aaa;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 42px;
}
header .header-top .search-xs-content button.btn-no-layout:hover,
header .header-top .search-xs-content button.btn-no-layout:active,
header .header-top .search-xs-content button.btn-no-layout:focus {
  background: none;
  color: white;
}
@media (min-width: 768px) {
  header .header-top .search-xs {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-top .search-xs {
    display: inline-block;
  }
}
header .header-top .search-xl .search {
  max-width: 300px;
  padding-top: 10px;
  position: absolute;
  margin: 0 auto;
  width: 300px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  header .header-top .search-xl .search {
    display: none;
  }
}
header .header-top .search-xl .search form {
  position: relative;
}
header .header-top .search-xl .search form .form-group {
  margin: 0;
  padding-right: 33px;
}
header .header-top .search-xl .search form label {
  display: none;
}
header .header-top .search-xl .search form input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: white;
  height: 30px;
  outline: none;
  padding: 10px;
  width: 100%;
}
header .header-top .search-xl .search form input::-webkit-input-placeholder {
  /* Chrome */
  color: rgba(255, 255, 255, 0.5);
}
header .header-top .search-xl .search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
header .header-top .search-xl .search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
header .header-top .search-xl .search form input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
header .header-top .search-xl .search form .btn {
  background: none;
  border-radius: 0;
  color: white;
  font-size: 16px;
  height: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
header .header-top .search-xl .search form .btn:hover,
header .header-top .search-xl .search form .btn:focus,
header .header-top .search-xl .search form .btn:active {
  color: #c8ffdd;
}
@media (max-width: 767px) {
  header .header-middle {
    background-color: #00953a;
    height: 73px;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-logo .logo {
    display: none;
  }
}
header .header-middle .col-logo .logo img {
  height: 100px;
  width: auto;
}
header .header-middle .col-logo .logo img:hover,
header .header-middle .col-logo .logo img:focus,
header .header-middle .col-logo .logo img:active {
  opacity: 0.8;
}
header .header-middle .middle {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  header .header-middle .middle {
    padding-bottom: 0;
    padding-top: 0;
  }
}
header .header-middle .middle h2 {
  margin: 0;
}
header .header-middle .middle h2 a {
  color: white;
}
header .header-middle .middle h2 a:hover,
header .header-middle .middle h2 a:focus,
header .header-middle .middle h2 a:active {
  color: #c8ffdd;
}
@media (max-width: 400px) {
  header .header-middle .middle h2 a {
    font-size: 18px;
    line-height: 18px;
  }
}
header .header-bottom {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  header .header-bottom {
    background-color: transparent;
  }
}
header .header-bottom .navbar {
  background-color: transparent;
  border-radius: 10px;
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  header .header-bottom .navbar {
    display: inline-block;
    height: 55px;
    left: 15px;
    margin: 15px 0 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 42px;
  }
}
header .header-bottom .navbar .navbar-header button {
  background-color: white;
  border-radius: 0;
  float: left;
  height: 36px;
  margin: 5px 0 15px 0;
  padding: 9px 10px;
  z-index: 100;
}
header .header-bottom .navbar .navbar-header button span {
  background-color: #00953a;
}
header .header-bottom .navbar .navbar-header button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
header .header-bottom .navbar .navbar-collapse {
  padding: 0;
  text-align: center;
}
header .header-bottom .navbar .navbar-collapse.collapse {
  border: none;
  display: block;
  max-height: none;
  padding: 0;
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse.collapse {
    background: white;
    margin: 0;
    padding: 0;
    position: relative;
    width: 270px;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translate(-285px, 0px);
    -moz-transform: translate(-285px 0px);
    -ms-transform: translate(-285px, 0px);
    transform: translate(-285px, 0px);
  }
}
header .header-bottom .navbar .navbar-collapse.collapse.in {
  -webkit-transform: translate(-15px, 0px);
  -moz-transform: translate(-15px 0px);
  -ms-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav {
    background-color: rgba(255, 255, 255, 0.9);
    float: none;
    margin: 0;
    padding-top: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li {
    margin: 0;
    text-align: left;
  }
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a {
  background-color: transparent;
  color: white;
  display: block;
  font-family: "Century Gothic", Poppins, Roboto;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:hover,
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:active,
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:focus {
  background: white;
  color: #146c40;
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:hover,
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:active,
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:focus {
    background-color: #146c40;
    color: white;
  }
}
@media (max-width: 991px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 10px 20px;
    text-decoration: none;
    color: #00953a;
  }
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
  border-radius: 0;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  width: 300px;
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
    border-top: none;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  }
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a {
  border-radius: 0;
  color: #00953a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 15px 0 15px 15px;
  white-space: normal;
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:hover,
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:focus,
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:active {
  background-color: #146c40;
  color: white;
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:hover,
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:focus,
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:active {
    background-color: rgba(0, 149, 58, 0.7);
    color: white;
  }
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a {
    padding: 10px 20px 10px 30px;
  }
}
/* footer
 ============================================================================ */
footer {
  bottom: 0;
  background-color: #146c40;
  margin-top: 50px;
  padding: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  footer {
    height: auto;
    position: relative;
  }
}
footer .footer-top {
  color: rgba(255, 255, 255, 0.6);
  padding: 50px 0 0 0;
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 60px 0 0 0;
  }
}
footer .footer-top .container {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  footer .footer-top .container {
    padding-bottom: 80px;
  }
}
footer .footer-top .fagg {
  background: url('../img/fagg.png') no-repeat bottom;
  background-size: contain;
  bottom: 5px;
  height: 80px;
  left: 15px;
  position: absolute;
  width: 80px;
}
footer .footer-top .footer-col h3 {
  color: white;
  font-family: "Century Gothic", Poppins, Roboto;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer-top .footer-col h3 {
    margin-bottom: 10px;
  }
}
footer .footer-top .footer-col a {
  color: white;
}
footer .footer-top .footer-col a:hover,
footer .footer-top .footer-col a:focus,
footer .footer-top .footer-col a:active {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-top .footer-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-top .footer-col ul li {
  padding-bottom: 10px;
}
footer .footer-top .footer-col ul li a,
footer .footer-top .footer-col ul li span {
  color: white;
}
footer .footer-top .footer-col ul li a:before,
footer .footer-top .footer-col ul li span:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 15px;
}
footer .footer-top .footer-col ul li a:hover,
footer .footer-top .footer-col ul li a:focus,
footer .footer-top .footer-col ul li a:active {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  footer .footer-top .footer-col {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  footer .footer-top .footer-col.footer-col-1 {
    margin-top: 0;
  }
}
footer .footer-top .footer-col.footer-col-1 span {
  color: white;
  display: block;
  padding-bottom: 10px;
}
footer .footer-top .footer-col.footer-col-1 span a:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 15px;
}
footer .footer-top .footer-col.footer-col-3 .icon:before {
  color: white;
}
footer .footer-top .footer-col.footer-col-3 .icon.icon-document:before {
  opacity: 0.5;
}
footer .footer-top .footer-col.footer-col-3 .icon.icon-document a {
  text-decoration: underline;
  opacity: 0.5;
}
footer .footer-top .footer-col.footer-col-3 .icon.icon-document a:hover,
footer .footer-top .footer-col.footer-col-3 .icon.icon-document a:focus,
footer .footer-top .footer-col.footer-col-3 .icon.icon-document a:active {
  opacity: 1;
}
footer .footer-credits {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  min-height: 40px;
}
@media (max-width: 767px) {
  footer .footer-credits {
    height: auto;
    line-height: 24px;
    min-height: initial;
    text-align: center;
  }
}
footer .footer-credits .credits,
footer .footer-credits .credits-menu,
footer .footer-credits .created-by {
  display: inline-block;
  font-weight: 300;
  line-height: 30px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  footer .footer-credits .credits,
  footer .footer-credits .credits-menu,
  footer .footer-credits .created-by {
    line-height: initial;
  }
}
footer .footer-credits .credits {
  padding-top: 10px;
}
footer .footer-credits .credits:after {
  content: '|';
  color: rgba(255, 255, 255, 0.6);
  padding: 0 10px;
}
@media (max-width: 767px) {
  footer .footer-credits .credits:after {
    padding: 0 8px;
  }
}
footer .footer-credits .credits-menu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
footer .footer-credits .credits-menu ul li {
  display: inline;
}
footer .footer-credits .credits-menu ul li a {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-credits .credits-menu ul li a:hover,
footer .footer-credits .credits-menu ul li a:focus,
footer .footer-credits .credits-menu ul li a:active {
  color: white;
}
footer .footer-credits .credits-menu ul li:after {
  content: '|';
  color: rgba(255, 255, 255, 0.6);
  padding: 0 10px;
}
@media (max-width: 767px) {
  footer .footer-credits .credits-menu ul li:after {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  footer .footer-credits .created-by {
    float: none;
    text-align: center;
  }
}
footer .footer-credits .created-by a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  text-decoration: underline;
}
footer .footer-credits .created-by a:hover,
footer .footer-credits .created-by a:focus,
footer .footer-credits .created-by a:active {
  color: white;
}
/* breadbrumbs
 ============================================================================ */
.breadcrumb {
  background-color: transparent;
  font-size: 14px;
  margin: 0;
  padding: 20px 0 30px 0;
}
.breadcrumb li {
  margin-right: 15px;
}
.breadcrumb li,
.breadcrumb a,
.breadcrumb .active {
  color: #aaaaaa;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
  color: #555555;
}
.breadcrumb > li + li:before {
  content: '\f067';
  color: rgba(0, 149, 58, 0.5);
  font-family: FontAwesome;
  margin-top: 10px;
  padding: 0 15px 0 0;
}
