.header-area {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  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;
      height: 32px;
      font-size: 12px;
      padding: 10px 15px;
      padding-left: 35px; }
    .top-search-form form button {
      background-color: transparent;
      position: absolute;
      top: 1px;
      left: 10px;
      width: 18px;
      height: 30px;
      border: 0;
      z-index: 10; }
      .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;
    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; }

.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%;
  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: ;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    z-index: 10;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    font-size: 1.25rem; }
  .suha-sidenav-wrapper.nav-active {
    left: 0; }
    .suha-sidenav-wrapper.nav-active .go-home-btn {
      visibility: visible;
      opacity: 1; }

.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-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; }

.headerAreaHeight {
  margin-top: 50px; }

header > div img {
  max-width: 100%;
  height: 60px !important;
  vertical-align: middle;
  padding-top: 6px !important; }

.footer-nav-area {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  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; }
    .suha-footer-nav ul li a i {
      display: block;
      font-size: 18px;
      margin-bottom: 4px; }
  .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; }

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

.footer {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3); }
  .footer .logo {
    height: 65px;
    width: auto;
    margin-top: 13px;
    margin-bottom: 25px; }

.btn {
  font-weight: 700;
  box-shadow: none;
  font-size: 0.85rem;
  border-radius: 0.4rem; }

.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-AddToCart i {
  font-size: 14px;
  width: 14px; }

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

.btn-disabled, .btn-disabled:hover {
  opacity: 0.5;
  box-shadow: none;
  text-shadow: none;
  outline: 0; }

.filter-btn {
  padding: 5px 10px; }

* {
  margin: 0;
  padding: 0;
  outline: 0 !important; }

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

body {
  background-attachment: fixed; }

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

p {
  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; }

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; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.form-control {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 40px;
  padding: 6px 20px;
  font-size: 14px; }

.form-control:focus {
  box-shadow: none; }

.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 {
  bottom: 30px;
  font-size: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  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; }

.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, input:invalid, textarea:invalid {
  box-shadow: none !important; }

.required {
  margin-top: -12px; }
  .required:after {
    content: " *"; }

.control-label {
  padding-top: 6px; }

.no-boxshadow {
  box-shadow: none !important; }

.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: ;
    background: -webkit-linear-gradient(to left, , #b41a1f);
    background: linear-gradient(to left, , #b41a1f);
    opacity: 0.85;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }

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

.card {
  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); }

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

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 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;
  overflow: hidden; }

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

.logo-wrapper a {
  display: block; }

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

.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; }

.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; }

.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; }

.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; }

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

.widget .widget-title {
  display: block; }

.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;
    line-height: 1;
    z-index: 11; }
  .weekly-product-card .product-thumbnail-side .delete-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    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; }
  .weekly-product-card .product-description .sale-price {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700; }
  .weekly-product-card .product-description .sale-price i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    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;
    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%;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    margin-right: 0.25rem;
    padding-left: 1px; }
  .weekly-product-card .btn i#itemButtonAddToCart {
    font-size: 14px;
    width: 14px; }

.notification-area {
  position: relative;
  z-index: 1; }
  .notification-area .list-group-item {
    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;
    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;
    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; }
  .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; }
  .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 .noti-icon::before {
    display: none; }
  .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-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; }

.user-data-card {
  position: relative;
  z-index: 1;
  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;
    font-weight: 500;
    margin-bottom: 0; }
  .user-data-card .title i {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 0.25rem;
    margin-right: 0.4rem;
    font-size: 14px; }
  .user-data-card .form-control {
    height: 36px;
    padding: 0 15px;
    font-size: 13px; }

