html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uk-offcanvas-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
.clearfix {
  content: '';
  display: table;
  clear: both;
}
.uk-text-white {
  color: #fff;
}
.logo {
  width: 201px;
}

.md-rating-score {
   color: #f9d94e !important;
 }
.md-header-buttons .uk-button-group .uk-button {
  padding: 0 10px 0 15px;
}
.md-header-drop {
  min-width: 100px;
}
.md-header-block-body {
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
}
.md-header-block-icon {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  float: left;
  border: 1px solid #e4e4e4;
  border-radius: 500px;
  box-sizing: border-box;
  color: #f1b30d;
  text-align: center;
  line-height: 46px;
}
.md-header-block-content > span, .md-header-block-content > a {
  font-weight: bold;
  font-size: 16px;
}
.md-cart-drop {
  white-space: normal;
}
.md-cart-drop td:first-child {
  width: 32px;
}
.md-nav {
  border-top: 1px solid #e4e4e4;
  box-shadow: 0 3px 3px rgba(0,0,0,.08);
  line-height: 50px;
}
.md-nav-container {
  position: relative;
  width: 100%;
}
.md-nav-container a {
  color: #333;
}
.md-nav-container a:hover {
  color: #12b7c1;
  text-decoration: none;
}
.md-nav-links {
  margin: 0;
  padding: 0;
  float: left;
}
.md-nav-links > li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  border-left: 1px solid #e4e4e4;
}
.md-nav-links > li:last-child {
  border-right: 1px solid #e4e4e4;
}
.md-nav-links > li > a {
  padding: 0 20px;
  display: block;
  box-sizing: border-box;
}
.md-nav-links > li > a:hover, .md-nav-links > li.active > a {
  margin: -2px 0 0 0;
  border-top: 2px solid #12b7c1;
}
.md-nav-search {
  float: right;
}
.md-nav-search-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 50px;
  padding: 0 70px 0 20px;
  border: 0;
  border-left: 1px solid #e4e4e4;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  font-size: 14px;
}
.md-nav-search-input:focus {
  width: 100%;
}
.md-nav-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: #12b7c1;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.md-menu > ul > li {
  border: 1px solid #e4e4e4;
  border-top: 0;
}
.md-menu > ul > li ul li {
  border: 0;
  border-top: 1px solid #e4e4e4;
}
.md-menu ul li a {
  padding: 10px 12px 10px 20px;
}
.md-menu .uk-nav-sub {
  padding: 0;
  background: #f8f8f8;
}
.md-menu-title {
  padding: 9px 20px;
  background: #f8b400;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.md-title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.md-title-middle {
  font-size: 16px;
}
.md-title-small {
  font-size: 14px;
}
.md-product-grid {
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}
.md-product-grid > div {
  border: 1px solid #e4e4e4;
  border-left: 0;
  border-top: 0;
}
.md-product {
  position: relative;
  padding: 15px;
}
.md-product-image {
  position: relative;
  padding: 60% 0 0 0;
}
.md-product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.md-product-title {
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.md-product-price {
  margin: 10px 0 15px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  line-height: 48px;
}
.md-product-price .uk-width-1-2:first-child {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.md-product-price .uk-width-1-2:first-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 1px;
  background: #e4e4e4;
}
.md-product-price .uk-width-1-2:last-child {
  font-size: 11px;
  color: #b1b1b1;
  text-transform: uppercase;
}
.md-product-order {
  display: block;
  font-weight: bold;
}
.md-subscribe {
  padding: 10px 0;
}
.md-subscribe .md-title {
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.md-footer-nav {
  margin: 0 0 27px 0;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #3e3e3e;
  font-size: 14px;
}
.md-footer-nav li {
  margin: 0 40px 0 0;
  padding: 0;
  display: inline-block;
}
.md-footer-payments h4 {
  margin: 0 0 15px 0;
}
.md-in-cart {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #12b7c1;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}
.md-single-image {
  position: relative;
  min-width: 240px;
  padding: 75% 0 0 0;
  border: 1px solid #e4e4e4;
}
.md-single-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.md-dosage {
  width: 100%;
  flex-wrap: wrap;
}
.md-dosage .uk-button {
  flex: 1;
  padding: 0 20px;
}
.md-dosage .uk-button.uk-active {
  background: #12b7c1;
  border: 0;
  color: #fff;
}
.md-single-table {
  width: 100%;
}
.md-single-table {
  font-size: 16px;
  font-weight: bold;
}
.md-single-td-amount {
  color: #7b7b7b;
}
.md-single-td-price {
  font-size: 18px;
}
.md-single-td-per {
  font-size: 11px;
  color: #b1b1b1;
  text-transform: uppercase;
}
.md-cart-table {
  border: 1px solid #e4e4e4;
}
.md-cart-table-img img {
  width: 56px;
}
.md-cart-table-desc span {
  display: block;
}
.md-cart-title {
  font-weight: bold;
  text-transform: uppercase;
}
.md-cart-table-price {
  font-size: 18px;
  font-weight: bold;
}
.md-cart-coupon {
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.md-border {
  border: 1px solid #e4e4e4;
}
.md-radio-list label {
  margin-bottom: 2px;
  display: inline-block;
}
.md-cart-table-total {
  font-size: 16px;
}
.md-cart-table-total td:last-child {
  text-align: right;
}
.md-cart-table-total + .uk-button {
  padding: 0 10px;
}
.md-payment-card {
  height: 100%;
}
.md-payment-card h5 {
  margin-bottom: 10px;
}
#md-product-description {
  max-height: 63px;
  overflow: hidden;
  transition: all 0.3s;
}
#md-product-description.md-full {
  max-height: 500px;
}
#md-product-description.md-full ~ a.md-desc-toggler {
  position: relative;
  visibility: hidden;
}
#md-product-description.md-full ~ a.md-desc-toggler::after {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Show less...';
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .md-main {
    margin-top: 0 !important;
  }
  .md-footer-nav li {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .md-footer-nav li {
    margin: 0 5px;
  }
  .md-single-table {
    font-size: 14px;
    font-weight: normal;
  }
  .md-single-td-btn .uk-button {
    padding: 0 5px;
    font-size: 11px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 639px) {
  .md-subscribe .uk-form-custom {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .md-single-image {
    padding: 30% 0 0 0;
  }
  .md-single-table th, .md-single-table td {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
  }
  .md-single-table th {
    font-size: 11px;
    text-align: center;
  }
}
@media screen and (max-width: 559px) {
  .md-cart-table tr {
    position: relative;
  }
  .md-cart-table td {
    padding: 5px;
    display: block;
    text-align: center !important;
  }
  .md-cart-table-del {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}