@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i&display=swap");
@import url("https://cdn.materialdesignicons.com/7.4.47/css/materialdesignicons.min.css");
/* Material Icons */
.mdi {
  /* required */
  font-family: "Material Design Icons";
  vertical-align: middle;
  /* Rules for sizing the icon. */
  /* Rules for using icons as black on a light background. */
  /* Rules for using icons as white on a dark background. */
}
.mdi-18 {
  font-size: 18px;
}
.mdi-20 {
  font-size: 20px;
}
.mdi-24 {
  font-size: 24px;
}
.mdi-30 {
  font-size: 30px;
}
.mdi-36 {
  font-size: 36px;
}
.mdi-48 {
  font-size: 48px;
}
.mdi.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi.md-light {
  color: rgb(255, 255, 255);
}
.mdi.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.alert.mdi::before,
.breadcrumb .mdi::before,
.btn.mdi::before,
.card-title.mdi::before,
.card-subtitle.mdi::before,
.card-link.mdi::before,
.dropdown-item.mdi::before,
.list-group-item.mdi::before,
.nav-link.mdi::before {
  font-size: 1.25em;
  line-height: initial;
  position: relative;
  top: 0.09rem;
}

.alert.mdi::before,
.breadcrumb .mdi:not(:empty)::before,
.btn.mdi:not(:empty)::before,
.card-title.mdi:not(:empty)::before,
.card-subtitle.mdi:not(:empty)::before,
.card-link.mdi:not(:empty)::before,
.dropdown-item.mdi:not(:empty)::before,
.nav-link.mdi:not(:empty)::before {
  margin-right: 0.25rem;
}

.list-group-item.mdi:not(:empty)::before {
  margin-right: 0.5rem;
}

.dropdown-item.mdi:not(:empty)::before {
  margin-left: -0.75rem;
}

.alert.mdi::before,
.list-group-item.mdi:not(:empty)::before {
  margin-left: -0.5rem;
}

.modal-title.mdi::before {
  font-size: 1.5em;
  line-height: 0.5;
  position: relative;
  top: 0.26rem;
  margin-right: 0.5rem;
}

/* Alert */
.alert-success {
  font-size: 18px;
  font-weight: bold;
}

/* Form Control */
.form-control {
  font-family: "Open Sans" !important;
}

/* ---------------------------------- Modal ---------------------------------- */
.modal-body {
  padding-top: 30px;
}
.modal-body-nopad {
  padding-top: 0 !important;
}
.modal-content {
  padding-top: 20px;
  font-size: 14px;
  border: solid 8px #4c565c !important;
}
.modal-content .close {
  position: absolute;
  opacity: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 99;
  top: -25px;
  right: -25px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.modal-content h3 {
  font-size: 20px;
}
.modal-content .form-group {
  position: relative;
}
.modal-content .form-group .mdi {
  position: absolute;
  right: 10px;
  top: 27px;
}
.modal-content .form-group .mdi-close-circle {
  color: #e72121;
}
.modal-content .form-group .mdi-check-circle {
  color: #009982;
}
.modal-footer {
  border-radius: 0;
  background-color: #4c565c !important;
  border-color: #4c565c;
}
.modal-footer .btn-link {
  color: #fff;
  padding: 0;
  margin-right: 30px;
}
.modal-footer .btn-link:hover {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 766px) {
  .modal-body {
    padding-top: 10px;
  }
}
/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #b7b7b7;
  font-size: 12px;
}

/* ---------------------------------- Dropdown ---------------------------------- */
.dropdown-toggle.noarrow::after, .dropdown-toggle.noarrow::before {
  display: none;
}

.dropdown-title {
  font-size: 16px;
  padding: 5px 15px;
}
.dropdown-item {
  font-size: 13px;
  padding: 5px 15px;
}
.dropdown-item:hover {
  background-color: #009982;
  color: #fff;
}
.dropdown-item:hover .mdi {
  color: #009982;
}
.dropdown-item:active {
  color: #fff;
  background-color: #009982;
}
.dropdown-item .mdi {
  margin-right: 8px;
}

/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* ---------------------------------- Misc ---------------------------------- */
input[type=button], input[type=submit] {
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #5e5e5e;
}

:-moz-placeholder {
  color: #5e5e5e;
  opacity: 1;
}

::-moz-placeholder {
  color: #5e5e5e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #5e5e5e;
}

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #e72121;
}

.errormsg {
  display: inline-block;
  margin-top: 10px;
  font-weight: normal;
  position: relative;
  margin-left: 0;
  color: #fff;
  background-color: #e72121;
  border-radius: 6px;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e72121;
}

/* ---------------------------------- Fluid Youtube Video ---------------------------------- */
.vdowrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.vdowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- Main ---------------------------------- */
* {
  scroll-behavior: smooth;
}

