/*Category Detail*/

.toggle-checkbox {
  display: none;
}

.collapsible-text {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.collapsible-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.4)
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.toggle-checkbox:checked ~ .collapsible-text {
  max-height: 1000px;
}

.toggle-checkbox:checked ~ .collapsible-text::after {
  opacity: 0;
}

.toggle-label {
  display: inline-block;
  margin-top: 10px;
  background-color: #a9805a;
  color: #ffffff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  user-select: none;
  transition: background-color 0.3s ease;
}

.toggle-label:hover {
  background-color: #987351;
}

.toggle-checkbox ~ .toggle-label::after {
  content: "Daha Fazla Oku";
}

.toggle-checkbox:checked ~ .toggle-label::after {
  content: "Daha Az Oku";
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1050;
}

.form-group input.form-control.mobilephone {
  width: 68%;
}

/*Category Detail End*/

/*New Search*/
.quick-search-result.open-search {
  position: fixed;
  top: auto;
  right: 0;
  left: 0;
  z-index: 2;
  margin: 0 auto;
}

.quick-search-result.close-search {
  display: none;
}

@media (min-width: 992px) {
  .quick-search-result {
    width: 700px;
  }
}

@media (max-width: 991px) {
  .quick-search-result {
    width: 100%;
  }
}

.km-search {
  box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
  background: #fff;
  padding: 10px 0px;
  border-right: 1px solid #ededed;
}

.search-sidebar h3 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  margin: 5px 20px;
  padding-bottom: 5px;
}

.search-sidebar > div {
  display: flex;
  flex-direction: column;
}

.search-sidebar ul {
  padding: 10px 0;
}

.search-sidebar ul li a {
  font-size: 13px;
  display: block;
  padding: 5px 20px;
}

.search-sidebar ul li a:hover {
  background: #ededed;
}

.search-products {
  background: #fff;
  padding: 10px 15px;
}

.search-products h3 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
  margin: 5px 0;
}

.search-products > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}

.search-products .border-box {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #ededed;
}

.search-products img {
  max-height: 70px;
  margin: 0 8px 0 0;
}

.search-products .prd-name {
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 28px;
}

.search-products .discount {
  background: #d62631;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}

.search-products .price {
  display: flex;
  align-items: center;
}

.search-products .price-box {
  min-height: auto;
  line-height: 1;
}

.search-products .price-sales {
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.search-products .price-standard {
  color: #999999;
  line-height: 14px;
  font-size: 12px;
  text-decoration: line-through;
}
/*SEARCH*/
.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-top: none;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 2px 5px rgb(148 148 148 / 64%);
  padding: 0 10px;
  display: block !important;
}

.autocomplete-group {
  font-weight: 600;
  padding: 10px 0px 5px;
}

.autocomplete-suggestion {
  white-space: normal;
  overflow: hidden;
  font-size: 13px;
}

.autocomplete-suggestions > div:nth-child(6) .suggestion-prd {
  border-top: 1px solid #efefef;
}

.autocomplete-suggestions .autocomplete-suggestion .suggestion-prd {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.suggestion-link {
  padding: 5px 0;
}

.autocomplete-suggestion img {
  max-width: 45px;
  float: left;
  margin-right: 10px;
}

.autocomplete-suggestion .prd-name {
  font-weight: 600;
  margin-bottom: 9px;
  display: block;
  padding-right: 4px;
}

.autocomplete-suggestion .suggestion-box .price {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.autocomplete-suggestion .price-sales {
  font-weight: 600;
  display: block;
  font-size: 15px;
}

.search-input-box .search-input {
  background-color: #fff;
  border: none;
  max-width: 100%;
  text-align: left;
}

.input-group .search-input.form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
  height: 33px;
  border-radius: 5px 0 0 5px;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.search-input {
  color: #777;
  font-size: 12px;
  padding: 6px 10px;
}

.search-input-box {
  display: table;
  max-width: 100% !important;
  width: 100% !important;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

span.input-group-btn {
  line-height: 0;
}

.search-input-box .search-btn {
  background-color: #e9ecef;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #e6e6e6;
  line-height: 1;
}

.search-new-mobile {
  margin-top: 68px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .search-new-mobile {
    margin-top: 110px;
    margin-bottom: 10px;
  }

  .search-input-box {
    padding: 4px;
    border-radius: 4px;
  }

  .search-input-box .search-btn {
    border-radius: 0 4px 4px 0;
    padding: 8px 12px;
  }

  .input-group .search-input.form-control {
    height: 30px;
  }
}
/*SEARCH*/

/*MOBILE NAVBAR SETTINGS*/
#side-menu {
  width: 100vw;
  right: -100vw;
}

body.side-menu-visible #side-menu {
  transform: translateX(100vw);
}

#side-menu.side-menu-left {
  right: auto;
  left: -100vw;
}

body.side-menu-visible #side-menu.side-menu-left {
  transform: translateX(100vw);
}

