
strong, .strong {
    font-weight: 700;
    font-size: 17px;
}



@media only screen and (max-width: 767px) {


body {
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

.container, .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}


header#header {
  display: none; 
}

nav#nav.navbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 8px 10px;
  z-index: 9999;
}

nav#nav .img-logo {
  max-width: 140px;
  height: auto;
}

nav#nav .shop-category {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

nav#nav i.fa-navicon {
  font-size: 20px;
  margin-left: 8px;
}

/* Hide large mega menus in navbar */
.main-nav,
.dropdown.mega-menu,
nav#nav .mega-dropdown {
  display: none !important;
}


.mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 80%;
  max-width: 280px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  z-index: 99999;
  transition: left 0.3s ease;
  border-right: 1px solid #ddd;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu ul li {
  border-bottom: 1px solid #f1f1f1;
}

.mobile-menu ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.mobile-menu ul li a:hover {
  background: #f9f9f9;
}

/* Hide nested mobile submenus initially */
.mobile-menu ul li ul {
  display: none;
}

/* Overlay background behind mobile menu */
.canvas-menu-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
}

.canvas-menu-bg.active {
  display: block;
}


.fa-search-xs {
  font-size: 18px;
  color: #222;
}

#searchModal .modal-dialog {
  max-width: 90%;
  margin: 30px auto;
}

#searchModal input.form-control {
  font-size: 14px;
  padding: 10px;
}


#page-content .container-title h3.page-heading {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.posts-archive article {
  margin-bottom: 20px;
}

.posts-archive article img {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
  height: auto;
}

.posts-archive .post-title a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.posts-archive .post-date {
  font-size: 12px;
  color: #888;
  margin-bottom: -26px;
}


.sidebar {
  display: none !important;
}


footer#footer {
  background: #222;
  color: #eee;
  text-align: center;
  padding: 20px 10px;
}

footer#footer img {
  max-width: 120px;
  margin-bottom: 8px;
}

footer#footer .about-footer p {
  font-size: 12px;
  margin: 3px 0;
}

footer#footer .link-block ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

footer#footer .link-block ul li {
  display: inline-block;
  margin: 0 5px;
}

footer#footer .link-block ul li a {
  font-size: 12px;
  color: #bbb;
  text-decoration: none;
  padding: 0px;
}

footer#footer .copyright-footer p {
  font-size: 12px;
  margin: 0;
}

footer#footer .payment ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

footer#footer .payment li {
  display: inline-block;
  margin: 0 3px;
}


#backtotop {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #ddd;
}


.header-icon-group {
  margin: 8px 0;
}

.top-header-cart .number-items {
  background: red;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  position: relative;
  top: -5px;
  left: 2px;
}

.user-icon {
  font-size: 18px;
  margin-left: 8px;
  color: #444;
}


.quick-view-popup .product-img-box,
.quick-view-popup .product-info {
  width: 100%;
  float: none;
}

.quick-view-popup h1 {
  font-size: 16px;
  font-weight: bold;
}

.quick-view-popup .price {
  color: #e60023;
  font-size: 14px;
  font-weight: 600;
}


#btn-fixed-bottom {
  font-size: 14px;
  font-weight: bold;
}

#bottom-menu {
  display: none;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 10px;
}


.hidden-xs, .hidden-sm {
  display: none !important;
}

.visible-xs, .visible-sm {
  display: block !important;
}

} 


@media (max-width: 767px) {
  /* Mobile navbar */
  #nav.navbar {
    background: #000 !important;
    border: none;
    height: 70px;
    padding: 5px 10px;
  }

  #nav .nav > li {
    display: inline-block;
    vertical-align: middle;
  }

  /* Logo */
  #nav .img-logo {
    width:130px;
    height:30px;
  }

  /* Icons right side */
  #nav .fa {
    font-size: 20px;
    color: #fff;
    padding: 0 8px;
  }

  /* Align right section */
  #nav li.pull-right {
    float: right;
    margin-top: 5px;
  }

  #nav li.pull-right a {
    color: #fff !important;
  }

  /* Dropdown user menu fix */
  #nav .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 150px;
  }

  /* Cart count */
  #nav .number-items {
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    vertical-align: top;
    margin-left: -5px;
  }
  .top-header-cart .cart-target {display:none;}
  .blog-details .img-fullwidth {
      object-fit:contain;
  }
}

@media only screen and (max-width: 767px) {
    .fa-search-xs {
        font-size: 18px;
        color: #222;
        display: none;
    }
}