/** Shopify CDN: Minification failed

Line 24:0 Unexpected "}"
Line 31:0 Unexpected "}"

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

    .single-countdown {
    width: 48px;
}
  

  
  
}

@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) {
.header-3 .mega-menu {
    left: -40px;
}
  .single-countdown {
    width: 45px;
}

  
  
  
  
  
  
  
  
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .cart-total {
    margin-top: 30px;
  }
  #moda-compare .modal-dialog {
    max-width: 80%;
  }
  .featured-product-iamge {
    padding-right: 0;
  }
  .featured-product-content {
    padding-left: 0;
  }
  .shop-sidebar-2 {
    margin-top: 40px;
}
  .wishlist-compare-btn a {
    width: 135px;
}
  .dec-and-review-menu > li {
    margin-right: 10px;
}
  .blog-sidebar {
    margin-top: 40px;
}
  .culculate-shipping,.cart-coupon {
    margin-bottom: 20px;
}
  
  
  
  
  
  
  
}


/* 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;
  }
  #moda-compare .modal-dialog {
    max-width: 90%;
  }
  .featured-product-content{
    margin-top: 30px;
  }
  .featured-product-iamge {
    padding-right: 0;
  }
  .featured-product-content {
    padding-left: 0;
  }
    .shop-sidebar-2 {
    margin-top: 40px;
}
  .grid-list-option{
    margin-bottom: 10px;
}
  .Payment_button button {
    width: 100%;
    margin-bottom: 5px;
}
  .wishlist-compare-btn a {
    width: 235px;
    margin-bottom: 15px;
}
  .blog-sidebar {
    margin-top: 40px;
}
  .culculate-shipping,.cart-coupon {
    margin-bottom: 20px;
}
  .cart-summary .cart-summary-button .btn-other {
    width: 100%;
    float: none !important;
    text-align: center;
}
  .faq-page .card .card-header button.btn:hover::before {
    left: auto!important;
}
  
  
  
  
  
}


/* 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%;
  }
}