body {
  background: #eff6fa;
}

/* Previous Bootstrap */
.card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.35rem;
}

.card {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  overflow: hidden;
  position: relative;
}

.footer.footer-dark {
  color: rgba(255, 255, 255, 0.6);
}
.text-reset,
.footer a {
  color: inherit !important;
}

.text-uppercase-expanded,
.navbar-marketing .btn,
.navbar .dropdown-menu .dropdown-header,
.btn-marketing {
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.text-xs {
  font-size: 0.75rem !important;
}

.navbar-marketing .btn {
  font-size: 0.7rem;
  padding: 0.75rem 2rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
}

.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}

.navbar-marketing .navbar-nav {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 992px) {
  .navbar-marketing .navbar-nav {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.navbar-marketing .navbar-nav {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-marketing .navbar-nav .nav-item {
  margin-right: 0.5rem;
}

.navbar-marketing .navbar-nav .nav-item .nav-link {
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.75) !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem !important;
}

@media (min-width: 992px) {
  .navbar-marketing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .headerunder {
    /* height: 100px; */
  }
}

.icon-list-social .icon-list-social-link {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.footer .footer-brand {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

.card-flag-top-left {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  top: 0.5rem;
  left: 0;
}

.card-flag-top-right {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  top: 0.5rem;
  right: 0;
}

.card-flag {
  position: absolute;
  font-size: 0.7rem;
  padding: 0.3rem 0.5rem;
  line-height: 1;
}

.card-flag-lg {
  font-size: 0.9rem;
  padding: 0.5rem 0.65rem;
}
.card-flag-dark {
  background-color: rgba(31, 45, 65, 0.7);
  color: #fff;
}

.card.lift {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.35rem;
}

.lift {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  -webkit-transition: box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
.lift:hover {
  -webkit-transform: translateY(-0.3333333333rem);
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(31, 45, 65, 0.25);
}
.lift:active {
  -webkit-transform: none;
  transform: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}

.lift-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(31, 45, 65, 0.2);
}
.lift-sm:hover {
  -webkit-transform: translateY(-0.1666666667rem);
  transform: translateY(-0.1666666667rem);
  box-shadow: 0 0.25rem 1rem 0 rgba(31, 45, 65, 0.25);
}
.lift-sm:active {
  -webkit-transform: none;
  transform: none;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(31, 45, 65, 0.2);
}

a.card.lift,
a.card.lift > img {
  border-radius: 0.75rem;
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

.text-success {
  color: #00ac69 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.svg-border-waves svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.svg-border-waves {
  padding-top: 2rem;
}

.br-20 {
  border-radius: 20px !important;
}

.pt-10,
.py-10 {
  padding-top: 6rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.page-header-dark .page-header-title {
  color: #fff;
}

h1,
.h1 {
  font-size: 1.5rem !important;
}

h2,
.h2 {
  font-size: 1.4rem;
}

h3,
.h3 {
  font-size: 1.3rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #323f52;
}

.d-flex-align-center{
    display: flex !important;
    align-items: center !important;
}

.d-flex-justify-center{
    display: flex !important;
    justify-content: center !important;
}

.page-header .page-header-content .page-header-title {
    font-size: 2.5rem !important;
}

.page-header-dark .page-header-title {
    color: #fff;
}

.page-header .page-header-content .page-header-text {
    font-size: 1.15rem;
}

.page-header-dark {
    color: #fff;
    background-color: #1f2d41;
}

.text-white-50, .page-header-dark .page-header-text {
    color: rgba(255, 255, 255, 0.5) !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

.btn-marketing {
    font-size: 0.7rem !important;
    padding: 0.8rem 1.5rem !important;
    font-weight: 700 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #687281;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6ec;
    border-radius: 0.35rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rounded-lg {
    border-radius: 0.5rem !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

@media (min-width: 992px) {
    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
}

.btn-teal {
    color: #fff !important;
    background-color: #00ba94 !important;
    border-color: #00ba94 !important;
}

.icon-stack {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  background-color: #eff3f9;
}

.icon-stack-xl {
  height: 5rem;
  width: 5rem;
  font-size: 1.75rem;
}

.text-gray-600 {
  color: #687281 !important;
}

.border-bottom-lg {
  border-bottom-width: 0.25rem !important;
}



.bg-primary {
  background-color: #0061f2 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #004dbf !important;
}

.bg-secondary {
  background-color: #6900c7 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4e0094 !important;
}

.bg-success {
  background-color: #00ac69 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00794a !important;
}

.bg-info {
  background-color: #00cfd5 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #009da2 !important;
}

.bg-warning {
  background-color: #f4a100 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c17f00 !important;
}

.bg-danger {
  background-color: #e81500 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b51000 !important;
}

.bg-light {
  background-color: #eff3f9 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cad7eb !important;
}

.bg-dark {
  background-color: #1f2d41 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0f151e !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-red {
  background-color: #e81500 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #b51000 !important;
}

.bg-orange {
  background-color: #f76400 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c44f00 !important;
}

.bg-yellow {
  background-color: #f4a100 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c17f00 !important;
}

.bg-green {
  background-color: #00ac69 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #00794a !important;
}

.bg-teal {
  background-color: #00ba94 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #00876b !important;
}

.bg-cyan {
  background-color: #00cfd5 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #009da2 !important;
}

.bg-blue {
  background-color: #0061f2 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #004dbf !important;
}

.bg-indigo {
  background-color: #5800e8 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #4500b5 !important;
}

.bg-purple {
  background-color: #6900c7 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4e0094 !important;
}

.bg-pink {
  background-color: #e30059 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #b00045 !important;
}

.bg-red-soft {
  background-color: #eec7c7 !important;
}

a.bg-red-soft:hover, a.bg-red-soft:focus,
button.bg-red-soft:hover,
button.bg-red-soft:focus {
  background-color: #e2a0a0 !important;
}

.bg-orange-soft {
  background-color: #f1d6c7 !important;
}

a.bg-orange-soft:hover, a.bg-orange-soft:focus,
button.bg-orange-soft:hover,
button.bg-orange-soft:focus {
  background-color: #e7b89e !important;
}

.bg-yellow-soft {
  background-color: #f0e3c7 !important;
}

a.bg-yellow-soft:hover, a.bg-yellow-soft:focus,
button.bg-yellow-soft:hover,
button.bg-yellow-soft:focus {
  background-color: #e5cf9f !important;
}

.bg-green-soft {
  background-color: #bfe5dc !important;
}

a.bg-green-soft:hover, a.bg-green-soft:focus,
button.bg-green-soft:hover,
button.bg-green-soft:focus {
  background-color: #9bd6c8 !important;
}

.bg-teal-soft {
  background-color: #bfe8e5 !important;
}

a.bg-teal-soft:hover, a.bg-teal-soft:focus,
button.bg-teal-soft:hover,
button.bg-teal-soft:focus {
  background-color: #99dbd6 !important;
}

.bg-cyan-soft {
  background-color: #bfecf2 !important;
}

a.bg-cyan-soft:hover, a.bg-cyan-soft:focus,
button.bg-cyan-soft:hover,
button.bg-cyan-soft:focus {
  background-color: #95dfe9 !important;
}

.bg-blue-soft {
  background-color: #bfd6f8 !important;
}

a.bg-blue-soft:hover, a.bg-blue-soft:focus,
button.bg-blue-soft:hover,
button.bg-blue-soft:focus {
  background-color: #91b9f3 !important;
}

.bg-indigo-soft {
  background-color: #d1c2f6 !important;
}

a.bg-indigo-soft:hover, a.bg-indigo-soft:focus,
button.bg-indigo-soft:hover,
button.bg-indigo-soft:focus {
  background-color: #af96ef !important;
}

.bg-purple-soft {
  background-color: #d4c2ef !important;
}

a.bg-purple-soft:hover, a.bg-purple-soft:focus,
button.bg-purple-soft:hover,
button.bg-purple-soft:focus {
  background-color: #b89ae4 !important;
}

.bg-pink-soft {
  background-color: #edc2d9 !important;
}

a.bg-pink-soft:hover, a.bg-pink-soft:focus,
button.bg-pink-soft:hover,
button.bg-pink-soft:focus {
  background-color: #e19bc0 !important;
}

.bg-primary-soft {
  background-color: #bfd6f8 !important;
}

a.bg-primary-soft:hover, a.bg-primary-soft:focus,
button.bg-primary-soft:hover,
button.bg-primary-soft:focus {
  background-color: #91b9f3 !important;
}

.bg-secondary-soft {
  background-color: #d4c2ef !important;
}

a.bg-secondary-soft:hover, a.bg-secondary-soft:focus,
button.bg-secondary-soft:hover,
button.bg-secondary-soft:focus {
  background-color: #b89ae4 !important;
}

.bg-success-soft {
  background-color: #bfe5dc !important;
}

a.bg-success-soft:hover, a.bg-success-soft:focus,
button.bg-success-soft:hover,
button.bg-success-soft:focus {
  background-color: #9bd6c8 !important;
}

.bg-info-soft {
  background-color: #bfecf2 !important;
}

a.bg-info-soft:hover, a.bg-info-soft:focus,
button.bg-info-soft:hover,
button.bg-info-soft:focus {
  background-color: #95dfe9 !important;
}

.bg-warning-soft {
  background-color: #f0e3c7 !important;
}

a.bg-warning-soft:hover, a.bg-warning-soft:focus,
button.bg-warning-soft:hover,
button.bg-warning-soft:focus {
  background-color: #e5cf9f !important;
}

.bg-danger-soft {
  background-color: #eec7c7 !important;
}

a.bg-danger-soft:hover, a.bg-danger-soft:focus,
button.bg-danger-soft:hover,
button.bg-danger-soft:focus {
  background-color: #e2a0a0 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-primary {
  border-color: #0061f2 !important;
}

.border-secondary {
  border-color: #6900c7 !important;
}

.border-success {
  border-color: #00ac69 !important;
}

.border-info {
  border-color: #00cfd5 !important;
}

.border-warning {
  border-color: #f4a100 !important;
}

.border-danger {
  border-color: #e81500 !important;
}

.border-light {
  border-color: #eff3f9 !important;
}

.border-dark {
  border-color: #1f2d41 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-red {
  border-color: #e81500 !important;
}

.border-orange {
  border-color: #f76400 !important;
}

.border-yellow {
  border-color: #f4a100 !important;
}

.border-green {
  border-color: #00ac69 !important;
}

.border-teal {
  border-color: #00ba94 !important;
}

.border-cyan {
  border-color: #00cfd5 !important;
}

.border-blue {
  border-color: #0061f2 !important;
}

.border-indigo {
  border-color: #5800e8 !important;
}

.border-purple {
  border-color: #6900c7 !important;
}

.border-pink {
  border-color: #e30059 !important;
}

.border-red-soft {
  border-color: #eec7c7 !important;
}

.border-orange-soft {
  border-color: #f1d6c7 !important;
}

.border-yellow-soft {
  border-color: #f0e3c7 !important;
}

.border-green-soft {
  border-color: #bfe5dc !important;
}

.border-teal-soft {
  border-color: #bfe8e5 !important;
}

.border-cyan-soft {
  border-color: #bfecf2 !important;
}

.border-blue-soft {
  border-color: #bfd6f8 !important;
}

.border-indigo-soft {
  border-color: #d1c2f6 !important;
}

.border-purple-soft {
  border-color: #d4c2ef !important;
}

.border-pink-soft {
  border-color: #edc2d9 !important;
}

.border-primary-soft {
  border-color: #bfd6f8 !important;
}

.border-secondary-soft {
  border-color: #d4c2ef !important;
}

.border-success-soft {
  border-color: #bfe5dc !important;
}

.border-info-soft {
  border-color: #bfecf2 !important;
}

.border-warning-soft {
  border-color: #f0e3c7 !important;
}

.border-danger-soft {
  border-color: #eec7c7 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.35rem !important;
}

.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}


/* Efritin CSS */
body {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
}
.bg-efritin {
  background-color: #008751;
}
.text-efritin {
  color: #008751;
}
.text-efritin-lite {
  color: #19cb98;
}
.btn-efritin,
.btn-efritin:hover,
.btn-efritin:active,
.btn-efritin:focus,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #19cb98 !important;
  color: #fff !important;
  border-radius: 0.3125rem;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(25, 203, 152, 1) !important;
  border: none !important;
}
.btn-efritin-outline {
  background-color: #fff !important;
  color: #19cb98 !important;
  border-radius: 0.3125rem !important;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(25, 203, 152, 1) !important;
  border: solid 1px #19cb98 !important;
}
.page-header {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.navbar-marketing .navbar-brand img {
  height: 60px;
}
.navbar-marketing {
  box-shadow: 0 0.5rem 0.925rem -0.5rem rgba(0, 0, 0, 0.25);
}
.navbar-marketing .navbar-nav .nav-item {
  margin-right: 0.5rem;
}
.container {
  max-width: 100% !important;
}
a,
a:not([href]),
a:hover {
  color: #19cb98 !important;
  text-decoration: none !important;
}
.file {
  visibility: hidden;
  position: absolute;
}
.product-image {
  height: 170px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-wrap .img-big-wrap img {
  height: auto;
  max-width: 100% !important;
  display: inline-block; /*cursor: -webkit-zoom-in; cursor: zoom-in;*/
}
.img-big-wrap {
  display: flex;
  justify-content: center;
}
.item-description {
  text-align: justify;
}
.home-list > li {
  padding-bottom: 5px;
  border-bottom: #ddd solid 1px;
}
.text-muted {
  color: #333 !important;
}
/* .navbar-marketing .navbar-brand img{height:50px;} */
.navbar-marketing .navbar-brand img {
  height: 40px;
}
.navbar-marketing .navbar-nav {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.img-wrap {
  text-align: center;
  display: block;
}
.img-wrap img {
  max-width: 100%;
}
.icon-wrap {
  text-align: center;
  display: inline-block;
}
.price-wrap {
  letter-spacing: -0.7px;
}
.item-description p {
  margin-bottom: 0px;
}
.content-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem 2.3rem;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23008751' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23008751' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.cartBtn {
  display: none;
}
.marketBtn {
  display: none;
}
.img-sm {
  max-width: 80px;
  max-height: 80px;
  border-radius: 7px;
}
.img-xs,
.img-sm,
.img-md,
.img-lg {
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.img-xs {
  width: 40px;
  height: 40px;
}
.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
}
.itemside .aside {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}
.itemside p {
  margin-bottom: 0;
}
.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529;
}
.itemside a.title:hover {
  color: #3167eb;
}
.table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block;
}
ul.row,
ul.row-sm {
  list-style: none;
  padding: 0;
}
.modal-backdrop {
  background-color: #008751 !important;
}
.modal-backdrop.show {
  opacity: 0.8 !important;
}
.custom-select {
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23008751' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 1rem center/8px 10px;
}
.viewer_detail_thumb > img {
  max-height: 150px !important;
  float: inline-end;
}
/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #008751;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #fff;
}
#cookieConsent a.cookieConsentOK {
  background-color: #008751;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #e0c91f;
}
/*Cookie Consent End*/
a {
  cursor: pointer !important;
}
.badge-efritin {
  font-size: 14px;
  padding: 1px 7px 2px;
  line-height: 1;
  font-weight: 500;
  height: 25px;
  border: none;
  outline: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 3px;
  color: #fff;
  background-color: #19cb98;
  margin-right: 5px;
}
.display-5 {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.card-flag-white {
  background-color: rgb(255, 255, 255);
  color: #687281;
}
@media (max-width: 1038px) {
  .md-p-0 {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .navbar-marketing {
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
@media (max-width: 768px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .efri-mb-sm-2 {
    margin-bottom: 0.25rem !important;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .efritin-products,
  .efritin-properties {
    max-width: 33.3% !important;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .user-brief {
    justify-content: center;
    display: flex;
    text-align: center;
  }
  .profile-img-container {
    justify-content: center;
  }
  .profile-img-container img {
    max-width: 200px;
  }
  .hideonmobile {
    display: none !important;
  }
}
@media (min-width: 575px) {
  .sm-pt-3 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 575px) {
  .keep-sm-left {
    float: left !important;
  }
  .keep-sm-right {
    float: right !important;
  }
  .efritin-products,
  .efritin-properties,
  .efritin-catimg {
    max-width: 50% !important;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .product-image {
    height: 100px;
  }
}

@media (max-width: 423px) {
  .md-mb-2 {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 605px) {
  .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .pt-10 {
    padding-top: 3rem !important;
  }
  .page-header .page-header-content .page-header-title {
    font-size: 30px;
  }
  .head-p {
    display: none;
  }
  .svg-border-waves svg {
    height: 1.5rem;
  }
  .viewer_detail_wraps > .viewer_detail_thumb,
  .viewer_detail_wraps > .caption {
    width: 100%;
  }
  .viewer_detail_wraps > .viewer_detail_thumb {
    height: 100%;
  }
  .viewer_detail_thumb > img {
    max-height: 150px !important;
  }
}

/*dashboards*/
.dashboard-navbar {
  position: relative;
  width: 100%;
  padding: 1em 0 1rem;
  border-radius: 6px;
  background: #fff;
  z-index: 1;
}
.d-user-avater {
  text-align: center;
  margin: 0 1rem 2rem;
}
.d-user-avater h4 {
  margin: 10px 0 3px 0;
  font-size: 19px;
}
.d-navigation ul {
  padding: 0;
  margin: 0;
}
.d-navigation ul li {
  list-style: none;
  padding: 0;
}
.d-navigation ul li a i {
  margin-right: 10px;
}
.d-navigation ul li a {
  padding: 15px 20px;
  color: #2d4379;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  width: 100%;
  transition: all ease 0.4s;
  border-bottom: 1px dashed #e0e4e8;
}
.d-navigation ul li a:focus,
.d-navigation ul li a:hover,
.d-navigation ul li.active a {
  color: #fff;
  background: rgba(25, 203, 152, 0.8);
  border-bottom-color: rgba(7, 158, 230, 0.2);
}
.d-navigation ul li:last-child a {
  border-bottom: none;
}
.bredcrumb_wrap nav .breadcrumb {
  background: #2a3146;
  margin-bottom: 30px;
  margin-top: 10px;
}
.bredcrumb_wrap nav .breadcrumb a {
  color: #fff;
}
.bredcrumb_wrap .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
}
.bredcrumb_wrap .breadcrumb-item.active {
  color: #1070ff;
}
.dashboard-stat {
  display: flex;
  padding: 0;
  height: 140px;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 1rem;
  overflow: hidden;
  transition: 0.3s;
  cursor: default;
  align-items: center;
  justify-content: center;
}
.dashboard-stat-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.dashboard-stat-content {
  padding-left: 0.7rem;
}
.dashboard-stat-content h4 {
  font-size: 37px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 8px;
  letter-spacing: 1px;
}
.dashboard-stat-content p {
  font-size: 15px;
  margin-top: 4px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
}
.dashboard-stat .widget-1 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #1baf65;
}
.dashboard-stat .widget-2 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #f39f00;
}
.dashboard-stat .widget-3 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #002758;
}
.dashboard-stat .widget-4 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #ce024b;
}
.dashboard-gravity-list {
  margin: 0 0 30px;
  border-radius: 4px;
}
.dashboard-gravity-list h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 20px 30px;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
}
.dashboard-gravity-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.dashboard-gravity-list ul li {
  padding: 23px 30px;
  border-bottom: 1px solid #eaeaea;
  transition: 0.3s;
  position: relative;
}

/*error-document*/
.error-page {
  text-align: center;
}
.error-page p {
  font-size: 20px;
  color: #6d7a83;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}
.error-page span {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.error-page i {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  background: #ffffff;
  line-height: 100px;
  font-size: 45px;
  color: #f21136;
  border-radius: 50%;
  border: 1px solid #ffcad3;
  box-shadow: 0px 0px 10px 1px rgb(255, 180, 193);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(255, 180, 193);
  -moz-box-shadow: 0px 0px 10px 1px rgb(255, 180, 193);
}
.padd-top-30 {
  padding-top: 30px;
}
.padd-bot-30 {
  padding-bottom: 30px;
}
.cl-danger {
  color: #f21136;
}
.font-bold {
  font-weight: bold;
}
.font-150 {
  font-size: 150px !important;
}
.mrg-top-15 {
  margin-top: 15px;
}
.mrg-top-10 {
  margin-top: 10px;
}
.mrg-top-20 {
  margin-top: 20px;
}
/*end of error document*/

/*Wizards*/
.wizard-content .wizard > .actions > ul > li > a {
  background-color: #2196f3;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #2196f3;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #2196f3;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #2196f3;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #2196f3;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #2196f3;
  color: #2196f3;
}
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step:after {
  border-top-color: #2196f3;
}
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.done
  .step:after {
  border-top-color: #2196f3;
}

@media (max-width: 767px) {
  .theme-primary .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #2196f3;
  }
}
@media (max-width: 575px) {
  .theme-primary .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #2196f3;
  }
}

/*wizard*/
.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}
.wizard-content .wizard .content {
  margin-left: 0;
}
.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}
.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}
.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wizard-content .wizard > .steps > ul > li {
  display: inline-block;
  width: auto;
  text-align: center;
  position: relative;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  margin: 0 10px;
  background-color: #f3f6f9;
}
.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  display: block;
}
.wizard-content .wizard > .steps > ul > li:before {
  left: 0;
}
.wizard-content .wizard > .steps > ul > li:after {
  right: 0;
}
.wizard-content .wizard > .steps > ul > li:first-child:before,
.wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}
.wizard-content .wizard > .steps > ul > li.current {
  color: #ffffff;
}
.wizard-content .wizard > .steps > ul > li.current > a {
  color: #ffffff;
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.disabled a {
  color: #737373;
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.disabled a:hover,
.wizard-content .wizard > .steps > ul > li.disabled a:focus {
  color: #737373;
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.done {
  background-color: #19cb98 !important;
  color: #fff !important;
  border-radius: 0.3125rem;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(25, 203, 152, 1) !important;
  border: none;
}
.wizard-content .wizard > .steps > ul > li.done a {
  color: #ffffff;
}
.wizard-content .wizard > .steps > ul > li.done a:hover,
.wizard-content .wizard > .steps > ul > li.done a:focus {
  color: #ffffff;
}
.wizard-content .wizard > .steps > ul > li.step-error {
  border-color: #ff5c5c;
  color: #ff5c5c;
}
.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 15%;
}
.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
  margin: 10px 0px;
}
.wizard-content .wizard.vertical > .steps > ul > li a {
  margin-top: 0px;
}
.wizard-content .wizard.vertical > .steps > ul > li:before,
.wizard-content .wizard.vertical > .steps > ul > li:after {
  background-color: transparent;
}
.wizard-content .wizard.vertical > .steps > ul > li.current:before,
.wizard-content .wizard.vertical > .steps > ul > li.current:after {
  background-color: transparent;
}
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after {
  background-color: transparent;
}
.wizard-content .wizard.vertical.wizard-circle > .steps .step {
  left: 50%;
  width: 50px;
}
.wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}
.wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px;
}
.wizard-content .wizard > .content > .body {
  padding: 20px 20px;
}
.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 20px 20px 20px;
}
.wizard-content .wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard-content .wizard > .actions > ul :after {
  content: "";
  display: table;
  clear: both;
}
.wizard-content .wizard > .actions > ul > li {
  float: left;
}
.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px;
}
.wizard-content .wizard > .actions > ul > li > a {
  color: #ffffff;
  display: block;
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.wizard-content .wizard > .actions > ul > li > a:hover,
.wizard-content .wizard > .actions > ul > li > a:active,
.wizard-content .wizard > .actions > ul > li > a:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #ffffff !important;
  color: #234173 !important;
  border: 1px solid #f3f6f9;
}
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover,
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active,
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}
.wizard-content .wizard > .actions > ul > li.disabled > a {
  color: #999999;
}
.wizard-content .wizard > .actions > ul > li.disabled > a:hover,
.wizard-content .wizard > .actions > ul > li.disabled > a:focus {
  color: #999999;
}
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wizard-content
  .wizard
  > .actions
  > ul
  > li.disabled
  > a[href="#previous"]:hover,
