@media only screen and (max-width: 1200px) {
  .cartItemlist .w_70,
  .cartItemlist .w_30 {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  /* .dropdown-menu > li:active > .submenu {
    display: block;
  } */
  .sticky-total-price,
  .sticky-profile,
  .sticky-left-side {
    height: auto;
    position: relative;
    top: 0;
  }
  .header a.dropdown-item {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .dropdown-menu.show {
    width: auto;
    left: 0;
  }
  .category-container {
    text-align: center;
  }
  .resp-righnav {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .resp-righnav .nav-item {
    display: inline;
  }
  .leftbar-nav {
    text-align: center;
    margin: 1rem 0;
    flex-direction: row;
    display: flex;
  }
  .leftbar-nav li {
    display: inline;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 4rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ececec;
  }
  .navbar-nav .nav-link {
    padding: 0 1rem;
  }
  .footer .footer-item-container{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-follow-us-container{
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-total-price {
    height: auto;
    position: relative;
  }
  .order-history-param {
    display: block;
  }
  .resp-list-img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .resp-center-dpdwn {
    text-align: center;
  }
  .resp-head1 {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .resp-add-lf {
    width: 80%;
    float: left;
  }
  .resp-add-ck {
    width: 20%;
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .pagination-cont {
    width: 100% !important;
  }
  .pagination-cont .ml-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30px;
    display: block !important;
    border: 0px solid black;
  }
  
  .owl-prev {
    left: -15px;
  }
  
  .owl-next {
    right: -15px;
  }
  
}

@media only screen and (max-width: 345px) {
  .input-group .quantity-field {
    width: 43px;
  }
}

@media (min-width: 991px) {
  .owl-prev,
  .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    display: block !important;
    border: 0px solid black;
  }

  .owl-prev {
    left: -40px;
  }

  .owl-next {
    right: -40px;
  }

  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -3px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  /* .dropdown-menu > li:hover > .submenu {
    display: block;
  } */
  .notification-container {
    min-height: calc(100vh - 300px);
  }
  .h-100vhres {
    min-height: calc(100vh - 300px);
  }
}
