.hide {
  display: none !important;
}

.white .single-icon {
  color: white !important;
}

.white {
  color: white !important;
}

.white li a {
  color: white !important;
}

.list-white li a {
  color: white !important;
  font-size: 14px;
}

.list-white {
  padding-top: 20px;
}

.header.shop .right-bar .sinlge-bar {
  display: inline-block;
  margin-right: 15px;
}

.header.shop .search-bar input {
  border-radius: 50px;
  left: 50px;
}
.tt-hint {
  left: 50px !important;
}

.header.shop .search-bar .btnn {
  right: 40px;
}

.mid-left {
  right: 0;
}

.list-main {
  right: 0;
}
.leftmine {
  text-align: end;
  padding-top: 20px;
}
.header.shop .middle-inner {
  padding: 10px 0;
}

.logo img {
  width: 120px;
}
.topbar {
  display: none;
}

.header.shop .main-category {
  width: 200px;
}
.header.shop .all-category {
  color: var(--primary-color);
  background: transparent;
  position: relative;
  background: unset;
}

.small-banner .single-banner img {
  opacity: 0.5;
  border: 1px solid #242424;
}

.single-product {
  padding: 0px;
  border: 1px solid #dddddd;
}
.single-product .product-content {
  margin-top: 0;
  padding: 5px;
  height: unset;
}
.single-product .product-img .product-action-2 a {
  padding: 5px;
  padding-left: 20px;
}
.single-product .product-img .product-action {
  right: 20px;
}
.topdef {
  border-bottom: 1px solid #d9d5d5;
}
.middef {
  text-align: center;
  border-right: 1px solid #d9d5d5;
  font-size: 13px;
  width: 50%;
}
.lastdef {
  font-size: 13px;

  text-align: center;
  width: 50%;
}