.wizard-content
  .wizard
  > .actions
  > ul
  > li.disabled
  > a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li:before,
.wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  top: 45px;
  width: 50%;
  height: 3px;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after {
  background-color: #f3f6f9;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
  background-color: #f3f6f9;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li:before,
.wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  top: 39px;
  width: 50%;
  height: 2px;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  line-height: 36px;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after {
  background-color: #f3f6f9;
}
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  ~ li:before,
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  ~ li:after {
  background-color: #f3f6f9;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #ffffff;
}
.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #f3f6f9;
}
.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f3f6f9;
}

@media (max-width: 1024px) {
  .wizard-content .wizard.wizard-circle > .steps .step {
    width: 50px;
    height: 50px;
  }
  .wizard-content .wizard > .steps .step {
    left: 50%;
    margin-left: -24px;
  }
  .wizard-content .wizard.vertical > .steps {
    width: 20%;
  }
  .wizard-content .wizard.vertical > .steps .step {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
    margin: 5px 0;
  }
  .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: "";
  }
  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: "";
  }
  .wizard-content .wizard.vertical > .steps {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .wizard-content .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none;
  }
  .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0px;
  }
}
#drop_zone {
  border: 2px dashed #19cb98;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.example input[type="file"] {
  display: none;
}
.preview-images-zone {
  width: 100%;
  min-height: 1px;
  /* display: flex; */
  padding: 5px 5px 0px 5px;
  position: relative;
  overflow: auto;
}
.preview-images-zone > .preview-image {
  height: 90px;
  width: 90px;
  position: relative;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
}
.preview-images-zone > .preview-image > .image-zone {
  width: 100%;
  height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
  width: 100%;
  height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
  position: absolute;
  z-index: 100;
  color: #fff;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: white;
}
.preview-image:hover > .image-zone {
  cursor: move;
  opacity: 0.5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
  display: block;
}
.ui-sortable-helper {
  width: 90px !important;
  height: 90px !important;
}
/*End of Wizards*/

