/* Theme Color */
/* Text Color */
/* Standard Color */
/* Reboot CSS */
* {
  margin: 0;
  padding: 0;
  outline: 0 !important; }

body, html {
  font-family: "Roboto", sans-serif;
  color: #383838;
  overflow-x: hidden;
  background-color: #ebebeb;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }

h1, h2, h3, h4, h5, h6 {
  color: #020310;
  line-height: 1.4;
  font-weight: 700; }

p {
  color: #383838;
  font-size: 14px; }

a, a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  box-shadow: none;
  color: #0099d2; }

a[role="button"]:hover {
  color: #0099d2 !important; }

ul {
  margin: 0; }
  ul li {
    list-style: none;
    text-decoration: none; }
    ul li:hover, ul li:focus {
      list-style: none;
      text-decoration: none; }

ol {
  margin: 0; }

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

label {
  color: #666; }

.form-control {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-color: #ebebeb;
  height: 40px;
  padding: 6px 20px;
  font-size: 14px;
  background-color: #f8f9fa; }

.form-control:focus {
  box-shadow: none;
  /* Section Padding */ }

.section-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-padding-0-30 {
  padding-top: 0;
  padding-bottom: 30px; }

.section-padding-30-0 {
  padding-top: 30px;
  padding-bottom: 0; }

.section-padding-30-14 {
  padding-top: 30px;
  padding-bottom: 14px;
  /* Scrollup */ }

#scrollUp {
  bottom: 30px;
  font-size: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 6px;
  background-color: #020310; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #0099d2; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

input:required, textarea:required {
  box-shadow: none !important; }
  input:invalid, textarea:invalid {
    box-shadow: none !important; }

.no-boxshadow {
  box-shadow: none !important;
  /* Shortcodes CSS */ }

.h-100vh {
  height: 100vh !important; }

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    background: #0099d2;
    background: -webkit-linear-gradient(to left, #0099d2, #b41a1f);
    background: linear-gradient(to left, #0099d2, #b41a1f);
    opacity: 0.85;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }

.bg-gray {
  background-color: #f8f8ff; }

.btn {
  font-weight: 700;
  box-shadow: none;
  font-size: 0.85rem;
  border-radius: 0.4rem; }
  .btn:hover, .btn:focus {
    color: #f0f0ee !important; }

.btn-group-lg > .btn, .btn-lg {
  font-size: 1rem;
  border-radius: 0.5rem; }

.btn-group-sm > .btn, .btn-sm {
  font-size: 0.75rem;
  border-radius: 0.25rem; }

.btn-primary {
  background-color: #0099d2;
  border-color: #0099d2; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #00739e;
    border-color: #00739e; }

.btn-primary-light {
  background-color: #5dbde2;
  border-color: #5dbde2; }
  .btn-primary-light:hover, .btn-primary-light:focus {
    background-color: #0099d2;
    border-color: #0099d2; }

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover, .btn-warning:focus {
    background-color: #e0a800;
    border-color: #e0a800; }

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #c82333;
    border-color: #dc3545; }

.btn-success {
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover, .btn-success:focus {
    background-color: #218838;
    border-color: #218838; }

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover, .btn-info:focus {
    background-color: #138496;
    border-color: #138496; }

.btn-AddToCart {
  background-color: #0099d2;
  border-color: #0099d2; }
  .btn-AddToCart:hover, .btn-AddToCart:focus {
    background-color: #00739e;
    border-color: #00739e; }
  .btn-AddToCart i {
    font-size: 14px;
    width: 14px; }

.btn-gold {
  background-color: #ffd700;
  border-color: #ffd700; }
  .btn-gold:hover, .btn-gold:focus {
    background-color: #ccac00;
    border-color: #ccac00; }

.bg-primary, .badge-primary {
  background-color: #0099d2 !important; }
  .bg-primary:hover, .badge-primary:hover, .bg-primary:active, .badge-primary:active {
    background-color: #00739e !important; }

.bg-danger, .badge-danger {
  background-color: #dc3545 !important; }

.bg-warning, .badge-warning {
  background-color: #ffc107 !important; }

.bg-info, .badge-info {
  background-color: #17a2b8 !important; }

.bg-success, .badge-success {
  background-color: #28a745 !important; }

.text-dark {
  color: #020310 !important; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }
  .section-heading h6 {
    margin-bottom: 0;
    color: #383838; }
  .section-heading p {
    margin-bottom: 0; }

.card {
  border-color: #ebebeb;
  border-radius: 0.5rem; }
  .card .card-body {
    padding: 0.75rem; }

.card-img-top {
  border-top-left-radius: calc(.75rem - 1px);
  border-top-right-radius: calc(.75rem - 1px); }

.border, .border-left, .border-right, .border-bottom, .border-top {
  border-color: #ebebeb !important; }

.mfp-iframe-holder .mfp-content {
  max-width: 1100px; }

.row {
  margin-right: -8px;
  margin-left: -8px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  /* Preloader CSS */ }

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f8f8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  /* Demo CSS */ }

.preview-iframe-wrapper {
  position: relative;
  z-index: 1; }
  .preview-iframe-wrapper .preview-hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100px;
    margin-bottom: -50px; }
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper {
      position: relative;
      z-index: 1;
      margin-bottom: 150px; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 2.1rem;
        margin-bottom: 1rem; }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title span {
          color: #0099d2; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-desc {
        font-size: 18px; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper {
        position: relative;
        z-index: 1;
        background-color: #fff;
        text-align: center;
        max-width: 18rem;
        padding: 2rem;
        border-radius: 0.5rem; }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper h6 {
          font-size: 14px; }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper::after {
          position: absolute;
          width: 200px;
          height: 200px;
          background-image: url(img/core-img/dot-blue.png);
          background-repeat: repeat;
          bottom: -70px;
          left: -70px;
          z-index: -10;
          content: "";
          border-radius: 50%;
          opacity: 0.15; }
    .preview-iframe-wrapper .preview-hero-area iframe {
      width: 385px;
      height: 748px;
      border: 5px solid #272727;
      border-radius: 1.25rem;
      box-shadow: 0 2px 2px 2px rgba(14, 14, 14, 0.125);
      margin-bottom: 150px; }
    .preview-iframe-wrapper .preview-hero-area::after {
      position: absolute;
      content: "";
      background-image: url(img/core-img/curve.png);
      bottom: 50px;
      width: 142px;
      height: 121px;
      background-repeat: no-repeat;
      right: 0;
      z-index: auto; }
  .preview-iframe-wrapper .tech-img ul li {
    margin-right: 1rem; }
    .preview-iframe-wrapper .tech-img ul li img {
      max-height: 28px; }
    .preview-iframe-wrapper .tech-img ul li:last-child {
      margin-right: 0rem; }
  .preview-iframe-wrapper .features-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    border-radius: 3rem 0 0 0; }
    .preview-iframe-wrapper .features-area ul li {
      position: relative;
      z-index: 1;
      padding-left: 1.5rem;
      margin-top: 1rem; }
    .preview-iframe-wrapper .features-area ul li.active {
      color: #020310; }
    .preview-iframe-wrapper .features-area ul li::before {
      position: absolute;
      content: "\f00c";
      top: 0;
      left: 0;
      font-family: "FontAwesome";
      font-size: 16px;
      color: #0099d2;
      z-index: 1; }

.preview-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px; }
  .preview-footer-area .footer-nav a {
    margin-left: 1rem;
    font-size: 14px;
    color: #383838;
    font-weight: 700; }
    .preview-footer-area .footer-nav a:hover, .preview-footer-area .footer-nav a:focus {
      color: #0099d2; }
  .preview-footer-area .footer-logo img {
    max-height: 50px; }

.header-area {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(15, 15, 15, 0.175); }
  .header-area .logo-header {
    width: auto;
    height: 48px; }
  .header-area.header-out {
    top: -100px; }

.top-search-form {
  position: relative;
  z-index: 1; }
  .top-search-form form {
    position: relative;
    z-index: 1; }
    .top-search-form form .form-control {
      max-width: 190px;
      background-color: #f8f9fa;
      height: 32px;
      font-size: 12px;
      padding: 10px 15px;
      padding-left: 35px;
      border: 1px solid #ebebeb;
      color: #383838; }
    .top-search-form form button {
      background-color: transparent;
      position: absolute;
      top: 1px;
      left: 10px;
      width: 18px;
      height: 30px;
      border: 0;
      z-index: 10;
      color: #383838; }
    .top-search-form form button:focus {
      outline: none; }

.suha-navbar-toggler {
  position: relative;
  z-index: 1;
  width: 26px;
  cursor: pointer;
  padding: 0.5rem 0; }
  .suha-navbar-toggler span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    min-width: 22px;
    width: 22px;
    height: 2px;
    background-color: #383838;
    margin-bottom: 4px; }
    .suha-navbar-toggler span:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
      flex: 0 0 12px;
      min-width: 12px;
      width: 12px; }
    .suha-navbar-toggler span:last-child {
      margin-bottom: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
      flex: 0 0 17px;
      min-width: 17px;
      width: 17px; }
  .suha-navbar-toggler:hover span, .suha-navbar-toggler:focus span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    min-width: 22px;
    width: 22px; }

.filter-option {
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: right;
  width: 30px;
  height: 30px;
  line-height: 30px; }

.back-button a {
  color: #383838;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .back-button a i {
    font-size: 1.25rem;
    margin-right: 0.25rem; }
  .back-button a:hover, .back-button a:focus {
    color: #0099d2; }

.page-heading h6 {
  color: #383838;
  font-size: 14px; }

.logo-wrapper {
  /* Hero CSS */ }
  .logo-wrapper a {
    display: block; }

.intro-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #0099d2;
  background: -webkit-linear-gradient(to left, #0099d2, #b41a1f);
  background: linear-gradient(to left, #0099d2, #b41a1f);
  z-index: 1; }
  .intro-wrapper .background-shape {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.1;
    z-index: -1;
    top: -100px;
    right: -60px; }

.get-started-btn {
  position: fixed;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }

.page-content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 58px; }

.suha-sidenav-wrapper {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: -250px;
  height: 100%;
  background: #626262;
  background: -webkit-linear-gradient(to left, #626262, #383838);
  background: linear-gradient(to left, #626262, #383838);
  overflow-y: auto;
  width: 240px;
  scrollbar-width: thin;
  scrollbar-color: #000 #3b3b3b; }
  .suha-sidenav-wrapper .go-home-btn {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    bottom: 30px;
    left: 170px;
    background-color: #FF0004;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 42px;
    z-index: 10;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    font-size: 1.25rem; }
  .suha-sidenav-wrapper .go-home-btn:hover, .suha-sidenav-wrapper .go-home-btn:focus {
    background-color: #00739e; }
  .suha-sidenav-wrapper.nav-active {
    left: 0; }
  .suha-sidenav-wrapper.nav-active .go-home-btn {
    visibility: visible;
    opacity: 1; }
  .suha-sidenav-wrapper.filter-nav {
    background: #f8f8ff; }

.sidenav-black-overlay {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 3, 16, 0.3);
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }
  .sidenav-black-overlay.active {
    opacity: 1;
    visibility: visible; }

.sidenav-profile {
  position: relative;
  z-index: 1; }
  .sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 3rem auto 0.5rem; }
  .sidenav-profile .user-profile img {
    border-radius: 50%; }
  .sidenav-profile .user-profile .user-designation {
    position: absolute;
    z-index: 1;
    height: 46px;
    width: 46px;
    font-size: 12px;
    border: 3px solid #fff;
    background-color: #0099d2;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    top: 0;
    right: 0; }
  .sidenav-profile .user-profile::before {
    position: absolute;
    width: 110px;
    height: 110px;
    top: -15px;
    left: -15px;
    background-image: url(img/core-img/dot.png);
    content: "";
    z-index: -10;
    opacity: 0.2;
    border-radius: 50%; }
  .sidenav-profile .user-info {
    position: relative;
    z-index: 1;
    text-align: center; }
  .sidenav-profile .user-info h6, .sidenav-profile .user-info p {
    color: #fff; }
  .sidenav-profile .user-info .available-balance {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff; }

.sidenav-nav {
  margin: 1rem 1rem 3rem;
  position: relative;
  z-index: 1; }
  .sidenav-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 700; }
  .sidenav-nav li a i {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #fff; }
  .sidenav-nav li a:hover, .sidenav-nav li a:focus {
    background-color: rgba(15, 15, 15, 0.1); }
  .sidenav-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .sidenav-nav li:last-child a {
    margin-bottom: 0; }

.page-nav {
  position: relative;
  z-index: 1; }
  .page-nav li a {
    color: #020310;
    display: block;
    padding: 0.75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500; }
  .page-nav li a i {
    font-size: 1rem;
    margin-left: auto; }
  .page-nav li a:hover, .page-nav li a:focus {
    color: #0099d2;
    background-color: #f8f8ff; }

.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .owl-prev, .hero-slides .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.11);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 0;
    margin-top: -15px;
    color: #fff;
    display: none; }
  .hero-slides .owl-next {
    left: auto;
    right: 0; }
  .hero-slides .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .hero-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    background-color: #ebebeb;
    border-radius: 50%; }
  .hero-slides .owl-dots .owl-dot.active {
    background-color: #0099d2; }
  .hero-slides .owl-dots .owl-dot.active::after {
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index: 1;
    content: "";
    border: 2px solid #0099d2;
    left: -4px;
    top: -4px;
    border-radius: 50%; }

.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%; }
  .single-hero-slide .slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }

.catagory-card, .catagory-card-wechat {
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 100px; }
  .catagory-card a, .catagory-card-wechat a {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .catagory-card i, .catagory-card-wechat i {
    margin-bottom: 0.75rem;
    font-size: 2rem;
    display: block; }
  .catagory-card span, .catagory-card-wechat span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #383838; }

.two-line-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .two-line-ellipsis > a > span {
    height: 27px; }

.catagory-card:hover span, .catagory-card:focus .catagory-card-wechat:hover span, .catagory-card-wechat:focus span {
  color: #0099d2; }

.subcatagory-card {
  position: relative;
  z-index: 1;
  text-align: center; }
  .subcatagory-card a {
    display: block; }
  .subcatagory-card img {
    margin-bottom: 0.6rem;
    max-height: 42px; }
  .subcatagory-card span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #383838; }
  .subcatagory-card:hover span, .subcatagory-card:focus span {
    color: #0099d2; }

.flash-sale-slide.owl-carousel {
  width: 130% !important; }

.flash-sale-card {
  position: relative;
  z-index: 1; }
  .flash-sale-card img {
    margin-bottom: 0.5rem; }
  .flash-sale-card .product-title {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #020310;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .flash-sale-card .sale-price {
    font-size: 16px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 0; }
  .flash-sale-card .real-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    text-decoration: line-through;
    margin-bottom: 0.25rem; }
  .flash-sale-card .progress {
    height: 0.25rem; }
  .flash-sale-card .progress-title {
    color: #383838;
    font-size: 12px;
    display: block; }
  .flash-sale-card:hover .product-title, .flash-sale-card:focus .product-title {
    color: #0099d2; }

.top-product-card {
  position: relative;
  z-index: 1; }
  .top-product-card .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10; }
  .top-product-card .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #0099d2;
    font-size: 1.25rem;
    line-height: 1; }
  .top-product-card .product-thumbnail img {
    width: 100%; }
  .top-product-card .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #383838;
    font-size: 1.25rem;
    line-height: 1; }
  .top-product-card .product-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #020310; }
  .top-product-card .sale-price {
    margin-bottom: 0.25rem;
    color: #383838;
    font-weight: bold; }
  .top-product-card .sale-price span {
    color: #383838;
    margin-left: 5px;
    text-decoration: line-through;
    font-size: 14px; }
  .top-product-card .product-rating {
    font-size: 10px;
    color: #0099d2; }
  .top-product-card .product-rating i {
    margin: 0 1px; }
  .top-product-card .btn {
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 1rem;
    z-index: 9; }
  .top-product-card:hover .product-title, .top-product-card:focus .product-title {
    color: #0099d2; }

.banner-title-text {
  text-shadow: 1px 1px #383838; }

.owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.weekly-product-card {
  position: relative;
  z-index: 1; }
  .weekly-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 1rem; }
  .weekly-product-card .product-thumbnail-side .product-thumbnail {
    position: relative;
    z-index: 1; }
  .weekly-product-card .product-thumbnail-side .product-thumbnail img {
    max-height: 200px; }
  .weekly-product-card .product-thumbnail-side .badge {
    position: absolute;
    z-index: 2;
    top: 0.5rem;
    left: 0.5rem; }
  .weekly-product-card .product-thumbnail-side .wishlist-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #0099d2;
    line-height: 1;
    z-index: 11; }
  .weekly-product-card .product-thumbnail-side .delete-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #383838;
    line-height: 1;
    z-index: 11; }
  .weekly-product-card .flex-wrap .product-thumbnail-side {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0rem; }
  .weekly-product-card .flex-wrap .product-description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .weekly-product-card .product-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    align-self: flex-end; }
  .weekly-product-card .product-description span {
    display: inline; }
  .weekly-product-card .product-description .product-title {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    color: #020310; }
  .weekly-product-card .product-description .sale-price {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    color: #383838; }
  .weekly-product-card .product-description .sale-price i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #100dd1;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    margin-right: 0.25rem; }
  .weekly-product-card .product-description .sale-price span {
    text-decoration: line-through;
    color: #0099d2;
    margin-left: 0.25rem;
    display: inline-block; }
  .weekly-product-card .product-description .product-rating {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .weekly-product-card .product-description .product-rating i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #ffaf00;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    margin-right: 0.25rem;
    padding-left: 1px; }
  .weekly-product-card a.btn {
    border-color: #0099d2;
    color: #fff;
    background-color: #0099d2; }
  .weekly-product-card .btn i#itemButtonAddToCart {
    font-size: 14px;
    width: 14px; }
  .weekly-product-card:hover .product-title, .weekly-product-card:focus .product-title {
    color: #0099d2; }

.product-description > a {
  letter-spacing: 0.5px;
  word-spacing: 3px; }
  .product-description > p {
    margin: 0; }

.catagory-sidebar-area {
  position: relative;
  z-index: 1;
  padding: 3rem 2rem; }

.widget .widget-title {
  display: block; }
  .widget .custom-control-label {
    color: #383838; }
  .widget .custom-control-label::before {
    background-color: transparent;
    border: #383838 solid 2px; }
  .widget .custom-control-input:checked ~ .custom-control-label::before {
    color: #0099d2;
    border-color: #0099d2;
    background-color: #0099d2; }

.notification-area {
  position: relative;
  z-index: 1; }
  .notification-area .list-group-item {
    border-color: #ebebeb;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem; }
  .notification-area .list-group-item .noti-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    background: #005240;
    background: -webkit-linear-gradient(to left, #005240, #b41a1f);
    background: linear-gradient(to left, #005240, #b41a1f);
    color: #fff;
    text-align: center;
    font-size: 1rem;
    margin-right: 0.75rem;
    border-radius: 50%; }
  .notification-area .list-group-item .noti-icon i {
    line-height: 30px; }
  .notification-area .list-group-item .noti-icon::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0099d2;
    content: "";
    top: -2px;
    right: -2px;
    border-radius: 50%;
    z-index: 1; }
  .notification-area .list-group-item h6 {
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #020310; }
  .notification-area .list-group-item p {
    margin-bottom: 0.5rem; }
  .notification-area .list-group-item a {
    font-size: 14px; }
  .notification-area .list-group-item span {
    font-size: 12px;
    display: block;
    color: #383838; }
  .notification-area .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .notification-area .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .notification-area .list-group-item.readed {
    background-color: #f4f4f4; }
  .notification-area .list-group-item.readed .noti-icon {
    background: #0099d2; }
  .notification-area .list-group-item.readed .noti-icon::before {
    display: none; }
  .notification-area .list-group-item.readed h6 {
    color: #383838; }
  .notification-area .list-group-item:hover h6, .notification-area .list-group-item:focus h6 {
    color: #0099d2; }
  .notification-area .unread-notifications {
    position: relative;
    z-index: 1; }

.language-area-wrapper, .shipping-method-choose {
  position: relative; }
  .language-area-wrapper ul, .shipping-method-choose ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .language-area-wrapper ul li, .shipping-method-choose ul li {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%; }
  .language-area-wrapper ul li input[type=radio], .shipping-method-choose ul li input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .language-area-wrapper ul li label, .shipping-method-choose ul li label {
    display: block;
    position: relative;
    padding: 10px 10px 10px 45px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.25s linear;
    margin-bottom: 0;
    border-radius: 0.4rem;
    font-size: 14px;
    font-weight: 700; }
  .language-area-wrapper ul li label span, .shipping-method-choose ul li label span {
    font-size: 11px;
    margin-left: 0.5rem; }
  .language-area-wrapper ul li .check, .shipping-method-choose ul li .check {
    display: block;
    position: absolute;
    border: 4px solid #0099d2;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: all 0.25s linear; }
  .language-area-wrapper ul li .check::before, .shipping-method-choose ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -4px;
    transition: background 0.25s linear; }
  .language-area-wrapper input[type=radio]:checked ~ .check, .shipping-method-choose input[type=radio]:checked ~ .check {
    border-color: #0099d2; }
  .language-area-wrapper input[type=radio]:checked ~ .check::before, .shipping-method-choose input[type=radio]:checked ~ .check::before {
    background: #0099d2; }
  .language-area-wrapper input[type=radio]:checked ~ label, .shipping-method-choose input[type=radio]:checked ~ label {
    color: #0099d2;
    background-color: rgba(16, 13, 209, 0.103); }

.user-data-card {
  position: relative;
  z-index: 1;
  border-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .user-data-card .card-body {
    padding: 1.25rem; }
  .user-data-card .title {
    font-size: 12px;
    color: #020310;
    font-weight: 500;
    margin-bottom: 0; }
  .user-data-card .title i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #0099d2;
    text-align: center;
    color: #fff;
    line-height: 24px;
    border-radius: 0.25rem;
    margin-right: 0.4rem;
    font-size: 14px; }
  .user-data-card .form-control {
    height: 36px;
    padding: 0 15px;
    color: #383838;
    font-size: 13px; }

.accordian-card {
  position: relative;
  z-index: 1; }
  .accordian-card .card-body {
    padding: 1.25rem; }
  .accordian-card p {
    padding-left: 35px; }
  .accordian-card p:last-child {
    margin-bottom: 0; }
  .accordian-card .accordian-header.collapse {
    display: block; }
  .accordian-card .accordian-header button {
    color: #0099d2;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
  .accordian-card .accordian-header button span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0099d2;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 0.5rem;
    font-size: 1rem; }
  .accordian-card .accordian-header button > i {
    color: #383838;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .accordian-card .accordian-header button:hover, .accordian-card .accordian-header button:focus {
    color: #0099d2; }
  .accordian-card .accordian-header button.collapsed > span {
    color: #020310; }
  .accordian-card .accordian-header button.collapsed > i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .accordian-card.seller-card .accordian-header button span i, .accordian-card.others-card .accordian-header button span i {
    background-color: #0099d2; }

.single-order-status {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }
  .single-order-status .order-icon {
    color: #0099d2;
    margin-right: 0.5rem; }
  .single-order-status .order-status {
    color: #020310;
    font-size: 14px;
    font-weight: 700; }
  .single-order-status .order-status .order-date {
    font-size: 12px;
    color: #383838;
    margin-left: 0.5rem; }
  .single-order-status:last-child {
    margin-bottom: 0; }

.cart-table {
  /* z-index: 1; */
  position: relative; }
  .cart-table table {
    max-width: 100%; }
  .cart-table table tbody tr {
    background-color: #fff;
    border-bottom: 2px dashed #ebebeb; }
  .cart-table table tbody tr:last-child {
    border-bottom: 0; }
  .cart-table table a {
    color: #020310;
    font-weight: 700; }
  .cart-table table a span {
    display: block;
    color: #383838; }
  .cart-table table a:hover, .cart-table table a:focus {
    color: #0099d2; }
  .cart-table table a.remove-product {
    color: #fff;
    width: 32px;
    height: 32px;
    background-color: #0099d2;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    font-size: 10px; }
  .cart-table table a.remove-product:hover, .cart-table table a.remove-product:focus {
    color: #fff;
    background-color: #020310; }
  .cart-table table td, .cart-table table th {
    vertical-align: middle;
    color: #383838;
    font-size: 12px;
    padding: 1rem 0.5rem;
    border: 0; }
  .cart-table img {
    border: 1px solid #ebebeb; }
  .cart-table .qty-text {
    border: 1px solid #ebebeb;
    width: 2.5rem;
    text-align: center;
    border-radius: 0.25rem;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms; }
  .cart-table .qty-text {
    border: 1px solid #ebebeb;
    width: 2.5rem;
    text-align: center;
    border-radius: 0.25rem;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms; }
  .cart-table .qty-text:focus {
    border: 1px solid #0099d2; }

.cart-amount-area .card-body {
  padding: 0.75rem 1.25rem; }

.billing-information-card {
  position: relative;
  z-index: 1; }

.billing-information-title-card {
  border-radius: 0.5rem 0.5rem 0 0;
  border-color: #0099d2; }

.shipping-method-choose-title-card {
  border-radius: 0.5rem 0.5rem 0 0;
  border-color: #0099d2; }

.shipping-method-choose-card {
  border-radius: 0 0 0.5rem 0.5rem;
  border-color: #fff; }

.single-payment-method a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  padding: 3rem 1rem;
  border-radius: 1rem; }
  .single-payment-method a i {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    display: block; }
  .single-payment-method a h6 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0; }
  .single-payment-method a:hover, .single-payment-method a:focus {
    box-shadow: 0 5px 11px rgba(15, 15, 15, 0.175); }
  .single-payment-method a:hover h6, .single-payment-method a:focus h6 {
    color: #0099d2; }

.credit-card-info-wrapper img {
  margin: 0 auto; }

.pay-credit-card-form {
  position: relative;
  z-index: 1; }
  .pay-credit-card-form label {
    font-size: 12px;
    font-weight: 700;
    margin-left: 0.25rem;
    text-transform: uppercase; }
  .pay-credit-card-form small {
    font-size: 11px; }
  .pay-credit-card-form .form-control {
    height: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 3px 8px rgba(15, 15, 15, 0.1) !important; }

.bank-ac-info .list-group-item {
  font-size: 14px; }

.product-slides {
  position: relative;
  z-index: 1;
  margin-bottom: -40px; }
  .product-slides .owl-prev, .product-slides .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    font-size: 20px;
    color: #0099d2; }
  .product-slides .owl-next {
    left: auto;
    right: 15px; }
  .product-slides .owl-prev.disabled, .product-slides .owl-next.disabled {
    opacity: 0;
    visibility: hidden; }
  .product-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1rem;
    z-index: 10; }
  .product-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    max-width: 12px;
    height: 2px;
    background-color: #ebebeb;
    margin: 0 5px; }
  .product-slides .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    max-width: 24px;
    background-color: #0099d2; }

.product-title-meta-data {
  border-top-left-radius: 3rem;
  padding-left: 1rem;
  padding-top: 1.5rem !important; }
  .product-title-meta-data .p-wishlist-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    text-align: right; }
  .product-title-meta-data::after {
    position: absolute;
    content: "";
    background-image: url(img/core-img/curve.png);
    top: -121px;
    width: 142px;
    height: 121px;
    background-repeat: no-repeat;
    right: 0;
    z-index: auto; }

.product-description {
  position: relative;
  z-index: 1; }
  .product-description .sale-price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #383838; }
  .product-description .sale-price span {
    margin-left: 0.5rem;
    color: #383838;
    text-decoration: line-through; }
  .product-description .ratings i {
    color: #0099d2;
    font-size: 14px;
    margin-right: 3px; }
  .product-description .total-result-of-ratings span:first-child {
    background-color: #0099d2;
    padding: 3px 6px;
    color: #fff;
    display: inline-block;
    border-radius: 0.25rem;
    font-size: 12px;
    margin-right: 0.25rem;
    font-weight: 700; }
  .product-description .total-result-of-ratings span:last-child {
    color: #0099d2;
    font-size: 12px;
    font-weight: 700; }

.cart-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cart-form .form-control {
    max-width: 120px;
    height: 34.4px;
    margin-right: 0.5rem;
    text-align: center; }

.add2cart-notification {
  position: fixed;
  bottom: 58px;
  width: 100%;
  height: 30px;
  background-color: #5b5b5b;
  z-index: 1000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700; }

.footer-nav-area {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #FF0004;
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 -2px 12px rgba(15, 15, 15, 0.175); }
  .footer-nav-area.footer-out {
    bottom: -100px; }

.suha-footer-nav ul {
  width: 100%; }
  .suha-footer-nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    position: relative;
    z-index: 1;
    display: inline-table; }
  .suha-footer-nav ul li a {
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1;
    color: #fff; }
  .suha-footer-nav ul li a i {
    display: block;
    font-size: 18px;
    margin-bottom: 4px; }
  .suha-footer-nav ul li a:hover, .suha-footer-nav ul li a:focus {
    color: #fff; }
  .suha-footer-nav ul li div {
    width: max-content; }
  .suha-footer-nav ul li img {
    max-height: 1.5rem;
    margin: 0 auto 0.25rem;
    display: block; }
  .suha-footer-nav ul li.active a {
    color: #fff; }

.go-back-btn {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #0099d2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 42px;
  z-index: 10;
  cursor: pointer;
  /* Contact CSS */ }
  .go-back-btn:hover, .go-back-btn:focus {
    background-color: #0099d2;
    color: #fff; }

.language-dropdown-toggle {
  border: 0px solid #656565 !important; }

.c-menu__item > .dropdown-menu {
  background: linear-gradient(to left, #626262, #383838);
  color: #fff;
  padding: 0px; }

.notification-area .list-group-item.readed {
  background-color: #f4f4f4; }
  .notification-area .list-group-item.readed .noti-icon {
    background: #0099d2; }
  .notification-area .list-group-item.readed .noti-icon::before {
    display: none; }

.menu-footer {
  color: #fff;
  font-size: 14px;
  font-weight: 700; }

.btn-edit-recurring {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1; }

.dropdown-menu.show {
  width: 100%; }

.link-no-action {
  color: #808080 !important;
  cursor: not-allowed; }

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #3e3e3e; }
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc; }

.container-checkbox input:checked ~ .checkmark {
  background-color: #2196f3; }

.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.progressbar {
  counter-reset: step;
  margin: 0;
  padding: 0; }
  .progressbar li {
    list-style-type: none;
    width: 50%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d; }
  .progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white; }
  .progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1; }
  .progressbar li:first-child:after {
    content: none; }
  .progressbar li.active {
    color: #0099d2; }

.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden; }

.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fde16d; }

.empty-stars:before, .full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 14pt; }

.empty-stars:before {
  -webkit-text-stroke: 1px #848484; }

.full-stars:before {
  -webkit-text-stroke: 1px orange; }

.merchant-no-logo-list {
  font-size: 2rem;
  width: 75%;
  height: 100%;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5rem; }

.categorySelector.active {
  box-shadow: 5px 5px #ccc;
  background-color: #5dbde2; }

.text-overflow-read-more {
  height: 250px;
  display: block;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word; }

.headerAreaHeight {
  margin-top: 50px; }

.btn-outline-primary {
  color: #0099d2 !important;
  border-color: #0099d2 !important; }
  .btn-outline-primary.active {
    background-color: #0099d2 !important;
    color: #fff !important; }
  .btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: #00739e !important;
    color: #fff !important; }

.bg-primary:hover, .badge-primary:hover, .bg-primary:active, .badge-primary:active {
  background-color: #00739e !important; }
