@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
@media (max-width: 991px) {
/* .bagger-button-container{
  display: flex;
} */
#hero .hero-img {
  text-align: center;
}
#hero .hero-img img {
  width: 35%;
}
#hero h2 {
  text-align: center;
}
.cart-btn-contailer{
  display: flex;
}
.cart-container .table-list .table-header ul li:nth-child(1), .cart-container .table-list .table-body ul li:nth-child(1){
  width: 60px;
}
.cart-container .table-list .table-header ul li:nth-child(3), .cart-container .table-list .table-body ul li:nth-child(3){
  display: none;
}
.cart-container .table-list .table-body ul li.product-img-name span{
  display: block;
}
.cart-container .table-list .table-header ul li:nth-child(4), .cart-container .table-list .table-body ul li:nth-child(4){
  width: 150px;
}
.cart-container .table-list .table-header ul li:nth-child(5), .cart-container .table-list .table-body ul li:nth-child(5){
  width: 130px;
}

.filter-container .filter-section.category-section, .filter-container .filter-section.brands-section{
  display: none;
}
.filter-container .filter-button-container{
  display: flex;
}
.products-section .filter-section.brands-section{
  border-top: 2px solid #929292;
}
.checkout-container .address-list-container{
  margin-bottom: 30px;
}
}

@media (max-width: 768px) {
#hero {
  -moz-text-align-last: center;
  text-align-last: center;
}
#hero h1 {
  font-size: 28px;
  line-height: 36px;
}
#hero h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
#hero .hero-img img {
  width: 47%;
}
.cart-container .table-list .table-body ul li{
  padding: 15px 0px;
}
.cart-container .table-list .table-header ul li{
  padding: 20px 0px;
}
.cart-container .table-list .table-header ul li:nth-child(1), .cart-container .table-list .table-body ul li:nth-child(1){
  width: 50px;
}
.cart-container .table-list .table-body ul li button.delete{
  height: 20px;
  width: 20px;
  font-size: 10px;
}
.cart-container .quantity .pro-qty{
  width: auto;
  padding: 0 5px;
}
.cart-container .quantity .pro-qty .qtybtn{
  width: 20px;
}
.product-card-container.col-xl-3{
  width: 50%;
}
.product-view-section .product-img-container img{
  margin: 0;
}
.product-view-section .product-img-container{
  margin-bottom: 20px;
}
.section-title h2{
  font-size: 25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
}
@media (max-width: 679px) {
#hero .hero-img img {
  width: 53%;
}
}

@media (max-width: 575px) {
#hero .hero-img img {
  width: 55%;
}
}
@media (max-width: 407px) {
#hero .hero-img img {
  width: 79%;
}
}  
@media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 47%;
  }
}
@media (max-width: 679px) {
  #hero .hero-img img {
    width: 53%;
}
}

@media (max-width: 575px) {
  body{
    font-size: 15px;
  }
  #hero .hero-img img {
    width: 55%;
  }
  .section-title{
    padding-bottom: 10px;
  }
  .section-title h2{
    font-size: 25px;
    padding-bottom: 10px;
  }
  .product-card-container .product-info .product-name{
    font-size: 15px;
  }
  .products-section .search-section .input-container input{
    padding: 10px 30px 10px 10px;
  }
  .cart-container .table-list .table-header ul li:nth-child(1), .cart-container .table-list .table-body ul li:nth-child(1){
    padding-right: 0px;
    margin-right: 0px;
  }
  .cart-container .table-list .table-body ul li.product-img-name p{
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .table-body .quantity .pro-qty input{
    font-size: 15px;
  }
  .cart-container .table-list .table-header ul li:nth-child(4), .cart-container .table-list .table-body ul li:nth-child(4){
    width: 100px;
    margin: unset 5px;
  }
  .cart-container .table-list .table-header ul li:nth-child(5), .cart-container .table-list .table-body ul li:nth-child(5){
    padding-right: 10px;
    display: inline-flex;
    justify-content: end;
  }
  .checkout-section .address-side-container .top-address-side{
    display: block;
  }
  .checkout-section .address-side-container .top-address-side h4{
    margin-bottom: 10px;
  }
  .checkout-section .address-side-container .top-address-side button{
    margin-left: 0px;
  }
  .checkout-section .address-side-container .top-address-side{
    padding-top: 0px;
  }
}
@media (max-width: 520px){
  .cart-container .table-list .table-body ul li.product-img-name .img-container{
    display: none;
  }
}
@media (max-width: 407px) {
  #hero .hero-img img {
    width: 79%;
  }
}