/*Account Profile Layouts*/
.emp-profile {
  /*margin-top: 3%;*/
}
.profile-img {
  text-align: center;
}
.profile-img img {
  width: 70%;
  height: 100%;
}
.profile-head h5 {
  color: #333;
}
.profile-head h6 {
  color: #0062cc;
}
.profile-head .nav-tabs {
  margin-bottom: 5%;
}
.profile-head .nav-tabs .nav-link {
  font-weight: 600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #0062cc;
}
.profile-work {
  padding: 14%;
  margin-top: -15%;
}
.profile-work p {
  font-size: 12px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}
.profile-work a {
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}
.profile-work ul {
  list-style: none;
}
.profile-tab label {
  font-weight: 600;
}
.profile-tab p {
  font-weight: 600;
  color: #0062cc;
}
/*End of Account Profile Layouts*/

.genhsearch {
  border: none !important;
}
.header-search-extra {
  border-radius: 5px;
  padding: 20px;
  margin-top: 10px;
}
@media (max-width: 1300px) {
  .hide-1300 {
    display: none;
  }
}
@media (max-width: 1187px) {
  .hide-1187 {
    display: none;
  }
}

/*home additions*/
/* @group Banners hover effect */
.banners-effect-1 .banners > div img {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.banners-effect-1 .banners > div img:hover {
  opacity: 0.8;
}

.banners-effect-2 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-2 .banners > div a:hover:before,
.banners-effect-2 .banners > div a:hover:after {
  left: 0;
  opacity: 1;
}
.banners-effect-2 .banners > div a:before,
.banners-effect-2 .banners > div a:after {
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  content: "";
  z-index: 1;
}

.banners-effect-3 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-3 .banners > div a:hover:before,
.banners-effect-3 .banners > div a:hover:after {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
}
.banners-effect-3 .banners > div a:before,
.banners-effect-3 .banners > div a:after {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -moz-transform: scale(7);
  -ms-transform: scale(7);
  -o-transform: scale(7);
  transform: scale(7);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  visibility: visible;
  z-index: 1;
}

.banners-effect-4 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-4 .banners > div a:hover:before,
.banners-effect-4 .banners > div a:hover:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}
.banners-effect-4 .banners > div a:before,
.banners-effect-4 .banners > div a:after {
  border-bottom: 50px solid rgba(0, 0, 0, 0.2);
  border-top: 50px solid rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform-origin: 50% 50% 0;
  width: 100%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  visibility: visible;
  z-index: 1;
}