*:focus, *:active:focus, *.active:focus, *.focus, *:active.focus, *.active.focus {
  outline: none !important;
  box-shadow: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-family: "Open Sans";
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  font-size: 16px;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 991px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 766px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive {
  width: 100%;
  display: block;
}

.vdo-responsive {
  width: 100%;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.border {
  border: solid 1px red;
}

/* ---------------------------------- Headers ---------------------------------- */
.headers, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Open Sans";
  color: #000;
}

h1, .h1 {
  font-size: 27px;
  line-height: 36px;
  font-weight: 200;
}
h1.green, .h1.green {
  color: #009982 !important;
}

h2, .h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

@media (max-width: 766px) {
  h1, .h1 {
    font-size: 18px;
  }
  h2, .h2 {
    font-size: 16px;
  }
  h3, .h3 {
    font-size: 14px;
  }
  h4, .h4 {
    font-size: 12px;
  }
}
/* ---------------------------------- Datatable ---------------------------------- */
.dataTables_filter {
  color: #4c565c;
}
.dataTables_filter input[type=search] {
  border-radius: 4px;
  border: solid 1px #878889;
  text-indent: 10px;
  line-height: 30px;
  height: 30px;
}
.dataTables_filter input[type=search]::-moz-placeholder {
  opacity: 1;
}
.dataTables_filter input[type=search]::placeholder {
  opacity: 1;
}

.sorting_1 {
  background-color: #F5F5F5;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #878889 !important;
  color: #000 !important;
}
.daterangepicker .today {
  background-color: #009982 !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #009982 !important;
  color: #fff !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #009982;
  color: #fff;
  border-color: #009982;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #fff;
  color: #009982;
  border-color: #009982;
}

.datepicker, .datepicker-notbeforetoday, .daterangepicker {
  z-index: 1600 !important;
}
.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 9;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-datepicker-month, .ui-datepicker-year {
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px 2px 10px !important;
  line-height: 1.5;
  margin: 0 2px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  border: 1px solid #c5c5c5 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #009982 !important;
  border-color: #009982 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #009982 !important;
  border-color: #009982 !important;
  color: #fff !important;
}

/* ---------------------------------- Header ---------------------------------- */
header {
  position: fixed;
  z-index: 9999;
  height: 80px;
  width: 100%;
  padding-top: 20px;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
}
header .logo {
  font-size: 22px;
  max-height: 50px;
  max-width: 50px;
  color: #009982;
  font-weight: 600;
  cursor: pointer;
}
header .logo img {
  max-height: 50px;
}
header #cmdQuickAdd {
  font-size: 14px;
}
header .mdi {
  font-size: 32px;
}
header .cartFav {
  position: relative;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  padding-right: 15px;
}
header .cartFav-count {
  text-align: center;
  color: #fff;
  background-color: #21c063;
  border-radius: 25px;
  height: 25px;
  width: 25px;
  padding: 4px 3px 0 0;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
header .name {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
header .dropdown {
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 991px) {
  header #cmdAll {
    padding: 5px 10px;
    font-size: 14px;
  }
  header .mdi {
    font-size: 20px !important;
  }
  header .cartFav {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    padding-right: 5px;
  }
  header .cartFav-count {
    border-radius: 15px;
    height: 15px;
    width: 15px;
    font-size: 10px;
  }
}
@media (max-width: 766px) {
  header {
    height: 75px;
  }
  header .logo {
    font-size: 16px;
    display: none;
  }
  header .mdi {
    font-size: 26px;
  }
  header .quickadd {
    position: absolute;
    left: -50px;
  }
}
/* ---------------------------------- Cart Item ---------------------------------- */
.cartitem {
  padding: 10px 0 !important;
  line-height: 18px;
  font-size: 15px;
  border-bottom: solid 1px #ddd;
}
.cartitem select {
  font-size: 15px;
}
.cartitem .mdi {
  color: red;
}

/* ---------------------------------- Login ---------------------------------- */
.login .logo {
  margin-bottom: 25px;
}
.login .logo img {
  max-height: 45px;
}
.login a {
  color: #000;
}

/* ---------------------------------- List Item ---------------------------------- */
.item {
  margin-bottom: 30px;
  border: solid 1px #efefef;
  position: relative;
}
.item .edit {
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.item .edit .mdi {
  color: #4c565c;
}
.item .favorites {
  float: right;
  padding: 0 5px;
  cursor: pointer;
}
.item .favorites .mdi {
  color: #21c063;
}
.item .image {
  text-align: center;
  padding-top: 10px;
  margin: 0 50px;
}
.item .image:hover {
  opacity: 0.7;
  cursor: pointer;
}
.item .image img {
  max-height: 100px;
}
.item .description {
  max-height: 450px;
  position: relative;
  overflow: hidden;
}
.item .description .read-more {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 430px 0 0px 0;
  color: #000;
  background-image: linear-gradient(transparent, #fff);
}
.item .description .read-more .btn {
  color: #009982;
  background-image: linear-gradient(transparent, #fff);
  width: 100%;
  text-decoration: none;
  margin-bottom: 20px;
  border-bottom: dashed 1px #ccc;
  border-radius: 0;
}
.item-info {
  padding: 10px 10px 90px 10px;
  font-size: 14px;
}
.item-info .title {
  font-weight: 600;
  font-size: 17px;
}
.item-info .expiredate.red {
  color: red;
}
.item-info .backorder {
  margin-top: 10px;
}
.item-info .spacer {
  margin-bottom: 10px;
}
.item-prices {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.item-prices .price {
  font-weight: 600;
  line-height: 35px;
}
.item-detailes {
  border: none;
}
.item-detailes .edit {
  float: right;
}
.item-detailes .favorites {
  margin-left: 10px;
}
.item-detailes .item-info {
  padding: 0px;
  font-size: 16px;
}
.item-detailes .item-info .title {
  font-weight: 600;
  font-size: 22px !important;
}
.item-detailes .item-prices {
  position: relative !important;
  margin-top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
}
.item-detailes .similar {
  margin-top: 30px;
}

/* ---------------------------------- Hover effect ---------------------------------- */
.btn:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn {
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
}
.btn-green {
  background-color: #009982;
  border-color: #009982;
}
.btn-brightgreen {
  background-color: #21c063;
  border-color: #21c063;
}
.btn-cart {
  background-color: #21c063;
  border-color: #21c063;
  padding: 5px 10px 5px 10px;
}
.btn-similar {
  padding: 5px 50px 5px 20px;
  background-image: url(/media/32vftrez/arrow-white.svg);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

/* ---------------------------------- Top ---------------------------------- */
.top {
  background-color: #009982;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 999;
}
.top .search {
  margin: 20px 0;
  position: relative;
}
.top .search .btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.top .search input[type=search] {
  height: 60px;
  font-size: 14px;
  padding-right: 120px;
}

@media (max-width: 766px) {
  .top {
    top: 75px;
  }
}
/* ---------------------------------- Admin Shop ---------------------------------- */
.admin .mdi {
  cursor: pointer;
}
.admin .mdi:hover {
  opacity: 0.7;
}
.admin .shop {
  line-height: 35px;
}

/* ---------------------------------- Top Media ---------------------------------- */
.topmedia {
  margin-bottom: 35px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.topmedia .search {
  margin-top: 220px;
  position: relative;
}
.topmedia .search.filters {
  margin-top: 160px;
}
.topmedia .search .btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.topmedia .search input[type=search] {
  height: 60px;
  font-size: 14px;
  padding-right: 120px;
}

@media (max-width: 766px) {
  .topmedia {
    margin-bottom: 25px;
    height: 250px;
    background-position: center left;
  }
  .topmedia .search {
    margin-top: 70px !important;
  }
}
/* ---------------------------------- Dot ---------------------------------- */
.dot {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 0px;
}
.dot.green {
  background-color: #009982;
}
.dot.yellow {
  background-color: #dfd012;
}
.dot.red {
  background-color: #e72121;
}
.dot::after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 60%;
  width: 40%;
  position: absolute;
  top: 4%;
  left: 15%;
  border-radius: 100%;
  transform: rotate(40deg);
}

/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  padding: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .divider img {
  margin-top: -4px;
}
.breadcrumb .active {
  color: #000;
  text-decoration: underline;
}

main {
  min-height: calc(100vh - 235px);
  padding-top: 80px;
}

@media (max-width: 766px) {
  main {
    padding-top: 75px;
  }
}
/* ---------------------------------- Document ---------------------------------- */
.document {
  background-color: #f6f6f6;
  padding-top: 60px;
  margin-top: 80px;
}
.document.filter {
  margin-top: 130px;
}
.document.nosearch {
  margin-top: 0px;
  padding-top: 30px;
}
.document .context {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  min-height: calc(100vh - 340px);
}
.document .context .text {
  margin-top: 25px;
  font-size: 14px !important;
}
.document .context .paycards {
  margin-bottom: 30px;
}
.document .context .paycards span {
  font-weight: 600;
  margin-right: 10px;
}
.document .context a, .document .context a:hover {
  color: #009982;
}

@media (max-width: 766px) {
  .document {
    margin-top: 75px;
  }
}
/* ---------------------------------- Upload area ---------------------------------- */
.uploadArea {
  width: 100%;
  height: 200px;
  background-size: 40px;
  opacity: 0.5;
  position: relative;
  border: 2px dashed #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='bi bi-upload' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.uploadArea input {
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
}

.uploadArea-text {
  position: absolute;
  z-index: -1;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.uploadArea-text-top {
  top: 25px;
}

.uploadArea-text-bottom {
  bottom: 25px;
}

.uploadArea:hover, .uploadArea.dragging {
  filter: invert(30%) sepia(91%) saturate(1078%) hue-rotate(88deg) brightness(92%) contrast(106%);
}

.uploadPreview-file {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 5px 8px;
  margin: 5px;
  border-radius: 6px;
}

.uploadPreview-file-icon {
  margin-right: 5px;
}

.uploadPreview-file:hover {
  box-shadow: 0px 0px 5px #ddd;
}

/* ---------------------------------- Footer ---------------------------------- */
footer {
  color: #fff;
  background-color: #4c565c;
  padding: 40px 0 0 0;
  min-height: 200px;
}
footer .h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
footer .quote {
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
}
footer .powered {
  font-size: 14px;
  color: #009982;
  margin: 30px 0 10px 0;
}

@media (max-width: 766px) {
  footer .quote {
    margin-bottom: 40px;
  }
}