/*MOBILE NAVBAR SETTINGS END*/

.header-offset {
  padding-top: 180px;
}

.headerv4 .navbar-top {
  background: #222 none repeat scroll 0 0;
  height: 29px;
}

.navbar.stuck .navbar-top {
  margin-top: -40px;
}

.headerv4.navbar-km {
  background: #fff;
  box-shadow: none;
  min-height: auto;
  border: none;
}

.headerv4 .brandWrap {
  background: none;
  height: 76px;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
}

.headerv4 .brandWrap {
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
}

.free-delivery {
  padding: 11px 0 0;
  text-align: center;
  background: #000000;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  height: 40px;
}

.header-cart.free-delivery {
  margin-top: 76px;
}

.headerv4.header-cart .navbar-menu {
  border-top: none;
}

.headerv4 .navbar-brand {
  display: block;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 14px 0;
  position: absolute;
  right: 0;
  width: 240px;
  height: 76px;
}

.headerv4 .navbar-brand > img {
  display: block;
  width: 240px;
}

.headerv4.header-cart .navbar-brand {
  display: block;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 6px 0;
  position: absolute;
  right: 0;
  width: 240px;
  height: 80px;
}

.headerv4 .user-menu > li > a {
  color: #000;
  line-height: 40px;
  font-size: 13px;
  font-weight: 400;
}

.headerv4 .user-menu > li > a i {
  font-size: 25px;
}

.headerv4 .user-menu > li > a i.fl-chapps-like {
  font-weight: 600;
}

.headerv4 .megamenu-content ul li a,
.headerv4 .megamenu-content ul li p,
.headerv4 .megamenu-content ul li {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-bottom: 3px;
}

.headerv4 .navbar-nav > li > a {
  color: #666;
  padding: 5px 20px;
}

.headerv4 .megamenu-content ul li {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.headerv4 .megamenu-content ul li span a {
  border-bottom: none;
  margin-bottom: 5px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.headerv4 .navbar-nav > li > .dropdown-menu {
  box-shadow: 0 3px 10px rgba(103, 103, 103, 0.5);
  transition-delay: 0s;
  transition-duration: 200ms;
  transition-property: top, opacity, visibility;
  transition-timing-function: linear;
  border: medium none;
  border-radius: 0;
}

.headerv4 .search-new {
  margin-top: 18px;
}

.cart-menu a .cart-quantity {
  position: absolute;
  bottom: -1px;
  right: 1px;
  font-size: 9px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
}

.headerv4 .search-input-box {
  border: 1px solid #ebebeb;
}

.headerv4 .search-input {
  font-size: 11px;
  letter-spacing: 0.5px;
}

.headerv4 .cart-menu a.dropdown-toggle,
.headerv4 .cart-menu a#cart-sidebar-toggle {
  color: #000 !important;
  padding: 5px 10px 12px 20px;
  font-weight: 400;
  font-size: 13px;
}

.headerv4 .cart-menu a.dropdown-toggle i {
  font-size: 20px;
  margin-right: 5px;
}

.headerv4 .user-menu {
  float: right;
}

.headerv4 .hasUserMenu > .dropdown-menu {
  left: auto;
  right: auto;
  margin-top: 0px;
  margin-right: 60px;
}

.headerv4 .megamenu-content > div > ul:first-child > li > a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

@media (min-width: 768px) {
  .headerv4 .navbar-nav > li:last-child > a {
    display: none;
  }

  .headerv4 .navbar-menu {
    background: #fff;
  }

  .header-user-menu {
    margin-top: 18px;
  }

  .headerv4 .center-menu.navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
  }

  .headerv4 .cart-menu {
    margin-top: 25px;
  }

  .headerv4 .navbar-nav > li > a {
    display: inline-block;
    text-transform: unset;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: none;
    position: relative;
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: 400;
  }

  .headerv4 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #a9805b;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .headerv4 .navbar-nav > li > a:hover:before,
  .headerv4 .navbar-nav > li > a:focus:before,
  .headerv4 .navbar-nav > li > a:active:before {
    right: 0;
  }
}