.banners-effect-5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-5 .banners > div a:hover:before,
.banners-effect-5 .banners > div a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}
.banners-effect-5 .banners > div a:before,
.banners-effect-5 .banners > div a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
}

.banners-effect-6 .banners > div a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #000;
}

.banners-effect-6 .banners > div a img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.banners-effect-6 .banners > div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}

.banners-effect-7 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-7 .banners > div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s;
}

.banners-effect-7 .banners > div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.banners-effect-8 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top;
}

.banners-effect-8 .banners > div a:before,
.banners-effect-8 .banners > div a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}

.banners-effect-8 .banners > div a:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.banners-effect-8 .banners > div a:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.banners-effect-8 .banners > div img {
  opacity: 1;
  width: 100%;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

.banners-effect-8 .banners > div a:hover:before,
.banners-effect-8 .banners > div a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banners-effect-8 .banners > div a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.banners-effect-9 .banners > div a {
  display: block;
  position: relative;
  z-index: 10;
}

.banners-effect-9 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.banners-effect-9 .banners > div a:hover:before {
  opacity: 1;
}

.banners-effect-9 .banners > div a img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

.banners-effect-9 .banners > div a:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

.banners-effect-10 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 75%
  );
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.banners-effect-10 .banners > div a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banners-effect-11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-11 .banners > div a:hover:before,
.banners-effect-11 .banners > div a:hover:after {
  width: 100%;
  height: 100%;
}
.banners-effect-11 .banners > div a:before,
.banners-effect-11 .banners > div a:after {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banners-effect-11 .banners > div a:after {
  left: auto;
  right: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  div.layout-2 .container {
    max-width: 1650px !important;
    padding: 0 !important;
    width: 95%;
  }
}

/* 3. STYLE ALL SITE
 -------------------------------*/

img {
  max-width: 100%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*===============================================
 [SASS DIRECTORY ]
 [1] MEGA MENU VERTICAL 
 [2] MODULE HOME SLIDER  
 [3] MODULE EXTRA SLIDER
 [4] SHORT CODE BANNER 
 [5] SO LISTING TABS
 [6] SO DEALS
 [7] SO NEWSLETTER
 ==============================================*/
.container-fluid .container {
  padding-left: 15px;
  padding-right: 15px;
}
/*====================== mod title ========================*/
.box-content1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .box-content1 .col-left {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .box-content1 .col-right {
    display: none;
  }
}
@media (min-width: 1200px) {
  .box-content1 .col-left {
    width: 66.3%;
  }
}
.box-content1 .col-right {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .box-content1 .col-right {
    width: 33.7%;
  }
}
.box-content1 .bannerstop .row {
  margin: 0 -5px;
}
.box-content1 .bannerstop .item1,
.box-content1 .bannerstop .item2 {
  /* padding: 0 5px; */
}
.box-content1 .bannerstop .item1 > a,
.box-content1 .bannerstop .item2 > a {
  margin-bottom: 22px;
}

@media (min-width: 1200px) {
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
    width: 20%;
  }

  div .col-lg-12 {
    width: 100%;
  }
}

/*=======================================================================
3. Header
========================================================================*/
/*.custom-container {
    max-width: 1480px;
}
.header-message-wrap {
	background: var(--color-secondary);
}
.header-top-wrap {
    padding: 13px 0;
    border-bottom: 1px solid #e9e8e8;
}
.header-top-left ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-left ul li,
.header-top-right ul li {
    position: relative;
    font-size: 12px;
    color: #666666;
    padding-right: 15px;
    margin-right: 15px;
}
.header-top-left ul li:last-child,
.header-top-right ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header-top-left ul li::before,
.header-top-right ul li::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #dbdada;
}
.header-top-left ul li:last-child::before,
.header-top-right ul li:last-child::before {
	display: none;
}
.header-top-left .dropdown button {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    padding: 0 0 0 0;
}
.header-top-left .dropdown .dropdown-toggle::after,
.header-super-store .dropdown-toggle::after {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
	color: #525252;
	font-size: 11px;
}
.header-top-left .dropdown .dropdown-item {
    color: #525252;
    font-size: 12px;
}
.header-top-left .dropdown .dropdown-item:focus,
.header-super-store .dropdown-menu a:focus,
.header-top-left .dropdown-item:active,
.header-super-store .dropdown-item:active {
	color: #fff;
	background: var(--color-primary);
}
.header-top-left ul .header-work-time > span {
	color: #363636;
	font-weight: 500;
}
.header-top-right ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.header-top-right ul li a {
	color: #666666;
}
.header-top-right ul li a:hover {
	color: var(--color-primary);
}*/

.header-search-wrap {
  /*min-width: 390px;*/
}
.header-search-wrap {
  background: rgba(0, 135, 81, 0.1) !important;
  border-radius: 8px;
  padding: 0.7rem;
  text-align: center;
}
.header-search-wrap span {
  padding: 13px 20px;
}
.header-search-wrap span::placeholder {
  font-size: 0.9em;
  color: #666666;
}
.header-search-wrap button {
  border: none;
  padding: 0 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background: var(--color-primary);
}
/*.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-area {
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 0px 1px 4.65px 0.35px rgba(104, 104, 104, 0.14);
}
.header-category {
    position: relative;
}
.header-category > a {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    min-height: 70px;
    min-width: 273px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
    background: var(--color-primary);
}
.header-category > a i:first-child {
	margin-right: 18px;
}
.header-category > a i:last-child {
	margin-left: auto;
}
.category-menu {
	position: absolute;
	left: 0;
	top: 100%;
	box-shadow: 0px 5px 7.44px 0.56px rgba(185, 185, 185, 0.13);
	background: #fff;
	width: 100%;
	border: 1px solid rgb(175 175 175 / 25%);
	border-bottom: 4px solid var(--color-primary);
    border-top: none;
	padding: 15px 0;
	display: none;
	z-index: 2;
}
.category-menu > li {
    display: block;
}
.category-menu > li > a {
    display: flex;
    color: #545252;
    font-size: 14px;
    padding: 13px 50px 13px 20px;
	border-bottom: 1px solid rgb(175 175 175 / 25%);
    background: transparent;
    position: relative;
    align-items: center;
}
.category-menu > li:last-child > a {
	border: none;
}
.category-menu > li > a > i {
    font-size: 16px;
    color: #acacac;
    margin-right: 15px;
}
.category-menu > li:hover > a {
	background: #f6f6f6;
}
.category-menu > li.menu-item-has-children > a::after {
	content: "\f105";
	position: absolute;
	right: 20px;
	font-size: 13px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #737373;
}
.category-menu .megamenu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0px 1px 16px 0px rgba(220, 220, 220, 0.47);
    border: 1px solid #ebebeb;
    width: 840px;
    min-height: 100%;
    padding: 27px 20px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s linear;
    z-index: 2;
}
.category-menu .megamenu > .sub-column-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    margin-bottom: 30px;
	padding: 0 15px;
}
.category-menu .megamenu > .sub-column-item > a {
    font-family: var(--font-family-heading);
    font-weight: 700;
    display: block;
    color: #222222;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.category-menu .megamenu > .sub-column-item > a:hover {
	color: var(--color-primary);
}
.category-menu .megamenu > .sub-column-item ul li {
    margin-bottom: 15px;
}
.category-menu .megamenu > .sub-column-item ul li:last-child {
	margin-bottom: 0;
}
.category-menu .megamenu > .sub-column-item ul li a {
    display: inline-flex;
    color: #545252;
    font-size: 14px;
	text-transform: capitalize;
}
.category-menu .megamenu > .sub-column-item ul li a:hover {
	color: var(--color-primary);
	padding-left: 5px;
}
.category-menu .megamenu > .sub-column-item .mega-menu-banner a:hover {
	padding: 0;
}
.mega-menu-banner img {
	max-width: 100%;
}
.category-menu > li:hover > .megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 95px;
}
.navbar-wrap ul li {
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #696868;
    font-family: var(--font-family-heading);
    padding: 27px 17px;
    display: block;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}
.navbar-wrap > ul > li.menu-item-has-children > a {
    padding-right: 32px;
}
.navbar-wrap > ul > li.menu-item-has-children > a::before {
    content: "\f107";
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    right: 18px;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    line-height: 1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.header-style-two .navbar-wrap > ul > li.active > a,
.header-style-two .navbar-wrap > ul > li:hover > a,
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.active > a {
	color: var(--color-primary);
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 90px;
}
.header-action > ul > li {
	position: relative;
	margin-left: 15px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action .header-phone {
    display: flex;
    align-items: center;
	margin-right: 20px;
}
.header-action .header-phone .icon {
    font-size: 29px;
    color: #636262;
    margin-right: 12px;
}
.header-action .header-phone .icon i,
.header-action .header-user > a i,
.header-action .header-wishlist > a i {
	line-height: 0;
	display: block;
}
.header-action .header-phone a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #363636;
}
.header-action .header-phone a:hover {
	color: var(--color-primary);
}
.header-action .header-phone a span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #585e52;
    line-height: 1;
    margin-bottom: 2px;
}
.header-action .header-user > a,
.header-action .header-wishlist > a,
.header-action .header-cart-wrap > a {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 44px;
    height: 44px;
	flex: 0 0 44px;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #363636;
    background: #e8f8f7;
}
.header-action .header-wishlist > a {
	background: #f2eccf;
}
.header-action .header-cart-wrap > a {
	background: #f8e3d1;
}
.header-action > ul .header-cart-action {
    display: flex;
    align-items: center;
}
.header-action > ul .header-cart-action .cart-amount {
    font-size: 13px;
    font-weight: 700;
    color: #363636;
    margin-left: 10px;
}
.header-action > ul .header-wishlist,
.header-action > ul .header-cart-wrap {
	position: relative;
    margin-right: 5px;
}
.header-action > ul .header-wishlist .item-count,
.header-action > ul .header-cart-wrap .item-count {
    position: absolute;
    right: -5px;
    top: -4px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #f89846;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
}
.header-shop-cart a span {
	position: absolute;
	right: 0px;
	top: -2px;
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	color: #222;
	box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}
.header-cart-wrap .minicart {
    background: #fff;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: -7px;
    top: 70px;
    transition: all 0.5s ease 0s;
    width: 350px;
    z-index: 9;
    box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
    visibility: hidden;
    transform: translateY(10px);
}
.header-cart-wrap .minicart::before {
    position: absolute;
    content: '';
    left: 0px;
    top: -25px;
    width: 100%;
    height: 45px;
    display: block;
}
.header-cart-wrap:hover .minicart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}
.header-cart-wrap .minicart > li {
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}
.minicart .cart-img {
	width: 100px;
	flex: 0 0 100px;
}
.minicart .cart-img img {
	max-width: 100%;
}
.header-cart-wrap .minicart .cart-content {
    width: 185px;
    flex: 0 0 185px;
    padding-left: 15px;
    text-align: left;
    padding-right: 25px;
}
.minicart .cart-content h4 {
	font-family: var(--font-family-body);
	font-size: 15px;
	background: none;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.35;
}
.minicart .cart-content h4 a:hover {
	color: var(--color-primary);
}
.header-cart-wrap .minicart .del-icon a:hover {
	color: var(--color-secondary);
}
.minicart .cart-price span {
    color: #676565;
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px;
    opacity: .7;
}
.minicart .cart-price .new {
	font-size: 14px;
	margin-left: 0;
	opacity: 1;
}
.header-cart-wrap .minicart .del-icon {
	margin-top: 30px;
}
.minicart .del-icon > a {
	font-size: 18px;
	color: #676565;
}
.total-price {
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 10px;
}
.total-price span {
	color: #8e8e8e;
	font-weight: 500;
}
.header-cart-wrap .minicart > li:last-child {
	margin-bottom: 0;
}
.header-cart-wrap .minicart .checkout-link a {
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 16px 30px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: var(--color-secondary);
}
.header-cart-wrap .minicart .checkout-link a.black-color {
	background: var(--color-primary);
	color: #fff;
}
.header-action .header-btn .btn {
	color: #fff;
	font-size: 14px;
	padding: 13px 22px;
}
.navbar-wrap ul li .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .submenu li a {
    padding: 10px 15px 10px 25px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 13px;
    color: var(--color-text-body);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu li:hover > a {
    color: var(--color-primary);
}
.header-super-store .dropdown-toggle {
    border: none;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 20px;
	font-family: var(--font-family-heading);
	color: #fff;
	background: var(--color-primary);
	border-radius: 50px;
    line-height: 1;
}
.header-super-store .dropdown-toggle i {
    font-size: 14px;
    margin-right: 14px;
    line-height: 0;
}
.header-super-store .dropdown-toggle::after {
    color: #fff;
    vertical-align: middle;
    line-height: 0;
    margin-left: 13px;
}
.header-super-store .dropdown-menu {
    width: 176px;
}
.header-super-store .dropdown-menu a {
    color: #525252;
    font-size: 14px;
}
.header-style-two .menu-area {
    border-bottom: none;
    background: #1b324f;
}
.header-style-two .navbar-wrap ul {
    margin-left: 0;
}
.header-style-two .navbar-wrap ul li a {
    font-family: var(--font-family-body);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 29px 17px;
}
.header-style-two .navbar-wrap > ul > li.menu-item-has-children > a {
    padding-right: 32px;
}
.header-style-two .navbar-wrap > ul > li:first-child > a {
    padding-left: 0;
}
.header-style-two .navbar-wrap ul li .submenu li a {
    font-weight: 500;
    font-size: 14px;
}
.header-delivery-message p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #f1f1f1;
    font-weight: 700;
    padding-right: 16px;
    position: relative;
}
.header-delivery-message p::before {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}
.header-delivery-message p > span {
    color: var(--color-secondary);
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border: none;
	border-radius: 0;
}







/*owl carousel*/
.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  /*box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);*/
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}
.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
  border-radius: 7px;
}
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details {
  padding: 25px 20px 30px 20px;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}
