@media only screen and (min-width: 1400px) and (max-width: 4000px) {
}
 @media only screen and (min-width: 1200px) and (max-width: 1199px) {



}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {

 
}
 @media only screen and (max-width: 991px) and (min-width: 768px) {



}
@media only screen and (max-width: 767px) {

.logo img{
	max-width: 100%;
}
.footer-logo{
	text-align: center;
}
.banner-caption h1 {
  font-size: 2rem;
  color: #ffffff;
}
.banner-caption h6 {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.04rem;
}
.hero-content-inner{
	text-align: center;
}
.hero-slider-caption-wrapper {  
  padding-top: 0;
}
.padding-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slider-section.carousal-slider-section .slider-arrow.nav-button-prev {
  left: 10px;
}
.slider-section.carousal-slider-section .slider-arrow.nav-button-next {
  right: 10px;
}
.featured-box-title {
  font-size: 0.875rem;
  letter-spacing: 0.04rem;
}
.social-icon{
	justify-content: center !important;
	margin-top: 0.875rem;
}
.copywrite{
	text-align: center;
}
.user-icon .svg-icon {
  width: 26px;
  height: 26px;
}
.cart-box {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  gap: 0.25rem;
}
.cart-box svg {
  width: 16px;
  height: 16px;
}
.top-right{
  align-items: center;
}
.search-box{
  margin-top: 0.675rem;
}
.top-slide-box {
  font-size: 0.675rem;
  letter-spacing: 0.02rem;
}
.top-section {
  padding: 0.6rem 0 1rem; 
  background-size: 100% 35px;
  height: 35px;
}
.product-box-image{
  width: 100%;
}
.product-box-content {
  width: 100%;
}
.product-title{
  text-align: center;
}
.product-reviews-wrapper {
  justify-content: center;
}
#slide-carousel .slider-arrow.nav-button-next, #bestseller-carousel .slider-arrow.nav-button-next {
  right: 0;
}
#slide-carousel .slider-arrow.nav-button-prev, #bestseller-carousel .slider-arrow.nav-button-prev {
  left: 0;
}
.category-box-title {
  font-size: 0.875rem;
}
.slider-arrow {
  width: 35px;
  height: 35px;
  font-size: 26px;
}
#slide-carousel .slider-arrow, #bestseller-carousel .slider-arrow{
  color: #000;
}
.category-box {
  gap: 0.5rem;
}
.product-title {
  margin-bottom: 0;
}
.cart-box span{
  display: none !important;
}
.cart-count {
  left: 25px;
  top: -6px;
  width: 22px;
  height: 22px;
  font-size: 0.675rem;
}
.product-tag{
  left: 0.375rem;
  top: 0.375rem;
  padding: 0.275rem 0.5rem;
  border-radius: 0.4rem;
  font-size: 0.6rem;
}
.reviews-tag {
  right: 0.375rem;
  bottom: 0.375rem;
  padding: 0.275rem 0.5rem;
  border-radius: 0.4rem;
  font-size: 0.6rem;
}
.product-box-content .medium-btn {
  font-size: 0.75rem;
  padding: 0.625rem;
  gap: 0.175rem;
}
ul.sidebar-list-wrapper li a {
  flex-direction: column;
  transition: .35s ease;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.625rem 1rem;
}
.sidebar-title {
  font-size: 0.675rem;
}
.sidebar-small-image {
  width: 44px;
  height: 44px;
  min-width: 44px;
}
.product-cart-wrapper {
  align-items: center;
  justify-content: center;
}



}