@media (max-width: 767px) {
  .header-offset {
    padding-top: 110px;
  }

  .headerv4 .navbar-brand.mobile-logo {
    display: block;
    height: 60px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 5px 0;
    position: absolute;
    right: 0;
    width: 133px;
    margin-top: 0px;
  }

  .headerv4 .navbar-brand img {
    max-width: 133px;
  }

  .headerv4 .navbar-top {
    height: 60px;
    background: #fff;
  }

  .headerv4 .navbar-nav > li > .dropdown-menu {
    box-shadow: none;
  }

  .navbar-toggle {
    margin-right: 0px;
    margin-top: 10px;
    background: none;
  }

  .headerv4 .user-menu > li > a span {
    display: none;
  }

  .headerv4 .user-menu > li > a {
    padding: 17px 10px 17px 0;
    margin-top: 0;
    line-height: 1;
  }

  .megamenu-content ul li a {
    font-size: 16px;
  }

  .megamenu-content ul li a,
  .megamenu-content ul li p,
  .megamenu-content ul li,
  .navbar-nav .dropdown a,
  .navbar-nav .dropdown {
    clear: both;
  }

  .headerv4 .megamenu-content ul li span a {
    border-bottom: none;
    margin-bottom: 3px;
    margin-top: 5px;
    text-transform: uppercase;
  }

  .side-menu-left .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9 !important;
  }

  .side-menu-left .navbar-nav > li > a i {
    font-size: 16px;
    color: #000;
    float: right;
    margin-top: 2px;
  }

  #side-menu {
    z-index: 1050;
    padding: 0px 10px 30px 10px;
  }

  #side-menu .close {
    font-size: 25px;
    color: #000;
    opacity: 1;
  }

  #side-menu .contents {
    margin-top: 0;
  }

  .side-menu-left .navbar-nav {
    margin: 0px -10px;
  }

  .side-menu-left .nav.navbar-nav.navbar-right {
    border-top: 2px solid #e1e1e1;
    padding: 13px 0;
    margin: 10px 0;
  }

  .mobil-menu-title {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0px 20px 13px;
    background: #fff;
    border-bottom: solid 1px #99999938;
    z-index: -1;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }

  .navbar-toggle .icon-bar {
    border: 1px solid #353535 !important;
  }

  .navbar-toggle.navbar-mini-cart i {
    font-size: 23px;
  }

  .headerv4 .user-menu > li > a i {
    font-size: 26px;
  }

  .cart-menu a .cart-quantity {
    bottom: 13px;
    right: 8px;
  }
}

@media (max-width: 420px) {
  .headerv4 .navbar-brand.mobile-logo {
    padding: 8px 0;
    width: 115px;
  }

  .headerv4 .navbar-brand img {
    max-width: 115px;
  }

  .headerv4 .user-menu > li > a {
    padding-right: 5px;
  }
}

/*HEADER v4 END*/
/*FOOTER v5*/
.footer.footerv5 {
  padding-bottom: 0px;
  border: none;
  background: #fff;
  font-weight: 300;
}

.footerv5 .footer-top {
  background: #ffffff;
}

.footerv5 .footer-top-box {
  margin-bottom: 15px;
  text-align: center;
}

.footerv5 .footer-top-box i {
  margin: 0 auto;
  display: inline;
  font-size: 44px;
  line-height: 43px;
}

.footerv5 .footer-top .first .footer-top-box i {
  font-size: 50px;
}

.footer-top .first .footer-top-box span {
  padding-top: 13px;
}

.footerv5 .footer-top .first {
  padding-top: 5px;
}

.footerv5 .footer-top-box i.fl-chapps-transport-2,
.footerv5 .footer-top-box i.fl-chapps-people-1 {
  font-size: 48px;
  line-height: 40px;
}

.footerv5 .footer-top-box > span {
  display: block;
  text-align: center;
  font-size: 19px;
  padding-top: 20px;
}