.single-product .product-content h3 a {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.copyright img {
  height: auto;
  max-width: 100%;
  width: 90px;
  margin-top: -20px;
}

.m-bg {
  background-color: var(--primary-color);
}

.modal-dialog .modal-content .modal-header .close {
  background-color: var(--primary-color);
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: left;
}

.midrow {
  padding-left: 25%;
  width: 75%;
}

.specs {
  background-color: #f5f5f5;
}
.conbuttons {
}
.conbtncat {
  background-color: var(--primary-color);
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px;
  text-align: center;
  text-shadow: 1px 1px #a19e9e;
  font-size: 12px;
}
.conbtncat:hover {
  background-color: var(--primary-color);
  color: #353535;
  text-shadow: 1px 1px var(--primary-color);
}

.conbtn {
  background-color: var(--primary-color);
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px;
  text-align: center;
  text-shadow: 1px 1px #a19e9e;
  font-size: inherit;
}

.conbtn:hover {
  background-color: var(--primary-color);
  color: #353535;
  text-shadow: 1px 1px var(--primary-color);
}

.conbtn a {
}
.jiji-concept .product-img a {
  height: 220px;
}
.jiji-shop-concept .product-img a {
  height: 150px;
}
.jiji-shop-concept .product-img a img {
  max-height: 100%;
  max-width: 100%;
  width: 360px;
  height: auto;
  object-fit: cover;
  position: inherit;
  left: 0;
  top: 0;
  transform: translate(0, 0);

  /* Popup container - can be anything you want 
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);*/
}
.jiji-concept .product-img a img {
  max-height: 100%;
  max-width: 100%;
  width: 360px;
  height: auto;
  object-fit: cover;
  position: inherit;
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
.slide li {
  width: 360px;
}

.product-area {
  padding-top: 10px !important;
}

.single-product:hover .button-head {
  bottom: 0;
  background-color: #242424;
}
.single-product:hover .button-head a {
  color: var(--primary-color);
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;

  width: 230px;
  height: 170px;
  background-color: #1d2224;
  border: 1px solid #222121;
  text-shadow: none;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  margin-left: -170px;
  margin-bottom: 30px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header.shop .middle-inner {
  padding: 10px 0;
  background-color: #1d2224;
  border-bottom: 1px solid #303334;
}
.header.shop .list-main li {
  color: #ffffff;
}
.header.shop .search-bar {
  background: #1d2224;
}
.twitter-typeahead {
  background: #1d2224;
}

.header.shop .logo {
  position: absolute;
  margin: 0;
  top: -10px;
}
.header.shop .search-bar input {
  color: #ffffff;
}

.benefitlist {
  position: absolute;
  background-color: #403f3f;
  width: inherit;
  height: -webkit-fill-available;
}
.ccbtn {
  padding: 8px;
  background-color: var(--primary-color);
}

.shop.single {
  padding: 0 0 100px;
}
.shop.single .quantity {
  display: none;
}

.speccon {
}
.specrow {
}
.pl-20 {
  padding-left: 20px;
}

.mpesa-btn {
  width: 100%;
  display: block;
  padding: 14px 15px;
  margin-top: 10px;

  color: #fff;
  background-color: #36b649;
}

.speccol {
  margin: auto;
  text-align: center;
  border-right: 1px solid #d3cfcf;
}
.speccol img {
  width: 50px;
}

.speccolend img {
  width: 50px;
}
.speccolend {
  margin: auto;
  text-align: center;
}

.mobile {
  display: none;
}

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

.div-center {
  margin: auto;
}

.contform {
}

.loaderbody {
  padding-left: 50%;
  padding-top: 20%;
}
.cusspinner {
}
.modal-dialog .modal-content .modal-body {
  max-height: 550px;
}

.auth {
  padding-bottom: 25%;
}

.jiji-btn {
  background-color: #ffcc00;
  padding: 9px;

  color: white !important;
  border-radius: 3px;

  padding-right: 20px;
  padding-left: 20px;
}

.midrowtext {
  display: block;
}

.conceptid {
  margin-bottom: -46px;
  z-index: 5;
  position: relative;
}

.single-product .product-img a span {
  z-index: 10;
}

.conceptid p {
  background-color: #00000047;
  width: fit-content;
  color: #ffffff;
  padding: 3px;
  border-radius: 2px 2px 10px 2px;
}

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

.product-area .nav-tabs li a {
  padding: 3px 10px;
}

.midbtn {
  background-color: var(--primary-color) !important;
  margin: auto;
  border-radius: 2px 2px 2px 2px;
  color: white !important;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .nomobile {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobilemenu {
    margin-top: 40px;
  }
  .midrow {
    padding-left: unset;
    width: unset;
  }
  .downloadz {
    background-color: var(--primary-color) !important;
    border-radius: 5px;
    text-align: center;
    text-shadow: 2px 2px #a19e9e;
  }

  .text-center {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-nav {
    margin-top: -40px;
  }
  .header.shop .search-top {
    top: 45px;
  }
  .header .search-form {
    top: -20px;
  }

  .mobilemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1d2224;
  }

  .mobilemenu li {
    float: left;
  }
  .modal-dialog .modal-content .modal-body {
    max-height: 650px;
  }

  .mobilemenu li a {
    display: unset;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
  }

  .speccol img {
    width: 35px;
  }

  .mid-left {
    display: none !important;
  }

  .topbar {
    display: contents !important;
  }

  #mobile-cart {
    margin-top: -50px;
  }

  .header.shop .middle-inner {
    padding: 20px 0;
  }

  .header.shop .logo {
    top: -20px;
  }
  .logo img {
    width: 90px;
  }

  .slicknav_nav li a {
    color: #ffffff;
  }
  .header.shop .list-main li {
    color: #242424;
  }
  .header.shop .top-left .list-main li i {
    color: var(--primary-color);
  }
  .ti-search {
    color: var(--primary-color);
  }
  .tt-input {
    background-color: #ffffff !important;
  }
  .speccol p {
    font-size: 11px;
  }
}

/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid #28a745;
  border-radius: 50%;
  border-top-color: #f8f9fa;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

/** MODAL STYLING **/

.modal-content {
  height: auto;
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.mpesamodal.modal-body {
  max-height: 250px !important;
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 400px !important;
  }
}

.modal-backdrop.show {
  opacity: 0.75;
}

.loader-txt p {
  font-size: 13px;
  color: #666;
}
.flex-control-thumbs {
  margin: 0 0 0;
  position: static;
  overflow: hidden;
  display: flex;
}