.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}
.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}
.blog_section .blog_content .owl-nav {
  display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 33%;
  border: 2px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #008751;
  transition: all 0.3s;
  color: #fff;
}
.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #008751;
  color: #008751;
}
.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 33%;
  border: 2px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #008751;
  color: #fff;
  transition: all 0.3s;
}
.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #008751;
  color: #008751;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }
  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

.listing-item {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.listing-item .listing-image {
  position: relative;
  overflow: hidden;
}
.listing-item .listing-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.listing-item .listing-image .listing-quick-box {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  z-index: 2;
}
.listing-item .listing-image .listing-quick-box .category {
  color: #ffffff;
  font-size: 16px;
}
.listing-item .listing-image .listing-quick-box .category i {
  padding-right: 5px;
}
.listing-item .listing-image .listing-quick-box .category:hover {
  color: #ffa800;
}
.listing-item .listing-image .listing-quick-box .popup {
  margin-left: auto;
  color: #ffffff;
  font-size: 16px;
}
.listing-item .listing-image .listing-quick-box .popup:hover {
  color: #1c58c7;
}
.listing-item .listing-image .listing-quick-box .like {
  color: #ffffff;
  margin-left: 20px;
  font-size: 16px;
}
.listing-item .listing-image .listing-quick-box .like:hover {
  color: #1c58c7;
}
.listing-item .listing-details {
  background: #ffffff;
}
.listing-item .listing-details .listing-details-inner {
  padding: 20px;
}
.listing-item .listing-details .listing-details-inner .listing-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing-item .listing-details .listing-details-inner .listing-price {
  margin-left: auto;
  font-size: 18px;
  color: #333333;
}
.listing-item .listing-details .listing-details-inner .listing-rating-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing-item
  .listing-details
  .listing-details-inner
  .listing-rating-call
  .listing-rating {
  font-size: 13px;
  color: #999999;
}
.listing-item
  .listing-details
  .listing-details-inner
  .listing-rating-call
  .listing-rating
  span {
  border: 1px solid #0abb0a;
  padding: 0 4px;
  line-height: 16px;
  border-radius: 3px;
  color: #0abb0a;
}
.listing-item
  .listing-details
  .listing-details-inner
  .listing-rating-call
  .listing-rating:hover {
  color: #1c58c7;
}
.listing-item
  .listing-details
  .listing-details-inner
  .listing-rating-call
  .listing-call {
  margin-left: 20px;
  color: #999999;
  font-size: 13px;
}
.listing-item
  .listing-details
  .listing-details-inner
  .listing-rating-call
  .listing-call:hover {
  color: #1c58c7;
}
.listing-item .listing-details .listing-details-inner .listing-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.listing-item .listing-details .listing-details-inner .listing-info img {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
.listing-item .listing-details .listing-details-inner .listing-info p {
  font-size: 13px;
}
.listing-item .listing-details .listing-bottom {
  border-top: 1px solid #dddddd;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.listing-item .listing-details .listing-bottom .listing-loaction {
  color: #999999;
  font-size: 13px;
}
.listing-item .listing-details .listing-bottom .listing-loaction i {
  padding-right: 5px;
}
.listing-item .listing-details .listing-bottom .listing-loaction:hover {
  color: #1c58c7;
}
.listing-item .listing-details .listing-bottom .listing-close {
  position: relative;
  margin-left: auto;
  border: 1px solid #f52626;
  color: #f52626;
  font-size: 12px;
  padding: 4px 8px 2px;
  line-height: 16px;
  border-radius: 3px;
  background: #ffffff;
}
.listing-item .listing-details .listing-bottom .listing-close:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0;
  border-radius: 3px;
  border-bottom: 1px solid #f52626;
  z-index: 0;
}
.listing-item .listing-details .listing-bottom .listing-open {
  position: relative;
  margin-left: auto;
  border: 1px solid #333333;
  color: #333333;
  font-size: 12px;
  padding: 4px 8px 2px;
  line-height: 16px;
  border-radius: 3px;
  background: #ffffff;
}
.listing-item .listing-details .listing-bottom .listing-open:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0;
  border-radius: 3px;
  border-bottom: 1px solid #333333;
  z-index: 0;
}
.listing-item:hover .listing-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice {
  color: #19cb98 !important;
  border: 1px solid #19cb98 !important;
  border-radius: 5px !important;
  margin: 5px 1px 5px 6px !important;
  padding: 3px 6px !important;
}

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #19cb98 !important;
}

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  min-width: 20em !important;
}

.modal-content {
  border: none !important;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.strong{
  font-weight: bold !important;
}

/* Offcanvas styles */
#sidebar {
  min-width: 270px;
  max-width: 100%;
  /* background: #494ca2; */
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul li {
  font-size: 16px;
}

#sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #19cb98;
}

#sidebar ul li.active > a {
  background: transparent;
  color: #fff;
}

.fixed-top, .page-header.navbar-fixed .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bg-efritin-market-category{
  background: linear-gradient(180deg, #fff, #eff3f9);
}

.form-check-input:checked {
  background-color: #008751;
  border-color: #008751;
}

.form-check-input:focus {
  border-color: #008751;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0, 135, 81, .25);
}

/* Property rules */
.propertytag {
  display: inline-flex;
  align-items: center;
  padding: 4px 1rem;
  margin-bottom: 5px;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 90%;
}