.footerv5 .footer-center {
  padding-bottom: 30px;
  padding-top: 50px;
}

.footerv5 .footer-bottom {
  padding: 10px 0;
  border-top: none;
  background: #000;
}

.footerv5.footer h3 {
  border-bottom: none;
  color: #a9805a;
  letter-spacing: 1px;
  font-size: 16px;
}

.footerv5.footer ul li a {
  padding: 3px 0 14px;
  font-size: 15px;
  font-weight: 300;
}

.footerv5 .social {
  margin-top: 30px;
  text-align: left;
}

.social span {
  border-radius: 50%;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 8px 0 0 0;
  width: 40px;
}

.footerv5 .social a {
  font-size: 22px;
}

.social span:hover {
  border: 1px solid #a9805a;
  background: #a9805a;
  color: #ffffff;
}

.social span:hover a {
  color: #ffffff;
}

.footerv5 .support a,
.footerv5 .support p {
  display: block;
  margin-left: 0px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
}

.footerv5 .support i {
  font-size: 19px;
  width: 30px;
  color: #a9805a;
}

.footerv5 .support i.fa-map-marker {
  font-size: 24px;
}

.footer-free {
  display: flex;
  justify-content: flex-end;
}

.footerv5 .credit-cards {
  text-align: left;
  padding-bottom: 15px;
}

.footerv5 .credit-cards img,
.footer-free img {
  margin-left: 0px;
  max-height: 40px;
}

div#ETBIS {
  margin: 0 0 0 10px;
}

.footerv5 .km-sign {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.footerv5 .km-sign {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.footerv5 .km-sign a {
  color: #fff;
}

.footerv5 .footer-news {
  background: #f6f6f6;
  padding: 26px 0 44px;
}

.footerv5 .newsletter {
  text-align: center;
}

.footerv5 .newsletter > h3 {
  padding: 10px 0 15px;
  font-size: 18px;
}

.footerv5 .newsletter p {
  font-size: 16px;
  padding-bottom: 15px;
}

.footerv5 .newsletter ul {
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
}

.footerv5 .newsletter ul li {
  border: 1px solid #a9805a;
}

.news-letter-box.cnt-subscribe {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footerv5 .cnt-subscribe input {
  border: medium none;
  border-radius: 0;
  height: 40px;
  width: 70%;
  margin: 0;
}

.footerv5 .news-letter-box .btn {
  border-radius: 0;
  height: 40px;
  width: 30%;
  border: none;
}

.footerv5 .footer-news .kvkk-checkbox {
  text-align: center;
}

@media (max-width: 550px) {
  .footerv5.footer h3 {
    font-size: 18px;
  }

  .footerv5 .footer-top-box > span {
    font-size: 16px;
  }

  .footerv5 .support a {
    font-size: 13px;
    margin-left: 5px;
  }

  .footerv5 .support i {
    font-size: 18px;
    font-weight: bold;
  }

  .footerv5.footer ul li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footerv5 .credit-cards {
    text-align: center;
  }

  .footerv5 .credit-cards img,
  .footer-free img {
    max-height: 26px;
  }

  div#ETBIS img {
    max-height: max-content;
  }

  .footer-free {
    align-items: center;
    justify-content: center;
  }

  .footerv5 .social {
    margin-top: 20px;
    text-align: center;
  }
}
/*FOOTER v5 END*/
/*nav-tabs*/

.nav-tabs {
  border-bottom: 1px solid #dddddd;
  text-align: left;
}

.nav-tabs:after {
  display: none;
}

.nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-flex;
}

.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
}

.nav-tabs li a,
.nav-tabs > li:hover > a {
  font-size: 16px;
  margin: 0 5px;
  background: #fff;
  padding: 10px 40px 10px 0;
  font-weight: 600;
}

.nav-tabs > li:hover > a {
  color: #a9805a;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #a9805a;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #ffffff;
}

/*nav-tabs*/
.product-new span {
  color: #ffffff;
  background: #a9805a;
}
/*BEST SELLER*/

.best-seller.item {
  margin-bottom: 0px;
}