.cart-table {
  position: relative; }
  .cart-table table {
    max-width: 100%; }
  .cart-table table tbody tr:last-child {
    border-bottom: 0; }
  .cart-table table a {
    font-weight: 700; }
  .cart-table table a span {
    display: block; }
  .cart-table table a.remove-product {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    font-size: 10px; }
  .cart-table table td, .cart-table table th {
    vertical-align: middle;
    font-size: 12px;
    padding: 1rem 0.5rem;
    border: 0; }
  .cart-table img {
    border: 1px solid #ebebeb; }
  .cart-table .qty-text {
    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 {
    width: 2.5rem;
    text-align: center;
    border-radius: 0.25rem;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms; }

.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; }

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

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

.single-payment-method a {
  display: block;
  position: relative;
  z-index: 1;
  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; }

.product-description {
  position: relative;
  z-index: 1; }
  .product-description .sale-price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .product-description .sale-price span {
    margin-left: 0.5rem;
    text-decoration: line-through; }
  .product-description .ratings i {
    font-size: 14px;
    margin-right: 3px; }
  .product-description .total-result-of-ratings span:first-child {
    padding: 3px 6px;
    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 {
    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;
  z-index: 1000;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700; }

.c-menu__item > .dropdown-menu {
  padding: 0px; }

.noti-icon .notification-area .list-group-item.readed::before {
  display: none; }

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

.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; }
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .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; }
  .progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%; }
  .progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    top: 15px;
    left: -50%;
    z-index: -1; }
  .progressbar li:first-child:after {
    content: none; }

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

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

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

.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; }

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

.address-box.smartborder, .product.smartborder {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: relative; }

.smartborder:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 35px;
  position: absolute;
  right: 0;
  top: 0;
  content: ""; }
  .smartborder:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    right: 2px;
    top: 2px; }

.flex-control-thumbs img {
  opacity: 1; }
  .flex-control-thumbs .flex-active {
    border: 1px solid ; }

.product-rate .rating li {
  font-size: 1.25em;
  margin: 5px; }

fieldset, label {
  margin: 0;
  padding: 0; }

.rating {
  border: none;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }
  .rating > input {
    display: none; }
  .rating > label:before {
    margin: 5px;
    font-size: 2rem;
    font-family: FontAwesome;
    display: inline-block;
    content: "\2605"; }
  .rating > .half:before {
    content: "\f089";
    position: absolute; }
  .rating > label {
    float: right; }
  .rating li {
    margin: 0;
    padding: 0;
    float: left; }

.or {
  position: relative;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .or .hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .or .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    width: 50px;
    text-align: center; }

.input-group .form-control {
  z-index: 0; }

.checkoutBox {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 1rem;
  height: 100%; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 0; }

.add-address, .address-box {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 185px;
  padding: 0 10px 10px 10px;
  cursor: pointer;
  margin-bottom: 20px; }

.dropdown-menu {
  min-width: 9em !important; }

.address-overflow {
  overflow-y: auto;
  padding: 10px;
  max-height: 500px !important; }

.address-action {
  text-align: right;
  margin-bottom: 2.5rem; }
  .address-action a {
    margin: 0 5px; }

.bill-address {
  padding: 3px 8px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: auto;
  border-top-right-radius: 5px; }

.table img {
  max-height: 60px;
  width: auto; }

.nav-tabs {
  margin-bottom: 10px; }

.nav-tabs, .nav-pills {
  position: relative; }

.no-resize {
  resize: none; }

.small-space {
  padding: 10px 0; }

.mini-space {
  padding: 3px 0; }

.pagination {
  margin: 0 0 10px 0; }
  .pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none; }
  .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2; }

.no-margin {
  margin: 0; }

.mw90 {
  max-width: 90px; }

.mw80 {
  max-width: 80px; }

.mww80 {
  max-width: 80px;
  width: 80px;
  min-width: 80px; }

.wrapper {
  padding: 15px 15px 20px 15px;
  border-top: 0; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.navigation-bar {
  padding: 10px 5px; }

.gridview {
  margin-bottom: 40px; }

a.mask {
  overflow: hidden;
  display: block; }
  a.btn-tag, a.btn-tag:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: none;
    font-weight: 300;
    text-decoration: none;
    border-radius: 3px;
    padding: 3px 10px;
    min-width: 30px;
    margin: 3px 5px 5px 0;
    line-height: 22px;
    text-align: center;
    float: left; }

p.btn-tag, p.btn-tag:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: none;
  font-weight: 300;
  text-decoration: none;
  border-radius: 3px;
  padding: 3px 10px;
  min-width: 30px;
  margin: 3px 5px 5px 0;
  line-height: 22px;
  text-align: center;
  float: left; }

