@media(max-width:1366px){
 .gallery .card {
    padding-top: 0px;
}
 .card-image {
    height: 260px;
}
}
/* Screen greater then 991px and less then 1200px */
@media (min-width: 991px) and (max-width: 1200px) {
  .navbar a.logo img {
    width: 280px;
    margin: 0;
  }
  .navbar a.logo span {
    letter-spacing: 0.7px !important;
    font-size: 10px;
  }
}
/* Screen < 992px */
@media (max-width: 991px) {
  .navbar-collapse {
    display: flex;
    background: white;
    width: 100vw;
    position: absolute;
    left: 0%;
    top: 145px;
    z-index: 9999;
    transition: all -1s ease-in-out;
  }
  .navbar-nav .nav-item {
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
    width: 100%;
  }
  .navbar-nav .nav-item .nav-link {
    color: #000000;
  }
  .sm-border-right {
    border-right: 1px solid #d8d2d2;
  }
  form.search-form .search-box {
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 100%;
  }
  .topbar {
    display: none;
    transition: all 0.5s ease;
  }
	.category-columns {
		column-count: 1 !important;
	}
	body .container{
		max-width: 900px;
	}
}
@media(max-width:900px){
	body .container {
    padding: 0 30px;
}
	.about-txt p {
    font-size: 16px;
}
	.card-image {
    height: 232px;
}
}
/* Screen < 768px */
@media (max-width: 768px) {
  #searchProduct {
    width: 100%;
  }
  h2 {
    font-size: 22px !important;
  }
  .product-detail h3 {
    font-size: 24px !important;
  }
  p {
    font-size: 16px !important;
  }
  .pagination .page-item {
    padding: 0px 0px !important;
  }
  .pagination .page-item .page-link {
    font-size: 14px !important;
    margin-right: 5px;
    padding: 5px !important;
  }
  del {
    font-size: 16px;
    color: #666666;
  }
  .product-detail .btn {
    font-size: 16px !important;
    width: 150px !important;
    padding: 10px 20px !important;
  }
  .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }
}
@media(max-width:767px){
  .gallery .card {
    width: 100%;
}
	.card img {
    padding: 18px;
}
 .card.shop img {
    padding: 10px 25px;
}
}
/* Screen < 576px */
@media (max-width: 576px) {
  .navbar-collapse {
    top: 160px;
  }
	.card-image {
    height: 195px;
}
	.gallery > div {
    margin-bottom: 10px;
}

}
/* Screen < 376px */
@media (max-width: 376px) {
  .navbar a.logo img {
    width: 250px;
    margin: 0;
  }
  .navbar a.logo span {
    letter-spacing: 0 !important;
    font-size: 10px;
  }
}
@media(max-width:360px){
	.card-image {
    height: 176px;
}
	.gallery > div {
    margin-bottom: 0px;
}
}


@media (min-width: 991px) {
  .dropdown {
    position: inherit;
  }
  .dropdown-menu.nav-dropdown {
    margin-top: -1px !important;
    border: none !important;
    border-radius: 0px !important;
    width: 100%;
  }
  .dropdown-menu.nav-dropdown .dropdown-item {
    /* width: 33.33%; */
    font-size: 16px;
    letter-spacing: 0px;
    /* text-wrap: wrap; */
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding: 10px 7px;
  }
  .dropdown-menu.nav-dropdown.show {
    display: flex;
  }
  /* Subscribe Field Toggle Btn */
  .dropdown-menu.subscribe-box {
    position: absolute !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    width: 100%;
    transition: all 0.9s ease-in-out;
  }
  form.search-form .search-box {
    max-width: 200px;
  }
}


@media (max-width: 400px){
	.page-numbers {
		padding: 6px 11px;
	}
}