.best-seller .product-list {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.best-seller .description {
  text-align: left;
  border: none;
  min-height: initial;
  margin: auto;
}

.best-seller .description h4 {
  margin: auto;
  padding: 10px 0 4px 0;
}

.best-seller .description h4 a {
  font-weight: 300;
  font-size: 18px;
}

.best-seller .price {
  text-align: left;
  font-weight: 400;
}

.best-seller .price-standard,
.best-seller .price-sales {
  display: inline !important;
  margin-right: 6px;
}

.best-seller .discount {
  margin-top: 0;
  padding: 3px 5px;
}

.best-seller .list-image-hover {
  min-height: 80px;
}

.best-seller .product-number {
  padding-top: 20px;
}

.best-seller .product-number span {
  background: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 5px;
  display: inline-block;
  font-size: 17px;
  height: 38px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  width: 38px;
}

.best-seller .km-percentage {
  margin-top: 36px;
}

.best-seller .km-percentage-bar {
  width: 130px;
  background: #f9f9f9;
  border: 2px solid #eee;
  margin-right: 5px;
  padding: 3px 6px;
  border-radius: 5px;
  display: inline-block;
}

.best-seller .km-percentage-bar span {
  display: block;
  width: 2px;
  height: 8px;
  background: #91dc5a;
  border-radius: 3px;
}

.best-seller .km-percentage-text {
  font-size: 13px;
  color: #666;
  vertical-align: top;
  line-height: 16px;
  display: inline-block;
}

@media (max-width: 767px) {
  .best-seller .description h4 {
    margin: 15px 0 8px;
  }

  .best-seller .km-percentage {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .best-seller .description h4 {
    margin: 5px 0 8px;
    text-align: left !important;
    padding: 6px 0 4px 0;
  }

  .best-seller .km-percentage {
    margin-top: 8px;
  }

  .best-seller .description h4 a {
    font-size: 15px;
  }

  .best-seller .price {
    font-size: 20px;
  }

  .best-seller .km-percentage-bar {
    padding: 2px 6px;
  }

  .best-seller .km-percentage-bar span {
    height: 5px;
  }
}

@media (max-width: 414px) {
  .best-seller .description h4 {
    margin: 0;
    text-align: left !important;
    padding: 4px 0 2px 0;
  }

  .best-seller .km-percentage {
    margin-top: 5px;
  }

  .best-seller .description h4 a {
    font-size: 14px;
  }

  .best-seller .price {
    font-size: 16px;
    min-height: 30px;
  }

  .best-seller .discount {
    margin-top: 0;
    padding: 1px 3px;
    font-size: 14px;
  }
}
/*BEST SELLER*/

/*Blog Menu*/

.blog-panel {
  background: none;
  box-shadow: none;
}

.blog-panel .panel-heading {
  padding-left: 0;
}

.blog-panel .panel-heading .panel-title {
  padding-left: 10px;
}

.blog-panel .panel-heading .panel-title a {
  display: block;
  width: 100%;
}

.blog-panel .panel-body {
  color: #2b2b2b;
  margin-bottom: 16px;
  padding: 0px;
  padding-top: 4px;
  font-size: 15px;
  line-height: 28px;
}

.panel.blog-panel {
  background: #fff;
  box-shadow: 0 0 18px 5px rgba(240, 240, 240, 0.4);
}

.blog-panel .badge {
  background: none;
  color: #d6d6d6;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.blog-panel .blog-tags a {
  border: 1px solid #eeeeee;
  margin: 0px 3px 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
}

/* Tag Cloud */
.tag {
  position: relative;
  display: inline-block;
  margin: 0 6px 3px 0;
  line-height: 16px;
  font-size: 12px;
}

.tag > span {
  font-weight: 400;
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.tag.selected > span {
  border: 1px solid #c4c4c6;
}

.tag > span.txt {
  color: #666;
  letter-spacing: 1px;
  padding: 6px 8px;
  text-transform: uppercase;
  float: left;
}

.tag > span.num {
  background: rgba(0, 0, 0, 0.01);
  padding: 6px 8px 6px 11px;
  border-left: 1px solid #e3e3e3;
  color: #aaa;
  position: relative;
  margin-left: -1px;
  float: left;
}

.tag > span.num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6c6c6;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 12px;
}

.tag > span.num:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 12px;
}

.home-banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.inner {
  margin-bottom: 20px;
}

.general-whatsapp-icon {
  z-index: 999;
  position: fixed;
  transform: rotate(270deg);
  left: 2%;
  bottom: 0px;
  height: 10%;
}