.sub-category {
  padding-left: 0;
  margin-bottom: 0; }
  .sub-category li {
    display: inline-block;
    padding: 10px 20px 10px 0; }
  .sub-category li.active a {
    border-radius: 4px;
    padding: 7px; }
  .sub-category a:hover, .sub-category a:focus {
    text-decoration: none; }

.divider {
  margin-bottom: 10px; }

img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  margin: 0 auto; }

.product:hover img.zoom-img, .category-wrapper a:hover .zoom-img {
  -webkit-transform: scale(1.06);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 600ms;
  -moz-transform: scale(1.06);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 600ms;
  overflow: hidden;
  cursor: pointer; }

.product {
  margin-bottom: 20px;
  position: relative;
  min-height: 520px;
  z-index: 0; }

p.title {
  margin: 0; }

p.price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px; }

h4.price {
  margin: 0 0; }

.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0; }
  .back-to-top.show {
    opacity: 1; }

ul.breadcrumb, ul.breadcrumb a {
  margin-top: 15px !important;
  background: none;
  text-decoration: none;
  font-size: 16px;
  box-shadow: none;
  text-align: center; }

.navbar {
  margin-bottom: 0;
  position: initial; }

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

.overlay-bg {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: calc(100% - 30px);
  float: left;
  z-index: 1; }

.fieldset {
  padding-bottom: 20px; }

.no-deco {
  text-decoration: none !important; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5px; }
  .media-body p {
    margin: 0; }

.product-wrapper {
  padding: 15px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 18em; }
  .product-wrapper p, .product-wrapper .price {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

a.btn.bg-primary, .btn-primary, .c-menu__close {
  border-color: rgba(0, 0, 0, 0.2) !important;
  margin-right: 3px; }

.nav-pills > li > a {
  font-size: 14px; }

.box {
  margin: 0 0 20px;
  padding: 16px 20px 8px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -16px; }

.dateOfBirthDropdown {
  width: 105px !important; }

.table-vertical-scrollbar {
  max-height: 500px;
  overflow: auto; }

.p-4 {
  padding: 2.5rem !important; }

.p-45 {
  padding-top: 45px; }

.tree {
  display: inline-flex;
  position: relative; }

.pdr-13 {
  padding-right: 13px; }

div.hr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 20px 0; }
  div.hr div {
    font-size: 1.2em; }
  div.hr div:first-child, div.hr div:last-child {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    position: relative; }
  div.hr div:first-child:before, div.hr div:last-child:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px; }
  div.hr div:first-child {
    margin-right: 10px; }
  div.hr div:last-child {
    margin-left: 10px; }

.menu {
  position: unset;
  margin: 0;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-width: 0; }

.super-hide, .hide, .hidden {
  display: none !important; }

.pull-right {
  float: right !important; }

.top ul.menu > li + li:before {
  content: "|\00a0";
  padding: 0 5px; }

.txt-center {
  text-align: center; }

.dropdown-toggle {
  width: 100%;
  z-index: 0 !important;
  height: 100%; }

.align-center {
  text-align: center; }

.logo-header {
  width: auto;
  height: 48px; }

.memberAddressShippingList {
  width: 100%; }

.f-10 {
  font-size: 10px !important; }

.f-11 {
  font-size: 11px !important; }

.f-12 {
  font-size: 12px !important; }

.f-14 {
  font-size: 14px !important; }

.f-16 {
  font-size: 16px !important; }

.f-18 {
  font-size: 18px !important; }

.f-20 {
  font-size: 20px !important; }

.f-22 {
  font-size: 22px !important; }

.dropdown-f-12 > button > span, .dropdown-f-12 > button .filter-option-inner-inner, .dropdown-f-12 > div .filter-option-inner-inner {
  font-size: 12px; }

.message > li > a {
  width: 100%;
  display: inline-block; }

.center-of-div {
  margin: auto !important;
  display: block; }

.alertMsg {
  border-radius: 8px;
  padding: 0.5rem; }

input[type="number"] {
  -moz-appearance: textfield; }

.checkout-address-action {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: inline-block; }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

.radiotop {
  padding-top: 8px; }

.remindertxt {
  font-size: 11px; }

.annoucebttt {
  margin-top: 24px; }
