/* Large screen desktop */
@media (min-width: 1365px) and (max-width: 1500px){



}

@media (min-width: 1200px) and (max-width: 1299px){



}


@media (min-width: 1170px) and (max-width: 1299px){



}



/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {

#grid .sinle-product-item  .countdown-deals span.cdown {
  margin-right: 2px;
}
  
#grid .sinle-product-item .countdown-deals .time-count {
  width: 47px;
}
  .social-link-area .social-link-follow li {
  margin: 0 2px 0 0;
}
  
  
  
  
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .cart-total {
    margin-top: 30px;
  }

  .camera-wrapper{
    margin-bottom: 30px;
}
  .from-our-blog-wrapper{
  margin-bottom: 30px;
}
  .single-benner.m-mt-30{
    margin-bottom: 30px;
}
  .shop-sidebar {
  margin-top: 40px;
}
 .toolbar-amount > span {
  margin-top: 5px;
} 
  .discription-tab-menu ul li {
  margin-right: 2px;
}
.discription-tab-menu li a {
  padding: 12px 12px;
}
  .categories-blog-area {
  margin-top: 40px;
}
  .contact-infor {
  margin-top: 40px;
}
.coupon2 {
  margin-top: 20px;
}
 .mobile-menu-2 .mean-container a.meanmenu-reveal {
    margin-top: -62px;
}
  
  
  
  
  
  
  

}


/* Small and large mobile :320px. */
@media (max-width: 767px) {
  .cart-total {
    margin-top: 30px;
  }
  .cart-buttons .theme-default-button{
    padding: 8px 20px;
  }
  .search-item-image {
    width: 100%;
  }
  .search-item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
    .camera-wrapper{
    margin-bottom: 30px;
}
  .from-our-blog-wrapper{
  margin-bottom: 30px;
}

  .cart-empty-title h3 {
  font-size: 18px;
}
.tabs-categorys-list li {
    margin-right: 10px;
}
 .shop-sidebar {
  margin-top: 40px;
} 
  
.theme-default-pagination {
  float: none;
}  
  .pagination {
  justify-content: center;
}
  
  .toolbar-amount > span {
  margin-top: 5px;
}
  
  #list .product-info {
  margin-top: 20px;
}
 .secton-title a {
  display: block;
  margin-bottom: 5px;
  margin-left: 0;
  margin-top: 5px;
} 
  .swatch-element > label {
  margin-right: 5px;
}
  .discription-tab-menu li a {
  padding: 5px;
}
  
 .categories-blog-area {
  margin-top: 40px;
} 
  .blog-titel h1 {
  font-size: 25px;
}
  
  .social-icons li {
  margin: 0 4px 15px;
}
 .contact-infor {
  margin-top: 40px;
} 
  .coupon2 {
  margin-top: 20px;
}
  #top-shopoing-cart .dropdown-menu .cart-img {
  margin-right: 5px;
}
  .mobile-menu-2 .mean-container a.meanmenu-reveal {
    margin-top: -62px;
} 
  .sticky-header.sticky {
  position: static;
}
  
  
  
  
  
  
}


/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}

/* Small Mobile :320px. */
@media only screen and (max-width: 479px) {
  .login-form-container {
    padding: 30px 20px;
  }
  .form-action-button .theme-default-button + .theme-default-button, 
  .cart-buttons .theme-default-button + .theme-default-button{
    margin-left: 0;
    margin-top: 20px;
  }
  .form-action-button .theme-default-button,
  .cart-buttons .theme-default-button,
  .guest-form-container .theme-default-button{
    float: left;
    width: 100%;
  }
}